@charset "utf-8";

@font-face
{font-family: MavenProRegular;
src: url('MavenPro-Regular.ttf')}

@font-face
{font-family: MavenProBold;
src: url('MavenPro-Bold.ttf')}

@font-face
{font-family: MavenProSemiBold;
src: url('MavenPro-SemiBold.ttf')}

@font-face
{font-family: MavenProExtraBold;
src: url('MavenPro-ExtraBold.ttf')}


@font-face
{font-family: MavenProMedium;
src: url('MavenPro-Medium.ttf')}

@font-face
{font-family: MavenProBlack;
src: url('MavenPro-Black.ttf')}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*{box-sizing:border-box;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:'MavenProRegular', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto{margin:0 auto;/* max-width: 15rem; */width: 94%;max-width: 16.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;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#666;}
:-moz-placeholder{color:#666;}
::-moz-placeholder{color:#666;}
:-ms-input-placeholder{color:#666;} */

.btn{display: flex;align-items: center;justify-content: center;font-size: 0.18rem;color:#fff;width: 2.4rem;height: 0.6rem;background-color: #0089e9;border-radius:.3rem;cursor: pointer;border:0;font-family: 'MavenProSemiBold';}
.btn:hover{background-color: #325191;}
.btn.white{background-color: #fff;color:#2f3350;}
.btn.white:hover{color:#fff;background-color: #00a2e9;}

.c-main{color:#00a2e9!important;}


/* 公共部分 */
.head{height: 1.2rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #ebebeb;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}

.hd-logo .img{height: .8rem;width: auto;}


.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.7rem;position: relative;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#000000;line-height: .6rem;position: relative;font-family: 'MavenProSemiBold';}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#00a2e9;}
.hd-nav li.has>a:after{content:'\e772';font-family:'iconfont';font-size: 0.15rem;margin:0.02rem 0 0 0.06rem;display: inline-block;vertical-align: middle;}


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 2rem;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: #fff;margin-left: -1rem;margin-top: -1px;border-radius:.06rem;box-shadow:0 0 .1rem #ddd;padding:0.08rem 0;}
.hd-nav .drop .lk{font-size: 0.16rem;color:#000;line-height: 0.22rem;display: block;min-width: 25%;text-align: center;padding:.1rem 0;font-family: 'MavenProSemiBold';}
.hd-nav .drop .lk:hover{color:#00a2e9;}
.hd-nav .drop .lk:last-child{border-bottom:none;}

.hd-tel{}
.hd-tel *{font-size: 0.2rem;font-family: 'MavenProBold';line-height: 1.4;}


.head .r{display: flex;align-items: center;}

.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.hd-sear .icon::after{content:'\e651';font-size: 0.2rem;color:#070707;font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.16rem;color:#000;flex:1;overflow: hidden;padding:0 .2rem;}
.hd-sear-box .submit{width: 0.6rem;height: 0.6rem;border:none;cursor: pointer;background:url(../images/icon_01.png) no-repeat center;background-size:.26rem;margin-right: 0.05rem;}


.hd-lang{position: relative;margin-left: 0.3rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;}
.hd-lang .font i{font-size: 0.2rem;color:#070707;margin-right: 0.08rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';margin-left: 0.07rem;font-size: 0.14rem;transform: rotate(90deg);font-weight: bold;}

.hd-lang .drop{position: absolute;width: .8rem;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;}
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{font-weight: bold;}
.hd-lang:hover .drop{display: block;}


.foot{background-color: #2f3350;padding:0.8rem 0;}
.foot .wrap{display: flex;align-items: flex-start;}
.foot .info{width: 35%;max-width: 5.35rem;}
.foot .smlogo{height: 0.95rem;width: auto;}
.foot .txt{font-size: 0.18rem;color:#ffffff;line-height: 2.1;margin-top: 0.15rem;}
.foot .txt *{font-family: 'MavenProMedium';}
.foot .menus{flex:1;overflow: hidden;padding-left: 8%;display: flex;justify-content: space-between;padding-top: 0.25rem;}
.foot .menus .tit{font-size: 0.34rem;color:#fff;font-family: 'MavenProBold';margin-bottom: 0.15rem;}
.foot .menus .lk{display: block;font-size: 0.18rem;color:#fff;line-height: 0.42rem;font-family: 'MavenProMedium';}
.foot .menus .lk:hover{opacity: .85;}

.foot .social{margin-top: 0.25rem;display: flex;}
.foot .social a{margin-right: 0.2rem;font-size: 0.19rem;color:#fff;width: 0.38rem;height: 0.38rem;background-color: rgba(255,255,255,.3);display: flex;align-items: center;justify-content: center;border-radius:50%;}
.foot .social a:hover{background-color: #325191;}

.gotop{width: 0.9rem;height: 0.9rem;background:url(../images/icon_05.png) no-repeat center #0089e9;background-size:contain;position: fixed;right: 0.3rem;bottom: 5%;border-radius:50%;display: none;z-index:100;}
.gotop:hover{background-color: #325191;}




/* serviceCutting */
.inner-ban{height: 5rem;position: relative;}
.inner-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.inner-ban .title{font-size: 0.56rem;color:#fff;font-family: 'MavenProBold';}
.inner-ban .txt{font-size: 0.18rem;color:#fff;max-width: 5.45rem;margin-top: 0.14rem;line-height: 1.4;}

.crumb{font-size: 0.16rem;color:#484848;line-height: 0.3rem;margin: 0.3rem 0 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;}
.crumb a:hover{color:#00a2e9;}

.pub-tt{margin-bottom: 0.35rem;}
.pub-tt .bt{font-size: 0.56rem;color:#000;font-family: 'MavenProBold';line-height: 1.2;}
.pub-tt .x{width: 1rem;height: 0.08rem;display: inline-block;margin-bottom: 0.2rem;}
.pub-tt.white .bt{color:#fff;}
.pub-tt.white .x{background-color: #fff;}



.lx-di{padding:1rem 0;background:url(../images/img_01.jpg) no-repeat center;background-size:cover;}
.lx-di .detail{max-width: 10rem;background-color: rgba(0,0,0,.4);padding:0.4rem 0.7rem 0.6rem;}
.lx-di .t-tit{margin-bottom: 0.4rem;font-size: 0.56rem;color:#fff;font-family: 'MavenProExtraBold';}
.lx-di .row{justify-content: space-between;}
.lx-di .item{margin-bottom: 0.2rem;width: 48.9%;}
.lx-di .ipt{border-radius:0.1rem;width: 100%;font-size: 0.16rem;}
.lx-di .ipt-txt{padding:0 0.2rem;line-height: 0.56rem;height: 0.56rem;}
.lx-di .con{height: 1.6rem;padding:0.18rem 0.2rem;line-height: 1.4;resize:none;}
.lx-di .submit{margin-top: 0.3rem;}


.fw-main{padding:0.8rem 0 1.5rem;}

.fw-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.fw-list .item{height: 5.8rem;position: relative;margin-bottom: 1%;}
.fw-list .imgbox{height: 100%;}
.fw-list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:0 0.75rem 0.65rem;display: flex;flex-direction: column;justify-content: flex-end;}
.fw-list .title{font-size: 0.36rem;color:#fff;font-family: 'MavenProBold';}
.fw-list .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;margin:0.2rem 0 0.3rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;max-width: 6.8rem;}

.fw-cutt-list{}
.fw-cutt-list .item1,.fw-cutt-list .item4{width: 56%;}
.fw-cutt-list .item2,.fw-cutt-list .item3{width: 43%;}


/* serviceProcession */
.fw-proc-list .item1{width: 56%;}
.fw-proc-list .item2{width: 43%;}

.fw-proc-list .item3,.fw-proc-list .item4,.fw-proc-list .item5{width: 32.6%;height: 4.1rem;}
.fw-proc-list .item3 .shade,.fw-proc-list .item4 .shade,.fw-proc-list .item5 .shade{padding:0 0.4rem 0.45rem;}
.fw-proc-list .item6{width: 43%;}
.fw-proc-list .item7{width: 56%;}

/* serviceDetail */
.fw-det{padding:0.5rem 0 1rem;}
.fw-det .t-tit{font-size: 0.34rem;color:#000;font-family: 'MavenProBold';margin-bottom: 0.32rem;position: relative;padding-bottom: 0.13rem;}
.fw-det .t-tit::after{content:'';position: absolute;left: 0;bottom: 0;width: 0.5rem;height: 0.05rem;background-color: #000;}
.fw-det .edit{font-size: 0.16rem;color:#424242;line-height: 1.4;}
.fw-det .edit .tit{font-size: 0.2rem;color:#010101;font-family: 'MavenProBold';margin-bottom: 0.05rem;}
.fw-det .edit .tag{font-size: 0.16rem;color:#fff;display: inline-block;vertical-align: middle;padding:0 0.15rem;line-height: 0.48rem;background-color: #2f3350;margin-bottom: 0.25rem;font-weight: bold;}



/* news */
.xw-main{padding:0.5rem 0 0.6rem;}
.xw-main .wrap{display: flex;align-items: flex-start;}
.xw-r{flex:1;overflow: hidden;}
.xw-tit{font-size: 0.24rem;color:#000000;border-bottom:1px solid #e8e8e8;font-family: 'MavenProBold';line-height: 1;padding:0 0 0.15rem;}

.xw-menu{width: 2.75rem;margin-right: 0.65rem;}
.xw-menu .lks{}
.xw-menu .lk{display: block;font-size: 0.16rem;color:#404040;line-height: 1.4;margin-top: 0.2rem;}
.xw-menu .lk:hover{color:#00a2e9;font-weight: bold;}


.xw-list{margin-top: 0.4rem;}
.xw-list .item{display: flex;align-items: center;position: relative;margin-bottom: 0.55rem;}
.xw-list .imgbox{height: 3.35rem;margin-right: 0.45rem;width: 36%;max-width: 4.58rem;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .title{font-size: 0.24rem;color:#000000;line-height: .3rem;-webkit-line-clamp: 2;font-family: 'MavenProBold';}
.xw-list .date{font-size: 0.16rem;color:#6d6c6c;margin-top: 0.15rem;}
.xw-list .txt{font-size: 0.16rem;color:#404040;-webkit-line-clamp: 2;line-height: 0.22rem;margin-top: 0.25rem;height: 0.44rem;max-width: 95%;}
.xw-list .more{font-size: 0.18rem;color:#414141;display: flex;align-items: center;justify-content: center;margin-top: 0.7rem;font-family: 'MavenProSemiBold';width: 1.7rem;height: 0.5rem;border:1px solid #414141;border-radius:0.26rem;}
.xw-list .item:hover .title{color:#00a2e9;}
.xw-list .more:hover{color:#fff;background-color: #00a2e9;border-color:#00a2e9;}


.pagelist{margin-top: 0.6rem;text-align: center;}
.layui-laypage{margin: 0;}

.layui-laypage a, .layui-laypage span{font-size: 0.16rem;width: 0.3rem;height: 0.3rem;background-color: #e0e0e0;margin:0 .05rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:.04rem;line-height: 0.3rem;color:#969696;}

.layui-laypage>a:last-child, .layui-laypage>a:last-child em{border-radius:.04rem;}
.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 ;border-radius:.04rem;}
.layui-laypage .layui-laypage-prev em,.layui-laypage .layui-laypage-next em{line-height: 1;}
.layui-laypage .layui-laypage-prev{border-radius:.04rem!important;background:#fff!important;color:#333;}
.layui-laypage .layui-laypage-next{background-color: #fff;color:#333;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: transparent;}
.layui-laypage a:hover{color:#000;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 0.34rem;line-height: 0.34rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;color:#fff;background-color: #00a2e9;}


/* newsDetail */
.xw-det{padding:.85rem 0 1rem;}
.xw-det .auto{max-width: 12.5rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.3rem;}
.xw-det .title{font-size: 0.3rem;color:#000000;font-family: 'MavenProBold';line-height: 1.4;}
.xw-det .date{font-size: 0.16rem;color:#898888;margin-top: 0.2rem;}
.xw-det .edit{font-size: 0.16rem;color:#404040;line-height: 1.5;}


/* contact */
.lx-sec{padding:0.4rem 0 0.9rem;overflow: hidden;}
.lx-sec .detail{display: flex;align-items: flex-start;}
.lx-sec .map{width: 51%;height: 6.65rem;position: relative;z-index:3;}
.lx-sec .info{width: 49%;padding:0.65rem 0 0.4rem 0.6rem; position: relative;margin-top: 0.75rem;}
.lx-sec .info::after{content:'';background-color: #f8f8f8;width: 15rem;position: absolute;left: -1.3rem;bottom: 0;right: 0;top:0;z-index:1;}
.lx-sec .txt{font-size: 0.26rem;color:#2f3350;font-family: 'MavenProSemiBold';line-height: 1.3;margin-bottom: 0.4rem;}
.lx-sec .smtit{font-size: 0.2rem;color:#0b0b0b;font-family: 'MavenProBold';margin-bottom: 0.2rem;position: relative;padding-bottom: 0.14rem;}
.lx-sec .smtit::after{content:'';position: absolute;left: 0;bottom: 0;width: 0.4rem;height: 0.04rem;background-color: #00a2e9;}
.lx-sec .row{font-size: 0.16rem;color:#484848;display: flex;line-height: 0.24rem;padding:0.13rem 0;border-bottom:1px solid #dfdfdf;justify-content: space-between;}
.lx-sec .row span{font-family: 'MavenProMedium';}
.lx-sec .row .wz2{min-width: 1.3rem;}


/* about */
.us-ban{height: 1.7rem;background:url(../images/us_01.jpg) no-repeat center;background-size:cover;}
.us-ban .box{display: flex;align-items: center;height: 100%;position: relative;}
.us-ban .tit{font-size: 0.3rem;color:#fff;font-family: 'MavenProSemiBold';}
.us-ban .crumb{color:#fff;position: absolute;right: 0;bottom: 0.2rem;}

.us-intro{padding:0.75rem 0 0;}
.us-intro .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.us-intro .imgbox{height: 8rem;width:48%;max-width: 7.35rem;}
.us-intro .info{width:48%;padding:0.5rem 0 0;}
.us-intro .txt{font-size: 0.16rem;color:#484848;line-height: 0.22rem;}


.us-cul{margin-top: -1rem;}
.us-cul .detail{display: flex;align-items: center;}
.us-cul .imgbox{height: 8.8rem;width: 46%;}
.us-cul .info{width: calc(54% + 0.8rem);background-color: #0089e9;padding:0.55rem 1.6rem;margin-left: -0.8rem;}
.us-cul .pub-tt{margin-bottom: 0;}
.us-cul .pub-tt .bt{line-height: 1;padding-bottom: 0.18rem;border-bottom:1px solid #fff;display: inline-block;vertical-align: middle;}
.us-cul .row{display: flex;align-items: center;margin-top: 0.45rem;}
.us-cul .row .icon{width: 0.46rem;margin-right: 0.2rem;}
.us-cul .row .title{font-size: 0.24rem;color:#fff;font-family: 'MavenProSemiBold';}
.us-cul .row .txt{font-size: 0.16rem;color:#fff;margin-top: 0.05rem;}


.us-dep{padding:2.2rem 0 0.85rem;background:url(../images/us_07.jpg) no-repeat center;background-size:cover;margin-top: -0.65rem;}
.us-dep .txt{font-size: 0.18rem;color:#fff;line-height: 0.26rem;max-width: 9.45rem;}
.us-dep .more{margin-top: 0.7rem;}


.us-tu{padding:1.25rem 0;}
.us-tu .detail{display: flex;}
.us-tu .lbox{width: 51.5%;display: flex;flex-wrap: wrap;}
.us-tu .rbox{width: 48.5%;display: flex;flex-wrap: wrap;}

.us-tu .item1{height: 2.7rem;width: 55%;}
.us-tu .item2{height: 2.7rem;width: 45%;}
.us-tu .item3{height: 2.8rem;width: 60%;}
.us-tu .item4{height: 2.8rem;width: 40%;}
.us-tu .item5{height: 2.5rem;width: 43%;}
.us-tu .item6{height: 2.5rem;width: 57%;}

.us-tu .item7{height: 3.75rem;width: 53%;}
.us-tu .item8{height: 3.75rem;width: 47%;}
.us-tu .item9{height: 4.25rem;width: 47%;}
.us-tu .item10{height: 4.25rem;width: 53%;}


.us-tu .item{overflow: hidden;position: relative;}
.us-tu .item .img{transition: all 1s;}
.us-tu .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.4);display: flex;align-items: center;justify-content: center;opacity: 0;transition: all .3s;}
.us-tu .shade .title{font-size: 0.26rem;color:#fff;font-family: 'MavenProBold';}
.us-tu .mask{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;padding:0 0.55rem;}
.us-tu .mask .title{font-size: 0.5rem;color:#fff;font-family: 'MavenProBold';}
.us-tu .mask .txt{font-size: 0.16rem;color:#fff;line-height: 0.22rem;margin-top: 0.18rem;-webkit-line-clamp: 8;}

.us-tu .item:hover .shade{opacity: 1;}
.us-tu .item:hover .img{transform: scale(1.1,1.1);}



/* product */
.cp-main{padding:0.2rem 0 1rem;}

.cp-menu{margin-bottom: 0.55rem;text-align: center;}
.cp-menu .lk{display: inline-block;vertical-align: middle;font-size: 0.18rem;color:#595959;min-width: 3rem;text-align: center;line-height: 0.58rem;border-radius:.29rem;border:1px solid #595959;margin:0 0.1rem;}
.cp-menu .lk.cur,.cp-menu .lk:hover{color:#fff;background-color: #00a2e9;border-color:#00a2e9;}

.cp-list{display: flex;flex-wrap: wrap;margin-left: -1.3%;}
.cp-list .item{padding:1.2rem 0.3rem 0.5rem;width: 32%;margin:0 0 1.3% 1.3%;background:url(../images/cp_01.jpg) no-repeat center;background-size:cover;}
.cp-list .title{font-size: 0.36rem;color:#fff;font-family: 'MavenProSemiBold';}
.cp-list .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;-webkit-line-clamp: 3;margin-top: 0.25rem;}
.cp-list .more{margin-top: 0.24rem;}


/* productDetail */
.cp-det{padding:0.65rem 0;}
.cp-smtit{font-size: 0.44rem;font-family: 'MavenProSemiBold';margin-bottom: 0.15rem;}

.cp-intro{margin-bottom: 0.45rem;}
.cp-intro .t-tit{font-size: 0.38rem;color:#000000;font-family: 'MavenProSemiBold';margin-bottom: 0.4rem;text-align: center;}
.cp-intro .detail{display: flex;}
.cp-intro .imgbox{background-color: #f6f6f6;height: 6.2rem;flex:1;overflow: hidden;display: flex;align-items: center;justify-content: center;cursor: grab;}
.cp-intro .imgbox .img{width: 100%;height: 100%;object-fit: contain;}
.cp-intro .info{width: 4.9rem;margin-left: 0.12rem;padding:0.65rem 0.2rem 0.7rem 0.8rem;background-color: #f6f6f6;}
.cp-intro .txt{font-size: 0.2rem;color:#2f3350;line-height: 3;}
.cp-intro .txt *{font-family: 'MavenProSemiBold';}
.cp-intro .txt a:hover{color: #00a2e9;}
.zoom {
	display:inline-block;
	position: relative;width: 100%;height: 100%;
}
.zoom img {
	display: block;
}



.cp-desc{margin-top: 0.4rem;}
.cp-desc .txt{font-size: 0.16rem;color:#4b4b4b;line-height: 0.24rem;}

.cp-det table{background-color: #fafafa;}
.cp-det table caption{font-size: 0.4rem;color:#fff;font-family: 'MavenProSemiBold';background-color: #2f3350;line-height: 0.5rem;padding:0.25rem 0;text-align: center;}
.cp-det table th{background-color: #2f3350;font-size: 0.18rem;color:#fff;font-weight: normal;font-family: 'MavenProMedium';line-height: 0.2rem;padding:0.2rem 0;}
.cp-det table td{font-size: 0.18rem;color:#000000;text-align: center;height: 0.6rem;line-height: 1.3;border:1px solid #d5d5d5;font-family: 'MavenProMedium';padding-top: 0.08rem;padding-bottom: 0.08rem;}

.cp-spec{margin-top: 0.5rem;}
.cp-spec table td:first-child{width: 23%;text-align: left;padding-left: 1rem;}

.cp-xq table td{text-align: left;padding:0 0.1rem 0 0.65rem;}

.cp-plate{margin-top: 0.55rem;}
.cp-plate .list{padding-top: 0.1rem;}
.cp-plate .list li{margin-bottom: 0.25rem;}
.cp-plate .list .tit{font-size: 0.32rem;font-family: 'MavenProSemiBold';margin-bottom: 0.05rem;}
.cp-plate .list .txt{font-size: 0.16rem;color:#4b4b4b;line-height: 1.4;}

.cp-cate table{margin-top: 0.5rem;}

.cp-cs{margin-bottom: 0.5rem;}
.cp-cs table td{height: 0.45rem;font-size: 0.16rem;}
.cp-cs table .quote{font-size: 0.16rem;color:#fff;width: 0.85rem;line-height: 0.3rem;border-radius:0.15rem;background-color: #00a2e9;display: inline-block;vertical-align: middle;cursor: pointer;}
.cp-cs table .quote:hover{background-color: #2f3350;}
.cp-cs table .tips{text-align: center;font-size: 0.18rem;color:#079cdd;background-color: #f0f0f0;padding:0.15rem 0.1rem;}
.cp-cs .total{display: flex;justify-content: space-between;font-size: 0.16rem;background-color: #fafafa;padding:0.2rem 0.15rem;line-height: 0.2rem;margin-top: 0.05rem;}

.pagelist2{display: flex;align-items: center;}
.pagelist2 .layui-laypage a,.pagelist2 .layui-laypage span{width: auto;height: auto;background:transparent;color:#000;    margin: 0 .03rem;}
.pagelist2 .layui-laypage .layui-laypage-curr em{color:#00a2e9;background:transparent;}
.pagelist2 .layui-laypage .layui-laypage-prev{background:transparent!important;}
.pagelist2 .layui-laypage-next{margin-left: 0.08rem!important;}
.pagelist2 .layui-laypage-prev{margin-right: 0.08rem!important;}




.cp-cs .step{height: 0.3rem;border:1px solid #e0e0e0;margin-right: 0.1rem;text-align: center;display: inline-block;vertical-align: middle;font-size: 0;overflow: hidden;}
.cp-cs .step input{text-align: center;border:0;width: 0.55rem;font-size: 0.16rem;color:#000;float: left;line-height: 0.27rem;}
.cp-cs .step .arrs{width: 0.3rem;background-color: #e0e0e0;float: left;}
.cp-cs .step .arrs span{display: flex;height: 0.15rem;align-items: center;justify-content: center;}
.cp-cs .step .arrs span::after{content:'';width: 0.09rem;height: 0.05rem;background:url(../images/cp_03.png) no-repeat center;background-size:contain;}
.cp-cs .step .arrs .up{padding-top: 0.03rem;}
.cp-cs .step .arrs .down{padding-bottom: 0.03rem;}
.cp-cs .step .arrs .down::after{transform: rotate(180deg);}


.pop{position: fixed;width: 100%;left: 0;top: 0;height: 100%;z-index:110;background-color: rgba(0,0,0,.6);display: none;}
.pop .wrapbox{background-color: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pop .close{width: 0.34rem;height: 0.34rem;display: flex;align-items: center;justify-content: center;font-size: 0.26rem;position: absolute;right: 0.25rem;top: 0.25rem;cursor: pointer;}
.pop .close::after{content:'\eca0';font-family: 'iconfont';}

.pop-touch .wrapbox{width:90%;max-width: 10.35rem;padding:0.55rem 1rem;}
.pop-touch .t-tit{font-size: 0.56rem;color:#000;font-family: 'MavenProExtraBold';text-align: center;margin-bottom: 0.35rem;}


.pop-touch .row{justify-content: space-between;}
.pop-touch .item{margin-bottom: 0.2rem;width: 48.9%;}
.pop-touch .ipt{border-radius:0.1rem;width: 100%;font-size: 0.16rem;background-color: #f2f2f2;}
.pop-touch .ipt-txt{padding:0 0.2rem;line-height: 0.52rem;height: 0.52rem;}
.pop-touch .con{height: 1.5rem;padding:0.18rem 0.2rem;line-height: 1.4;resize:none;}
.pop-touch .tag{display: inline-block;vertical-align: middle;font-size: 0.16rem;color:#fff;line-height: 0.34rem;border-radius:0.15rem;background-color: #2f3350;padding:0 0.15rem;margin-top: 0.2rem;}
.pop-touch .submit{margin: 0.3rem auto 0;}


/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: calc(100vh - 1.2rem);overflow: hidden;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);padding-bottom: 5%;}
.idx-ban .title{font-size: 0.58rem;color:#fff;font-family: 'MavenProBlack';line-height: 0.83rem;max-width: 11.7rem;text-transform: uppercase;text-shadow:0 2px 2px #000;}

.idx-ban .swiper-pagination{font-size: 0;bottom: 0.85rem;}
.idx-ban .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;opacity: 1;border-radius:50%;background-color: #fff;margin:0 .09rem!important;}
.idx-ban .swiper-pagination-bullet-active{width: 0.44rem;border-radius:0.14rem;}

.idx-top{margin-top: -0.5rem;position: relative;z-index:5;}
.idx-top .box{padding:0.6rem 0.85rem;background-color: #0089e9;display: flex;align-items: center;justify-content: space-between;}
.idx-top .info{flex:1;overflow: hidden;max-width: 8.05rem;}
.idx-top .title{font-size: 0.28rem;color:#fff;font-family: 'MavenProExtraBold';}
.idx-top .txt{font-size: 0.16rem;color:#fff;line-height: 1.4;margin-top: 0.15rem;}
.idx-top .anniu::before{content:'';width: 0.28rem;height: 0.28rem;background:url(../images/idx_02.png) no-repeat center;background-size:contain;margin-right: 0.13rem;}
.idx-top .anniu:hover{background-color: #2f3350;}
.idx-top .anniu:hover::before{background-image:url(../images/idx_02-1.png);}


.idx-cp{padding:1.1rem 0 0.45rem;}
.idx-cp .wrap{display: flex;align-items: flex-start;}
.idx-cp .titbox{width: 4.7rem;height: 6.1rem;padding:1.1rem 0.65rem 0;background:url(../images/idx_03.jpg) no-repeat center;background-size:cover;border-radius:1.06rem 0.12rem 1.06rem 0.12rem;margin-right: 0.5rem;}
.idx-cp .titbox .tit{font-size: 0.56rem;color:#fff;font-family: 'MavenProExtraBold';text-transform: uppercase;}
.idx-cp .titbox .txt{font-size: 0.26rem;color:#fff;line-height: 1.4;font-family: 'MavenProSemiBold';margin-top: 0.4rem;}
.idx-cp .titbox .more{margin-top: 0.7rem;}

.idx-cp .detail{flex:1;overflow: hidden;}
.idx-cp .item{}
.idx-cp .item .imgbox{height: 4.8rem;border-radius:0.12rem;display: block;}
.idx-cp .item .bot{display: flex;align-items: center;margin-top: 0.23rem;}
.idx-cp .item .icon{width: 0.66rem;margin-right: 0.17rem;}
.idx-cp .item .info{flex:1;overflow: hidden;border-left:2px solid #0089e9;padding:0 0 0 0.2rem;}
.idx-cp .item .title{font-size: 0.23rem;color:#000;font-family: 'MavenProBold';line-height: 1;-webkit-line-clamp: 1;margin-bottom: 0.15rem;}
.idx-cp .item .more{font-size: 0.2rem;color:#0089e9;font-weight: bold;}
.idx-cp .item .more::after{content:'\e60e';display: inline-block;vertical-align: middle;margin-left: 0.13rem;font-family: 'iconfont';}
.idx-cp .item .more:hover{text-decoration: underline;}

.idx-cp .arrs{display: flex;justify-content: flex-end;margin-top: 0.7rem;}
.idx-cp .swiper-button{position: static;width: 0.58rem;height: 0.58rem;opacity: 1;background:#dddddd;margin:0 0 0 0.35rem;border-radius:50%;font-size: 0.26rem;display: flex;align-items: center;justify-content: center;cursor: pointer;color:#818181;}
.idx-cp .swiper-button::after{content:'\e611';font-family: 'iconfont';}
.idx-cp .swiper-button-prev{transform: rotate(180deg);}
.idx-cp .swiper-button:hover{color:#fff;background-color: #0089e9;}



.idx-advan{min-height: 8.6rem;padding:1.1rem 0;position: relative;}
.idx-advan .auto{position: relative;z-index:2;}
.idx-advan .pub-tt .bt{text-transform: uppercase;}
.idx-advan .detail{display: flex;align-items: center;justify-content: space-between;}
.idx-advan .info{flex:1;overflow: hidden;max-width: 8rem;}
.idx-advan .smtit{font-size: 0.3rem;color:#fff;font-family: 'MavenProExtraBold';}
.idx-advan .line{width: 1.16rem;height: 0.04rem;background-color: #fff;margin-top: 0.25rem;display: block;}
.idx-advan .txt{font-size: 0.2rem;color:#fff;line-height: 0.28rem;margin-top: 0.5rem;}
.idx-advan .menu{width: 3.9rem;margin-left: 0.6rem;}
.idx-advan .menu .lk{font-size: 0.24rem;color:#000000;font-family: 'MavenProSemiBold';border-radius:0.24rem;background-color: #fff;height: 1.3rem;margin-bottom: 0.2rem;display: flex;align-items: center;padding:0 0.28rem;cursor: pointer;}
.idx-advan .menu .ico{width: 0.6rem;margin-right: 0.1rem;}
.idx-advan .menu .ico-h{display: none;}
.idx-advan .menu .lk.cur{background-color: #0089e9;color:#fff;}
.idx-advan .menu .lk.cur .ico-h{display: block;}
.idx-advan .menu .lk.cur .ico-s{display: none;}

.idx-advan .pics{position: absolute;width: 100%;left: 0;top: 0;bottom: 0;z-index:1;}
.idx-advan .pics .module,.idx-advan .pics .imgbox{height: 100%;}


.idx-netw{background-color: #f6f6f6;display: flex;justify-content: flex-end;position: relative;}
.idx-netw .wrap{position: absolute;left: 0;width: 100%;top: 0;bottom: 0;display: flex;align-items: center;z-index:2;}
.idx-netw .info{width: 5.35rem;}
.idx-netw .pub-tt .bt{text-transform: uppercase;}
.idx-netw .txt{font-size: 0.24rem;color:#000000;line-height: 1.3;font-family: 'MavenProMedium';}
.idx-netw .more{margin-top: 0.6rem;}
.idx-netw .pic{width: 100%;max-width: 16rem;}




@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	.hd-logo .img{height: 0.65rem;}

	.hd-tel{display: none;}

	.hd-nav li{margin-left: 0.25rem;}

	.gotop{width: 0.74rem;height: 0.74rem;}


	/* serviceCutting */
	.inner-ban{height: 4.2rem;}

	/* about */
	.us-intro .info{padding-top: 0;}
	.us-intro .txt{font-size: 0.18rem;line-height: 1.4;}

	.us-cul{margin-top: 0.5rem;}
	.us-cul .imgbox{height: 7.5rem;}
	.us-cul .info{padding:0.6rem 0.55rem;}

	.us-tu .detail{flex-direction: column-reverse;}
	.us-tu .lbox,.us-tu .rbox{width: 100%;}

	/* index */
	.idx-ban .item{height: 5.6rem;}
	.idx-ban .title{font-size: 0.5rem;line-height: 1.5;}

}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}




	/* 公共部分 */
	.head{height: .9rem;}
	.hd-logo .img{height: 0.55rem;}
	.head .r{margin-right: 0.55rem;}

	.hd-tel{display: none;}

	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}

	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font .ico{width: 0.3rem;}
	.hd-lang .font::before{width: 0.24rem;height: 0.24rem;margin-right: 0.05rem;}
	.hd-lang .drop{width: .9rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.9rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.has>a::after{display: none;}


	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#000;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;box-shadow:none;}
	.hd-nav .drop .lk{color:#000;line-height: 0.6rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.17rem;}


	.foot .wrap{display: block;}
	.foot .info{width: 100%;max-width: 100%;}
	.foot .smlogo{height: 0.7rem;}
	.foot .menus{padding: 0;margin-top: 0.4rem;}
	.foot .menus .tit{font-size: 0.28rem;margin-bottom: 0.05rem;}
	.foot .menus .lk{line-height: 0.36rem;}

	.gotop{width: 0.62rem;height: 0.62rem;}

	.btn{width: 1.8rem;height: 0.5rem;}

	/* serviceCutting */
	.inner-ban{height: 3.6rem;}
	.inner-ban .title{font-size: 0.46rem;}

	.pub-tt .bt{font-size: 0.46rem;}
	.pub-tt .x{width: 0.7rem;height: 0.05rem;}

	.lx-di{padding:0.8rem 0;}
	.lx-di .t-tit{font-size: 0.46rem;}
	.lx-di .detail{padding: 0;background:transparent;}



	.fw-main{padding:0.4rem 0 1rem;}
	.fw-list .item{height: 4.4rem;}
	.fw-list .shade{padding:0 0.3rem 0.4rem;}
	.fw-list .title{font-size: 0.3rem;}
	.fw-list .txt{-webkit-line-clamp: 4;height: 0.96rem;margin:0.15rem 0 0.25rem;}


	/* serviceDetail */


	/* news */
	.xw-main .wrap{display: block;}
	.xw-tit{display: none;}

	.xw-menu{width: 100%;margin: 0;}
	.xw-menu .lks{display: flex;justify-content: center;}
	.xw-menu .lk{font-size: 0.2rem;margin:0 0.2rem;font-weight: bold;line-height: 1.8;}

	.xw-list .item{margin-bottom: 0.4rem;}
	.xw-list .imgbox{height: 2.6rem;}
	.xw-list .title{font-size: 0.2rem;}
	.xw-list .txt{margin-top: 0.2rem;}
	.xw-list .more{margin-top: 0.3rem;width: 1.6rem;height: 0.46rem;}


	/* newsDetail */

	/* contact */
	.lx-sec .detail{flex-direction: column-reverse;}
	.lx-sec .info::after{display: none;}
	.lx-sec .info{width: 100%;margin: 0;padding: 0;}
	.lx-sec .map{width: 100%;margin-top: 0.4rem;height: 4.5rem;}


	/* about */
	.us-intro .detail{display: block;}
	.us-intro .info{padding-top: 0;width: 100%;}
	.us-intro .txt{font-size: 0.18rem;line-height: 1.4;}
	.us-intro .imgbox{width: 100%;height: 5rem;margin-top: 0.4rem;}


	.us-cul{margin-top: 0.5rem;}
	.us-cul .detail{flex-direction: column-reverse;}
	.us-cul .imgbox{height: 5rem;width: 100%;}
	.us-cul .info{padding:0.6rem 0.55rem;width: 100%;margin: 0;}

	.us-dep{margin: 0.5rem 0 0;padding:1rem 0;}

	.us-tu{padding:0.8rem 0;}
	.us-tu .detail{flex-direction: column-reverse;}
	.us-tu .lbox,.us-tu .rbox{width: 100%;}
	.us-tu .rbox .item{height: 3rem!important;}

	.us-tu .mask{padding:0 0.3rem;}
	.us-tu .mask .title{font-size: 0.36rem;}

	/* product */
	.cp-list{justify-content: space-between;margin: 0;}
	.cp-list .item{width: 48%;}
	.cp-list .title{font-size: 0.3rem;}

	/* productDetail */
	.cp-intro .t-tit{font-size: 0.3rem;}

	.cp-intro .imgbox{height: 4.6rem;}
	.cp-intro .info{width: 40%;padding:0.4rem 0.25rem;}
	.cp-intro .txt{font-size: 0.18rem;line-height: 1.4;}
	.cp-intro .txt p{margin-bottom: 0.2rem;}

	.cp-smtit{font-size: 0.38rem;}

	.cp-det table caption{font-size: 0.28rem;line-height: 1.3;padding:0.2rem 0;}
	.cp-det table td{font-size: 0.15rem;}

	.cp-xq table td{padding:0 0.1rem 0 0.45rem}

	.cp-spec table td:first-child{padding-left: 0.2rem;}

	.cp-plate .list .tit{font-size: 0.26rem;}
	.cp-plate .list .txt{font-size: 0.18rem;}

	.pop-touch .wrapbox{padding:0.55rem 0.5rem;}
	.pop-touch .t-tit{font-size: 0.46rem;margin-bottom: 0.25rem;}



	/* index */
	.idx-ban .item{height: 4rem;}
	.idx-ban .title{font-size: 0.4rem;line-height: 1.3;}

	.idx-ban .swiper-pagination{bottom: 0.25rem;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.34rem;}



	.idx-top{margin-top: 0.3rem;}
	.idx-top .box{padding:0.3rem 0.3rem;}

	.idx-cp{padding:0.6rem 0;}
	.idx-cp .wrap{display: block;}
	.idx-cp .titbox{width: 100%;padding:0.6rem 0.5rem;height: auto;border-radius:0;margin-bottom: 0.3rem;}
	.idx-cp .titbox .tit{font-size: 0.4rem;}
	.idx-cp .titbox .txt{font-size: 0.24rem;margin-top: 0.25rem;}
	.idx-cp .titbox .more{margin-top: 0.35rem;}

	.idx-cp .item .imgbox{height: 3.4rem;}
	.idx-cp .item .icon{width: 0.56rem;}
	.idx-cp .arrs{justify-content: center;}
	.idx-cp .swiper-button{margin:0 0.15rem;}


	.idx-advan{min-height: auto;padding:0.8rem 0;}
	.idx-advan .detail{flex-direction: column-reverse;}
	.idx-advan .menu{width: 100%;margin:0 0 0.4rem;display: flex;justify-content: space-between;}
	.idx-advan .menu .lk{width: 31.3%;text-align: center;font-size: 0.2rem;flex-direction: column;justify-content: center;align-items: center;}
	.idx-advan .menu .ico{width: auto;height: 0.45rem;display: block;margin:0 auto;}
	.idx-advan .menu .ico-h{display: none;}
	.idx-advan .txt{margin-top: 0.3rem;}
	.idx-advan .line{width: 0.8rem;}


	.idx-netw{display: block;padding:0.8rem 0 0;}
	.idx-netw .wrap{position: static;}
	.idx-netw .info{width: 100%;text-align: center;}
	.idx-netw .pub-tt{margin-bottom: 0.2rem;}
	.idx-netw .pub-tt .bt br{display: none;}
	.idx-netw .more{margin:0.3rem auto 0;}


}

