/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#1077d6;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1500px;position: relative;}
.bg{ width: 100%; min-width: 1500px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:85%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}



.gy {max-width: 1500px;margin: 0 auto; min-width: 1300px; width: 100%;}



/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Biko";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Biko";
  src: 
  url("//memberpic.114my.com.cn/018067/cssnew/Biko-Bold.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/018067/cssnew/Biko-Bold.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/018067/cssnew/Biko-Bold.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/018067/cssnew/Biko-Bold.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/018067/cssnew/Biko-Bold.svg.txt") format("svg");
}


html{font-size:16px;}




/*标题*/

.title {text-align: center;}
.title>b {display: block; font-size: 42px; text-transform: uppercase; color: #333; font-weight: bold; line-height: 42px;}
.title>i {font-size: 46px;position: relative;padding-bottom: 8px;margin-top: -41px; display: block; color:#333;}
.title>p {font-size: 18px;color: #999; display: block; padding-top: 10px;}

.title1 {text-align: center;}
.title1>b {display: block; font-size: 42px; text-transform: uppercase; color: #fff; font-weight: bold; line-height: 42px;}
.title1>i {font-size: 46px;position: relative;padding-bottom: 8px;margin-top: -41px; display: block; color:#fff;}
.title1>p {font-size: 18px;color:rgba(255,255,255,0.5); display: block; padding-top: 10px;}









/* 抬头 */
.wel_wrap {width: 100%;height: 36px;background: #1077d6;}
.wel_box{display: flex;align-items: center;justify-content: space-between;}
.wrap_le,.wrap_ri{line-height: 36px;color: #fff;font-size: 14px;font-weight: 100;}
.wrap_ri{display: flex;}
.wrap_ri a{color: #fff;font-size: 14px;line-height: 36px;margin: 0px 12px;font-weight: 100;}
.wrap_ri a:nth-child(2) span{font-size: 20px;}
.wrap_ri a:hover{color: #fff;}
/*header*/
.head_c{display: flex;justify-content: space-between;align-items: center;height: 130px;}
.hea_logo{display: flex;align-items: center;}
.nav_c{display: flex;justify-content: space-between;width: 60%;}
.nav_c>li>a{font-size: 17px;color: #202020; font-weight: 100; line-height:74px;}
.nav_c>li.on>a,.nav_c>li:hover>a{color: #1077d6;font-weight: bold;}

.dropmenu{ position:absolute; top:150%; max-height:0; transition:all .3s ease; width:200px;left: -62px;z-index:99; transition:all .3s ease; background:#f9f9f9; border-radius:5px; opacity:0; visibility:hidden;}
.dropmenu a{ display:block; line-height:45px; text-align:center; font-size:16px; color:#666; transition:all .5s ease;}
.dropthree{ position:relative;}
.dropthree>div{ position:absolute; left:105%; visibility:hidden; opacity:0; transition:all .3s ease; border-radius:5px;width:100%; background:#f9f9f9; top:0;}
.dropthree:hover>div{ opacity:1; left:100%; visibility:visible; }
.nav_c li:hover .dropmenu{ max-height:1000px;  top:100%; opacity:1; visibility:visible;}
.dropmenu a:hover{ background:#1077d6; color:#fff;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
.nav_c li {    position: relative;}
.prolist2021 {position:relative;}
.prolist2021 ul {position:relative;}
.prolist2021 li {position:relative;}
.prolist2021 li dl {position:absolute;top:0;left:100%; transition: 0.5s;}
.nav_c li:hover dl {    opacity: 1; transition: 0.5s;}
.prolist2021 li dl dt a {display: block;padding: 0 40px;width: 300px;height: 42px; border-bottom: none;background: #fff; color: #666; font-weight: 100; font-size: 14px; line-height: 42px;position: relative;}
.prolist2021 li:nth-child(6) {display:none;}

.nav_c>ul>li:hover .nav2 {transform: rotateX(0deg);}
.prolist2021 li:hover dl { transform: rotateY(0deg);}
.prolist2021 li dl {position: absolute;top: 0; left: 100%;transition: 0.5s; transform-origin: left; transform: rotateY(90deg);}







/* 搜索 */
input, textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
.sea_bc{background: #f8f8f8;}
.sea_c{display: flex;justify-content: space-between;align-items: center;padding: 13px 0;}
.sea_lc>b{display: block;font-size: 26px;}
.sea_lc>p{margin-top: 8px;font-size: 15px;}
.sea_lc>p>b{font-size: 14px;}
.sea_lc>p>a{font-size: 13px;display: inline-block; font-weight:100;}
.search_02>form{display: flex;align-items: center;}
.search-bg>input{width:244px;background:none;color:#d2d1d1;border:1px solid #eee;height:35px;line-height:35px;padding-left:8px;}
.sea_rc{display: flex;}
.sea_rc>span{width: 40px;height: 40px;color: #fff;border-radius: 100%;background: #202020 url(//memberpic.114my.com.cn/018067/uploadfile/image/20240729/20240729164454_576467741.png)no-repeat center;margin-right: 18px;margin-top: 5px;}
.sea_rc>div>p{font-size: 14px;color: #666;font-weight:100;}
.sea_rc>div>b{display: block;font-size: 20px;color: #202020;margin-top:2px;line-height: 20px;font-weight: normal;}
.ewm img{width: 70px;}
.ewm{display:flex;}
.ewm>p{display:flex;align-items:center;background:#f8f8f8;padding:8px;}
.ewm>p>i{font-size:13px;color:#666;width:18px;line-height:13px;}
.ewm>p+p{margin-left:12px;}

@media screen and (max-width: 1370px){
    .sea_rc>div>b{font-size: 21px;}
}
.index_main {    position: relative;}
.index_main:before {content:'';position: absolute;width: 21%;height: 6px;-webkit-transform: skew(-28deg);-moz-transform: skew(-28deg);-o-transform: skew(-28deg);background: linear-gradient(to right,#ff0000,#cc0000);top: -6px;right: 0; animation:myfirst1 1s linear;z-index: 5;}
.index_main:after {content:'';position: absolute;width: 79%;height: 6px;-webkit-transform: skew(-28deg);-moz-transform: skew(-28deg);-o-transform: skew(-28deg);background:#1077d6;top: 0px;left: 0;animation:myfirst 1s linear ; }
@keyframes myfirst
{
    0%   { width: 0%;}
  100% { width: 79%;}
}
@keyframes myfirst1
{
    0%   { width: 0%;}
  100% { width: 21%;}
}






/* 特点 */
.fea_box{margin: 70px auto;}
.fea_nr{margin-top: 63px;display: inline-block;margin-bottom: 50px;padding: 0 66px;}
.fea_nr li{float: left;text-align: center;width: 21.9%;position: relative;}
.fea_nr li em i{display: block;width:50px;height:50px;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240729/20240729171424_1587307112.png)no-repeat;}
.fea_nr li:nth-child(2) em i{background-position-x:-50px;}
.fea_nr li:nth-child(3) em i{background-position-x:-100px;}
.fea_nr li:nth-child(4) em i{background-position-x:-150px;}
.fea_nr li em:after{position:absolute;content:'';left:50%;top:50%;margin:-75px 0 0 -75px;width:150px;height:150px;border-radius:100px;background:rgba(0,153,255,0.1);z-index:-1;}

.fea_nr li+li{margin-left: 4%;}
.fea_nr li em{border: 1px solid #1077d6;width: 100px;height: 100px;margin: 0 auto;border-radius: 100%;padding: 25px; line-height: 50px; font-size: 48px;color: #1077d6; text-align: center; display: block; position: relative;background: #fff;}
.fea_nr li b{font-size: 22px;font-weight: normal;display: block;margin: 45px auto 8px;}
.fea_nr li p{font-size: 15px;color: #666;line-height: 30px; font-weight: 100;}

.pal{width: 100%;overflow: hidden;color:#fff;}
.pal_l{width: 49.6%;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731100840_1483815841.jpg) no-repeat center;height: 418px;padding: 56px 78px 0 65px;text-align: center;}
.pal_l p{font-size: 30px;display: block;vertical-align: baseline;margin-bottom: 37px;}
.pal_l b{font-size: 42px;font-weight: bold;display: inline-block;vertical-align: text-top;}
.pal_l span{display: block;font-size: 17px;line-height: 28px;font-weight: 100;color: rgba(255, 255, 255, 0.7);margin-bottom: 48px;}
.pal_l li{width:32%;float: left;transition: 0.5s;}
.pal_l li+li{margin-left: 2%;}
.pal_l li img{width:100%;}
.pal_r{width: 49.6%;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731100840_701276773.jpg) no-repeat center;height: 418px;padding: 56px 66px 0 65px;text-align: center;}
.pal_r p{font-size: 30px;display: block;vertical-align: baseline;margin-bottom: 37px;}
.pal_r b{font-size: 42px;font-weight: bold;display: inline-block;vertical-align: text-top;}
.pal_r span{display: block;font-size: 16px;line-height: 24px;font-weight: 100;color: rgba(255, 255, 255, 0.66);margin-bottom: 48px;}
.pal_r li{width:32%;float: left;margin-bottom: 2%;transition: 0.5s;}
.pal_l li img, .pal_r li img{width:100%;transition: 0.5s;}
.pal_l li:hover img, .pal_r li:hover img {transform: scale(1.2);transition: 0.5s;box-shadow: 0 0 10px 1px hsla(0, 0%, 0%, 0.29);}
.pal_r li+li{margin-left: 2%;;}
.pal_r li:nth-child(4){margin-left: 0px;}







/* 产品中心 */
.pro_bg{width:100%;padding: 70px 0;background:url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731100927_1288473871.jpg) center;overflow: hidden;}
.pt_ico{display:none;}
.pro_tab{display: inline-block;padding: 0;margin-top: 30px; width: 100%;}
.pro_tab li {float: left;width:32.5%; background: #fff;display: block;text-align: center;padding: 23px 30px 23px 30px;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);transition:0.1s;position:relative; margin-top:1.2%;}
.pro_tab li+li{margin-left:1.2%;}
.pro_tab li:nth-child(4){margin-left: 0px;}
.pro_tab li em{margin: 0 auto;overflow: hidden;}
.pro_tab li em img{transition: 0.5s;width:110px;}
.pro_tab li p{text-align:left;width: 65%;}
.pro_tab li b{display: block;margin-top: 5px;font-size:20px;margin-bottom: 5px; font-weight: normal;color: #333;}
.pro_tab li span{color: #848080;font-size:16px;line-height: 24px;font-weight: 100;}
.pro_tab li.cur{box-shadow: 2px 0px 10px 1px rgba(3, 133, 216, 0.3);transition:0.1s;background: #1077d6;}
.pro_tab li.cur b{color: #fff;display: block;transition:0.1s;}
.pro_tab li.cur span{color: rgba(255, 255, 255, 0.6);transition:0.1s;}
.pro_tab li::before{position:absolute;content:'';bottom: 0;right: 0;width: 0;height: 0;border-left: 30px solid transparent;border-right: 0px solid transparent;border-bottom: 30px solid #1077d6;transition:0.1s;}
.pro_tab li::after{position:absolute;content:'+';bottom: 2px;right: 4px;color: #fff;font-size: 14px;transition: 0.3s; font-weight: 100: }
.pro_tab li.cur::before{border-bottom: 48px solid #fff;transition:0.1s;}
.pro_tab li.cur::after{color: #1077d6;transition: 0.3s;transform: rotate(360deg);}

.pro_con{width:100%;overflow: hidden;}
.pro_cb{margin-top: 30px;position:relative;}
.pro_cb>ul{overflow: hidden;}
.pro_cb li{overflow: hidden;}
.pro_cb li+li{display:none;}
.pro_cb table{}
.pro_cb tr{width: 100%;display: inline-block;float: left;}
.pro_cb tr+tr{padding-top: 1%;}
.pro_cb td{display: inline-block;width: 32.6%;overflow: hidden;position: relative;transition: 0.6s; padding-left: 0px !important;}
.pro_cb td:hover>span{transition:0.6s;}
.pro_cb td:hover>span>a{transition:0.6s;}
.pro_cb td>a{display: block;position:relative;transition:0.5s;overflow: hidden; padding: 2% 2% 0 2%; background: #fff;}
.pro_cb td>a::before,.pro_cb td>a::after{content:'';position:absolute;top:50%;left:50%;}
.pro_cb td>a::before{width:100%;height:100%;background: rgb(16 119 214 / 0.6);top: 0;left: 0;bottom: 0;right: 0;opacity: 0;transform: scale(0.1) rotate(360deg);z-index:2;transition:0.5s;}
.pro_cb td:hover>a::before{opacity: 1;transform: scale(1) rotate(0deg);transition:0.5s;}
.pro_cb td>a::after{width:42px;height:42px;background:url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731100954_1385444855.png) no-repeat center;opacity: 0;margin-left:-21px;top:-42px;z-index:3;transition:0.5s;}
.pro_cb td:hover>a::after{top:50%;opacity: 1;margin-top:-21px;transition:0.5s;}
.pro_cb td>a::before, .pro_cb td>a::after{}
.pro_cb td>a, .pro_cb td>a>img{transition:0.5s;}
.pro_cb td>a>img {
    width: 100%;
    height: auto;
}
.pro_cb td:hover>a>img{width: 100%;transform:scale(1.1);transition:0.5s;}
.pro_cb td:hover>a>img{}
.pro_cb td br{display:none;}
.pro_cb td>span{width: 100%;display: inline-block;position:relative;margin: 0 0 0px; background: #fff;}
.pro_cb td>span>a{font-size: 18px;width: 100%;height: 55px;display: block;line-height: 55px;transition:0.5s;}
.pro_cb td:hover>span>a{background:#1077d6;transition:0.5s;color:#fff;}
.pro_cb td+td{margin-left: 1%;}








/* 应用行业 */
.area_box{padding:70px 0px 175px 0;}
.area_top{padding:0;}
.all_title{text-align:left;padding-top:50px;}
.all_title b{font-size:21px;color:#444;font-weight:bold;margin-top:5px;display:block;}
.all_title em{font-size:22px;font-weight:100;color:#999;text-transform:uppercase;text-transform:capitalize;}

.area_l{position: relative;width:599px;}
.area_wrapper{}
.area_wrapper .divdgweb_new_div_item+.divdgweb_new_div_item{display:none;}
.area_wrapper .divdgweb_new_div {position: relative;}
.area_wrapper .news_div_item_pic{width: 900px;}
.area_wrapper .news_div_item_pic img{width: 100%;}
.area_wrapper .divdgweb_new_div_item_content{position: absolute;bottom: 0;right: 0%;width: 1001px;height: 310px;margin-bottom: -103px;margin-right: -900px;background: #1077d6;color: #fff;padding: 70px 50px 0px 50px;}
.area_wrapper .divdgweb_new_div_item i{position: absolute;right: -87%;bottom: 43%;color: rgba(255,255,255,0.3);font-family: Biko;font-size: 117px;z-index: 2;margin-right: -330px;margin-bottom: -200px;}
.area_wrapper .divdgweb_new_div_item_a{font-weight: bold;font-size: 24px;margin-bottom: 41px;display: block;color:#fff; font-weight: 100;}
.area_wrapper .divdgweb_new_div_item_body{line-height: 30px; font-size: 15px; font-weight: 100;}



.area_r{width: 38%;}
.area_top{padding: 0;}
.area_tab{}
.area_tab>p{line-height: 22px;display: block;margin-top: 25px;color: #444;margin-bottom: 25px; font-weight: 100;}
.area_tab ul{margin-left: -19px;}
.area_tab li{text-align: center;float: left;width: 160px;margin-right: 23px;}
.area_tab li+li{}
.area_tab li em{display: block;width:30px;height:30px;margin: auto;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240730/20240730173706_1711005824.png)no-repeat;}
.area_tab li:nth-child(2) em{background-position-x:-30px;}
.area_tab li:nth-child(3) em{background-position-x:-60px;}
.area_tab li:nth-child(4) em{background-position-x:-90px;}
.area_tab li:nth-child(5) em{background-position-x:-120px;}
.area_tab li:nth-child(6) em{background-position-x:-150px;}
.area_tab li b{display: block;margin-top: 5px;font-weight: normal;color: #081526;margin-bottom: 0px;transition:600ms; font-size: 17px;}
.area_tab li i{color: #8e8e8e;transition:600ms; font-size: 12px;}
.area_tab li:nth-child(4){margin-top:20px;}
.area_tab li:nth-child(5){margin-top:20px;}
.area_tab li:nth-child(6){margin-top:20px;}
.area_tab li em img{position:absolute;top:0;left:0;transition:600ms;}
.area_tab .one{left: 0px;transition:600ms;}
.area_tab .two{left: 30px;transition:600ms;}
.area_tab li.cur .one{left:-30px;}
.area_tab li.cur .two{left:0px;}
.area_tab li.cur b,.area_tab li.cur i{color: #1077d6;}









/* 品质先行 · 宝富实力护航 */
.plan{position: relative; width:100%; background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240730/20240730201307_1296378448.jpg) no-repeat 50% 50%;-webkit-background-size:100%; -ms-background-size:100%; -o-background-size:100%; background-size:100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;overflow: hidden;padding: 100px 0 0; background-repeat: no-repeat; background-attachment: fixed;}
.plan .cp_tit,.plan .cp_tit span,.about .cp_tit a,.about .cp_tit span{color: #fff;}
.cp_tit{font-size:40px;color:#333;text-align:center;}
.cp_tit span{color:#333;display:block;font-size:20px;font-weight:normal;padding:14px 0 0;}

.plan_main{display: flex;margin-top: 65px;}
.plan01{position: relative;width: 20%;overflow: hidden;height: 553px;}
.plan01:before{content: "";width: 2px;position: absolute;top: 0;left: 0;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731101026_56087941.png) no-repeat;height: 77%;}
.plan01 dl{margin: 0 auto;text-align: center;position: relative;}
.plan01 dl dt{margin: 0 auto;}
.plan01 dl dt img,.plan_m h5 em img{width: 78px;}
.plan01 dl dd{width: 100%;margin-top: 90px;}
.plan01 dl dd h5{font-size: 24px;color: #fff;font-weight: normal;overflow: hidden; }
.plan01 dl dd h5 b{color: #fff;font-weight: 100;}
.plan01 dl dd p{font-size: 15px;color: rgba(255,255,255,0.7);line-height: 30px;overflow: hidden;margin-top: 30px;width: 80%;margin: 30px auto 0;height: 120px; font-weight: 100;}
.plan01 dl dd em{width: 42px;height: 42px;border-radius: 100%;background: rgb(255 255 255 / 0.5);margin: 100px auto 0;font-size: 30px;line-height: 39px;color: #000;display: inline-block;}
.plan_m{position: absolute;transition:all .5s;left: 0;top: 0;overflow: hidden;-webkit-transition: all .5s;width: 100%;height: 0;overflow: hidden;}
.plan_m p{overflow: hidden;}
.plan_m p img{display: block;width: 100%;}
.plan_m p img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.plan_m p img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.plan_m h5{color: #fff;display: flex;align-items: center;justify-content: center;background: #1077d6;width: 100%;height: 148px;}
.plan_m h5 em{display: block;}
.plan_m h5 span{display: block;float: left;font-size: 24px;color: #fff;margin-left: 18px; font-weight: 100;}
.plan_m h5 i{display: block;font-weight: normal;color:rgba(255,255,255,0.4);margin-top: 2px; font-size: 12px;}
.plan01:hover .plan_m,.plan_main .cur .plan_m{top: 0;-webkit-transform: scaleY(1);transform: scaleY(1);-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);height: 100%;}
.plan_main .plan01:first-child:before{background: none;}
.plan_m:hover h5 em,.case_nav ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.pr {position: relative;}
.pro_tit2>b,.pro_tit2>p{color: #fff;}
.plan_m h5 em i{display: block;width:50px;height:50px;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240730/20240730095802_553725150.png)no-repeat;}
.plan01:nth-child(2) .plan_m h5 em i{background-position-x:-50px;}
.plan01:nth-child(3) .plan_m h5 em i{background-position-x:-100px;}
.plan01:nth-child(4) .plan_m h5 em i{background-position-x:-150px;}
.plan01:nth-child(5) .plan_m h5 em i{background-position-x:-200px;}
.plan_m:hover h5 em,.case_nav ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
@media screen and (max-width: 1700px){
  .plan01 dl dd h5{font-size: 24px;}
  .plan01 dl dd p{font-size: 14px;line-height: 24px;}
  .plan01 dl dd em{margin-top: 50px;}
}
@media screen and (max-width: 1500px){
  .plan01{height: 500px;}
}
@-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);
  }
}







/* 关于我们 */
.ab_c{display:flex;justify-content:flex-end;padding:100px 0 0;position:relative;}
.ab_c>p{width:46%;border-radius:60px 10px;overflow:hidden;margin-right:4.5%;position:relative;}
.ab_c>p img{width:100%;}
.ab_rc{width:50%;}
.ab_rc>i{font-size:120px;text-transform:uppercase;color:#999;opacity:0.07;}
.ab_rc>b{display:block;margin-top:38px;font-size:30px;color:#1077d6;}
.ab_rc>span{display:block;font-size:14px;opacity:0.32;color:#999;margin:2px 0 26px;}
.ab_rc>em{width:30px;height:2px;background:#1077d6;}
.ab_wz{font-size:16px; color:#666;font-weight:lighter;line-height:34px;margin-top:20px;width:83%;}
.ab_tab{display:flex;background:#1077d6;border-radius:60px 0 0 60px;height:120px;margin-top:91px;position:relative;}
.ab_tab li{width:25%;position:relative;}
.ab_tab li a{display:flex;align-items:center;justify-content:center;height:100%;}
.ab_tab li span{display:flex;align-items:center;justify-content:center;width:63px;height:63px;background:#fff;border-radius:100%;margin-right:15px;}
.ab_tab li t{display: block;width:25px;height:25px;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240730/20240730115313_886524264.png)no-repeat;}
.ab_tab li:nth-child(2) t{background-position-x:-25px;}
.ab_tab li:nth-child(3) t{background-position-x:-50px;}
.ab_tab li i{color:#fff;font-size:16px;}
.ab_tab li em{margin-top:0px;font-size:12px;color:#fff;opacity:0.5;display:block;}
.ab_tab li:after{background:url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731101224_1844449090.png) no-repeat center;position:absolute;content:"";width:2px;height:100%;right:0;top:0;}
.ab_tab:after{position:absolute;content:"";background:#1077d6;width:500px;height:100%;right:-500px;z-index:-1;top:0;}
.ab_bc{overflow:hidden;}
.ab_c:after{position:absolute;content:"";background:url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731101224_847911216.png) no-repeat center;width:885px;height:493px;bottom:0;z-index:-1;left:-204px;}







/* 实力展示 */
.char {}
.char_box {}
.char_con {display: flex;justify-content: space-between;/* align-items: center; */}
.char_tit {width: 25.313%;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731101224_1028445908.jpg)no-repeat;display: flex;align-items: center;flex-direction: column;padding: 7% 0 0%;/*height: 37.35vw;*/}
.char_tit p {font-size: calc(0.6rem + 1vw);color: #fff;line-height: 40px;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}
.char_tit p:after {content:'';width: 70px;height: 3px;background: #fff;position: absolute;top: 130px;left: 36%;}
.char_tit p span {font-size: 18px;text-transform: uppercase;line-height:  20px; font-family: Arial; border: 1px rgba(255,255,255,0.3) solid; padding: 10px 20px; margin-top: 16px; border-radius: 50px;}
.char_tit p span a{ display:block;padding:10px 20px;color: #fff;}
.char_tit em {font-size: calc(0.1rem + 1rem);font-weight: lighter;color: #fff;padding-top: 30%;}
.char_call {width: 74.68%;position: relative;}
.char_call ul { display: flex;}
.char_call li { width: 33.33%;    position: relative;}
.char_call li>a {}
.char_call li a img { width: 100%; height: auto;}
.char_call li p { position: absolute;bottom: 0;left: 0;width: 100%; height: 25%;background:linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,1)); display: flex; align-items: center; justify-content: center;}
.char_call li p>a {    font-size: 18px; color: #fff;    font-weight: lighter;}
.char_call ul:first-child {}
.char_call ul:first-child li:nth-child(-n+2) {width:50%;}
.char_call ul:first-child li:nth-child(-n+2) img {    height: ;}
.char_call ul:first-child li:last-child {    position: absolute;    right: 22px;bottom: 0;width: 23.26%;}
.char_call ul:last-child {padding: 16px 22px 0;}
.char_call ul:last-child li {    width: 24%;}
.char_call ul:last-child li+li {  margin-left: 1.3%;}






/* 标准化服务流程 */
.tdbj{background:#f5f5f5;padding: 70px 0 0;background-repeat: no-repeat;background-attachment: fixed;}
.td h2{text-align: center;margin-bottom: 60px;}
.td h2 span{display: block; height:49px; line-height: 49px; font-size: 40px; color:#333333; font-weight: bold;}
.td h2 em{display: block; height:29px; line-height: 29px;font-size: 20px; color:#666666; font-weight: normal; margin-bottom: 17px;}
.td h2 i{display: block; width:59px; height:3px; background:#1240B8; margin:0 auto;}
.td ul li{float:left; border-right:1px solid #DEDEDE; box-sizing: border-box; transition: .5s;padding:54px 0 45px;width:calc(100%/6);}
.td ul li i{display: block;height:19px; text-align: center;font-size: 18px; color:#333333; font-weight: bold;transition: .5s;border-right:3px solid #1077d6;width:100%;}
.td ul li b{display: block; width:50px; height:50px;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240730/20240730143744_1987047521.png)no-repeat; transition: .5s;margin: 55px auto 30px;}
.td ul li:nth-child(2) b{background-position-x:-50px;}
.td ul li:nth-child(3) b{background-position-x:-100px;}
.td ul li:nth-child(4) b{background-position-x:-150px;}
.td ul li:nth-child(5) b{background-position-x:-200px;}
.td ul li:nth-child(6) b{background-position-x:-250px;}
.td ul li span{display: block; text-align: center; margin-bottom: 30px;}
.td ul li span em{display: block; height:32px; line-height: 32px;font-size: 20px; color:#333333;}
.td ul li span p{height:24px; line-height: 24px;font-size: 12px; font-family: "Arial"; color:rgba(102,102,102,0.3); text-transform: uppercase;}
.td ul li:hover b{margin-top: 37px;background-position-y:bottom;}
.td ul li .td-desc{width:70%; margin:20px auto 0;font-size: 14px; color:#FFFFFF; text-align: center; opacity: 0; transition: .5s;line-height:24px;}
.td ul li:hover .td-desc{ opacity: 1;margin:0 auto;}
.td ul li:hover{background:#1077d6;}
.td ul li:hover i{opacity: 0;}
.td ul li:hover span em{color:#FFF; font-weight: bold;}
.td ul li:hover span p{color:rgba(255,255,255,0.9);}
.td ul li:first-child{border-left:1px solid #DEDEDE; }
.td ul li:first-child i{border-left:3px solid #1077d6;}
.td>ul {display: flex;margin-top: 60px;}






/* 新闻中心 */
.news_box{margin:0px auto;padding-top: 70px; overflow: hidden;}
.news_bt{margin: auto;text-align: center;}
.nb_tab a{width:200px;height:45px;background:#fff;display:inline-block;vertical-align:top;color:#333;margin-top:0px;text-align: center; margin-bottom: 50px;border-radius: 50px;box-shadow:0px 0px 10px rgb(0,0,0,0.1);}
.nb_tab a+a{margin-left:10px;}
.nb_tab a.cur{background:#1077d6;color:#fff;background-size:400% 370%;box-shadow:0px 0px 10px rgba(225,195,157,0.3);}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:45px;}
.nb_tab a b{font-size:18px;font-weight:100;letter-spacing:1px;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.nbc_list+.nbc_list{display:none;}
.nbcl_le{width: 45%; float: left;}
.nbcl_le .news_div_item{width: 90%;display: inline-block;vertical-align:top; background:#f5f5f5;padding:40px;}
.nbcl_le .news_div_item+.news_div_item{margin-left:19px;}
.nbcl_le .news_div_item_pic img{width:100%;}
.news_div_item_title a{font-size:18px;}
.nbcl_le .news_div_item_content{ margin-top: 55px; float: right; width: 75%;}
.nbcl_le .news_div_item_body{margin-top:15px;line-height:25px;color:#68686a;font-size:15px; font-weight: 100;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:20px;position: relative;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#666; font-family: 'Biko';}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731101306_15020870.png) no-repeat right center;float: right;margin-top:5px;}
.news_div .news_div_item {display: flex; align-items: center;}

.nbcr_ri{width: 55%; float: right;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item {font-size: 0; padding-bottom: 20px; position: relative; transition: 300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date {width: 125px; text-align: center; font-size: 0; background: #f8f8f8; border-radius: 8px; padding: 15px 20px;}
.nbcr_ri .news_div_item_content{width:80%;padding-left:20px; font-weight:100;text-align: left;}
.nbcr_ri .news_div_item_date>div{font-family:'Biko'; color:#666;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;padding-top: 20px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight:bold;line-height: 55px;border-bottom: 1px solid #eee; padding-bottom: 15px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:25px;color:#68686a;padding-right:20px;font-size:15px;}
.new_t{float:left;}
.new_ta{font-size:40px;color:#333;line-height:46px;display:block;width:400px;margin:auto;}
.new_ta span{font-weight:bold;}
.new_tb{font-size:20px;color:#666;line-height:40px;}
.content {margin-top: 40px;}
.nb_tab a i { font-size: 35px; margin-right: 10px; display:none;}
.nbcl_le .news_div_item:last-child { display: none;}
.nbcl_le .news_div_item .new_more {display: none;}
.nbcl_le .news_div_item_date { font-size: 16px; width: 125px; text-align: center; font-size: 0; background: #fff; border-radius: 8px;  padding: 15px 20px;}
.nbcl_le .news_div_item_year { display: inline-block; vertical-align: top; color: #666; font-size: 14px; padding-top: 85px;}
.nbcl_le .news_div_item_month {display: inline-block; vertical-align: top; color: #666; font-size: 14px; padding-top: 85px;}
.nbcl_le .news_div_item_day { position: relative; font-size: 47px; font-weight: bold; line-height: 55px; border-bottom: 1px solid #eee; padding-bottom: 15px; font-family:'Biko'; position: absolute; top: 16px; left: 36px; color: #666 !important;}







/* 版权 */
.copy {position: relative;z-index: 6;background: url(//memberpic.114my.com.cn/018067/uploadfile/image/20240731/20240731101645_225640801.png) no-repeat; padding-top: 256px;background-size: 100% 100%;}
.copy_box {max-width: 1500px; margin: 0 auto; margin-bottom: 60px; min-width: 1000px; width: 100%;}
.copy_tab {width: 65%;}
.copy_top {display: flex;justify-content:space-between;align-items: center;border-bottom: 1px solid rgba(255, 255, 255, 0.15);;padding: 40px 0;}
.copy_logo i img {width: 100%; border-radius: 10px;}
.copy_logo {border-right: 1px solid #494949; padding: 30px 185px 30px 0;}
.copy_logo i {width: 200px;}
.copy_logo p {font-size: 20px; color: #ccc; font-weight: lighter; margin-top: 15px;}
.copy_add {}
.copy_add p {font-size: 20px; color: #cccccc;}
.copy_add span {font-size: 16px; color: #ccc; display: block;margin-top: 23px;    font-family:'Biko';}
.copy_add span+span{margin-top: 5px;}
.copy_add span i {color: #ccc; font-size: 30px; margin-right: 15px;vertical-align: middle;}
.copy_img {}
.copy_img i {width: 120px; height: 120px; display: block; border: 1px solid #494949; padding: 10px;}
.copy_img i img {width: 100%;}
.copy_more {width: 150px; height: 50px; border: 1px solid #494949;}
.copy_more a {color: #ccc; font-size: 18px; text-align: center; line-height: 50px; display: block;}
.copy_nav {position: relative; padding-top: 40px;margin: 0 auto; padding-bottom: 20px; border-right: 1px solid #333; padding-right: 130px;}

.copy_nav>ul {display: flex;justify-content: space-between;width: 100%;}
.copy_nav li {display: flex;flex-direction:  column;position:  relative;}
.copy_nav li>p {font-size: 16px;color: #fff;margin: 0 0 30px 0;}
.copy_nav li>a {font-size: 14px;font-weight: 100;color: rgba(255,255,255,0.5);padding: 0 0 8px 0;transition: 0.5s;}
.copy_nav li>a:hover {color:#fff;}
.copy_end {padding: 32px 0;color: rgba(255, 255, 255, 0.3);font-size: 14px;font-weight:  lighter;display:  flex;justify-content:  center;align-items:  center; }
.copy_end a {font-size: 14px;color: rgba(255, 255, 255, 0.3);}

.copy_a {display: flex; justify-content: space-between; align-items: flex-start;}
.copy_b ul li b {display: block; font-family:'Biko' ;color: #1077d6;font-size: 24px;margin: 10px 0;}
.copy_b {width: 30%; display: flex;  justify-content: flex-end;align-items: flex-start; margin-top: 40px;}
.copy_b .zx {background: #fff;  padding: 20px 25px;margin-right: 60px;}
.copy_b .zx img{width: 120px;}
.copy_b .zx p {text-align: center; color: #666; font-size: 14px; line-height: 40px; font-weight: bold;}
.copy_b ul li { color: #fff; font-size: 16px; }
.copy_b ul li a {width: 165px; height: 30px; background: #1077d6; display: block; text-align: center; line-height: 30px; border-radius: 40px;
    color: #fff; font-size: 14px; margin-top: 15px;}
.copy_c { display: flex; justify-content: space-between; align-items: center; max-width: 1500px; min-width: 1000px; margin: 0 auto; width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);}





/* 友情链接 */
.links {overflow: hidden;padding: 23px 15px;position:  relative;z-index: 10;border-top: 1px solid rgba(255, 255, 255, 0.15); background: #000;}
.links_box {max-width:1500px;margin: 0 auto;display: flex;align-items:  center;justify-content:  space-between;}
.links_l {display: flex;align-items: center;width: 7.5%;justify-content:  space-between;}
.links_l i {font-size: 24px;color: #fff;}
.links_l p {font-size: 16px;font-weight: lighter;padding-left:5px;color: #fff;}
.links_r {width:95%;}
.linkTagcs {}
.linkTagcs ul {}
.linkTagcs li {}
.linkTagcs li a {font-size:14px;color: #999 !important;}
.nyproduct {
  width: 100%;
  margin-top: 80px;
}