* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;overflow-x: hidden;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}


@font-face {
  font-family: 'iconfont';  /* Project id 3711082 */
  src: url('//at.alicdn.com/t/c/font_3711082_dqqoypcv4fc.woff2?t=1665996638544') format('woff2'),
       url('//at.alicdn.com/t/c/font_3711082_dqqoypcv4fc.woff?t=1665996638544') format('woff'),
       url('//at.alicdn.com/t/c/font_3711082_dqqoypcv4fc.ttf?t=1665996638544') format('truetype');
}

/*head*/
.head {overflow: hidden;padding: 1% 1%;}
.head_box {max-width: 1800px;margin: 0 auto;}
.head_con {display: flex;justify-content: space-between;align-items: center;}
.head_logo {display: flex;align-items: center;}
.head_logo i {}
.head_logo p {font-size: 28px;font-weight:  bold;padding: 0 0 0 10px;display: flex;flex-direction: column;}
.head_logo p span {font-size: 17px;color: #999;font-weight: lighter;padding: 5% 0 0;text-align-last:  justify;}
.head_nav {width: 40%;}
.head_nav ul {display: flex;justify-content: space-between;align-items: center;}
.head_nav li {position:  relative;z-index: 5;}
.head_nav li:before {content:'';width:0;height: 3px;background: #0884c4;position:  absolute;bottom:  0;left:  0;z-index: -1;transition:  0.5s;}
.head_nav li:hover:before,.head_nav>ul>li.cur:before {width:100%;}
.head_nav li a {font-size: 16px;}
.head_num {display: flex;align-items: center;}
.head_num i {font-size: 22px;}
.head_num p {display: flex;align-items: center;}
.head_num p span {font-size: 20px;font-family:  DIN Medium;padding: 0 0 0 10px;}
.head_num a {font-size: 15px;background: #0884c4;color:  #fff;width: 120px;padding: 3% 0;font-weight: lighter;display:  flex;justify-content:  center;align-items:  center;margin: 0 0 0 30px;}

/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    transition: 6s linear; transform: scale(1);}
.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;/* margin: 2% 0 0; */position: absolute;bottom: 14%;left: 0;}
.banner .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #0154ab;}
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}

