@charset "utf-8";

@font-face
{font-family: OpenSansBold;
src: url('../font/OpenSans-Bold.ttf')}



@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*{box-sizing:border-box;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family: 'Arial', sans-serif;}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;font-family: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto{margin:0 auto;max-width: 1500px;width: 90%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
.flex-center{display: flex;align-items: center;justify-content: center;}
/* html{font-size: 5.2083vw;} */
body{overflow-x: hidden;font-size: 16px;color:#212121;line-height: 1.6;background:#fff;}
h1,h2,h3,h4,h5,h6{line-height:1.2;}
/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

.squareimg{width:100%;padding-bottom: 100%;overflow: hidden;position: relative;}
.squareimg .img{ position: absolute;top: 50%;left: 50%;width: 100%;height: auto; object-fit: cover;transform: translate(-50%,-50%);}
.item:hover .imgbox.squareimg .img{transform: translate(-50%,-50%) scale(1.1,1.1) ;}


.btn{font-size:17px;color:#034da8;background:#fff;height:50px;line-height:50px;border-radius:25px;display: inline-block;vertical-align: middle;padding:0 25px;min-width:155px;text-align: center;border:0;cursor: pointer;border:1px solid #034da8;}
.btn.this{color:#fff;background:#034da8;}
.btn:hover{background:#034da8;color:#fff;border-color:#034da8!important;}
.btn.this:hover{background:#3bb1e4;border-color:#3bb1e4;}
.btn.small{min-width:130px;height:42px;line-height:42px;font-size:14px;}



/* 公共部分 */
.head{position: fixed;width: 100%;left: 0;top: 0;z-index:100;transition: all 0.3s ease;border-bottom:1px solid rgba(255,255,255,.35);height:100px;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;padding:0 5%;}
.head .l,.head .r{display: flex;align-items: center;}

.head.scroll{background:#3bb1e4;height:90px;background: rgba(0, 0, 0, 0.3);}
.head.scroll .hd-logo .img{height:60px;}


.hd-logo .img{height: 70px;width: auto;}




.hd-nav{padding-left:15px;}
.hd-nav li{display: inline-block;vertical-align: middle;position: relative;margin:0 0 0 55px;}
.hd-nav li>a{display: block;line-height: 45px;position: relative;font-size:16px;color:#ddd;text-transform: uppercase;font-weight: bold;}
.hd-nav li>a::after{content:'';position: absolute;left:50%;bottom:0;width:0;height:3px;background:#fff;transition: all 0.3s;}
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{width:100%;left:0;}
.hd-nav li.cur>a{color:#fff}


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}
.hd-nav.show{display: block;}

.hd-nav .drop{width: 240px;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;margin-left: -120px;padding-top:27px;}
.hd-nav .drop .dropbox{background-color:#f7f7f7;}
.hd-nav .drop .lk{line-height: 22px;display: block;text-align: center;border-bottom:1px solid #e5e5e5;padding:11px 10px;font-size:15px;}
.hd-nav .drop .lk:hover{color:#034da8;}
.hd-nav .drop .lk:last-child{border-bottom:none;}


.hd-nav .moredrop{width:540px;margin-left:-270px;}
.hd-nav .moredrop .lks{display:flex;flex-wrap:wrap;padding:15px 15px;}
.hd-nav .moredrop .lks .lk{min-width:46%;margin:0 2%;text-align: left;}






.hd-sear{}
.hd-sear .icon{cursor: pointer;display: flex;align-items: center;justify-content: center;font-size: 20px;color:#fff;font-weight: bold;cursor: pointer;}
.hd-sear .icon::after{content:'\e651';font-family: 'iconfont';}
.hd-sear:hover .icon{color:#034da8;}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.7);z-index:110;display: none;}
.hd-sear-box .box{max-width: 800px;line-height: 60px;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:10px;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{color:#000;flex:1;overflow: hidden;padding:0 20px;}
.hd-sear-box .submit{width: 60px;height: 60px;border:none;cursor: pointer;margin-right: 5px;font-size: 26px;background:none;font-weight: bold;}
.hd-sear-box .submit::after{content:'\e651';font-family: 'iconfont';}


.hd-lang{position: relative;margin-left: 25px;}
.hd-lang .font{color:#fff;cursor: pointer;display: flex;align-items: center;font-size:16px;}
.hd-lang .font i{font-size: 20px;margin-right: 6px;}
/* .hd-lang .font em{text-transform: uppercase;}
.hd-lang .font::after{content:'\e772';display: inline-block;vertical-align: middle;margin-left: 8px;font-family: 'iconfont';} */
.hd-lang .drop{position: absolute;width: 80px;left: 50%;transform: translate(-50%,0);padding-top: 10px;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:12px 8px 12px;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 10px;}
.hd-lang .lk{font-size: 16px;margin-bottom: 12px;display: flex;align-items: center;text-transform: uppercase;}
.hd-lang .lk:last-child{margin:0;}
.hd-lang .ic{width: 23px;margin-right: 10px;}
.hd-lang .lk:hover{color:#034da8;}
.hd-lang:hover .drop{display: block;}
.hd-lang:hover .font{color:#034da8;}



.foot{color:#fff;background:#393939;padding:75px 0 40px;position: relative;}
.foot:before{content:'';width:100%;height:150px;background:url(../images/ft_01.png) no-repeat center;background-size:cover;position: absolute;left:0;top:1px;transform: translate(0,-100%);z-index:1;}
.foot .wrap{display: flex;align-items: flex-start;justify-content: space-between;}
.foot .lbox{max-width:350px;width:23.5%;}
.foot .rbox{padding-top:40px;flex:1;overflow: hidden;padding-left:9%;display: flex;justify-content: space-between;}
.foot .smlogo{width:100%;}

.foot .col1{width:40%;}
.foot .col2{width: 20%;}
.foot .col3{width: 25%;}
.foot .tit{font-size:20px;font-weight: 900;text-transform: uppercase;margin-bottom:20px;}

.foot .txt p{margin-bottom:10px;}
.foot .lks li{margin-bottom:12px;}
.foot .lks li a:hover{color:#034da8;}

.foot .social{display: flex;margin-top: 18px;justify-content: space-between;}
.foot .social a{font-size: 24px;}
.foot .social a:hover{color:#034da8;}
.foot .wxbox{display: flex;margin-top:28px;}
.foot .wxbox .grp{width:105px;margin-right:35px;}
.foot .wxbox .grp:last-child{margin-right:0;}
.foot .wxbox .img{width:100%;}
.foot .wxbox .wz{font-size:14px;margin-top:8px;text-align: center;}


.kf-fixed{position: fixed;z-index:99;right:0.5%;bottom:5%;display: none;}
.kf-fixed .item{width:66px;height:66px;margin:0 0 12px;border-radius:50%;display: flex;align-items: center;justify-content: center;background:#ebeff0;font-size:22px;}
.kf-fixed .item i{transition: all 0s;}
.kf-fixed .item:hover{color:#fff;background:#034da8;}
.kf-fixed .gotop{font-size:18px;}



/* application */
.inner-ban{position: relative;}
.inner-ban .img{display: block;}
.inner-ban .mask{width:100%;position: absolute;left:0;bottom:-2px;}



.main{padding:55px 0 60px;}
.zindex{position: relative;z-index:2;}

.crumb{line-height: 26px;text-transform: capitalize;padding:5px 0;font-weight: bold;}
.crumb .box{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb .box:before{content:'\e615';display: inline-block;vertical-align: middle;font-family: 'iconfont';margin:-2px 5px 0 0;}
.crumb i{margin:0 5px;}
.crumb a:hover{color:#034da8;}

.pub-tt{margin-bottom:35px;}
.pub-tt .en,.pub-tt .cn{font-family: 'OpenSansBold';line-height:1;}
.pub-tt .en{font-size:72px;color:#0551aa;opacity: 0.08;text-transform: uppercase;}
.pub-tt .bt{font-size:36px;color:#034da8;font-weight: bold;margin-top:-50px;}
.pub-tt .smwz{margin:25px auto 0;max-width:1470px;line-height:2;}
.pub-tt .bt.normal{font-weight: normal;}



.pub-tt.small{margin-bottom:25px;}
.pub-tt.small .en{font-size:44px;}
.pub-tt.small .bt{font-size:24px;text-transform: uppercase;margin-top:-33px;}





.app-list{display: flex;flex-wrap:wrap;margin:-4% 0 0 -2%;}
.app-list .item{width:31.3%;margin:4% 0 0 2%;box-shadow:0 0 5px rgba(0,0,0,.28);}
.app-list .imgbox{height:325px;}
.app-list .info{padding:25px 30px;}
.app-list .title{font-size:24px;font-weight: bold;}
.app-list .txt{line-height:26px;-webkit-line-clamp: 4;height:104px;margin-top:8px;}
.app-list .more{margin-top:15px;display: inline-block;vertical-align: middle;}
.app-list .more::after{content:'\e668';font-family: 'iconfont';margin-left:6px;}
.app-list .item:hover *{color:#034da8;}


.pagelist{margin-top: 55px;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 18px;min-width: 30px;height: 30px;background-color: none;margin:0 8px;line-height: 30px;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:50%;color:#282828;}

.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0;border-radius:50%!important;color:#000;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background: none;}
.layui-laypage a:hover{color:#034da8;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 30px;line-height: 30px;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;line-height: 30px;color:#034da8;}



/* applicationDetail */
.app-det{background:url(../images/app_11.jpg) no-repeat center top;background-size:cover;}

.app-intro{padding:85px 0 0;display: flex;align-items: center;justify-content: space-between;}
.app-intro .slide{width:42%;}
.app-intro .swiper-pagination{bottom:25px;}
.app-intro .swiper-pagination-bullet{background:#fff;width:12px;height:12px;margin:0 8px!important;}

.app-intro .imgbox{width:100%;height:660px;border-radius:14px;}
.app-intro .info{width:49%;}
.app-intro .txt{font-size:18px;line-height:1.5;}
.app-intro .smtit{font-size:24px;color:#034da8;font-weight: bold;line-height:1.2;margin-bottom:15px;}
.app-intro .txt ul,.app-intro .txt li{list-style: disc;}
.app-intro .txt ul{padding-left:15px;}
.app-intro .txt ul li:hover{color:#034da8;}

.app-market{padding:150px 0;}

ul.rela-list{display: flex;flex-wrap: wrap;margin:-2.5% 0 0 -2.5%;}
ul.rela-list .item{width: 22.5%;margin:2.5% 0 0 2.5%;}

.rela-list .imgbox{height:250px;border-radius:18px;}
.rela-list .title{font-size:18px;text-align: center;margin-top:20px;display: block;}
.rela-list .item:hover .title{color:#034da8;}



/* news */
.xw-hot{margin-bottom:50px;}
.xw-hot .item{background:#f8f8f8;display: flex;flex-wrap:wrap;align-items: center;position: relative;}
.xw-hot .item .imgbox{width:46%;height:380px;}
.xw-hot .item .info{padding:0 5%;width:54%;}
.xw-hot .item .title{font-size:30px;font-weight: bold;}
.xw-hot .item .date{font-size:14px;font-weight: bold;margin-top:20px;}
.xw-hot .item .txt{-webkit-line-clamp: 4;margin-top:10px;}
.xw-hot .item .tag{width:76px;height:76px;background:url(../images/xw_02.png) no-repeat center;background-size:contain;position: absolute;right:5px;top:0;}
.xw-hot .item:hover .title{color:#034da8;}
.xw-hot .swiper-pagination{margin-top:35px;}


.pub-swiper{position: relative;}
.pub-swiper .swiper-pagination{position: static;/* margin-top:40px; */font-size:0;}
.pub-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#e1e1e1;opacity: 1;margin:0 6px!important;}
.pub-swiper .swiper-pagination-bullet-active{width:22px;border-radius:8px;background:#034da8;}

.pub-swiper .swiper-button{width:34px;height:34px;opacity: 1;background:#bfbfbf;;display: flex;align-items: center;justify-content: center;font-size:14px;color:#fff;border-radius:50%;margin-top:-17px;}
.pub-swiper .swiper-button::after{content:'\e779';font-family: 'iconfont';}
.pub-swiper .swiper-button-next{transform: rotate(180deg);}
.pub-swiper .swiper-button:hover{background:#034da8;}

.pub-swiper .swiper-container{position: static;}
.pub-swiper .swiper-button-prev{left:-70px;}
.pub-swiper .swiper-button-next{right:-70px;}




.xw-menu{margin-bottom:35px;display: flex;}
.xw-menu .box{display: flex;border-radius:28px;background-color: #f5f5f5;border:1px solid #b5b5b5;}
.xw-menu .lk{font-size:20px;padding:0 27px;line-height:56px;border-radius:inherit;}
.xw-menu .lk:hover{color:#034da8;}
.xw-menu .lk.cur{color:#fff;background:#034da8;}



.xw-list{border-top:2px solid #f8f8f8;}
.xw-list .item{display: flex;align-items: center;padding:20px 15px 20px 25px;border-bottom:2px solid #f8f8f8;}
.xw-list .imgbox{height:80px;width:155px;margin-right:35px;}
.xw-list .info{flex:1;overflow: hidden;display: flex;align-items: center;}
.xw-list .date{margin-right:80px;}
.xw-list .title{font-size:19px;-webkit-line-clamp: 2;font-weight: bold;}
.xw-list .txt{-webkit-line-clamp: 1;margin-top:6px;}
.xw-list .arrow{margin-left:70px;width:26px;height:26px;background:#d4d4d4;display: flex;align-items: center;justify-content: center;color:#fff;font-size:14px;border-radius:50%;}
.xw-list .arrow::after{content:'\e603';font-family: 'iconfont';}
.xw-list .item:hover *{color:#034da8;}
.xw-list .item:hover .arrow{background:#034da8;color:#fff;}




/* newsDetail */
.xw-det{background:url(../images/xw_07.jpg) no-repeat center;background-size:cover;}
.xw-det .topbox{padding:0 0 10px;border-bottom:1px solid #dddddd;text-align: center;}
.xw-det .topbox .title{font-size: 25px;font-weight: bold;}
.xw-det .topbox .text{color:#4b4b4b;margin-top:14px;display: flex;align-items: center;justify-content: center;}
.xw-det .topbox .text span{margin:0 15px;display: flex;align-items: center;}
.xw-det .topbox .text span i{display: inline-block;vertical-align: middle;margin-right:8px;}
.xw-det .topbox .social{font-size:18px;display: flex;}
.xw-det .topbox .social .icon{margin:0 8px;}
.xw-det .topbox .social .icon:hover{color:#034da8;}
.xw-det .topbox .text .a2a_kit span{margin: 0;}
.xw-det .edit{line-height:1.6;margin:30px 0 0;color:#4b4b4b;}


.xw-rela{padding:60px 0 30px;}
.xw-rela .t-tit{font-size:25px;font-weight: bold;margin-bottom:35px;}
.xw-rela .rela-list .imgbox{height:210px;border-radius:9px;}
.xw-rela .swiper-button{margin-top:-45px;}


.pagenav{margin-top:65px;display: flex;justify-content: center;color:#fff;}
.pagenav .ann{height:48px;line-height:48px;min-width:125px;text-align: center;font-weight: bold;background:#034da8;border-radius:7px;padding:0 20px;}
.pagenav .backbtn{margin:0 45px;background:#d2d2d2;}
.pagenav .backbtn:before{content:'\e616';font-family: 'iconfont';margin-right:8px;}
.pagenav .ann:hover{color:#fff;background:#3897d9;}



/* support */
.support-main{padding:55px 0 120px;}

.support-menu{display: flex;justify-content: center;margin-bottom:35px;position: sticky;width:100%;left:0;top:90px;z-index:70;background:#fff;padding:20px 0;}
.support-menu .lk{color:#fff;min-width: 165px;line-height:40px;text-align: center;background:#00469c;margin:0 20px;font-weight: bold;}
.support-menu .lk:hover,.support-menu .lk.cur{background:#3897d9;}


.support-faq .mod{margin-bottom:45px;}
.support-faq .mod:last-child{margin-bottom:0;}
.support-faq .downlist .item{border-top:2px solid #f9f9f9;}
.support-faq .downlist .box{display: flex;padding:14px 0;max-width:1220px;margin:0 auto;align-items: center;}
.support-faq .downlist .docicon{font-size:34px;margin-right:15px;line-height:1;}
.support-faq .downlist .title{flex:1;overflow: hidden;padding-right:8%;}
.support-faq .downlist .downicon{font-size:28px;line-height:1;}
.support-faq .downlist .box:hover *{color:#12369d;}


.support-faq .faqlist{}
.support-faq .faqlist .item{margin-bottom:20px;padding:23px 20px;border:1px solid #e5e5e5;line-height:25px;cursor: pointer;}

.support-faq .faqlist .top{position: relative;}
.support-faq .faqlist .title{font-weight: bold;max-width:90%;}
.support-faq .faqlist .drop{display: none;margin-top:8px;}

.support-faq .faqlist .title,.support-faq .faqlist .txt{padding-left:30px;position: relative;}
.support-faq .faqlist .title:before,.support-faq .faqlist .txt:before{content:'';width:18px;height:18px;position: absolute;left:0;top:0;}
.support-faq .faqlist .title:before{background:url(../images/support_03.png) no-repeat center;background-size:contain;}
.support-faq .faqlist .txt:before{background:url(../images/support_04.png) no-repeat center;background-size:contain;}

.support-faq .faqlist .icon{width:16px;height:16px;background:#121212;border-radius:50%;color:#fff;font-size:12px;display: flex;align-items: center;justify-content: center;position: absolute;right: 0;top: 1px;}
.support-faq .faqlist .icon::after{content:'\eaf3';font-family: 'iconfont';}
.support-faq .faqlist .item.cur .icon{background-color: #3072c2;}
.support-faq .faqlist .item.cur .icon::after{content:'\e870';}


.support-video{padding:55px 0 0;}
.support-video .pub-tt{margin-bottom:0;}
.support-video .detail{margin-top:65px;}
.support-video .item{}
.support-video .imgbox{height:445px;position: relative;}
.support-video .txt{font-size:16px;margin-top:15px;}
.support-video .playicon{width:76px;height:76px;background:url(../images/support_06.png) no-repeat center;background-size:contain;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.support-video .swiper-button{width:56px;height:56px;font-size:26px;margin-top:-50px;}

.support-video .swiper-button-prev{left:-110px;}
.support-video .swiper-button-next{right:-110px;}



/* contact */
.lx-tit{font-size:30px;color:#034da8;font-family: 'Arial';}

.lx-sec{margin-bottom:80px;}
.lx-sec .detail{display: flex;align-items: flex-start;justify-content: space-between;margin-top:10px;}
.lx-sec .lbox{width:51%;}
.lx-sec .rbox{width:41%;}
.lx-sec .txt{max-width:510px;}
.lx-sec .list{border-top:1px solid #ddd;padding-top:15px;margin-top:15px;}
.lx-sec .list li{display: flex;align-items: flex-start;margin-bottom:8px;max-width: 710px;}
.lx-sec .list .icon{font-size:18px;margin-right:15px;}

.lx-sec .list .row{padding-left:10px;display: flex;align-items: flex-start;margin-top:8px;}
.lx-sec .list .row .ico{width:20px;margin:2px 10px 0 0;}


.lx-sec .form .row{margin-bottom:15px;}
.lx-sec .form .tit{padding:0 10px 8px;}
.lx-sec .form .ipt{width:100%;border:1px solid #d4d4d4;border-radius:3px;font-size:14px;}
.lx-sec .form .ipt-txt{height:40px;line-height:40px;padding:0 10px;}
.lx-sec .form .con{height:155px;resize:none;padding:10px 10px;}
.lx-sec .form .submit{font-size:18px;color:#fff;width:160px;height:46px;background:#034da8;border-radius:23px;border:0;cursor: pointer;margin-top:30px;}
.lx-sec .form .submit::after{content:'\e614';font-family: 'iconfont';margin-left:7px;}
.lx-sec .form .submit:hover{background:#3bb1e4;}


.lx-map{display: flex;justify-content: space-between;margin-bottom:60px;}
.lx-map .col{width: 47.2%;}
.lx-map .map{height:375px;margin-top:30px;}


/* product */
.cp-main .wrap{display: flex;}
.cp-l{width:260px;margin-right:45px;}
.cp-r{flex:1;overflow: hidden;}
.cp-r .top-box{padding:0 0 25px 30px;border-bottom:1px solid #e5e5e5;margin-bottom:35px;}
.cp-r .pub-tt{margin:0;}
.cp-r .bot-box{padding-left:35px;}

.cp-menu{background:#fff;overflow: hidden;border-radius:27px 0 0 0;box-shadow:0 0 4px rgba(0,0,0,.16);}
.cp-menu .bt{font-size:32px;color:#fff;height:90px;background:#034da8;padding:0 20px;display: flex;align-items: center;}
.cp-menu .drop .lk{display: block;padding:18px 20px;line-height:22px;border-bottom:1px solid #e5e5e5;}
.cp-menu .drop .lk.cur,.cp-menu .drop .lk:hover{color:#034da8;font-weight: bold;}


.cp-list{display: flex;flex-wrap: wrap;margin:-4% 0 0 -4%;}
.cp-list .item{width: 29.3%;margin:4% 0 0 4%;}
.cp-list .imgbox{/* height:300px; */background-color: #fff;display: flex;align-items: center;justify-content: center;border-radius:6px;}
.cp-list .title{margin-top:10px;text-align: center;}
.cp-list .item:hover .title{color:#034da8;}



/* productDetail */
.cp-top{padding:0 0 70px;position: relative;}
.cp-top .auto{display: flex;align-items: flex-start;}
.cp-top .cp-menu{position: absolute;top:0;right:0;border-radius:0 27px 0 0;z-index:50;}
.cp-top .cp-menu.fixed{ position: fixed;top:100px;}

.cp-top .slide{width: 40%;position: relative;}
.cp-top .slide .item .img{width: 100%;height: 100%;object-fit: contain;display: block;}

.cp-top .slide1 .swiper-container{padding-top:13px;}
.cp-top .slide1 .item{overflow: hidden;cursor: pointer;background:#fff;border:1px solid #fff;}
.cp-top .slide1 .itemm{position: relative;}
.cp-top .slide1 .itemm:before{content:'';width:14px;height:9px;background:url(../images/cp_07.png) no-repeat center;background-size:contain;position: absolute;left:50%;top:-7px;z-index:10;margin-left:-5px;display: none;}
.cp-top .slide1 .swiper-slide-thumb-active .item{border-color:#034da8;}
.cp-top .slide1 .swiper-slide-thumb-active .itemm:before{display: block;}

.cp-top .slide2{background:#fff;}
.cp-top .slide2 .item{display: flex;align-items: center;justify-content: center;height:510px;/* background:#ebeaef; */}
.cp-top .slide2:hover .swiper-button{opacity: 1;}

.cp-top .swiper-container{position: static;}
.cp-top .swiper-button{width: 40px;height: 40px;background:none;margin: 0;top:auto;bottom:44px;display: flex;align-items: center;justify-content: center;font-size:38px;}
.cp-top .swiper-button-prev{left:-40px;}
.cp-top .swiper-button-next{right:-40px;transform: rotate(180deg);}
.cp-top .swiper-button::after{content:'\e779';font-family: 'iconfont';}
.cp-top .swiper-button:hover{color: #034da8;}



.cp-top .info{width: 44%;padding:50px 0 0 5%;}
.cp-top .title{font-size:32px;color:#034da8;font-weight: bold;}

.cp-top .desc{list-style: disc;padding-left:15px;font-size:18px;margin-top:25px;}
.cp-top .desc li{list-style: disc;margin-bottom:5px;}
.cp-top .txt{margin-top:20px;}

.cp-top .btngrp{margin-top:60px;display: flex;justify-content: flex-end;}
.cp-top .btngrp .button{margin-left:15px;}



.cp-tabs{border-bottom:1px solid #d2d2d2;display: flex;justify-content: center;}
.cp-tabs{position: sticky;background: #fff;top: 90px;}
.cp-tabs .lk{font-size:18px;font-weight: bold;padding:0 10px 15px;margin:0 50px;position: relative;line-height:30px;}
.cp-tabs .lk:after{content:'';position: absolute;left:50%;bottom:0;background:#034da8;width:0;height:2px;transition: all 0.3s;}
.cp-tabs .lk.cur,.cp-tabs .lk:hover{color:#034da8;}
.cp-tabs .lk.cur:after,.cp-tabs .lk:hover:after{width:100%;left:0;}



.cp-det{padding:0 0 50px;background:url(../images/cp_06.jpg) no-repeat left center;background-size:100% auto;}
.cp-det .autowrap{max-width:1200px;margin:0 auto;}
.cp-det .module{margin-top:50px;}

.cp-det .mod{margin-top:30px;}
.cp-det .smtit{font-size:18px;font-weight: bold;margin-bottom:20px;display: flex;align-items: center;}
.cp-det .smtit:before{content:'';width:6px;height:6px;background:#034da8;border-radius:50%;margin-right:10px;display: inline-block;vertical-align: middle;}

.cp-det .table table{border:2px solid #bfbfbf;}
.cp-det .table td{border-bottom:2px solid #bfbfbf;border-right:2px solid #bfbfbf;padding:10px 10px;text-align: center;background:#fff;}
.cp-det .table tbody tr:nth-child(odd) td{background:#f1f1f1;}
.cp-det .table tbody tr:nth-child(odd) td:not(:last-child){border-right:0;}

.cp-det .mod1 .table tbody tr:nth-child(odd) td{background:#fff;}
.cp-det .mod1 .table td:first-child{background:#f1f1f1!important;}
.cp-det .mod1 .table td{border-right:2px solid #bfbfbf!important;}


.cp-det .slide{position: relative;margin-top:30px;}
.cp-det .item{}
.cp-det .item .imgbox{height:245px;}
.cp-det .item .title{font-size:16px;font-weight: bold;text-align: center;margin-top:14px;}
.cp-det .item:hover .title{color:#034da8;}


.cp-rela{padding:55px 0 65px;background:#fafafa;margin-bottom:50px;}
.cp-rela .detail{margin:0 82px;}
.cp-rela .item{display: block;}
.cp-rela .item .imgbox{max-width:200px;margin:0 auto;height:220px;}
.cp-rela .item .imgbox .img{width: 100%;height: 100%;object-fit: contain;}
.cp-rela .item .title{font-size:14px;font-weight: bold;text-align: center;margin-top:14px;}
.cp-rela .item:hover .title{color:#034da8;}
.cp-rela .swiper-container{padding:0 30px;}
.cp-rela .swiper-button-prev{left:0;}
.cp-rela .swiper-button-next{right:0;}


.cp-news{margin-bottom:50px;}
.cp-news .list{display: flex;flex-wrap: wrap;justify-content: space-between;line-height:32px;max-width: 1240px;margin:0 auto;list-style: disc;padding-left:20px;}
.cp-news .list li{list-style: disc;width:48%;}
.cp-news .list li a{display: block;}
.cp-news .list li:hover{color:#034da8;}



/* about */

.us-menu{display: flex;justify-content: center;margin-bottom:40px;position: sticky;width: 100%;left:0;top:90px;background:#fff;z-index:70;padding:20px 0;margin-top:-20px;}
.us-menu .lk{color:#fff;line-height:22px;text-align: center;background:#00469c;margin:0 8px;font-weight: bold;padding:7px 15px;min-width:110px;text-transform: uppercase;}
.us-menu .lk:hover,.us-menu .lk.cur{background:#3897d9;}



.us-who{padding:0 3%;margin-bottom:40px;}
.us-who .txt{line-height: 2;}

.us-mod{background:#fff;border-radius:34px;box-shadow:0 0 18px rgba(0,0,0,.05);margin-bottom:65px;padding:30px 4% 10px;}
.us-mod .swiper-button-prev{left:-55px;}
.us-mod .swiper-button-next{right:-55px;}
.us-mod .arrbox{display:flex;justify-content: center;margin-top:20px;}
.us-mod .arrow{width:50px;height:50px;display:flex;justify-content: center;align-items: center;font-size:28px;font-weight: bold;cursor: pointer;transform: rotate(180deg);}
.us-mod .arrow::after{content:'\e772';font-family: 'iconfont';}
.us-mod .arrow.this{transform: rotate(0);}


.us-fac .detail{position: relative;}
.us-fac .item{display: flex;align-items: center;justify-content: space-between;}
.us-fac .item .imgbox{width:45%;height:365px;border-radius:20px;}
.us-fac .item .info{width: 50%;}
.us-fac .item .txt{line-height: 2;}

.us-fac .thumbs{margin-top:40px;}
.us-fac .grp{}
.us-fac .grp .imgbox{height:150px;border-radius:10px;}
.us-fac .grp .font{text-align: center;margin-top: 8px;}

.us-fac .swiper-button{top:auto;bottom:90px;}
.us-fac .swiper-slide-thumb-active .grp .font{color:#034da8;}


.us-fac.this .swiper-button{bottom:155px;}

.us-offic .detail{position: relative;}
.us-offic .item .imgbox{height:190px;border-radius:10px;}
.us-offic .item .font{text-align: center;margin-top: 8px;}
.us-offic .swiper-button{margin-top:-30px;}


.us-hist{padding:30px 0 110px;}
.us-hist .pub-tt{margin-bottom:0;}
.us-hist .detail{margin-left:170px;margin-top:50px;position: relative;}

.us-hist .item{display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;height:570px;}
.us-hist .item .imgbox{height:340px;width:100%;border-left:4px solid #034da8;}
.us-hist .item .info{height:220px;position: relative;padding:0 20px 0 28px;}
.us-hist .item .year{font-size:24px;font-weight: bold;position: relative;line-height:1;}
.us-hist .item .year:before{content:'';width:20px;height:20px;background:#034da8;border-radius:50%;left:-36px;top:0;position: absolute;}
.us-hist .item .txt{line-height:24px;margin-top:20px;}

.us-hist .item .info:before{content:'';width:4px;background:#034da8;position: absolute;left:0;top:30px;bottom:0;}

.us-hist .swiper-slide:nth-child(even) .item .imgbox{height:275px;}

.us-hist .swiper-container{padding-left:10px;position: static;}
.us-hist .swiper-slide{width:210px;transition: all 0.3s;}
.us-hist .detail{position: relative;}
.us-hist .detail:before{content:'';position: absolute;left:0;height:340px;bottom:0;background:#fff;width:10px;z-index:50;}

.us-hist .arrs{position: absolute;left:-65px;bottom:160px;}
.us-hist .swiper-button{margin:30px 0;position: static;}



.us-cert{margin-bottom:65px;}
.us-cert .item{box-shadow:0 0 5px rgba(0,0,0,.28);}
.us-cert .swiper-container{padding:35px 5px;}
.us-cert .swiper-pagination{margin-top:40px;}

.us-partner{padding:0 0 50px;}
.us-partner .mod{width: 100%;height:80px;overflow: hidden;margin-bottom:40px;}
.us-partner .mod ul{white-space: nowrap;min-width:100%;}
.us-partner .item{margin:0 45px;height:80px;}
.us-partner .item{width: 10%;margin: 0;height: auto;}
.us-partner .item .pic{width:auto;height:100%;display: block;}
.us-partner .mod:last-child{margin-bottom:0;}


/* index */
.idx-ban{position: relative;}
.idx-ban .mask{position: absolute;width:100%;left:0;bottom:-2px;z-index:50;}
.idx-ban .item{height: 760px;position: relative;overflow: hidden;}
.idx-ban .box{position: absolute;width:100%;left:0;top:35%;transform: translate(0,-55%);text-align: center;}
.idx-ban .title{font-size:68px;color:#fff;line-height:1.2;font-weight: bold;}
.idx-ban .more{margin-top:25px;}

.idx-ban .swiper-pagination{position: absolute;margin:0;bottom:200px;}
.idx-ban .swiper-pagination-bullet-active{background:#fff;}
/* .idx-ban .swiper-pagination-bullet{width:12px;height:12px;}
.idx-ban .swiper-pagination-bullet-active{width:48px;border-radius:10px;} */


.idx-ban .item .img{transition: 3s linear;transform: scale(1.1);}
.idx-ban .swiper-slide-active .item img{transform: scale(1);}

.idx-top{position: relative;z-index:60;margin-top:-175px;}
.idx-top .list{display: flex;justify-content: center;padding:0 5%;}
.idx-top .list .item{width:23%;border-radius:4px;background:#00469c;margin:0 1%;height:280px;padding:40px 2.5%;color:#fff;text-align: center;}
.idx-top .list .icon{height:60px;width:auto;margin:0 auto;}
.idx-top .list .title{font-size:17px;margin-top:9px;font-weight: bold;}
.idx-top .list .txt{font-size:14px;margin-top:8px;}


.idx-us{padding:80px 0 0;display: flex;justify-content: space-between;align-items: center;}
.idx-us .imgbox{width:40%;height:520px;border-radius:34px 34px 0 34px;}
.idx-us .info{width:54%;}
.idx-us .txt{line-height:1.8;}
.idx-us .more{margin-top:55px;background:#3bb1e4;color:#fff;border-color:#3bb1e4;}
.idx-us .more:hover{background:#00469c;}
.idx-us .list{display: flex;justify-content: space-between;text-align: center;margin-top:35px;}
.idx-us .list .num{font-size:36px;font-weight: bold;line-height:1.2;}

.idx-cp{padding:120px 0 110px;}
.idx-cp .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.idx-cp .lbox{width:44%;margin-top:-90px;}
.idx-cp .rbox{width:48%;}
.idx-cp .smtit{font-size:20px;font-weight: bold;line-height:1.9;}
.idx-cp .desc{font-size:18px;line-height:1.9;margin-top:15px;}

.idx-cp .menu-w{display:flex;justify-content: flex-end;}
.idx-cp .menu{display: flex;justify-content: space-between;border-bottom:1px solid #e5e5e5;margin-bottom:60px;width:48%;}
.idx-cp .menu .lk{line-height:22px;padding:10px 5px;position: relative;text-align: center;}
.idx-cp .menu .lk::after{content:'';position: absolute;left:0;bottom:0;transition: all 0.3s;width:0;height:1px;background:#034da8;}
.idx-cp .menu .lk.cur,.idx-cp .menu .lk:hover{color:#034da8;}
.idx-cp .menu .lk.cur::after,.idx-cp .menu .lk:hover::after{width:100%;left:0;}





.idx-cp .picbox{height:280px;}
.idx-cp .picbox .pic{width:100%;height:100%;object-fit: contain;}
.idx-cp .readmore{margin-top:20px;}








.idx-cp .list{margin-top:50px;}
.idx-cp .list .item{/* padding:45px 30px; */ padding:45px 15px; text-align: center;}
.idx-cp .list .imgbox{height:270px;}
.idx-cp .list .img{width:100%;height:100%;object-fit: contain;}
.idx-cp .list .title{font-weight: bold;margin-top:25px;}
.idx-cp .list .txt{font-size: 14px;-webkit-line-clamp: 3;margin-top:20px;}
.idx-cp .list .more{margin-top:45px;}
/* .idx-cp .list .item:hover{box-shadow:0 2px 9px rgba(0,0,0,.17);} */
.idx-cp .list .item:hover .title{color:#034da8;}
.idx-cp .list .item:hover .more{color:#fff;background:#034da8;}


.idx-area{margin-bottom:100px;}
.idx-area ul.list{display: flex;}
.idx-area ul.list .item{width:16.666%;flex:1 1 16.666%;transition: all 0.3s;}

.idx-area .list .item{overflow: hidden;height:750px;position: relative;border:1px solid #fff;cursor: pointer;}
.idx-area .list .imgbox{height:100%;}
.idx-area .list .box1{position: absolute;width: 100%;height: 100%;left:0;bottom:0;background:rgba(121,121,121,.36);display: flex;align-items: center;justify-content: center;}
.idx-area .list .box1 .icon{width:100px;}

.idx-area .list .box2{position: absolute;width: 100%;left:0;bottom:0;color:#fff;padding:0 5% 5%;bottom:-100%;display: flex;flex-direction: row-reverse;align-items: flex-start;transition: all 0.5s;overflow: hidden;opacity: 0;}
.idx-area .list .ico{width:75px;margin-left:8%;margin-top:20px;}
.idx-area .list .info{flex:1;overflow: hidden;}
.idx-area .list .title{font-size:36px;font-weight: bold;}
.idx-area .list .txt{line-height: 1.4;margin-top:8px;}
.idx-area .list .more{font-size:14px;width:128px;line-height:40px;border:1px solid #fff;border-radius:28px;display: block;text-align: center;margin-top:15px;}
.idx-area .list .more:hover{background:#034da8;border-color:#034da8;}
.idx-area ul.list .item.on{flex:1 1 45%;}
.idx-area ul.list .item.on .box1{bottom:-100%;}
.idx-area ul.list .item.on .box2{bottom:0;opacity: 1;}

.idx-area .detail{}
.idx-area .swiper-slide{width: 220px;}
.idx-area .swiper-slide-active{ width:840px;}
.idx-area .swiper-slide-active .box1{bottom:-100%;}
.idx-area .swiper-slide-active .box2{bottom:0;opacity: 1;}

.idx-area .pub-swiper .swiper-button{width:50px;height:50px;}
.idx-area .pub-swiper .swiper-button-prev{left:50px;}
.idx-area .pub-swiper .swiper-button-next{right:50px;}




.idx-sec{background:url(../images/idx_22.jpg) no-repeat center bottom;background-size:cover;}
.idx-case{margin-bottom:120px;}
.idx-case .pub-tt{margin:0;}
.idx-case .detail{display: flex;align-items: flex-start;justify-content: space-between;margin-top:65px;}
.idx-case .slide{width:44%;margin-top: 4%;}


.idx-case .imgbox{width:100%;height:660px;border-radius:14px;}
.idx-case .info{width:50%;padding-top:20px;}
.idx-case .title{font-size:27px;font-weight: bold;line-height:1.2;margin-bottom:22px;}
.idx-case .smtit{font-size:16px;}
.idx-case .txt{line-height:1.6;font-size:14px;}

.idx-case .txt ul,.idx-case .txt li{list-style: disc;}
.idx-case .txt ul{padding-left:15px;}

.idx-case .arrs{display: flex;justify-content: flex-end;margin-top:20px;}
.idx-case .swiper-button{width:80px;height:40px;border:1px solid #043c83;border-radius:8px;background:#fbfbfb;margin-left:15px;color:#043c83;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size:15px;}
.idx-case .swiper-button i{font-size:14px;margin-top:2px;}
.idx-case .swiper-button:hover{background:#3bb1e4;border-color:#3bb1e4;color:#fff;}




.idx-xw{padding:0 0 60px;}
.idx-xw .detail{width:calc(100% + 30px);margin-left:-15px;}
.idx-xw .mod{display: flex;justify-content: space-between;}
.idx-xw .mod .title{font-size:23px;font-weight: bold;-webkit-line-clamp: 2;line-height:1.5;}
.idx-xw .mod .txt{-webkit-line-clamp: 2;}
.idx-xw .mod .date{font-size:23px;}


.idx-xw .hot{width: 45%;padding:20px 15px;background:#fff;box-shadow:0 0 13px rgba(0,0,0,.11);border-radius:10px;}
.idx-xw .hot .imgbox{height:360px;border-radius:8px;}
.idx-xw .hot .title{margin-top:20px;}
.idx-xw .hot .txt{margin-top:5px;}
.idx-xw .hot .bot{margin-top:15px;display: flex;align-items: center;justify-content: space-between;}
.idx-xw .hot:hover .title{color:#034da8;}

.idx-xw .list{width:53.5%;}
.idx-xw .list .item{padding:18px 15px;display: flex;align-items: center;background:#fff;box-shadow:0 0 13px rgba(0,0,0,.11);border-radius:10px;margin-bottom:20px;}
.idx-xw .list .item:last-child{margin-bottom:0;}
.idx-xw .list .imgbox{width:275px;height:255px;margin-right:15px;border-radius:8px;}
.idx-xw .list .title{margin-top:5px;}
.idx-xw .list .txt{margin-top:10px;}
.idx-xw .list .more{margin-top:25px;}
.idx-xw .list .item:hover .title{color:#034da8;}
.idx-xw .swiper-pagination{position: static;margin-top:38px;}
.idx-xw .swiper-container{padding:15px 15px;}



.idx-lx{padding:80px 0 140px;background:url(../images/idx_23.jpg) no-repeat center;background-size:cover;}
.idx-lx .pub-tt{margin:0;}
.idx-lx .pub-tt .bt{margin:0;color:#fff;}
.idx-lx .detail{display: flex;justify-content: space-between;align-items: center;}
.idx-lx .info{padding-left:30px;width:47%;}
.idx-lx .txt{font-size:20px;color:#fff;line-height:1.8;margin-top:23px;}

.idx-lx .form{width:45%;}
.idx-lx .form .row{display: flex;flex-wrap:wrap;justify-content: space-between;margin-bottom:35px;}
.idx-lx .form .row .item{width:48%;}
.idx-lx .form .ipt{width:100%;font-size:14px;}
.idx-lx .form .ipt-txt{height:38px;line-height:38px;padding:0 12px;}
.idx-lx .form .box{padding:10px 12px;background:#fff;}
.idx-lx .form .con{height:70px;line-height:1.5;resize:none;}
.idx-lx .form .submit{font-size:14px;color:#fff;width:66px;height:28px;line-height:28px;border-radius:13px;border:0;cursor: pointer;background:#094085;margin-top:10px;}
.idx-lx .form .submit:hover{background:#3bb1e4;}


.pop-quote{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index:110;background-color: rgba(0,0,0,.6);display: none;}
.pop-quote .wrap{padding: 0;background-color: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width:94%;max-width: 1000px;border-radius:14px;padding-top:40px;}
.pop-quote .close{width: 30px;height: 30px;cursor: pointer;position: absolute;right: 15px;top: 15px;display: flex;align-items: center;justify-content: center;font-size:26px;}
.pop-quote .close::after{content:'\eca0';font-family: 'iconfont';}
.pop-quote .close:hover{color:#094085;}

.pop-quote .detail{padding:30px 40px;width: 100%;min-height:500px;}
.pop-quote .list li{font-size:18px;padding:20px 0;border-bottom:1px solid #e5e5e5;display: flex;align-items: center;}
.pop-quote .list .lk{display: inline-block;vertical-align: middle;margin-left:45px;color:#094085;font-weight: bold;}
.pop-quote .list .lk:hover{color:#3bb1e4;}










.pc-show{display: block!important;}
.sj-show{display: none!important;}

.kf-fixed .box {
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: -10px;
    border-radius: 5px;
    height: 43px;
    padding: 0 20px;
    background-color: #034DA8;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
 .kf-fixed .item:hover .box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 65px;
}


@media screen and (min-width:1261px) and (max-width:1800px){
	.cp-top .cp-menu{right:0;}

}
@media screen and (min-width:1401px) and (max-width:1540px){
	.head .wrap{padding:0 2%;}
	.hd-nav li{margin-left:44px;}

	.cp-top .cp-menu.fixed{position: absolute;top:0;right:0;}

}

@media screen and (min-width:1261px) and (max-width:1400px){
	.head .wrap{padding:0 1.5%;}
	.hd-logo .img{height:60px;}
	.hd-nav{padding-left:0;}
	.hd-nav li{margin-left:36px;}

	.foot{font-size:14px;padding:55px 0 40px;}


	/* application */
	.pub-tt .en{font-size:66px;}
	.pub-tt .bt{font-size:32px;}
	.pub-tt .smwz{line-height:1.6;}

	.app-list .imgbox{height:280px;}
	.app-list .title{font-size:22px;}

	/* applicationdetail */
	.app-intro .imgbox{height:550px;}
	.app-intro .info{width:52%;}
	.app-intro .smtit{font-size:22px;margin-bottom:7px;}
	.app-intro .txt{font-size:16px;}

	.pub-swiper .swiper-button-prev{left:-55px;}
	.pub-swiper .swiper-button-next{right:-55px;}

	/* support */
	.support-video .imgbox{height:360px;}
	.support-video .playicon{width:60px;height:60px;}
	.support-video .swiper-button{width:40px;height:40px;font-size:15px;}

	/* product */
	.cp-menu .bt{font-size:28px;height:70px;}

	.cp-r .top-box,.cp-r .bot-box{padding-left:0;}

	.cp-list .imgbox{height:250px;}


	/* productdetail */
	.cp-top .cp-menu{display: none;}
	.cp-top .info{width:56%;}

	.us-partner .mod{height:70px;}
	.us-partner .item{margin:0 30px;}



	/* index */
	.idx-ban .item{height:600px;}
	.idx-ban .title{font-size:52px;}
	.idx-ban .swiper-pagination{bottom:120px;}


	.idx-top{margin-top:-90px;}
	.idx-top .list{padding:0;}

	.idx-us .list .num{font-size:32px;}
	.idx-us .list .fz{font-size:14px;}

	.idx-cp .smtit{font-size:18px;line-height: 1.7;}
	.idx-cp .desc{font-size:16px;line-height:1.7;}
	.idx-cp .menu{margin-bottom:30px;}
	.idx-cp .picbox{height:220px;}

	.idx-cp .list .item{padding:20px 20px;}
	.idx-cp .list .imgbox{height:150px;}

	.idx-area .list .item{height:540px;}
	.idx-area .list .box1 .icon{width:70px;}
	.idx-area .list .ico{width:55px;margin-left:5%;}
	.idx-area .list .title{font-size:28px;}


	.idx-xw .mod .date{font-size:18px;}
	.idx-xw .mod .title{font-size:20px;}

	.idx-xw .list .imgbox{width:240px;}





}



@media (max-width:1260px){

	.sj-menu{position:absolute;right: 2%;top: 50%;width: 40px;height: 40px;margin-top: -20px;display: flex;align-items: center;justify-content: center;font-size: 30px;color:#fff;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';}
	.sj-menu.close::after{content:'\eca0';}



	/* 公共部分 */
	.head{height:90px;}
	.head.bg{background:#3bb1e4;}
	.head .r{margin-right:15px;}

	.hd-sear .icon{width: 28px;height: 28px;background-size: 24px;}

	.hd-lang {margin-right: 0;}
	.hd-lang .font{font-size: 16px;}
	.hd-lang .font .ico{width: 30px;}
	.hd-lang .font::before{width: 24px;height: 24px;margin-right: 5px;}


	.hd-nav{position: fixed;width: 100%;left: 0;top: 90px;bottom: 0;overflow-y: scroll;background-color: #fff;overflow-x: hidden;margin:0;border-top:1px solid #efefef;display: none;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative!important;text-align: left;}
	.hd-nav li>a{line-height: 70px;padding:0 4%;color:#000;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li:hover>a, .hd-nav li.cur>a{color:#034da8;}

	.hd-nav li:hover .drop{opacity: 0;visibility: hidden;transform: scaleY(0);}
	.hd-nav .drop{width: 100%;padding: 0 0 0 5%;margin: 0;transition: all 0s;}
	.hd-nav .drop .dropbox{background:#fff;}
	.hd-nav .drop.show{opacity: 1!important;visibility: visible!important;transform: translate(0)  scaleY(1)!important;position: static!important;}

	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 70px;height: 70px;display: flex;align-items: center;justify-content: center;font-size: 24px;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';}
	.hd-nav .arrow.this{transform: rotate(180deg);}

	.hd-nav .drop .lk{line-height: 60px;padding:0 0 0 10px;text-align: left;font-size:16px;}
	.hd-nav .drop .lk:hover{background:#fff;}

	.hd-nav .moredrop .lks{padding:0;}


	.foot{padding:50px 0 40px;}
	.foot:before{height:75px;}
	.foot .wrap{display: block;}
	.foot .lbox{width: 40%;max-width: 500px;}
	.foot .rbox{padding:50px 0 0;display: block;}
	.foot .smlogo{height:80px;width:auto;}
	.foot .col{width:100%!important;margin-bottom:30px;}
	.foot .lks{display: flex;flex-wrap:wrap;margin:-8px 0 0 -4%;}
	.foot .lks li{min-width:16%;margin:8px 0 0 4%;}

	/* application */
	.inner-ban{height:320px;}

	.pub-tt .en{font-size:60px;}
	.pub-tt .bt{font-size:32px;margin-top:-47px;}
	.pub-tt .smwz{line-height:1.5;}

	.app-list{margin:-4% 0 0;justify-content: space-between;}
	.app-list .item{width:48%;margin:4% 0 0;}


	/* applicationdetail */
	.app-intro{align-items: flex-start;}
	.app-intro .imgbox{height:500px;}

	.app-intro .smtit{font-size:20px;}
	.app-intro .txt{font-size:16px;}

	.app-market{padding:100px 0;}
	ul.rela-list{margin:-4% 0 0;justify-content: space-between;}
	ul.rela-list .item{width:48%;margin:4% 0 0;}

	/* newsdetail */
	.pub-swiper{margin:0 35px;}
	.pub-swiper .swiper-button-prev{left:-55px;}
	.pub-swiper .swiper-button-next{right:-55px;}

	/* support */
	.support-video .imgbox{height:300px;}
	.support-video .playicon{width:60px;height:60px;}
	.support-video .swiper-button{width:40px;height:40px;font-size:14px;}

	/* product */
	.cp-r .top-box,.cp-r .bot-box{padding-left:0;}

	.cp-menu .bt{font-size:28px;height:70px;}


	.cp-list{justify-content: space-between;margin:-4% 0 0;}
	.cp-list .item{width:48%;margin:4% 0 0;}


	/* productdetail */
	.cp-top .cp-menu{display: none;}

	.cp-top .slide{width:45%;}
	.cp-top .slide2 .item{height:440px;}
	.cp-top .info{width:55%;padding-top:0;}
	.cp-top .title{font-size:28px;}
	.cp-top .swiper-button{bottom:17px;font-size: 30px;}
	.cp-top .slide1 .swiper-container{padding-left:2px;padding-right:2px;}

	.cp-det .autowrap{width:90%;}

	.cp-rela .detail{margin:0 35px;}


	/* about */
	.us-menu{padding:0;}
	.us-menu .lk{margin:0;line-height:22px;padding:15px 3px;flex:1;display: flex;align-items: center;justify-content: center;}


	.us-mod{box-shadow:none;}

	.us-fac .item{align-items: flex-start;}
	.us-fac .item .txt{line-height:1.8;}

	.us-offic .item .imgbox{height:150px;}


	/* index */
	.idx-ban .item{height:560px;}
	.idx-ban .box{transform: translate(0,-50%);}
	.idx-ban .title{font-size:42px;}
	.idx-ban .mask{display: none;}
	.idx-ban .swiper-pagination{bottom:40px;}
	.idx-ban .pub-swiper{margin:0;}


	.idx-top{margin-top:50px;}
	.idx-top .list{padding:0;justify-content: space-between;}
	.idx-top .list .item{margin:0;}

	.idx-us{flex-direction: column-reverse;}
	.idx-us .imgbox{width:100%;margin-top:50px;}
	.idx-us .info{width:100%;}

	.idx-cp .smtit{font-size:18px;line-height: 1.7;}
	.idx-cp .desc{font-size:16px;line-height:1.7;}

	.idx-cp .menu{margin-bottom:40px;}
	.idx-cp .picbox{height:200px;}


	.idx-area .list .item{height:500px;}
	.idx-area .list .box1 .icon{width:56px;}
	.idx-area .list .ico{width:45px;margin-left:5%;}
	.idx-area .list .title{font-size:25px;}


	.idx-area .swiper-slide{width:auto;}
	.idx-area .swiper-slide-active{/* width:620px; */}

	.idx-area .pub-swiper{margin:0;}
	.idx-area .pub-swiper .swiper-button{width:42px;height:42px;}
	.idx-area .pub-swiper .swiper-button-prev{left:30px;}
	.idx-area .pub-swiper .swiper-button-next{right:30px;}





	.idx-xw .detail{width:100%;margin:0;}
	.idx-xw .mod{display: block;}
	.idx-xw .mod .title{font-size:20px;}
	.idx-xw .mod .date{font-size:20px;}

	.idx-xw .hot{width:100%;display: flex;margin-bottom:20px;align-items: center;}
	.idx-xw .hot .imgbox{width:275px;height:255px;margin-right:25px;}
	.idx-xw .hot .info{flex:1;overflow: hidden;}
	.idx-xw .list{width:100%;}
	.idx-xw .list .imgbox{margin-right:25px;}






}

@media (max-width:991px){
	.sj-menu{font-size:26px;}

	.head,.head.scroll{height:80px;}
	.hd-logo .img,.head.scroll .hd-logo .img{height:60px;}

	.hd-sear .icon{font-size:18px;}

	.hd-lang .font{font-size:15px;}
	.hd-lang .font i{font-size:18px;}
	.hd-nav{top:80px;}


	.foot{font-size:15px;}
	.foot:before{height:60px;}
	.foot .smlogo{height:70px;}
	.foot .tit{font-size:18px;}
	.foot .lks{margin:-8px 0 0 -4%;}
	.foot .lks li{min-width:21%;margin:8px 0 0 4%;}

	/* application */
	.inner-ban{height:300px;}

	.pub-tt .en{font-size:54px;}
	.pub-tt .bt{font-size:28px;margin-top:-43px;}

	.app-list .imgbox{height:240px;}
	.app-list .info{padding:20px 25px;}
	.app-list .title{font-size:20px;}
	.app-list .txt{line-height:22px;height:88px;}
	.app-list .more{font-size:15px;}

	.layui-laypage a, .layui-laypage span{font-size:16px;margin: 0 4px;}



	/* applicationdetail */
	.app-intro{display: block;margin-top:50px;padding-top:100px;position: relative;}
	.app-intro .pub-tt{position: absolute;width:100%;left:0;top:0;}
	.app-intro .slide{width: 100%;}
	.app-intro .imgbox{height:440px;}
	.app-intro .info{width:100%;margin-top:50px;}
	.app-intro .smtit{font-size:20px;}
	.app-intro .txt{font-size:16px;}


	/* news */
	.xw-hot .item .imgbox{height: 320px;}
	.xw-hot .item .tag{width:50px;height:50px;}
	.xw-hot .item .title{font-size:24px;}

	.xw-list .imgbox{height:160px;width: 200px;}
	.xw-list .info{display: block;}
	.xw-list .arrow{display: none;}
	.xw-list .date{margin:0 0 10px;display: block;}
	.xw-list .txt{-webkit-line-clamp: 2;}


	/* newsdetail */
	.rela-list .title{margin-top:15px;font-size:16px;line-height:1.5;}

	.pagenav{margin-top:50px;}


	/* support */
	.support-menu{top:80px;}


	.support-video{padding: 55px 0 0;margin-top:50px;}
	.support-video .detail{margin-top:40px;}
	.support-video .imgbox{height:260px;}
	.support-video .playicon{width:46px;height:46px;}


	/* contact */
	.lx-tit{font-size:26px;}

	.lx-sec .detail{display: block;}
	.lx-sec .lbox,.lx-sec .rbox{width:100%;}
	.lx-sec .rbox{margin-top:60px;}

	.lx-map .map{height:300px;}


	/* product */
	.cp-main .wrap{display: block;}
	.cp-l{margin:0 0 35px;width: 100%;}
	.cp-r{width: 100%;}

	.cp-menu .drop{padding:0;}
	.cp-menu .bt{display: flex;justify-content: space-between;font-size:20px;height:60px;}
	.cp-menu .bt::after{content:'\e772';font-family: 'iconfont';}
	.cp-menu .close{width:40px;height:40px;position: absolute;left:400px;top:15px;color:#fff;font-size:24px;}
	.cp-menu .close::after{content:'\eca0';font-family: 'iconfont';}
	.cp-menu .drop{position: fixed;width:100%;left:0;top:0;bottom:0;background:rgba(0,0,0,.6);z-index:101;transform: translate(-100%,0);transition: all 0.2s;}
	.cp-menu .drop.show{transform: translate(0,0);}
	.cp-menu .list{width:360px;height:100%;background:#f8f8f8;overflow-y: scroll;padding:20px;}



	/* productdetail */
	.cp-top{padding:0 0 60px;}
	.cp-top .slide2 .item{height:360px;}
	.cp-top .swiper-button{bottom:15px;font-size: 22px;}
	.cp-top .info{padding:0 0 0 8%;}
	.cp-top .title{font-size:24px;}
	.cp-top .desc{font-size:16px;margin-top:15px;}
	.cp-top .txt{margin-top:10px;}
	.cp-top .btngrp{margin-top:30px;justify-content: space-between;}
	.cp-top .btngrp .button{width:48%;margin:0;padding:0;min-width:auto;font-size:15px;}

	.cp-tabs{justify-content: space-around;}
	.cp-tabs .lk{margin:0;}

	.cp-det .autowrap{width:90%;}

	.cp-rela .detail{padding:0;}

	.cp-news .list li{width:100%;}




	/* about */
	.us-bg{background:#fff!important;}

	.us-menu{top:80px;}
	.us-menu .lk{font-size:14px;height:60px;line-height:1.4;display: flex;align-items: center;justify-content: center;font-weight: normal;}

	.us-who{margin-bottom:70px;}
	.us-who .txt{line-height:1.8;}

	.us-mod{box-shadow:none;padding: 0;}

	.us-fac .item .txt{line-height:1.6;font-size:15px;}

	.us-offic .item .imgbox{height:150px;}

	.us-cert .detail{margin:0;}

	.us-partner .mod{height:55px;}
	.us-partner .item{margin:0 20px;height:55px;}


	.us-hist{padding:0 0 70px;}
	.us-hist .detail{margin-left:100px;}

	.us-hist .item{height:470px;}
	.us-hist .item .year{font-size:20px;}
	.us-hist .item .year:before{width:14px;height:14px;left:-32px;}
	.us-hist .item .imgbox{height:280px;}
	.us-hist .swiper-slide:nth-child(even) .item .imgbox{height:210px;}
	.us-hist .swiper-slide{width:190px;}

	/* index */
	.idx-ban .item{height:440px;}
	.idx-ban .box{transform: translate(0,-40%);}
	.idx-ban .title{font-size:32px;}
	.idx-ban .swiper-pagination{bottom:30px;}

	.idx-top{margin-top:20px;}
	.idx-top .list{padding:0;justify-content: space-between;flex-wrap:wrap;}
	.idx-top .list .item{margin:0;width:48.5%;margin-top:3%;height:auto;}

	.idx-cp{padding:80px 0 50px;}
	.idx-cp .detail{display: block;}
	.idx-cp .lbox{width:100%;margin:0;}
	.idx-cp .rbox{width:100%;}


	.idx-cp .menu{width:100%;}





	.idx-area ul.list{flex-wrap:wrap;}
	.idx-area ul.list .item{width:50%;flex:initial;}
	.idx-area ul.list .item.on{flex:initial;}

	.idx-area .list .item{height:420px;}
	.idx-area ul.list .box1{display: none;}
	.idx-area ul.list .box2{bottom:0;opacity: 1;}
	.idx-area .list .box2{padding:0 10% 30px;flex-direction: column;background:rgba(0,0,0,.2);top:0;justify-content: end;align-items: flex-start;}
	.idx-area .list .ico{width:55px;margin:0 0 15px;}
	.idx-area .list .info{flex:initial;}

	/* .idx-area .swiper-slide{width: auto;}
	.idx-area .swiper-slide-active{ width:auto;} */



	.idx-case{margin-bottom:80px;}
	.idx-case .detail{display: block;position: relative;}
	.idx-case .slide{width:100%;margin-bottom:15px;}
	.idx-case .info{width:100%;}
	.idx-case .imgbox{height:540px;}
	.idx-case .title{font-size:24px;}
	.idx-case .arrs{margin-top:20px;}




	.idx-xw .mod .title{font-size:19px;}
	.idx-xw .mod .date{font-size:17px;}

	.idx-xw .hot{padding:15px;}
	.idx-xw .hot .imgbox{width:220px;height:220px;margin-right:25px;}
	.idx-xw .hot .info{flex:1;overflow: hidden;}
	.idx-xw .list{width:100%;}
	.idx-xw .list .item{padding:15px;}
	.idx-xw .list .imgbox{width:220px;height:220px;margin-right:25px;}

	.idx-lx{padding:60px 0 80px;}
	.idx-lx .detail{display: block;}
	.idx-lx .info,.idx-lx .form{width:100%;}
	.idx-lx .info{padding:0 0 40px;}
	.idx-lx .txt{font-size:18px;line-height:1.6;margin-top: 15px;}

	.kf-fixed .item{width:48px;height:48px;}





	/* 弹窗 */
	.pop-quote .detail{padding:20px 40px 30px;}





}

@media (max-width:767px) {
	body{font-size:15px;line-height:1.4;}

	.pc-show{display: none!important;}
	.sj-show{display: block!important;}

	.sj-menu.close{font-size:24px;}

	.head,.head.scroll{height:60px;}
	.hd-logo .img,.head.scroll .hd-logo .img{height:35px;}

	.hd-sear .icon{font-size:16px;}

	.hd-lang{margin-left:15px;}
	.hd-lang .font{font-size:14px;}
	.hd-lang .font i{font-size:17px;}
	.hd-lang .font::after{margin-left:4px;}
	.hd-lang .lk{font-size:14px;}



	.hd-nav{top:60px;}
	.hd-nav li>a{padding:0 3%;line-height: 60px;font-size:15px;}
	.hd-nav .arrow{width:60px;height:60px;font-size:20px;}
	.hd-nav .drop .lk{line-height: 45px;font-size:15px;}


	.hd-nav .moredrop .lks{display: block;}
	.hd-nav .moredrop .lks .lk{width:100%;margin:0;}



	.foot{font-size:14px;padding:35px 0 20px;}
	.foot:before{height:45px;}
	.foot .lbox{width:100%;max-width:100%;}
	.foot .smlogo{height:60px;}
	.foot .social{justify-content: flex-start;}
	.foot .social a{font-size:20px;margin:0 20px 0 0;}
	.foot .wxbox .grp{width:90px;}

	.foot .tit{font-size:17px;margin-bottom:13px;}
	.foot .lks{margin:-8px 0 0 -4%;}
	.foot .lks li{min-width:46%;margin:8px 0 0 4%;}

	/* application */
	.inner-ban{height:220px;}

	.crumb{font-size:14px;font-weight: normal;}

	.pub-tt{width:100%;margin-bottom:30px;}
	.pub-tt .en{font-size:44px;}
	.pub-tt .bt{font-size:24px;margin-top:-34px;}
	.pub-tt .smwz{font-size:15px;margin-top:15px;}

	.main{padding:30px 0 50px;}

	.app-list{display: block;}
	.app-list .item{width:100%;margin-top:6%;}
	.app-list .imgbox{height:220px;}
	.app-list .info{padding:20px 20px 20px;}
	.app-list .title{font-size:19px;}
	.app-list .txt{line-height:22px;height:auto;}
	.app-list .more{font-size:14px;}
	.app-list .more::after{font-size:12px;}

	.pagelist{margin-top:40px;}
	.layui-laypage a, .layui-laypage span{font-size:14px;margin: 0 4px;min-width: 28px;}



	/* applicationdetail */
	.app-intro{margin-top:40px;padding-top:50px;}
	.app-intro .imgbox{height:310px;}
	.app-intro .info{margin-top:15px;}
	.app-intro .smtit{font-size:18px;}
	.app-intro .txt{font-size:15px;}

	.app-intro .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important;}

	.app-market{padding:60px 0;}
	ul.rela-list{display: block;margin: 0;}
	ul.rela-list .item{width:100%;margin-top:30px;}

	.rela-list .imgbox{border-radius:10px;height:220px;}
	.rela-list .title{font-size:17px;margin-top:8px;}


	/* news */
	.xw-hot .item{display: block;}
	.xw-hot .item .imgbox{width:100%;height: 220px;}
	.xw-hot .item .info{width:100%;padding:20px 25px;}
	.xw-hot .item .title{font-size:20px;}
	.xw-hot .item .date{margin-top:10px;}
	.xw-hot .swiper-pagination{margin-top:20px;}

	.xw-menu{margin-bottom:25px;}
	.xw-menu .box{width:100%;}
	.xw-menu .lk{width:50%;padding:0;font-size:17px;text-align: center;line-height:46px;}

	.xw-list .item{padding:20px 0;display: block;}
	.xw-list .imgbox{height:160px;width: 100%;margin:0 0 20px;}
	.xw-list .txt{-webkit-line-clamp: 3;}


	.pub-swiper{margin:0;padding:0 15px;}
	.pub-swiper .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important;}
	.pub-swiper .swiper-pagination-bullet-active{width:22px;}
	.pub-swiper .swiper-button{font-size:12px;width:30px;height:30px;}
	.pub-swiper .swiper-button-prev{left:-5px;}
	.pub-swiper .swiper-button-next{right:-5px;}



	/* newsdetail */
	.xw-det .topbox .title{font-size:22px;}
	.xw-det .topbox .text{font-size:14px;}
	.xw-det .topbox .text span{margin:0 10px;}
	.xw-det .topbox .social{font-size:16px;}
	.xw-det .topbox .social .icon{margin:0 5px;min-width:10px;}
	.xw-det .topbox .text .a2a_kit span{margin: 0;}

	.xw-rela{padding:50px 0 20px;}
	.xw-rela .t-tit{font-size:22px;margin-bottom:20px;}
	.rela-list .title{margin-top:15px;font-size:16px;line-height:1.5;}

	.pagenav{margin-top:40px;justify-content: center;}
	.pagenav .ann{min-width:80px;height:38px;line-height:38px;font-size:14px;padding:0 15px;font-weight: normal;}
	.pagenav .backbtn{margin:0 15px;}


	/* support */
	.support-main{padding:30px 0 30px;}

	.support-menu{margin-bottom:25px;top:59px;padding:0;}
	.support-menu .lk{min-width:auto;margin:0;flex:1;overflow: hidden;}

	.support-faq .downlist .docicon{font-size:30px;}

	.support-video{padding: 35px 0 40px;}
	.support-video .detail{margin-top:30px;}
	.support-video .imgbox{height:210px;}
	.support-video .playicon{width:42px;height:42px;}


	/* contact */
	.lx-tit{font-size:24px;}
	.lx-sec{margin-bottom:50px;}
	.lx-sec .list .icon{margin-right:8px;}
	.lx-sec .list li{font-size:14px;}
	.lx-sec .list .row{padding-left:0;}
	.lx-sec .list .row .ico{width:16px;}
	.lx-sec .rbox{margin-top:40px;}
	.lx-sec .form .con{height:120px;}
	.lx-sec .form .submit{font-size:16px;width:120px;height:38px;margin-top:10px;}

	.lx-map{display: block;margin-bottom:0;}
	.lx-map .col{width:100%;margin-bottom:40px;}
	.lx-map .col:last-child{margin-bottom:0;}
	.lx-map .map{height:250px;margin-top:15px;}


	/* product */
	.cp-r .top-box{padding:0 0 15px;}

	.cp-menu{border-radius:18px 0 0 0;}
	.cp-menu .bt{font-size:18px;height:48px;}
	.cp-menu .close{left:88%;}
	.cp-menu .list{width:80%;}
	.cp-menu .drop .lk{padding:18px 0;}


	/* productdetail */
	.cp-top{padding:0 0 50px;display: block;}
	.cp-top .slide{width:100%;margin-bottom:25px;}
	.cp-top .slide2 .item{height:300px;}
	.cp-top .slide1{padding:0 15px;}
	.cp-top .swiper-button{bottom:13px;font-size: 22px;}
	.cp-top .swiper-button-prev{left:-15px;}
	.cp-top .swiper-button-next{right:-15px;}


	.cp-top .info{padding:0;width:100%;}
	.cp-top .title{font-size:22px;}
	.cp-top .desc{font-size:15px;}
	.cp-top .btngrp{margin-top:30px;justify-content: space-between;}
	.cp-top .btngrp .button{width:47%;margin:0;padding:0;min-width:auto;font-size:15px;height:44px;line-height:44px;}

	.cp-tabs{justify-content: space-between;}
	.cp-tabs .lk{margin:0;line-height:1.2;text-align: center;font-size:16px;padding:13px 0;}

	.cp-det .autowrap{width:90%;}
	.cp-det .smtit{font-size:17px;margin-bottom:15px;}
	.cp-det .table td,.cp-det .table th{padding:8px 5px;font-size:14px;}

	.cp-det .item .imgbox{height:210px;}
	.cp-det .pub-swiper .swiper-button{margin-top:-35px;}
	.cp-rela .detail{margin:0;}

	.cp-news{margin-bottom:15px;}


	/* about */
	.us-menu{display: none;}


	.us-who{margin-bottom:70px;padding:0;}
	.us-who .txt{line-height:1.6;}

	.us-mod{margin-bottom:50px;}
	.us-mod .arrbox{margin-top:5px;}
	.us-mod .arrow{width:30px;height:30px;font-size:24px;}

	.us-fac .detail{padding:0;}
	.us-fac .item{display: block;}
	.us-fac .item .imgbox{width:100%;height:280px;border-radius:10px;margin:0 0 20px;}
	.us-fac .item .info{width:100%;}
	.us-fac .grp .imgbox{height:110px;}
	.us-fac .swiper-button{bottom:70px;}
	.us-fac.this .swiper-button{bottom:auto;top:150px;}


	.us-offic .item .imgbox{height:110px;}

	.us-cert{width:100%;}
	.us-cert .detail{padding:0;}
	.us-cert .swiper-container{padding:5px 0;}
	.us-cert .swiper-pagination{margin-top:25px;}

	.us-partner{padding-bottom:10px;}
	.us-partner .mod{height:45px;margin-bottom:30px;}
	.us-partner .item{margin:0 15px;height:45px;}
	.us-partner .item{width: 10%;margin: 0;height: auto;}

	.us-hist{padding:0 0 60px;overflow: hidden;}
	.us-hist .detail{margin-left:-5%;width:110%;padding-bottom:50px;margin-top:35px;}

	.us-hist .item{height:300px;}
	.us-hist .item .year{font-size:18px;}
	.us-hist .item .year:before{width:12px;height:12px;left:-24px;top:3px;}
	.us-hist .item .imgbox{height:140px;border-width:0;}
	.us-hist .item .info{padding: 0 15px 0 20px;height:160px;}
	.us-hist .item .info:before{width:2px;}
	.us-hist .item .txt{line-height:18px;font-size:13px;margin-top:15px;}
	.us-hist .swiper-slide:nth-child(even) .item .imgbox{height:90px;}
	.us-hist .swiper-slide:nth-child(even) .item .info:before{bottom:-90px;}
	.us-hist .swiper-slide:nth-child(odd) .item .info:before{bottom:-140px;}
	.us-hist .swiper-slide{width:auto;}
	.us-hist .arrs{width:100%;left:0;bottom:0;display: flex;justify-content: center;}
	.us-hist .arrs .swiper-button{margin:0 15px;}

	/* .us-hist .detail:before{bottom:50px;left:3%;height:140px;} */
	.us-hist .swiper-container{padding:0 20px;}





	/* index */
	.idx-ban .item{height:320px;}
	.idx-ban .title{font-size:22px;}
	.idx-ban .swiper-pagination{bottom:20px;}

	.idx-top .list .item{padding: 30px 2.5%;}
	.idx-top .list .icon{height:44px;}
	.idx-top .list .title{font-size:16px;}
	.idx-top .list .txt{font-size:13px;}



	.idx-us{padding:50px 0 0;}
	.idx-us .pub-tt{text-align: center;margin-bottom:25px;}
	.idx-us .more{margin-top:30px;}
	.idx-us .imgbox{height:auto;max-height:240px;border-radius:10px;margin-top:30px;}
	.idx-us .list{flex-wrap:wrap;}
	.idx-us .list li{width:50%;padding:10px 0;}
	.idx-us .list .num{font-size:28px;}



	.idx-cp{padding:50px 0 50px;}
	.idx-cp .pub-tt{text-align: center;}
	.idx-cp .smtit{font-size:16px;line-height:1.6;}
	.idx-cp .desc{line-height:1.6;}
	.idx-cp .menu{margin-bottom:20px;margin-top:30px;}
	.idx-cp .menu .lk{line-height:20px;padding:0 0 8px;}

	.idx-cp .list{margin-top:50px;}
	.idx-cp .list .item{padding:30px 25px;}
	.idx-cp .list .title{font-size:18px;margin-top:15px;}
	.idx-cp .list .txt{margin-top:10px;}
	.idx-cp .list.pub-swiper .swiper-button{top:130px;}



	.idx-area{margin-bottom:60px;}
	.idx-area ul.list{display: block;}
	.idx-area ul.list .item{width:100%;}
	.idx-area .item{height:350px;}
	.idx-area .list .box2{padding:0 6%;text-align: center;justify-content: center;}
	.idx-area .list .ico{width:45px;margin:0 auto 15px;}
	.idx-area .list .title{font-size:20px;}
	.idx-area .list .more{width:110px;line-height:33px;margin:15px auto 0;}

	.idx-area .detail{margin:0 10px;}
	.idx-area .swiper-slide{width: auto;}
	.idx-area .swiper-slide-active{ width:100%;}

	.idx-area .pub-swiper{margin:0 5px;}
	.idx-area .pub-swiper .swiper-button{width:30px;height:30px;}
	.idx-area .pub-swiper .swiper-button-prev{left:0;}
	.idx-area .pub-swiper .swiper-button-next{right:0;}


	.idx-case{margin-bottom:50px;}
	.idx-case .detail{margin-top:10px;}
	.idx-case .slide{margin:0;}
	.idx-case .imgbox{height:320px;}
	.idx-case .title{font-size:20px;}
	.idx-case .swiper-button{width:80px;height:36px;font-size:14px;}
	.idx-case .swiper-button i{font-size:14px;}


	.idx-xw .detail{padding:0;}
	.idx-xw .swiper-container{padding:10px;width:calc(100% + 20px);margin-left:-10px;}

	.idx-xw .mod .title{font-size:19px;line-height:1.3;}
	.idx-xw .mod .date{font-size:14px;}

	.idx-xw .hot{display: block;}
	.idx-xw .hot .imgbox{width:100%;height:200px;margin:0;}
	.idx-xw .hot .info{flex:1;overflow: hidden;}

	.idx-xw .list .item{display: block;}
	.idx-xw .list .imgbox{width:100%;height:200px;margin:0 0 15px ;}

	.idx-lx{padding:50px 0 80px;}
	.idx-lx .info{padding:0 0 40px;}
	.idx-lx .txt{font-size:16px;line-height:1.4;margin-top: 15px;}
	.idx-lx .form .row{display: block;margin-bottom:15px;}
	.idx-lx .form .row .item{width:100%;margin-bottom:15px;}
	.idx-lx .form .row .item:last-child{margin-bottom:0;}

	.kf-fixed .item{width:40px;height:40px;font-size:15px;}




	.btn.small{min-width:110px;height:38px;line-height: 38px;padding:0 10px;}




	/* 弹窗 */
	.pop-quote .wrap{padding-top:30px;}
	.pop-quote .close{font-size:20px;}

	.pop-quote .detail{padding:20px 20px;min-height:360px;}
	.pop-quote .list li{font-size:14px;}
	.pop-quote .list .lk{margin:0  0 0 12px;}



}

