﻿*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1400px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}


body.active{overflow: hidden;}
.header-mask{position:fixed;left:0;top:0;overflow: hidden;background:rgba(0,0,0,0.3);z-index: 20;display: none;width:100%;height:100%;}
.header-mask.active{opacity:1;display: block;}

header{position:relative;z-index: 100;width: 100%;} 
header::before{content:"";display: block;width: 100%;}
header.act .header-content{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.3);position:fixed;animation:searchTop 0.5s ease-in-out !important;visibility: visible !important;}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}

.header-content{position:fixed;left:0;top:40px;z-index:99999;width: 100%;background:#fff;}
header.act .header-content{top:0;}
.header-main{display:flex;justify-content:space-between;align-items:center;}
.header-main .logo{margin-right: 5%;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .tel{display: flex;align-self: center;font-size: 0.18rem;color:#04a3ce;font-weight: bold;font-family: "arial";text-decoration: underline !important;}
.header-main .tel img{display: block;max-width: 100%;margin-right: 0.1rem;}

.but-icon{cursor: pointer;}
.but-icon .icon-wrapper{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.but-icon .icon-wrapper .search-icon {width: 0.36rem;height: 0.36rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;}
.but-icon .icon-wrapper .search-icon img{display:block;max-width: 100%;}

.but-icon .close-icon{position: absolute;top:0;right: 0;bottom:0;left:0;margin:auto; width: 18px;height:24px;display:none;}
.but-icon .close-icon::before, .but-icon .close-icon::after{content:"";display: block; width:100%;height:2px;background:#aeaeae;}
.but-icon .close-icon::before{position:relative;top:12px;transform:rotate(45deg);}
.but-icon .close-icon::after{ position:relative;top:10px;transform:rotate(-45deg);}

.header-form{width:100%;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.3);position: absolute;top:0;padding:0.1rem 0;opacity: 0;transition: all 0.5s;left: 0;z-index: -1;}
.header-form form{width:100%;display:flex;justify-content: space-between;}
.header-form form input[type=submit]{width:1.25rem;line-height: 0.44rem;border-radius: 5px;background:#09429b;color:#fff;font-size:0.16rem;}
.header-form form input[type=text]{width:calc(100% - 150px);border:1px solid #d4d4d4;padding-left: 0.15rem;line-height: 0.42rem;}

.but-icon .icon-wrapper.on .search-icon img {display:none;}
.but-icon .icon-wrapper.on .close-icon {display:block;}
.header-form.on{opacity:1;z-index: 9;top:100px;}
header.act .header-form.on{top:80px;}
header.act .nav-ul li .nav_a {line-height: 80px;}

.nav-ul {display: flex;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:18px;color:#333;line-height:90px;text-align:center;transition: 0.5s;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0px;height: 3px;background-color: #09429b;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #09429b;background: url(../images/hover.png) no-repeat center center;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 100%;}

.nav-ul .sub_ul {display: none;width: 160%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 5px rgba(0, 0, 0,0.3);border-radius: 5px 5px 0 0;}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:36px;color:#909399;font-weight: bold; display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #09429b;}

.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#09429b;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 50px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#09429b;}
.sjnav .list-inline-li.active .list-box .list-link{color:#09429b;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#000;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#09429b;width: 30px;}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{text-align: center;}
.title .t1{font-size:0.3rem;color:#444;font-weight: bold;line-height: 0.42rem;}
.title .t2{font-size:0.3rem;color:#ddd;font-weight: bold;line-height: 0.36rem;font-family:"arial";text-transform: uppercase;}
.title .t3{font-size: 0.18rem;color:#666;padding-top: 0.25rem;}

.swiper-partner{border-bottom: 1px solid #09429b;}
.swiper-partner a{display: flex;flex-wrap: wrap;align-content: center;justify-content: center; text-align: center;position: relative;border-right: 1px solid #e5e5e5;height: 1.7rem;}
.swiper-partner a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-partner a .pic img{display: block;max-width: 100%;}
.swiper-partner a .pic::before{content:"";display: block;padding-top: 21%;}
.swiper-partner a .t1{width: 100%;font-size:0.18rem;color:#444;padding-top: 0.2rem;}
.swiper-partner a::before{content:"";display: block;width: 1px;height: 13px;background-color: #09429b;position: absolute;right: 0;bottom: 0;}
.swiper-partner .swiper-slide:last-child a{border:none;}
.swiper-partner .swiper-slide:last-child a::before{display: none;}

.pro{padding:70px 0;}

.pro ul{padding:0.3rem 0 0 0;margin:0 -0.5%;}
.pro ul li{background-color: #fff;width: calc(100% / 5 - 1%);margin:0.5%;float: left;}
.pro ul li .lia{display: block;}
.pro ul li .lia .pic{width: 100%;position: relative;overflow: hidden;}
.pro ul li .lia .pic::before{content:"";display: block;padding-top: 74%;}
.pro ul li .lia .txt{text-align: center;padding-bottom: 0.3rem;}
.pro ul li .lia .txt .t1{width: 100%;line-height: 0.3rem;font-size:0.16rem;color:#333; padding:0 10px;}
.pro ul li .lia .txt .t2{width: 100%;line-height: 0.28rem;font-size:0.14rem;color:#888; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; margin:0 10px;overflow:hidden;}
.pro ul li .lia .txt .t3{margin:0.14rem auto 0 auto;width: 1.05rem;line-height: 0.34rem;text-align: center;border:1px solid #09429b;font-size:0.14rem;color:#09429b;border-radius: 30px;}
.pro ul li .lia:hover .img_cover{transform: scale(1.1);}
.pro ul li .lia:hover .txt .t3{background-color: #09429b;color:#fff;}
.pro ul li:nth-child(1){width: calc((100% / 5) * 2 - 1% );}

.swiper-pro2 a{display: block;position: relative;overflow: hidden;z-index: 5;}
.swiper-pro2 a::before{content:"";display: block;padding-top: calc(336/600*100%);}
/*.swiper-pro2 a::after{content:"";display: block;width: 100%;height: 100%;background: -webkit-linear-gradient(left,#ff4200,rgba(255,255,255,0.3));position: absolute;left: 0;top:0;}*/
.swiper-pro2 a .txt-box{position: absolute;left: 0;top:0;height: 100%;padding:35px;width: 100%;display: flex;flex-wrap: wrap;align-content: space-between;z-index: 9;}
.swiper-pro2 a .txt-box .txt{width: 100%; color:#fff;}
.swiper-pro2 a .txt-box .txt .t1{line-height: 0.5rem;font-size:0.24rem;font-weight: bold;position: relative;}
.swiper-pro2 a .txt-box .txt .t1::before{content:"";display: block;width: 22px;height:1px;background-color: rgba(255,255,255,0.3);position: absolute;left: 0;bottom: 0;}
.swiper-pro2 a .txt-box .txt .t2{font-size: 0.18rem;padding-top: 0.15rem;}
.swiper-pro2 .jt{width: 100%;display: flex;position: absolute;z-index: 9;left: 35px;bottom: 35px;}
.prev-pro2, .next-pro2{width: 0.34rem;height: 0.34rem;background-color: #fff;border-radius: 50%;color:#ff4200;font-size: 0.22rem;display: flex;justify-content: center;align-items:center;margin-right: 25px;}


.swiper-pro{margin:0.3rem 0 0 0;}
.swiper-pro a{display: block;background-color: #fff;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pro a .pic::before{content:"";display: block;padding-top: 74%;}
.swiper-pro a .txt{text-align: center;padding-bottom: 0.3rem;}
.swiper-pro a .txt .t1{width: 100%;line-height: 0.25rem;font-size:0.16rem;color:#333;}
.swiper-pro a .txt .t2{width: 100%;line-height: 0.23rem;font-size:0.14rem;color:#888;}
.swiper-pro a .txt .t3{margin:0.24rem auto 0 auto;width: 1.05rem;line-height: 0.34rem;text-align: center;border:1px solid #09429b;font-size:0.14rem;color:#09429b;border-radius: 30px;}
.swiper-pro a:hover .img_cover{transform: scale(1.1);}
.swiper-pro a:hover .txt .t3{background-color: #09429b;color:#fff;}


.solution{padding:70px 0 0 0;}
.solution .max{width: 100%;position: relative;overflow: hidden;margin-top: 0.3rem;}
.solution .max::before{content:"";display: block;padding-top: calc(428/1400*100%);}
.solution .max .txt .t1{font-size:0.44rem;color:#fff;line-height: 0.52rem;}
.solution .max .txt .t2{font-size:0.24rem;color:#fff;padding:0.36rem 0;}
.solution .max .txt{position: absolute;left: 0.4rem;top:50%;transform: translateY(-50%);padding-left: 0.35rem;border-left: 4px solid #09429b;z-index: 5;}
.solution .max::after{Content:"";display: block;width: 100%;height: 100%;background: -webkit-linear-gradient(left,rgba(0,0,0,0.7),rgba(255,255,255,0));position: absolute;left: 0;top:0;}
.solution .tabs{border-bottom: 1px solid #d8d8d8;padding:0.3rem 0 0.2rem 0;}
.solution .tabs .box{width: 1400px;display: flex;justify-content: space-between;}
.solution1 .tabs{border-bottom: 1px solid #d8d8d8;padding:0.2rem 0.1rem;}
.solution1 .tabs .box{width: 100%; justify-content:flex-start}
.solution1 .tabs .box a .t1{font-size: 14px;padding:10px 10px 0;}
.solution .tabs .box a{display:block;padding:0 0 10px 0;}
.solution .tabs .box a .pic img{display: block;max-width: 100%;margin:0 auto;;}
.solution .tabs .box a .pic img:last-child{display: none;}
.solution .tabs .box a .t1{font-size:0.18rem;color:#222;text-align: center;padding-top: 0.2rem;}
.solution .tabs .box a:hover .pic img:first-child{display: none;}
.solution .tabs .box a:hover .pic img:last-child{display: block;}
.solution .tabs .box a:hover .t1{color:#09429b;}
.solution .tabs .box a.on .pic img:first-child{display: none;}
.solution .tabs .box a.on .pic img:last-child{display: block;}
.solution .tabs .box a.on .t1{color:#09429b;}
.solution .bigbox{padding:60px 0;}
.solution .bigbox .box{display: none;}
.solution .bigbox .box:first-child{display: block;}
.solution .bigbox .box .flex{display: flex;justify-content: space-between;/*align-items: flex-end;*/flex-direction: row-reverse;}
.solution .bigbox .box .flex .left{width: 46%;}
.solution .bigbox .box .flex .left .t1{font-size:0.3rem;color:#333;}
.solution .bigbox .box .flex .left .t2{font-size:0.16rem;color:#444;line-height: 0.3rem;height: auto;overflow: hidden;margin:0.3rem 0;}
.solution .bigbox .box .flex .left .t3{min-height: 2.5rem;}
.solution .bigbox .box .flex .left .t3 b{display: block;line-height: 0.4rem;font-size:0.18rem;color:#444;font-weight: bold;padding-bottom: 8px;}
.solution .bigbox .box .flex .left .t3 a{display: block;font-size:0.15rem;color:#666;line-height: 0.34rem;}
.solution .bigbox .box .flex .left .t3 a em{color:#09429b;margin-right: 5px;}
.solution .bigbox .box .flex .left .t3 a:hover{color:#09429b;}
.solution .bigbox .box .right{width: 50%;}
.solution .bigbox .box .right img{display: block;max-width: 100%;}

.about{padding:80px 0;position: relative;display: flex;justify-content: space-between;}
.about .pic{width: 49%;position: relative;overflow: hidden;}
.about .pic::before{content:"";display: block;padding-top: calc(500/936*100%);}
.about .txt{width: 49%;display: flex;flex-wrap: wrap;align-content: space-around;padding:0.2rem 0;padding-right: calc((100% - 1400px) / 2);}
.about .txt .t1{width: 100%;display: flex;align-items: center;font-size:0.3rem;color:#444;font-weight: bold;}
.about .txt .t1 b{font-size:0.5rem;color:#b7b7b7;font-family: "arial";margin-left: 5px;}
.about .txt .t2{width: 100%;font-size:0.24rem;color:#09429b;}
.about .txt .t3{width: 100%;font-size:0.16rem;color:#666;line-height: 0.28rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.about .txt a{display: block;font-size:0.16rem;color:#fff;width: 1.4rem;line-height: 0.4rem;text-align: center;border-radius: 30px;background-color: #09429b;transition: 0.5s;}
.about .txt:hover a{transform: translateY(-5px);box-shadow: 3px 3px 5px rgba(0, 0, 0,0.3);}

.news{padding:70px 0;}
.swiper-news{padding:0.3rem 0 0 0;}
.swiper-news .swiper-slide{border:1px solid #979797;padding:45px;height: 3rem;}
.swiper-news .swiper-slide a {display: block;position: relative;height: 100%;}
.swiper-news .swiper-slide a .t1{font-size:0.14rem;color:#666;text-decoration: underline;}
.swiper-news .swiper-slide a .t2{font-size:0.18rem;color:#444; line-height:0.5rem;margin-top: 0.12rem;}
.swiper-news .swiper-slide a .t3{font-size:0.16rem;color:#888; line-height:0.24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.swiper-news .swiper-slide a .t4{display: flex;justify-content: space-between;align-items: center;font-size:12px;color:#999;width: 100%;position: absolute;left: 0;bottom: 0;}
.swiper-news .swiper-slide a .t4 i{font-size: 0.16rem;}
.swiper-news .swiper-slide:hover{border-color:#09429b}
.swiper-news .swiper-slide:hover a .t4{color:#09429b;}

.hf{width: 100%;position: relative;;}
.hf .wrap{display: flex;justify-content: space-between;align-items: center;height: 2.3rem;}
.hf .wrap .txt{color:#fff;line-height: 0.46rem;font-size:0.24rem}
.hf .wrap .txt b{display: block;line-height: 0.52rem;font-size:0.3rem;}
.hf .wrap a{display: block;font-size:0.16rem;color:#666;width: 1.4rem;line-height: 0.4rem;text-align: center;border-radius: 30px;background-color: #fff;transition: 0.5s;}
.hf .wrap a:hover{transform: translateY(-5px);box-shadow: 3px 3px 5px rgba(0, 0, 0,0.3);}

footer{background:#333;}
footer .box{display: flex;justify-content: space-between;padding:0.5rem 0 0.4rem;}
footer .box .left img{display: block;max-width: 100%;}
footer .box .left .t1{font-size:0.18rem;color:#fff;line-height: 0.32rem;padding-top:0.1rem;}
footer .box .left .t2{font-size:0.3rem;color:#ff5400;line-height: 0.38rem;font-weight: bold;font-family: "arial";}
footer .box .left .t3{font-size:0.14rem;color:#b8b8b8;line-height: 0.3rem;padding-top:0.15rem;}
footer .box dl dt{font-size:0.18rem;color:#fff;font-weight: normal;padding-bottom: 0.2rem;}
footer .box dl dd a{display: block;line-height: 0.3rem;font-size:0.15rem;color:#b8b8b8;}
footer .box dl dd.bb{display: flex;flex-wrap: wrap;width: 185px;}
footer .box dl dd.bb a{width: 50%;}
footer .box dl dd.bb a:nth-child(even){text-align: right;}
footer .box .ewm{width: 135px;text-align: center;}
footer .box .ewm img{display: block;max-width: 100%;width: 100%;}
footer .box .ewm span{display: block;font-size: 0.14rem;color:#cecece;padding-top: 0.1rem;}
footer .box dl dd.bb a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.2rem 0;font-size:0.14rem;color:#cecece;text-align: center;border-top: 1px solid rgba(255,255,255,0.3);}
.foot-txt a{color:#cecece;}
.foot-txt a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page-nav{width: 100%;border-bottom: 1px solid #ededed;font-size:0.14rem;color:#2f2f2f;line-height: 0.6rem;padding-top: 0.1rem;}
.page-nav img{margin-right: 5px;margin-top: -4px;}

.page{width: 100%;position: relative; margin-bottom:15px;}
.partner2{margin-top:0.55rem;position: relative;padding:0 75px;}
.swiper-partner2 a{display: flex;flex-wrap: wrap;align-content: center;justify-content: center; text-align: center;position: relative;}
.swiper-partner2 a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-partner2 a .pic img{display: block;max-width: 100%;}
.swiper-partner2 a .pic::before{content:"";display: block;padding-top: 21%;}
.swiper-partner2 a .t1{width: 100%;font-size:0.18rem;color:#444;line-height: 0.64rem;}
.swiper-partner2 a::before{content:"";display: block;width: 0px;height: 1px;background-color: #09429b;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;}
.swiper-partner2 a:hover .t1{color:#09429b;}
.swiper-partner2 a:hover::before{width: 100%;}
.swiper-partner2 a.on .t1{color:#09429b;}
.swiper-partner2 a.on::before{width: 100%;}
.prev-partner2, .next-partner2{width: 75px;display: flex;align-items: center;align-content: center;position: absolute;top:50%;transform: translateY(-50%);color:#333;justify-content: center;font-size: 0.4rem;font-family: "SimSun";}
.prev-partner2{left: 0;;}
.next-partner2{right: 0;}
.prev-partner2:hover, .next-partner2:hover{color:#09429b;}

/*.page-tabs{box-shadow: 0 5px 30px -20px inset rgba(0,0,0,0.5);padding:60px 0 40px 0;display: flex;justify-content: center;}
.page-tabs a{display: block;font-size:0.16rem;color:#444;text-align: center;border:1px solid #c7c7c7;border-radius: 30px;line-height: 0.4rem;padding:0 26px;margin:0 6px;transition: 0.5s;}
.page-tabs a:hover, .page-tabs a.on{background-color: #09429b;border-color:#09429b;color:#fff;}*/

.page-tabs{/*box-shadow: 0 5px 30px -20px inset rgba(0,0,0,0.5);*/padding:10px 0 10px 0;display: flex;justify-content: center;}
.page-tabs a{display: block;font-size:0.16rem;color:#444;text-align: center;border:1px solid #c7c7c7;border-radius: 30px;line-height: 0.4rem;padding:0 26px;margin:0 6px;transition: 0.5s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.page-tabs a:hover, .page-tabs a.on{background-color: #09429b;border-color:#09429b;color:#fff;}

.page-tabs1{/*box-shadow: 0 5px 30px -20px inset rgba(0,0,0,0.5);*/padding:10px 0 10px 0;display: flex;justify-content: center;}
.page-tabs1 a{display: block;font-size:0.14rem;color:#444;text-align: center;border:1px solid #c7c7c7;/*border-radius: 30px;*/line-height: 0.36rem;padding:0 26px;margin:0 6px;transition: 0.5s; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.page-tabs1 a:hover, .page-tabs1 a.on{background-color: #09429b;border-color:#09429b;color:#fff;}

.pro-ul{display: flex;flex-wrap: wrap;}
.pro-ul li{width: 32.3333%;padding:0.15rem 0.5%;}
.pro-ul li a{display: flex;border:1px solid #e9e9e9;justify-content: space-between;align-items: center;transition: 0.5s;}
.pro-ul li a .pic{width: 38%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:'';display: block;padding-top: calc(205/265*100%);}
.pro-ul li a .txt{width: 60%; padding-top:5px;}
.pro-ul li a .txt .t1{font-size:0.2rem;color:#333;width: 100%;}
.pro-ul li a .txt .t2{font-size:0.14rem;color:#555;width: 100%;line-height: 0.25rem;margin: 0.1rem 0 0.08rem;height: 0.5rem;overflow: hidden;}
.pro-ul li a .txt .t3{font-size:0.14rem;color:#09429b;}
.pro-ul li a:hover{border-color:#09429b;}
.pro-ul li a:hover .txt .t1{color:#09429b;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}

.pro-show{display: flex;justify-content: space-between;width: 100%;padding:0.5rem 0 0 0;}
.pro-show .left{width: 31%;box-shadow: 0 0 5px rgba(0, 0, 0,0.2);}
.pro-show .left img{display: block;max-width: 100%;}
.pro-show .left .pic{width: 100%;position: relative;overflow: hidden;}
.pro-show .left .pic::before{content:"";display: block;padding-top:78%;}

.pro-show .right{width: 65%;display: flex;flex-wrap: wrap;align-content: space-between;}
.pro-show .right .txt{width: 100%;}
.pro-show .right .t1{font-size:0.3rem;color:#09429b;border-bottom: 1px solid #dfdfdf;padding-bottom: 0.28rem;}
.pro-show .right .t2{font-size:0.16rem;color:#666;padding:0.15rem 0;line-height: 0.3rem;}
/* .pro-show .right .bot{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.pro-show .right .bot .tel{padding-left: 60px;background: url(../images/tel3.png) no-repeat left center;}
.pro-show .right .bot .tel span{display: block;line-height: 0.26rem;font-size:0.14rem;color:#888;}
.pro-show .right .bot .tel a{display: block;line-height: 0.3rem;font-size:0.24rem;color:#222;}
.pro-show .right .bot .zx{display: block;text-align: center;width: 1.5rem;line-height: 0.44rem;text-align: center;background-color: #0094e1;border-radius: 5px;font-size:0.16rem;color:#fff;} */

.pro-xq{padding:0.4rem 0;width: 100%;}
.pro-xq .t1{line-height: 0.6rem;font-size:0.18rem;color:#111;background-color: #f3f3f3;font-weight: bold;padding:0 0.2rem;position: relative;}
.pro-xq .t1::before{content:"";display: block;width: 7px;height: 23px;background-color: #09429b;position: absolute;left: 0;top:50%;transform: translateY(calc(-50% - 0.5px));}

.pro-xq .t2{font-size:0.16rem;color:#666;padding:0.18rem 0;line-height: 0.3rem;}
.pro-xq .t2 img{ max-width:100% !Important; height:auto !important;}
.pro-xq .t2 table{ width:100% !important; height: auto !important; margin: 5px auto !important; border-collapse:collapse !important;}
.pro-xq .t2 table tr td{ padding:2px !important; }
.pro-xq .t2 iframe{display: block !important; max-width: 68% !important; height: 500px !important; margin: 5px auto !important;}

.partner-ul{padding:0.3rem 0;display: flex;flex-wrap: wrap;}
.partner-ul li{width: calc(100% / 4);border:1px solid #cbcbcb;margin:-1px -1px 0 0;}
.partner-ul li a{display: flex;flex-wrap: wrap;align-content: center;justify-content: center; text-align: center;position: relative;height: 1.25rem;}
.partner-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.partner-ul li a .pic img{display: block;max-width: 100%;}
.partner-ul li a .pic::before{content:"";display: block;padding-top: 21%;}
.partner-ul li a .t1{width: 100%;font-size:0.18rem;color:#444;padding-top: 0.15rem;}

.page .solution{padding:0;}

.news-ul{display:block;padding:0.3rem 0}
.news-ul li{width:100%;padding:0.15rem;background:#f5f5f5;;margin-bottom:0.2rem;transition: all 0.5s;}
.news-ul li a{display:flex;}
.news-ul li a .pic{width:188px;position:relative;overflow:hidden;}
.news-ul li a .pic:before{content:"";display:block;padding-top:68%;}
.news-ul li a .txt{width:calc(100% - 188px);display:flex;flex-wrap:wrap;align-content: space-between;padding-left:25px;}
.news-ul li a .txt .t1{width:100%;font-size:18px;color:#333;} 
.news-ul li a .txt .t2{width:100;line-height:22px;font-size:14px;color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .txt .t3{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9a9a9a;width:100%;}
.news-ul li a .txt .t3 span{line-height:0.28rem;text-align: center;width:0.8rem;border-radius:5px;background:#2b2b2b;color:#fff;}
.news-ul li:hover {transform:translateY(-6px);box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.news-ul li:hover a .img_cover{transform:scale(1.1);}
.news-ul li:hover a .txt .t1{color:#09429b;}
.news-ul li:hover a .txt .t3 span{background:#09429b;}

.news-show{min-height:5rem;padding:0.3rem 0 0.6rem 0;}  
.news-show .t1{font-size:22px;color:#333; line-height:48px; text-align:center}
.news-show .t2{font-size:16px;color:#333;line-height: 0.3rem; padding-top:10px;}
.news-show .date{display:block;font-size:0.14rem;color:#999;padding: 0.05rem 0 0.1rem 0;border-bottom: 1px solid #dbdbdb; text-align:center} 
.news-show .t2 img{ max-width:100% !important; height:auto !important}
.news-show .img{ width:100%;}
.news-show .img img{ max-width:100% !important; height:auto !important; margin:12px auto; display:block}

.page-about{display: flex;justify-content: space-between;padding:0.3rem 0 0.6rem 0;}
.page-about .pic{width: 50%;position: relative;overflow: hidden;box-shadow:0 0 5px rgba(0,0,0,0.3);}
.page-about .pic:before{content:"";display:block;padding-top:68%;}
.page-about1 .pic:before{content:"";display:block;padding-top:56%;}
.page-about .txt{width: 48%;font-size:0.16rem;color:#666;line-height: 0.3rem;}
.page-about .pic iframe{width: 100%;height: 100%;}



.hot{width:100%;background:#09429b; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
    height: calc(58px +  constant(safe-area-inset-bottom));height: calc(58px +  env(safe-area-inset-bottom));padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

@media (max-width:1400px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .solution .tabs .wrap{overflow-x: auto;}
  .nav-ul li .nav_a{font-size: 15px;}
  .about .txt .t1 b{font-size: 34px;}
  .partner-ul li{width: calc(100% / 5);}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .nav-ul li, .but-icon{display: none;}
  .header-main{padding:10px 0;}
  .solution .max::before{padding-top: 40%;}
  .solution .max .txt .t1{font-size: 34px;line-height: 44px;}
  .about{display: block;padding:40px 0;}
  .about .pic{width: 100%;}
  .about .txt{width: 100%;padding:20px 2%;}
  .about .txt .t2{padding:0.2rem 0 0 0;}
  .about .txt .t3{margin:0.2rem 0;}
  footer .box .ewm{display: none;}
  /**/
  .pro-ul li{width: 100%;}
  .partner-ul li{width: calc(100% / 4);}
  .pro ul li{width: calc(100% / 4 - 1%);}
  .pro ul li:nth-child(1){width: calc((100% / 4) * 2 - 1% );}
  .pro-xq .t2 iframe{display: block !important; max-width: 98% !important; height: 320px !important; margin: 5px auto !important;}
}
 
@media (max-width:767px){
  .header-main .logo{width:250px;}
  .swiper-partner a{height: 120px;}
  .swiper-partner a .pic::before{padding-top: 30%;}
  .pro, .solution .bigbox, .about, .news{padding:30px 0;}
  .title .t1{font-size: 22px;line-height: 30px;}
  .title .t2{font-size: 18px;line-height: 24px;}
  .solution{padding:30px 0 0 0;}
  .solution .max::before{padding-top: 55%;}
  .solution .max .txt{left: 15px;padding-left: 15px;}
  .solution .max .txt .t1{font-size: 20px;line-height: 30px;}
  .solution .max .txt .t2{padding:15px 0;font-size: 14px;line-height: 20px;}
  .solution .tabs{padding:30px 0 10px 0;}
  .solution .tabs .box{width: 1000px;}
  .solution1 .tabs{padding:10px 0;}
  .solution1 .tabs .box{width: 100%; justify-content:flex-start}
  .solution1 .tabs .box a .t1{font-size: 14px;padding-top:10px; padding-left:6px; padding-right:6px;}
  .solution .tabs .box a .t1{font-size: 14px;padding-top:10px;}
  .solution .bigbox .box .flex{display: block;}
  .solution .bigbox .box .right{width: 100%;}
  .solution .bigbox .box .flex .left{width: 100%;padding-top: 20px;}
  .solution .bigbox .box .flex .left .t3{min-height: initial;}
  .solution .bigbox .box .flex .left .t1{font-size: 22px;}
  .about .txt{padding:20px 2% 0 2%;}
  .about .txt .t1{font-size: 20px;}
  .about .txt .t1 b{font-size: 24px;}
  .about .txt .t2{font-size: 18px;}
  .title .t3{padding-top: 10px;}
  .swiper-news .swiper-slide{padding:20px;height: 2.4rem;}
  .swiper-news .swiper-slide a .t2{font-size:0.18rem;color:#444; line-height:0.4rem;margin-top: 0.1rem;}
  .swiper-news{padding:24px 0px 10px 0;}
  .hf .wrap{display: block;height: initial;padding:24px 0;}
  .hf .wrap .txt{font-size: 15px;line-height: 24px;}
  .hf .wrap .txt b{font-size: 20px;}
  .hf .wrap a{margin-top: 15px;}
  footer .box dl{display: none;}
  .foot-txt{padding:10px;line-height: 20px;}
  footer .box{display: block;padding:20px 0;}
  footer .box .left .t3{line-height: 20px;padding-top: 2px;}
  /**/
  .partner2{margin:20px 0 0 0;padding:0 20px;}
  .prev-partner2, .next-partner2{width: 20px;font-size: 24px;}
  .swiper-partner2 a .t1{line-height: 40px;font-size: 12px;}
  .page-tabs{flex-wrap: wrap;justify-content: flex-start;padding:20px 0 0 0;}
  .page-tabs a{margin:1% 0.5%;font-size: 13px;line-height: 30px;padding:0;width: calc(100% / 4 - 1%);}
  .page-tabs1{flex-wrap: wrap;justify-content: flex-start;padding:20px 0 0 0;}
  .page-tabs1 a{margin:1% 0.5%;font-size: 13px;line-height: 30px;padding:0;width: calc(100% / 4 - 1%);}
  .swiper-partner2 a .pic::before{padding-top: 30%;}
  .pro-ul li a .txt .t1{font-size: 15px;font-weight: bold;}
  .pro-ul li a .txt .t2{margin:5px 0;line-height: 22px;height: 88px;}
  .pro-show{display: block;padding:20px 0 0 0;}
  .pro-show .left{width: 100%;}
  .pro-show .right{width: 100%;padding:20px 0 0 0;}
  .pro-show .right .t1{font-size: 20px;padding-bottom: 10px;}
  .pro-xq{padding:10px 0 30px 0;}
  .pro-xq .t2 table{ width:100% !important; height:auto !important}
  .pro-xq .t2 table tr td{ width:auto !important; height:auto !important}
  .partner-ul li{width: calc(100% / 3);}
  .partner-ul li a .pic::before{padding-top: 30%;}
    /**/
    .news-ul li{padding:5px;}
    .news-ul li a .pic{width:120px;}
    .news-ul li a .pic:before{padding-top:80%;}
    .news-ul li a .txt{width:calc(100% - 120px);padding-left:10px;}
    .news-ul li a .txt .t1{font-size:14px;font-weight: bold;}
    .news-ul li a .txt .t2{line-height:16px;margin:3px 0;font-size:12px;}
    .product-show .t1, .news-show .t1{font-size: 16px;font-weight: bold;}
    .product-show .t2, .news-show .t2{font-size:14px;line-height: 24px;}
    /**/
    .page-about{display: block;}
    .page-about .pic{width: 100%;}
    .page-about .txt{width: 100%;padding: 20px 0;}
    .pro ul li{width: 48%;}
    .pro ul li:nth-child(1){width: 98%;}
	.pro-xq .t2 table tr td,.pro-xq .t2 table tr th{width: auto !important; height: auto !important;}
	.pro-xq .t2 table tr td,.pro-xq .t2 table tr th,.pro-xq .t2 table tr td p,.pro-xq .t2 table tr td span{font-size: 12px !important; line-height: 20px !important;word-break: break-all !important;word-wrap: break-word;white-space: pre-wrap !important;}
	.pro-xq .t2 iframe{display: block !important; max-width: 100% !important; height: 250px !important; margin: 2px auto !important;}
}


@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	