@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@font-face
{font-family: FuturaBTBold;
src: url('FuturaBT-Bold.otf')}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*{box-sizing:border-box;color:#000;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.2rem;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;} */



.btn{color:#fff;border:none;cursor: pointer;background: #2c9752;font-size: 0.16rem;border-radius:.12rem;min-width: 1.1rem;line-height: 0.42rem;text-align: center;padding:0 .2rem;display: inline-block;vertical-align: middle;}
.btn:hover{background:#058332;color:#fff;}

.readmore{font-size: 0.18rem;width: 2.2rem;line-height: 0.55rem;box-shadow:0 .05rem .08rem rgba(44,151,82,.4);}


/* 公共部分 */
.head{height: 1.2rem;background-color: rgba(255,255,255,.7);position: fixed;width: 100%;left: 0;top: 0;z-index:100;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}
.head .r{display: flex;align-items: center;}

.hd-logo .img{height: .8rem;width: auto;}

.hd-nav{margin-right: .6rem;}
.hd-nav li{display: inline-block;vertical-align: middle;margin-right: 0.3rem;position: relative;}
.hd-nav li:last-child{margin-right: 0;}
.hd-nav li>a{display: block;font-size: 0.16rem;color:#000;line-height: 1.2rem;padding:0 .2rem;}

.hd-nav li.has>a::after{content:'\e772';display: inline-block;vertical-align: middle;font-family: 'iconfont';font-weight: bold;font-size: 0.13rem;margin-left: 0.06rem;}

.hd-nav li:hover>a,.hd-nav li.cur>a{color: #009650;}
.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{position: absolute;left:0;transform: scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;margin-top: -1px; padding-top: 0.2rem;background: rgba(255,255,255,.8);padding:.25rem .3rem;}
.hd-nav .drop .dropbox{}
.hd-nav .drop .lk{display: block;font-size: 0.16rem;color:#000;line-height: 0.28rem;margin-bottom: 0.1rem;white-space: nowrap;}
.hd-nav .drop .lk:last-child{margin-bottom: 0;}
.hd-nav .drop .lk:hover{color: #2c9752;}



.hd-sear{}
.hd-sear .icon{width: 0.4rem;height: 0.4rem;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.hd-sear .icon::after{content:'\e651';font-family: 'iconfont';font-size: 0.2rem;color:#000;font-weight: bold;}


.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.8);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:#fff;}
.hd-sear-box .submit::after{content:'\e651';font-family: 'iconfont';font-size: 0.2rem;color:#000;font-weight: bold;}


.hd-lang{position: relative;margin-left: 0.25rem;}
.hd-lang .font{line-height: 0.32rem;cursor: pointer;border:1px solid #ddd;font-size: 0.14rem;color:#000;display: inline-block;vertical-align: middle;padding:0 .08rem;}
.hd-lang .font::after{content:'\e772';display: inline-block;vertical-align: middle;font-family: 'iconfont';font-weight: bold;font-size: 0.13rem;}

.hd-lang .drop{position: absolute;width: 1.7rem;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.1rem;position: relative;box-shadow:rgba(0, 0, 0, 0.15) 0 0 .1rem;border-radius:.04rem;}
.hd-lang .lks{display: flex;flex-wrap: wrap;max-height: 1.7rem;overflow-y: scroll;border:1px solid #efefef;}
.hd-lang .lk{font-size: 0.14rem;line-height: 0.3rem;display: block;text-align: center;width: 50%;border-bottom:1px solid #efefef;font-size: 0.14rem;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.08rem;display: inline-block;vertical-align: middle;margin-top: -0.02rem;}
.hd-lang .lk:hover{color:#009650;}
.hd-lang:hover .drop{display: block;}

.hd-cn{font-size: 0.14rem;color:#000;border:1px solid #ddd;display: inline-block;vertical-align: middle;padding:0 .08rem;line-height: 0.32rem;margin-left: 0.2rem;margin-right: -0.7rem;}
.hd-cn:hover{color:#fff;background-color: #009650;border-color:#009650;}


.head.scroll{background-color: rgba(255,255,255,1);box-shadow:rgba(0, 0, 0, 0.1) 0 0 .1rem;}
.head.scroll .hd-nav .drop{box-shadow:rgba(0, 0, 0, 0.15) 0 .1rem .1rem;background-color: #fff;}



.foot .bgpic{background:url(../images/ft_01.jpg) no-repeat right center;background-size:cover;}
.ft-t{padding:.75rem 0 .5rem;}
.ft-t .wrap{display: flex;justify-content: space-between;}
.ft-t .tit{font-size: 0.28rem;line-height: 1.3;margin-bottom: 0.15rem;font-weight: bold;}

.ft-t .info{width: 45%;margin-right: 3%;}
.ft-t .menus{flex:1;overflow: hidden;}

.ft-t .txt{}
.ft-t .txt .fz{font-size: 0.16rem;line-height: 0.3rem;position: relative;padding-left: 0.3rem;margin-bottom: 0.15rem;}
.ft-t .txt .fz::before{content:'';width: 0.22rem;height: 0.22rem;display: inline-block;vertical-align: middle;position: absolute;left: 0;top: .04rem;}
.ft-t .txt .address::before{background:url(../images/ft_02.png) no-repeat center;background-size:contain;}
.ft-t .txt .tel::before{background:url(../images/ft_03.png) no-repeat center;background-size:contain;}
.ft-t .txt .email::before{background:url(../images/ft_04.png) no-repeat center;background-size:contain;}


.ft-t .social{display: flex;margin-top: 0.4rem;}
.ft-t .social .icon{width: 0.34rem;height: 0.34rem;background-color: #fff;margin-right: 0.1rem;display: flex;font-size: 0.2rem;color:#fff;line-height: 1;align-items: center;justify-content: center;transition: all .3s;}
.ft-t .social .icon span{font-size: inherit;}
.ft-t .social .facebook{background-color: #3b5999;}
.ft-t .social .twitter{background-color: #0077b5;}
.ft-t .social .linkedin{background-color: #ff0000;}
.ft-t .social .youtube{background-color: #3b5998;}
.ft-t .social .pinterest{background-color: #cb484e;}
.ft-t .social .icon:hover{opacity: .9;}

.ft-t .menus{display: flex;justify-content: space-between;}

.ft-t .lks .lk{display: block;font-size: 0.16rem;line-height: 0.34rem;}
.ft-t .lks .lk:hover{color:#2c9752;}



.ft-t .offices{width: 40%;}
.ft-t .row{display: flex;align-items: flex-start;margin-bottom: 0.15rem;}
.ft-t .row .ico{width: 0.26rem;margin-top: 0.01rem;margin-right: 0.15rem;}
.ft-t .row .txt{font-size: 0.16rem;line-height: 0.28rem;flex:1;overflow: hidden;}
.ft-t .row:last-child{margin-bottom: 0;}

.ft-brand{text-align: center;padding:.25rem 0;border-top:1px solid #c9c9c9;}
.ft-brand .lks{margin-top: -0.2rem;}
.ft-brand .lk{display: inline-block;vertical-align: middle;margin:.2rem .4rem 0;}
.ft-brand .img{height: .35rem;width: auto;}


.ft-b{padding:.25rem 0;line-height: 0.2rem;background-color: #2c9752;}
.ft-b .txt{text-align: center;font-size: 0.16rem;color:#fff;}
.ft-b .txt a:hover{color:#fff;opacity: .85;}

.gotop{width: .56rem;height: .56rem;background-color: #2c9752;position: fixed;right: 3%;bottom: 9%;z-index:200;border-radius:50%;display: none;}
.gotop::before{content:'';position: absolute;left: 50%;top: 50%;background:url(../images/gotop.png) no-repeat center;background-size:contain;transform: translate(-50%,-50%);width: 0.2rem;height: 0.2rem;}
.gotop:hover{background-color: #058332;}




/* about-news */
.menu-bar{background-color: #f2f2f2;text-align: center;}
.menu-bar .auto{width: 100%;max-width: 100%;}
.menu-bar .lk{font-size: 0.16rem;line-height: 0.8rem;display: inline-block;vertical-align: middle;padding:0 .25rem;margin:0 .35rem;position: relative;}
.menu-bar .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 3px;background-color: #2c9752;width: 0;transition: all .3s;}
.menu-bar .lk.cur{color:#2c9752;font-weight: bold;}
.menu-bar .lk:hover{color:#2c9752;}
.menu-bar .lk.cur::after,.menu-bar .lk:hover::after{width: 100%;left: 0;}

.xw-main{padding:.7rem 0 .8rem;}
.xw-list{}
.xw-list .item{display: flex;align-items: center;box-shadow:0 0 .26rem rgba(0,0,0,.1);margin-bottom: 0.7rem;}
.xw-list .imgbox{width: 45%;height: 4.3rem;}
.xw-list .info{flex:1;overflow: hidden;padding:.2rem .55rem;}
.xw-list .title{font-size: 0.28rem;font-weight: bold;display: block;-webkit-line-clamp: 1;line-height: 1.4;}
.xw-list .date{font-size: 0.14rem;color:#909090;background:url(../images/xw_05.png) no-repeat left center;background-size:.2rem;padding-left: 0.3rem;margin-top: 0.23rem;}
.xw-list .txt{font-size: 0.16rem;color:#5d5d5d;line-height: 0.26rem;-webkit-line-clamp: 3;margin-top: 0.25rem;}
.xw-list .more{margin-top: 0.45rem;}
.xw-list .item:last-child{margin-bottom: 0;}
.xw-list .item:hover .title{color:#2c9752;}


.pagelist{margin-top: 0.6rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.16rem;min-width: 0.46rem;height: 0.46rem;background-color: #e6e6e6;margin:0 .05rem;line-height: 0.46rem;text-align: center;padding: 0;overflow: hidden;border:none!important;}

.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 .25rem;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #2c9752;color:#fff;}
.layui-laypage a:hover{color:#2c9752;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 0.46rem;line-height: 0.46rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;line-height: 0.46rem;}


/* College */
.coll-main{padding:1px 0 .75rem;}
.coll-top{display: flex;align-items: center;margin-top: -0.75rem;background:url(../images/coll_02.jpg) no-repeat right center;background-size:cover;box-shadow:0 0 .2rem rgba(0,0,0,.13);position: relative;z-index:2;margin-bottom: 0.7rem;}
.coll-top .img{width: 48%;max-width: 7.2rem;}
.coll-top .info{padding:.3rem .7rem .3rem 0;}
.coll-top .title{font-size: 0.32rem;font-weight: bold;line-height: 1.3;}
.coll-top .txt{font-size: 0.16rem;color:#000000;line-height: 0.26rem;-webkit-line-clamp: 3;margin-top: 0.15rem;}
.coll-top .more{margin-top: 0.5rem;}
.coll-top:hover .title{color:#2c9752;}


.coll-list{display: flex;flex-wrap: wrap;margin:-.6rem 0 0 -2%;}
.coll-list .item{width: 31.3%;margin:.6rem 0 0 2%;}
.coll-list .imgbox{height: 3.65rem;display: block;}
.coll-list .title{font-size: 0.18rem;font-weight: bold;line-height: 0.26rem;padding:0 .15rem;margin-top: 0.22rem;}
.coll-list .item:hover .title{color:#2c9752;}


/* CollegeDetail */
.coll-det{padding:.4rem 0;}
.coll-det .top{padding:.25rem 0;text-align: center;border-bottom:1px dashed #c6c6c6;}
.coll-det .title{font-size: 0.24rem;font-weight: bold;line-height: 1.3;}
.coll-det .sm{font-size: 0.14rem;margin-top: 0.25rem;}
.coll-det .sm span{margin:0 .28rem;}
.coll-det .edit{padding:.3rem 0 .7rem;font-size: 0.16rem;color:#545454;line-height: 0.24rem;}

.pagenav{padding-top: 0.3rem;border-top:1px dashed #c6c6c6;}
.pagenav .lk{font-size: 0.16rem;line-height: 0.5rem;display: block;}
.pagenav .lk:hover{color:#2c9752;}

/* about-social */
.idx-tt{text-align: center;margin-bottom: 0.5rem;}
.idx-tt .bt{font-size: 0.52rem;font-family: 'FuturaBTBold';line-height: 1.2;}
.idx-tt .smwz{font-size: 0.16rem;line-height: 0.24rem;max-width: 11.4rem;margin:.14rem auto 0;}
.idx-tt .smwz.light{color:#474747;}

.uppercase{text-transform: uppercase;}

.social-intro{padding:.65rem 0;}
.social-intro .bt{font-size: 0.41rem;font-weight: bold;line-height: 1.2;font-family: 'FuturaBTBold';max-width: 10.8rem;margin:0 auto;text-align: center;}
.social-intro .txt{font-size: 0.16rem;line-height: 0.28rem;margin: 0.3rem auto 0;text-align: center;max-width: 12.1rem;}

.social-intro .list{padding:.55rem .5rem;display: flex;justify-content: space-between;box-shadow:0 0 .32rem rgba(0,0,0,.06);margin-top: 0.55rem;}
.social-intro .list li{}
.social-intro .list .fz{font-size: 0.2rem;color:#2c9752;font-weight: bold;line-height: 1;}
.social-intro .list .fz i{font-size: 0.46rem;line-height: 1;font-size: 0.46rem;}
.social-intro .list .fz em{display: inline-block;vertical-align: top;line-height: 1;}
.social-intro .list .wz{font-size: 0.16rem;line-height: 0.28rem;margin-top: 0.08rem;}


.social-slide{padding:.65rem 0;}
.social-slide .detail{}
.social-slide .item{}
.social-slide .item .imgbox{height: 3.3rem;}
.social-slide .item .info{padding:.2rem .25rem;background-color: #f6f6f6;}
.social-slide .item .year{font-size: 0.22rem;font-weight: bold;}
.social-slide .item .txt{font-size: 0.15rem;line-height: 0.24rem;-webkit-line-clamp: 4;min-height: 1rem;margin-top: 0.1rem;}

.swiper-pagination{margin-top: 0.55rem;font-size: 0;position: static;}
.swiper-pagination-bullet{width: 0.34rem;height: 0.06rem;background-color: #e1e1e1;border-radius:.03rem;margin:0 .07rem;opacity: 1;}
.swiper-pagination-bullet-active{background-color: #2c9752;}


/* about-honor */
.honor-sec .img{width: 100%;display: block;}



/* contact */
.menu-bar.lx .lk{margin:0 1.5rem;}

.lx-sec{padding:.4rem 0;}
.lx-sec .idx-tt{text-align: left;border-bottom:1px dashed #bebebe;margin-bottom: 0;padding-bottom: 0.12rem;}
.lx-sec .detail{display: flex;align-items: center;}
.lx-sec .lbox{width: 44%;margin-right: 8%;max-width: 5.7rem;}
.lx-sec .rbox{flex:1;overflow: hidden;padding:.3rem .1rem;max-width: 7.8rem;}

.lx-sec .group{padding:.25rem 0;border-bottom:1px dashed #bebebe;font-size: 0.16rem;}
.lx-sec .group:last-child{border-bottom:none;}
.lx-sec .top{display: flex;align-items: center;margin-bottom: 0.2rem;}
.lx-sec .top .icon{width: 0.5rem;margin-right: 0.15rem;}
.lx-sec .top .title{font-size: 0.25rem;color:#2c9752;font-weight: bold;}
.lx-sec .top .wz{font-size: 0.16rem;margin-top: 0.05rem;}
.lx-sec .fz{line-height: 0.38rem;font-size: 0.16rem;display: flex;align-items: flex-start;}
.lx-sec .fz .ico{width: 0.22rem;margin-right: 0.13rem;margin-top: 0.08rem;}

.lx-sec .select{max-width: 4.6rem;position: relative;margin:.3rem 0 .2rem;}
.lx-sec .select .font{font-size: 0.16rem;line-height: 0.46rem;height: 0.46rem;border:1px solid #e1e1e1;padding:0 .6rem 0 .15rem;cursor: pointer;}
.lx-sec .select .font::after{content:'';width: 0.56rem;position: absolute;right: 0;top: 0;bottom: 0;background:url(../images/lx_08.png) no-repeat center #2c9752;background-size:.2rem;}
.lx-sec .select .drop{position: absolute;width: 100%;left: 0;margin-top:.03rem;background-color: #fff;border:1px solid #e1e1e1;padding:.05rem 0;display: none;}
.lx-sec .select .drop li{font-size: 0.16rem;line-height: 0.32rem;padding:0 .15rem;cursor: pointer;}
.lx-sec .select .drop li:hover{color:#2c9752;}


.lx-form .bt{font-size: 0.36rem;font-weight: bold;font-family: 'FuturaBTBold';}
.lx-form .smwz{font-size: 0.16rem;line-height: 0.24rem;margin-top: 0.1rem;margin-bottom: 0.3rem;}

.lx-form .row{margin-bottom: 0.15rem;justify-content: space-between;}
.lx-form .item{width: 48.5%;}
.lx-form .ipt{font-size: 0.14rem;color:#000;width: 100%;border:1px solid #ebeff2;background-color: #ebeff2;border-radius:.04rem;}
.lx-form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .15rem;}
.lx-form .con{height: 1.8rem;line-height: 1.3;padding:.15rem .15rem;resize:none;}
.lx-form .submit{margin:.35rem 0 0;}
.lx-form .ipt:focus{border-color:#2c9752;}

/* contact-job */
.lx-join{padding:.6rem 0 0;}
.lx-join .list{}
.lx-join .list .item{background-color: #f6f6f6;display: flex;align-items: center;margin-bottom: 0.55rem;}
.lx-join .list .imgbox{width: 50%;height: 4.25rem;}
.lx-join .list .info{flex:1;overflow: hidden;padding:.15rem .25rem;text-align: center;}
.lx-join .list .title{font-size: 0.32rem;font-weight: bold;line-height: 1.2;margin-bottom: 0.12rem;}
.lx-join .list .line{width: 0.62rem;height: 0.06rem;background-color: #2c9752;display: block;margin:0 auto;}
.lx-join .list .txt{font-size: 0.16rem;line-height: 0.24rem;max-width: 4.85rem; margin:.25rem auto 0;}
.lx-join .list .email{font-size: 0.16rem;color:#2c9752;line-height: 0.25rem;margin-top: 0.23rem;}
.lx-join .list .item:nth-child(even){flex-direction: row-reverse;}
.lx-join .list .item:last-child{margin-bottom: 0;}


.lx-emp{padding:.8rem 0;}
.lx-emp .list{display: flex;justify-content: space-around;padding-top: 0.15rem;}
.lx-emp .list li{max-width: 25%;}
.lx-emp .list .icon{height: 0.6rem;width: auto;display: block;margin:0 auto;}
.lx-emp .list .txt{font-size: 0.16rem;text-align: center;margin-top: 0.2rem;}

/* product */
.cp-main{padding:0 0 1.1rem;}
.cp-list{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 1px .35rem .2rem;}
.cp-list .item{background-color: #f2f2f2;padding: 0.08rem;margin:.7rem 0 0;width: 48.5%;}
.cp-list .imgbox{height: 4.9rem;display: block;}
.cp-list .info{padding:.3rem .35rem;}
.cp-list .title{font-size: 0.2rem;font-weight: bold;line-height: 1.3;}
.cp-list .fz{font-size: 0.16rem;font-weight: bold;margin-top: 0.2rem;}
.cp-list .txt{font-size: 0.14rem;line-height: 0.24rem;margin-top: 0.1rem;-webkit-line-clamp: 3;min-height: .72rem;}
.cp-list .more{margin-top: 0.15rem;}
.cp-list .item:hover .title{color:#2c9752;}

/* productDetail */
.cp-top{padding:.5rem 0 .6rem;}
.cp-top .detail{display: flex;align-items: flex-start;padding:0 .35rem;}
.cp-top .lbox{width: 49%;margin-right: 0.65rem;}
.cp-top .rbox{flex:1;overflow: hidden;padding:.2rem 0 .2rem .2rem;}
.cp-top .title{font-size: 0.32rem;font-weight: bold;margin-bottom: 0.2rem;}
.cp-top .font{font-size: 0.16rem;font-weight: bold;margin-bottom: 0.13rem;}
.cp-top .txt{font-size: 0.16rem;line-height: 1.6;margin-bottom: 0.3rem;}
.cp-top .tp{height: 1.5rem;width: auto;}
.cp-top .anniu{width: 1.6rem;line-height: 0.5rem;display: block;margin-top: 0.7rem;box-shadow:0 0.05rem 0.08rem rgba(44,151,82,.4);}


.cp-top .swiper1{border:1px solid #d7d7d7;}
.cp-top .swiper1 .item{height: 4.95rem;overflow: hidden;}
.cp-top .swiper2{margin-top: 0.15rem;}
.cp-top .swiper2 .item{height: 1.4rem;overflow: hidden;border:1px solid #d7d7d7;cursor: pointer;}
.cp-top .swiper2 .swiper-slide-thumb-active .item{border-color:#2c9752;}

.cp-top .swiper-button{width: 0.5rem;height: 0.5rem;background-color:rgba(44,151,82,.7);background-size:.12rem;border-radius:50%;margin-top: -0.25rem;}
.cp-top .swiper-button-prev{left: 0.2rem;}
.cp-top .swiper-button-next{right: 0.2rem;}
.cp-top .swiper-button:hover{background-color:rgba(44,151,82,1);}


.cp-det .wrap{display: flex;align-items: flex-start;padding:0 .35rem;}
.cp-l{flex:1;overflow: hidden;padding:0 0 .9rem;}
.cp-r{width: 4rem;margin-left: 1.35rem;}

.cp-bt{position: relative;margin-bottom: 0.2rem;}
.cp-bt span{display: block;background-color: #2c9752;border-radius:.1rem .1rem 0 0;text-align: center;font-size: 0.2rem;color:#fff;line-height: 0.6rem;}
.cp-bt.x::after{content:'';height: 1px;background-color: #9c9c9c;position: absolute;left: 0;bottom: 0;width: 100%;}
.cp-bt.x span{display: inline-block;vertical-align: middle;padding:0 .2rem;min-width: 1.75rem;}

.cp-video{margin-bottom: 0.3rem;}
.cp-video .txt{font-size: 0.16rem;line-height: 1.7;margin-top: 0.3rem;}

.cp-spec{padding-bottom: 0.45rem;border-bottom:1px solid #9c9c9c;margin-bottom: 0.5rem;}
.cp-spec .table{border:1px solid #cbcbcb;}
.cp-spec .table td{font-size: 0.16rem;line-height: 0.2rem;padding:.1rem .1rem .1rem 10%;border-bottom:1px solid #cbcbcb;}
.cp-spec .table .tit{font-weight: bold;background-color: #f6f6f6;padding-left: 0.4rem;width: 43%;}
.cp-spec .pic{width: 100%;display: block;margin:.3rem 0 0;}

.cp-spec+.lx-form{padding:0 .1rem;}

.cp-recom{background-color: #f8f8f8;}
.cp-recom .cp-bt{margin-bottom: 0;}
.cp-recom .list{padding:.25rem .2rem;}
.cp-recom .list .item{margin-bottom: 0.3rem;}
.cp-recom .list .imgbox{height: 2.5rem;display: block;}
.cp-recom .list .title{font-size: 0.16rem;text-align: center;margin-top: 0.15rem;-webkit-line-clamp: 2;}
.cp-recom .list .item:last-child{margin-bottom: 0;}
.cp-recom .list .item:hover .title{color:#2c9752;font-weight: bold;}


/* Quality */
.qua-top{}
.qua-top .detail{margin-top: -0.8rem;background:url(../images/qua_03.jpg) no-repeat right center;background-size:cover;padding:.4rem .55rem;position: relative;z-index:3;box-shadow:0 0 .2rem rgba(0,0,0,.13);}
.qua-top .info{max-width: 9rem;width: 100%;padding:.8rem .7rem .6rem;position: relative;}
.qua-top .title{font-size: 0.5rem;color:#2c9752;font-weight: bold;line-height: 1.2;}
.qua-top .txt{font-size: 0.2rem;color:#1e1e1e;line-height: 0.32rem;margin-top: 0.13rem;max-width: 6.7rem;}
.qua-top .info::before,.qua-top .info::after{content:'';position: absolute;width: 0.7rem;height: 0.6rem;background:url(../images/qua_02.png) no-repeat center;background-size:contain;}
.qua-top .info::before{left: 0;top: 0;}
.qua-top .info::after{right: 0;bottom: 0;transform: rotate(180deg);}


.qua-qa{padding:.8rem 0 .7rem;}
.qua-qa .box{padding:0 0 0 .45rem;display: flex;align-items: flex-start;}
.qua-qa .box .lbox{width: 5.1rem;margin-right: 0.7rem;}
.qua-qa .box .imgbox{border:1px solid #1b3e7a;}
.qua-qa .box .info{flex:1;overflow: hidden;}
.qua-qa .box .title{font-size: 0.5rem;font-family: 'FuturaBTBold';margin-top: 0.2rem;}
.qua-qa .box .txt{font-size: 0.16rem;line-height: 1.6;margin-top: 0.22rem;}

.qua-qa .swiper-pagination{margin-top: 0.2rem;font-size: 0;position: static;}
.qua-qa .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;background-color: #e1e1e1;border-radius:50%;margin:0 .1rem!important;opacity: 1;}
.qua-qa .swiper-pagination-bullet-active{background-color: #2c9752;}

.qua-qa .botlist{margin-top: 0.45rem;}
.qua-qa .botlist .row{display: flex;justify-content: center;flex-wrap: wrap;margin-bottom: 0.7rem;}
.qua-qa .botlist .row:last-child{margin-bottom: 0;}
.qua-qa .botlist .item{margin:0 .63rem;}
.qua-qa .botlist .img{height: 0.9rem;width: auto;transition: all .3s;}
.qua-qa .botlist .item:hover .img{transform: scale(1.1,1.1);}


.qua-zs{padding:.4rem 0;background-color: #f8f8f8;}
.qua-zs .detail{padding:0 1rem;position: relative;}
.qua-zs .swiper-container{position: static;}
.qua-zs .imgbox{/* height: 2.85rem; */display: flex;align-items: center;justify-content: center;}
.qua-zs .imgbox .pic{max-width: 100%;max-height: 100%;width: auto;border:1px solid #ddd;display: block;}
.qua-zs .fz{font-size: 0.12rem;margin-top: 0.05rem;text-align: center;}
.qua-zs .swiper-pagination{display: none;}

.qua-zs .swiper-button{width: 0.56rem;height: 0.56rem;border-radius:50%;background:url(../images/qua_19.png) no-repeat center #eeeeee;background-size:contain;border-radius:50%;margin-top:-.28rem;}
.qua-zs .swiper-button-prev{left: .1rem;}
.qua-zs .swiper-button-next{right: .1rem;transform: rotate(180deg);}
.qua-zs .swiper-button:hover{background-color: #ddd;}


.qua-qc{padding:.85rem 0;}
.qua-qc .detail{display: flex;align-items: center;justify-content: space-between;}
.qua-qc .info{width: 45%;}
.qua-qc .title{font-size: 0.5rem;font-weight: bold;font-family: 'FuturaBTBold';}
.qua-qc .txt{font-size: 0.16rem;line-height: 1.6;margin-top: 0.3rem;}
.qua-qc .imgbox{width: 48%;}


.qua-team{padding:.3rem 0 .7rem;}
.qua-team .idx-tt .bt{text-transform: uppercase;}
.qua-team .item{border-radius:.1rem;overflow: hidden;height: 3.7rem;}


/* Industry */
.indus-top{padding-top: 1px;}
.indus-top .list{background-color: #fff;border-radius:.11rem;box-shadow:0 0 .3rem rgba(0,0,0,.13);margin-top: -0.7rem;position: relative;z-index:5;padding:.3rem .2rem;display: flex;flex-wrap: wrap;}
.indus-top .list .item{flex:1;overflow: hidden;text-align: center;padding:.2rem 0;}
.indus-top .list .ico{width: 0.72rem;display: block;margin:0 auto;transition: all .3s;}
.indus-top .list .ico-h{display: none;}
.indus-top .list .tit{font-size: 0.18rem;text-align: center;margin-top: 0.15rem;}
.indus-top .list .item.cur .ico-h{display: block;}
.indus-top .list .item.cur .ico-s{display: none;}
.indus-top .list .item:hover .ico{transform: scale(1.06,1.06);}

.indus-breed{padding:1rem 0 .8rem;}
.indus-breed .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.indus-breed .list .item{width: 31.3%;margin-left: 2%;}
.indus-breed .list .imgbox{height: 3.7rem;border-radius:.1rem;overflow: hidden;}
.indus-breed .list .title{font-size: 0.16rem;color:#000;margin-top: 0.2rem;text-align: center;}

.indus-plan{}
.indus-plan .detail{padding: 0.25rem;background-color: #f2f2f2;margin-bottom: 0.65rem;display: flex;align-items: center;}
.indus-plan .imgbox{width: 44%;margin-right: 0.55rem;}
.indus-plan .info{flex:1;overflow: hidden;}
.indus-plan .idx-tt{text-align: left;margin-bottom: 0;}
.indus-plan .smtit{font-size: 0.26rem;color:#009a44;line-height: 0.33rem;font-weight: bold;margin-top: 0.25rem;}
.indus-plan .txt{font-size: 0.16rem;color:#474747;line-height: 0.24rem;margin-top: 0.35rem;max-width: 5.55rem;}

.indus-innov{padding:.7rem 0 2.7rem;background:url(../images/indus_17.jpg) no-repeat right center;background-size:cover;}
.indus-innov .idx-tt .smwz{max-width: 12.4rem;}

.indus-innov .list{display: flex;flex-wrap: wrap;margin-left: -3%;padding-bottom: 0.25rem;}
.indus-innov .list .item{font-size: 0.14rem;width:22%;margin:0 0 3% 3%;line-height: 0.24rem;background:url(../images/indus_12.png),url(../images/indus_13.png);background-repeat:no-repeat;background-position:left center,right center;background-size:.8rem 1.14rem;min-height: 1.2rem;display: flex;align-items: center;justify-content: center;text-align: center;padding:0 .4rem;}


.indus-jbei{margin-top: -2.25rem;}
.indus-jbei .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.indus-jbei .list .item{box-shadow:0 0 .2rem rgba(0,0,0,.1);border-radius:.1rem;padding:0 .35rem;width: 31.3%;background-color: #fff;}
.indus-jbei .list .icon{width: 1.1rem;display: block;margin:-.55rem auto 0;}
.indus-jbei .list .title{font-size: 0.15rem;font-weight: bold;line-height: 0.22rem;min-height: .44rem;margin-top: 0.3rem;text-align: center;}
.indus-jbei .list .txt{font-size: 0.14rem;color:#3f3f3f;line-height: 0.22rem;padding:.2rem .1rem;border-top:1px dashed #ddd;margin-top: 0.2rem;}
.indus-jbei .list .txt p{margin-bottom: 0.12rem;position: relative;padding-left: 0.15rem;}
.indus-jbei .list .txt p::before{content:'';position: absolute;width: 0.04rem;height: 0.04rem;background-color: #3f3f3f;border-radius:50%;left: 0;top: 0.09rem;}


.indus-manu{margin-top: 0.9rem;}
.indus-manu .list{display: flex;flex-wrap: wrap;justify-content: center;}
.indus-manu .list li{}
.indus-manu .list .imgbox{width: 1.86rem;height: 1.86rem;border:2px solid #2c9752;border-radius:50%;padding: 0.02rem;overflow: hidden;transition: all .3s;margin:0 auto;}
.indus-manu .list .img{width: 100%;height: 100%;object-fit: cover;border-radius:50%;}
.indus-manu .list .title{font-size: 0.18rem;margin-top: 0.2rem;text-align: center;}
.indus-manu .list .arr{width: 0.6rem;margin: 0.8rem .2rem 0;}
.indus-manu .list li:hover .imgbox{transform: scale(1.06,1.06);}

.indus-ly{margin-top: 1.15rem;}
.indus-ly .img{width: 100%;display: block;}

.indus-vision{margin-top: 1.1rem;margin-bottom: 0.8rem;}
.indus-vision .idx-tt .bt{font-size: 0.42rem;}
.indus-vision .detail{background:url(../images/indus_25.jpg) no-repeat center;background-size:cover;border-radius:.1rem;padding:.6rem .4rem .7rem;}
.indus-vision .title{font-size: 0.36rem;color:#fff;text-align: center;font-weight: bold;margin-bottom: 0.25rem;}
.indus-vision .tag{font-size: 0.24rem;color:#fff;padding:0 .25rem;display: inline-block;vertical-align: middle;line-height: 0.56rem;border-radius:.1rem;background-color: rgba(255,255,255,.43);}
.indus-vision .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 0.9rem;}
.indus-vision .list li{display: flex;align-items: flex-start;}
.indus-vision .list .icon{height: 0.7rem;width: auto;margin-right: 0.1rem;}
.indus-vision .list .fz{font-size: 0.18rem;color:#fff;margin-top: 0.08rem;}
.indus-vision .list .font{font-size: 0.22rem;font-weight: bold;color:#fff;margin-top: 0.06rem;}


/* about-patent */
.patent-sec{padding:.7rem 0;}
.patent-sec .idx-tt .bt{font-size: 0.41rem;}
.patent-sec .list{display: flex;justify-content: center;}
.patent-sec .list li{max-width: 3.6rem;text-align: center;width: 31%;}
.patent-sec .list .wz{font-size: 0.16rem;color:#2c9752;}
.patent-sec .list .wz i{font-size: 0.44rem;font-weight: bold;margin-right: 0.07rem;}
.patent-sec .list .fz{font-size: 0.16rem;margin-top: 0.1rem;}

.patent-sec .slide{margin-top: 0.6rem;}
.patent-sec .slide .swiper-slide{width: 370px;/* height: 500px; */}



/* about-profile */
.profile-top{}
.profile-top .wrap{position: relative;padding:.85rem 0;}
.profile-top .pic-wz{height: 1.35rem;width: auto;position: absolute;left: 0;bottom: 0;}
.profile-top .list{padding:0 .25rem;display: flex;justify-content: space-between;}
.profile-top .list .item{height: 4.4rem;border-radius:.24rem;width: 49%;overflow: hidden;position: relative;transition: all .3s;}
.profile-top .list .box{padding:.55rem .65rem 0;position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.1);}
.profile-top .list .icon{height: 0.8rem;width: auto;display: block;}
.profile-top .list .title{font-size: 0.34rem;color:#fff;font-weight: bold;font-family: 'FuturaBTBold';margin-top: 0.6rem;}
.profile-top .list .line{width: 0.38rem;height: 0.04rem;background-color: #fff;display: block;margin:.15rem 0 .3rem;}
.profile-top .list .txt{font-size: 0.18rem;color:#fff;line-height: 1.3;}
.profile-top .list .item:hover{transform: translateY(-.25rem);}
.profile-top .list .item:hover .box{background-color: rgba(44,151,82,.6);}


.profile-sp{padding:.65rem 0 .35rem;background-color: #f4f4f4;}
.profile-sp .detail{}
.profile-sp .item{width: 100%;height: 100%;position: relative;border-radius:.1rem;overflow: hidden;}
.profile-sp .item .mask{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.2);}
.profile-sp .swiper-slide-active .mask{background-color: transparent;}
.profile-sp .swiper-slide-active .item::after{content:'';width: 0.88rem;height: 0.88rem;background:url(../images/profile_09.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

.profile-sp  .swiper-slide {width: 700px!important;height: 490px;}
/* 700*490 */





.profile-key{padding:.85rem 0 1.1rem;background:url(../images/profile_12.jpg) no-repeat center;background-size:cover;}
.profile-key .grp{}
.profile-key .grp .year{font-size: 0.18rem;width: 0.9rem;height: 0.9rem;display: flex;margin:0 auto;align-items: center;justify-content: center;}
.profile-key .grp .line{width: 0.16rem;height: 0.32rem;background:url(../images/profile_11.png) no-repeat center;background-size:contain;display: block;margin:.15rem auto 0;}

.profile-key .swiper1{position: relative;padding:0 1rem;}
.profile-key .swiper1::after{content:'';position: absolute;left: 50%;height: 1px;background-color: #e6e6e6;bottom: .06rem;width: 30rem;transform: translate(-50%,0);}
.profile-key .swiper1 .swiper-container{position: static;overflow: hidden;}
/* .profile-key .swiper1 .swiper-slide-active .year{background:url(../images/profile_12.png) no-repeat center;background-size:contain;color:#fff;} */

.profile-key .swiper1 .swiper-slide-thumb-active .year{background:url(../images/profile_12.png) no-repeat center;background-size:contain;color:#fff;}

.profile-key .swiper-button{width: 0.5rem;height: 0.5rem;background:url(../images/qua_19.png) no-repeat center #fff;background-size:contain;border-radius:50%;border:1px solid #2c9752;top:auto;margin: 0;bottom: -.18rem;}
.profile-key .swiper-button-next{transform: rotate(180deg);}


.profile-key .swiper2 .swiper-container{overflow: hidden;}
.profile-key .swiper2{max-width: 13.8rem;margin:.8rem auto 0;border-radius:.1rem;box-shadow:0 0 .3rem rgba(23,33,41,.1);}
.profile-key .item{display: flex;align-items: center;position: relative;overflow: hidden;}
.profile-key .item .imgbox{width: 45%;height: 4.3rem;}
.profile-key .item .info{flex:1;overflow: hidden;padding:.1rem 1rem .2rem .45rem;}
.profile-key .item .year{font-size: 0.8rem;color:#2c9752;font-weight: bold;line-height: 1;}
.profile-key .item .txt{font-size: 0.26rem;line-height: 0.34rem;-webkit-line-clamp: 5;margin-top: 0.25rem;position: relative;z-index:2;}
.profile-key .item .year2{font-size: 1.17rem;color:#2c9752;font-weight: bold;opacity: .1;position: absolute;right: 0.15rem;bottom: 0.15rem;line-height: 1;}

.profile-gs{padding:.95rem 0;}
.profile-gs .detail{display: flex;align-items: center;}
.profile-gs .info{flex:1;overflow: hidden;}
.profile-gs .bt{font-size: 0.42rem;font-weight: bold;}
.profile-gs .txt{font-size: 0.15rem;color:#515151;line-height: 0.24rem;margin-top: 0.24rem;}
.profile-gs .imgbox{width: 43%;margin-left: 0.6rem;border-radius:.1rem;overflow: hidden;}


/* index */
.idx-ban .item{height: 100vh;}
.idx-ban .swiper-pagination{position: absolute;bottom: 1.1rem;}




.idx-top{padding-top: 1px;}
.idx-top .detail{border-radius:.11rem;overflow: hidden;box-shadow:0 0 .3rem rgba(0,0,0,.13);display: flex;align-items: center;margin-top: -0.8rem;position: relative;z-index:5;background-color: #fff;}
.idx-top .list{flex:1;overflow: hidden;display: flex;justify-content: space-around;padding:0 .4rem;}
.idx-top .list li{text-align: center;}
.idx-top .list .fz{color:#2c9752;font-family: 'FuturaBTBold';font-size: 0;}
.idx-top .list .fz i{font-family: 'FuturaBTBold';line-height: 1;font-size: 0.58rem;}
.idx-top .list .fz em{display: inline-block;vertical-align: top;line-height: 1;font-size: 0.4rem;}
.idx-top .list .wz{font-size: 0.18rem;margin-top: 0.15rem;}
.idx-top .arrow{width: 1.65rem;height: 2.4rem;background:url(../images/idx_02.png) no-repeat center #2c9752;background-size:.6rem;}

.idx-solu{padding:.75rem 0 0;}
.idx-solu .item{height: 8rem;position: relative;text-align: center;overflow: hidden;cursor: pointer;}

.idx-solu .item .num{font-size: 0.66rem;color:#fff;font-family: 'FuturaBTBold';line-height: 1;}
.idx-solu .item .smtit{font-size: 0.26rem;color:#fff;font-family: 'FuturaBTBold';margin-top: 0.2rem;}
.idx-solu .item .smtit:hover{color:#009650;}
.idx-solu .item .line{width: 0.66rem;height: 0.06rem;background-color: #fff;display: block;margin:.25rem auto 0;}

.idx-solu .item .box{position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;padding:0 .3rem;transition: all .3s;}
.idx-solu .item .box1{background-color: rgba(17,46,27,.5);}
.idx-solu .item .box2{background-color: rgba(17,46,27,.6);bottom: -100%;}
.idx-solu .item:hover .box2{bottom: 0;}
.idx-solu .item:hover .box1{display: none;}

.idx-solu .item .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;-webkit-line-clamp: 6;height: 1.44rem;margin: 0.2rem auto 0;max-width: 3.25rem;}
.idx-solu .item .cpb{margin-top: 0.3rem;}
.idx-solu .item .tit{font-size: 0.22rem;color:#fff;font-weight: bold;margin-bottom: 0.25rem;}
.idx-solu .item .lk{font-size: 0.16rem;color:#fff;display: inline-block;vertical-align: middle;margin-bottom: 0.2rem;position: relative;line-height: 0.3rem;}
.idx-solu .item .lk::after{content:'';display: inline-block;vertical-align: middle;margin-left: 0.05rem;width: 0.14rem;height: 0.14rem;background:url(../images/idx_07.png) no-repeat center;background-size:contain;}
.idx-solu .item .lk::before{content:'';position: absolute;left: 0;bottom: 0;right: 0;height: .01rem;background-color: #fff;}
.idx-solu .item .lk:hover{font-weight: bold;}

.idx-solu .swiper-pagination{display: none;}
.idx-solu .swiper-button{width: 0.88rem;height: 0.88rem;border-radius:50%;margin-top:-.44rem;background-size:.22rem;background-color: rgba(255,255,255,.2);opacity: 1;z-index:80;}
.idx-solu .swiper-button-prev{left: .1rem;}
.idx-solu .swiper-button-next{right: .1rem;}
.idx-solu .swiper-button:hover{background-color: #2c9752;}



.idx-gs{padding:.8rem 0;}
.idx-gs .detail{border-radius:.2rem;background-color: #f7f8f9;display: flex;align-items: center;overflow: hidden;}
.idx-gs .videobox{width: 52%;height: 6.4rem;position:relative;overflow: hidden;}
.idx-gs .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.idx-gs .videobox .playicon{width: .84rem;height: .84rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.idx-gs .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.idx-gs .videobox .video{width: 100%;height: 100%;object-fit: cover;}


.idx-gs .info{flex:1;overflow: hidden;padding:.1rem .7rem;}
.idx-gs .title{font-size: 0.38rem;font-family: 'FuturaBTBold';}
.idx-gs .txt{font-size: 0.16rem;color:#575757;line-height: 0.28rem;margin-top: 0.2rem;-webkit-line-clamp: 8;}
.idx-gs .sm{font-size: 0.16rem;font-weight: bold;line-height: 1.4;padding:.3rem 0 0;border-top:1px dashed #c2c2c2;margin-top: 0.4rem;}
.idx-gs .sm span{margin-right: 0.8rem;}
.idx-gs .sm span:last-child{margin-right: 0;}
.idx-gs .sm .ico{width: 0.44rem;margin-right: 0.1rem;display: inline-block;vertical-align: middle;}
.idx-gs .readmore{margin-top: 0.45rem;}



.idx-cert{padding:0 0 1.25rem;background:url(../images/idx_16.png) no-repeat center bottom;background-size:100% 3rem;}
.idx-cert .detail{position: relative;}
.idx-cert .item{position: relative;}
.idx-cert .item .mask{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(255,255,255,.6);}
.idx-cert .item .title{font-size: 0.34rem;color:#fff;font-weight: bold;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: none;}



.idx-cert .swiper-container{position: static;}
.idx-cert .swiper-slide {width: 580px;/* height: 490px; */}
.idx-cert .swiper-slide .item{width: 100%;/* height: 490px; */display: flex;align-items: center;justify-content: center;}
.idx-cert .swiper-slide .item .img{height: 100%;width: auto;}

.idx-cert .swiper-slide-active .item:hover .mask{background-color: rgba(50,59,53,.73);}
.idx-cert .swiper-slide-active .item:hover .title{display: block;}


.idx-cert .swiper-button{width: 0.56rem;height: 0.56rem;border-radius:50%;background:url(../images/qua_19.png) no-repeat center #eeeeee;background-size:contain;border-radius:50%;margin-top:-.28rem;}
.idx-cert .swiper-button-prev{left: .2rem;}
.idx-cert .swiper-button-next{right: .2rem;transform: rotate(180deg);}
.idx-cert .swiper-button:hover{background-color: #ddd;}


.idx-xw{padding:.8rem 0;}
.idx-xw .menu{text-align: center;margin-bottom: 0.55rem;margin-top: -0.2rem;}
.idx-xw .menu .lk{font-size: 0.16rem;color:#5e5e5e;line-height: 0.4rem;display: inline-block;vertical-align: middle;min-width: 1.1rem;border-radius:.08rem;border:1px solid #aeaeae;text-align: center;margin:0 .12rem;cursor: pointer;}
.idx-xw .menu .lk.cur{color:#fff;background-color: #2c9752;border-color:#2c9752;}

.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-xw .list .item{border-radius:.06rem;overflow: hidden;width: 31.3%;margin-left: 2%;}
.idx-xw .list .imgbox{height: 2.75rem;}
.idx-xw .list .info{padding:.2rem .25rem .35rem;background-color: #f7f8f9;}
.idx-xw .list .date{font-size: 0.14rem;color:#6a6a6a;background:url(../images/xw_05.png) no-repeat left center;background-size:.18rem;padding-left: 0.28rem;}
.idx-xw .list .title{font-size: 0.2rem;line-height: 1.5;-webkit-line-clamp: 2;margin-top: 0.25rem;}
.idx-xw .list .txt{font-size: 0.16rem;color:#4e4e4e;line-height: 0.26rem;-webkit-line-clamp: 2;margin-top: 0.15rem;}
.idx-xw .readmore{margin-top: 0.35rem;}

.idx-xw .list .item:hover .title{color:#2c9752;}




/* 2c9752 */





@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	html{font-size: 5.8rem!important;}


	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;display: flex;margin-top: -0.2rem;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-size: 0.3rem;color:#000;font-family: 'iconfont';}
	.sj-menu.close::after{content:'\eca0';font-size: 0.28rem;}

	/* 公共部分 */
	.head{height: .7rem;position: sticky;background-color: #fff;}
	.hd-logo .img{height: 0.5rem;}
	.head .r{margin-right: .45rem;}

	.hd-lang{margin-left: 0.15rem;}
	.hd-lang .drop{padding-top: 0.1rem;}

	.hd-cn{margin-right: 0;margin-left: 0.15rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.7rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;border-top:1px solid #efefef;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;}
	.hd-nav li>a{font-size: 0.17rem;line-height: 0.7rem;padding:0 4%;}
	.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.2rem;color:#000;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;padding: 0;display: none;background: #fff;border-radius:0;box-shadow:none!important}
	.hd-nav .drop .lk{color:#000;line-height: 0.6rem;border-top:1px solid #efefef;padding:0 7%;margin-bottom: 0;}




	.ft-t{padding:.5rem 0;}
	.ft-t .wrap{display: block;}
	.ft-t .info{width: 100%;margin: 0 0 .4rem;}
	.ft-t .social{margin-top: 0.25rem;}
	.ft-t .social .icon{width: 0.3rem;height: 0.3rem;font-size: 0.16rem;}
	.ft-t .tit{font-size: 0.2rem;margin-bottom: 0.1rem;}
	.ft-t .txt .fz{margin-bottom: 0.1rem;line-height: 0.26rem;}
	.ft-t .txt .fz::before{width: 0.18rem;height: 0.18rem;top: 0.05rem;}


	.ft-t .menus{display: block;}
	.ft-t .menus .col{margin-bottom: 0.2rem;}
	.ft-t .menus .col:last-child{margin-bottom: 0;}
	.ft-t .lks{margin-left: -0.2rem;}
	.ft-t .lks .lk{display: inline-block;vertical-align: middle;margin:0 0 0 .2rem;line-height: 0.3rem;}


	.ft-b{line-height: 1.6;padding:.2rem 0;}
	.ft-b .txt{font-size: 0.14rem;}
	.ft-b .txt span{display: block;}

	.ft-brand{padding:.18rem 0;}
	.ft-brand .lks{margin-top: -0.15rem;}
	.ft-brand .lk{margin:.15rem .1rem 0;}
	.ft-brand .img{height: 0.3rem;}




	.btn{border-radius:.07rem;}
	.readmore{width: 1.5rem;line-height: 0.5rem;font-size: 0.16rem;}


	/* about-news */
	.inner-ban{height: 2.6rem;}

	.menu-bar .auto{padding: 0;}
	.menu-bar .box{white-space: nowrap;overflow-x: scroll;padding:0 .1rem;}
	.menu-bar .box::-webkit-scrollbar{ display: none;}
	.menu-bar .lk{padding:0 .1rem;margin:0 .1rem;line-height: 0.6rem;}

	.xw-main{padding:.5rem 0;}
	.xw-list .item{margin-bottom: 0.3rem;display: block;}
	.xw-list .imgbox{max-height: 2.5rem;width: 100%;height: auto;}
	.xw-list .info{padding:.2rem .2rem;}
	.xw-list .title{font-size: 0.2rem;-webkit-line-clamp: 2;}
	.xw-list .date{background-size: 0.16rem;padding-left: 0.22rem;margin-top: 0.1rem;}
	.xw-list .txt{margin-top: 0.15rem;}
	.xw-list .more{margin-top: 0.2rem;}

	.pagelist{margin-top: 0.45rem;}
	.layui-laypage a, .layui-laypage span{min-width: 0.35rem;height: 0.35rem;line-height: 0.35rem;}
	.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 .2rem;}
	.layui-laypage .layui-laypage-skip{height: 0.35rem;line-height: 0.35rem;}
	.layui-laypage .layui-laypage-curr em{line-height: 0.35rem;}


	/* College */
	.coll-top{display: block;margin-top: -0.5rem;margin-bottom: 0.5rem;}
	.coll-top .img{width: 100%;max-width: 100%;}
	.coll-top .info{padding:.3rem .3rem;}
	.coll-top .title{font-size: 0.22rem;}
	.coll-top .more{margin-top: 0.3rem;}


	.coll-list{margin:-.4rem 0 0 0;}
	.coll-list .item{margin:.35rem 0 0 0;width: 100%;}
	.coll-list .imgbox{max-height: 2.2rem;height: auto;}
	.coll-list .title{padding: 0;margin-top: 0.17rem;}

	/* CollegeDetail */
	.coll-det{padding:.2rem 0 .4rem;}
	.coll-det .title{font-size: 0.22rem;}
	.coll-det .sm{margin-top: 0.15rem;}
	.coll-det .edit{padding:.3rem 0 .4rem;}

	.pagenav{padding-top: 0.25rem;}
	.pagenav .lk{line-height: 0.4rem;}


	/* about-social */
	.idx-tt{margin-bottom: 0.3rem;}
	.idx-tt .bt{font-size: 0.28rem;}
	.idx-tt .smwz{margin-top: 0.1rem;}

	.social-intro .bt{font-size: 0.24rem;}
	.social-intro .txt{margin-top: 0.15rem;font-size: 0.16rem;line-height: 1.5;}


	.social-intro .list{padding: 0;box-shadow:none;flex-wrap: wrap;margin-top: 0.35rem;}
	.social-intro .list li{width: 50%;text-align: center;padding:.15rem .15rem;}
	.social-intro .list .wz br{display: none;}
	.social-intro .list .fz{font-size: 0.16rem;}
	.social-intro .list .fz i{font-size: 0.34rem;}
	.social-intro .list .wz{line-height: 0.24rem;margin-top: 0.05rem;}

	.social-slide{padding:0 0 .5rem;}
	.social-slide .item .imgbox{height: 2.2rem;}
	.social-slide .item .info{padding:.15rem .2rem;}
	.social-slide .item .year{font-size: 0.2rem;}


	.swiper-pagination{margin-top: 0.25rem;}
	.swiper-pagination-bullet{width: 0.18rem;height: 0.04rem;}


	/* contact */
	.menu-bar.lx .lk{margin:0 .3rem;}

	.lx-sec{padding:.5rem 0;}
	.lx-sec .detail{display: block;}
	.lx-sec .lbox{width: 100%;margin: 0;max-width: 100%;}
	.lx-sec .rbox{padding:.3rem 0 0;}
	.lx-sec .top .title{font-size: 0.2rem;}
	.lx-sec .top .icon{width: 0.4rem;}

	.lx-form .bt{font-size: 0.26rem;}
	.lx-form .row{display: block;}
	.lx-form .item{width: 100%;margin-bottom: 0.15rem;}
	.lx-form .item:last-child{margin-bottom: 0;}
	.lx-form .submit{margin:.35rem auto 0;display: block;}


	/* contact-job */
	.lx-join .list .item{display: block;margin-bottom: 0.3rem;}
	.lx-join .list .imgbox{height: 2.3rem;width: 100%;}
	.lx-join .list .info{padding:.3rem .25rem;}
	.lx-join .list .title{font-size: 0.24rem;}
	.lx-join .list .line{width: 0.4rem;height: 0.04rem;}

	.lx-emp{padding:.5rem 0 .6rem;}
	.lx-emp .list{flex-wrap: wrap;padding: 0;}
	.lx-emp .list li{width: 50%;padding:.2rem .15rem;max-width: 100%;}
	.lx-emp .list .icon{height: 0.5rem;}
	.lx-emp .list .txt{margin-top: 0.12rem;}

	/* product */
	.cp-main{padding:0 0 .6rem;}
	.cp-list{padding: .2rem 0 0;display: block;}
	.cp-list .item{margin: 0.3rem 0 0;width: 100%;}
	.cp-list .imgbox{height: 2.4rem;}
	.cp-list .info{padding:.2rem .15rem;}

	/* productDetail */
	.cp-top .detail{padding: 0;display: block;}
	.cp-top .lbox{margin-right: 0;width: 100%;}
	.cp-top .rbox{padding: .15rem 0 0;}
	.cp-top .title{font-size: 0.26rem;}
	.cp-top .tp{height: 1.2rem;}
	.cp-top .anniu{margin: 0.4rem auto 0;display: block;}

	.cp-top .swiper2{overflow: hidden;height: 0;}
	.cp-top .swiper1 .item{height: 3.5rem;}
	.cp-top .swiper-button{width: 0.36rem;height: 0.36rem;margin-top: -0.18rem;}


	.cp-det .wrap{padding: 0 3%;display: block;}
	.cp-l{padding:0 0 .5rem;}
	.cp-r{margin-left: 0;width: 100%;padding:0 0 .5rem;}

	.cp-bt span{line-height: 0.45rem;font-size: 0.18rem;}
	.cp-bt.x span{min-width: 1.4rem;}

	.cp-spec .table .tit{padding-left: 0.15rem;}
	.cp-spec .table td{padding-left:.2rem;}

	.cp-recom .list .imgbox{height: 2.1rem;}


	/* Quality */
	.qua-top .detail{margin-top: 0;padding:.3rem 0;box-shadow:none;background:none;}
	.qua-top .info{padding: 0.3rem 0.3rem 0.3rem;}
	.qua-top .info::before, .qua-top .info::after{width: 0.2rem;height: 0.2rem;}
	.qua-top .title{font-size: 0.26rem;}
	.qua-top .txt{font-size: 0.18rem;line-height: 1.6;}

	.qua-qa{padding:.6rem 0 .5rem;}
	.qua-qa .box{display: block;padding: 0;}
	.qua-qa .box .lbox{width: 90%;margin:0 auto;}
	.qua-qa .swiper-pagination-bullet{margin:0 .05rem!important;}
	.qua-qa .box .title{font-size: 0.3rem;}
	.qua-qa .box .txt{margin-top: 0.1rem;}

	.qua-qa .botlist .row{margin-bottom: 0.3rem;}
	.qua-qa .botlist .item{margin:0 .1rem;}
	.qua-qa .botlist .img{height: 0.42rem;}

	.qua-zs .detail{padding:0 .4rem;}
	.qua-zs .fz{font-size: 0.15rem;margin-top: 0.1rem;}
	.qua-zs .swiper-button{width: 0.3rem;height: 0.3rem;margin-top: -0.35rem;}
	.qua-zs .swiper-button-prev{left:-.1rem;}
	.qua-zs .swiper-button-next{right:-.1rem;}


	.qua-qc{padding:.5rem 0 .4rem;}
	.qua-qc .detail{display: block;}
	.qua-qc .info{width: 100%;}
	.qua-qc .title{font-size: 0.4rem;}
	.qua-qc .txt{margin-top: 0.15rem;}

	.qua-qc .imgbox{width: 100%;margin:.4rem auto 0;}

	.qua-team .item{height: 2.8rem;}

	/* Industry */
	.indus-top .list{margin-top: 0;box-shadow:none;padding:.25rem 0;flex-wrap: wrap;}
	.indus-top .list .item{width: 33.3%;flex:initial;padding:.15rem 0;}
	.indus-top .list .ico{width: 0.6rem;}


	.indus-breed{padding:.4rem 0;}
	.indus-breed .list{display: block;margin: 0;}
	.indus-breed .list .item{width: 100%;margin:0 0 .3rem;}
	.indus-breed .list .imgbox{height: 2.2rem;}
	.indus-breed .list .title{margin-top: 0.14rem;}

	.indus-plan .detail{display: block;}
	.indus-plan .imgbox{margin: 0;width: 100%;}
	.indus-plan .info{padding:.4rem 0 0;}
	.indus-plan .idx-tt .bt{font-size: 0.28rem;}
	.indus-plan .smtit{font-size: 0.22rem;margin-top: 0.15rem;line-height: 0.3rem;}
	.indus-plan .txt{margin-top: 0.25rem;}

	.indus-innov{padding:.5rem 0 2.5rem;}
	.indus-innov .list{margin: 0;justify-content: space-between;}
	.indus-innov .list .item{width: 100%;margin:0 0 .3rem;font-size: 0.16rem;background-size: 0.7rem 0.9rem;min-height: 1rem;}


	.indus-jbei .list{margin: 0;justify-content: space-between;}
	.indus-jbei .list .item{width: 100%;margin: 0 0 .6rem;}
	.indus-jbei .list .icon{width: 0.7rem;margin: -0.35rem auto 0;}
	.indus-jbei .list .title{margin-top: 0.2rem;}

	.indus-manu{margin-top: 0.1rem;}
	.indus-manu .list{justify-content: center;}
	.indus-manu .list li{width: 33.3%;padding:.2rem 0;}
	.indus-manu .list .imgbox{width: .9rem;height: .9rem;}
	.indus-manu .list .title{margin-top: 0.1rem;}
	.indus-manu .list li.even{display: none;}

	.indus-ly{margin-top: 0.5rem;}

	.indus-vision{margin-top: 0.6rem;margin-bottom: 0.6rem;}
	.indus-vision .detail{padding:.4rem .3rem .4rem;}
	.indus-vision .idx-tt .bt{font-size: 0.26rem;}
	.indus-vision .title{font-size: 0.3rem;}
	.indus-vision .tag{font-size: 0.18rem;line-height: 0.4rem;}
	.indus-vision .list{margin-top: 0.3rem;display: block;}
	.indus-vision .list li{padding:.1rem 0;align-items: center;}
	.indus-vision .list .icon{height: auto;width: .44rem;margin-right: 0.15rem;}
	.indus-vision .list .font{font-size: 0.2rem;}

	/* about-patent */
	.patent-sec{padding:.5rem 0;}
	.patent-sec .idx-tt .bt{font-size: 0.28rem;}
	.patent-sec .list{display: block;text-align: center;}
	.patent-sec .list li{width: 100%;max-width: 100%;margin-bottom: 0.3rem;}
	.patent-sec .list .wz i{font-size: 0.38rem;}
	.patent-sec .list .fz{margin-top: 0;}

	.patent-sec .slide .swiper-slide{width: 250px!important;}



	/* about-profile */
	.profile-top .wrap{padding:.5rem 0;}
	.profile-top .list{display: block;}
	.profile-top .list .item{border-radius:.16rem;height: 3.1rem;width: 100%;margin-bottom: 0.25rem;}
	.profile-top .list .item:last-child{margin-bottom: 0;}
	.profile-top .list .box{padding:.35rem .4rem 0;}
	.profile-top .list .icon{height: 0.6rem;}
	.profile-top .list .title{margin-top: 0.25rem;font-size: 0.28rem;}
	.profile-top .pic-wz{height: auto;width: 96%;left: 2%;}

	.profile-sp .swiper-slide{height: auto;width: 280px!important;}
	.profile-sp .swiper-slide-active .item::after{width: 0.48rem;height: 0.48rem;}
	.profile-sp .swiper-pagination{margin-top: 0.4rem;}

	.profile-key{padding:.6rem 0;}
	.profile-key .item{display: block;}
	.profile-key .item .imgbox{height: 2.6rem;width: 100%;}
	.profile-key .item .info{padding:.25rem .25rem;}
	.profile-key .item .year{font-size: 0.26rem;}
	.profile-key .item .txt{font-size: 0.18rem;margin-top: 0.1rem;line-height: 1.6;}
	.profile-key .item .year2{font-size: 0.5rem;}
	.profile-key .swiper-button{width: 0.36rem;height: 0.36rem;bottom: -0.1rem;}
	.profile-key .swiper2{margin-top: 0.5rem;}
	.profile-key .swiper1{padding:0 .5rem;}
	.profile-key .grp .year{width: 0.76rem;height: 0.76rem;}

	.profile-gs{padding:.4rem 0 .5rem;}
	.profile-gs .bt{font-size: 0.3rem;}
	.profile-gs .detail{display: block;}
	.profile-gs .imgbox{width: 100%;margin:.35rem auto 0;}


	/* index */
	.idx-ban .item{height: 3rem;}
	.idx-ban .swiper-pagination{bottom: .2rem;}


	.idx-top .detail{margin-top: .3rem;display: block;box-shadow:none;}
	.idx-top .arrow{width: .54rem;height: .54rem;background-size: 0.24rem;display: block;border-radius:50%;display: block;margin:.2rem auto 0;}
	.idx-top .list{padding: 0;flex-wrap: wrap;}
	.idx-top .list li{padding:.15rem .1rem;width: 50%;flex:initial;}
	.idx-top .list .wz{margin-top: 0.06rem;font-size: 0.17rem;}
	.idx-top .list .fz i{font-size: 0.38rem;}
	.idx-top .list .fz em{font-size: 0.2rem;}


	.idx-solu .item{height: 5rem;}
	.idx-solu .item .num{font-size: 0.46rem;}
	.idx-solu .item .smtit{margin-top: 0.15rem;font-size: 0.22rem;}
	.idx-solu .item .line{width: 0.46rem;height: 0.04rem;}
	.idx-solu .item .txt{-webkit-line-clamp: 5;height: auto;}
	.idx-solu .item .cpb{margin-top: 0.2rem;}
	.idx-solu .item .tit{margin-bottom: 0.15rem;font-size: 0.2rem;}
	.idx-solu .item .lk{margin-bottom: 0.1rem;}


	.idx-solu .swiper-button{width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;background-size:.1rem;}



	.idx-gs{padding:.4rem 0;}
	.idx-gs .detail{flex-direction: column-reverse;background-color: #fff;border-radius:0;}
	.idx-gs .videobox{height: 3rem;width: 100%;border-radius: 0.1rem;margin-top: 0.2rem;}
	.idx-gs .videobox .playicon{width: 0.54rem;height: 0.54rem;}
	.idx-gs .info{padding:.2rem 0;}
	.idx-gs .title{font-size: 0.3rem;}
	.idx-gs .sm{line-height: 2;margin-top: 0.25rem;}
	.idx-gs .sm span{display: block;margin: 0 0 .15rem;}
	.idx-gs .sm .ico{width: 0.3rem;}
	.idx-gs .readmore{margin-top: 0.25rem;}

	.idx-cert{background-size: 100% .8rem;padding: 0 0 .3rem;}
	.idx-cert .swiper-slide{width: 300px;}
	.idx-cert .swiper-slide .item{height: auto;}
	.idx-cert .swiper-button{width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;}
	.idx-cert .item .title{font-size: 0.24rem;}


	.idx-xw .menu{margin-top: 0;margin-bottom: 0.45rem;}
	.idx-xw .list{display: block;margin: 0;}
	.idx-xw .list .item{width: 100%;margin:0 0 .25rem;}
	.idx-xw .list .item:last-child{margin-bottom: 0;}
	.idx-xw .list .imgbox{height: 2.3rem;}
	.idx-xw .list .info{padding:.2rem .2rem;}
	.idx-xw .list .title{font-size: 0.2rem;line-height: 1.4;margin-top: 0.15rem;font-weight: bold;}

	/* 26    28*/

}