/*int*/
.int {padding: 0 1%;position:  relative;}
.int:after {content:"";width:100%;height:100%;background:#f5f5f5;position:absolute;bottom:0;left:0;z-index:-1;}
.int_box {max-width: 1600px;margin: -5% auto 0;background: #0884c4;}
.int_con {padding: 3%;position: relative;}
.int_con ul {display: flex;justify-content: space-between;}
.int_con li {display: flex;flex-direction: column;align-items:  center;width: 15%;padding: 2% 0;background: #1c6890;position:  relative;overflow:  hidden;}
.int_con li:before {content:'';position: absolute;top: 0;left: -80%;z-index: 2;width: 50%;height: 100%;background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 100%);background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.2)));background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);z-index: 1;/* transition: 1s; */}
.int_con li:hover:before {animation: shine 1.3s;}
.int_con li i {font-size: 34px;width:  60px;height:  60px;background:  #fff;display:  flex;justify-content:  center;align-items:  center;border-radius: 5px;transition: 0.5s;}
.int_con li:hover i {transform:translateY(-10px);}
.int_con li p {font-size: 16px;color:  #fff;padding: 11% 0 0;}
@keyframes shine {
    0 {left:0}
    100% {left:120%}
}

/*about*/
.about {overflow: hidden;padding: 4% 1%;background: #f5f5f5;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_con {display: flex;justify-content: space-between;align-items: center;}
.about_txt {display: flex;flex-direction: column;width: 45%;position: relative;}
.about_txt:before {content:'';width: 30%;height:1px;background:#ddd;position:absolute;top: -15%;left: -10%;}
.about_txt:after {content:'';width: 1px;height: 12%;background:#ddd;position:absolute;top: -18%;left: -5%;}
.about_txt p {font-size: 12px;font-family:  Arial;padding: 0 0 0 10%;position:  relative;color:  #666;}
.about_txt p:before {content:"";width: 7%;height:1px;position:absolute;top:0;left:0;background: #0884c4;bottom:  0;margin:  auto;}
.about_txt b {display: flex;align-items: center;font-size: 36px;padding: 3% 0 0;letter-spacing: 2px;}
.about_txt b>span {color: #0884c4;}
.about_txt em {display: flex;flex-direction: column;padding: 7% 0;position: relative;z-index: 5;}
.about_txt em:before {content:'';width: 10%;height:  1px;background: #0884c4;position:  absolute;left:  0;bottom: 0;z-index: 1;}
.about_txt em:after {content:'';width:  100%;height:  1px;background: #ddd;position:  absolute;left: 0;bottom: 0;z-index: -1;}
.about_txt em>span {font-size: 16px;line-height: 36px;font-weight:  lighter;}
.about_txt em>span+span {margin: 4% 0 0;}
.about_txt a {font-size: 15px;position:  relative;z-index: 5;margin: 8% 0 0;font-weight:  lighter;transition:0.5s;background: #0884c4;color: #fff;padding: 2%;width: 18%;letter-spacing: 1px;text-align: center;}
.about_txt a:hover {width:24%;}
.about_pic {width:50%;position:  relative;display:  flex;flex-direction:  column;z-index: 5;padding: 1% 2% 1% 1%;align-items:  flex-end;overflow:  hidden;}
.about_pic:after {content:'';width: 300px;height: 200px;background: #0884c4;position:absolute;top:0;left:0;z-index: -1;}
.about_pic i {overflow: hidden;}
.about_pic i img {width: 100%;height: auto;transition:0.5s;}
.about_pic i:hover img {transform:scale(0.98);}
.about_pic p {display: flex;flex-direction: column;font-size: 24px;position:  relative;margin: -18% -4% 0;color:  #fff;background: #0884c4;width: 42%;align-items:  center;padding: 5%;}
.about_pic p:before {content:'\e724';font-family:  iconfont;position:  absolute;right: 10%;bottom: 14%;font-size: 40px;}
.about_pic p span {padding: 5% 0 0;line-height: 30px;font-size: 14px;font-weight:  lighter;}

/*pro*/
.pro {overflow: hidden;padding: 4% 1%;position:  relative;z-index: 5;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;justify-content: center;}
.pro_tit p {display: flex;flex-direction: column;align-items: center;font-weight:  bold;}
.pro_tit p span {font-size: 18px;position: relative;text-transform:  uppercase;font-family:  Arial;color:  #0884c4;font-weight:  bold;}
.pro_tit p span:before,.pro_tit p span:after {content:'';width: 40%;height: 2px;background: #0884c4;position: absolute;top:0;bottom:0;margin: auto;}
.pro_tit p span:before {left: -60%;}
.pro_tit p span:after {right: -60%;}
.pro_tit p b {padding: 5% 0 0;letter-spacing: 1px;font-size:  36px;}
.pro_tab {margin: 3% 0 0;}
.pro_nav {max-width:  1500px;margin:  0 auto;position: relative;}
.pro_nav:before {content:'';width: 129%;height:1px;background:#f5f5f5;position:absolute;bottom: -10%;left: -14%;}
.pro_nav ul {display: flex;justify-content: space-between;}
.pro_nav li {/* width:  100px; *//* height:  100px; */background:  #fff;width: 15%;padding: 2% 0;border-radius: 10px;position: relative;}
.pro_nav li:before {content:"";width:0;height:1px;background: #0884c4;position:absolute;bottom: -16px;left:0;transition:0.5s;}
.pro_nav li.on:before {width:100%;}
.pro_nav li a {display: flex;flex-direction: column;align-items:  center;}
.pro_nav li a i {font-size: 24px;width: 65px;height: 65px;border-radius:  50%;background: #0884c4;display:  flex;justify-content:  center;align-items:  center;position:  relative;color:  #fff;}
.pro_nav li a i:before {content:'';width:100%;height:100%;position:absolute;border: 1px dashed #fff;transform: scale(0.8);border-radius:  50%;opacity: 0.5;}
.pro_nav li a p {font-size: 17px;padding: 10% 0 0;font-weight:  lighter;}
.pro_con {margin: 5% 0 0;overflow:  hidden;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call ul {display: flex;flex-wrap: wrap;justify-content: space-between;row-gap: 1vw;/* column-gap: 1%; *//* justify-content: center; */align-items: center;margin: 0 auto;width: 100%;}
.pro_call li {display: flex;flex-direction: column;width: 32.5%;position: relative;overflow: hidden;}
.pro_call li a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li br {display:none;}
.pro_call li span {width: 100%;display: flex;align-items: center;transition:0.5s;background: #f5f5f5;}
.pro_call li span a {font-size: 15px;font-weight: lighter;letter-spacing: 1px;position: relative;width: 100%;padding: 5% 0 5% 5%;z-index: 5;}
.pro_call li span a:before {content:'';width:0;height:100%;position:absolute;top:0;left:0;background: #0884c4;transition:0.5s;z-index: -1;}
.pro_call li:hover span a:before {width:100%;}
.pro_call li:hover span a {color:#fff;}
.pro_call li span a:after {content:'\e661';width: 20%;height:100%;background: #0884c4;position:absolute;bottom:0;right:0;font-family: 'iconfont';display: flex;justify-content: center;align-items: center;font-size: 28px;color: #fff;}
.pro_more {width: 20%;padding: 1% 0;background: #4cb4e9;margin: 4% auto 0;display: flex;justify-content: center;align-items: center;position: relative;display: none;}
.pro_more:before,.pro_more:after {content:'';width:10px;height:10px;background:#209671;position:absolute;transition: 0.5s;}
.pro_more:before {left: 0;top: 0;}
.pro_more:after { bottom: 0;right: 0;}
.pro_more:hover:before,.pro_more:hover:after {height:100%;opacity:0.6;}
.pro_more a {font-size:16px;color: #fff;}

/*adva*/
.adva {background: url(//memberpic.114my.com.cn/076983123906/uploadfile/image/20220414/20220414160824_944428802.png)no-repeat center top;overflow: hidden;padding: 4% 1%;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;flex-direction: column;align-items: center;}
.adva_tit b {font-size: 36px;position: relative;z-index: 5;}
.adva_tit b:after {content:'';width: 27px;height: 27px;background: rgba(8,132,196,0.2);position: absolute;top: -2px;right: -8px;z-index: -1;border-radius:  50%;}
.adva_tit p {font-size: 18px;font-weight: lighter;padding: 1% 0 0;color:  #999;display: flex;flex-direction: column;align-items: center;}
.adva_tab {margin: 4% 0 0;position:  relative;}
.adva_con {overflow:  hidden;margin: 4% 0 0;box-shadow: 0 0 10px #ddd;}
.adva_con ul {display: flex;transition: 0.5s;}
.adva_con li {width: 100%;flex-shrink: 0;display:  flex;justify-content:  space-between;align-items: center;}
.adva_txt {display: flex;flex-direction:  column;width: 45%;padding: 2% 4% 0;}
.adva_top {display: flex;align-items: center;border-bottom: 1px solid #ddd;padding: 0  0 6% 0px;}
.adva_top i {width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 28px;background: #0884c4;color: #fff;font-family: Arial;border-radius: 50%;font-weight:  bold;}
.adva_top p {font-size: 28px;display: flex;flex-direction: column;padding: 0 0 0 12px;}
.adva_top p span {font-size: 12px;font-weight: lighter;color: #666;font-family: Arial;text-transform:  uppercase;padding: 3% 0 0;}
.adva_sub {margin: 6% 0 0;display:  flex;flex-direction:  column;}
.adva_sub em {font-size: 16px;line-height: 28px;font-weight: lighter;}
.adva_sub em+em {margin: 3% 0 0;}
.adva_pic {width: 50%;}
.adva_pic i {}
.adva_pic i img {width: 100%;height: auto;}
.adva_num {display: flex;margin: 10% 0 0;align-items: center;}
.adva_num i {font-size: 22px;}
.adva_num p {font-size: 16px;display: flex;align-items: center;color:  #999;font-weight:  lighter;padding: 0 0 0 10px;}
.adva_num p span {font-size: 28px;font-family:  DIN Medium;color: #0884c4;}
.adva_nav {background:  #fff;box-shadow: 0 0 10px #eee;}
.adva_nav ul {display:  flex;}
.adva_nav li {display: flex;align-items: center;width: 25%;position: relative;z-index:5;padding: 2.5%;justify-content: center;}
.adva_nav li:after {content:'';width:0;height:100%;background: #0884c4;position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.adva_nav li.on:after {width:100%;}
.adva_nav li.on,.adva_nav li.on span {color:#fff;}
.adva_nav li i {font-size: 36px;width: 60px;height: 60px;background: #209671;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #fff;}
.adva_nav li p {display: flex;flex-direction: column;align-items: center;font-size: 22px;padding: 0 0 0 12px;font-weight: bold;}
.adva_nav li p span {font-size: 12px;color: #666;text-transform:  uppercase;font-family:  Arial;font-weight:  lighter;padding: 6% 0 0;/* transform: scale(0.8); */}


/*mol*/
.mol {padding: 4% 1%;overflow: hidden;}
.mol_box {max-width: 1500px;margin: 0 auto;}
.mol_tit {display: flex;flex-direction: column;align-items: center;}
.mol_tit span {font-size: 18px;color:  #0884c4;text-transform:  uppercase;font-family:  Arial;}
.mol_tit b {font-size: 36px;padding: 1% 0 0;}
.mol_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.mol_con {margin: 3%  0 0;}
.mol_call {}
.mol_call ul {}
.mol_call li {display: flex !important;flex-direction: column;align-items: center;margin: 0 0.2%;}
.mol_call li a {overflow: hidden;}
.mol_call li a img {width: 100%;height: auto;filter: brightness(110%);transition: 0.5s;}
.mol_call li:hover img {transform:scale(1.1);}
.mol_call li p {width: 100%;background: #f5f5f5;padding: 8% 0;text-align: center;position: relative;z-index: 5;}
.mol_call li p:before,.mol_call li p:after {content:'';width:2px;height: 50%;background: #0884c4;position:absolute;top: 0;bottom: 0;margin: auto;transition:0.5s;z-index: -1;}
.mol_call li p:before { left: 0;}
.mol_call li p:after { right: 0;}
.mol_call li:hover p:before,.mol_call li:hover p:after {width:50%;height:100%;}
.mol_call li p a {font-size: 16px;transition:0.5s;}
.mol_call li:hover p a {color:#fff;}
.mol_more {width: 200px;display: flex;justify-content: center;align-items: center;margin: 5% auto 0;padding: 1%;position: relative;z-index:5;border: 1px solid #ddd;}
.mol_more:before,.mol_more:after {content:'';width:12px;height:12px;background: #0884c4;position:absolute;transition:0.5s;z-index:-1;}
.mol_more:before {left:0;top:0;}
.mol_more:after {bottom:0;right:0;}
.mol_more:hover:before,.mol_more:hover:after {width:100%;height:100%;}
.mol_more a {font-size: 16px;transition:0.5s;}
.mol_more:hover a  {color:#fff;}
.mol_call .ban_dot {display: none !important;}
.mol_call button {display: none !important;}

/*num*/
.num {padding: 6% 1%;overflow: hidden;background: url(//memberpic.114my.com.cn/076983123906/uploadfile/image/20221017/20221017171140_537480775.jpg)no-repeat center fixed;position: relative;;z-index: 5;;}
.num:before {content:"";width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:-1;}
.num_box {max-width: 1500px;margin: 0 auto;}
.num_con {}
.num_con ul {display: flex;justify-content: space-between;align-items: center;}
.num_con li {display: flex;flex-direction: column;align-items: center;width: 25%;}
.num_con li i {width: 70px;height: 70px;border-radius: 50%;background: #0884c4;position: relative;display:  flex;justify-content:  center;align-items:  center;z-index: 5;font-size: 30px;color:  #fff;transition:0.5s;}
.num_con li:hover i {color:#0884c4;}
.num_con li i:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:#fff;border-radius: 50%;z-index: -1;transform: translateX(100%);transition: 0.5s;opacity: 0;}
.num_con li:hover i:before {transform:translateX(0);opacity:1;}
.num_con li i:after {content:'';width: 100%;height: 100%;border-radius: 50%;border: 6px solid rgba(255, 255, 255, 0.2);position: absolute;top:0;left: 0;z-index: -1;transform: translate(-7%,-7%) scale(1.2);}
.num_con li p b {font-size: 32px;padding: 0 0 16px 0;font-family:  DIN Medium;}
.num_con li p {font-size: 16px;color:  #fff;display:  flex;flex-direction:  column;align-items:  center;padding: 12% 0 0;}

/*appli*/
.appli {padding: 4% 0;overflow: hidden;background: url(//memberpic.114my.com.cn/076983123906/uploadfile/image/20221017/20221017175453_1392963455.jpg)no-repeat center top;;;;;position: relative;;z-index: 5;;}
.appli:before {content:"";width:100%;height:100%;background: rgba(221,221,221,0.5);position:absolute;top: 0;left: 0;z-index: -1;}
.appli_box {}
.appli_tit {display: flex;flex-direction: column;align-items: center;}
.appli_tit span {font-size: 18px;color:  #0884c4;text-transform:  uppercase;font-family:  Arial;}
.appli_tit b {font-size: 36px;padding: 1% 0 0;}
.appli_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.appli_con {margin: 3% 0 0;position: relative;}
.appli_call {}
.appli_call ul {margin: 0 !important;}
.appli_call li {display: flex !important;flex-direction: column;align-items: center;margin: 0 0.1%;position: relative;/* z-index: 5; */overflow: hidden;}
.appli_call li:after {content:'';width:100%;height:100%;background: rgb(0 0 0 / 20%);position:absolute;top:0;left:0;z-index: 1;opacity: 0;transition:0.5s;}
.appli_call li:hover:after {opacity:1;}
.appli_call li a {overflow: hidden;position: relative;}
.appli_call li>a:before {content:'\e65d';width: 50px;height: 50px;background: #0884c4;position:absolute;top: 6%;right: -14%;font-family: 'iconfont';display: flex;justify-content: center;align-items: center;font-size: 24px;color: #fff;z-index: 6;transition: 0.5s;}
.appli_call li:hover>a:before {right:6%;}
.appli_call li a img {width: 100%;height: 500px;transition: 0.5s;}
.appli_call li:hover img {transform:scale(1.1) rotate(2deg);}
.appli_call li p {/* width: 100%; */position: absolute;bottom: 5%;left: 0;transition:0.5s;opacity:0;z-index: 5;}
.appli_call li:hover p {left:10%;opacity:1;}
.appli_call li p a {font-size: 18px;color: #fff;position: relative;z-index: 6;}
.appli_call li p a:before {content:'';width: 32px;height:1px;background: #0884c4;position:absolute;top: -20px;left:0;z-index: 6;}
.appli_call li p a:after {content:"";}
.appli_more {width: 100px;display: flex;justify-content: center;align-items: center;}
.appli_more a {font-size: 16px;}
.appli_btn {display: flex;width: 98%;/* justify-content: center; *//* position: absolute; *//* top: 50%; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* align-items:  center; */justify-content: space-between;}
.appli_btn i:hover  {background:#0082eb;color:#fff;border:none;}
.appli_btn>i {width: 50px;height: 80px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 43%;border-radius: 5px;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #0082eb;margin: 0 12px;opacity: 0;letter-spacing: 10px;}
.appli_btn>i:first-child {left: 3%;transform: rotate(180deg);}
.appli_btn>i:last-child {right: 3%;}
.appli_con:hover .appli_btn>i:first-child {left:1%;opacity:1;}
.appli_con:hover .appli_btn>i:last-child {right: 1%;opacity:1;}
.appli_call .ban_dot {display: none !important;}

/*news*/
.news {padding: 4% 1%;overflow: hidden;background: #f5f5f5;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit span {font-size: 18px;color:  #0884c4;text-transform:  uppercase;font-family:  Arial;}
.news_tit b {font-size: 36px;padding: 1% 0 0;}
.news_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.news_nav {width: 40%;margin: 4% auto 0;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;box-shadow: 0px 0px 20px #ddd;}
.news_nav li:before {content:'';width:0;height:100%;background: #0884c4;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;}
.news_nav li a {font-size: 18px;line-height: 24px;padding-left: 4px;    white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 29px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -160px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #0884c4;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #0884c4;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 3% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}

/*link*/
.linkTagcs {width: 100%!important;padding-top: 6px;}
.gy{max-width: 1500px;margin: 0 auto;width: 100%;}
.link_c{display: flex;height: 86px;align-items: center;position: relative;}
.link_c:after {position: absolute;content: "";width: 100%; height: 1px; background: rgba(255,255,255,0.05); right: 0;bottom: 0;}
.link_tit{display: flex;position: relative;padding-right: 25px;align-items: center;}
.link_tit>span{font-size: 40px;color: #fff;margin-right: 12px;}
.link_tit>p>span{display: block;font-size: 25px;color: #fff;font-weight: bold;}
.link_tit>p>i{font-size: 14px;color: #fff;letter-spacing: 4px;}
.linkTagcs ul{height: 100%; display: flex;align-items: center;flex-wrap: wrap;}
.links_m {height: 100%;  display: flex;align-items: center;}
.linkTagcs li a {color: rgba(255,255,255,0.26)!important;font-size:14px;}
.linkTagcs li{line-height:22px!important;}


/*copy*/
.copy {width: 100%;background: #333;overflow: hidden;padding-bottom: 163px;position: relative;z-index: 2;margin:   0 auto;padding: 0 1%;}
.copy_pic {height: 160px;overflow: hidden;}
.copy_pic li {width:  160px; height: 160px; overflow: hidden;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;width:160px;height: 160px; display: inline-block;padding: 9px;}
.copy_pic li i img{width:100%;}
.copy_str {margin-top: 15px;}
.copy_str li {width: 36px;height: 36px;border-radius: 100%; transition: 0.5s;position: relative;border: 1px solid rgba(255,255,255,0.15);display: flex;
justify-content: center; align-items: center;cursor: pointer;}
.copy_str li.on{background: #0884c4;border:none;}
.copy_str ul { display: flex;justify-content: center;}
.copy_str li i {font-size: 20px;color: #fff;position: relative;z-index: 99;}
.copy_str li+li {margin-left:18px;}
.copy_txt {font-size: 16px;color: #ffffff;line-height: 20px;float: left;padding: 16px 0 0 64px;}
.copy_txt b {font-family: Roboto;font-size: 30px;line-height: 32px;display: block;padding: 15px 0;}
.copy_txt a {font-size: 14px;line-height: 35px;color: #ffffff;width: 125px;height: 35px;background:url(//memberpic.114my.com.cn/dgqjwj11/uploadfile/image/20210119/20210119152834_1665765722.png)no-repeat #00277a 20px 9px;display: inline-block;border-radius: 10px;text-align: center;padding-left: 30px;}
.copy_con {width:41%;/* padding-top: 70px; */}
.copy_pho{}
.copy_con ul {display: flex;justify-content:space-between;width: 100%;}
.copy_con li p {font-size: 18px;color: #ffffff;line-height: 20px;margin-bottom: 20px;font-weight: bold;}
.copy_con li a {font-size: 14px;color:rgba(255, 255, 255, 0.47);line-height: 30px; display: flex;}
.copy_con li a:hover  {color:#fff;}
.copy_c {display: flex;justify-content: space-between;align-items:  center;padding: 3% 0;}
.zh_b{font-size: 20px!important;color: #fff;font-weight: normal;}


/*foor*/
.foor {width:100%;background: #141414;padding: 0 4%;}
.foor_name {display: flex;justify-content: space-between;height: 97px;align-items: center;}
.foor_name>div:nth-child(1) {padding-left: 7px;}
.foor_name>div{font-size: 14px;color: #fff;text-align: center;}
.foor_name a {color: #fff;transition: all 0.3s linear;font-size: 14px;}
.foor_name a:hover  {color:#fff;transition: all 0.3s linear;}
.copy_pho b{display: block;font-size: 22px;color: #fff;}
.copy_pho div{font-size: 16px;color: #fff;line-height: 36px;margin-top: 25px;}
.bq_bj {width: 100%; height: 266px;background: #141414;position: relative;margin-top: -266px;}
.copy_icon>b{display: block;font-size: 18px;color: #fff;margin-bottom: 30px;}