﻿/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}

/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}

/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}

/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}

/*设置浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/*字体大小*/
.clear {
  clear: both;
  height: 0;
}

.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}

/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}

.modal-dialog .css-icon {
  background-image: url("../image/modal-icons.png");
}

.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}

.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}

.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}

/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#004c8c","sub1color":"#333333"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  /* width: 100%; */
}

.content {
  width: 83.33%;
  margin: 0 auto;
}

/*COMMON_BLK_END*/
/**/
.about {
  padding: 5.5rem 0 6.5rem;
}

.ab_l {
  width: 53%;
  padding: 2rem 0 0;
}

.ab_l h5 {
  font-size: 2.4rem;
  color: #004c8c;
  line-height: 3rem;
}

.ab_l h5 a {
  color: #004c8c;
}

.ab_l .ab_desc {
  padding-top: 2.5rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 2.2rem;
  text-align: justify;
  text-indent: 2em;
}

.ab_l .ab_desc p {
  padding-bottom: 2rem;
}

.ab_l .ab_desc p:nth-child(1){
  padding-bottom: 0.5rem;
}

.ab_l span {
  display: block;
  /* padding-top: 3rem; */
  width: 5rem;
}

.ab_l span a {
  font-size: 0.9rem;
  color: #004c8c;
  width: 100%;
  height: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
}

.ab_l span em {
  width: 0.9rem;
  height: 0.7rem;
  line-height: 0;
  padding-left: 0.4rem;
}

.ab_l span em img {
  width: 0.9rem;
  height: 0.7rem;
}

.ab_l span a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #004c8c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ab_l span a:hover {
  font-weight: bold;
}

.ab_r {
  width: 41%;
}

.ab_r p {
  width: 70%;
  float: left;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.ab_r p:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.ab_r p:hover:before {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.ab_r p img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.ab_r span {
  display: block;
  width: 9.5rem;
  height: 9.5rem;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 2.5rem;
  box-sizing: border-box;
  line-height: 1.2rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  float: left;
  margin-top: 12rem;
}

@media(max-width: 1200px){
  .ab_r span {
    display: none;
  }

  .ab_r p{
    width: 100%;
    float: right;
  }
}

.ab_r span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #004c8c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.ab_r span:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #0d82dd;
  position: absolute;
  top: 0;
  right: 1rem;
  border-radius: 50%;
  z-index: -2;
}

.ab_r span i {
  display: block;
  font-size: 3rem;
  line-height: 3rem;
  padding-top: 0.5rem;
  font-family: "Times New Roman", Times, serif;
}

.ab_list {
  padding-top: 2.5rem;
}

.ab_list ul {
  display: flex;
  justify-content: space-between;
}

.ab_list ul li {
  font-weight: 550;
  width: 19%;
  height: 7rem;
  background: #f5f5f5;
  font-size: 1.1rem;
  color: #333333;
  padding: 3% 2%;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6rem;
  overflow: hidden;
  text-align: center;
}

.ab_list ul li i {
  display: block;
}

.ab_list ul li em {
  display: block;
  width: 2rem;
  height: 1.8rem;
  line-height: 0;
  overflow: hidden;
  margin-top: 1rem;
}

.ab_list ul li em img {
  width: 2rem;
  height: 3.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ab_list ul li b {
  display: block;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.05);
  font-family: "DINOT";
  line-height: 6rem;
  position: absolute;
  bottom: -1.2rem;
  right: -0.8rem;
}

.ab_list ul li.cur {
  background: #004c8c;
  color: #fff;
}

.ab_list ul li.cur em img {
  margin-top: -1.8rem;
}

.ab_list ul li.cur b {
  color: rgba(255, 255, 255, 0.1);
}

/*解决方案*/
.plan_tit {
  height: 7rem;
}

.plan_bt {
  font-size: 2.4rem;
  color: #004c8c;
  line-height: 2.4rem;
  float: left;
}

.plan_bt a {
  color: #004c8c;
}

.plan_bt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4rem;
  padding-top: 0.6rem;
}

.plan_tel {
  width: 16%;
  float: right;
  color: #004c8c;
  padding-top: 0.6rem;
}

.plan_tel span {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 2rem;
}

.plan_tel em {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
  padding-right: 0.5rem;
}

.plan_tel em img {
  width: 1.5rem;
  height: 1.5rem;
}

.plan_tel i {
  display: block;
  text-align: right;
  padding-top: 0.2rem;
}

