*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;}
body{font-size: 14px;min-width: 1300px;font-family:"Microsoft YaHei";overflow-x:hidden;color: #333;}
a{text-decoration: none;font-size: 14px;}
address, caption, cite, code, dfn, em, th, var, optgroup, i{font-style: inherit;font-weight: inherit;}
img{vertical-align: top;border: none;}
input, textarea{outline: none;border: none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
.fr{ float:right;}
.fl{ float:left;}
.w1500,.page,.gy,.box{max-width: 1500px; min-width: 1300px; width: 100%; margin: 0 auto;}
.clear,.cl{height: 0; overflow: hidden; clear: both;}
.dfc{display:flex;align-items:end;justify-content:center;}
.dfe{display:flex;align-items:end;justify-content:end;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}

/*head*/
.head {width: 100%;padding: 36px 0px; z-index: 999;}
.head_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.head_l {display: flex;justify-content: space-between;align-items: center;}
.head_logo {display: flex;position: relative;align-items: center;}
.head_logo i {display: inline-block;width:14%;}
.head_logo i img {}
.head_logo p {font-weight: normal;padding-left: 15px; font-size: 20px; line-height: 38px; color: #777;margin-left: 15px; width: 86%;}
.head_logo p b {display: block;font-size: 32px;line-height: 32px; color: #0897e6;}
.head_logo p span {text-transform: uppercase; font-size: 16px;display: block;line-height: 16px;letter-spacing: 4px;padding-top: 10px;font-weight:normal;}
.head_tit {display: flex;flex-direction: column;align-items: center;padding-left: 50px;}
.head_tit b {font-size: 26px;line-height: 42px;font-weight: normal;letter-spacing: 3px;}
.head_tit b span {font-size: 25px;color: #0058a7;vertical-align: bottom;font-weight: bold;}
.head_tit ul {display: flex;justify-content: space-between;width: 100%;}
.head_tit li {font-weight: lighter;border: 1px dashed #ddd;display:  flex;flex-direction:  column;justify-content:  center;align-items:  center;padding: 15px;}
.head_tit li+li {border-left:none;}
.head_tit li i { font-size: 24px;color: #999;}
.head_tit li p {font-size:  14px;line-height: 15px;padding-top: 5px; font-weight:normal;}
.head_tit li p span { color:  #e9141a;}
.head_tit li a {font-size:14px;}
.head_r {display:  flex;align-items:  center;}
.head_r p {display: flex;flex-direction: column;font-size: 14px;line-height: 14px;text-align: left; color: rgba(0, 0, 0, 0.5);}
.head_r p span {font-size: 26px;font-family: Times;line-height: 30px;color: #0897e6; font-weight: bold;}
.head_r>i {width: 2.5vw; height: 2.5vw;border-radius: 50%;display: flex;
justify-content: center;align-items: center; color: #fff; font-size: 34px; margin-right: 10px;}
.head_r>ul { margin-left: 10px; }
.head_r>ul>li {width: 2vw; height: 2vw;border:1px solid #ddd;border-radius: 50%;display: flex;justify-content: center;align-items: center; float: left; margin-left: 1vw; position: relative;}
.head_r>ul>li i {font-size: 16px; position: relative;    margin-top: -1px; color: #fff; text-transform: uppercase;}
.head_r>ul>li i a{color: #666;}
.head_r>ul>li i:after { content: ''; width: 100%;height: 82px; position: absolute; top: 0;left: 0; z-index:-1;}

/*搜索*/
.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel{width: 478px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    transform: rotateX(90deg);
    position: absolute;
    right: 0;
    transition: all 0.5s;
    font-size: 16px;
    padding: 34px;
    z-index: 99;
    top: 96px;
    border: 1px solid rgba(255, 255, 255, 0.2);}
.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; transition: all 0.3s linear;}
.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%;}

/*nav*/
.nav{width: 100%;background: #0897e6;}
.nav_box {max-width: 1500px; margin: 0 auto;}
.nav_con {position: relative;}
.nav_con>ul {display: flex;justify-content: space-around;align-items: center;/* height: 100%; */}
.nav_con>ul>li {display: flex;flex-direction: column;align-items: center;transition: 0.5s;z-index: 5;width: 12%;}
.nav_con>ul>li>a {font-size: calc(0.4rem + 0.7vw);color: #fff;text-align: center;display: flex;flex-direction: column;position: relative;width: 100%;line-height: 72px;}
.nav_con li a i {color: #999;font-size: 12px;font-family: Arial;text-transform: uppercase;opacity: 0.5;transform: scale(0.9);}
.nav_con li:hover>a, .nav_con li:hover a i,.nav_con li.cur>a, .nav_con li.cur a i {transition:0.5s;}
.nav_con>ul>li:hover a:after, .nav_con>ul>li.cur a:after {opacity: 1;transform: scaleX(1);transition: 0.5s;}

/*下拉*/
.nav_con li:hover .con_nav {transform: rotateX(0deg);}
.con_nav {background:rgba(255,255,255,1);position: absolute;top:72px;left: 0;z-index:55;overflow:hidden;width:100%;box-shadow: 1px 5px 10px rgba(0,0,0,0.2);transition: 0.5s;transform-origin: top;transform: rotateX(90deg);display: flex;justify-content: space-around;align-items: center;padding: 3%;}
.con_l {width: 9%; position: relative;}
.con_l:after {content:'';width:2px;height:100%;position:absolute;top:0;left: -18px;background: #0897e6;}
.con_l p { display: flex;flex-direction: column;font-size: 24px; line-height: 24px;}
.con_l p span { font-size: 14px;color: #666;text-transform: uppercase;line-height: 18px;padding-top: 7px;font-family: Arial;}
.con_r { width: 68%;}
.con_r>ul {display: flex;  align-items: center; width: 100%; flex-wrap:wrap;}
.con_r>ul>li {width: 24%;display: flex; align-items: center;justify-content: center; padding: 1%;}
.con_r>ul>li>a {font-size: 16px;color: #333; border-top: 1px #eee solid; border-bottom: 1px #eee solid; padding:15px 22px;text-align: center;    line-height: 30px;}
.con_r>ul>li>a:hover{color: #0897e6;}
.nav_con>ul>li:nth-child(4) .con_nav .con_r {width:84%;}
.nav_con>ul>li:nth-child(4) .con_r>ul>li>a{padding: 15px 6px;}
.nav_con>ul>li:nth-child(5) .con_nav .con_r>ul { flex-wrap: wrap;}
.nav_con>ul>li:nth-child(5) .con_nav .con_r>ul>li,.nav_con>ul>li:nth-child(8) .con_nav .con_r>ul>li  {width:32.5%;}
.nav_con>ul>li:nth-child(5) .con_nav .con_r>ul>li:nth-child(n+4) {margin-top:10px;}
.nav_con>ul>li:nth-child(6) .con_r>ul>li>a{padding: 15px 58px;}

/*banner*/
.bann{overflow: hidden;}
.slider {width: 100%;}
.slick-slide{height: auto;}
.slick-slide img {width: 100%;}
.slick-prev {left: 38px;z-index: 99;}
.slick-next {right: 40px;}
.slick-dots{bottom: 32px;}
.slick-dotted.slick-slider{margin-bottom: 0;}
.slick-prev:before, .slick-next:before{font-size: 34px;font-family: "zxi";}
.slick-dots li{margin:0 2px !important;}
.slick-dots li button{font-size:0 !important;position:absolute;}
.slick-dots li button:before{color: #fff;opacity: 1;font-size:42px;}
.slick-dots li.slick-active button:before{color:#be0179;}
.bann.slick-dotted .slick-prev{left:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-prev{left:38px;}
.bann.slick-dotted .slick-next{right:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-next{right:38px;}
.bann .slick-prev:before,.bann .slick-next:before{width:36px;height:52px;background:rgba(0,0,0,0.8) url(//memberpic.114my.com.cn/015508/uploadfile/image/20211023/20211023164114_496103041.png)center no-repeat;line-height: 52px;display: block;top:calc(50% - 26px);font-family:'zxi';}
.bann .slick-prev:before {content: '';display: block;left:0;    transform: rotate(180deg);}
.bann .slick-next:before{content: '';right:0;}

.title { text-align:center; font-size:42px; color:#353d45; position:relative;}
.title:after{content: ''; display: block; position: absolute;  width: 100%;bottom: 3px; left: 0; border-top: 1px dashed #e2e4e7;}
.title i{ color:#0897e6;} 
.title span{ display:block; font-size:18px; color:#96999b; margin:10px 0 25px 0;}
.title em{ display:inline-block; height:8px; padding:0 20px; background:#fff; position:relative; z-index:3;} 
.title em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#add5ea;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:9px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#0897e6;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}

/*int*/
.int {overflow: hidden;position: relative;margin-top:-4%;z-index: 99;}
.int_box {margin: 0 auto;}
.int_con {padding: 35px 143px; background: #fff;display: flex;justify-content: space-between;align-items: center;    border-radius: 100px;box-shadow: 0 0 20px #ddd;    margin: 0px 0 20px;}
.int_txt {height: 100px;display: flex;flex-direction: column;}
.int_txt p {font-size: 20px;line-height: 47px;}
.int_txt p span {color: #095bac;font-family: Arial;font-size: 26px;}
.int_txt em {font-size: 15px;line-height: 24px;width: 410px;display: inline-block;color: #999;}
.int_sub { width: 45%;}
.int_sub ul {display: flex;justify-content: space-between;}
.int_sub li {display: flex;flex-direction: column; align-items: center;}
.int_sub li:hover {}
.int_sub li i {font-size: 36px;position: relative;}
.int_sub li i:after {content:'';width: 100%;height: 0;color:#095bac;position: absolute;top:0;left:0;transition: 0.5s;}
.int_sub li:hover i:after {}
.int_sub li p {font-size: 16px;line-height: 36px;color: #999;}

/*adva*/
.adva{padding-top: 100px;padding-bottom: 130px;overflow: hidden;}
.adva_box {}
.adva_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.adva_tit span {width: 100%;font-size: 42px;line-height: 42px;text-align: center;font-weight: bold;letter-spacing: 2px;}
.adva_tit span b {color: #0897e6;}
.adva_tit p {font-size: 18px;line-height: 20px;font-weight: lighter;padding-top: 20px;}
.adva_tab {margin-top: 80px;overflow:  hidden;padding: 2%; box-shadow: 0px 8px 65px rgba(191, 191, 191, 0.29);}
.adva_nc{overflow: hidden;}
.adva_nav{margin-bottom: 1%;}
.adva_nav ul {display: flex;justify-content: space-between;align-items: center;}
.adva_nav li {display: flex;align-items: center;background:#ebf1f5;transition: 0.5s;height: 140px;width: 25%;justify-content:  center;}
.adva_nav li.on {background: #0897e6;}
.adva_nav li.on i,.adva_nav li.on p,.adva_nav li.on p span {color:#fff;}
.adva_nav li i{width: 40px;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_nav li i img+img{display: none;}
.adva_nav li.on i img+img {display: block;}
.adva_nav li.on i img {display: none;}
.adva_con {display: flex;transition: 0.5s;}
.adva_big {width: 100%;flex-shrink: 0;position: relative;}
.adva_pic {width: 100%;}
.adva_pic img {width:100%;}
.adva_txt {background: rgba(8, 151, 230, 0.9);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;    color: #fff;}
.adva_txt p em {font-size: 15px;line-height: 25px;color: #d5f1ff;font-weight:  lighter;}
.adva_tp{text-align: center;}
.adva_tp p{font-size: 24px;margin-bottom: 30px;    color: #ffffff;}
.adva_tp a {font-size: 16px;font-weight: lighter;padding: 10% 25%; background: #0897e6; background-image: linear-gradient(to left, #00a4ff,#72cdff);color:  #fff;border-radius: 40px;transition:0.5s;}
.adva_tp a:hover {transform:scale(1.1);}

.product .title {color: #fff;}
.product .title i {color: #fff;}
.product .title span {color: rgba(255,255,255,0.6);}
.product .title em {display: none;}
.product .title:after {display: none;}

/*热销产品*/
.product{padding: 80px 0;    background: url(//memberpic.114my.com.cn/016055/uploadfile/image/20220607/20220607155419_1064043675.jpg)center no-repeat;}
.procenter{padding: 3%;background: #fff;margin-top: 50px;}
.protitl em {position: absolute;left: 0;right: 0; margin: 0 auto; top: -2px; font-size: 65px; color: #f5f5f5;line-height: 60px;text-transform: uppercase;font-family: impact;z-index: -1;}
.protitl i{color: #222222;font-weight: normal;}
.protitl{text-align: center;font-size: 18px;color: #938b8b;font-weight: lighter;    position: relative;}
.protitl b{display: block;margin-bottom: 15px;font-size: 40px;color: #0897e6;transition: all .3s ease;}
.protitl b span{color: #0897e6;transition: all .3s ease;}
.protitl:after{content: '';display: block;width: 32px;height: 2px;background: #0897e6;margin: 15px auto 0 auto;}
.protab{ margin-bottom: 40px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.protab li{float:left;}
.protab a{ display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; width:16%; height:68px; text-align:center;transition:all .3s ease; font-size:16px; color:#666666; font-weight:lighter;background: #ebf1f5;}
.protab a+a{ border-left:none;}
.protab a span{ display:block; margin-top:22px;}
.protab a:hover{ background:#0897e6; border-color:#0897e6; color:#fff;}
.protab a:hover i{ background-position-x:right;}
.protab a.on{ color:#fff; background:#0897e6;}
.protab a.on i{ background-position-x:right;}

.product_bg_c_bg{ position:relative;  margin-top:40px;}
.product_bg_c ul{font-weight:lighter;height: 649px;}
.product_bg_c{ width:100%;}
.product_bg_c td{ display:inline-block; padding:0 !important; width:24%; vertical-align:top;}
.product_bg_c td br{ display:none;}
.product_bg_c tr+tr{ display:block; margin-top:19px;}
.product_bg_c td+td{ margin-left:1.33%;}
.product_bg_c td a,.product_bg_c td span{ display:block; position:relative; overflow:hidden; width:auto !important;}
.product_bg_c td>a img{ width:99%; height:auto; transition:all .6s ease; border:1px solid #ebf1f5;}
.product_bg_c td:hover>a img{transform: scale(1.15, 1.15);}
.product_bg_c td span a{ margin-top:1px; line-height:62px; background:#fafcfd; font-size:15px; color:#666; padding-left:20px; position:relative; text-align:left;}
.product_bg_c td span a:before{ content:''; display:block; position:absolute; transition:all .3s ease;}
.product_bg_c td span a:before{ content:'+'; width:22px; height:22px; line-height:22px; text-align:center; font-size:15px; color:#666; top:0; bottom:0; margin:auto 0; right:19px; background:#fff;}
.product_bg_c td:hover a:after{ width:100%;}
.product_bg_c td:hover a:before{ background:#0897e6; color:#fff;}
.product_bg_c td:hover a{ color:#0897e6;}

/*应用案例*/
.case_tit{display: flex;align-items: center;justify-content: center;}
.case_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;}
.case_tit p span {font-size: 50px;line-height: 50px;font-weight: bold; font-family: Arial;text-transform: uppercase;padding-bottom: 15px;}
.case_tit p:after {content:'';width: 40px;height: 2px;position: absolute;bottom: -40px;left: 44%;background: #0897e6;}

.case{padding: 70px 0;}
.casecenter{margin-top:90px;}
.caseleft{font-size: 0;width: 480px;}
.caseleft li{width: 230px;height: 185px;position: relative;cursor: pointer;background: #eee;display: inline-block;margin: 0 10px 10px 0; text-align: center;font-size: 20px;color: #484848; transition: all .3s ease;font-weight: lighter;}
.caseicon{ position: relative;margin: 30px 0 10px 0;display: inline-block;width: 60px;height: 60px;border-radius: 50%;background: #0897e6;transition: all .3s ease;}
.caseleft li em{display: block;font-size: 12px;color: #aaa; text-transform: uppercase;margin-top: 3px;transition: all .3s ease;}
.caseicon span{transition: all .3s ease;display: block;top: 0;bottom: 0;left: 0;right: 0;margin: auto;position: absolute;width: 34px;height: 34px;background: url(//memberpic.114my.com.cn/016055/uploadfile/image/20220609/20220609145145_1364316054.png) no-repeat left -34px;}
.caseleft li.on,.caseleft li.on em{color: #fff;}
.caseleft li.on{background: #0897e6;}
.caseleft li.on .caseicon{background: #fff;}
.caseleft li.on .caseicon span{background-position-y:0;}
.casecon .divdgweb_new_div .divdgweb_new_div_item{ width:1020px; height:575px; overflow:hidden; position:relative; display: inline-block;vertical-align: top;}
.casecon .news_div_item_pic img{ width:100%; height:100%;}
.casecon .divdgweb_new_div_item_content{box-sizing: border-box;height: 130px;  width: 100%; position: absolute; left: 0;bottom: 0; overflow: hidden;background: rgba(0,0,0,.8);padding: 36px 60px; transition: all .3s ease;} 
.casecon .divdgweb_new_div_item_a{font-size: 22px; color: #eee;font-weight: lighter;}
.casecon .divdgweb_new_div_item_a:hover{color: #fe9c28;}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body{ font-size: 16px; color: #eee;font-weight: lighter; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 8px;}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body a{font-size: 16px; color: #fff;}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body a:hover{color: #fe9c28;}
.caseleft li:nth-child(2) .caseicon span{background-position-x: -34px;}
.caseleft li:nth-child(3) .caseicon span{background-position-x: -68px;}
.caseleft li:nth-child(4) .caseicon span{background-position-x: -102px;}
.caseleft li:nth-child(5) .caseicon span{background-position-x: -136px;}
.caseleft li:nth-child(6) .caseicon span{background-position-x: -170px;}


/*about*/
.about {width: 100%;background: #f8f8f8; padding: 120px 0 0px;overflow: hidden;position: relative;    z-index: 5;}
.about_box {display: flex;justify-content: space-between;}
.about_txt {width: 41%;position: relative;}
.about_txt:before {content:'';width: 5px;height: 3px;background: #0897e6;position: absolute;top: 20%;left: 0;}
.about_txt:after {content:'';width: 95px;height: 3px;background: #0897e6;position: absolute;top: 20%;left: 10px;}
.about_txt>p {font-size: 35px;display: flex;flex-direction: column;line-height: 36px;font-weight:  bold;}
.about_txt>p>span {font-size: 24px;color: #999;line-height:  30px;padding-top: 20px;font-weight: 100;}
.about_txt em {font-size: 14px;color: #999;line-height: 32px;padding-top: 50px;display:  inline-block;}
.about_pic {position: absolute;top: 120px;right: 0;width: 54.1%;    z-index: -1;}
.about_pic img {height:  auto;}
.about_txt ul {display: flex;height: 168px;position: relative;z-index: 2;width: 133%;margin-top: 87px;}
.about_txt>ul>li{display: flex;flex-direction: column;justify-content: center;align-items: center;background: #0897e6;width: 25%;height: 100%;}
.about_txt>ul>li:nth-child(2n){background: #0988cf;}
.about_txt>ul>li>i {font-size: 42px;color: #fff;transition: all .5s;}
.about_txt li:nth-child(2)>span {font-size: 54px;}
.about_txt>ul>li:hover>i {transform: rotateY(360deg);}
.about_txt>ul>li>p {font-size: 22px;color: #fff;display:  flex;flex-direction:  column;align-items:  center;font-weight:  lighter;line-height: 24px;padding-top: 10px;}
.about_txt>ul>li>p span {font-size: 12px;color: rgba(255,255,255,0.2);text-transform:uppercase;font-family: Arial;line-height: 16px;padding-top: 10px;}

/*num*/
.num {background: #f8f8f8;overflow: hidden;    padding: 80px 0 0;}
.num_box>ul{display: flex;}
.num_box>ul>li{width: 25%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.num_box>ul>li>p>b{position: relative;}
.num_box>ul>li>p>b>i{display: inline;font-size: 56px;color: #333;font-weight: bold; font-family: "akrobat-regular";}
.num_box>ul>li>p>b>span{display: inline-block;position: absolute;font-size: 16px;color: #fff;background:#0897e6;width: 37px;height: 18px;text-align: center;line-height: 18px; font-weight:100; border-radius: 12px;}
.num_box>ul>li>div{font-size: 17px;color: #666;margin-top: 34px;position: relative;}
.num_box>ul>li>div:after {position: absolute;content: ""; width: 23px;height: 1px;background: #e3e3e3;top: -24px;left: 50%;margin-left: -11px;}

/*mot*/
.mot {padding: 80px 0;overflow: hidden;    background: #f8f8f8;}
.mot_tab {}
.mot_nav {    display: flex;justify-content: center;}
.mot_nav ul {display: flex;}
.mot_nav li {background: linear-gradient(to right,#0897e6 0,#50b4eb 100%);width: 230px; height: 63px;border-radius: 40px;
display: flex; justify-content: center;align-items: center;font-weight: lighter; margin: 0 10px;}
.mot_nav li a {font-size: 22px;color: #fff;}
.mot_con {overflow: hidden;display: flex;}
.mot_call {margin: 0 auto;padding: 60px 0 0;overflow: hidden;transition: 0.5s;flex-shrink: 0;width: 100%;}
.mot_call ul {display: flex;  justify-content: space-between;}
.mot_call li{display: block; float:left; padding:0 !important; width:32%; }
.mot_call li>a{display: block;overflow: hidden; }
.mot_call li img{width:100%; height:auto;   transition: 0.2s all ease-in-out;  }
.mot_call li:hover img{transform: scale(1.1);}
.mot_call li p {padding:0 !important; position: relative; background:#f5f5f5;}
.mot_call li:hover p {background:rgba(8, 151, 230, 0.5);}
.mot_call li p a{display: block; line-height:50px; font-size:16px; position: relative;    z-index: 2;text-align: center;}
.mot_call li:hover a{color:#fff;}
.mot_call li p:after{content:""; display: block;opacity: 0;width:20%;height:100%;transition: 0.2s all; background: #0897e6;position: absolute; top:0; left:0; right:0; margin:0 auto;}
.mot_call li:hover p:after{width:100%;opacity: 1;}

/*par*/
.par {padding: 46px 0;overflow: hidden;background: url(//memberpic.114my.com.cn/016055/uploadfile/image/20220326/20220326172646_1048945620.jpg)no-repeat center fixed; position: relative; z-index: 1;}
.par:before{content: '';width: 1000px;height: 100%; position: absolute; background: url(//memberpic.114my.com.cn/016055/uploadfile/image/20220609/20220609165721_1057348870.png) no-repeat; top: 0; right: 0; z-index: -1;}
.par:after{content: ''; width: 100%;height: 100%; background: rgba(8, 151, 230, 0.7);position: absolute; left: 0; top: 0; z-index: -2;}
.par_box {max-width: 1500px;margin: 0 auto;}
.par_con {display: flex; justify-content: space-between;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: 80%;}
.par_l em>span {font-size: 32px;font-family: Arial;line-height: 42px;text-transform: uppercase;opacity: 0.5;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(//memberpic.114my.com.cn/016055/uploadfile/image/20220326/20220326191214_593831199.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; width: 25%;  background: #fff;line-height: 36px; display: flex; justify-content: center;  align-items: center;}


/*速度*/
.speed_bg{background:url(//memberpic.114my.com.cn/016055/uploadfile/image/20220614/20220614153434_1268295156.jpg)no-repeat center top; padding-top: 80px;}
.speed_bg .title:after {display: none;}
.speed_m{text-align: center;height:452px; }
.speed_m li img{height: auto;}
.speed_m li{margin: 10px;}

.speed_m .slick-dots{ display: none !important;}
.speed_bg .title {color: #fff;}
.speed_bg .title i {  color: #fff;}
.speed_bg .title span { color: rgba(255, 255, 255, 0.8);}
.speed_m li p a{font-size: 16px; line-height: 50px; background: #fff; display: block;}
.speed{margin-top: 50px;}
.press{background: #fff; height: 250px; box-shadow: 0 0 50px rgba(0,0,0,0.1); border-radius: 50px 0 50px 0; }
.press_t{font-size: 24px; color:#fff; text-align: center; line-height: 69px; height: 69px; background: url(//memberpic.114my.com.cn/016055/uploadfile/image/20220613/20220613151705_1696661615.png)no-repeat center; position: relative; top:-34px; }
.press_b li{float: left; width: 14.286%; text-align: center; padding: 0 1.5vw; position: relative;}
.press_b li p{font-size: 18px; color: #222; line-height:40px; padding-bottom:10px;}
.press_b li p:before{content:""; display: block; width: 68px; height: 68px; border-radius: 100%; background-color:#0897e6; background-image: url(//memberpic.114my.com.cn/016055/uploadfile/image/20220614/20220614151357_792314677.png); background-repeat: no-repeat; margin:0 auto;  transition: all 0.3s ease;  }
.press_b li:nth-child(1) p:before{background-position: 0 0;}
.press_b li:nth-child(2) p:before{background-position: -68px 0;}
.press_b li:nth-child(3) p:before{background-position: -136px 0;}
.press_b li:nth-child(4) p:before{background-position: -204px 0;}
.press_b li:nth-child(5) p:before{background-position: -272px 0;}
.press_b li:nth-child(6) p:before{background-position: -340px 0;}
.press_b li:nth-child(7) p:before{background-position: -408px 0;}
.press_b li:after{content: ""; display: block; width:13px; height: 15px; background: url(//memberpic.114my.com.cn/076987065345/uploadfile/image/20211027/20211027104713_632178500.png)no-repeat center; position: absolute; top:30px; right: 0;}
.press_b li:nth-child(7):after{display: none; }
.press_b{margin-top: 16px;}
.press_b li:hover p:before{ transform: rotateY(180deg); }


/*新闻*/
.news{padding: 80px 0; background: #f9fafb;  margin-top: 80px;}
.news .title{text-align: left;float: left;}
.news .title d{padding-left: 30px;position: relative;}
.news .title d:before{content: "";display: inline-block;background: #222222;width: 17px;height: 3px;position: absolute;top: 28px;left: 0px;}
.news .title span{color: #999;}
.news_tab{float: right;}
.news_tab ul li{float: left;width: 178px;height: 65px;line-height: 65px;text-align: center;background: #637782;color: #fff;transition: all .3s ease;}
.news_tab ul li a{font-size: 20px;font-weight: lighter;color: #fff;}
.news_tab ul li+li{margin-left: 20px;}
.news_tab ul li.on{background: #0897e6;}
.news_list{height:612px !important;width: 100%;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 31.64%;display: inline-block;position: relative;height:332px;transition:0.5s; margin-top: 30px; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:38px;}
.news_list .news_div_item_date{position: absolute;top:307px;display: inline-block;font-weight: 400;right: 0px;padding-left: 55px;width: 288px; height: 47px;background:url(//memberpic.114my.com.cn/016055/uploadfile/image/20220326/20220326182616_136041480.png) no-repeat;z-index: 9999;}
.news_list .news_div .news_div_item_day:before{content: "";display: inline-block;width: 1px;height: 13px;background: #fff;position: absolute;left: 35px;top: 18px;}
.news_list .news_div .news_div_item_day:after{content: "公司新闻";display: inline-block; font-size: 16px;color: #fff;font-weight: normal;padding-left: 32px;}
.news_list .news_div:nth-child(2) .news_div_item_day:after{content: "行业资讯";}
.news_list .news_div:nth-child(3) .news_div_item_day:after{content: "常见问题";}
.news_list .news_div_item_content{width:100%;height: 227px; position: absolute;top:354px;left: 0px;padding: 35px 40px 25px 35px;box-shadow: 0 0 15px rgb(0 0 0 / 10%);    background: #fff;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 16px;line-height: 47px; color: #fff;font-weight: bold;}
.news_list .news_div_item_day{position: relative;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: bold;color: #484848;padding-left: 34px;}
.news_list .news_div_item_a:before{content: "";display: inline-block;position: absolute;top: 0px;left: 0px;width: 18px;height: 20px; background:url(//memberpic.114my.com.cn/gfsino/uploadfile/image/20220112/20220112154858_997439492.png) no-repeat;}
.news_list .news_div_item_a:after{content: "";display: block;width: 24px;height: 8px; background:url(//memberpic.114my.com.cn/016055/uploadfile/image/20220326/20220326173443_145904070.png) no-repeat;position: absolute;bottom: -135px;left: 0px;}
.news_list .news_div_item_body{font-size: 14px;color: #bbb;font-weight: lighter;line-height: 30px;padding-top: 5px;position: relative;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a{width:100%;height: 354px; display: block;overflow: hidden;}
.news_list .news_div_item_pic a{border: 1px solid #ddd;}
.news_list .news_div_item_pic img{width: 100%;height: 100%;}
.news_list .news_div_item:hover .news_div_item_pic img{transform:scale(1.1); transition:0.6s;}
.news_list .news_div_item:hover .news_div_item_a{color: #0897e6;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a:after{background:url(//memberpic.114my.com.cn/016055/uploadfile/image/20220326/20220326173443_1976675353.png) no-repeat;}


/*版权*/
.footer {display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer_bg{width: 100%; color: #fff;background: #202020;position: relative;overflow:hidden;padding: 80px 0 70px;}
.bq_item li{position: relative;}
.bq_item li{ float: left;position: relative;}
.bq_item li:before{content: '';position: absolute;width:12px;height: 1px;background: #0897e6;top:24px;left: -22px;}
.bq_item li+li{margin-left:15%;}
.bq_item li a{ display: block;font-size: 15px; line-height: 36px; color: rgba(255,255,255,0.47);font-weight: lighter;}
.bq_item li a:hover{color:#fff;}
.footer_t{ font-size: 18px !important; color: #fff !important;  line-height: 48px !important; position: relative;font-weight: bold;}
.footer li p img{width:120px;border:10px #fff solid;}
.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px;    padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #ff7b0f;}
.copy_bg{height: 80px;background: #202020;line-height: 80px;overflow:hidden;border-top: 1px solid rgba(255,255,255,0.1);}
.copy_b{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.copy_bg div{color: rgba(255,255,255,0.47);}
.copy_b div:nth-child(1){width: 65%;}
.copy_bg div a{color: rgba(255,255,255,0.47);font-size:14px;}
.copy_bg div a:hover{color:#fff;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 70%;}
.bq_cl>b, .bq_cr>b, .bq_r>b {font-size: 24px;color: #fff;display: block;margin-bottom: 20px;line-height: 48px;}
.bq_ewm {display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 40px;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 34px;color: #fff;background: #202020;border:1px solid rgba(255,255,255,0.3);}
.bq_ewm li span img{width: 100%;}
.bq_ewm li span:hover{background:#0897e6;border-color:#0897e6;}
.ewm_cc {position: absolute;top: -100px;left:0;display: none;}
.bq_r {width: 30%;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
.bq_lx {line-height: 36px;}
.bq_lx li{font-size: 15px;color: rgba(255,255,255,0.47);}
.bq_ewm li+li {margin-left: 10px;}
.bq_item li:first-child {padding-left: 20px;}
.bq_item li:first-child:before {left: 0;}



.links{ background:#eef2f5; line-height:92px; font-size:18px; color:#333;  }
.links p.fl{ background:url(//memberpic.114my.com.cn/019922/uploadfile/image/20211023/20211023140757_1747600475.png) no-repeat left center; padding-left:33px;}
.links p.fr a{ font-size:14px; color:#333; font-weight:lighter;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#666; font-weight:lighter; line-height:70px;}
.links_r{width:90% !important; padding:30px 0 30px 1%; }
.linkTagcs{width:100% !important;}
.linkTagcs li{padding-right: 20px !important;}
.linkTagcs li a{font-size:15px;}