@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}


*{box-sizing:border-box;color:#2b2a2a;font-size: .16rem;}
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;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;max-width: 15.9rem;width: 94%;}
: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:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

/* 公共 */
.pc-head{height: 0.8rem;position: fixed;width: 100%;left: 0;top: 0.5rem;z-index:100;transition: all .4s;}
.pc-head .wrap{background-color: rgba(255,255,255,.8);border-radius:.25rem;display: flex;align-items: center;justify-content: space-between;height: 100%;padding:0 .55rem;position: relative;}
.pc-head .r{display: flex;align-items: center;}
.pc-head.scroll{top: 0;}
.pc-head.scroll .wrap{width: 100%;max-width: 100%;border-radius:0;}

.hd-logo{}
.hd-logo .img{height: 0.7rem;width: auto; }

.hd-sear{margin-left: 0.35rem;}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;background:url(../images/icon_02.png) no-repeat center;background-size:contain;display: block;cursor: pointer;}
.hd-sear .drop{background-color: rgba(255,255,255,.8);border-radius:.25rem;padding:.5rem 0;position: absolute;width: 100%;left: 0;top: 0.84rem;display: none;}
.hd-sear .form{max-width: 7rem;margin:0 auto;display: flex;align-items: center;border-bottom:1px solid #ccc;width: 80%;}
.hd-sear .form .ipt-txt{flex:1;overflow: hidden;font-size: 0.16rem;color:#000;background:none;line-height: 0.5rem;}
.hd-sear .form .submit{width: 0.4rem;height: 0.4rem;background:url(../images/icon_02.png) no-repeat center;background-size:contain;border:none;cursor: pointer;}


.hd-lx{font-size: 0.18rem;color:#fff;width:1.8rem;height: 0.42rem;border-radius:.21rem;display: flex;align-items: center;justify-content: center;margin-left: 0.35rem;background: linear-gradient(to right, #00ade9 , #33ebf8);}
.hd-lx::before{content:'';display: inline-block;vertical-align: middle;width: 0.24rem;height: 0.24rem;background:url(../images/icon_03.png) no-repeat center;background-size:contain;margin-right: 0.12rem;}
.hd-lx:hover{background: linear-gradient(to right, #008fd7 , #008fd7);}

.hd-nav{}
.hd-nav>li{display: inline-block;vertical-align: middle;margin-left: 0.5rem;}
.hd-nav>li>a{display: block;font-size: 0.22rem;color:#1d1b1b;line-height: 0.8rem;}
.hd-nav>li:hover>a{color:#008fd7;}
.hd-nav>li.cur>a{color:#008fd7;}

.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{background-color:#F6F6F6;position: absolute;width: 100%;left: 0;box-shadow:0 .05rem .16rem 0 rgba(0, 0, 0, 0.06);transform: scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;border-radius:0 0 .25rem .25rem;}

.hd-nav .usdrop{padding:.5rem 0;text-align: center;}
.hd-nav .usdrop .lk{display: inline-block;vertical-align: middle;margin:0 .3rem;}
.hd-nav .usdrop .lk .icon{width: 0.32rem;margin-right: 0.15rem;}
.hd-nav .usdrop .lk:hover{color:#008fd7;}

.hd-nav .fwdrop{display: flex;align-items: flex-start;max-width: 13.7rem;margin:0 auto;width: 90%;padding:.45rem 0;}
.hd-nav .fwdrop .menus{flex:1;overflow: hidden;display: flex;}
.hd-nav .fwdrop .col{margin-right: 0.8rem;}
.hd-nav .fwdrop .tit{display: flex;align-items: center;font-size: 0.18rem;}
.hd-nav .fwdrop .tit .ico{width: 0.45rem;margin-right: 0.1rem;}
.hd-nav .fwdrop .tit:hover{color:#008fd7;}
.hd-nav .fwdrop .lks{padding-left: 0.55rem;margin-top: 0.15rem;}
.hd-nav .fwdrop .lk{display: block;font-size: 0.16rem;color:#666;line-height: 2.2;}
.hd-nav .fwdrop .lk:hover{color:#008fd7;}
.hd-nav .fwdrop .wxbox{}
.hd-nav .fwdrop .pic{width: 1.5rem;display: block;margin:0 auto;}
.hd-nav .fwdrop .fz{font-size: 0.15rem;text-align: center;margin-top: 0.07rem;}



.hd-nav .xwdrop{display: flex;align-items: flex-start;max-width: 13.7rem;margin:0 auto;width: 90%;padding:.45rem 0;}
.hd-nav .xwdrop .menu{width: 3.8rem;margin-right: 0.2rem;}
.hd-nav .xwdrop .menu .lk{font-size: 0.2rem;line-height: 0.75rem;display: flex;padding-left: 0.5rem;align-items: center;margin-bottom: 0.1rem;border-left:.03rem solid transparent;}
.hd-nav .xwdrop .menu .ico{width: 0.46rem;margin-right: 0.2rem;}
.hd-nav .xwdrop .menu .lk.cur{background-color: #fff;color:#008fd7;border-color:#008fd7;}



.hd-nav .xwdrop .rbox{flex:1;overflow: hidden;}
.hd-nav .xwdrop .box{display: flex;align-items: flex-start;}
.hd-nav .xwdrop .list-l{width: 3rem;margin-right: 0.35rem;}
.hd-nav .xwdrop .list-l .imgbox{height: 2.15rem;border-radius:.1rem;overflow: hidden;display: block;}
.hd-nav .xwdrop .list-r{flex:1;overflow: hidden;}
.hd-nav .xwdrop .list-r .title{font-size: 0.15rem;color:#555;line-height: 0.4rem;display: block;}
.hd-nav .xwdrop .list-r .title::before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;background-color: #ccc;border-radius:50%;margin-right: 0.15rem;}
.hd-nav .xwdrop .list-r .title:hover{color:#008fd7;}
.hd-nav .xwdrop .list-r .title:hover::before{background-color: #008fd7;}

.hd-nav .cpdrop{display: flex;margin:0 auto;width: 100%;background-color: #fff;}
.hd-nav .cpdrop .menu{width: 4.5rem;padding:.45rem 0 .45rem 1rem;background-color: #f6f6f6;}
.hd-nav .cpdrop .menu .lk{font-size: 0.18rem;line-height: 0.75rem;display: flex;padding-left: 0.5rem;align-items: center;margin-bottom: 0.1rem;border-left:.03rem solid transparent;}
.hd-nav .cpdrop .menu .ico{width: 0.4rem;margin-right: 0.2rem;}
.hd-nav .cpdrop .menu .lk.cur{background-color: #fff;color:#008fd7;border-color:#008fd7;}

.hd-nav .cpdrop .rbox{padding:.45rem 5%;}
.hd-nav .cpdrop .list{display: flex;flex-wrap: wrap;}
.hd-nav .cpdrop .list .item{width: 29.3%;margin:0 2% 4%;}
.hd-nav .cpdrop .list .imgbox{height: 1.65rem;}
.hd-nav .cpdrop .list .title{font-size: 0.16rem;text-align: center;display: block;margin-top: 0.1rem;}
.hd-nav .cpdrop .list .item:hover .title{color:#008fd7;}





.foot{}
.ft-t{padding:.75rem 0 .6rem;background:url(../images/ft_05.jpg) no-repeat center;background-size:cover;}
.ft-t .wrap{display: flex;align-items: flex-start;}
.ft-t .lbox,.ft-t .rbox{padding-top: 0.15rem;padding-bottom: 0.3rem;}
.ft-t .lbox{flex:1;overflow: hidden;display: flex;align-items: flex-start;padding-right: 15%;justify-content: space-between;border-right:1px solid rgba(255,255,255,.4);}
.ft-t .rbox{width: 45%;display: flex;align-items: flex-start;}
.ft-t .tit{font-size: 0.2rem;color:#fff;font-weight: bold;margin-bottom: 0.12rem;}
.ft-t .col{}
.ft-t .x{width: 0.28rem;height: 0.03rem;background-color: #fff;margin-bottom: 0.17rem;display: block;}
.ft-t .lk{display: block;font-size: 0.16rem;color:#fff;line-height: 0.36rem;}
.ft-t .lk:hover{opacity: .85;}

.ft-t .info{padding:0 .55rem;}
.ft-t .txt{font-size: 0.15rem;color:#fff;line-height: 0.34rem;padding-top: 0.06rem;}
.ft-t .txt p{padding-left: 0.26rem;position: relative;}
.ft-t .txt p::before{content:'';position: absolute;left: 0;top: .08rem
;width: 0.18rem;height: 0.18rem;}
.ft-t .txt .address::before{background:url(../images/ft_01.png) no-repeat center;background-size:contain;}
.ft-t .txt .tel::before{background:url(../images/ft_02.png) no-repeat center;background-size:contain;}
.ft-t .txt .email::before{background:url(../images/ft_03.png) no-repeat center;background-size:contain;}
.ft-t .wxbox{width: 1.6rem;}
.ft-t .wxbox .pic{width: 100%;}

.ft-b{background-color: #4290d3;padding:.15rem 0;}
.ft-b .txt{text-align: center;font-size: 0.16rem;color:#fff;line-height: 0.25rem;}
.ft-b .txt span{margin:0 .1rem;}


/* 新闻 */
.inner-ban{/* height: 6.9rem; */}

.crumb{height: 0.55rem;background-color: #f2f2f2;line-height: 0.55rem;font-size: 0.14rem;color:#666;text-align: right;}
.crumb *{font-size: inherit;color:inherit;}
.crumb a:hover,.crumb span{color:#333;}
.crumb .box::before{content:'';display: inline-block;vertical-align: middle;width: 0.16rem;height: 0.16rem;background:url(../images/icon_01.png) no-repeat center;background-size:contain;margin-right: 0.02rem;}

.xw-main{padding:.45rem 0 1rem;}
.xw-list{}
.xw-list .item{margin-bottom: 0.6rem;padding: 0.2rem;border-radius:.15rem;box-shadow:0 0 .16rem rgba(156,156,156,.35);display: flex;align-items: flex-start;}
.xw-list .imgbox{width: 4.95rem;height: 2.85rem;border-radius:.1rem;overflow: hidden;margin-right: 0.5rem;}
.xw-list .info{flex:1;overflow: hidden;padding:.28rem .1rem 0 0;}
.xw-list .title{font-size: 0.26rem;color:#2b2a2a;line-height: 1.4;-webkit-line-clamp: 1;}
.xw-list .date{font-size: 0.15rem;color:#9c9c9c;margin-top: 0.07rem;}
.xw-list .txt{font-size: 0.17rem;color:#3f3f3f;line-height: 0.32rem;-webkit-line-clamp: 2;min-height: .64rem;margin-top: 0.2rem;}
.xw-list .more{margin-top: 0.45rem;display: block;font-size: 0.13rem;color:#fff;width: 1.2rem;line-height: 0.34rem;text-align: center;background-color: #a7a7a7;}
.xw-list .item:hover .title{color:#008fea;}
.xw-list .item:hover .more{background-color: #03afe9;}

/* 新闻详情 */
.xw-det{padding:.75rem 0;}
.xw-det .top{text-align: center;padding:.13rem 0;border-bottom:1px solid #dfdfdf;margin-bottom: 0.35rem;}
.xw-det .title{font-size: 0.26rem;font-weight: bold;line-height: 1.4;}
.xw-det .date{font-size: 0.15rem;color:#9c9c9c;margin-top: 0.1rem;}
.xw-det .edit{font-size: 0.17rem;color:#3f3f3f;line-height: 2;}

.pagenav{background-color: #f5f5f5;line-height: 0.55rem;display: flex;justify-content: space-between;margin-top: 0.7rem;padding:0 .2rem;}
.pagenav .lk{font-size: 0.14rem;color:#555555;display: block;max-width: 45%;}
.pagenav .lk:hover{color:#008fea;}

/* 可持续发展 */
.pub-tt{text-align: center;margin-bottom: 0.45rem;}
.pub-tt .bt{font-size: 0.45rem;color:#222222;}
.pub-tt .smwz{font-size: 0.18rem;color:#707070;margin-top: 0.1rem;}

.faz-sec{padding:.7rem 0;}
.faz-sec .list{display: flex;justify-content: space-between;}
.faz-sec .list .item{padding:.35rem .2rem;background-color: #f5f5f5;flex:1;overflow: hidden;margin-right: 0.2rem;text-align: center;}
.faz-sec .list .item:last-child{margin-right: 0;}
.faz-sec .list .icon{height: 0.86rem;width: auto;display: block;margin:0 auto;}
.faz-sec .list .tit{font-size: 0.25rem;color:#222222;margin-top: 0.08rem;}

.faz-sec .botbox{margin-top: 0.65rem;padding:.7rem 0;background-color: #f5f5f5;display: flex;align-items: center;}
.faz-sec .botbox .info{flex:1;overflow: hidden;padding:.3rem .65rem;}
.faz-sec .botbox .txt{font-size: 0.18rem;color:#595959;line-height: 0.38rem;}
.faz-sec .botbox .imgbox{width: 48%;}

/* 产品 */
.cp-main{padding:.6rem 0 1rem;}
.cp-list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.cp-list .item{background-color: #f5f5f5;width: 31.3%;margin:0 0 .55rem 2%;}
.cp-list .imgbox{height: 3.65rem;}
.cp-list .info{padding: 0.2rem;}
.cp-list .title{font-size: 0.22rem;color:#5a5a5a;text-align: center;line-height: 1.4;}
.cp-list .txt{font-size: 0.16rem;color:#8c8c8c;line-height: 0.26rem;-webkit-line-clamp: 2;margin-top: 0.08rem;}
.cp-list .item:hover .title{color:#008fea;}

/* 产品详情 */
.cp-xq{}
.cp-xq .bt{font-size: 0.25rem;color:#3397c5;font-weight: bold;margin-bottom: 0.4rem;}
.cp-xq .detail{display: flex;align-items: flex-start;}
.cp-xq .info{flex:1;overflow: hidden;}
.cp-xq .txt{font-size: 0.18rem;color:#5a5a5a;line-height: 0.38rem;margin-bottom: 0.25rem;}
.cp-xq .tit{font-size: 0.24rem;color:#fff;line-height: 0.44rem;border-radius:.1rem;padding:0 .25rem;background: linear-gradient(to right, #00aee9 , #32ebf7);display: inline-block;vertical-align: middle;font-weight: bold;margin-bottom: 0.1rem;}
.cp-xq .imgbox{width: 50%;border-radius:.25rem;overflow: hidden;margin-left: 0.45rem;box-shadow:0 0 .35rem rgba(0,0,0,.23);margin-top: 0.75rem;}
.cp-xq #video-box{width: 100% !important;height: auto !important;}

/* 关于我们 */
.us-intro{padding:.5rem 0;}
.us-intro .detail{display: flex;align-items: flex-start;}
.us-intro .info{width: 49%;}
.us-intro .bt{font-size: 0.36rem;color:#01aeea;line-height: 0.7rem;}
.us-intro .desc{padding:.8rem .3rem;background-color: #f3f3f3;width:calc(100% + 0.1rem);position: relative;z-index:5;}
.us-intro .txt{font-size: 0.16rem;color:#666666;line-height: 0.35rem;}

.us-intro .videobox{width: 51%;height: 5.55rem;}
.us-intro .video{width: 100%;height: 100%;}


.us-intro2{padding:.5rem 0;}
.us-intro2 .detail{display: flex;align-items: flex-start;}
.us-intro2 .info{width: 50%;}
.us-intro2 .bt{font-size: 0.36rem;color:#01aeea;line-height: 0.7rem; padding:.0rem .3rem;}
.us-intro2 .desc{padding:.8rem .3rem;background-color: #f3f3f3;width:calc(100% + 0.1rem);position: relative;z-index:5;}
.us-intro2 .txt{font-size: 0.16rem;color:#666666;line-height: 0.35rem;}

.us-intro2 .videobox{width: 49%;}
.us-intro2 .video{width: 100%;height: 100%;}



.us-sz{padding:.5rem 0;background:url(../images/us_02.jpg) no-repeat center;background-size:cover;}
.us-sz .list{display: flex;}
.us-sz .list li{flex:1;overflow: hidden;text-align: center;}
.us-sz .list .icon{height: 0.7rem;width: auto;display: block;margin:0 auto;}
.us-sz .list .num{font-size: 0.48rem;color:#fff;font-weight: bold;line-height: 1;margin-top: 0.13rem;}
.us-sz .list .num i{}
.us-sz .list .fz{font-size: 0.2rem;color:#fff;margin-top: 0.1rem;}

.us-zr{margin:.6rem 0 1.1rem;}
.us-zr .list{}
.us-zr .item{display: flex;background-color: #f5f5f5;align-items: center;}

.us-zr .title{font-size: 0.44rem;color:#333;}
.us-zr .txt{font-size: 0.16rem;color:#666;line-height: 2;margin-top: 0.15rem;}
.us-zr .video{width: 50%;height: 50%; vertical-align: middle;}
.us-zr .imgbox{width: 50%;height: 4.25rem;}
.us-zr .item:nth-child(odd) .info{padding:0 1.3rem 0 calc(50% - 7.95rem);}
.us-zr .item:nth-child(even){flex-direction: row-reverse;}
.us-zr .item:nth-child(even) .info{padding:0 calc(50% - 7.95rem) 0 1.3rem;}

/* 人才 */
.rc-top{padding:.6rem 0 .3rem;}
.rc-top .detail{display: flex;align-items: center;}
.rc-top .info{flex:1;overflow: hidden;}
.rc-top .bt{font-size: 0.45rem;color:#222222;}
.rc-top .smwz{font-size: 0.22rem;color:#fd8532;margin-top: 0.1rem;}
.rc-top .txt{font-size: 0.16rem;color:#707070;line-height: 0.36rem;margin-top: 0.35rem;}
.rc-top .pic{width: 47%;margin-left: 0.2rem;}

.rc-job{padding:.45rem 0 1rem;background:url(../images/rc_04.jpg) no-repeat center;background-size:cover;}
.rc-job .t-tit{font-size: 0.26rem;color:#011423;padding-bottom: 0.15rem;position: relative;margin-bottom: 0.2rem;text-align: center;}
.rc-job .t-tit::after{content:'';position: absolute;width: 0.42rem;height: 1px;background-color: #409dd9;left: 50%;bottom: 0;transform: translate(-50%,0);}
.rc-job .table{background-color: #fff;}
.rc-job .table .thead{display: flex;align-items: center;border-bottom:1px solid #efefef;}
.rc-job .table .th{font-size: 0.18rem;color:#000000;line-height: 0.3rem;padding:.25rem 0 .25rem .2rem;}
.rc-job .table .tbody{}
.rc-job .table .tr{}
.rc-job .table .topbox{border-bottom:1px solid #efefef;display: flex;}
.rc-job .table .td{font-size: 0.16rem;color:#5d5d5d;line-height: 0.24rem;padding:.18rem 0 .18rem .2rem;}

.rc-job .table .botbox{padding: 0.3rem;background-color: #fcfcfc;display: none;}
.rc-job .table .tit{font-size: 0.2rem;color:#303030;font-weight: bold;margin-bottom: 0.12rem;}
.rc-job .table .txt{font-size: 0.16rem;color:#4f4f4f;line-height: 0.25rem;}
.rc-job .table .more::after{content:'';display: inline-block;vertical-align: middle;margin-left: 0.05rem;width: 0.2rem;height: 0.2rem;background:url(../images/rc_03.png) no-repeat center;background-size:contain;}
.rc-job .table .more.this::after{background-image:url(../images/rc_03-1.png)}

.rc-job .w1{width: 50%;}
.rc-job .w2{width: 30%;}
.rc-job .w3{width: 20%;}

/* 销售 */
.sale-sec{padding:.6rem 0 1.5rem;}
.sale-sec .detail{padding:1.5rem .45rem;min-height: 7.5rem;background:url(../images/sale_02.jpg) no-repeat center;background-size:cover;}
.sale-sec .list{display: flex;flex-wrap: wrap;margin-left: -3%;padding-top: .8rem;}
.sale-sec .list .item{border-radius:.06rem;background-color: #fff;box-shadow:0 0 .28rem rgba(156,156,156,.35);width: 25%;margin-left: 3%;padding:1px .25rem .45rem;max-width: 3.65rem;}
.sale-sec .list .pic{width: 1.6rem;height: 1.6rem;border:1px solid #ddd;border-radius:50%;display: block;margin:-.8rem auto 0;}
.sale-sec .list .txt{font-size: 0.16rem;color:#666666;line-height: 0.38rem;margin-top: 0.55rem;}
.sale-sec .list .ico{width: 0.18rem;margin-right: 0.05rem;display: inline-block;vertical-align: middle;}

/* 联系 */
.lx-sec{padding:0 1.2rem 1.6rem .65rem;}
.lx-sec .detail{display: flex;align-items: center;}

.lx-info{flex:1;overflow: hidden;}
.lx-info li{display: flex;align-items: center;margin-bottom: 0.5rem;}
.lx-info .icon{width: 1.15rem;margin-right: 0.3rem;}
.lx-info .info{flex:1;overflow: hidden;}
.lx-info .title{font-size: 0.2rem;}
.lx-info .txt{font-size: 0.16rem;margin-top: 0.1rem;}

.lx-form{width: 45%;max-width: 5.7rem;padding:.6rem .7rem;display: block;box-shadow:0 0 .28rem rgba(156,156,156,.35);margin-top: -1.1rem;background-color: #fff;}
.lx-form .title{font-size: 0.32rem;margin-bottom: 0.13rem;}
.lx-form .smwz{font-size: 0.16rem;color:#888;margin-bottom: 0.35rem;}
.lx-form .row{margin-bottom: 0.3rem; position:relative;}
.lx-form .ipt{width: 100%;border:1px solid #e5e5e5;font-size: 0.16rem;color:#333;}
.lx-form .ipt-txt{padding:0 .2rem;height: 0.5rem;line-height: 0.5rem;}
.lx-form .con{height: 1.65rem;padding:.1rem .2rem;line-height: 1.4;resize:none;}
.lx-form .submit{width: 1.9rem;line-height: 0.6rem;font-size: 0.18rem;color:#fff;border:none;cursor: pointer;background-color: #01afe9;}
.lx-form .submit:hover{background-color: #008fea;}

/* index */
.idx-ban{}
.idx-ban .item{height: 9.7rem;position: relative;}

.idx-ban .item video {width: 100%;height: 100%;object-fit: cover;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.idx-ban .smtit{font-size: 0.35rem;color:#ff7e43;font-weight: bold;}
.idx-ban .tit{font-size: 0.45rem;color:#008fd7;font-weight: bold;margin-top: 0.1rem;}
.idx-ban .swiper-pagination{bottom: 1rem;font-size: 0;left:0;}
.idx-ban .swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;border:1px solid #fff;opacity: 1;margin:0 .15rem 0 0!important;background-color: transparent}
.idx-ban .swiper-pagination-bullet-active{background-color: #fff;}


.idx-tt{text-align: center;margin-bottom: 0.4rem;}
.idx-tt .bt{font-size: 0.36rem;color:#008fd7;}
.idx-tt .smwz{font-size: 0.18rem;color:#6b6b6b;margin-top: 0.1rem;}

.idx-cp{padding:1rem 0 .6rem;}
.idx-cp .list{display: flex;flex-wrap: wrap;margin-left: -2.5%;}
.idx-cp .list .item{height: 4.85rem;position: relative;width: 22.5%;margin:0 0 0 2.5%;}
.idx-cp .list .imgbox{height: 100%;}
.idx-cp .list .imgbox::before{content: ""; position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2); transition: all .3s; z-index: 1;}
.idx-cp .list .item:hover .imgbox::before{background: rgba(0, 0, 0, 0);}
.idx-cp .list .bot{position: absolute;width: 100%;left: 0;bottom: 0.5rem;padding:0 .2rem;z-index: 2;}
.idx-cp .list .line{width: 0.4rem;height: 0.05rem;background-color: #fff;display: block;margin:0 auto;}
.idx-cp .list .title{font-size: 0.21rem;color:#fff;font-weight: bold;text-align: center;margin-top: 0.4rem;}

.idx-us{padding:.7rem 0;background-color: #f9f9f9;}
.idx-us .idx-tt{margin-bottom: 0;}
.idx-us .idx-tt .bt{font-size: 0.32rem;}
.idx-us .idx-tt .smwz{color:#000000;}
.idx-us .x{width: 2px;height: 0.42rem;background-color: #008fea;display: block;margin:.2rem auto;}
.idx-us .txt{font-size: 0.18rem;color:#666666;line-height: 0.4rem;text-align: center;}
.idx-us .more{font-size: 0.16rem;color:#fff;width: 1.7rem;line-height: 0.5rem;border-radius:.3rem;background-color: #b5b5b5;margin:.5rem auto 0;display: block;text-align: center;}
.idx-us .more:hover{background-color: #008fea;}

.idx-jis{padding:1.2rem 0;}
.idx-jis .auto{max-width: 17.7rem;}
.idx-jis .list{display: flex;}
.idx-jis .list .item{padding:.45rem .3rem;margin-right: 0.25rem;flex:1;overflow: hidden;border-radius:.15rem;box-shadow:0 0 .18rem rgba(42,42,42,.22);text-align: center;}
.idx-jis .list .ico{height: 1.78rem;width: auto;display: block;margin:0 auto;border-radius:50%;}
.idx-jis .list .ico-h{display: none;}
.idx-jis .list .title{font-size: 0.22rem;color:#575757;margin-top: 0.15rem;}
.idx-jis .list .font{font-size: 0.16rem;color:#999999;margin-top: 0.06rem;}
.idx-jis .list .item:last-child{margin-right: 0;}
.idx-jis .list .item:hover{background: linear-gradient(to right, #4392da , #52b3fd);}
.idx-jis .list .item:hover .title{color:#fff;}
.idx-jis .list .item:hover .font{color:#fff;}
.idx-jis .list .item:hover .ico-h{display: block;background-color: rgba(255,255,255,.15);}
.idx-jis .list .item:hover:hover .ico-s{display: none;}

.idx-join .auto{max-width: 17.7rem;}
.idx-join .item{height: 6.15rem;position: relative;}
.idx-join .box{position: absolute;width: 100%;left: 0;bottom: 0.8rem;padding:0 .6rem;}
.idx-join .title{font-size: 0.36rem;color:#fff;}
.idx-join .txt{font-size: 0.18rem;color:#fff;line-height: 0.3rem;margin-top: 0.12rem;max-width: 8.35rem;}
.idx-join .more{font-size: 0.18rem;color:#fff;width: 1.8rem;line-height: 0.42rem;background-color: #c5744f;border-radius:.21rem;text-align: center;display: block;margin-top: 0.18rem;}

.idx-xw{padding:1.1rem 0 .8rem;}

.idx-xw .detail{overflow: hidden;width: 100%;}
.idx-xw .item{position: relative;height: 3.8rem;overflow: hidden;display: block;}
.idx-xw .item .img{transition: all 1s;}
.idx-xw .item .title{font-size: 0.18rem;color:#fff;line-height: 2;position: absolute;left: 0;width: 100%;top: 50%;padding:0 .6rem;text-align: center;}
.idx-xw .item .icon{width: 1rem;height: 1rem;background:url(../images/idx_16.png) no-repeat center rgba(255,126,67,.8);background-size:cover;border-radius:50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all .4s;}
.idx-xw .item:hover .title{display: none;}
.idx-xw .item:hover .icon{opacity: 1;}
.idx-xw .item:hover .img{transform: scale(1.1,1.1);}

.idx-xw .swiper-container{width: calc(100% + 1rem);margin-left: -0.5rem;}
.idx-xw .swiper-slide{transform: scale(0.88,0.88);}
.idx-xw .swiper-slide-active{transform: scale(1,1);}

.idx-xw .bot{display: flex;align-items: center;padding:0 1.1rem;margin-top: 0.75rem;}
.idx-xw .swiper-pagination{position: static;margin: 0;font-size: 0;height: auto;margin:0 .15rem;}
.idx-xw .swiper-pagination .swiper-pagination-bullet{width: 0.1rem;height: 2px;background-color: #e5e5e5;border-radius:0;opacity: 1;}
.idx-xw .swiper-pagination .swiper-pagination-bullet-active{background-color: #333333;}

.idx-xw .swiper-button{position: static;margin: 0;width: 0.2rem;height: 0.2rem;background:url(../images/idx_15.png) no-repeat center;background-size:contain;}
.idx-xw .swiper-button-next{transform: rotate(180deg);}
.idx-xw .total{margin-right: 0.15rem;font-size: 0.12rem;color:#fff;line-height: 0.2rem;width: 0.6rem;text-align: center;background-color: #333333;border-radius:.1rem;}





.pc-head{}
.sj-head{display: flex;align-items: center;justify-content: space-between;height: 0.8rem;background-color: #fff;position: sticky;padding:0 .2rem;top: 0;z-index:110;box-shadow: 0 0 .1rem .03rem rgba(0, 0, 0, .05);display: none;}

.sj-head .hd-logo .img{height: 0.6rem;}

.sj-head .hd-sear .drop{padding:.3rem 0;border-radius:0;top: 0.8rem;}

.sj-menu{width: 0.5rem;height: 0.5rem;background:url(../images/menu.png) no-repeat center;background-size:.32rem;display: block;}
.sj-menu.this{background-image:url(../images/close.png)}

.sj-nav{background-color: #333;padding:.3rem .3rem;position: fixed;width: 100%;left: 0;top: 0.8rem;bottom: 0;overflow-y: scroll;display: none;}
.sj-nav li{position: relative;}
.sj-nav li>a{display: block;font-size: 0.17rem;color:#fff;line-height: 0.5rem;border-bottom:1px solid rgba(255,255,255,.3);}
.sj-nav .drop{padding-left: 0.2rem;display: none;}
.sj-nav .row{position: relative;}
.sj-nav .smtit{font-size: 0.15rem;color:#fff;display: block;border-bottom:1px solid rgba(255,255,255,.3);line-height: 0.5rem;}
.sj-nav .subdrop{padding-left: 0.2rem;display: none;}
.sj-nav .lk{display: block;font-size: 0.14rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.3);line-height: 0.5rem;}

.sj-nav .arrow{position: absolute;right: .1rem;top: .18rem;width: .14rem;height: .14rem;}
.sj-nav .arrow::before,.sj-nav .arrow::after{content: "";position: absolute;left: 50%;top: 0;margin-left: -.01rem;width: .02rem;height: 100%;background: #fff;transition: all .36s;}
.sj-nav .arrow::after{transform: rotate(90deg);}
.sj-nav .arrow.this::before{transform: rotate(90deg);}



.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;}


@media screen and (min-width:320px) and (max-width:1199px){
	.pc-head{display: none;}
	.sj-head{display: flex;}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	
	
	
	/* 关于我们 */
	.us-sz .list .num{font-size: 0.42rem;}
	
	.us-zr .info{padding:0 .8rem!important;}
	
	
	/* 销售 */
	.sale-sec .list .item{width: 40%;}
	
	/* index */
	.idx-jis .list .ico{height: 1.2rem;}
	
	
	
}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}
	
	.ft-t{padding:.6rem 0 .4rem;}
	.ft-t .wrap{display: block;}
	.ft-t .lbox{padding: 0 5% 0 0;border:none;}
	.ft-t .rbox{width: 100%;margin-top: 0.4rem;padding: 0;}
	.ft-t .info{padding:0 10% 0 0;flex:1;overflow: hidden;}
	.ft-t .wxbox{width: 1.2rem;}
	.ft-t .tit{font-size: 0.18rem;}
	.ft-b .txt{font-size: 0.14rem;}
	
	
	/* 新闻 */
	.xw-main{padding:.45rem 0 .6rem;}
	.xw-list .item{align-items: center;margin-bottom: 0.35rem;}
	.xw-list .imgbox{width: 3.2rem;height: 2.5rem;margin-right: 0.3rem;}
	.xw-list .info{padding: 0;}
	.xw-list .title{font-size: 0.19rem;-webkit-line-clamp: 2;}
	.xw-list .date{font-size: 0.14rem;}
	.xw-list .txt{font-size: 0.16rem;line-height: 0.28rem;min-height: .56rem;margin-top: 0.1rem;}
	.xw-list .more{margin-top: 0.35rem;}
	
	/* 可持续发展 */
	.pub-tt .bt{font-size: 0.32rem;}
	.pub-tt .smwz{font-size: 0.16rem;}

	.faz-sec .list .icon{height: 0.7rem;}
	.faz-sec .list .tit{font-size: 0.2rem;}
	
	.faz-sec .botbox{padding:.5rem 0;}
	.faz-sec .botbox .info{padding: 0.15rem 0.3rem;}
	.faz-sec .botbox .txt{font-size: 0.16rem;line-height: 1.8;}
	
	/* 产品 */
	.cp-list{justify-content: space-between;margin: 0;}
	.cp-list .item{width: 48%;margin:0 0 4%;}
	.cp-list .imgbox{height: 3rem;}
	.cp-list .title{font-size: 0.2rem;}
	
	/* 产品详情 */
	.cp-xq .detail{flex-direction: column-reverse;}
	.cp-xq .imgbox{margin: 0 0 .4rem;}
	.cp-xq .bt{margin-bottom: 0.2rem;}
	
	
	
	/* 关于我们 */
	.us-intro .detail{display: block;}
	.us-intro .info{width: 100%;}
	.us-intro .bt{font-size: 0.3rem;margin-bottom: 0.1rem;}
	.us-intro .desc{width: 100%;padding: 0.3rem 0.3rem;}
	.us-intro .videobox{width: 100%;margin-top: 0.2rem;height: 3.5rem;}
	
	.us-sz .list .icon{height: 0.55rem;}
	.us-sz .list .num{font-size: 0.32rem;}
	.us-sz .list .fz{font-size: 0.16rem;}
	
	.us-zr{margin: 0.6rem 0 .8rem;}
	.us-zr .info{padding:0 .5rem!important;}
	.us-zr .title{font-size: 0.28rem;}
	.us-zr .txt{font-size: 0.15rem;}
	.us-zr .imgbox{height: 3.4rem;}
	
	
	/* 人才 */
	.rc-top .detail{display: block;}
	.rc-top .pic{margin:.3rem auto 0;display: block;width: 60%;}
	.rc-top .bt{font-size: 0.35rem;}
	.rc-top .smwz{font-size: 0.2rem;}
	
	.rc-job{padding:.45rem 0 .8rem;}
	.rc-job .table .tit{font-size: 0.18rem;}
	
	/* 销售 */
	.sale-sec{padding:.6rem 0;}
	.sale-sec .detail{padding: 1rem 0.3rem;min-height: auto;}
	.sale-sec .list{justify-content: space-between;padding-top: 0.6rem;margin: 0;}
	.sale-sec .list .item{width: 48.5%;margin: 0;max-width: 100%;padding: 1px 0.3rem 0.45rem;}
	.sale-sec .list .pic{width: 1.2rem;height: 1.2rem;margin-top: -0.6rem;}
	.sale-sec .list .txt{margin-top: 0.3rem;font-size: 0.15rem;}
	
	/* 联系 */
	.lx-sec{padding: 0;}
	.lx-sec .detail{display: block;}
	.lx-info{padding:.5rem .5rem;}
	.lx-info .icon{width: 0.8rem;}
	
	
	.lx-form{width: 100%;max-width: 100%;margin: 0;box-shadow:none;padding:0 .5rem .7rem;}
	.lx-form .title{font-size: 0.28rem;}
	
	
	/* index */
	.idx-ban .item{height: 4.6rem;text-align: center;}
	.idx-ban .smtit{font-size: 0.25rem;}
	.idx-ban .tit{font-size: 0.34rem;}
	.idx-ban .swiper-pagination{width: 100%;bottom: 0.3rem!important;}
	.idx-ban .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;}
	
	
	.idx-tt .bt{font-size: 0.3rem;}
	.idx-tt .smwz{font-size: 0.15rem;}
	
	.idx-cp{padding:.7rem 0;}
	.idx-cp .list{flex-wrap: wrap;margin: 0;justify-content: space-between;}
	.idx-cp .list .item{width: 48%;margin:0 0 4%;height: 3.6rem;}
	.idx-cp .list .title{font-size: 0.2rem;margin-top: 0.3rem;}
	
	.idx-us .idx-tt .bt{font-size: 0.28rem;}
	
	.idx-jis{padding:.7rem 0;}
	.idx-jis .list{flex-wrap: wrap;margin-left: -3%;}
	.idx-jis .list .item{width: 30.3%;margin:0 0 3% 3%;flex:initial;padding: 0.35rem 0.2rem;}
	.idx-jis .list .ico{height: 1rem;}
	
	.idx-join .item{height: 5rem;}
	.idx-join .box{padding:0 .4rem;bottom: 0.5rem;}
	.idx-join .title{font-size: 0.28rem;}
	.idx-join .txt{font-size: 0.17rem;}
	
	.idx-xw{padding:.7rem 0;}
	
	
	
	
}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	html{font-size: 6.2rem!important;}
	
	
	.sj-head{height: 0.7rem;padding:0 .15rem;}
	.sj-head .hd-logo .img{height: 0.5rem;}
	
	.sj-head .hd-sear{margin-left: 0;}
	.sj-head .hd-sear .drop{background:rgba(255,255,255,.85);top: 0.7rem;padding:.2rem 0;}
	.hd-sear .form .submit{width: 0.3rem;height: 0.3rem;}
	
	.sj-menu{width: 0.4rem;height: 0.4rem;background-size:.3rem;}
	
	.sj-nav{top: 0.7rem;padding:.15rem 5%;}
	.sj-nav li>a{font-size: 0.16rem;}
	.sj-nav .smtit{font-size: 0.14rem;}
	.sj-nav .lk{font-size: 0.13rem;}
	.sj-nav .drop{padding-left: 0.15rem;}
	.sj-nav .subdrop{padding-left: 0.15rem;}
	
	
	
	.ft-t{padding:.5rem 0 .4rem;}
	.ft-t .wrap{display: block;}
	.ft-t .lbox{padding: 0;border:none;display: block;}
	.ft-t .rbox{width: 100%;margin-top: 0.3rem;padding: 0;display: block;}
	.ft-t .info{padding:0 10% 0 0;flex:1;overflow: hidden;}
	.ft-t .wxbox{width: 1.2rem;margin:.3rem auto 0;}
	.ft-t .col{margin-bottom: 0.2rem;}
	.ft-t .col:last-child{margin-bottom: 0;}
	.ft-t .tit{font-size: 0.16rem;}
	.ft-t .x{width: 0.26rem;height: 0.02rem;margin-bottom: 0.1rem;}
	.ft-t .lks{font-size: 0;margin-left: -0.2rem;}
	.ft-t .lk{font-size: 0.14rem;display: inline-block;vertical-align: middle;margin-left: 0.2rem;line-height: 0.3rem;}
	.ft-t .txt{font-size: 0.14rem;}
	
	.ft-b .txt{font-size: 0.13rem;}
	.ft-b .txt span{display: block;}
	
	/* 新闻 */
	.inner-ban{height: 2rem;}
	.crumb{text-align: left;line-height: 0.5rem;height: 0.5rem;}
	
	.xw-main{padding:.45rem 0;}
	.xw-list .item{margin-bottom: 0.35rem;display: block;box-shadow:none;padding: 0;}
	.xw-list .imgbox{width: 100%;max-height: 2rem;margin-right: 0;height: auto;}
	.xw-list .info{padding: 0;}
	.xw-list .title{font-size: 0.18rem;-webkit-line-clamp: 2;margin-top: 0.15rem;}
	.xw-list .date{font-size: 0.14rem;}
	.xw-list .txt{font-size: 0.15rem;line-height: 0.26rem;min-height: .52rem;margin-top: 0.1rem;}
	.xw-list .more{margin-top: 0.2rem;}
	
	/* 新闻详情 */
	.xw-det{padding:.45rem 0;}
	.xw-det .title{font-size: 0.18rem;}
	.xw-det .date{font-size: 0.14rem;}
	.xw-det .edit{font-size: 0.15rem;line-height: 1.8;}
	
	.pagenav{display: block;line-height: 0.35rem;padding:.1rem .2rem;margin-top: 0.5rem;}
	
	
	
	/* 可持续发展 */
	.pub-tt{margin-bottom: 0.3rem;}
	.pub-tt .bt{font-size: 0.24rem;}
	.pub-tt .smwz{font-size: 0.14rem;}
	
	.faz-sec{padding:.45rem 0;}
	.faz-sec .list{flex-wrap: wrap;}
	.faz-sec .list .item{flex:initial;width: 48%;margin: 0 0 4%;padding: 0.3rem 0.15rem;}
	.faz-sec .list .icon{height: 0.6rem;}
	.faz-sec .list .tit{font-size: 0.18rem;margin-top: 0.1rem;}
	
	.faz-sec .botbox{padding:0;margin-top: 0.3rem;display: block;}
	.faz-sec .botbox .info{padding: 0.35rem;}
	.faz-sec .botbox .txt{font-size: 0.16rem;line-height: 1.8;}
	.faz-sec .botbox .imgbox{width: 100%;}
	
	
	/* 产品 */
	.cp-main{padding:.45rem 0;}
	.cp-list{justify-content: space-between;margin: 0;}
	.cp-list .item{width: 100%;margin:0 0 4%;}
	.cp-list .imgbox{height: 2rem;}
	.cp-list .title{font-size: 0.18rem;}
	.cp-list .txt{font-size: 0.14rem;line-height: 1.6;}
	
	/* 产品详情 */
	.cp-xq .detail{flex-direction: column-reverse;}
	.cp-xq .imgbox{margin: 0 0 .25rem;width: 100%;border-radius:.1rem;}
	.cp-xq .bt{margin-bottom: 0.1rem;font-size: 0.22rem;}
	.cp-xq .txt{font-size: 0.16rem;line-height: 1.8;}
	.cp-xq .txt:last-child{margin-bottom: 0;}
	.cp-xq .tit{font-size: 0.18rem;line-height: 0.36rem;padding:0 .2rem;}
	
	
	/* 关于我们 */
	.us-intro .detail{display: block;}
	.us-intro .info{width: 100%;}
	.us-intro .bt{font-size: 0.22rem;line-height: 0.4rem;margin-bottom: 0.1rem;}
	.us-intro .desc{width: 100%;padding: 0.25rem;}
	.us-intro .txt{font-size: 0.15rem;line-height: 1.8;}
	.us-intro .videobox{width: 100%;margin-top: 0.2rem;height: 2.6rem;}
	
	.us-sz{padding:.2rem 0;}
	.us-sz .list{flex-wrap: wrap;justify-content: center;}
	.us-sz .list li{flex:initial;width: 50%;padding:.2rem 0;}
	.us-sz .list .icon{height: 0.45rem;}
	.us-sz .list .num{font-size: 0.23rem;}
	.us-sz .list .fz{font-size: 0.14rem;}
	
	.us-zr{margin: 0.6rem 0 .6rem;}
	.us-zr .item{display: block;padding:.3rem 4% 0;}
	.us-zr .info{padding:0!important;width: 100%;}
	.us-zr .title{font-size: 0.22rem;}
	.us-zr .txt{font-size: 0.15rem;margin-top: 0.1rem;}
	.us-zr .imgbox{height: 2.1rem;width: 100%;margin-top: 0.2rem;}
	
	
	/* 人才 */
	.rc-top .detail{display: block;}
	.rc-top .pic{margin:.3rem auto 0;display: block;width: 90%;}
	.rc-top .bt{font-size: 0.25rem;}
	.rc-top .smwz{font-size: 0.16rem;}
	.rc-top .txt{font-size: 0.15rem;line-height: 2.2;margin-top: 0.25rem;}
	
	
	.rc-job{padding:.45rem 0 .45rem;}
	.rc-job .t-tit{font-size: 0.22rem;}
	
	.rc-job .table .botbox{padding: 0.2rem;}
	.rc-job .table .tit{font-size: 0.15rem;}
	.rc-job .table .txt{font-size: 0.14rem;}
	
	.rc-job .table .th{font-size: 0.15rem;padding: 0.15rem 0 0.15rem 0.1rem;}
	.rc-job .table .td{font-size: 0.14rem;padding:.15rem .1rem .15rem .1rem;}
	
	.rc-job .table .more::after{width: 0.16rem;height: 0.16rem;}
	.rc-job .w1{width: 48%;}
	.rc-job .w2{width: 24%;}
	.rc-job .w3{width: 28%;padding-right: 0!important;}
	
	
	/* 销售 */
	.sale-sec{padding:.6rem 0;}
	.sale-sec .detail{padding: .7rem 0.3rem;min-height: auto;}
	.sale-sec .list{padding-top: 0.5rem;margin: 0;display: block;}
	.sale-sec .list .item{width: 100%;margin: 0 0 1rem;max-width: 100%;padding: 1px 0.3rem 0.45rem;}
	.sale-sec .list .pic{width: 1rem;height: 1rem;margin-top: -0.5rem;}
	.sale-sec .list .txt{margin-top: 0.2rem;font-size: 0.15rem;}
	.sale-sec .list .item:last-child{margin-bottom: 0;}
	
	/* 联系 */
	.lx-sec{padding: 0;}
	.lx-sec .detail{display: block;}
	.lx-info{padding:.5rem 0 .3rem;}
	.lx-info li{margin-bottom: 0.35rem;}
	.lx-info .icon{width: 0.6rem;margin-right: 0.2rem;}
	.lx-info .title{font-size: 0.18rem;}
	.lx-info .txt{font-size: 0.14rem;}
	
	.lx-form{width: 100%;max-width: 100%;margin: 0;box-shadow:none;padding:0 0 .7rem;}
	.lx-form .title{font-size: 0.22rem;margin-bottom: 0.08rem;}
	.lx-form .smwz{font-size: 0.14rem;margin-bottom: 0.25rem;}
	
	.lx-form .row{margin-bottom: 0.2rem;position:relative;}
	.lx-form .ipt{font-size: 0.15rem;}
	.lx-form .ipt-txt{height: 0.44rem;line-height: 0.44rem;padding:0 .15rem;}
	.lx-form .con{height: 1.6rem;padding:.1rem .15rem;}
	.lx-form .submit{width: 1.5rem;line-height: 0.46rem;margin:.3rem auto 0;display: block;font-size: 0.16rem;}
	
	
	/* index */
	.idx-ban .item{height: 2.7rem;text-align: center;}
	.idx-ban .smtit{font-size: 0.18rem;}
	.idx-ban .tit{font-size: 0.2rem;margin-top: 0.05rem;}
	.idx-ban .swiper-pagination{width: 100%;bottom: 0.15rem!important;}
	.idx-ban .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;margin:0 .04rem!important;}
	
	
	
	
	.idx-tt{margin-bottom: 0.3rem;}
	.idx-tt .bt{font-size: 0.24rem;}
	.idx-tt .smwz{font-size: 0.14rem;}
	
	.idx-cp{padding:.5rem 0;}
	.idx-cp .list{flex-wrap: wrap;margin: 0;justify-content: space-between;}
	.idx-cp .list .item{width: 48%;margin:0 0 4%;height: 2.6rem;}
	.idx-cp .list .bot{bottom: 0.3rem;}
	.idx-cp .list .line{width: 0.26rem;height: 0.02rem;}
	.idx-cp .list .title{font-size: 0.16rem;margin-top: 0.15rem;}
	
	.idx-us{padding:.5rem 0;}
	.idx-us .idx-tt .bt{font-size: 0.24rem;}
	.idx-us .x{height: 0.3rem;}
	.idx-us .txt{font-size: 0.15rem;}
	
	.idx-jis{padding:.5rem 0;}
	.idx-jis .list{flex-wrap: wrap;margin-left:0;justify-content: space-between;}
	.idx-jis .list .item{width: 48%;margin:0 0 4% 0;flex:initial;padding: 0.3rem 0.1rem;border-radius: 0.1rem;}
	.idx-jis .list .title{font-size: 0.18rem;}
	.idx-jis .list .font{font-size: 0.14rem;line-height: 1.5;margin-top: 0.1rem;}
	.idx-jis .list .ico{height: 1rem;}
	
	.idx-join .item{height: 4.4rem;}
	.idx-join .box{padding:0 .25rem;bottom: 0.5rem;}
	.idx-join .title{font-size: 0.22rem;}
	.idx-join .txt{font-size: 0.15rem;line-height: 1.8;}
	.idx-join .more{font-size: 0.16rem;width: 1.4rem;line-height: 0.4rem;}
	
	
	.idx-xw{padding:.5rem 0;}
	.idx-xw .detail{padding:0 4%;}
	.idx-xw .item{height: 3rem;}
	.idx-xw .item .icon{display: none;}
	.idx-xw .item .title{line-height: 1.6;display: block!important;transform: translate(0,-50%);}
	.idx-xw .bot{padding:0;justify-content: center;margin-top: 0.4rem;}
	
	.idx-xw .swiper-container{width: 100%;margin: 0;}
	.idx-xw .swiper-slide{transform: scale(1,1);}
	.pagelist a{min-width: .3rem;height: 0.3rem;line-height: 0.28rem;font-size: 0.15rem;margin:0 .03rem;}
	
	
}

/* 008fea */