.plan_tel i a {
  font-size: 0.9rem;
  color: #004c8c;
  display: inline-block;
  border-bottom: #004c8c 1px solid;
}

.plan_m {
  width: 100%;
  background: url(../image/36018382216847d09b946744f1b1bbf6_40.jpg) no-repeat center top / 100% 42.5rem;
  /* background: url(../image/background-1.jpg) no-repeat center top / 100% 42.5rem; */
  height: 42.5rem;
  overflow: hidden;
}

.plan_dl {
  display: block;
  width: 16.66%;
  float: left;
  position: relative;
  height: 42.5rem;
  padding-top: 10.5rem;
  box-sizing: border-box;
  z-index: 1;
}

.plan_dl:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}

.plan_dl:after {
  content: "";
  width: 100%;
  height: 0;
  background: #004c8c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plan_dl dt {
  margin: 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 0;
  border-radius: 50%;
  border: #fff 0.1rem solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plan_dl dt img {
  width: 4.5rem;
  height: 4.5rem;
}

.plan_dl dd {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-top: 3rem;
  color: #fff;
}

.plan_dl dd h5 {
  font-size: 1.3rem;
  line-height: 2rem;
}

.plan_dl dd p {
  font-size: 0.8rem;
  padding-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plan_dl dd i {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 0;
  margin: 6.5rem auto 0;
}

.plan_dl dd i img {
  width: 1.2rem;
  height: 1.2rem;
}

.plan_dl dd span {
  display: none;
}

.plan_dl dd em {
  width: 0.9rem;
  height: 0.7rem;
  line-height: 0;
  padding-left: 0.3rem;
}

.plan_dl dd em img {
  width: 0.9rem;
  height: 0.7rem;
}

.plan_dl:first-child:before {
  background: none;
}

.plan_dl.cur:after {
  height: 100%;
}

.plan_dl.cur dt {
  animation: flipInY 1s;
  background: #004c8c;
  border-color: #004c8c;
}

.plan_dl.cur dd p {
  -webkit-line-clamp: 4;
  height: 6rem;
}

.plan_dl.cur dd i {
  display: none;
}

.plan_dl.cur dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #fff 1px solid;
  width: 38%;
  margin: 3.2rem auto 0;
  height: 1.5rem;
  position: relative;
  font-size: 0.8rem;
}

.plan_dl.cur dd span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #004c8c;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plan_dl.cur dd span:hover:before {
  width: 100%;
}

/*产品中心*/
.product {
  /* padding: 7rem 0 3.5rem; */
  padding: 1rem 0 3.5rem;
}

.plan_tit ul {
  /* width: 50%; */
  width:45%;
  float: right;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.plan_tit ul li {
  /* width: 16.6%; */
  width: 20.6%;
}

.plan_tit ul li a {
  font-size: 1.1rem;
  color: #333;
  display: block;
  width: 100%;
  height: 3rem;
  text-align: center;
  line-height: 2.8rem;
  border: #e5e5e5 1px solid;
  border-radius: 3rem;
  box-sizing: border-box;
}

.plan_tit ul li.cur a,
.plan_tit ul li.on a {
  border-color: #004c8c;
  color: #004c8c;
}

.pro_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro_dl {
  display: block;
  /* width: 31%; */
  width: 22%;
  padding-bottom: 3rem;
}

.pro_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border: 1px solid #efefef;
}

.pro_dl dt img {
  display: block;
  width: 100%;
}

.pro_dl dd {
  width: 100%;
  padding: 1rem 0 0;
}

