@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}
@font-face
{font-family: SourceHanSansCN;
src: url('SourceHanSansCN-Regular.ttf')}
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: 'SourceHanSansCN','PingFangMedium','PingFang SC',"microsoft yahei";font-size: 0.16rem;}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
: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,a,p,span{font-style:normal;font-size:inherit;}
*{box-sizing:border-box;}
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:15.2rem;}
: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;}
.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.05,1.05);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-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;}
a{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.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;}
.relative{position:relative;}

.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);} 
html{font-size: 5.2083vw;}

.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;}


/* 关于易蓓-企业动态 */
.head{padding:.1rem 0;position:sticky;width: 100%;left: 0;top: 0;background-color: #fff;z-index:100;border-bottom:1px solid #fff;}
.head.scroll{border-color:#efefef;}
.head .wrap{display: flex;align-items: center;justify-content: space-between;}
.hd-logo{}
.hd-logo .img{height: 0.7rem;width: auto;}

.hd-rig{display: flex;align-items: center;}
.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-right: .8rem;position:relative;}
.hd-nav li>a{font-size: 0.2rem;color:#3e3432;display: block;position:relative;line-height: 0.6rem;}
.hd-nav li>a::after{content:'';position:absolute;left: 50%;bottom: 0;width: 0.87rem;height: 0.05rem;transform: translate(-50%,0);background:#eb6100;background-size:contain;display: none;}
/*.hd-nav li>a::after{content:'';position:absolute;left: 50%;bottom: 0;width: 0.87rem;height: 0.05rem;transform: translate(-50%,0);background:url(../images/icon_01.png) no-repeat center;background-size:contain;display: none;}*/
.hd-nav li.cur>a,.hd-nav li:hover>a{font-weight: bold;color:#eb6100;}
.hd-nav li.cur>a::after{display: block;}
.hd-nav li:hover .drop{display: block;}

.hd-nav .drop{position:absolute;width: 1.2rem;background-color: #fff;left: 50%;transform: translate(-50%,0);box-shadow:0 0 .1rem #ddd;display: none;}
.hd-nav .drop a{display: block;font-size: 0.18rem;color:#333;line-height: 0.45rem;border-bottom:1px solid #efefef;text-align: center;}
.hd-nav .drop a:hover,.hd-nav .drop .this{color:#eb6100;}





.hd-shop{display: flex;align-items: center;}
.hd-shop .lk{display: inline-block;}
.hd-shop .tp{height: 0.3rem;width: auto;transition: all .3s;}
.hd-shop .line{width: 1px;height: 0.16rem;background-color: #c6c6c6;margin:0 .15rem;}
.hd-shop .lk:hover{transform: scale(1.08,1.08);}

.hd-tel{font-size: 0.17rem;color:#7b7878;background:url(../images/icon_05.png) no-repeat left center;background-size:.2rem;padding-left: 0.3rem;margin-left: 0.4rem;font-weight: bold;}

.foot{background-color: #F5F5F5;}
.ft-t{padding:.85rem 0 .4rem;}
.ft-t .tit{font-size: 0.22rem;color:#000;font-weight: bold;margin-bottom: 0.1rem;}
.ft-t .col{min-width:2.5rem;float:left;}
.ft-t .lks{}
.ft-t .lk{font-size: 0.17rem;color:#000;line-height: 0.44rem;display: block;}
.ft-t .lk:hover{opacity: .9;text-decoration: underline;}

.ft-t .info{width: 4.15rem;float:right;}
.ft-t .shopbox{padding-top: 0.1rem;}  
.ft-t .shopbox .lk{display: inline-block;vertical-align: middle;margin-right: 0.1rem;width: 0.4rem;height:.4rem;border-radius:.08rem;overflow: hidden;}
.ft-t .shopbox .icon{width: 100%;height: 100%;display: block;}
.ft-t .shopbox .lk:last-child{margin-right: 0;}

.ft-t .wxbox{margin-top: 0.2rem;}
.ft-t .wxbox .grp{width: 1.14rem;margin-right: 0.45rem;display: inline-block;vertical-align: text-top;}
.ft-t .wxbox .pic{width: 100%;display: block;border-radius:.06rem;}
.ft-t .wxbox .fz{font-size: 0.16rem;color:#000;text-align: center;margin-top: 0.1rem;}
.ft-t .wxbox .grp:last-child{margin-right: 0;}

.ft-b{font-size: 0.16rem;color:#000;line-height: 0.5rem;text-align: center;border-top:1px solid #dce1df;}

.crumb{font-size: 0.16rem;color:#333333;border-bottom:1px solid #dddddd;line-height: 0.7rem;}
.crumb a:hover,.crumb span{color: #eb6100;}


.inner-ban{position:relative;}
.inner-ban .img{width: 100%;display: block;}
.inner-ban .box{position:absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.inner-ban .bt{font-size: 0.5rem;line-height: 1;color:#fff;}
.inner-ban .en{font-size: 0.26rem;color:#fff;line-height: 1;margin-top: 0.1rem;}

.xw-main{padding:.45rem 0 .45rem;}
.xw-list{}
.xw-list .item{padding:.4rem 0;display: flex;align-items: center;border-bottom:1px solid #ececec;}
.xw-list .imgbox{display: block;width: 3.8rem;height: 2.6rem;border-radius:.1rem;margin-right: 0.7rem;box-shadow:0 .05rem .1rem rgba(172,173,174,.56);border:10px solid #c9cbc9;font-size: 0;line-height: 0;}
.xw-list .img{width: 100%;height: 100%;display: block;object-fit: cover;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .title{font-size: 0.2rem;color:#333333;font-weight: bold;-webkit-line-clamp: 1;}
.xw-list .date{font-size: 0.14rem;color:#777777;margin-top: 0.15rem;}
.xw-list .txt{font-size: 0.16rem;color:#777777;line-height: 0.36rem;-webkit-line-clamp: 2;margin-top: 0.15rem;}
.xw-list .more{font-size: 0.18rem;color:#fff;width: 1rem;line-height: 0.25rem;background-color: #b7bcba;border-radius:.05rem;text-align: center;margin-top: 0.25rem;display: block;}
.xw-list .item:hover .imgbox{border-color: #eb6100;}
.xw-list .item:hover .title{color:#eb6100;}
.xw-list .item:hover .more{background-color: #eb6100;}


.pagelist{margin-top: .5rem;text-align: center;display: flex;justify-content: center;}
.pagelist .first,.pagelist .last{display: none;}
.pagelist .next,.pagelist .prv{font-size: 0;background:url(../images/xw_05.png) no-repeat center;background-size:contain;width: .4rem;height:.4rem;display: inline-block;vertical-align: middle;margin:0 .1rem;cursor: pointer;border-radius:.04rem;}
.pagelist .next:hover,.pagelist .prv:hover{background-image:url(../images/xw_05-1.png);background-color: #eb6100;}
.pagelist .next{transform: rotate(180deg);}

.pagingUl{display: flex;}
.pagingUl li{font-size: .2rem;color:#868d97;width: .4rem;height:.4rem;line-height: .4rem;text-align: center;margin:0 .1rem;border-radius:.04rem;overflow: hidden;}
.pagingUl li a{width: 100%;height: 100%;display: block;}
.pagelist .active,.pagingUl li a:hover{color:#fff;background-color: #eb6100;}

.pagelist .last:hover,.pagelist .next:hover,.pagelist .prv:hover,.pagelist .first:hover{color:#fff;background-color: #eb6100;}

/* 产品介绍 */
.pro-main{padding:0 0 .8rem;}
.pro-top{padding:.4rem 0;display: flex;align-items: center;justify-content: space-between;}
.pro-top .info{max-width:8.5rem;}
.pro-top .title{font-size: 0.3rem;color:#333333;font-weight: bold;line-height: 0.44rem;}
.pro-top .txt{font-size: 0.16rem;color:#888888;line-height: 0.3rem;margin-top: 0.2rem;}
.pro-top .imgbox{width: 5rem;margin-left: 0.5rem;}
.pro-top .img{max-width: 100%;display: block;margin:0 auto;width: auto;}

.pro-list{margin-left: -1.5%;display: flex;flex-wrap: wrap;}
.pro-list .item{border:.03rem solid #e4e4e4;border-radius:.1rem;padding: 0.1rem .1rem 0;width: 23.5%;margin:0 0 1.5% 1.5%;position:relative;display: block;}
.pro-list .imgbox{height: 3rem;display: flex;align-items: center;justify-content: center;border-radius:.1rem;background-color: #ededed;}
.pro-list .img{max-width:100%;max-height:100%;width: auto;}
.pro-list .info{}
.pro-list .title{font-size: 0.23rem;color:#676666;font-weight: bold;line-height: 0.4rem;margin-top: 0.1rem;display: block;}
.pro-list .bot{display: flex;align-items: center;justify-content: space-between;height: 0.6rem;border-top:.02rem solid #e4e4e4;}
.pro-list .tp{width: 0.75rem;}
.pro-list .wz{flex:1;overflow: hidden;font-size: 0.16rem;color:#eb6100;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: right;}
.pro-list .item:hover{box-shadow:0 .05rem .09rem rgba(49,53,51,.16);}
.pro-list .item:hover .title{color:#eb6100;font-weight: bold;}

.cp-main{padding:.6rem 0 .8rem;}
.cp-list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.cp-list .item{width: 23%;margin:0 0 2% 2%;border:1px solid #e5e5e5;padding:.1rem .1rem .3rem}
.cp-list .imgbox{height: 3rem;display: flex;align-items: center;justify-content: center;}
.cp-list .img{max-width:100%;max-height:100%;}
.cp-list .title{font-size: 0.16rem;color:#333;text-align: center;display: block;line-height: 0.3rem;padding:0 .1rem;font-weight: bold;}
.cp-list .item:hover .title{color:#eb6100;}






/* 关于易蓓-品牌介绍 */
.idx-tt{display: flex;align-items: center;margin-bottom: 0.6rem;}
.idx-tt .bt{font-size: 0.73rem;color:#333333;font-weight: bold;line-height: 1;font-family: 'Microsoft YaHei';margin-right: 0.1rem;}
.idx-tt .en{font-size: 0.37rem;color:#eb6100;font-weight: bold;line-height: 1;text-transform: uppercase;}

.pp-intro{margin-bottom: 1.55rem;margin-top: 1rem;}
.pp-intro .idx-tt{margin-bottom: 0.3rem;}
.pp-intro .txt{font-size: 0.2rem;color:#333333;line-height: 0.36rem;}
.pp-intro .videobox{margin-top: 0.3rem;position:relative;cursor: pointer;box-shadow:0 .06rem .12rem rgba(153,153,153,.4);}
.pp-intro .video{height: 6.8rem;width: 100%;object-fit: fill;}
.pp-intro .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;}
.pp-intro .shade .img{width: 100%;height: 100%;object-fit: cover;}
.pp-intro .playicon{width: 1.1rem;height: 1.1rem;background:url(../images/us_19.png) no-repeat center;background-size:contain;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.pp-events{margin-bottom: 1.25rem;width: 100%;overflow: hidden;}
.pp-events .detail{position:relative;}
.pp-events .detail::after{content:'';position:absolute;left: -100%;height: 1px;background-color: #d6dadf;width: 300%;top: .35rem;}
.pp-events .item{/* width: 2.6rem; */}
.pp-events .item .icon{width: 0.22rem;height: 0.22rem;display: block;margin:0 0 0 .26rem;background:url(../images/us_04.png) no-repeat center;background-size:contain;}
.pp-events .item .year{font-size: 0.32rem;color:#333333;line-height: 1;margin-top: 0.3rem;font-weight: bold;}
.pp-events .item .txt{font-size: 0.16rem;color:#333333;line-height: 0.3rem;margin-top: 0.15rem;-webkit-line-clamp: 2;height: 0.6rem;}
.pp-events .item .imgbox{margin-top: 0.15rem;}
.pp-events .item:hover .year{color:#eb6100;}
.pp-events .item:hover .icon{background-image:url(../images/us_04-1.png)}

.pp-events .swiper-button{width: 0.36rem;height: 0.36rem;border-radius:50%;background:url(../images/us_03.png) no-repeat center #eb6100;background-size:contain;opacity: 1;margin: 0;top: 0.15rem;}
.pp-events .swiper-button-prev{left: -0.8rem;}
.pp-events .swiper-button-next{transform: rotate(180deg);right: -.8rem;}
.pp-events .swiper-button-disabled{background-color: #dcdcdc;}
.pp-events .swiper-container{position:static;}

.pp-social{margin-bottom: 1.75rem;}
.pp-social .list{}
.pp-social .list .item{margin-bottom: 0.2rem;border-radius:.1rem;display: flex;align-items: center;overflow: hidden;box-shadow:0 .05rem .1rem rgba(172,173,174,.56);}
.pp-social .list .lbox{width: 4.1rem;padding: 0.08rem;background:#e4e6e5;margin-right: 0.8rem;}
.pp-social .list .imgbox{display: block;height: 2.5rem;}
.pp-social .list .img{width: 100%;height: 100%;display: block;object-fit: cover;}
.pp-social .list .info{flex:1;overflow: hidden;}
.pp-social .list .info h5{display: flex;align-items: center;font-size: 0.22rem;color:#333333;font-weight: bold;}
.pp-social .list .title{max-width:calc(100% - 1rem);-webkit-line-clamp: 1;}
.pp-social .list .date{margin-left: 0.2rem;}
.pp-social .list .txt{font-size: 0.2rem;color:#333333;line-height: 0.41rem;-webkit-line-clamp: 2;margin-top: 0.15rem;}
.pp-social .list .item:hover .lbox{background-color: #eb6100;}
.pp-social .list .item:hover h5{color:#eb6100;}


.pp-building{margin-bottom: 1rem;}
.pp-building .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.pp-building .list .item{padding: 0.1rem 0.1rem 0;background-color: #f6f6f6;border-radius:.1rem;width: 31.3%;margin:0 0 2% 2%;}
.pp-building .list .imgbox{height: 3.15rem;display: block;position:relative;cursor: pointer;}
.pp-building .list .img{width: 100%;height: 100%;display: block;object-fit: cover;}
.pp-building .list .icon{width: 0.8rem;height: 0.8rem;background:Url(../images/idx_18.png) no-repeat center;background-size:contain;display: block;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pp-building .list .title{font-size: 0.2rem;color:#828282;line-height: 0.4rem;text-align: center;}

.pop{position:fixed;width: 100%;height: 100%;left: 0;top: 0;z-index:110;background-color: rgba(0,0,0,.6);display: none;}
.pop .wrapbox{position:fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.pop-sp{}
.pop-sp .close{width: 0.4rem;height: 0.4rem;background:url(../images/close.png) no-repeat center;background-size:contain;position:absolute;right: -.2rem;top: -.2rem;cursor: pointer;z-index:60;}
.pop-sp .wrapbox{width: 8rem;position:relative;}
.pop-sp .videobox{max-height: 5rem;}
.pop-sp .video{width: 100%;height: 100%;}

/* 联系我们-人才招聘 */
.lx-main{padding:.65rem 0;}

.lx-list{}
.lx-list .item{position:relative;}
.lx-list .item-t{display: flex;align-items: center;text-align: center;cursor: pointer;}
.lx-list .item-t *{font-size: inherit;}
.lx-list .w1{width: 25%;text-align: left;padding:0 0 0 .4rem;}
.lx-list .w2{width: 15%;}
.lx-list .w3{width: 10%;}
.lx-list .w4{width: 15%;}
.lx-list .w5{width: 15%;}
.lx-list .w6{width: 15%;position:relative;}

.lx-list.t .item-t{background-color: #eb6100;font-size: 0.28rem;color:#fff;font-weight: bold;line-height: 0.5rem;padding:.15rem 0;}
.lx-list.b .item-t{font-size: 0.24rem;color:#727171;line-height: 0.4rem;padding:.15rem 0;}
.lx-list.b .item:nth-child(even) .item-t{background-color: #f4f4f4;}
.lx-list.b .item-t.this{color:#eb6100;}
.lx-list.b .item-t:hover{color:#eb6100;}

.lx-list .item-b{padding:.5rem .6rem;background-color: #f4f4f4;margin-top: 0.05rem;border:1px solid #eb6100;display: none;position:absolute;width: 100%;left: 0;}
.lx-list .row{display: flex;margin-bottom: 0.2rem;}
.lx-list .tit{font-size: 0.26rem;color:#eb6100;line-height: 0.42rem;min-width:1.6rem;font-weight: bold;}
.lx-list .txt{font-size: 0.24rem;color:#727171;line-height: 0.42rem;flex:1;overflow: hidden;cursor: default;}
.lx-list .applybtn{float:right;font-size: 0.28rem;color:#fff;background-color: #eb6100;width: 2rem;line-height: 0.5rem;border-radius:.05rem;box-shadow:0 .03rem .03rem rgba(132,155,128,.33);text-align: center;}
.lx-list .applybtn:hover{opacity: .9;}
.lx-list .row:last-child{margin-bottom: 0;}

.lx-list.b .item-t:hover .anniu{font-weight: bold;}
.lx-list .anniu{border:none;display: inline-block;vertical-align: middle;background-color: transparent;transition: all 0s;cursor: pointer;}
.lx-list .item:hover{z-index:60;}
.lx-list .item:hover .item-b{display: block;}
.lx-list .item:hover .item-t .w1{font-weight: bold;}

.lx-list .anniu-drop{position:absolute;padding:.12rem .15rem;background-color:#eb6100;width: 2.3rem;left: .4rem;z-index:70;border-radius:.06rem;display: none;}
.lx-list .anniu-drop:before{content:'';position:absolute;width: 0;
height: 0;border-style: solid;border-width: 0 .07rem .07rem .07rem;border-color: transparent transparent #eb6100 transparent;left: 0.6rem;top: -0.07rem;}
.lx-list .anniu-drop .txt{font-size: 0.18rem;color:#fff;line-height: 0.24rem;text-align: left;}

.lx-list .w6:hover .anniu-drop{display: block;}


/* 联系我们-办公地点 */
.lx-map{margin:1rem 0 1.1rem;}
.lx-map .detail{position:relative;}
.lx-map .map{height: 5.3rem;}
.lx-map .box{width: 5.36rem;min-height: 2.3rem;background-color: #fff;padding:.35rem .25rem;box-shadow:0 .06rem .26rem rgba(0,0,0,.06);position:absolute;right: 0.95rem;top: 50%;transform: translate(0,-50%);}
.lx-map .row{margin-bottom: 0.4rem;}
.lx-map .title{font-size: 0.2rem;color:#333333;font-weight: bold;}
.lx-map .title .icon{width: 0.26rem;margin-right: 0.14rem;display: inline-block;vertical-align: middle;}
.lx-map .txt{font-size: 0.16rem;color:#666666;padding-left: 0.4rem;margin-top: 0.06rem;}
.lx-map .row:last-child{margin-bottom: 0;}

.BMapLabel,.BMap_shadow{display: none!important;}


.lx-hz{margin-bottom: 0.45rem;}
.lx-hz .idx-tt{margin-bottom: 0.2rem;}
.lx-hz .detail{padding:.9rem .55rem .4rem;border:1px solid #e5e5e5;display: flex;justify-content: space-between;}
.lx-hz .col{/* max-width:33%; */}
.lx-hz .t-tit{font-size: 0.3rem;color:#333333;font-weight: bold;}
.lx-hz .font{font-size: 0.16rem;color:#999999;margin-top: 0.1rem;}
.lx-hz .txt{font-size: 0.16rem;color:#666666;line-height: 0.36rem;margin-top: 0.35rem;}
.lx-hz .pic{width: 1.6rem;margin-top: 0.5rem;display: block;}


/* 关于易蓓-企业荣誉 */
.honor-main{padding:.65rem 0 1rem;}
.honor-main .detail{background:url(../images/honor_06.jpg) no-repeat center;background-size:cover;padding:.8rem 1.35rem .5rem;border-radius:.1rem;}
.honor-main .item{max-width: 2.85rem;}
.honor-main .item .top{background-color: #fff;padding: 0.1rem;border-radius:.12rem;}
.honor-main .item .imgbox{border-radius:.04rem;}
.honor-main .item .img{width: 100%;display: block;}
.honor-main .item .line{width: 0.24rem;display: block;margin:0 auto;margin-top: 0.2rem;}
.honor-main .item .txt{font-size: 0.18rem;color:#fff;line-height: 0.26rem;text-align: center;margin-top: 0.1rem;-webkit-line-clamp: 3;height: 0.78rem;}

.honor-main .slide{position:relative;}
.honor-main .swiper-button{width: 0.6rem;height: 0.6rem;border-radius:50%;background:url(../images/us_03.png) no-repeat center;background-size:.34rem;opacity: 1;margin: 0;top: 50%;border:1px solid #fff;margin-top: -0.3rem;}
.honor-main .swiper-button-prev{left: -1.1rem;}
.honor-main .swiper-button-next{transform: rotate(180deg);right: -1.1rem;}
.honor-main .swiper-button-disabled{}
.honor-main .swiper-container{position:static;}
.honor-main .swiper-button:hover{background-color: #2ea06d;}

/* index */
.idx-ban{}
.idx-ban .img{width: 100%;display: block;max-height:880px;}
 
.idx-ban .swiper-pagination{bottom: 0.7rem;}
.idx-ban .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background-color: #b7b6b6;opacity: 1;margin:0 .05rem;}
.idx-ban .swiper-pagination-bullet-active{width: 0.45rem;border-radius:.06rem;background-color: #eb6100;}

.idx-intro{margin-top: 0.75rem;background:url(../images/idx_03.jpg) no-repeat center;background-size:cover;padding:1.2rem 0;}
.idx-intro .wrap{display: flex;align-items: center;justify-content: space-between;position:relative;}
.idx-intro .info{width: 42.5%;}
.idx-intro .txt{font-size: 0.16rem;color:#888888;line-height: 0.3rem;}
.idx-intro .list{margin-top: 1rem;display: flex;justify-content: space-between;}
.idx-intro .list li{text-align: center;}
.idx-intro .list .fz{font-size: 0.26rem;color:#333333;}
.idx-intro .list .fz i{font-size: 0.56rem;font-family: 'DIN';}
.idx-intro .list .txt{font-size: 0.16rem;color:#333333;}
.idx-intro .arrow{width: 0.68rem;height: 0.68rem;background:url(../images/idx_09-1.png) no-repeat center #f6f6f6;background-size:contain;position:absolute;left: 0;bottom: -1.54rem;display: block;transform: rotate(180deg );border-radius:50%;}
.idx-intro .videobox{width: 45.5%;position:relative;cursor: pointer;}
.idx-intro .video{height: 4.7rem;width: 100%;object-fit: fill;}
.idx-intro .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;}
.idx-intro .shade .img{width: 100%;height: 100%;object-fit: cover;}
.idx-intro .playicon{width: 1.04rem;height: 1.04rem;background:url(../images/idx_18.png) no-repeat center;background-size:contain;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}





.idx-advan{margin:.8rem 0 .35rem;position:relative;}
.idx-advan .wrap{}
.idx-advan .lbox{width: 53.5%;padding-top: 0.4rem;}
.idx-advan .list{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 0.9rem;}
.idx-advan .list .item{width: 44%;margin-bottom: 0.7rem;}
.idx-advan .list .icon{height: 0.8rem;width: auto;display: block;margin:0 auto;}
.idx-advan .list .title{font-size: 0.22rem;color:#333333;font-weight: bold;text-align: center;margin-top: 0.15rem;}
.idx-advan .list .line{width: 0.66rem;height: 1px;background-color: #eb6100;margin:.2rem auto;display: block;}
.idx-advan .list .txt{font-size: 0.16rem;color:#999999;line-height: 0.26rem;}

.idx-advan .rbox{width: 7.8rem;position:absolute;top: 0;bottom: 0;right: 0;background:url(../images/idx_08.jpg) no-repeat center;background-size:cover;padding-left: 0.8rem;display: flex;align-items: center;}
.idx-advan .row-list{width: 5rem;}
.idx-advan .row-list .row{margin-bottom: 0.3rem;background-color: #fff;min-height:2rem;display: flex;align-items: center;padding:.25rem .45rem;position:relative;}
.idx-advan .row-list .box{position:relative;z-index:10;}
.idx-advan .row-list .title{font-size: 0.22rem;color:#333333;font-weight: bold;}
.idx-advan .row-list .txt{font-size: 0.16rem;color:#999999;line-height: 0.26rem;margin-top: 0.1rem;}
.idx-advan .row-list .row:last-child{margin-bottom: 0;}
.idx-advan .row-list .row:before{content:'';position:absolute;left: 0;top: 0;height: 100%;transition: all .3s;width: 0.06rem;background-color: #eb6100;}
.idx-advan .row-list .row:hover:before{width: 100%;}
.idx-advan .row-list .row:hover *{color:#fff;}




.idx-cp{padding:.9rem 0 .6rem;background-color: #f6f6f6;}
.idx-cp .detail{margin:0;position:relative;display: block;}
.idx-cp .item{display: block;background-color: #fff;width: auto;padding:.2rem .2rem 0;margin: 0;}
.idx-cp .item .imgbox{height: 3.4rem;}
.idx-cp .item .more{width: 0.96rem;line-height: 0.25rem;font-size: 0.18rem;color:#fff;display: block;border-radius:.05rem;background-color: #eb6100;text-align: center;}
.idx-cp .item .title{font-size: 0.36rem;line-height: 0.55rem;}
.idx-cp .item:hover{border-color:#eb6100;}


.idx-cp .swiper-pagination{margin-top: 0.7rem;position:static;}
.idx-cp .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background-color: #b7b6b6;opacity: 1;margin:0 .06rem;}
.idx-cp .swiper-pagination-bullet-active{width: 0.45rem;border-radius:.06rem;background-color: #eb6100;}

.idx-cp .swiper-container{position:static;}
.idx-cp .swiper-button{width: 0.8rem;height: 0.8rem;background:url(../images/idx_09-1.png) no-repeat center;background-size:contain;margin-top: -0.4rem;}
.idx-cp .swiper-button-prev{left: -1.3rem;}
.idx-cp .swiper-button-next{right: -1.3rem;transform: rotate(180deg);}
.idx-cp .swiper-button-disabled{background-image:url(../images/idx_09.png)}

.pro-list .item:hover .shade{opacity: 1;}
.pro-list .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: #fff;padding:.4rem .15rem;overflow: hidden;opacity: 0;transition: all .3s;}
.pro-list .shade .smtit{font-size: 0.39rem;color:#717372;font-weight: bold;line-height: 1;}
.pro-list .shade .desc{font-size: 0.14rem;color:#717372;line-height: .18rem;margin-top: 0.25rem;}
.pro-list .shade .txt{font-size: 0.14rem;color:#717372;line-height: .16rem;margin-top: 0.25rem;}
.pro-list .shade .txt p{margin-bottom: 0.1rem;}



.idx-cbs{padding:1rem 0 .8rem;}
.idx-cbs .list{/* display: flex;flex-wrap: wrap; */border-left:1px solid #eeeeee;}
.idx-cbs .list .item{/* width: 25%; */border:1px solid #eeeeee;border-left:none;}
.idx-cbs .list .imgbox{height: 1.75rem;display: flex;align-items: center;justify-content: center;}
.idx-cbs .list .img{max-width:100%;max-height:100%;width: auto;}

.idx-cbs .swiper-pagination{margin-top: 0.7rem;position:static;}
.idx-cbs .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background-color: #b7b6b6;opacity: 1;margin:0 .06rem;}
.idx-cbs .swiper-pagination-bullet-active{width: 0.45rem;border-radius:.06rem;background-color: #90ceb3;}



.idx-market{padding:.7rem 0 .85rem;background-color: #f6f6f6;}
.idx-market .detail{}
.idx-market .box{min-height:7rem;width: 7.5rem;padding:1rem 1.3rem;background-color: rgba(255,255,255,.9);display: flex;flex-direction: column;justify-content: center;}
.idx-market .title{font-size: 0.54rem;color:#333333;line-height: 1;}
.idx-market .title i{font-size: 0.89rem;color:#eb6100;font-family: 'DIN';}
.idx-market .list{margin-top: 0.6rem;display: flex;flex-wrap: wrap;}
.idx-market .list li{width: 50%;margin-bottom: 0.45rem;padding-left: 0.3rem;}
.idx-market .list .font{font-size: 0.34rem;color:#666;line-height: 1;font-weight: bold;}
.idx-market .list .font em{font-size: 0.14rem;font-weight: normal;display: inline-block;vertical-align: text-top;}
.idx-market .list .font i{font-size: 0.44rem;line-height: 1;}
.idx-market .list .txt{font-size: 0.18rem;color:#666;margin-top: 0.08rem;}

.idx-team{padding:1.2rem 0;}
.idx-team .detail{display: flex;}
.idx-team .col{width: 37.5%;}
.idx-team .col .img{width: 100%;display: block;height: 100%;}

.idx-team .cenbox{flex:1;overflow: hidden;padding:0 .05rem;}
.idx-team .cen-t{height: 3.2rem;display: flex;background-color: #eb6100;margin-bottom: 0.05rem;align-items: center;}
.idx-team .list{display: flex;flex-wrap: wrap;}
.idx-team .list li{text-align: center;padding:.25rem 0;width: 50%;}
.idx-team .list .fz{font-size: 0.2rem;color:#fff;}
.idx-team .list .fz i{font-size: 0.43rem;font-family: 'DIN';}
.idx-team .list .txt{font-size: 0.16rem;color:#fff;}

.idx-team .cen-b{height: 4.4rem;position:relative;overflow: hidden;}
.idx-team .cen-b .img{width: 100%;display: block;height: 100%;object-fit: cover;transition: all 1s;}
.idx-team .cen-b .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(42,165,110,.4);}
.idx-team .cen-b .bot{padding:0 .2rem;position:absolute;width: 100%;left: 0;bottom: 0.2rem;}
.idx-team .cen-b .name{font-size: 0.26rem;color:#fff;font-weight: bold;margin-bottom: 0.06rem;}
.idx-team .cen-b .font{font-size: 0.16rem;color:#eb6100;line-height: 0.26rem;border-radius:.07rem;overflow: hidden;display: inline-block;vertical-align: middle;background-color:rgba(255,255,255,.75);padding-right: 0.06rem;}
.idx-team .cen-b .font i{color:#fff;display: inline-block;vertical-align: middle;padding:0 .1rem;background-color: #eb6100;margin-right: 0.06rem;}
.idx-team .cen-b:hover .img{transform: scale(1.1,1.1);}

/* 新闻详情 */
.xw-det{padding:.7rem 0;}
.xw-det .title{font-size: 0.4rem;color:#333333;font-weight: bold;text-align: center;}
.xw-det .sm{font-size: 0.12rem;color:#999999;text-align: center;margin-top: 0.1rem;}
.xw-det .sm span{padding:0 .06rem;font-size: 0.14rem;}
.xw-det .editbox{font-size: 0.16rem;color:#333333;line-height: 1.5;margin-top: 0.35rem;}

.pagenav{display: flex;justify-content: space-between;padding:.3rem 0;border-top:.1rem solid #f8f8f8;margin-top: 0.55rem;}
.pagenav li{font-size: 0.16rem;color:#333;line-height: 0.34rem;padding:0 .2rem;background-color: #f8f8f8;max-width:45%;}
.pagenav li a{transition: all 0s;display: block;}
.pagenav li:hover{color:#fff;background-color: #eb6100;}



@media screen and (min-width:992px) and (max-width:1240px){
	html{font-size: 6vw;}
	
	/* 品牌介绍 */
	.pp-events .swiper-button-prev{left: -0.6rem;}
	.pp-events .swiper-button-next{right: -0.6rem;}
	
	/* index */
	.idx-cp .swiper-button{display: none;}
	.idx-cp .item .title{font-size: 0.32rem;}
	
	
	
}

@media screen and (min-width:768px) and (max-width:991px){
	html{font-size: 12vw;}
	.auto{width: 100%;padding:0 3%;}
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: .4rem;height: .4rem;background: url(../images/menu.png) no-repeat center;background-size:.36rem;margin-top: -.2rem;display: block;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.36rem;}
	
	.head{padding:.1rem 0;}
	.hd-logo .img{height: 0.7rem;}
	
	.hd-shop{margin:0 .5rem 0 0;}
	.hd-tel{margin:0 .5rem 0 0;}
	
	.hd-nav{position:fixed;width: 100%;left: 0;top: .9rem;background-color: #fff;bottom: 0;overflow-y: scroll!important;display: none;border-top:1px solid #e5e5e5;}
	.hd-nav ul{display: block;}
	.hd-nav li{display: block;border-bottom:1px solid #e5e5e5;margin: 0;position:relative;}
	.hd-nav li>a{line-height: .8rem;font-size: 0.19rem;padding:0 3%;}
	.hd-nav li>a::after{display: none!important;}
	.hd-nav li.has .arrow{position:absolute;right: 0;top: 0;background:url(../images/arrow.png) no-repeat center;background-size:.26rem;width: 0.8rem;height: 0.8rem;z-index:50;}
	.hd-nav li.has .arrow.this{transform: rotate(180deg);}
	
	.hd-nav li:hover .drop{display: none;}
	.hd-nav .drop{display: none;position:static;padding: 0;background-color:transparent;padding-left: 0.4rem;border-top:1px solid rgba(255,255,255,.15);width: 100%;box-shadow:none;transform: translate(0,0);}
	.hd-nav .drop a{display: block;font-size: 0.17rem;border-top:1px solid #e5e5e5;line-height: 0.6rem;transform: skewX(0);padding: 0;margin: 0;text-align: left;}
	.hd-nav .drop a:last-child{border-bottom:none;}
	.hd-nav .drop a:hover, .hd-nav .drop a.this{color:#333;}
	
	
	
	.ft-t{padding:.4rem 0;}
	.ft-t .col{display: none;}
	.ft-t .info{float:none;width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
	
	
	
	/* 关于易蓓-企业动态 */
	.xw-list .item:first-child{padding-top: 0;}
	.xw-list .imgbox{width: 3.5rem;border-width:7px;margin-right: 0.5rem;}
	
	
	/* 产品介绍 */
	.pro-list{margin-left: -2%;}
	.pro-list .item{width: 31.3%;margin:0 0 2% 2%;}
	.pro-list .imgbox{height: 2.5rem;}
	.pro-list .title{font-size: 0.2rem;}
	
	.cp-list{margin-left: -2%;}
	.cp-list .item{width: 31.3%;margin:0 0 2% 2%;}
	.cp-list .imgbox{height: 2.5rem;}
	.cp-list .title{font-size: 0.2rem;}
	
	
	/* 关于易蓓-品牌介绍 */
	.idx-tt{margin-bottom: 0.4rem;}
	.idx-tt .bt{font-size: 0.4rem;}
	.idx-tt .en{font-size: 0.2rem;}
	
	.pp-intro{margin:.8rem 0;}
	.pp-intro .txt{font-size: 0.18rem;line-height: 0.32rem;}
	.pp-intro .video{height: 4rem;}
	.pp-intro .playicon{width: 0.7rem;height: 0.7rem;}
	
	.pp-events{margin-bottom: 0.8rem;}
	.pp-events .item .year{font-size: 0.28rem;}
	.pp-events .item .txt{-webkit-line-clamp: 3;line-height: 0.26rem;height: 0.78rem;}
	
	.pp-events .swiper-button{width: 0.24rem;height: 0.24rem;top: 0.24rem;}
	.pp-events .swiper-button-prev{left: -.2rem;}
	.pp-events .swiper-button-next{right: -.2rem;}
	
	.pp-social{margin-bottom: 0.8rem;}
	.pp-social .list .lbox{width: 3rem;margin-right: 0.4rem;}
	.pp-social .list .imgbox{height: 1.8rem;}
	.pp-social .list .info h5{display: block;font-size: 0.2rem;}
	.pp-social .list .title{width: 100%;}
	.pp-social .list .date{font-size: 0.16rem;margin-left: 0;}
	.pp-social .list .txt{font-size: 0.16rem;line-height: 0.24rem;}
	
	.pp-building{margin-bottom: 0.8rem;}
	.pp-building .list .imgbox{height: 2rem;}
	.pp-building .list .title{font-size: 0.16rem;}
	
	/* 联系我们-人才招聘 */
	.lx-list.t .item-t{font-size: 0.18rem;line-height: 0.3rem;}
	.lx-list.b .item-t{font-size: 0.18rem;line-height: 0.28rem;}
	
	.lx-list .row{margin-bottom: 0.1rem;}
	.lx-list .item-b{padding:.3rem .3rem;}
	.lx-list .tit{font-size: 0.2rem;line-height: 1.5;min-width:1.2rem;}
	.lx-list .txt{font-size: 0.18rem;line-height: 1.5;}
	.lx-list .applybtn{width: 1.2rem;font-size: 0.18rem;line-height: 0.4rem;}
	
	
	.lx-list .anniu-drop{left: 50%;transform: translate(-50%,0);}
	.lx-list .anniu-drop .txt{font-size: 0.16rem;}
	.lx-list .anniu-drop:before{left: 50%;margin-left: -0.07rem;}
	
	
	/* 联系我们-办公地点 */
	.lx-map{margin:.8rem 0;}
	.lx-map .map{height: 4rem;}
	.lx-map .box{width: 3.8rem;padding:.25rem .2rem;right: 0.3rem;min-height:auto;}
	.lx-map .row{margin-bottom: 0.2rem;}
	.lx-map .title{font-size: 0.18rem;}
	.lx-map .title .icon{width: .2rem;}
	
	.lx-hz .detail{padding:.4rem .1rem;}
	.lx-hz .col{padding:0 .15rem;}
	.lx-hz .t-tit{font-size: 0.18rem;}
	.lx-hz .txt{line-height: 0.3rem;}
	.lx-hz .pic{width: 1.4rem;margin-top: 0.3rem;}
	
	/* 关于易蓓-企业荣誉 */
	.honor-main{padding:.65rem 0;}
	.honor-main .detail{padding:.6rem .8rem .4rem;}
	.honor-main .item{max-width:100%;}
	.honor-main .item .line{display: none;}
	.honor-main .item .txt{font-size: 0.16rem;}
	
	.honor-main .swiper-button{width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;}
	.honor-main .swiper-button-prev{left: -.6rem;}
	.honor-main .swiper-button-next{right: -.6rem;}
	
	/* index */
	.idx-ban .swiper-pagination{bottom: 0.2rem;}
	.idx-ban .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.2rem;}
	
	.idx-intro{margin-top: 0;padding:.8rem 0;}
	.idx-intro .info{width: 50%;}
	.idx-intro .list{margin-top: 0.5rem;}
	.idx-intro .list .fz i{font-size: 0.4rem;}
	.idx-intro .arrow{bottom: -1rem;width: 0.4rem;height: 0.4rem;left: 0.4rem;}
	.idx-intro .playicon{width: 0.8rem;height: 0.8rem;}
	
	.idx-advan{margin:.8rem 0;}
	.idx-advan .lbox{width: 100%;padding-top: 0;}
	.idx-advan .rbox{width: 100%;position:static;margin:0;margin-top: 0.25rem;padding:.4rem 3%;}
	.idx-advan .list{padding-top: 0;}
	.idx-advan .list .item{width: 25%;margin-bottom: 0;padding:0 .1rem;}
	.idx-advan .list .icon{height: 0.5rem;}
	.idx-advan .list .line{width: 0.4rem;margin:.15rem auto;}
	.idx-advan .list .title{font-size: 0.18rem;}
	.idx-advan .list .txt{font-size: 0.13rem;line-height: 0.22rem;}
	
	.idx-advan .row-list{width: 100%;display: flex;justify-content: space-between;}
	.idx-advan .row-list .row{margin:0 1%;flex:1;padding:.2rem .2rem;min-height:auto;display: block;}
	.idx-advan .row-list .title{font-size: 0.18rem;}
	.idx-advan .row-list .txt{font-size: 0.15rem;line-height: 0.22rem;}
	
	.idx-cp{padding:.7rem 0;}
	.idx-cp .item{width: 100%;margin: 0;padding:.1rem .1rem 0;}
	.idx-cp .item .imgbox{height: 2rem;}
	.idx-cp .item .title{font-size: 0.2rem;line-height: 0.4rem;}
	.idx-cp .item .more{width: 0.8rem;font-size: 0.15rem;}
	.idx-cp .shade{display: none;}
	
	
	.idx-cp .swiper-button{display: none;}
	.idx-cp .swiper-pagination{margin-top: 0.3rem;}
	.idx-cp .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-cp .swiper-pagination-bullet-active{width: 0.2rem;}
	
	.idx-cbs{padding:.8rem 0;}
	.idx-cbs .list .imgbox{height: 1.2rem;}
	.idx-cbs .swiper-pagination{margin-top: 0.3rem;}
	.idx-cbs .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-cbs .swiper-pagination-bullet-active{width: 0.2rem;}
	
	
	.idx-market .box{width: 4.4rem;min-height:auto;padding:.5rem .5rem;}
	.idx-market .title{font-size: 0.28rem;}
	.idx-market .title i{font-size: 0.56rem;}
	
	.idx-market .list li{margin-bottom: 0.3rem;padding-left: 0;}
	.idx-market .list .font{font-size: 0.3rem;}
	.idx-market .list .font i{font-size: 0.4rem;}
	.idx-market .list .txt{font-size: 0.16rem;}
	
	
	.idx-team{padding:.8rem 0;}
	.idx-team .cen-t{height: 1.7rem;}
	.idx-team .list li{width: 50%;padding:.03rem 0;}
	.idx-team .list .fz{font-size: 0.12rem;}
	.idx-team .list .fz i{font-size: 0.22rem;}
	.idx-team .list .txt{font-size: 0.12rem;}
	
	.idx-team .cen-b{height: 2.5rem;}
	.idx-team .cen-b .bot{padding:0 .15rem;bottom: 0.1rem;}
	.idx-team .cen-b .name{font-size: 0.2rem;}
	.idx-team .cen-b .font{display: block;padding: 0;text-align: center;font-size: 0.14rem;}
	.idx-team .cen-b .font i{display: block;margin-right: 0;}
	
	/* 新闻详情 */
	.xw-det .title{font-size: 0.24rem;}
	
	
	
	
}

@media screen and (min-width:320px) and (max-width:767px){
	html{font-size: 20vw;}
	.auto{width: 100%;padding:0 4%;}
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: .4rem;height: .4rem;background: url(../images/menu.png) no-repeat center;background-size:.36rem;margin-top: -.2rem;display: block;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.36rem;}
	
	.head{padding:.1rem 0;}
	.hd-logo .img{height: 0.6rem;}
	
	.hd-shop{margin:0 .2rem 0 0;}
	.hd-shop .tp{height: 0.26rem;}
	.hd-shop .line{margin:0 .1rem;}
	.hd-tel{margin:0 .45rem 0 0;font-size: 0;width: 0.22rem;height: 0.22rem;background-repeat:center;background-size:contain;}
	
	.hd-nav{position:fixed;width: 100%;left: 0;top: .8rem;background-color: #fff;bottom: 0;overflow-y: scroll!important;display: none;border-top:1px solid #e5e5e5;}
	.hd-nav ul{display: block;}
	.hd-nav li{display: block;border-bottom:1px solid #e5e5e5;margin: 0;}
	.hd-nav li>a{line-height: .7rem;font-size: 0.19rem;padding:0 4%;position:relative;z-index:20;}
	.hd-nav li>a::after{display: none!important;}
	
	
	.hd-nav li.has .arrow{position:absolute;right: 0;top: 0;background:url(../images/arrow.png) no-repeat center;background-size:.22rem;width: 0.7rem;height: 0.7rem;z-index:50;}
	.hd-nav li.has .arrow.this{transform: rotate(180deg);}
	
	.hd-nav li:hover .drop{display: none;}
	.hd-nav .drop{display: none;position:static;padding: 0;background-color:transparent;padding-left: 0.4rem;border-top:1px solid rgba(255,255,255,.15);width: 100%;box-shadow:none;transform: translate(0,0);}
	.hd-nav .drop a{display: block;font-size: 0.17rem;border-top:1px solid #e5e5e5;line-height: 0.6rem;transform: skewX(0);padding: 0;margin: 0;text-align: left;}
	.hd-nav .drop a:last-child{border-bottom:none;}
	.hd-nav .drop a:hover, .hd-nav .drop a.this{color:#333;}
	
	.ft-t{padding:.4rem 0;}
	.ft-t .tit{font-size: 0.2rem;}
	.ft-t .col{display: none;}
	.ft-t .info{float:none;width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
	
	
	
	/* 关于易蓓-企业动态 */
	.inner-ban{height: 1.8rem;}
	.inner-ban .img{height: 100%;object-fit: cover;}
	
	.crumb{line-height: 0.6rem;}
	
	.xw-list .item{padding:.15rem 0;}
	.xw-list .item:first-child{padding-top: 0;}
	.xw-list .imgbox{width: 1.8rem;border-width:3px;margin-right: 0.2rem;height: 1.4rem;}
	.xw-list .title{-webkit-line-clamp: 2;}
	.xw-list .txt{display: none!important;}
	.xw-list .date{margin-top: 0.1rem;}
	.xw-list .more{margin-top: 0.15rem;}
	
	.pagelist{margin-top: 0.35rem;}
	.pagingUl li{font-size: 0.16rem;	width: 0.32rem;height: 0.32rem;line-height: 0.32rem;margin:0 .03rem;}
	.pagelist .next, .pagelist .prv{width: 0.32rem;height: 0.32rem;}

	/* 产品介绍 */
	.pro-main{padding:0 0 .4rem;}
	.pro-top{display: block;}
	.pro-top .title{font-size: 0.24rem;line-height: 1.4;}
	.pro-top .txt{font-size: 0.18rem;line-height: 1.6;}
	.pro-top .imgbox{width: 100%;margin:.3rem auto 0;}
	
	.pro-list{margin-left: -3%;}
	.pro-list .item{width: 47%;margin:0 0 3% 3%;border-width:1px;padding:.07rem .07rem 0;border-radius:.07rem;}
	.pro-list .imgbox{height: 1.8rem;border-radius:.07rem;}
	.pro-list .title{font-size: 0.19rem;line-height: 0.4rem;margin-top: 0.05rem;}
	.pro-list .wz{font-size: 0.12rem;}
	
	.cp-list{margin-left: -3%;}
	.cp-list .item{width: 47%;margin:0 0 3% 3%;border-width:1px;padding:.1rem .1rem .15rem;}
	.cp-list .imgbox{height: 1.8rem;}
	.cp-list .title{font-size: 0.18rem;line-height: 0.3rem;margin-top: 0.05rem;}
	
	/* 关于易蓓-品牌介绍 */
	.idx-tt{margin-bottom: 0.3rem;}
	.idx-tt .bt{font-size: 0.3rem;white-space: nowrap;}
	.idx-tt .en{font-size: 0.16rem;}
	
	.pp-intro{margin:.5rem 0;}
	.pp-intro .txt{font-size: 0.18rem;line-height: 1.6;}
	.pp-intro .video{height: 3rem;}
	.pp-intro .playicon{width: 0.5rem;height: 0.5rem;}
	
	.pp-events{margin-bottom: 0.6rem;}
	.pp-events .item .icon{margin:0 auto;width: 0.2rem;height: 0.2rem;}
	.pp-events .item .year{font-size: 0.24rem;text-align: center;}
	.pp-events .item .txt{-webkit-line-clamp: 3;line-height: 0.26rem;height: 0.78rem;}
	
	.pp-events .swiper-button{width: 0.24rem;height: 0.24rem;top: 0.24rem;}
	.pp-events .swiper-button-prev{left: -.1rem;}
	.pp-events .swiper-button-next{right: -.1rem;}
	
	.pp-social{margin-bottom: 0.6rem;}
	.pp-social .list .item{border-radius:.06rem;}
	.pp-social .list .lbox{width: 2rem;margin-right: 0;padding: 0;}
	.pp-social .list .imgbox{height: 1.4rem;}
	.pp-social .list .info{padding:.1rem .2rem;}
	.pp-social .list .info h5{display: block;font-size: 0.2rem;}
	.pp-social .list .title{width: 100%;max-width:100%;-webkit-line-clamp: 2;font-size: 0.18rem;}
	.pp-social .list .date{font-size: 0.14rem;margin-left: 0;color:#555;}
	.pp-social .list .txt{font-size: 0.16rem;line-height: 0.24rem;display: none!important;}
	
	.pp-building{margin-bottom: 0.6rem;}
	.pp-building .list{margin-left: -3%;}
	.pp-building .list .item{width: 47%;margin:0 0 3% 3%;padding:.07rem .07rem 0;border-radius:.06rem;}
	.pp-building .list .imgbox{height: 1.6rem;}
	.pp-building .list .icon{width: 0.5rem;height: 0.5rem;}
	.pp-building .list .title{font-size: 0.16rem;}
	
	.pop-sp .wrapbox{width: 90%;}
	.pop-sp .videobox{height: auto;}
	.pop-sp .close{background-size:.4rem;right: auto;left: 50%;top: auto;bottom: -0.5rem;margin-left: -0.25rem;}
	
	/* 联系我们-人才招聘 */
	.inner-ban .bt{font-size: 0.28rem;}
	.inner-ban .en{font-size: 0.18rem;}
	
	.lx-main{padding:.5rem 0;}
	.lx-list.t .item-t{font-size: 0.16rem;line-height: 0.22rem;font-weight: normal;padding:.1rem 0;}
	.lx-list.b .item-t{font-size: 0.16rem;line-height: 0.22rem;padding:.1rem 0;}
	.lx-list .w1{padding-left: 0;text-align: center;width: 34%;}
	.lx-list .w2{display: none;}
	.lx-list .w3{width: 20%;}
	.lx-list .w4{display: none;}
	.lx-list .w5{width: 24%;}
	.lx-list .w6{width: 22%;}
	
	.lx-list .row{margin-bottom: 0.1rem;display: block;}
	.lx-list .item-b{padding:.15rem .2rem;margin-top: 0.03rem;}
	.lx-list .tit{font-size: 0.16rem;line-height: 1.5;min-width:100%;}
	.lx-list .txt{font-size: 0.15rem;line-height: 1.5;margin-top: 0.05rem;}
	.lx-list .applybtn{width: 1rem;font-size: 0.14rem;line-height: 0.36rem;}
	
	
	.lx-list .anniu-drop{left:auto;right: 0;width: 1.6rem;padding:.08rem .12rem;top: 0.3rem;}
	.lx-list .anniu-drop .txt{font-size: 0.14rem;line-height: 0.22rem;}
	.lx-list .anniu-drop:before{left:auto;right: 0.4rem;}
	
	
	/* 联系我们-办公地点 */
	.lx-map{margin:.5rem 0 .6rem;}
	.lx-map .map{height: 3rem;}
	.lx-map .box{width: 100%;padding:.25rem .2rem;right: 0.3rem;min-height:auto;position:static;    transform: translate(0,0);}
	.lx-map .row{margin-bottom: 0.2rem;}
	.lx-map .title{font-size: 0.2rem;}
	.lx-map .title .icon{width: .2rem;margin-right: 0.1rem;}
	.lx-map .txt{font-size: 0.18rem;padding-left: 0.3rem;}
	
	
	.lx-hz .detail{padding:.4rem 0 0;display: block;border:none;}
	.lx-hz .col{padding:.35rem .15rem;text-align: center;border-top:1px solid #efefef;}
	.lx-hz .t-tit{font-size: 0.22rem;}
	.lx-hz .font{font-size: 0.19rem;}
	.lx-hz .txt{line-height: 1.7;margin-top: 0.15rem;font-size: 0.2rem;}
	.lx-hz .pic{width: 1.6rem;margin: 0.25rem auto 0;}
	.lx-hz .col:first-child{border:none;padding-top: 0;}
	
	/* 关于易蓓-企业荣誉 */
	.honor-main{padding:.5rem 0;}
	.honor-main .detail{padding:.5rem .7rem .2rem;}
	.honor-main .item{max-width:100%;}
	.honor-main .item .top{padding: 0.06rem;border-radius:.1rem;}
	.honor-main .item .line{display: none;}
	.honor-main .item .txt{font-size: 0.18rem;line-height: 0.28rem;height: 0.84rem;margin-top: 0.15rem;}
	
	.honor-main .swiper-button{width: 0.3rem;height: 0.3rem;margin-top: 0;top: 1rem;}
	.honor-main .swiper-button-prev{left: -.6rem;}
	.honor-main .swiper-button-next{right: -.6rem;}
	
	
	/* index */
	.idx-ban .swiper-pagination{bottom: 0.1rem;}
	.idx-ban .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.2rem;}
	
	.idx-intro{margin-top: 0;padding:.8rem 0;}
	.idx-intro .wrap{display: block;}
	.idx-intro .info{width: 100%;}
	.idx-intro .txt{font-size: 0.18rem;line-height: 1.7;}
	.idx-intro .list{margin-top: 0.3rem;}
	.idx-intro .list .txt{font-size: 0.18rem;}
	.idx-intro .list .fz i{font-size: 0.34rem;}
	.idx-intro .arrow{bottom: -1rem;width: 0.4rem;height: 0.4rem;left: 50%;margin-left: -0.2rem;}
	.idx-intro .videobox{width: 100%;margin-top: 0.25rem;}
	.idx-intro .video{height: 3rem;}
	.idx-intro .playicon{width: 0.6rem;height: 0.6rem;}
	
	.idx-advan{margin:.5rem 0;}
	.idx-advan .lbox{width: 100%;padding-top: 0;}
	.idx-advan .rbox{width: 100%;position:static;margin:0;margin-top: 0.25rem;padding:.4rem 3%;}
	.idx-advan .list{padding-top: 0;}
	.idx-advan .list .item{width: 50%;margin-bottom: 0;padding:.2rem .15rem;text-align: center;}
	.idx-advan .list .icon{height: 0.54rem;}
	.idx-advan .list .line{width: 0.4rem;margin:.15rem auto;}
	.idx-advan .list .title{font-size: 0.2rem;}
	.idx-advan .list .txt{font-size: 0.16rem;line-height: 0.22rem;}
	
	.idx-advan .row-list{width: 100%;}
	.idx-advan .row-list .row{margin:0 0 4%;padding:.25rem .2rem;min-height:auto;display: block;}
	.idx-advan .row-list .title{font-size: 0.21rem;}
	.idx-advan .row-list .txt{font-size: 0.18rem;line-height: 0.24rem;}
	.idx-advan .row-list .row:before{width: 0.04rem;}
	
	.idx-cp{padding:.5rem 0 .4rem;}
	.idx-cp .item{width: 100%;margin: 0;padding:.1rem .1rem 0;}
	.idx-cp .item .imgbox{height: 2rem;}
	.idx-cp .item .title{font-size: 0.18rem;line-height: 0.4rem;}
	.idx-cp .item .more{width: 0.75rem;font-size: 0.13rem;}
	.idx-cp .shade{display: none;}
	
	.idx-cp .swiper-button{display: none;}
	.idx-cp .swiper-pagination{margin-top: 0.3rem;}
	.idx-cp .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-cp .swiper-pagination-bullet-active{width: 0.2rem;}
	
	.idx-cbs{padding:.5rem 0;}
	.idx-cbs .list {border:none;}
	.idx-cbs .list .item{/* width: 50%; */border:1px solid #e5e5e5;}
	.idx-cbs .list .imgbox{height: 1rem;}
	
	.idx-cbs .swiper-pagination{margin-top: 0.3rem;}
	.idx-cbs .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-cbs .swiper-pagination-bullet-active{width: 0.2rem;}
	
	
	.idx-market{padding:.5rem 0;}
	.idx-market .detail{padding:4% 0;}
	.idx-market .box{width: 100%;min-height:auto;padding:.3rem .3rem;}
	.idx-market .title{font-size: 0.26rem;text-align: center;}
	.idx-market .title i{font-size: 0.34rem;margin-right: 0.05rem;}
	
	.idx-market .list{justify-content: space-between;margin-top: 0.4rem;}
	.idx-market .list li{margin-bottom: 0;text-align: center;width: 50%;padding:.15rem 0;}
	.idx-market .list .font{font-size: 0.24rem;}
	.idx-market .list .font i{font-size: 0.34rem;}
	.idx-market .list .txt{font-size: 0.2rem;}
	
	
	.idx-team{padding:.5rem 0;}
	.idx-team .detail{display: block;}
	.idx-team .col{width: 100%;}
	.idx-team .cenbox{padding: 0;}
	.idx-team .cen-t{height: auto;display: block;margin-top: 0.05rem;}
	.idx-team .list{padding:.2rem 0;}
	.idx-team .list li{width: 50%;padding:.2rem 0;text-align: center;}
	.idx-team .list .fz{font-size: 0.18rem;}
	.idx-team .list .fz i{font-size: 0.36rem;}
	.idx-team .list .txt{font-size: 0.18rem;margin-top: 0.06rem;}
	
	.idx-team .cen-b{height: auto;margin-bottom: 0.05rem;}
	.idx-team .cen-b .bot{padding:0 .2rem;}
	.idx-team .cen-b .name{font-size: 0.26rem;font-weight: normal;}
	.idx-team .cen-b .font{line-height: 0.3rem;height: 0.3rem;overflow: hidden;font-size: 0.18rem;}
	.idx-team .cen-b .font i{line-height: 0.32rem;height: 0.32rem;margin-top: -0.01rem;}
	
	
	/* 新闻详情 */
	.xw-det{padding:.4rem 0;}
	.xw-det .title{font-size: 0.21rem;}
	.xw-det .editbox{font-size: 0.17rem;}
	
	.pagenav{display: block;border:none;padding: 0;}
	.pagenav li{max-width:100%;width: 100%;margin-bottom: 0.15rem;font-size: 0.17rem;line-height: 0.38rem;}
	
	
	
	
}



