@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@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: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*{box-sizing:border-box;font-size: .16rem;color:#000;}
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:'PingFang SC','PingFangMedium',"microsoft yahei";/* font-size: inherit; */  }
img{border:0;display: inline-block;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;}
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%}
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;width: 94%;max-width: 14rem;}
: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;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .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;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#666;}
:-moz-placeholder{color:#666;}
::-moz-placeholder{color:#666;}
:-ms-input-placeholder{color:#666;} */

.btn{font-size: 0.18rem;color:#004396;border:1px solid #004396;display: inline-block;vertical-align: middle;min-width: 1.6rem;line-height: 0.5rem;height: 0.5rem;text-align: center;cursor: pointer;padding:0 0.15rem;}
.btn:hover{color:#fff;background-color: #004396;}

.c-main{color:#8ec31f!important;}

/* 公共部分 */
.head{height: 0.8rem;position: fixed;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid rgba(248,248,248,.2);}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}
.hd-logo .img{height: .45rem;width: auto;}


.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.65rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#fff;line-height: .8rem;position: relative;}
.hd-nav li>a::after{content:'';position: absolute;left: 50%;bottom: 0;height: 2px;background-color: #8ec31f;transition: all 0.3s;width: 0;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#8ec31f;}
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{width: 100%;left: 0;}

.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 1.2rem;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: rgba(255,255,255,.1);margin-left: -0.6rem;margin-top: -1px;padding:0.1rem 0;}
.hd-nav .drop .lk{font-size: 0.16rem;color:#fff;line-height: 0.24rem;display: block;text-align: center;padding:.08rem 0.02rem;}
.hd-nav .drop .lk:hover{color:#8ec31f;}

.head.scroll{background-color: #004396;}
.head.scroll .hd-nav .drop{background-color: #004396;}



.foot{background-color: #000000;}
.ft-t{display: flex;padding:0.25rem 0;}
.ft-t .info{max-width: 4.75rem;width: 34%;}
.ft-t .smlogo{height: 0.45rem;width: auto;margin-bottom: 0.2rem;}
.ft-t .box{display: flex;align-items: flex-start;}
.ft-t .wxbox{width: 1rem;margin-right: 0.35rem;}
.ft-t .wxbox .pic{width: 100%;display: block;}
.ft-t .wxbox .fz{font-size: 0.16rem;color:rgba(255,255,255,.56);text-align: center;margin-top: 0.1rem;}
.ft-t .txt{font-size: 0.16rem;color:rgba(255,255,255,.56);flex:1;overflow: hidden;}
.ft-t .txt p{margin-bottom: 0.07rem;}
.ft-t .txt p:last-child{margin-bottom: 0;}


.ft-t .menus{flex:1;overflow: hidden;padding-left: 10%;display: flex;justify-content: space-between;}
.ft-t .menus .col{}
.ft-t .menus .tit{font-size: 0.16rem;color:#fff;line-height: 2.2;margin-bottom: 0.1rem;}
.ft-t .menus .lks{}
.ft-t .menus .lk{font-size: 0.16rem;color:#999999;line-height: 2.2;display: block;}
.ft-t .menus .lk:hover{color:#fff;}

.ft-b{border-top:1px solid rgba(255,255,255,.1);padding:0.15rem 0;line-height: 0.25rem;display: flex;justify-content: space-between;}
.ft-b *{font-size: 0.16rem;color:rgba(255,255,255,.56);}
.ft-b a:hover{color:#fff;}
.ft-b .lks{flex:1;overflow: hidden;}
.ft-b .txt span{margin-left: 0.15rem;}

/* 解决方案 */
.banner{position: relative;}
.banner .mask{position: absolute;width: 100%;left: 0;top: 0;height: 100%;background:url(../images/img_01.png) no-repeat center;background-size:cover;}
.banner .item{height: 6.8rem;}
.banner .shade{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-20%);z-index:60;}
.banner .en{font-size: 0.24rem;color:#fff;text-transform: uppercase;opacity: 0.8;font-weight: 100;}
.banner .title{font-size: 0.56rem;color:#fff;line-height: 1;font-weight: bold;margin-top: 0.1rem;}
.banner .more{font-size: 0.18rem;color:#fff;width: 1.6rem;line-height: 0.5rem;background-color: #8ec31f;margin-top: 0.5rem;display: block;text-align: center;}



.solu-sec{}
.solu-sec .row{display: flex;align-items: center;}
.solu-sec .lbox{width: 46%;}
.solu-sec .rbox{flex:1;overflow: hidden;padding:1.2rem 0;}
.solu-sec .imgbox{max-width: 5.35rem;height: 3.55rem;width: 100%;}
.solu-sec .info{width: 90%;max-width: 6.5rem;}
.solu-sec .title{font-size: 0.3rem;font-weight: bold;}
.solu-sec .txt{font-size: 0.18rem;color:#666666;line-height: 0.36rem;margin-top: 0.2rem;}

.solu-sec .row:nth-child(odd) .lbox{padding-left: calc(50% - 7rem);}
.solu-sec .row:nth-child(odd) .rbox{padding-right: calc(50% - 7rem);display: flex;justify-content: flex-end;}

.solu-sec .row:nth-child(even){flex-direction: row-reverse;background-color: #fafafa;}
.solu-sec .row:nth-child(even) .lbox{padding-right: calc(50% - 7rem);display: flex;justify-content: flex-end;}
.solu-sec .row:nth-child(even) .rbox{padding-left: calc(50% - 7rem);position: relative;background-color: #004396;}
.solu-sec .row:nth-child(even) .info{max-width: 7rem;}
.solu-sec .row:nth-child(even) *{color:#fff;}


/* 服务领域 */
.pub-tt{text-align: center;margin-bottom: 0.4rem;}
.pub-tt .line{width: 2px;height: 0.5rem;background-color: #8ec31f;display: block;margin:0 auto 0.2rem;}
.pub-tt .bt{font-size: 0.3rem;color:#333333;font-weight: bold;}
.pub-tt .en{font-size: 0.16rem;color:#999999;margin-top: 0.03rem;text-transform: uppercase;}
.pub-tt .smwz{font-size: 0.2rem;color:#333333;margin-top: 0.2rem;}
.pub-tt.white .bt{color:#fff;}
.pub-tt.white .en{color:rgba(255,255,255,.4);}



.fw-area{padding:0.8rem 0;}
.fw-area .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.fw-area .list .item{border:1px solid #e5e5e5;width: 31.3%;margin:0 0 2% 2%;display: flex;align-items: flex-start;padding:0.3rem 0.2rem 0.3rem 4%;}
.fw-area .list .icon{width: 1rem;margin:0.1rem 0.4rem 0 0;}
.fw-area .list .info{flex:1;overflow: hidden;}
.fw-area .list .title{font-size: 0.24rem;font-weight: bold;}
.fw-area .list .txt{font-size: 0.18rem;color:#999;line-height: 0.3rem;margin-top: 0.05rem;}

.fw-zy{padding:0.8rem 0;background-color: #fafafa;}
.fw-zy .list{display: flex;flex-wrap: wrap;}
.fw-zy .list .item{width: 25%;}
.fw-zy .list .title{font-size: 0.2rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;}
.fw-zy .list .box{margin:0.2rem 0;padding:0.3rem 0.2rem;border-top:1px solid #8ec31f;border-bottom:1px solid #8ec31f;}
.fw-zy .list .imgbox{height: 1.65rem;}
.fw-zy .list .item:hover .title{color:#004396;}

.fw-kh{padding:0.8rem 0;}
.fw-kh .list{display: flex;flex-wrap: wrap;}
.fw-kh .list li{width: 18%;margin:0 0 2% 2%;height: 1.35rem;box-shadow:0 0 .32rem rgba(80,93,124,.1);display: flex;align-items: center;justify-content: center;background-color: #fff;}
.fw-kh .list .img{width: 100%;height: 100%;object-fit: contain;}
.fw-kh .list li:hover{box-shadow:0 0 .32rem rgba(80,93,124,.25);}


/* 新闻中心 */
.xw-sec{padding:1rem 0;}
.xw-sec .detail{background:url(../images/xw_02.jpg) no-repeat center;background-size:cover;padding: 0.25rem;min-height: 4.65rem;box-shadow:0 0.03rem 0.13rem rgba(182,182,182,.64);}
.xw-sec .list{}
.xw-sec .list li{display: flex;justify-content: space-between;line-height: 2;padding:0.04rem 0;}
.xw-sec .list .title{font-size: 0.18rem;color:#333333;max-width: 80%;-webkit-line-clamp: 1;}
.xw-sec .list .date{font-size: 0.16rem;color:#999999;}
.xw-sec .list .title:hover{color:#004396;}


/* 关于我们 */
.us-intro{padding:0.8rem 0 0;/*border-bottom:1px solid #bfbfbf;*/}
.us-intro .detail{position: relative;height: 3.75rem;overflow: hidden;}
.us-intro .pub-tt{max-width:9rem;margin-bottom:.2rem}

.us-intro .txt{font-size: 0.18rem;color:#666666;line-height: 2.2;max-width: 8.2rem;/*margin:0 auto;*/}

.us-intro .imgbox{max-width: 6.2rem;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;}

.pg-intro{padding:0.8rem 0 ;}
.pg-intro .txt{font-size: 0.18rem;color:#666666;line-height: 2.2;max-width: 13.6rem;margin:0 auto;}


.us-work{padding:0.8rem 0;}
.us-work .detail{max-width: 12.6rem;margin:0 auto;}
.us-work .list{display: flex;flex-wrap: wrap;margin:-2% 0 0 -2%;}
.us-work .list .item{width: 31.3%;margin:2% 0 0 2%;background-color: #fff;border-radius:0.08rem;overflow: hidden;box-shadow:0 0.04rem .16rem rgba(0,0,0,.21);}
.us-work .list .imgbox{height: 2.5rem;}
.us-work .list .info{padding:0.3rem 0.3rem;}
.us-work .list .title{font-size: 0.18rem;line-height: 1.4;-webkit-line-clamp: 1;font-weight: bold;}
.us-work .list .txt{font-size: 0.15rem;color:#888888;line-height: 1.6;-webkit-line-clamp: 2;margin-top: 0.06rem;}
.us-work .readmore{margin:0.6rem auto 0;}


.us-team{background-color: #fff;padding:0.9rem 0 0.45rem;position: relative;}
.us-team:before{content:'';position: absolute;width: 100%;left: 0;top: 0;bottom: 2.7rem;background-color: #004396;}
.us-team .pub-tt{position: relative;z-index:5;}
.us-team .pub-tt .bt{color:#fff;}
.us-team .pub-tt .smline{width: 0.03rem;height: 0.28rem;background-color: #2b6cdb;margin:0.2rem auto 0.25rem;display: block;}
.us-team .pub-tt .txt{font-size: 0.16rem;color:#fff;max-width: 9.75rem;margin:0 auto;text-align: left;line-height: 1.6;}
.us-team .detail{max-width: 12.9rem;margin:0 auto;position: relative;z-index:5;}
.us-team .item{background-color: #fff;box-shadow:0 0.04rem .16rem rgba(0,0,0,.21);border-radius:0.08rem;overflow: hidden;}
.us-team .item .imgbox{height: 3.25rem;}
.us-team .item .info{padding:0.2rem 0;text-align: center;}
.us-team .item .name{font-size: 0.22rem;color:#333333;font-weight: bold;letter-spacing: 0.03rem;}
.us-team .item .fz{font-size: 0.16rem;color:#666666;letter-spacing: 0.01rem;}
.us-team .swiper-container{padding: 0 0.15rem 0.16rem;}
.us-team .arrs{display: flex;justify-content: center;margin-top: 0.5rem;}
.us-team .swiper-button{width: 0.66rem;height: 0.66rem;background: #f5f5f5;font-size: 0.2rem;color:#666666;display: flex;align-items: center;justify-content: center;position: static;margin:0 0.06rem;}
.us-team .swiper-button::after{content:'\e779';font-family: 'iconfont';}
.us-team .swiper-button-next{transform: rotate(180deg);}
.us-team .swiper-button:hover{color:#fff;background-color: #004396;}


/* index */
.idx-us{padding:0.8rem 0 0;}
.idx-us .detail{position: relative;height: 5.75rem;overflow: hidden;}
.idx-us .pub-tt{text-align: left;}
.idx-us .pub-tt .line{margin-left: 0;}
.idx-us .info{max-width: 7.2rem;position: relative;z-index:10;}
.idx-us .txt{font-size: 0.18rem;color:#666666;line-height: 2;-webkit-line-clamp: 3;}
.idx-us .more{margin-top: 0.6rem;}
.idx-us .imgbox{max-width: 7.75rem;width: 100%;position: absolute;right: 0;bottom: 0;}
.idx-us .font{font-size: 1.6rem;color:#999999;opacity: 0.05;font-family: 'Arial';line-height: 1.4;position: absolute;left: 50%;bottom: -0.2rem;transform: translate(-50%,0);text-transform: uppercase;font-weight: bold;letter-spacing: 0.48rem;}




.idx-lc{background:url(../images/idx_04.jpg) no-repeat center;background-size:cover;padding:0.5rem 0 0;}
.idx-lc .detail{height: 5.6rem;position: relative;}
.idx-lc .detail .line{height: 3px;background-color: #d3b285;transform: rotate(-10deg);position: absolute;width: 100%;left: 0;bottom: 2.95rem;}
.idx-lc .item{width: 3.8rem;position: absolute;border-left:2px solid rgba(179,161,136,.4);padding-left: 0.25rem;display: flex;flex-direction: column;z-index:10;}
.idx-lc .item .year{font-size: 0.24rem;color:#333333;}
.idx-lc .item .year i{font-size: 0.48rem;color:#004396;font-family: 'DIN';font-weight: bold;}
.idx-lc .item .txt{font-size: 0.18rem;color:#666666;line-height: 0.28rem;margin-top: 0.06rem;-webkit-line-clamp: 3;}
.idx-lc .item::after{content:'';width: 0.08rem;height: 0.08rem;border-radius:50%;background-color: #fff;border:0.04rem solid #004396;position: absolute;left: -0.08rem;bottom: 0;}
.idx-lc .item:nth-child(even){justify-content: flex-end;}
.idx-lc .item:nth-child(even)::after{top: 0;bottom:auto;}

.idx-lc .item1{left: 0.1rem;bottom: 1.68rem;height: 2.6rem;}
.idx-lc .item2{left: 2.15rem;top: 3.4rem;height: 1.75rem;}

.idx-lc .item3{left: 4.3rem;bottom: 2.4rem;height: 2.05rem;}
.idx-lc .item4{left: 6.5rem;top: 2.65rem;height: 1.8rem;}

.idx-lc .item5{left: 8.6rem;bottom: 3.18rem;height: 2.35rem;}
.idx-lc .item6{right: 0;top: 2rem;height: 2.2rem;}

.idx-size{padding:0.5rem 0;}
.idx-size .title{font-size: 0.2rem;}
.idx-size .txt{font-size: 0.16rem;color:#666666;line-height: 1.6;max-width: 6.95rem;}
.idx-size .imgbox{text-align: center;margin-top: 0.1rem;}
.idx-size .imgbox .pic{max-width: 100%;}

.idx-core{padding:0.8rem 0;background:url(../images/idx_06.jpg) no-repeat left center;background-size:75% 100%;}
.idx-core .detail{display: flex;align-items: center;padding-left:calc(50% - 7rem);}
.idx-core .info{flex:1;overflow: hidden;}
.idx-core .title{font-size: 0.3rem;color:#fff;font-weight: bold;}
.idx-core .txt{font-size: 0.16rem;color:rgba(255,255,255,.6);line-height: 1.6;max-width: 6.9rem;margin-top: 0.15rem;}
.idx-core .list{display: flex;flex-wrap: wrap;margin-left: -4%;}
.idx-core .list li{width: 21%;margin:4% 0 0 4%;padding:0.3rem 0.15rem;background-color: #fff;text-align: center;}
.idx-core .list .icon{height: 0.8rem;width: auto;display: block;margin:0 auto;}
.idx-core .list .fz{font-size: 0.16rem;color:#666666;margin-top: 0.12rem;}
.idx-core .imgbox{width: 48.5%;height: 5.1rem;margin-left: 0.35rem;}

.idx-xm{padding:0.8rem 0 0;}
.idx-xm .detail{background:url(../images/idx_13.jpg) no-repeat center;background-size:cover;padding:0.8rem 0;position: relative;}
.idx-xm .item{display: flex;justify-content: space-between;align-items: center;}
.idx-xm .info{width: 35%;}
.idx-xm .title{font-size: 0.3rem;font-weight: bold;}
.idx-xm .title span{color:#8ec31f;}
.idx-xm .txt{font-size: 0.18rem;color:#666666;line-height: 0.34rem;margin-top: 0.25rem;-webkit-line-clamp: 4;height: 1.36rem;}
.idx-xm .txt p:before{content:'';display: inline-block;vertical-align: middle;width: 0.08rem;height: 2px;background-color: #004396;margin-right: 0.08rem;}
.idx-xm .more{margin-top: 0.3rem;}
.idx-xm .imgbox{width: 60%;height: 4.4rem;}
.idx-xm .imgbox:firsh-child{margin-right:.5rem}

.idx-xm .swiper-container{position: static;}
.idx-xm .swiper-button{width: 0.6rem;height: 0.6rem;background: #b6b6b6;font-size: 0.2rem;color:#fff;display: flex;align-items: center;justify-content: center;border-radius:50%;margin-top: -0.3rem;}
.idx-xm .swiper-button::after{content:'\e779';font-family: 'iconfont';}
.idx-xm .swiper-button-prev{left: 0.6rem;}
.idx-xm .swiper-button-next{transform: rotate(180deg);right: 0.6rem;}
.idx-xm .swiper-button:hover{background-color: #004396;}
.idx-xm .swiper-pagination{display: none;}






@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}
	
	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.34rem;color:#fff;}
	.sj-menu.close::after{content:'\eca0';}
	
	
	
	/* 公共部分 */
	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.8rem;bottom: 0;overflow-y: scroll;background-color: #004396;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid rgba(255,255,255,.1);position: relative;padding: 0;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#fff;background:transparent;}
	
	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#fff;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;box-shadow:none;}
	.hd-nav .drop .lk{color:#fff;line-height: 0.6rem;border-top:1px solid rgba(255,255,255,.1);padding:0 4% 0 6%;text-align: left;font-size: 0.17rem;}
	
	
	/* 解决方案 */
	.banner .item{height: 6rem;}
	.banner .en{font-size: 0.22rem;}
	.banner .title{font-size: 0.52rem;}
	
	.solu-sec .row:nth-child(odd) .lbox{padding-left: 4%;}
	.solu-sec .row:nth-child(odd) .rbox{padding-right: 4%;}
	.solu-sec .row:nth-child(even) .rbox{padding-left: 4%;margin-right: 5%;}
	.solu-sec .row:nth-child(even) .lbox{padding-right: 4%;}
	.solu-sec .title{font-size: 0.26rem;}
	
	/* 服务领域 */
	.fw-area .list .icon{width: 0.7rem;}
	
	
	/* index */
	.idx-core .detail{padding-left: 4%;}
	
	.idx-lc{padding:0.8rem 0;}
	.idx-lc .detail{height: auto;}
	.idx-lc .detail .line{transform: rotate(0);width: 2px;height: auto;top: 0;bottom: 0;left: 0;}
	.idx-lc .item{height: auto!important;position: static;margin-bottom: 0.4rem;border:0;width: auto;padding-left: 0.4rem;}
	.idx-lc .item::after{display: none;}
	.idx-lc .item .year{position: relative;}
	.idx-lc .item .year:before{content:'';position: absolute;width: 0.1rem;height: 0.1rem;border-radius:50%;border:0.04rem solid #004396;background-color: #fff;left: -0.47rem;top: 50%;z-index:10;margin-top: -0.07rem;}
	.idx-lc .item .year i{font-size: 0.4rem;}
	.idx-lc .item .txt br{display: none;}
	
	.idx-xm .detail{background:#fafafa;}
	.idx-xm .info{width: 40%;}
	.idx-xm .swiper-button{display: none;}
	.idx-xm .swiper-pagination{display: block;}
	.idx-xm .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;margin:0 0.06rem!important;}
	
	
}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#fff;}
	.sj-menu.close::after{content:'\eca0';}
	
	
	
	
	/* 公共部分 */
	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.8rem;bottom: 0;overflow-y: scroll;background-color: #004396;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid rgba(255,255,255,.1);position: relative;padding: 0;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#fff;background-color: transparent;}
	
	
	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#fff;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;box-shadow:none;}
	.hd-nav .drop .lk{color:#fff;line-height: 0.6rem;border-top:1px solid rgba(255,255,255,.1);padding:0 4% 0 6%;text-align: left;font-size: 0.17rem;}
	
	
	
	.ft-t{display: block;}
	.ft-t .info{width: 100%;max-width: 100%;}
	.ft-t .menus{padding: 0;margin-top: 0.4rem;}
	
	.ft-b{display: block;text-align: center;line-height: 1.8;}
	.ft-b *{font-size: 0.15rem;}
	.ft-b .txt span{margin:0 0.15rem 0 0;}
	
	
	/* 解决方案 */
	.banner .item{height: 4.4rem;}
	.banner .shade{text-align: center;}
	.banner .en{font-size: 0.18rem;}
	.banner .title{font-size: 0.3rem;}
	.banner .more{font-size: 0.15rem;line-height: 0.4rem;margin: 0.2rem auto 0;width: 1.1rem;}
	
	.solu-sec .row:nth-child(odd) .lbox{padding-left: 4%;}
	.solu-sec .row:nth-child(odd) .rbox{padding-right: 4%;}
	.solu-sec .row:nth-child(even) .rbox{padding-left: 4%;margin-right: 5%;}
	.solu-sec .row:nth-child(even) .lbox{padding-right: 4%;}
	
	.solu-sec .row{display: block;padding:0.6rem 4%;}
	.solu-sec .row .lbox,.solu-sec .row .rbox{padding: 0!important;width: 100%;}
	.solu-sec .imgbox{max-width: 100%;}
	.solu-sec .title{font-size: 0.26rem;}
	.solu-sec .info{max-width: 100%;width: 100%;padding-top: 0.3rem;}
	.solu-sec .txt{margin-top: 0.15rem;}
	.solu-sec .row:nth-child(even) .info{padding: 0.3rem;}
	
	
	.pub-tt .bt{font-size: 0.28rem;}
	.pub-tt .smwz{font-size: 0.16rem;}
	.pub-tt .line{height: 0.3rem;margin-bottom: 0.1rem;}
	
	/* 服务领域 */
	.fw-area .list{margin:-4% 0 0;justify-content: space-between;}
	.fw-area .list .item{width: 48%;margin:4% 0 0;}
	.fw-area .list .icon{width: 0.75rem;}
	.fw-area .list .title{font-size: 0.22rem;}
	.fw-area .list .txt{font-size: 0.16rem;}
	
	.fw-zy .list{overflow-x: scroll;white-space: nowrap;display: block;font-size: 0;width: 104%;}
	.fw-zy .list::-webkit-scrollbar{ display: none;} 
	.fw-zy .list .item{width: 270px;display: inline-block;vertical-align: text-top;}
	
	.fw-kh .list li{height: 1rem;width: 23%;}
	
	
	/* 关于我们 */
	.us-intro{padding:0.6rem 3%;}
	
	.us-work{padding:0.6rem 0;}
	
	
	
	/* index */
	.idx-us .detail{height: auto;}
	.idx-us .imgbox{width: 100%;position: static;max-width: 100%;margin-top: 0.4rem;}
	.idx-us .font{letter-spacing: 0.1rem;font-size: 1.3rem;bottom: 0;}
	
	.idx-lc{padding:0.6rem 0;}
	.idx-lc .detail{height: auto;margin-left: 0.3rem;}
	.idx-lc .detail .line{transform: rotate(0);width: 2px;height: auto;top: 0.15rem;bottom: 0;left: 0;}
	.idx-lc .item{height: auto!important;position: static;margin-bottom: 0.4rem;border:0;width: auto;padding-left: 0.4rem;}
	.idx-lc .item::after{display: none;}
	.idx-lc .item .year{position: relative;}
	.idx-lc .item .year:before{content:'';position: absolute;width: 0.1rem;height: 0.1rem;border-radius:50%;border:0.04rem solid #004396;background-color: #fff;left: -0.47rem;top: 50%;z-index:10;margin-top: -0.07rem;}
	.idx-lc .item .year i{font-size: 0.34rem;}
	.idx-lc .item .txt br{display: none;}
	
	
	.idx-core{background-size:cover;}
	.idx-core .detail{padding:0 4%;}
	.idx-core .imgbox{display: none;}
	.idx-core .title{font-size: 0.26rem;}
	
	.idx-xm{padding:0.6rem 0 0;}
	.idx-xm .detail{background:#fafafa;padding:0.5rem 0.3rem;}
	.idx-xm .info{width: 40%;}
	.idx-xm .imgbox{width: 50%;height: 3.5rem;}
	.idx-xm .title{font-size: 0.26rem;}
	
	.idx-xm .swiper-button{width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;}
	.idx-xm .swiper-button-prev{left: 0.15rem;}
	.idx-xm .swiper-button-next{right: 0.15rem;}
	
	
	
	
	
	
	
}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	html{font-size: 6.2rem!important;}
	
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: .3rem;height: .3rem;margin-top: -0.15rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.28rem;color:#fff;}
	.sj-menu.close::after{content:'\eca0';font-size: 0.26rem;}
	
	
	
	/* 公共部分 */
	.head{height: 0.7rem;}
	.hd-logo .img{height: 0.36rem;}
	
	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.7rem;bottom: 0;overflow-y: scroll;background-color: #004396;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid rgba(255,255,255,.1);position: relative;padding:0;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.65rem;padding:0 4%;font-weight: normal;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#fff;background-color: transparent;}
	
	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.65rem;height: 0.65rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.22rem;color:#fff;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;box-shadow:none;margin: 0;}
	.hd-nav .drop .lk{color:#fff;line-height: 0.6rem;border-top:1px solid rgba(255,255,255,.1);padding:0 5% 0 7%;text-align: left;font-size: 0.16rem;}
	
	
	.ft-t{display: block;}
	.ft-t .info{width: 100%;max-width: 100%;}
	.ft-t .smlogo{height: 0.4rem;margin:0 auto 0.2rem;display: block;}
	.ft-t .box{flex-direction: column-reverse;}
	.ft-t .txt{font-size: 0.14rem;text-align: center;}
	.ft-t .wxbox{margin:0.3rem auto 0;}
	.ft-t .wxbox .fz{font-size: 0.15rem;}
	.ft-t .menus{padding: 0;margin-top: 0.3rem;display: none;}
	.ft-t .menus .col{margin-bottom: 0.15rem;}
	.ft-t .menus .tit{line-height: 1.8;}
	.ft-t .menus .lks{margin-left: -2%;}
	.ft-t .menus .lk{display: inline-block;vertical-align: middle;min-width: 23%;margin-left: 2%;line-height: 1.8;}
	
	.ft-b{display: block;text-align: center;line-height: 1.8;}
	.ft-b *{font-size: 0.14rem;}
	.ft-b .txt span{margin:0;display: block;}
	
	
	/* 解决方案 */
	.banner .item{height: 3rem;}
	.banner .shade{text-align: center;}
	.banner .en{font-size: 0.15rem;}
	.banner .title{font-size: 0.26rem;}
	.banner .more{font-size: 0.14rem;line-height: 0.34rem;margin: 0.15rem auto 0;width: 1rem;display: none;}
	
	.solu-sec .row:nth-child(odd) .lbox{padding-left: 4%;}
	.solu-sec .row:nth-child(odd) .rbox{padding-right: 4%;}
	.solu-sec .row:nth-child(even) .rbox{padding-left: 4%;margin-right: 5%;}
	.solu-sec .row:nth-child(even) .lbox{padding-right: 4%;}
	
	.solu-sec .row{display: block;padding:0.6rem 4%;}
	.solu-sec .row .lbox,.solu-sec .row .rbox{padding: 0!important;width: 100%;}
	.solu-sec .imgbox{max-width: 100%;height: auto;}
	.solu-sec .title{font-size: 0.2rem;}
	.solu-sec .info{max-width: 100%;width: 100%;padding-top: 0.3rem;}
	.solu-sec .txt{margin-top: 0.1rem;font-size: 0.16rem;line-height: 1.8;}
	.solu-sec .row:nth-child(even) .info{padding: 0.3rem;}
	
	
	.pub-tt{margin-bottom: 0.25rem;}
	.pub-tt .bt{font-size: 0.24rem;}
	.pub-tt .en{font-size: 0.14rem;}
	.pub-tt .smwz{font-size: 0.16rem;margin-top: 0.1rem;line-height: 1.6;}
	.pub-tt .line{height: 0.3rem;margin-bottom: 0.1rem;}
	
	/* 服务领域 */
	.fw-area{padding:0.6rem 0;}
	.fw-area .list{margin:-4% 0 0;justify-content: space-between;}
	.fw-area .list .item{width: 100%;margin:4% 0 0;align-items: center;padding:0.2rem 0.3rem;}
	.fw-area .list .icon{width: 0.7rem;margin:0 0.4rem 0 0;}
	.fw-area .list .title{font-size: 0.2rem;}
	.fw-area .list .txt{font-size: 0.15rem;line-height: 1.8;}
	
	
	.fw-zy{padding:0.6rem 0;}
	.fw-zy .auto{padding: 0;}
	.fw-zy .list{overflow-x: scroll;white-space: nowrap;display: block;font-size: 0;padding:0 0.1rem;}
	.fw-zy .list::-webkit-scrollbar{ display: none;} 
	.fw-zy .list .box{margin:0.15rem 0;padding:0.2rem 0.15rem;}
	.fw-zy .list .item{width: 250px;display: inline-block;vertical-align: text-top;}
	.fw-zy .list .title{font-size: 0.18rem;}
	
	
	.fw-kh{padding:0.6rem 0;}
	.fw-kh .list{margin: 0;justify-content: space-between;}
	.fw-kh .list li{height: 1rem;width: 48%;margin:0 0 4%;box-shadow:0 0 .2rem rgba(80,93,124,.1);}
	
	/* 新闻中心 */
	.xw-sec{padding:0.6rem 0;}
	.xw-sec .list li{display: block;line-height: 1.6;padding:0.08rem 0;}
	.xw-sec .list .title{max-width: 100%;font-size: 0.16rem;-webkit-line-clamp: 2;}
	.xw-sec .list .date{font-size: 0.14rem;}
	
	
	
	/* 关于我们 */
	.us-intro{padding:0.6rem 3%;}
	.us-intro .txt{font-size: 0.16rem;line-height: 1.8;}
	
	
	.us-work{padding:0.6rem 0;}
	.us-work .list{display: block;margin: 0;}
	.us-work .list .item{width: 100%;margin:6% 0 0;box-shadow:none;}
	.us-work .list .imgbox{height: 2.2rem;}
	.us-work .readmore{margin-top: 0.4rem;}
	
	
	.us-team{padding:0.6rem 0;}
	.us-team .pub-tt .smline{height: 0.22rem;margin:0.15rem auto 0.2rem;}
	.us-team .item .imgbox{height: 3rem;}
	.us-team .item .name{font-size: 0.2rem;}
	.us-team .swiper-button{width: 0.44rem;height: 0.44rem;font-size: 0.16rem;}
	
	.btn{min-width: 1.2rem;height: 0.42rem;line-height: 0.42rem;font-size: 0.16rem;}
	
	
	/* index */
	.idx-us{padding:0.6rem 0 0;}
	.idx-us .detail{height: auto;}
	.idx-us .imgbox{width: 100%;position: static;max-width: 100%;margin-top: 0.4rem;}
	.idx-us .font{letter-spacing: 0.1rem;font-size: 0.7rem;bottom: 42%;text-align: center;}
	.idx-us .txt{font-size: 0.16rem;line-height: 1.8;-webkit-line-clamp: 6;margin-top: -0.1rem;}
	.idx-us .more{margin-top: 0.3rem;}
	
	.idx-lc{padding:0.6rem 0 0.3rem;}
	.idx-lc .detail{height: auto;margin-left: 0.15rem;}
	.idx-lc .detail .line{transform: rotate(0);width: 2px;height: auto;top: 0.15rem;bottom: 0;left: 0;}
	.idx-lc .item{height: auto!important;position: static;margin-bottom: 0.3rem;border:0;width: auto;padding-left: 0.3rem;}
	.idx-lc .item::after{display: none;}
	.idx-lc .item .year{position: relative;}
	.idx-lc .item .year:before{content:'';position: absolute;width: 0.08rem;height: 0.08rem;border-radius:50%;border:0.03rem solid #004396;background-color: #fff;left: -0.35rem;top: 50%;z-index:10;margin-top: -0.06rem;}
	.idx-lc .item .year{font-size: 0.16rem;}
	.idx-lc .item .year i{font-size: 0.26rem;padding-right: 0.02rem;}
	.idx-lc .item .txt{font-size: 0.16rem;}
	.idx-lc .item .txt br{display: none;}
	
	.idx-core{background-size:cover;padding:0.6rem 0;}
	.idx-core .detail{padding:0 4%;}
	.idx-core .imgbox{display: none;}
	.idx-core .title{font-size: 0.2rem;}
	.idx-core .txt{margin-top: 0.1rem;font-size: 0.15rem;}
	.idx-core .list{margin: 0;justify-content: space-between;}
	.idx-core .list li{width: 48%;margin:4% 0 0;padding:0.25rem 0.1rem;}
	.idx-core .list .icon{height: 0.7rem;}
	
	
	.idx-xm{padding:0.6rem 0 0;}
	.idx-xm .detail{background:#fafafa;padding:0.3rem 4% 0.55rem;}
	.idx-xm .item{flex-direction: column-reverse;}
	.idx-xm .info{width: 100%;margin-top: 0.3rem;}
	.idx-xm .imgbox{width: 100%;height: 2.2rem;}
	.idx-xm .title{font-size: 0.2rem;}
	.idx-xm .txt{font-size: 0.16rem;line-height: 0.28rem;height: 0.84rem;margin-top: 0.1rem;-webkit-line-clamp: 3;}
	.idx-xm .more{margin-top: 0.15rem;}
	
	.idx-xm .swiper-button{display: none;}
	.idx-xm .swiper-pagination{display: block;bottom: 0.2rem;}
	.idx-xm .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;margin:0 0.06rem!important;}
	
	
	
	
}