*{margin: 0;padding: 0;box-sizing: border-box;}
body {font-size: 14px;font-family:Microsoft YaHei;}
em,i{font-style:inherit;font-weight:inherit;}
ul{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
body {   scrollbar-width: none; -ms-overflow-style: none;overflow: scroll;}
body::-webkit-scrollbar {  display: none;}

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

@font-face {
font-family: "din";
src: url("//memberpic.114my.com.cn/0421151/cssnew/DIN%20Medium.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/0421151/cssnew/DIN%20Medium.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/0421151/cssnew/DIN%20Medium.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/0421151/cssnew/DIN%20Medium.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/0421151/cssnew/DIN%20Medium.svg.txt") format("svg");
}

@font-face {
font-family: "pmzd";
src: url("//memberpic.114my.com.cn/0421151/cssnew/pmzd.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/0421151/cssnew/pmzd.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/0421151/cssnew/pmzd.TTF.txt") format("truetype"),
       url("//memberpic.114my.com.cn/0421151/cssnew/pmzd.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/0421151/cssnew/pmzd.svg.txt") format("svg");
}


/*top*/
.top {padding: 8px 0;border-bottom: 1px solid #f8f8f8; background: #f8f8f8;}
.top_box {max-width: 1800px; margin: 0 auto;display: flex;justify-content: space-between;align-items: center;color: rgba(51, 51, 51, 0.8);}
.top_tit {font-size: 15px;line-height: 30px;}
.top_con {width: 240px;}
.top_con>ul {display: flex;justify-content: space-between;width: 100%;align-items: center;}
.top_con>ul>li {display: flex;position: relative;width: 24px;height: 24px;border-radius: 50%;background: #f8f8f8;justify-content: center;z-index:66;}
.top_con>ul>li:nth-child(-n+2) {background: none;display: flex;align-items: center;width:  unset;}
.top_con>ul>li:nth-child(-n+2) a { text-transform: uppercase; font-size: 14px;}
.top_con li:last-child {background: none;}
.top_con li i {font-size: 16px;line-height: 24px;   color: #ff0000;}
.top_con li>p {width: 120px;overflow: hidden;position: absolute;top: 36px;left: -45px;opacity: 0;transition: 0.5s;height:  0;padding: 5px;background: #fff;border: 1px solid #ddd;}
.top_con li p img {width:100%;}
.top_con li>a {}
.top_con li:hover p {opacity: 1;transition: 0.5s;height: 120px;}

/*head*/
.head {padding: 1.823% 0;position: relative;z-index: 55;}
.head_box {max-width: 1800px; margin: 0 auto;display: flex;justify-content: space-between;}
.head_logo {display: flex;align-items:  center;}
.head_logo i {}
.head_logo p {font-size: 16px;line-height: 18px;padding-left: 20px;display: flex;flex-direction: column;letter-spacing: 1.5px;color: #999; text-align:center;}
.head_logo p b {font-size: calc(1.2rem + 1vw);font-weight: 100;background-image: -webkit-linear-gradient(30deg,#333,#333 50%,#333 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height:  40px; letter-spacing: 0; font-family: pmzd;background-image: -webkit-linear-gradient(60deg,#333 30%,#999 54%,#333 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;}
.head_con {display: flex;justify-content: space-between;align-items: center;width: 68%;}
.head_con {display: flex;justify-content: space-between;align-items: center;width: 60%;}
.head_nav {width: 92%;}
.head_nav>ul {display: flex;justify-content: space-between;align-items: center;}
.head_nav>ul>li {display: flex;flex-direction: column;align-items: center;z-index: 5;line-height: 78px;}
.head_nav>ul>li>a {font-size: 17px;color: #333;width: 100%;text-align: center;display: flex;flex-direction: column;text-transform: uppercase;position: relative;}
.head_nav li a i {color: #666;font-size: 12px;font-family: Arial;text-transform: uppercase;opacity: 0.3;transform: scale(0.9);}
.head_nav>ul>li>a:after {content:attr(data-hover);width: 0;height: 100%;position: absolute;left: 0;top: 0;color:#ff0000;overflow:  hidden;white-space: nowrap;font-weight:bold;background: #fff;}
.head_nav>ul>li>a:hover{font-weight: bold;color: #ff0000; font-size: 18px;}
.head_nav>ul>li:hover a:after, .head_nav>ul>li.cur a:after {width:  100%;}

/*下拉*/
.head_nav li:hover  .nav_con {transform: rotateX(0deg);}
.nav_con {position: absolute;top: 100%;left: 0;width: 100%;background: rgba(255,255,255,0.9);padding: 40px 0;transform: rotateX(90deg);transition: 0.5s;    transform-origin: top;  }
.nav_con>ul {display: flex;justify-content: space-evenly;align-items: center;width: 50%;margin: 0 auto;}
.nav_con>ul>li { display: flex;flex-direction: column;align-items: center;    width: 25%;    padding: 38px;transition: 0.5s;    border-right: 1px solid #ddd;}
.head_nav li:nth-child(7) .nav_con>ul>li {    width: 33.33%;}
.nav_con>ul>li>i { font-size: 30px;line-height: 30px; color: #999;}
.nav_con>ul>li>a {font-size: 18px;line-height: 18px; padding-top: 10px;}
.nav_con>ul>li:hover {    box-shadow: 0 0 20px #ccc;    border-right: none;}

.head_r {width: 5%;}
.head_r>ul {display: flex;justify-content: space-between;align-items: center;}
.head_r>ul>li {}
.head_r>ul>li i { font-size: 20px;  line-height:  20px;position:relative;}
.head_r>ul>li i:after {content:'';width:100%;height:85px;position:absolute;top:0;left:0;}
.head_r>ul>li p {width: 250px;background: #ffffff;transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 16px 24px;z-index: 99;text-align: left;color:#333;top: 148px;}
.head_r>ul>li p span {font-size: 24px;display: block;color: #ff0000;font-family: Arial;    padding-top: 6px;}
.head_r>ul>li:hover p {transform: rotateX(0);transition: all 0.5s;} 
.head_r>ul>li a {font-size:15px;color:#666;}

/*搜索*/
.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 34px; z-index: 99;top:148px;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;}
#search-bg{float:left; width:374px; height:33px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     border: 1px solid #dddddd;border-right: none;text-align: left; line-height: 30px;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #fff !important;}
.search-text a:hover{ font-size:15px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}

@media screen and (max-width:1399px) and (min-width:1280px) {
    .head_con {width:68%;}
}
@media screen and (max-width:1543px) and (min-width:1400px) {
    .head_con {width:65%;}
}
@media screen and (max-width:1743px) and (min-width:1544px) {
    .head_con {width:62%;}
}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1300px; height:864px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:864px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;height: 80%;position: relative;z-index: 9;}
.banner-btn{ width: 100%; position: absolute; bottom:30px; left: 0; margin-left: 0; height: 430px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030202055_904312750.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030202055_904312750.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8; border:1px #fff solid;}
.banner-box .hd ul li.on{ background:#fff;border-radius: 8px; width:10px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top; transform-origin: top;
  }
}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);  transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;   transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;  transform-origin: 50% 16%;
  }
  }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}

/*int*/
.int {padding: 75px 0;overflow: hidden;}
.int_box {max-width: 1500px;margin: 0 auto;}
.int_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.int_tit span {width: 100%; background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211027/20211027104613_1630718916.png)no-repeat center;font-size: 41px;line-height: 42px;text-align: center;}
.int_tit span b {color: #ff0000;}
.int_tit p {font-size: 18px;line-height: 20px;font-weight: lighter;padding-top: 20px;}
.int_con {margin-top: 80px;}
.int_con ul {display: flex;justify-content: space-between;align-items: center;width: 100%;position:  relative;}
.int_con ul:after {content:'';width: 100%;background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211027/20211027105137_425726698.jpg)no-repeat center;position:  absolute;top: 86px;left: 0;height: 20px;z-index: -1;}
.int_con li {width: 25%;display:  flex;flex-direction:  column;align-items:  center;}
.int_con li p {font-size: 30px;line-height: 34px;color: #333;display: flex;flex-direction: column;align-items:  center; font-weight:100;}
.int_con li p span {font-size: 12px;color: #ccc;text-transform:  uppercase;font-weight:  lighter;line-height:  12px;padding-top: 9px;}
.int_con li i {width:  60px;height:  60px;background:#ff0000; border-radius:50%;display:  flex;justify-content:  center;align-items:  center;font-size:  30px;color:  #fff;font-family: din;margin-top: 5%;}
.int_con li:hover em img {transform:scale(1.1);}
.int_con li em {padding: 5px; background:  #fff;box-shadow: 0 0 10px #ccc; border-radius: 20px; overflow:  hidden;    margin-top: 6%;}
.int_con li em img {width:100%;height:  auto;border-radius: 20px;    transition: 0.5s;}
.int_txt {display: flex;flex-direction: column;justify-content: center;align-items: center;margin-top: 80px;}
.int_txt p {font-size: 22px;line-height: 24px;color: #666;font-weight:  lighter;}
.int_txt a {font-size:18px;background:  #ff0000;color:  #fff;padding: 1% 9%; margin-top: 3%; font-weight: lighter; border-top-left-radius: 60px;  border-bottom-right-radius: 60px; letter-spacing: 6px;}

/*pro*/
.pro {padding: 75px 0 100px 0px;overflow: hidden;background: #f8f8f8;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pro_tit span {width: 100%; background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030083314_388849700.png)no-repeat center;font-size: 41px;line-height: 42px;text-align: center;}
.pro_tit span b {color: #ff0000;}
.pro_tit p {font-size: 18px;line-height: 20px;font-weight: lighter;padding-top: 20px;}
.pro_tab {margin-top: 60px;}
.pro_nav {background: #fff url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030100456_1747747307.jpg)no-repeat center;width: 100%;padding: 47px 0;display: flex;align-items: center;justify-content: space-around;}
.pro_nav .tempWrap {width: 100% !important;}
.pro_btn {display:  flex;justify-content: space-between;width: 4%;}
.pro_btn i:hover {    color: #ff0000;}
.pro_btn>i {cursor: pointer;font-size: 32px;display: flex;justify-content: center;align-items: center;    transition: 0.5s;}
.pro_btn>i:first-child {}
.pro_nav>.prolist2021 {width: 90%;}
.pro_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.pro_nav li {position: relative;    width: 10% !important;    text-align: center;}
.pro_nav li:after {content:'';width:0;height:0;border-top: 10px solid #ff0000;border-right: 8px solid transparent;border-left: 8px solid transparent;position:absolute;bottom: -18px;left: 37%;opacity:0;}
.pro_nav li.on:after {opacity:1;}
.pro_nav li.on a {color:#ff0000;font-weight:bold;}
.pro_nav li>a {font-size: 16px;transition: 0.5s;}
.pro_con {margin-top: 40px;}
.pro_int {}
.pro_int>ul {display: flex;justify-content: space-between;align-items: center;}
.pro_int li {display:  flex;justify-content:  space-between;align-items:  center;background: #fff;padding: 0 4%;overflow: hidden;}
.pro_txt {width: 36%; display:  flex;flex-direction:  column;align-items: flex-start;}
.pro_txt p {font-size: 32px;font-weight: lighter;line-height: 32px;display: flex;flex-direction: column;}
.pro_txt p span {font-size: 14px;color: #999;line-height: 24px;padding-top: 12px;}
.pro_txt a {font-size:  15px;color: #999;border-radius:  40px;border: 1px solid #ddd;padding: 3% 13%;margin-top: 10%;transition:0.5s;}
.pro_int li:hover .pro_txt  a {background:#ff0000;color:#fff;}
.pro_pic {transition: 0.5s; overflow: hidden;}
.pro_pic img {width: 100%;height: auto;transition: 0.5s;}
.pro_int li:hover .pro_pic {transform:scale(1.1);}
.pro_call {margin-top: 40px;}
.pro_call ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_call li { width: 24.2%; display: flex;flex-direction: column; align-items: center;background: #fff; padding: 12px;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li:nth-child(n+6) {margin-top:12px;}
.pro_call li>a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition:0.5s;}
.pro_call li span {}
.pro_call li span>a {  font-size: 15px;font-weight: lighter;line-height: 18px;}

/*mol*/
.mol {padding: 120px 0;overflow: hidden;width: 100%;background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211027/20211027155032_602825111.jpg)no-repeat center  fixed;position: relative; }
.mol_box {max-width: 1500px; margin: 0 auto;}
.mol_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.mol_tit span {width: 100%; background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030083344_1635029384.png)no-repeat center;font-size: 42px;line-height: 42px;text-align: center;font-weight: bold;color: #fff;letter-spacing: 2px;}
.mol_tit span b {color: #fff;}
.mol_tit span i{color: #ff0000; font-size: 50px;}
.mol_tit p {font-size: 18px;line-height: 20px;font-weight: lighter;padding-top: 30px;color: #fff;}
.mol_con {overflow: hidden;margin-top: 80px;height: 615px;}
.mol_con>ul {display: flex;justify-content: space-between;align-items: center;}
.mol_con>ul>li {width: 25%;background: rgba(255,255,255,0.9);border-right: 1px solid #ddd;transition: 0.5s;position:  relative;overflow:  hidden;height: 668px;}
.mol_con>ul>li:last-child {border-right:none;}
.mol_txt {display:  flex;flex-direction:  column;align-items:  center;padding: 153px 0;width: 100%;}
.mol_txt>i {font-size:  48px;line-height:  48px;font-family:  din;}
.mol_txt>p {font-size:  32px;line-height:  32px;display:  flex;flex-direction:  column;
align-items:  center;margin-top: 6%; font-weight:normal;}
.mol_txt>p>span { font-size:  13px;text-transform: capitalize;line-height:13px;padding-top:  10px;color:  #999;font-weight:  lighter;font-family:  Arial;opacity: 0.5;}
.mol_txt>em {font-size:  15px;font-weight:  lighter;line-height:  16px;margin-top: 10%;}
.mol_txt a {font-size:  14px;background:  #ff0000;color:  #fff;border-radius: 20px;padding: 2% 7%;font-weight:  lighter;margin-top: 20%;line-height:  14px;}
.mol_sub {position:  absolute;top: 0;left: 0;display:  flex;flex-direction:  column;align-items: flex-start;opacity: 0;transition: 0.5s;height: 615px;width: 100%;background: #fff;padding: 12%;opacity: 1;}
.mol_sub>p {font-size:  36px;font-weight:  lighter;color:  #666;line-height:  36px;display:  flex;align-items:  center;border-bottom:  1px solid #ddd;padding-bottom: 18px;width: 100%;margin-bottom: 20px;}
.mol_sub>p>span {font-size: 56px;font-family:  din;color:  #ccc;line-height:  56px;margin-right: 10px;}
.mol_sub>em {font-size:  15px;line-height: 26px;color:  #666;font-weight:  lighter; padding:8px 25px;}
.mol_sub>i {position:  absolute;bottom: 0;left: 0;}
.mol_sub>i img {height:  auto;background: #fff; padding: 40px; width: 100%;}
.mol_con li:hover img{transition: 0.5s;transform: scale(1.1);}


/*adva*/
.adva {padding: 75px 0;overflow: hidden;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.adva_tit span {width: 100%; background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030083344_1635029384.png)no-repeat center;font-size: 42px;line-height: 42px;text-align: center;font-weight: bold;letter-spacing: 2px;}
.adva_tit span b {color: #ff0000; font-size: 48px;}
.adva_tit p {font-size: 18px;line-height: 20px;font-weight: lighter;padding-top: 20px;}
.adva_tab {margin-top: 60px;overflow:  hidden;}
.adva_nav {}
.adva_nav ul {display: flex;justify-content: space-between;align-items: center;}
.adva_nav li {display: flex;align-items: center;background: #fcfcfc;transition: 0.5s;height: 140px;width: 25%;justify-content:  center;}
.adva_nav li.on {background: #ff0000;}
.adva_nav li.on i,.adva_nav li.on p,.adva_nav li.on p span {color:#fff;}
.adva_nav li i {font-size: 40px;line-height: 40px;}
.adva_nav li p {font-size: 22px;line-height: 22px;display: flex;flex-direction: column;padding-left: 12px;}
.adva_nav li p span {font-size: 12px;text-transform: capitalize;font-weight: lighter;font-family: Arial;line-height: 12px;padding-top: 10px;color: #999;}
.adva_con {display: flex;transition: 0.5s;}
.adva_big {width: 100%;flex-shrink: 0;position: relative;box-shadow: 0 0 20px #ddd;margin-bottom: 3%;}
.adva_pic {width: 100%;}
.adva_pic img {width:100%;}
.adva_txt {background: rgba(255,255,255,0.8);display: flex;justify-content: space-between;align-items: center;position: absolute;bottom: 0;left: 0;width: 100%;padding: 3.5% 7%;z-index: 5;}
.adva_txt p {display: flex;flex-direction: column;}
.adva_txt p span {font-size: 28px;font-weight: bold;line-height: 30px;padding-bottom: 12px;}
.adva_txt p em {font-size: 15px;line-height: 25px;color: #666;font-weight:  lighter;}
.adva_tp{text-align: center;}
.adva_tp p{font-size: 24px;margin-bottom: 30px;}
.adva_tp a {font-size: 16px;font-weight: lighter;padding: 10% 25%;background: #ff0000;color:  #fff;border-radius: 40px;transition:0.5s;}
.adva_tp a:hover {transform:scale(1.1);}

/*par*/
.par {padding: 73px 0;overflow: hidden;background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030135906_1933220245.jpg)no-repeat center fixed; position: relative;}
.par_box {max-width: 1500px;margin: 0 auto;}
.par_con {display: flex;justify-content: space-around;align-items: center;}
.par_l {width: 47%;display:  flex;flex-direction:  column;}
.par_l>p {font-size: 36px;color: #fff;line-height: 60px;display:  flex;align-items:  center;border-bottom: 2px solid rgba(255,255,255,0.2);padding-bottom: 24px;position:relative;}
.par_l>p:after {content:'';width:36%;background:#fff;height:2px;position:absolute;bottom: -2px;left:0;}
.par_l p b {font-size: calc(1.9rem + 1vw);}
.par_l em {font-size: 18px;font-weight: lighter;color: #fff;display:  flex;flex-direction:  column;padding-top: 19px;width: 60%;}
.par_l em>span {font-size: 32px;font-family: Arial;line-height: 42px;text-transform: uppercase;opacity: 0.3;padding-top: 20px;}
.par_r {width: 32%;}
.par_r ul {display: flex;justify-content: space-between;align-items: center;}
.par_r li {width: 32%;display:  flex;align-items:  center;flex-direction:  column;}
.par_r li i {background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030084052_1676658689.png)no-repeat center;width: 108px;height: 108px;font-size: 40px;color: #fff;display:  flex;justify-content:  center;align-items:  center;}
.par_r li>p {font-size: 18px;color: #fff;line-height:  20px;padding-top: 15px;}
.par_r>p {display:  flex;padding-top: 32px;align-items:  center;justify-content:  center;justify-content:  space-around;}
.par_r>p>i {font-size: 20px;padding: 8px;background:  #fff;border-radius: 50%;line-height: 20px;}
.par_r>p span {font-size: 36px;color: #fff;line-height:  36px;font-family:  din;}
.par_r a {font-size:  16px;padding: 2% 8%; background:  #fff;line-height: 20px;display: flex;
justify-content: center; align-items: center;}

/*about*/
.about {padding: 75px 0;overflow: hidden;background: #f8f8f8;}
.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: 43%;}
.about_txt p {display: flex;flex-direction: column;font-size: 30px;line-height: 30px;font-weight: lighter;}
.about_txt p span {font-size: 32px;font-weight: bold;line-height: 36px;padding-top: 12px;}
.about_txt>em {font-size: 15px;line-height: 30px;color: #666;margin-top: 7%;font-weight:  lighter;}
.about_txt a {font-size: 15px;border:1px solid #ff0000;padding: 12px 15px;line-height: 15px;width: 30%;display:  flex;justify-content:  center;color: #ff0000;font-weight:  lighter;margin-top: 40px;}
.about_txt ul {display: flex;align-items: center;justify-content: space-between;padding-top: 5%;}
.about_txt li {display: flex;flex-direction: column;width: 27%;align-items: center;}
.about_txt li em {}
.about_txt li em i {font-size: calc(2.284rem + 1vw); font-family: "din"; line-height: calc(2.284rem + 1vw);display: inline-block;}
.about_txt li em b {width: 21px;height: 21px;border-radius: 50%;background: #e40000;display: inline-block;font-size: calc(0.66rem + 0.14vw);color: #fff; text-align: center; line-height: 21px;font-weight: lighter; top: -13px; position: relative;}
.about_txt li p {font-size: 18px;line-height: 24px;padding-top: 10px;}
.about_pic {width: 43.5%;position: relative;z-index: 5;}
.about_pic:before {content:'';background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030083916_1137028274.png)no-repeat;position: absolute;left: -11%;bottom: -12%;width: 67px;height: 398px;z-index:-1;}
.about_pic:after {content:'';background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030083916_452177498.png)no-repeat;position: absolute;bottom: -17%;left: -11%;width: 557px;height: 90px;z-index:-1;}
.about_pic img {width:100%;height: auto;}
.about_call {margin-top: 100px;overflow:hidden;}
.about_call ul {display: flex;justify-content: space-between; }
.about_call li {width: 24.5%;display: flex; flex-direction: column;}
.about_call li>a { overflow: hidden; }
.about_call li>a img {width: 100%; height: auto;   transition: 0.5s;}
.about_call li:hover img {transform: scale(1.1);}
.about_call li p {display: flex;justify-content: center;background: #efecec;padding: 18px;}
.about_call li p>a {font-size: 16px;line-height: 16px;   }

/*coop*/
.coop {padding: 75px 0;overflow: hidden;}
.coop_box {max-width: 1500px;margin: 0 auto;}
.coop_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.coop_tit span {width: 100%; background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030084312_1311952620.png)no-repeat center;font-size: 42px;line-height: 42px;text-align: center;;letter-spacing: 3px;}
.coop_tit span b {color: #ff0000;}
.coop_tit p {font-size: 18px;line-height: 20px;font-weight: lighter;padding-top: 20px;}
.coop_call {margin-top: 60px;overflow: hidden;}
.coop_call .new_web_div2021 {}
.coop_call ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.coop_call li {width: 19%;overflow:hidden;position:relative;height:100%;box-sizing: border-box;border: 1px solid #eee;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.coop_call li:nth-child(n+6) {margin-top: 18px;}
.coop_call li>a{display: block;overflow: hidden;}
.coop_call li:hover img { transform: scale(1.1);}
.coop_call li>a>img{width:100%;/* height:auto; */transition: 0.5s;}
.coop_call li p {width:100%;height:100%;background: rgba(0,64,224,0.9);;position:absolute;top:0;left:0;transform-origin: center;transition: 600ms;border-radius: 100px 0;    transform: scale(0);display: none;}
.coop_call li p a{display:block;font-size:16px;color:#fff;display: flex;align-items: center;justify-content: center;height: 100%;}
.coop_call li:hover p{transition: 600ms;    transform: scale(1);}
.coop_after {display: flex;justify-content: center;align-items: center;}
.coop_after ul {display: flex;justify-content: space-between;width: 4%;}
.coop_after li {width: 10px;height: 10px;border-radius: 50%;background: #5d7db6;transition: 0.5s;}
.coop_after li:hover {width:30px;transition: 0.5s;border-radius: 8px;}


/*tech*/
.lc_bc{background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030135906_1191076298.jpg) no-repeat 0 0;padding:100px 0;position: relative;}
.tech_tit {display: flex;justify-content: center; flex-direction: column;align-items: center;}
.tech_tit b {font-size: 42px;line-height: 45px;}
.tech_tit b span {}
.tech_tit p {font-size: 18px;line-height: 20px; font-weight: lighter; padding-top: 18px;}
.lc_c {max-width: 1500px;margin: 0 auto;}
.lc_c ul{display: flex;justify-content: space-between;margin-top: 60px;position: relative;}
.lc_c ul:after {position: absolute;content: "";width: 89%;height: 1px;border-top: 1px dashed rgba(14,19,31,0.13);bottom: 37px;left: 79px;}
.lc_c ul li{width: 11.1%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.lc_c ul li>div{background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211028/20211028161151_1589498423.png) no-repeat center;width: 76px;height: 85px;display: flex;justify-content: center;align-items: center;transition: all .5s;position: relative;}
.lc_c ul li>div:after{position: absolute;content: "";width: 1px;height: 34px;background: #0e0f11;bottom: -41px;left: 50%;}
.lc_c ul li:hover>div:after{background: #ff0000;}
.lc_c ul li>div>span{font-size: 26px;color: #fff;}
.lc_yd{width: 6px;height: 6px;border-radius: 100%;background: #0e131f;position: relative;margin:50px 0 22px;}
.lc_yd:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 100%;border:1px solid #0e131f;top: -3px;left: -3px;}
.lc_c ul li b{font-weight: normal;display: block;font-size: 14px;color: #666;transition: all .5s;}
.lc_btn{margin:0 auto;margin-top: 60px;width: 516px;height: 62px;background: #333;font-size: 36px;color: #fff;border-radius: 31px;display: flex;align-items: center;}
.lc_c ul li:hover>div{background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211029/20211029111734_104877771.png) no-repeat center;transform: translateY(-8px);}
.lc_c ul li:hover .lc_yd{background: #ff0000;}
.lc_c ul li:hover .lc_yd:after{border-color:#ff0000;}
.lc_c ul li:hover b{color: #ff0000;transform: rotateX(360deg);}
.lc_btn>p>span{font-size: 27px;color: #fff;margin-right: 9px;}
.lc_btn>p>b{font-weight: normal;font-size: 22px;color: #fff;}
.lc_btn>p{width: 196px;height: 62px;background: #ff0000;border-radius: 30px;display: flex;align-items: center;justify-content: center;margin-right: 26px;}
.lc_btn>div {font-size: 36px; font-family: din;line-height: 36px;}
.lc_yd:before{background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211028/20211028161252_1404469807.png) no-repeat center;width: 129px;height: 10px;left: 17px;position: absolute;content: "";top: -14px;}
.lc_c ul li:last-child .lc_yd:before{display: none;}

/*news*/
.news {padding: 75px 0;overflow: hidden;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tab {}
.news_top {display: flex;justify-content: space-between;align-items: center;}
.news_txt {}
.news_txt p {display:  flex;flex-direction:  column;font-size: 36px;line-height: 36px;}
.news_txt p span {font-size: 18px;line-height:  18px;padding-top: 20px;color: #666;
font-weight:  lighter;}
.news_nav {width: 25%;}
.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;}
.news_nav li i {font-size: 20px;line-height:  24px;}
.news_nav li a {font-size: 18px;line-height: 24px;padding-left: 4px;}
.news_nav li.on,.news_nav li.on a {color:#ff0000;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;flex-direction: column-reverse;}
.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: 18px;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:'查看详情';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: "\e612";color: #666;bottom: -161px;}
.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: #ff0000;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #ff0000;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;    margin-top: 30px;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}

/*底部*/
.links{width:100%; overflow:hidden; padding:50px 0; border-top:1px #eee solid;  line-height: 30px; background:#ffffff;}
.linksW{ max-width: 1500px; margin:0 auto;display: flex;justify-content: space-between;align-items: center;}
.links_l{ width:10%;}
.links_lm{font-size:18px; line-height:30px; color:#333;}
.links_r{ width:90%; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}

/*copy*/
.copy {background: #333333;}
.page {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.copy_row1{padding:90px 0;}
.copy_row2{background: #202020;width: 100%;padding: 40px 0;}
.copy_row2 p{text-align: justify;color: #999;line-height: 30px;font-size: 14px; float: left; width:1500px; margin:0 auto;}
.copy_row2 p a{display: inline-block;color: inherit;font-size: inherit;}
.copy_row2 p a:hover{color: #fff;text-decoration: underline;}
.copy_row1 .copy_r1_l{float: left;width: 70%;}
.copy_row1 .copy_r1_l:after{content: '';display: block;clear: both;}
.copy_row1 .copy_r1_l .copy_item{float: left;padding-right: 120px;}
.copy_row1 .copy_r1_l .copy_item strong{display: block;}
.copy_row1 .copy_r1_l .copy_item strong a{font-weight: normal;color: #fff;font-size: 17px;display: block;line-height: 40px;padding-bottom: 10px;}
.copy_row1 .copy_r1_l .copy_item li{padding-bottom: 5px}
.copy_row1 .copy_r1_l .copy_item li a{font-size: 14px;color: #aaa;font-weight: normal;line-height: 24px;display: inline-block;position: relative; }
.copy_row1 .copy_r1_l .copy_item li a:after{content: '';display: block;position: absolute;bottom:-2px;left: 0;width: 0%;background: #d3281b;height: 1px;transition: 0.3s all ease;}
/*.copy_row1 .copy_r1_l .copy_item li a:hover:after{width: 100%;}*/
.copy_row1 .copy_r1_l .copy_item li a:hover{color: #fff;}
.copy_r3_r {float: right;}
.copy_row1 .copy_r1_r{float:right;width:365px;}
.copy_row1 .copy_r1_r .copy_tel{color: #fff;text-align: justify;font-size: 16px;line-height: 30px;font-weight: normal;padding: 0px 0 25px;background: url(https://memberpic.114my.com.cn/0421151/uploadfile/image/20211030/20211030201512_2078481288.png) no-repeat right 3px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_row1 .copy_r1_r .copy_tel strong{color: #ff0000;display: block;font-family: din;font-size: 32px;font-weight: normal;}
.copy_row1 .copy_r1_r .copy_ico{text-align: justify;padding: 0px;}
.copy_row1 .copy_r1_r .copy_ico a{display: inline-block;padding: 10px;position: relative;
border: 1px solid #fff;border-radius: 50%;margin: 0px 10px 0px 0px;opacity: .4;transition: .3s all ease;transform: rotate(0deg);}
.copy_row1 .copy_r1_r .copy_ico a:hover{opacity: 1;background: #79c40c;background: -moz-linear-gradient(-45deg,  #ff0000 0%,  #ff0000 100%);background: -webkit-linear-gradient(-45deg,  #ff0000 0%, #ff0000 100%);background: linear-gradient(135deg,  #ff0000 0%, #ff0000 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c40c', endColorstr=' #ff0000',GradientType=1 );border: 1px solid transparent;}
.copy_row1 .copy_r1_r .copy_ico a>img{width: 20px;height: 20px;display: block;}
.copy_row1 .copy_r1_r .copy_ico a i{position: absolute;bottom: 50px;width: 90px;left:-110%;margin-left:10px;display:none;background: #fff;overflow: hidden;border-radius: 5px;}
.copy_row1 .copy_r1_r .copy_ico a i img{width: 100%;display: block;padding: 10px;}

.copy_dz {display: block;padding: 20px 0 30px;}
.copy_dz p {line-height: 30px;font-size: 14px;color: #aaa;}
.copy_dz p img {display: inline-block;vertical-align: middle;padding-right: 5px;}

.copy_row3 .copy_r3_r{width: 8%;float: right;height: 37px;line-height: 35px;color: #aaa;font-size: 13px;margin-top: 17px;}