@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}


*{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:"microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
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;}
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;max-width: 14.4rem;width: 90%;}
.container {max-width: 1000px;}
: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:hover{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:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;}

body{background-color: #000000;}

/* 公共 */
.head{background-color: #000;position: sticky;width: 100%;left: 0;top: 0;z-index:100;height: 1rem; font-size: .16rem;}
.head .wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.hd-logo{}
.hd-logo .img{height: 0.75rem;width: auto;}

.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.3rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#fff;line-height: 0.7rem;padding:0 .15rem;}
.hd-nav li.cur>a{color:#ff0000;}
.hd-nav li:hover .drop{opacity: 1;transform: rotateX(0deg);}

.hd-nav .drop{background-color: #000;width: 1.8rem;left: 0;position: absolute;transform: rotateX(90deg);transition: transform 0.2s linear, opacity 0.2s linear;transform-origin: top;}
.hd-nav .drop .row{position: relative;}
.hd-nav .drop .tit{display: block;font-size: 0.16rem;color:#fff;line-height: 0.3rem;padding:.15rem .15rem;}
.hd-nav .drop .row:hover .tit{background-color: #777;}

.hd-nav .row:hover .subdrop{opacity: 1;transform: rotateX(0deg);}
.hd-nav .subdrop{width: 2.3rem;background-color: #333;position: absolute;top: 0;right: -2.3rem;transform: rotateX(90deg);transition: transform 0.2s linear, opacity 0.2s linear;transform-origin: top;}
.hd-nav .subdrop .lk{display: block;font-size: 0.16rem;color:#fff;line-height: 0.3rem;padding:.15rem .15rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.hd-nav .subdrop .lk:hover{background-color: #bc0d04;}


.ft-hz{padding:.3rem 0; background-color: #1d1d1d;}
.ft-hz .wrap{display: flex;align-items: flex-start;}
.ft-hz .tit{font-size: 0.3rem;color:#fff;line-height: 0.8rem;}
.ft-hz .list{flex:1;overflow: hidden;display: flex;flex-wrap: wrap;}
.ft-hz .list li{margin:0 .4rem;}
.ft-hz .list .img{height: 0.7rem;width: auto;transition: all .3s;}
.ft-hz .list li:hover .img{transform: scale(1.05,1.05);}

.ft-msg{padding:.2rem 0;background-color: #6e6e6e;}
.ft-msg .wrap{display: flex;align-items: center;padding:0 .4rem 0 .15rem;}
.ft-msg .tit{font-size: 0.3rem;color:#fff;margin-right: 0.2rem;}
.ft-msg .form{flex:1;overflow: hidden;display: flex;}
.ft-msg .form .box{flex:1;overflow: hidden;display: flex;}
.ft-msg .form .item{margin-right: 0.2rem;flex:1; position:relative;}
.ft-msg .form .item3{width: 30%;flex:auto;}
.ft-msg .form .ipt{width: 100%;font-size: 0.12rem;background-color: #fff;padding:0 .15rem;line-height: 0.4rem;}
.ft-msg .form .submit{font-size: 0.18rem;color:#fff;width: 1.5rem;height: 0.4rem;border:1px solid #fff;display: flex;align-items: center;justify-content: center;background-color: transparent;cursor: pointer;}
.ft-msg .form .submit:hover{background-color: #fff;color:#ef2928;}
.ft-msg .form .item.code {display: flex;align-items: center; height: .4rem; background: #ffffff;}
.ft-msg .form .item.code input {width: 55%;height: 100%;}
.ft-msg .form .item.code img {min-width: 100%;height: 100%;object-fit: contain; cursor: pointer;}

.ft-t{padding:.4rem 0 .65rem;background-color: #000000;}
.ft-t .wrap{display: flex;}
.ft-t .l{width: 46%;max-width: 6.55rem;display: flex;border-right:1px solid rgba(255,255,255,.2);}
.ft-t .r{flex:1;overflow: hidden;padding-left: 8%;display: flex;align-items: center;}
.ft-t .l .col{width: 50%;}
.ft-t .r .col{flex:1;overflow: hidden;}
.ft-t .col{}
.ft-t .tit{font-size: 0.2rem;font-weight: bold;color:#fff;line-height: 0.36rem;}
.ft-t .line{width: 0.28rem;height: 0.03rem;background-color: #fff;display: block;margin:.06rem 0 .2rem;}
.ft-t .lks{}
.ft-t .lk{display: block;font-size: 0.16rem;color:rgba(255,255,255,.9);line-height: 2.2;}
.ft-t .txt{margin-top: 0.16rem;}
.ft-t .fz{font-size: 0.15rem;color:rgba(255,255,255,.9);line-height: 2.2;position: relative;padding-left: 0.28rem;}
.ft-t .fz::before{content:'';position: absolute;left: 0;top: .09rem;width: 0.18rem;height: 0.18rem;}
.ft-t .ico1::before{background:url(../images/ft_06.png) no-repeat center;background-size:contain;}
.ft-t .ico2::before{background:url(../images/ft_07.png) no-repeat center;background-size:contain;}
.ft-t .ico3::before{background:url(../images/ft_08.png) no-repeat center;background-size:contain;}


.ft-t .wxbox{width: 1.4rem;margin-left: 0.2rem;}
.ft-t .wxbox .img{width: 100%;display: block;}



.ft-b{text-align: center;font-size: .15rem;color:#6c6c6c;background-color: #fff;line-height: .25rem;padding:.1rem 0;}
.ft-b span{padding:0 .1rem;}
.ft-b *{font-size: inherit;}


/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: 8rem;}
.idx-ban .box{text-align: center;position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.idx-ban .title{font-size: 0.6rem;color:#fff;font-weight: bold;}
.idx-ban .txt{font-size: 0.2rem;color:#fff;margin-top: 0.25rem;line-height: 1.8;}
.idx-ban .arrow{font-size: 0.16rem;color:#fff;position: absolute;left: 48.5%;bottom: 0.9rem;transform: translate(-50%,0);animation:  up 1s linear infinite;}
.idx-ban .arrow::after{content:'';display: block;width: 0.25rem;height: 0.14rem;background:url(../images/idx_02.png) no-repeat center;background-size:contain;margin:.25rem auto 0;}


@keyframes up{
	0%{
	  transform: translate(0,0);
	}
	50%{
	  transform: translate(0,-.1rem);
	}
	100%{
	  transform: translate(0,0);
	}
}


.idx-tt{margin-bottom: 0.65rem;text-align: center;}
.idx-tt .bt{font-size: 0.4rem;color:#fff;}

.idx-more{font-size: 0.16rem;color:#fff;width: 3rem;line-height: 0.5rem;border:1px solid #fff;display: block;margin:.6rem auto 0;text-align: center;}
.idx-more:hover{color:#fff;background-color: #ef2928;border-color:#ef2928;}

.idx-solu{padding:.85rem 0;background:url(../images/idx_07.jpg) no-repeat center;background-size:cover;}
.idx-solu .list{display: flex;flex-wrap: wrap;margin-left: -3%;overflow: hidden;}
.idx-solu .list .item{width: 22%;margin:0 0 0 3%;position: relative;height: 5.2rem;display: block;}
.idx-solu .list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.32);}
.idx-solu .list .title{font-size: 0.2rem;color:#fff;line-height: 0.6rem;position: absolute;left: .2rem;right:.2rem;bottom: 0.7rem;}
.idx-solu .list .title::after{content:'';position: absolute;width: 0.86rem;height: 0.03rem;background-color: #fff;border-radius:.02rem;left: 0;bottom: 0;}
.idx-solu .list .item:hover .shade{background-color: rgba(0,0,0,0);}
.idx-solu .list .item:hover .title{color:#ef2928;}
.idx-solu .list .item:hover .title::after{background-color: #ef2928;}

.idx-cp{padding:.85rem 0;background-color: #000;}
.idx-cp .auto{max-width: 16.1rem;}
.idx-cp .list{display: flex;flex-wrap: wrap;margin-left: -3%;overflow: hidden;}
.idx-cp .list .item{width: 22%;margin:0 0 0 3%;position: relative;display: block;}
.idx-cp .list .item .img{filter: grayscale(1);transition: all 0.27s ease-out;}
.idx-cp .list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;align-items: center;}
.idx-cp .list .title{font-size: 0.26rem;color:#fff;margin:0 .3rem;padding-bottom: 0.2rem;position: relative;}
.idx-cp .list .title::after{content:'';position: absolute;width: 0.5rem;height: 0.03rem;background-color: #fff;left: 0;bottom: 0;}
.idx-cp .idx-more{margin-top: 1.5rem;}
.idx-cp .list .item:hover .img{filter: grayscale(0);}
.idx-cp .list .item:hover .title{font-weight: bold;}

.idx-xw{padding:.8rem 0 1.4rem;background:url(../images/idx_07.jpg) no-repeat center;background-size:cover;}
.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -2%;overflow: hidden;}
.idx-xw .list .item{width: 31.3%;background-color: #fff;border-radius:.05rem;padding: 0.2rem 0.2rem 0.7rem;margin:0 0 2% 2%;position: relative;}
.idx-xw .list .imgbox{height: 2.6rem;display: block;border-radius:.1rem;}
.idx-xw .list .title{font-size: 0.2rem;color:#565656;font-weight: bold;-webkit-line-clamp: 1;line-height: 2;margin-top: 0.12rem;}
.idx-xw .list .txt{font-size: 0.15rem;color:#565656;-webkit-line-clamp: 5;line-height: 0.26rem;margin-top: 0.05rem;}
.idx-xw .list .item::after{content:'';position: absolute;width: 1.2rem;height: 0.13rem;background-color: #818181;border-radius:.05rem .05rem 0 0;left: 50%;bottom: 0;transform: translate(-50%,0);}
.idx-xw .list .item:hover::after{background-color: #ef2928;}
.idx-xw .list .item:hover .title{color:#ef2928;}


/* 新闻 */
.inner-ban{position: relative;}
.inner-ban .item{height: 3.5rem;}
.inner-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.inner-ban .title{font-size:.6rem;color:#fff;font-weight: bold;}
.inner-ban .txt{font-size: 0.3rem;color:#fff;margin-top: 0.1rem;letter-spacing: 1px;}




.idx-bar{height: 0.6rem;background-color: #1d1d1d; font-size: .16rem;}
.idx-bar .wrap{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.idx-bar .menu{margin-left: -0.1rem;}
.idx-bar .menu .lk{font-size: 0.16rem;color:#838282;display: inline-block;vertical-align: middle;padding:0 .2rem;margin:0 .1rem;line-height: 0.7rem;position: relative;}
.idx-bar .menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;width: 0;border-radius:.02rem;height: 0.03rem;background-color: #bc0d04;}
.idx-bar .menu .lk.cur,.idx-bar .menu .lk:hover{color:#bc0d04;}
.idx-bar .menu .lk.cur::after{width: 100%;left: 0;}

.idx-bar .menu.solu .lk{padding:0;}
.idx-bar .menu.solu .lk::after{display: none;}


.crumb{font-size: 0.16rem;color:#838282;line-height: 0.3rem; }
.crumb:before{content:'';display: inline-block;vertical-align: middle;margin-right: 0.1rem;width: 0.26rem;height: 0.26rem;background:url(../images/xw_02.png) no-repeat center;background-size:contain;margin-top:-.02rem;}
.crumb a:hover{color:#fff;}

.xw-main{padding:.4rem 0;}
.xw-list{}
.xw-list .item{padding:.35rem 0;margin-bottom: 0.4rem;border-bottom:1px solid #3d3d3d;display: flex;align-items: center;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .date{font-size: 0.18rem;color:#454545;}
.xw-list .title{font-size: 0.24rem;color:rgba(255,255,255,.7);line-height: 0.36rem;margin-top: 0.15rem;}
.xw-list .txt{font-size: 0.15rem;color:#9e9e9e;line-height: 0.26rem;-webkit-line-clamp: 2;margin-top: 0.13rem;}
.xw-list .more{font-size: 0.13rem;color:#626262;background-color: #fff;width: 1.2rem;line-height: 0.32rem;background-color: #f7f7f7;margin-top: 0.5rem;display: block;text-align: center;}
.xw-list .imgbox{width: 4rem;height: 2.5rem;margin-left: 0.4rem;}
/* 经过效果
.xw-list .item:hover .title{color:#ff0000;}
.xw-list .item:hover .more{color:#fff;background-color: #ff0000;} */
.xw-list .item:last-child{border:none;}

.pagelist{text-align: center;font-size: .16rem;color: #bc0d04;line-height: .34rem;margin-top: 0.6rem;display: flex;align-items: center;justify-content: center;}
.pagelist *{font-size: inherit;}
.pagelist a{min-width:.34rem;height: .34rem;line-height: .32rem;display: inline-block;vertical-align: middle;background-color: transparent;margin:0 .05rem;border:1px solid #ddd;padding:0 .1rem;background-color: #fff;}
.pagelist a.active,.pagelist a:hover,.pagelist .current{background-color:#bc0d04;color:#fff!important;border-color:#bc0d04;}
.pagelist .current{min-width:.34rem;height: .34rem;line-height: .32rem;vertical-align: middle;margin:0 .05rem;padding:0 .1rem;}
.pagelist>span{min-width:.34rem;height: .34rem;line-height: .32rem;background-color: #fff;}
.pagelist .go{display: flex;align-items: center;}
.pagelist .num{width: 0.3rem;height: 0.3rem;text-align: center;margin:0 .04rem;background-color: transparent;border:1px solid #ddd;}
.pagelist .gobtn{width: 0.4rem;border:1px solid #ddd;text-align: center;background-color: transparent;margin-left: 0.15rem;cursor: pointer;}
.pagelist .gobtn:hover{background-color:#005298;color:#fff!important;border-color:#005298;}




/* 联系我们 */
.pub-tt{margin-bottom: 0.2rem;}
.pub-tt .bt{font-size: 0.4rem;color:#fff;font-weight: bold;}

.lx-main{background:url(../images/lx_02.jpg) no-repeat center;background-size:cover;padding:.5rem 0 .8rem;}
.lx-sec{display: flex;justify-content: space-between;}
.lx-sec .form{width: 49%;}
.lx-sec .form .row{margin-bottom: 0.2rem;display: flex;justify-content: space-between;}
.lx-sec .form .item{width: 49%; position:relative;}
.lx-sec .form .ipt{width: 100%;font-size: 0.18rem;color:#333;}
.lx-sec .form .ipt-txt{line-height: 0.5rem;height: 0.5rem;padding:0 .2rem;}
.lx-sec .form .con{height: 1.5rem;padding:.14rem .2rem;}
.lx-sec .form .tips{font-size: 0.22rem;color:#fff;line-height: 0.45rem;}
.lx-sec .form .submit{width: 100%;border:none;cursor: pointer;font-size: 0.22rem;font-weight: bold;color:#fff;background-color: #ef2928;line-height: 0.5rem;}
.lx-sec .form .submit:hover{background-color: #c70505;}

.lx-sec .info{width: 49%;background-color: #fff;padding:.5rem .9rem;position: relative;}
.lx-sec .info::after{content:'';position: absolute;width: 0.37rem;height: 0.37rem;background:url(../images/lx_07.png) no-repeat center;background-size:contain;right: -0.08rem;bottom: -0.08rem;}
.lx-sec .title{font-size: 0.29rem;font-weight: bold;}
.lx-sec .txt{font-size: 0.18rem;line-height: 0.4rem;color:#303030;margin-top: 0.2rem;}
.lx-sec .txt p{border-bottom:1px solid #e5e5e5;background-repeat:no-repeat;background-position:left center;background-size:.22rem;padding-left: 0.3rem;}
.lx-sec .tel{background-image:url(../images/lx_03.png);}
.lx-sec .phone{background-image:url(../images/lx_04.png);}
.lx-sec .email{background-image:url(../images/lx_05.png);}
.lx-sec .address{background-image:url(../images/lx_06.png);}
.lx-sec .font{font-size: 0.14rem;color:#303030;margin-top: 0.4rem;text-align: right;}
.lx-sec .font::before{content:'';display: inline-block;vertical-align: middle;margin-right: 0.05rem;width: 0.35rem;height: 0.02rem;background-color: #ededed;}
.lx-sec .form .item.code{display: flex;align-items: center;height: .5rem;background: #ffffff;}
.lx-sec .form .item.code input{ flex: 1; height: 100%; }
.lx-sec .form .item.code img {width: 120px; height: 100%; object-fit: contain; flex-shrink: 0;cursor: pointer;}


/* 公司简介 */
.us-main{padding:.6rem 0;}
.us-edit{font-size: 0.18rem;color:#fff;line-height: 2.2;overflow: hidden;}

.us-cul{margin-bottom: 0.8rem;display: flex;margin-left: -5%;margin-top: 0.65rem;overflow: hidden;}
.us-cul .item{width: 28.3%;margin-left: 5%;position: relative;height: 3.8rem;}
.us-cul .imgbox{height: 100%;}
.us-cul .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.4);display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;padding:0 .55rem .7rem;}
.us-cul .title{font-size: 0.23rem;color:#fff;font-weight: bold;}
.us-cul .txt{font-size: 0.18rem;color:#fff;line-height: 2.2;text-indent: 2em;margin-top: 0.1rem;letter-spacing: 1px;}


.us-team{}
.us-team .t-tit{font-size: 0.23rem;font-weight: bold;color:#fff;margin-bottom: 0.25rem;margin-left: 0.45rem;}
.us-team .list{}
.us-team .list .item{display: flex;align-items: center;margin-bottom: 0.7rem;}
.us-team .list .imgbox{width: 3.05rem;height: 3.35rem;margin-right: 0.4rem;}
.us-team .list .info{flex:1;overflow: hidden;}
.us-team .list .title{font-size: 0.24rem;font-weight: bold;color:#fff;text-indent: 1.5em;margin-bottom: 0.1rem;}
.us-team .list .txt{font-size: 0.18rem;color:#fff;line-height: 2.2;text-indent: 2em;}
.us-team .list .item:nth-child(even){flex-direction: row-reverse;}
.us-team .list .item:nth-child(even) .imgbox{margin:0 0 0 .4rem;}

/* 产品列表 */
.solu-main{background:url(../images/cp_02.jpg);background-size:100%;padding:.4rem 0 .8rem;}

.solu-list{display: flex;flex-wrap: wrap;margin-left: -1%;}
.solu-list .item{width: 23%;margin:0 0 .8rem 1%;}
.solu-list .imgbox{height: 2.2rem;position: relative;display: flex;align-items: center;justify-content: center; font-size: .16rem;}
.solu-list .imgbox .img{max-width: 100%;max-height: 100%;width: auto;height: auto;}
.solu-list .shade{border-radius:.1rem;position: absolute;width: 100%;left: 0;top: 0;bottom: 0;padding:.15rem .3rem;background-color: rgba(76,76,76,.7);opacity: 0;transition: all .3s;}
.solu-list .tit{font-size: 0.18rem;color:#fff;font-weight: bold;}
.solu-list .txt{font-size: 0.16rem;-webkit-line-clamp: 2;margin-top: 0.1rem;color:#fff;line-height: 0.32rem;}
.solu-list .more{font-size: 0.16rem;color:#fff;display: inline-block;vertical-align: middle;margin-top: 0.25rem;position: relative;padding-top: 0.1rem;}
.solu-list .more::before{content:'';position: absolute;left: 0;top: 0;width: 0.45rem;height: 0.04rem;background-color: #fff;}
.solu-list .title{font-size: 0.18rem;color:#fff;-webkit-line-clamp: 1;text-align: center;margin-top: 0.2rem;}
.solu-list .item:hover .shade{opacity: 1;}


/* 产品详情页 */
/*.cp-intro{padding:1.5rem 0 .8rem;background:url(../images/cp_02.jpg) no-repeat center;background-size: 100%;overflow: hidden;}*/
.cp-intro{padding:1.5rem 0 .8rem;background: url(../images/cp_02.jpg);background-size: 100%;overflow: hidden;}
.cp-intro .title{font-size: 0.43rem;color:#fff;font-weight: bold;margin-bottom: 0.5rem;}
.cp-intro .pic{max-width: 8rem;display: block;margin:0 auto;width: 80%;}
.cp-intro .txt{font-size: 0.18rem;line-height: 2;color:#fff;margin-top: 0.2rem;}

.cp-tit{font-size: 0;text-align: center;margin-bottom: 0.2rem;}
.cp-tit span{display: inline-block;vertical-align: middle;font-size: 0.43rem;color:#000000;font-weight: bold;padding:0 .4rem;line-height: 0.9rem;border:1px solid #808080;border-radius:.1rem;letter-spacing: .08rem;}
.cp-tit.white span{color:#fff;}

.cp-yy{padding:.7rem 0;background-color: #fff;}
.cp-yy .auto{max-width: 11rem;}
.cp-yy .txt{font-size: 0.18rem;color:#000000;line-height: 0.4rem;}


.cp-tx{padding:.8rem 0;}
.cp-tx .auto{max-width: 11rem;}
.cp-tx .detail{display: flex;justify-content: space-between;align-items: center;}
.cp-tx .pic{width: 47%;}
.cp-tx .txt{font-size: 0.18rem;color:#fff;line-height: 2.2;width: 47%;padding-top: 0.1rem;}

.cp-ys{padding:.8rem 0;background-color: #fff;}
.cp-ys .auto{max-width: 11rem;}
.cp-ys .list{display: flex;flex-wrap: wrap;padding-top: 0.3rem;}
.cp-ys .list li{display: flex;align-items: flex-start;width: 50%;}
.cp-ys .list .icon{width: 0.8rem;margin-right: 0.25rem;}
.cp-ys .list .info{flex:1;overflow: hidden;}
.cp-ys .list .title{font-size: 0.24rem;font-weight: bold;color:#000000;margin-top: 0.05rem;}
.cp-ys .list .txt{font-size: 0.18rem;color:#000000;margin-top: 0.08rem;}
.cp-ys .list .item1{padding:0 .7rem .2rem .15rem;border-bottom:1px solid #808080;border-right:1px solid #808080;}
.cp-ys .list .item2{padding: 0 .15rem .2rem .7rem;border-bottom:1px solid #808080;}
.cp-ys .list .item3{padding:.2rem .7rem 0 .15rem;border-right:1px solid #808080;}
.cp-ys .list .item4{padding: .2rem .15rem 0 .7rem;}

.cp-pz{padding:.8rem 0;background-color: #000;}
.cp-pz .auto{max-width: 11rem;}
.cp-pz .list{display: flex;justify-content: space-between;flex-wrap: wrap;padding:.4rem 0 .1rem;}
.cp-pz .list li{font-size: 0.18rem;color:#fff;line-height: 0.4rem;padding-left: 0.35rem;min-width: 49%;position: relative;}
.cp-pz .list li::before{content:'';width: 0.1rem;height: 0.1rem;background-color: #fff;border-radius:50%;position: absolute;left: .1rem;top: 0.17rem;}

.cp-pz .bot{display: flex;justify-content: space-between;}
.cp-pz .col{width: 49%;}
.cp-pz .item{padding:.1rem .3rem;border-radius:.1rem;border:1px solid rgba(255,255,255,.3);margin-top: 0.2rem;}
.cp-pz .item .title{font-size: 0.24rem;color:#fff;font-weight: bold;line-height: 1.8;}
.cp-pz .item .txt{font-size: 0.18rem;color:#fff;line-height: 0.4rem;}

.cp-gg{padding:.8rem 0;background-color: #fff;}
.cp-gg .auto{max-width: 11rem;}
.cp-gg .detail{display: flex;align-items: center;padding-top: 0.2rem;}
.cp-gg .info{flex:1;overflow: hidden;}
.cp-gg .title{font-size: 0.24rem;font-weight: bold;margin-bottom: 0.1rem;margin-top: 0.35rem;}
.cp-gg .txt{font-size: 0.18rem;line-height: 2;}
.cp-gg .imgbox{width: 47%;margin-left: 5%;}

.cp-gg .row{display: flex;}
.cp-gg .row .wz{min-width: 1.1rem;}

.cp-case{padding:.6rem 0;background-color: #000;overflow: hidden;}
.cp-case .auto{max-width: 11rem;}
.cp-case .detail{padding:.5rem 0;}
.cp-case .item{display: flex;align-items: flex-start;}
.cp-case .item .imgbox{width: 55%;margin-right: 0.4rem;}
.cp-case .item .info{flex:1;overflow: hidden;}
.cp-case .item .txt{font-size: 0.18rem;color:#fff;line-height: 2.2;-webkit-line-clamp: 6;}
.cp-case .swiper-pagination{display: none;}
.cp-case .swiper-arr{position: absolute;left: 55%;right: 0;bottom: 0;padding:0 .4rem;display: flex;}
.cp-case .swiper-button{width: 0.3rem;height: 0.3rem;position: static;background:url(../images/cp_10.png) no-repeat center;background-size:contain;}
.cp-case .swiper-button-next{transform: rotate(180deg);margin-left: 0.45rem;}


/* 服务流程 */
.fw-main{background:url(../images/lx_02.jpg) no-repeat center;background-size:cover;padding:.8rem 0;overflow: hidden;}
.pub-tt .desc{font-size: 0.18rem;color:#fff;line-height: 2;margin-top: 0.4rem;}
.fw-main .detail{position: relative;}


.fw-list{display: flex;flex-wrap: wrap;margin-left: -3%;}
.fw-list li{border-radius:.14rem;border:1px solid rgba(255,255,255,.3);padding:.2rem 0;width: 30.3%;margin:0 0 3% 3%;background-color: #000;cursor: pointer;}
.fw-list .icon{height: 1.1rem;width: auto;display: block;margin:0 auto;transition: all .3s;}
.fw-list .tit{font-size: 0.24rem;color:#fff;margin-top: 0.1rem;text-align: center;}
.fw-list li:nth-child(4){margin-left: 69.6%;}
.fw-list li.cur,.fw-list li:hover{box-shadow:.1rem .1rem .1rem rgba(2,199,241,.6)}
.fw-list li:hover .icon{transform: scale(1.05,1.05);}

.fw-info{position: absolute;width: 65.6%;left: 0;top: 2.4rem;}
.fw-info .ic{height: 0.18rem;width: auto;}
.fw-info .txt{font-size: 0.18rem;color:#fff;line-height: 2;-webkit-line-clamp: 4;margin-top: 0.08rem;}



















@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}
	
	.hd-nav li{margin-left: 0.15rem;}
	
	
	/* index */
	.idx-ban .item{height: 7rem;}
	
	.idx-ban .arrow{bottom: 0.6rem;}
	
	.idx-cp .idx-more{margin-top: 0.6rem;}
	
	
	/* 联系 */
	.pub-tt{margin-bottom: 0.4rem;}
	.pub-tt .bt{font-size: 0.5rem;}
	
	/* 服务流程 */
	.fw-list .icon{height: 0.9rem;}
	.fw-list .tit{font-size: 0.22rem;}
	.fw-info{top: 2.1rem;}
	
	
	
}


@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 5.5rem!important;}
	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;background: url(../images/menu.png) no-repeat center;background-size:.36rem;display: block;margin-top: -0.2rem;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.3rem;}
	
	
	.head{border:none;position:sticky;width: 100%;left: 0;top: 0;z-index:100;}
	.hd-logo .img{height: 0.6rem;}
	
	.hd-nav{position:fixed;width: 100%;left: 0;top: 1rem;margin-top: 0;bottom: 0;overflow-y: scroll!important;display: none;background-color: #000;}
	.hd-nav li{display: block;margin-left: 0;position:relative;border-top:1px solid rgba(255,255,255,.1);}
	.hd-nav li>a{font-size: 0.17rem;color:#fff;line-height: 0.8rem;padding:0 .3rem;font-weight: normal;text-align: left;}
	.hd-nav .arrow{width: 0.8rem;height: 0.8rem;position:absolute;right: 0;top: 0;background:url(../images/arrow.png) no-repeat center;background-size:.2rem;display: block;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	.hd-nav li:hover>a, .hd-nav li.cur>a{color:#fff;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{background-color: transparent;}
	
	
	
	.hd-nav .drop{position:static;width: 100%;transform: translate(0,0);box-shadow:none;padding-left: 0.3rem;padding-left: 0.5rem;opacity: 1;visibility: inherit;border:none;display: none;background-color: transparent;}
	.hd-nav .drop a{font-size: .16rem;line-height: 0.6rem;border-top:1px solid rgba(255,255,255,.1);text-align: left;color:#fff;border-bottom:none;padding:0;}
	.hd-nav .drop a:hover{background-color: transparent;}
	
	.hd-nav .drop .tit{line-height: 0.8rem;padding:0 .2rem;}
	.hd-nav .subdrop{opacity: 1;transform: rotateX(0deg);position:static;width: 100%;width: 100%;background-color: transparent;padding-left: 0.3rem;display: none;}
	.hd-nav .subdrop .lk{line-height: 0.8rem;padding:0 .2rem;}
	
	.hd-nav .drop .row:hover .tit{background-color: transparent;}
	.hd-nav .row .arrow{right: .2rem;}
	
	
	.ft-hz .wrap{display: block;}
	.ft-hz .tit{text-align: center;font-size: 0.36rem;margin-bottom: 0.3rem;}
	.ft-hz .list{margin-left: 0;}
	.ft-hz .list li{margin:0 0 .1rem;width: 25%;display: flex;align-items: center;justify-content: center;height: 1rem;}
	.ft-hz .list .img{height: auto;max-width: 80%;max-height: 80%}
	
	
	.ft-msg .wrap{display: block;padding: 0 3%; }
	.ft-msg .tit{text-align: center;font-size: 0.36rem;margin-bottom: 0.3rem;}
	.ft-msg .form{display: block;}
	/* .ft-msg .form .item3{margin-right: 0;} */
	.ft-msg .form .submit{margin:.3rem auto 0;}
	
	.ft-t .wrap{display: block;}
	.ft-t .l{width: 100%;max-width: 100%;border:none;}
	.ft-t .r{padding-left: 0;margin-top: 0.2rem;}
	
	
	
	
	/* index */
	.idx-ban .item{height: 5.5rem;}
	.idx-ban .title{font-size: 0.4rem;}
	.idx-ban .txt{font-size: 0.18rem;}
	.idx-ban .arrow{bottom: 0.4rem;}
	.idx-ban .arrow::after{margin-top: 0.15rem;}
	
	.idx-tt{margin-bottom: 0.45rem;}
	.idx-tt .bt{font-size: 0.36rem;}
	
	.idx-solu .list .item{width: 47%;height: 4rem;margin-bottom: 3%;}
	
	
	.idx-cp .list .item{width: 47%;height: 3rem;margin-bottom: 3%;}
	.idx-cp .idx-more{margin-top: 0.6rem;}
	
	.idx-xw{padding:.8rem 0;}
	.idx-xw .list{display: block;margin: 0;}
	.idx-xw .list .item{display: flex;align-items: center;width: 100%;margin:0 0 4%;padding: 0.2rem;}
	.idx-xw .list .imgbox{height: 2rem;width: 2.6rem;margin-right: 0.25rem;}
	.idx-xw .list .info{flex:1;overflow: hidden;}
	.idx-xw .list .title{margin-top: 0;}
	.idx-xw .list .item::after{display: none;}
	
	/* 新闻 */
	.inner-ban .item{height: 4.5rem;}
	.inner-ban .box{text-align: center;}
	.inner-ban .title{font-size: 0.4rem;}
	.inner-ban .txt{font-size: 0.22rem;margin-top: 0.2rem;}
	
	.idx-bar .menu .lk{padding: 0;}
	.idx-bar .menu .lk::after{display: none;}
	
	
	.crumb:before{width: 0.2rem;height: 0.2rem;margin-right: 0.05rem;}
	
	.xw-list .imgbox{width: 3.4rem;}
	
	/* 联系 */
	.pub-tt{margin-bottom: 0.3rem;}
	.pub-tt .bt{font-size: 0.34rem;}
	
	.lx-sec{flex-direction: column;}
	.lx-sec .info{width: 100%;}
	.lx-sec .form{width: 100%;margin-bottom: 0.25rem;}
	.lx-sec .form .tips{text-align: center;}
	
	/* 公司简介 */
	.us-edit{font-size: 0.17rem;}
	
	.us-cul{margin-left: -3%;}
	.us-cul .item{height: 3rem;width: 30.3%;margin-left: 3%;}
	.us-cul .shade{padding:0 .3rem .4rem}
	.us-cul .txt{line-height: 1.8;}
	
	.us-team .list .txt{line-height: 1.8;font-size: 0.16rem;}
	
	
	/* 产品列表 */
	.solu-list{margin-left: -2%;}
	.solu-list .item{width: 31.3%;margin:0 0 .7rem 2%;}
	.solu-list .shade{display: none;}
	.solu-list .title{margin-top: 0.2rem;}
	
	/* 产品详情页 */
	.cp-tit span{font-size: 0.36rem;letter-spacing: .06rem;line-height: 0.7rem;}
	
	.cp-intro{padding:.8rem 0;}
	.cp-intro .title{font-size: 0.3rem;text-align: center;}
	
	
	.cp-case .item .txt{line-height: 2;}
	
	
	/* 服务流程 */
	.fw-list li{padding:.25rem 0;}
	.fw-list .icon{height: 0.85rem;}
	.fw-list .tit{font-size: 0.2rem;}
	.fw-info{top: 2rem;}
	.fw-info .txt{font-size: 0.16rem;}
	
	
	
	
	
	
	
}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	html{font-size: 5.8rem!important;}
	
	.sj-menu{position:absolute;right: 2%;top: 50%;width: .36rem;height: .36rem;background: url(../images/menu.png) no-repeat center;background-size:.36rem;display: block;margin-top: -0.18rem;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.3rem;}
	
	.head{height: 0.8rem;}
	.hd-logo .img{height: 0.55rem;}
	
	.hd-nav{position:fixed;width: 100%;left: 0;top: .8rem;margin-top: 0;bottom: 0;overflow-y: scroll!important;display: none;background-color: #000;}
	.hd-nav li{display: block;margin-left: 0;position:relative;border-top:1px solid rgba(255,255,255,.1);}
	.hd-nav li>a{font-size: 0.17rem;color:#fff;line-height: 0.7rem;padding:0 .3rem;font-weight: normal;text-align: left;}
	.hd-nav .arrow{width: 0.7rem;height: 0.7rem;position:absolute;right: 0;top: 0;background:url(../images/arrow.png) no-repeat center;background-size:.2rem;display: block;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	.hd-nav li:hover>a, .hd-nav li.cur>a{color:#fff;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{background-color: transparent;}
	
	
	
	.hd-nav .drop{position:static;width: 100%;transform: translate(0,0);box-shadow:none;padding-left: 0.3rem;opacity: 1;visibility: inherit;border:none;display: none;background-color: transparent;}
	.hd-nav .drop a{font-size: .16rem;line-height: 0.6rem;border-top:1px solid rgba(255,255,255,.1);text-align: left;color:#fff;border-bottom:none;padding:0;}
	.hd-nav .drop a:hover{background-color: transparent;}
	
	.hd-nav .drop .tit{line-height: 0.7rem;padding:0 .2rem;}
	.hd-nav .subdrop{opacity: 1;transform: rotateX(0deg);position:static;width: 100%;width: 100%;background-color: transparent;padding-left: 0.3rem;display: none;}
	.hd-nav .subdrop .lk{line-height: 0.6rem;padding:0 .2rem;font-size: 0.15rem;}
	
	.hd-nav .drop .row:hover .tit{background-color: transparent;}
	.hd-nav .row .arrow{right: .1rem;}
	
	
	
	.ft-hz .wrap{display: block;}
	.ft-hz .tit{text-align: center;font-size: 0.28rem;margin-bottom: 0.2rem;line-height: 1.6;}
	.ft-hz .list{margin-left: 0;}
	.ft-hz .list li{margin:0 0 .1rem;width: 50%;display: flex;align-items: center;justify-content: center;height: .8rem;}
	.ft-hz .list .img{height: auto;max-width: 90%;max-height: 90%}
	
	
	.ft-msg .wrap{display: block;padding: 0 4%;}
	.ft-msg .tit{text-align: center;font-size: 0.28rem;margin-bottom: 0.2rem;line-height: 1.6;}
	.ft-msg .form{display: block;}
	.ft-msg .form .box{display: block;}
	.ft-msg .form .item{margin:0 0 .2rem!important;width: 100%;}
	.ft-msg .form .ipt{font-size: 0.15rem;}
	.ft-msg .form .submit{margin:.2rem auto 0;font-size: 0.16rem;height: 0.45rem;width: 1.3rem;}
	
	.ft-t .wrap{display: block;}
	.ft-t .l{width: 100%;max-width: 100%;border:none;display: block;}
	.ft-t .l .col{width: 100%;margin-bottom: 0.2rem;}
	.ft-t .line{display: none;}
	.ft-t .tit{font-size: 0.18rem;}
	.ft-t .lks{margin-left: -0.2rem;font-size: .15rem;}
	.ft-t .lk{display: inline-block;vertical-align: middle;font-size: 0.15rem;margin-left: 0.2rem;}
	.ft-t .r{padding-left: 0;display: block;}
	.ft-t .wxbox{margin:.3rem auto 0;}
	.ft-t .txt{margin-top: 0.1rem;}
	
	.ft-b span{display: block;}
    .ft-msg .form .item.code input {width: auto;flex: 1;}
	.ft-msg .form .item.code img {
		width: 120px;flex-shrink: 0;
	}
	
	
	/* index */
	.idx-ban .item{height: 3.2rem;}
	.idx-ban .title{font-size: 0.24rem;}
	.idx-ban .txt{font-size: 0.14rem;margin-top: 0.13rem;}
	.idx-ban .arrow{bottom: 0.3rem;font-size: 0;}
	.idx-ban .arrow::after{margin-top: 0.08rem;width: 0.15rem;height: 0.1rem;}
	
	.idx-tt{margin-bottom: 0.3rem;}
	.idx-tt .bt{font-size: 0.28rem;}
	
	.idx-solu{padding:.6rem 0;}
	.idx-solu .list{margin: 0;}
	.idx-solu .list .item{width: 100%;height: 2.6rem;margin:0 0 3%;}
	.idx-solu .list .title{bottom: 0.5rem;}
	
	.idx-more{width: 2rem;}
	
	.idx-cp{padding:.6rem 0;}
	.idx-cp .list{margin: 0;}
	.idx-cp .list .item{width: 100%;height: 2.4rem;margin:0 0 3%;}
	.idx-cp .list .title{font-size: 0.22rem;padding-bottom: .15rem;}
	.idx-cp .list .title::after{height: 0.02rem;}
	.idx-cp .idx-more{margin-top: 0.6rem;}
	
	.idx-xw{padding:.6rem 0;}
	.idx-xw .list{display: block;margin: 0;}
	.idx-xw .list .item{width: 100%;margin:0 0 4%;padding: 0.15rem;}
	.idx-xw .list .imgbox{height: 2rem;}
	.idx-xw .list .title{font-size: 0.18rem;}
	.idx-xw .list .txt{-webkit-line-clamp: 2;}
	.idx-xw .list .item::after{display: none;}
	.idx-xw .list .item:last-child{margin-bottom: 0;}
	
	/* 新闻 */
	.inner-ban .item{height: 3rem;}
	.inner-ban .box{text-align: center;}
	.inner-ban .title{font-size: 0.26rem;}
	.inner-ban .txt{font-size: 0.15rem;margin-top: 0.12rem;line-height: 1.6;}
	
	.idx-bar{height: auto;}
	.idx-bar .wrap{flex-direction: column-reverse;align-items: flex-start;}
	.idx-bar .menu{margin: 0;width: 100%;padding:0 0 .1rem;text-align: center;font-size: 0;white-space: nowrap;overflow-x: scroll;}
	.idx-bar .menu::-webkit-scrollbar{ display: none;} 
	.idx-bar .menu .lk{padding: 0;line-height: 0.45rem;margin:0 .15rem;}
	.idx-bar .menu .lk::after{display: none;}
	
	.crumb{padding:.15rem 0;font-size: 0.15rem;width: 100%;}
	.crumb:before{width: 0.16rem;height: 0.16rem;margin-right: 0.03rem;}
	
	.xw-main{padding:.4rem 0;}
	.xw-list .item{flex-direction: column-reverse;}
	.xw-list .imgbox{width: 100%;height: auto;max-height: 2rem;margin:0 0 .2rem;}
	.xw-list .item:first-child{padding-top: 0;}
	.xw-list .item:last-child{margin-bottom: 0;padding-bottom: 0;}
	.xw-list .date{font-size: 0.16rem;}
	.xw-list .title{font-size: 0.19rem;-webkit-line-clamp: 2;margin-top: 0.1rem;line-height: 1.6;}
	.xw-list .txt{margin-top: 0.06rem;}
	.xw-list .more{font-size: 0.14rem;margin-top: 0.2rem;}
	
	.pagelist a{min-width: .3rem;height: 0.3rem;line-height: 0.28rem;font-size: 0.15rem;margin:0 .03rem;}
	
	/* 联系 */
	.pub-tt{margin-bottom: 0.25rem;text-align: center;}
	.pub-tt .bt{font-size: 0.24rem;}
	
	.lx-main{padding:.5rem 0 .3rem;}
	.lx-sec{flex-direction: column;}
	.lx-sec .info{width: 100%;padding:.3rem .3rem;}
	.lx-sec .title{font-size: 0.21rem;}
	.lx-sec .txt{font-size: 0.16rem;line-height: 0.5rem;margin-top: 0.1rem;}
	.lx-sec .txt p{background-size: 0.18rem;padding-left: 0.24rem;}
	
	.lx-sec .form{width: 100%;margin-bottom: 0.25rem;}
	.lx-sec .form .row{display: block;margin-bottom: 0.15rem;}
	.lx-sec .form .item{width: 100%;margin-bottom: 0.15rem;}
	.lx-sec .form .item:last-child{margin-bottom: 0;}
	.lx-sec .form .ipt{font-size: 0.15rem;}
	.lx-sec .form .ipt-txt{height: 0.44rem;line-height: 0.44rem;}
	.lx-sec .form .submit{font-size: 0.2rem;}
	.lx-sec .form .tips{text-align: center;font-size: 0.16rem;line-height: 1.8;}
	.lx-sec .font{text-align: center;margin-top: 0.2rem;}
	.lx-sec .font::before{display: none;}
	
	/* 公司简介 */
	.us-edit{font-size: 0.15rem;line-height: 1.8;}
	
	.us-cul{margin-left: 0;display: block;margin-bottom: 0.5rem;}
	.us-cul .item{height: 2.2rem;width: 100%;margin: 0 0 4%;}
	.us-cul .shade{padding:0 .25rem .3rem}
	.us-cul .title{font-size: 0.2rem;}
	.us-cul .txt{line-height: 1.8;font-size: 0.16rem;text-indent: 0;}
	
	.us-team .t-tit{margin-left: 0;}
	.us-team .list .item{display: block;margin-bottom: 0.4rem;}
	.us-team .list .item:last-child{margin-bottom: 0;}
	.us-team .list .imgbox{width: 100%;height: auto;margin:0 0 .2rem!important;}
	.us-team .list .imgbox .img{height: 3rem;width: auto;display: block;margin:0 auto;}
	.us-team .list .title{text-align: center;font-size: 0.22rem;text-indent:0;}
	.us-team .list .txt{line-height: 1.7;font-size: 0.15rem;}
	
	/* 产品列表 */
	.solu-list{margin-left: 0;}
	.solu-list .item{width: 100%;margin:0;padding:.4rem 0;}
	.solu-list .shade{display: none;}
	.solu-list .imgbox{height: 1.8rem;}
	.solu-list .title{margin-top: 0.2rem;}
	
	/* 产品详情页 */
	.cp-tit span{font-size: 0.22rem;letter-spacing: .05rem;line-height: 0.5rem;padding:0 .3rem;}
	
	.cp-intro{padding:.5rem 0;}
	.cp-intro .title{font-size: 0.2rem;text-align: center;line-height: 1.7;}
	.cp-intro .txt{font-size: 0.15rem;line-height: 2;}
	
	.cp-yy{padding:.5rem 0;}
	.cp-yy .txt{font-size: 0.15rem;line-height: 1.8;}
	
	.cp-tx{padding:.5rem 0;}
	.cp-tx .detail{display: block;}
	.cp-tx .pic{width: 70%;display: block;margin:.3rem auto .2rem;}
	.cp-tx .txt{width: 100%;font-size: 0.15rem;line-height: 2;text-align: center;}
	
	.cp-ys{padding:.5rem 0;}
	.cp-ys .list{display: block;padding-top: 0;}
	.cp-ys .list li{width: 100%;border:none!important;padding: .1rem 0!important;align-items: center;}
	.cp-ys .list .icon{width: 0.5rem;margin:0 .2rem 0 0;}
	.cp-ys .list .title{font-size: 0.19rem;}
	.cp-ys .list .txt{font-size: 0.15rem;}
	
	.cp-pz{padding:.5rem 0;}
	.cp-pz .list{padding:.2rem 0 .1rem}
	.cp-pz .list li{font-size: 0.16rem;}
	.cp-pz .list li::before{width: 0.06rem;height: 0.06rem;}
	
	.cp-pz .bot{display: block;}
	.cp-pz .col{width: 100%;}
	.cp-pz .item .title{font-size: 0.19rem;}
	.cp-pz .item .txt{font-size: 0.15rem;line-height: 1.8;}
	
	.cp-gg{padding:.5rem 0;}
	.cp-gg .detail{display: block;}
	.cp-gg .txt{font-size: 0.16rem;}
	.cp-gg .title{font-size: 0.2rem;}
	.cp-gg .imgbox{width: 100%;margin:.3rem auto 0;}
	
	.cp-case{padding:.5rem 0;}
	.cp-case .detail{padding:.2rem 0 0;}
	.cp-case .item{display: block;}
	.cp-case .item .imgbox{width: 100%;margin:0 0 .2rem;}
	.cp-case .item .txt{font-size: 0.15rem;line-height: 2;}
	.cp-case .swiper-arr{display: none;}
	.cp-case .swiper-pagination{display: block;position: static;margin-top: 0.2rem;}
	.cp-case .swiper-pagination-bullet{background-color: #fff;}
	
	
	/* 服务流程 */
	.fw-main{padding:.5rem 0;}
	.pub-tt .desc{font-size: 0.15rem;margin-top: 0.25rem;line-height: 1.8;}
	
	
	.fw-list{white-space: nowrap;overflow-x: scroll;display: block;margin: .6rem 0 0;width:calc(100% + 4%);}
	.fw-list::-webkit-scrollbar{ display: none;} 
	.fw-list li{padding:0;display: inline-block;vertical-align: text-top;width: auto;margin:0 .25rem 0 0!important;border:none;background-color: transparent;box-shadow:none!important;white-space: pre-wrap;font-size: 0;}
	.fw-list .icon{height: 0.48rem;}
	.fw-list .tit{font-size: 0.15rem;max-width: 1.1rem;margin:.1rem auto 0;}
	.fw-list .tit br{display: none;}
	.fw-list li.cur .tit{color:#ef2928;}
	
	.fw-info{position: static;width: 100%;margin-top: 0.2rem;}
	.fw-info .txt{font-size: 0.15rem;}
	
}

	
	/* 2023-11-22新增 */
.ft-hz {
	background: #1d1d1d;
}
.cp-intro .pro-box{
	/* max-width: 7rem; */
    display: block;
    margin: 0 auto;
    /* width: 74%; */
	text-align: center;
}

.cp-intro .pro-box .txt {
	max-width: 7rem;
	width: 76%;
	border: 2px solid #797a7c;
    border-radius: 10px;
    font-size: .42rem;
    font-weight: 600;
	line-height: 1.6;
	letter-spacing: 4px;
    text-indent: 0;
    padding: 0.3rem 0;
	text-align: center;
	margin: 0 auto;
}

.cp-intro .pro-box img {
	margin-top: -.24rem;
	/*width: 80%;*/
	text-align: center;
}
@media (max-width: 767px) {
	.cp-intro .pro-box .txt {
		font-size: .32rem;
	}
}
@media (max-width: 540px) {
	.cp-intro .pro-box .txt {
		font-size: 16px;
	}
}
.idx-ban .item .img_full {
	animation: imageAnimation 10s linear 1 0s;
}
.idx-solu .content {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.idx-solu .content h3 ,
.idx-solu .content p {
	color: #ffffff;
}
.idx-solu .list {
	display: none;
}
@media (max-width: 1130px){
	.idx-solu .content {
		display: none;
	}
	.idx-solu .list {
		display: flex;
	}
}
a:hover.tilter .tilter__deco {
	height: 0;
}
.ft-msg .form .item.code img,
.lx-sec .form .item.code img,
.lx-sec .form .submit,
.fw-info .ic{
	display: block;
}