.pro_dl dd h5 {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #333333;
  height: 1.5rem;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro_dl dd p {
  font-size: 0.8rem;
  color: #666;
  padding: 0.3rem 0 0;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro_dl.cur dd {
  background-image: url('../image/cp_ico01.gif');
  background-repeat: no-repeat;
  background-position: right 1.8rem;
  background-size: 1.6rem 1.6rem;
}

.pro_dl.cur dd h5 {
  color: #004c8c;
}

.pro_dl dt img,
.case_list dt img,
.news dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.pro_dl dt img:hover,
.case_list dt img:hover,
.news dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*定制化服务*/
.fuw {
  width: 100%;
  height: 39rem;
  padding-top: 6.5rem;
  overflow: hidden;
  /* background-image: url('../image/fuw_bg.jpg'); */
  background-image: url('../image/operation.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 45.5rem;
}

.fuw .plan_bt {
  color: #fff;
  text-transform: uppercase;
  height: 6rem;
}

.cpys_con {
  width: 100%;
  margin-top: 7rem;
}

.cpys_nav {
  height: 10rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cpys_nav:before {
  content: "";
  width: 110%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: -1;
}

.cpys_nav .slick-arrow {
  position: absolute;
  top: 4.2rem;
  z-index: 9;
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.cpys_nav .slick-prev {
  left: -80px;
  background: url(../image/fuw_lico.png) no-repeat;
}

.cpys_nav .slick-next {
  right: -80px;
  background: url(../image/fuw_rico.png) no-repeat;
}

.cpys_nav .item {
  width: 10rem;
  height: 10rem;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
  cursor: pointer;
}

.cpys_nav .item span {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  width: 7.7rem;
  height: 7.7rem;
  line-height: 7.7rem;
  text-align: center;
  /* line-height: 1.6rem; */
  /* padding-top: 2rem; */
  box-sizing: border-box;
  border: #fff 1px dashed;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: calc(50% - 3.9rem);
  transition: 0.5s;
}

.cpys_nav .item span:before {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  background: #004c8c;
  position: absolute;
  top: calc(50% - 3.2rem);
  left: calc(50% - 3.2rem);
  border-radius: 50%;
  z-index: -1;
}

.cpys_nav .item i {
  display: block;
}

.cpys_nav .item em {
  border-radius: 50%;
  width: 8.3rem;
  height: 8.3rem;
  line-height: 0;
  overflow: hidden;
  transition: 0.5s;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: calc(50% - 5rem);
}

.cpys_nav .item em img {
  width: 8.3rem;
  height: 8.3rem;
}

.cpys_nav .item.slick-current:before {
  /* content: ""; */
  /* background: #fff; */
  width: 8.4rem;
  height: 8.4rem;
  position: absolute;
  top: calc(50% - 4.2rem);
  left: calc(50% - 4.2rem);
  border-radius: 50%;
  z-index: -1;
}

.cpys_nav .item.slick-current span {
  /* transform: scale(0); */
}

.cpys_nav .item.slick-current em {
  transform: scale(1);
  padding: 0.8rem;
  border: #fff 1px dashed;
}

.fuw_desc {
  padding-top: 1rem;
  text-align: center;
}

.fuw_desc h5 {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem;
  height: 4rem;
  background-image: url('../image/fuw_line.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0.5rem 1.4rem;
}

.fuw_desc p {
  font-size: 0.9rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-height: 1.5rem;
  /* height: 3rem; */
  padding-top: 0.5rem;
  width: 50%;
  margin: 0 auto;
}

/*案例*/
.case {
  padding: 7rem 0;
}

.case .plan_bt {
  height: 7rem;
}

.case_l {
  width: 37.5%;
}

.case_l ul {
  width: 100%;
  display: inline-block;
}

.case_l ul li {
  width: 43.2%;
  float: left;
  margin-right: 6.8%;
}

.case_l ul li a {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #333;
  border-bottom: #e6e6e6 1px solid;
  box-sizing: border-box;
}

.case_l ul li em {
  width: 1.3rem;
  height: 1.2rem;
  line-height: 0;
  overflow: hidden;
  padding: 0 0.5rem;
}

.case_l ul li em img {
  width: 1.3rem;
  height: 2.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* .case_l ul li.cur a {
  color: #004c8c;
} */

.case_l ul li.cur em img {
  margin-top: -1.2rem;
}

.case_l ul li:nth-child(1) a,
.case_l ul li:nth-child(2) a {
  border-top: #e6e6e6 1px solid;
}

.case_r {
  width: 60%;
}

.case_list {
  display: block;
  width: 100%;
  /* height: 36.8rem; */
  height: 30rem;
  position: relative;
}

.case_list dt {
  width: 74.55%;
  float: right;
  line-height: 0;
  overflow: hidden;
}

.case_list dt img {
  display: block;
  width: 100%;
}

.case_list dd {
  width: 42.86%;
  height: 10rem;
  background: #004c8c;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem 5% 0;
  box-sizing: border-box;
}

.case_list dd h5 {
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case_list dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.5rem;
  height: 5rem;
  padding-top: 0.5rem;
  text-align: justify;
}

.case_list dd span,
.news_ldesc span {
  display: flex;
  align-items: center;
  /* width: 27%; */
  width: 30%;
  margin: 1rem 0 0;
  height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
}

.case_list dd span em,
.news_ldesc span em {
  width: 0.9rem;
  height: 0.7rem;
  line-height: 0;
  padding-left: 0.5rem;
}

.case_list dd span em img,
.news_ldesc span em img {
  width: 0.9rem;
  height: 0.7rem;
}

.case_list dd span:hover,
.news_ldesc span:hover {
  border-bottom: #fff 1px solid;
}

.case_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.5rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case_btn a {
  line-height: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.case_btn img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}

.case_btn a:hover {
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

/*新闻资讯*/
.news {
  background: #f5f5f5;
  padding: 6.5rem 0;
}

.news .plan_tit ul {
  width: 21%;
}

.news .plan_tit ul li {
  width: 47%;
}

.news_l {
  width: 43%;
  height: 32rem;
  background: #fff;
}

.news_l dt {
  width: 100%;
  height: 19.4rem;
  line-height: 0;
  overflow: hidden;
}

.news_l dd {
  display: inline-block;
  width: 100%;
  padding-top: 1.5rem;
}

.news_l dd b {
  display: block;
  width: 21%;
  height: 8.3rem;
  float: left;
  font-size: 1rem;
  color: #333;
  /* line-height: 1rem; */
  line-height: 8.3rem;
  font-weight: normal;
  text-align: center;
  border-right: #e6e8ea 1px solid;
  font-weight: bold;
}

.news_l dd i {
  display: block;
  font-size: 2.8rem;
  line-height: 3rem;
}

.news_ldesc {
  width: 66.6%;
  float: left;
  padding-left: 5.2%;
}

.news_ldesc span {
  width: 21%;
  color: #004c8c;
  margin-top: 0.7rem;
}

.news_ldesc span:hover {
  border-bottom: #004c8c 1px solid;
}

.news dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news dl dd h5 {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
}

.news dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  line-height: 1.5rem;
  height: 4.5rem;
  padding-top: 0.5rem;
  text-align: justify;
}

.news dl dd:hover h5 {
  color: #004c8c;
}

.news_r {
  width: 57%;
}

.news_dl {
  width: 42.1%;
  float: left;
  margin-left: 7.9%;
  border-top: #dddfe1 1px solid;
  /* padding-top: 2.8rem; */
  /* padding-top: 2rem; */
  padding-bottom: 3rem;
  height: 18.4rem;
}

.news_dl dt {
  width: 100%;
  height:10rem;
  background: #004c8c;
  overflow: hidden;
}

.news_dl dt p {
  /* width: 70%; */
  width: 100%;
  float: left;
  line-height: 0;
  overflow: hidden;
}

.news_dl dt span {
  display: block;
  width: 30%;
  height: 6rem;
  padding-top: 1.5rem;
  float: left;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1rem;
  font-weight: normal;
  text-align: center;
}

.news_dl dt i {
  display: block;
  font-size: 2.8rem;
  line-height: 3rem;
}

.news_dl dd {
  padding-top: 1.5rem;
}

.news_dl:nth-child(3),
.news_dl:nth-child(4) {
  height: 8rem;
  padding-top: 0.5rem;
}

.news_dl:nth-child(3) dt,
.news_dl:nth-child(4) dt {
  display: none;
}

/*荣誉资质*/
.hon_l {
  width: 29%;
  padding-top: 7rem;
  text-transform: uppercase;
}

.hon_l .plan_bt {
  height: 8rem;
  float: none;
}

.hon_l .hon_qie {
  border-top: #e1e4e6 1px solid;
}

.hon_l .hon_qie ul li {
  width: 100%;
  line-height: 3.2rem;
  position: relative;
  height: 3.2rem;
  border-bottom: #e1e4e6 1px solid;
  padding-left: 1.3rem;
  box-sizing: border-box;
}

.hon_l .hon_qie ul li:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #333;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  border-radius: 50%;
}

.hon_l .hon_qie ul li a {
  font-size: 0.9rem;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hon_l .hon_qie ul li:hover:before {
  background: #004c8c;
}

.hon_l .hon_qie ul li:hover a {
  color: #004c8c;
}

.hon_r {
  width: 75.5%;
  line-height: 0;
  margin-right: -10%;
}

.hon_r img {
  display: block;
  width: 100%;
}

/*友情链接*/
.f_link {
  margin: -4.7rem 0 0 57.5%;
  width: 42.5%;
  position: relative;
  z-index: 2;
  height: 4.7rem;
  line-height: 4.7rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.f_link b {
  display: block;
  float: left;
}

.f_link p {
  float: left;
}

.f_link p a {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0.5rem 0 0;
}

.f_link p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/**/
html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

/**/
@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }

  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }

  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }

  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.about_show_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200.98px) {
  .header_area {
      position: absolute;
  }
}