@import "//at.alicdn.com/t/font_587390_z7f2uf1xq7.css";
*{margin: 0;padding: 0;}
html {font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:625%;color: #4b4b4b;}
body {max-width:640px;margin:auto;font-size:0;background:#fff; overflow-x: hidden;}
p,input {font-size:inherit;}
input, button, textarea{outline:none; appearance:none;}
a{color:inherit;text-decoration: none;outline-style: none; border:none;}
ul,ol,li{list-style:none;}
img{max-width:100%;border:none;}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);}
em{font-style:normal;}
h1,h2,h3,h4,h5{font-weight:normal;}
.img_box div{display:table-cell;vertical-align:middle;text-align:center;}
.img_box img{vertical-align:middle;border:none;display:inline-block;max-width:100%;max-height:100%;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clear{clear: both;}
.bl{float:left;display:inline-block;}
.br{float:right;display:inline-block;}
#lightbox-secNav-btnClose{padding-top: 0.1rem;padding-bottom: 0;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

.fw{font-weight: bold; font-family: PingFangSC-Medium, sans-serif;}

.fl { float:left;}
.fr { float:right;}
.k{width:100%; margin:0 auto; height:.9rem;}
.k1{width:100%; margin:0 auto; height:.2rem;}
.k2{width:100%; margin:0 auto; height:20px;}
.k3{width:100%; margin:0 auto; height:40px;}

.product_tb table{width:6rem; border-spacing:0; border-collapse:separate; font-size: .2rem;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height: .4rem; border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd;width:6rem; font-size: .2rem;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}


/*头部*/
.logo{width: 100%; padding: .3rem 0; text-align: center;}
.logo .logo-t{height: 1.19rem; display:inline-block;}
.logo .logo-t img{height: 1.19rem;  margin-bottom: -.15rem; margin-right: .2rem;}
.logo .logo-by{display: inline-block; text-align: left; line-height: .5rem;}
.logo .logo-by p:first-child{font-size: .3rem; color: #666666;}
.logo .logo-by p:nth-child(2){font-size: .34rem; color: #e4670f;}

/*banner*/
.banner{width: 100%; position: relative;}
.banner .swiper-container{width: 100%;}
.banner .swiper-slide{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.banner .swiper-slide img{width:100%;height:auto;min-height:100%;transition:1s linear 2s;transform:scale(1.1,1.1);}
.banner .swiper-slide-active img, .banner .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}

.banner .swiper-container .swiper-pagination{text-align: center; position:absolute; bottom:5px;}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:#fff; display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#00bab1;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#00bab1;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	

.banner .swiper-button-prev, .banner .swiper-button-next{top: 47%; background:rgba(0,0,0,.4); color: #fff; border-radius: 200px; width: 50px; height: 50px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #00bab1;}

.bannert-titlet{position: absolute; width: 100%; text-align:center; color: #6d594b; font-size: .5rem; font-weight: bold; top: .7rem; z-index: 999;}
.bannert-titlet img{width: .43rem; height: .04rem; margin-top: .1rem; padding-top: 0;}

/*nav*/
.nav{width: 100%; height: 1.4rem; padding-top: .2rem; background: #00bab1;}
.nav ul li{float: left; text-align: center; width: 25%; line-height: .6rem; height: .6rem; font-size: .26rem;}
.nav ul li a{color: #fff;}
.nav ul li.hover-t a{color: #e4670f;}

/*关于我们*/
.title{width: 4.5rem; margin: 0 auto; text-align: center; position: relative;}
.title p:first-child{font-size: .6rem; color: #434343; background: #fff; display: inline-block; padding: 0 .1rem;}
.title p:nth-child(2){font-size: .26rem; color: #666666; text-transform:uppercase; background: #fff; display: inline-block; padding: 0 .1rem;}
.title p:nth-child(3){border: 2px solid #00bab1; height: .7rem; width: 100%; position: absolute; z-index: -1; top: .3rem;}

.parallax{position: relative;height: auto;padding: .6rem 0px; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.parallax-1{background-image: url("about-bg.jpg"); background-position: 100% 100%;}

.about-video{width: 6rem; margin: 0 auto; padding: .3rem 0;}

.about-content{width: 6rem; margin: 0 auto;}
.about-content .about-content-title p{text-align: left; margin-left: 0;}
.about-content .about-content-title p:first-child{width: 2rem; background: #00bab1; height: 4px;}
.about-content .about-content-title p:nth-child(2){font-size: .36rem; padding-top: .15rem; padding-bottom: .1rem;}
.about-content .about-content-title p:nth-child(3){font-size: .2rem; color: #999999; text-transform:uppercase;}

.about-content .about-content-desc{font-size: .24rem; margin-top: .3rem; line-height: .4rem;}
.about-content .about-content-desc p{padding-bottom: .2rem; text-align: justify;}

.about-content .about-content-ico{margin-top: .3rem;}
.about-content .about-content-ico ul li{position: relative; display: inline-block; padding: 0 .35rem; font-size: .24rem; line-height: .5rem; text-align: center; border-right: 1px solid #00bab1;}
.about-content .about-content-ico ul li:first-child{padding-left: 0;}
.about-content .about-content-ico ul li:last-child{border-right: none; padding-right: 0;}
.about-content .about-content-ico ul li:hover img{-webkit-animation:bounce 1.6s .2s ease both; -moz-animation:bounce 1.6s .2s ease both;}
@-webkit-keyframes bounce {0%, 20%, 50%, 80%, 100% {-webkit-transform:translateY(0)}40% {-webkit-transform:translateY(-30px)}60% {-webkit-transform:translateY(-15px)}}
@-moz-keyframes bounce {0%, 20%, 50%, 80%, 100% {-moz-transform:translateY(0)}40% {-moz-transform:translateY(-30px)}60% {-moz-transform:translateY(-15px)}}
.about-content .about-content-ico ul li:hover{color: #00bab1;}

/*gg*/
.gg{width: 100%; height: 1.6rem; background: url(gg-bg.jpg) no-repeat center center; background-size: 100%;}
.gg-left{margin-left: .2rem;}
.gg-left p:first-child{font-size: .3rem; color: #e4670f; text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0; padding-top: .2rem;}
.gg-left p:nth-child(2){font-size: .2rem; }
.gg-left p:nth-child(3){width: 1.2rem; height: 2px; background: #e4670f; margin-left: 0;}
.gg-left p:nth-child(4){width: 2.7rem; height:.4rem; line-height: .4rem; margin-top: .1rem; background: #e4670f; color: #fff; text-align: center; font-size: .23rem; border-radius: 55px;}
.gg-left p:nth-child(4) img{margin-right: .2rem; height: .2rem; margin-top: .1rem;}

.gg-right{width: 1.5rem; text-align: center; margin-top: .2rem;}
.gg-right img{width: 1.2rem;}


/*产品中心*/
.product{padding: .5rem 0;}

.productfl{text-align: center; width: 100%; margin-top: .4rem;}
.productfl a{display: inline-block; text-align: center; padding: .1rem .3rem; font-size: .24rem; margin:.05rem .05rem; background: #eeeeee;}
.productfl a:hover, .productfl a:first-child{background: #e4670f; color: #fff;}

.product-box{width: 6rem; margin: 0 auto; margin-top: .3rem;}
.product-box .product-boxlist{width: 2.9rem;  float: left; overflow: hidden; margin-right: .2rem; margin-bottom: .2rem; position: relative;}
.product-box .product-boxlist:nth-child(2n){margin-right: 0;}
.product-box .product-boxlist .product-box-img{overflow: hidden;}
.product-box .product-boxlist .product-box-img img{width: 100%;}
.product-box .product-boxlist .product-box-content{width: 100%; padding: .1rem; line-height: .36rem; background: #f6f6f6;}
.product-box .product-boxlist .product-box-content p:first-child{font-size: .26rem;}
.product-box .product-boxlist .product-box-content p:nth-child(2){font-size: .2rem; color: #999999;}

/*代理加盟*/
.jm{width: 100%; height: 1.5rem; text-align: center; background: url(jm-bg.jpg) no-repeat center center; background-size: 100%;}
.jm p:first-child{font-size: .3rem; color: #e4670f; text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0; padding-top: .2rem;}
.jm p:nth-child(2){width: 3rem; height:.4rem; line-height: .4rem; margin-top: .1rem; background: #e4670f; color: #fff; text-align: center; font-size: .23rem; border-radius: 55px; display: inline-block;}
.jm p:nth-child(2) img{margin-right: .2rem; height: .2rem; margin-top: .1rem;}

/*产品优势*/
.advbox{width: 100%; padding: .5rem 0; position: relative; overflow: hidden;}
.adv-title{width: 100%; text-align: center;}
.adv-title p:first-child{font-size: .55rem; color: #434343;}
.adv-title p:nth-child(2){font-size: .35rem; color: #00bab1; padding-top: .1rem;}
.adv-title p:nth-child(2) font{color: #434343;}
.adv-title p:nth-child(3){text-transform:uppercase; font-size: .2rem; color: #666666;}

.adv-content{width: 6rem; margin: 0 auto;}

.adv-content-desc{width: 100%; text-align: left; margin-top: .3rem;}
.adv-content-desc .adv-content-desclist{margin-bottom: .4rem;}
.adv-content-desc .adv-content-desclist p:first-child{font-size: .3rem; color: #e4670f;  font-weight: bold; font-family: PingFangSC-Medium, sans-serif;}
.adv-content-desc .adv-content-desclist p:first-child font{width: 9px; height: 9px; display: inline-block; background: #e4670f; border-radius: 9px; margin-right: 10px;}
.adv-content-desc .adv-content-desclist p:nth-child(2){font-size: .24rem; padding-top: .2rem;}

.v{}
.v:before{content: ""; position: absolute; width: 100%; height: 100%; display: block; z-index: -1000; top: 0; left: 0; background: url(video_cover.png); /*background: url(advbg.png) no-repeat; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: center 0;*/}
.f{position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -9999; -webkit-transition: 1s opacity; transition: 1s opacity;}

/*新闻*/
.news{padding: .5rem 0;}
.newsfl{text-align: center; width: 100%; margin-top: .4rem;}
.newsfl a{display: inline-block; text-align: center; padding: .1rem .3rem; font-size: .24rem; margin: 0 .05rem; background: #eeeeee;}
.newsfl a:hover, .newsfl a:first-child{background: #00bab1; color: #fff;}

.newsbox-tj{width: 6rem; padding: .3rem 0; margin: 0 auto; border-bottom: 1px solid #dedede; position: relative;}
.newsbox-tj .newsbox-tj-img{width: 2.3rem; height: 1.45rem; overflow: hidden;}
.newsbox-tj .newsbox-tj-img img{width: 2.3rem; height: 1.45rem;}
.newsbox-tj .newsbox-tj-desc{width: 3.5rem;}
.newsbox-tj .newsbox-tj-desc p:first-child{font-size: .24rem; color: #000; padding-top: .2rem;}
.newsbox-tj:hover .newsbox-tj-desc p:first-child{color: #00bab1;}
.newsbox-tj .newsbox-tj-desc p:nth-child(2){font-size: .22rem; line-height: .3rem; color: #7c7c7c;}
.newsbox-tj .newsbox-tj-desc p:nth-child(3){text-align: right; color: #e4670f; font-size: .22rem;}

.newsbox-list{width: 6rem; margin: 0 auto; padding-top: .3rem;}
.newsbox-list p{height: .45rem; line-height: .45rem; font-size: .23rem; color: #000;}
.newsbox-list p span{float: right; color: #7c7c7c;}

/*foot*/
.foot{border-top: 5px solid #00bab1; width: 100%; text-align: center;}

.foot-wx{margin-top: .6rem; width: 100%;}
.foot-wx p{display: inline-block; width:2.2rem;}
.foot-wx p img{width: 1.8rem; border:1px solid rgba(0,0,0,.1);}
.foot-wx p span{display: block;height: .4rem; line-height: .4rem; text-align: center; font-size: .22rem; color: #000;}

.foot-box{width: 100%; height: 100%; padding:.3rem 0; line-height:.4rem; font-size: .23rem;}
.foot-box p:first-child{font-size: .35rem; color: #00bab1; margin-top: .2rem; margin-bottom: .2rem;}
.foot-box p{text-align: center;}


/*侧边栏返回顶部*/
.side_bar{position: fixed;z-index: 99;right: .05rem; bottom:10%;display: none;background-color: #00bab1;border-radius: .07rem;}
.side_bar .btn_top{	display: block;	width: .65rem;height: .72rem;background: url(back_top.png) no-repeat center center;background-size: 50%;}

/*底部menubox菜单*/
.menubox{background-color: #00bab1;position: relative;position: fixed; left:50%; margin-left: -3.2rem; bottom: 0; z-index: 999; width: 6.4rem; padding:6px 0;}
.menubox ul li{float: left; width: 25%;text-align: center;}
.menubox ul li i{display: block;margin:1% auto;width:0.38rem;height: 0.38rem;}
.menubox ul li i img{display: none;margin:0 auto;width: 0.38rem;}
.menubox ul li i img:first-child{display: block;}
.menubox ul li span{display: block;font-size: .22rem;color: #fff;line-height: 150%;}
.menubox ul li.cur i img:first-child{display: none;}
.menubox ul li.cur i img:last-child{display: block;}
.menubox ul li.cur span{color: #e4670f;}
.menubox dl{position: absolute;right: 0;width: 30%;background-color: #00bab1;text-align: center;padding: 1% 0;border:rgba(255,255,255,.05) solid 1px;border-bottom: 0;display: none;border-radius: 4px 4px 0 0;overflow: hidden;}
.menubox dl dd{line-height: .68rem;border-top: rgba(255,255,255,.1) solid 1px;}
.menubox dl dd:first-child{border:0;}
.menubox dl a{display: block;color: #fff;font-size: .24rem;}
.menubox dl a:active{color: #e4670f;}

/*about-nav*/
.about-nav{width: 100%; margin: 0 auto; padding: .1rem 0; text-align: center;/* background: #e9e9e9;*/ border-bottom: 1px solid #ececec;}
.about-nav a{display: inline-block; text-align: center; padding: .1rem .27rem; margin: .05rem .05rem; font-size: .22rem; border: 1px solid rgba(0,0,0,.1); background: #eeeeee;}
.about-nav a:first-child, .about-nav a:nth-child(5n){border-left: 1px solid rgba(0,0,0,.1);}
.about-nav a:hover{color:#fff; background: #00bab1;}
.about-nav a.cur{color:#fff; background: #00bab1;}


/*关于我们内容*/
.body-bg{background: #fff;}
.container{ width: 6.0rem; margin:0 auto; padding: .3rem 0;}
.about_detail{padding: .3rem 0; width: 6rem; min-height: 2rem; margin:0 auto; font-size: 0.24rem;  line-height: 0.44rem;}
.about_detail p{padding-bottom: .1rem;}
.about_detail img{ padding-bottom: .1rem;}


/*内页图片*/
.img-content{width:6rem; text-align: center;}
.img-content .img_box{width:2.85rem; margin-right:.2rem; float: left; border: 1px solid rgba(0,0,0,.09); display:inline-block; margin-bottom: 0.2rem; background: #fff; position: relative;}
.img-content .img_box:nth-child(2n){margin-right:0;}
.img-content .img_box img{margin-top:0.12rem; width: 100%;}
.img-content .img_box div{width:2.6rem; display:inline-block;}
.img-content h3{font-size: 0.22rem; height: .5rem; line-height: .25rem; display: table-cell; vertical-align: middle;}
.img-price{font-size: .2rem; position: absolute; left: 0; top: 0; background: rgba(35,172,56,.7); color: #fff; padding: .1rem;}

/*内页产品目录*/
.cpml{width: 96%; margin: 0 auto; margin-top: .3rem;}
.cpmltitle{width: 100%; font-size: .3rem; color: #4dbbb0; font-weight: bold; text-align: center; background: #f9f9f9; padding-top: .2rem; padding-bottom:.2rem; border: 1px solid rgba(0,0,0,.08); border-bottom:none;}

.cpmlboxtitle{width: 100%; height: .7rem; font-size: .24rem; border: 1px solid rgba(0,0,0,.08); background: #f9f9f9;}
.cpmlboxtitle ul{width: 99%; height: .7rem; line-height: .7rem; margin: 0 auto; display: block;}
.cpmlboxtitle ul li{float:left; text-align: center; color: #000;border-right: 1px solid rgba(0,0,0,.08);}
.cpmlboxtitle ul li:first-child{width: 18%;}
.cpmlboxtitle ul li:nth-child(2){width: 32%;}
.cpmlboxtitle ul li:nth-child(3){width: 26%;}
.cpmlboxtitle ul li:nth-child(4){width: 23%; border-right:none;}

.cpmlboxlist{width: 100%; margin-bottom: .3rem; border-left: 1px solid rgba(0,0,0,.08); border-right: 1px solid rgba(0,0,0,.08);}
.cpmlboxlist ul{width: 99%; height: 1.2rem; line-height: .3rem; margin: 0 auto; display: block; border-bottom: 1px solid rgba(0,0,0,.08);}
.cpmlboxlist ul li{float:left;display:table; height: 100%; border-right: 1px solid rgba(0,0,0,.08); font-size: .2rem; text-align: center;}
.cpmlboxlist ul li p{display:table-cell; vertical-align:middle;}
.cpmlboxlist ul li:first-child{width: 18%;}
.cpmlboxlist ul li:nth-child(2){width: 32%;}
.cpmlboxlist ul li:nth-child(3){width: 26%;}
.cpmlboxlist ul li:nth-child(4){width: 23%; border-right:none;}

/*内页产品详情*/
.product_listt{width: 100%; margin: .3rem auto;}
.right_content_titlet{width: 100%; text-align: left; height: .55rem; font-size: .26rem; border-bottom: 1px solid #e1e1e1; margin-bottom: .2rem;}
.right_content_titlet span{width:2rem; height: .55rem; line-height: .55rem; color: #fff; display: inline-block; text-align: center; background: #e2a641;}
.product_listt-title{font-size: .35rem; color: #1a1a1a; text-align: center; margin-bottom: .2rem; border-bottom: 1px solid #e1e1e1; padding-bottom: .2rem;}
.product_listt .product_listt-c{width: 100%; text-align: center;}
.product_listt .product_listt-c p{text-align: center; height: .6rem; line-height: .6rem; border-radius: .6rem; font-size: .24rem; color: #e2a641;}

.pro-right-size{font-size: .22rem; line-height: .3rem; padding-top: .1rem;}
.pro-right-size span{float: left; display: block; width: .8rem;}
.pro-right-size p{float: right; text-align: left; width: 5.2rem;}
.pro-right-desc{line-height: .4rem; text-align: left; color: #7a7a7a; font-size: .22rem; margin-top: .2rem; margin-bottom: .1rem; background:#f2f2f2; padding: .2rem .2rem;}

/*内页新闻*/
.newsc_list{font-size: 0.2rem; width: 6rem; border-bottom:1px solid rgba(0,0,0,.07); background: #fff; border-radius: 2px; padding: 0.2rem 0; margin: 0 auto;}
.newsc_list:nth-child(2n){}
.newsc_detail h3 a{font-size: 0.25rem;color: #000000;margin: 0rem 0 0.05rem 0; line-height: .3rem; display: inline-block;}
.newsc_detail h4{font-size: 0.16rem; color: #acacac; margin: 0.1rem 0 0;}
.newsc_detail a{font-size: 0.18rem;color: #acacac; line-height: 0.34rem;}

.news-listt{width: 6rem; margin: 0 auto; margin-top: .2rem;}
.news-listt ul li{width: 5.8rem; padding: .1rem .1rem; overflow: hidden; background: #fff; margin-bottom: .2rem;}
.news-listt ul li .news-listt-img ,.news-listt ul li .news-listt-img img{width:2rem;}
.news-listt ul li .news-listt-content{margin-left: .2rem; width: 3rem;}
.news-listt ul li .news-listt-content p:first-child{font-size: .24rem; margin-bottom: .07rem;}
.news-listt ul li .news-listt-content p:nth-child(2){line-height: .26rem; font-size: .22rem; margin-bottom: .07rem; color: #959595;}
.news-listt ul li .news-listt-content p:nth-child(3) a{width: 1.5rem; height: .4rem; line-height: .4rem; border-radius: .5rem; text-align: center; font-size: .2rem; border: 1px solid #cfcfcf; display: inline-block;}
.news-listt ul li:hover .news-listt-content p:nth-child(3) a{background: #308ecc; border: 1px solid #308ecc; color: #fff;}

/*文章-图片描述*/
.right_content_info{height:.6rem;line-height:.6rem; text-align:center; margin-top:.3rem; border:1px solid #e5e5e5; background: #eeeeee; border-left:none; border-right:none; color:#9c9c9c; font-size: .22rem;}
.right_content_desc{margin:.3rem 0 0; padding:.1rem .1rem; border:1px solid #f4e4b4; background:#eeeeee; font-size:.22rem; text-align: left;}

/*人才招聘*/
.jobConts{line-height:30px;color:#666; font-size:12px;}
.jobConts .line{background:#ccc;height:1px;overflow:hidden;font-size:0;margin:10px 0;}
.jobConts .jobdesc{background:#f5f5f5;padding:10px;color:#333;}
.jobConts strong{color:#000;}

/*人才招聘*/
.join-listt{width: 6rem; margin: 0 auto;}
.join-listt ul li{width: 6rem; height: .5rem; line-height: .5rem; border-bottom: 1px solid #e5e5e5; font-size: .24rem; color:#666;}
.join-listt ul li span{float: right; display: block; font-size: .22rem;color:#666;}
.join-listt ul li a{font-size: .22rem;color:#666;}

/*联系我们*/
.contact-map{width: 6rem; height: 3.5rem; border: 1px solid #d4d4d4; margin: 0 auto;}
.contact-map iframe{width: 6rem; height: 3.5rem;}
.contact-content{width: 6rem; text-align: left; font-size: .22rem; margin: .2rem auto;}
.contact-content p{padding-bottom: .1rem; color: #616161;}
.contact-content p:first-child{font-size: .22rem; color: #e2a641; margin-top: .1rem;}
.contact-content p img{margin-right:.05rem; width:.2rem;}
.contact-content p span{font-weight: bold; color: #000;}


/*文章-图片上一个下一个*/
.text{color:#999; font-size:.22rem; line-height: .4rem; border-top:1px solid #e5e5e5; padding-top: .2rem}


/*内页留言反馈*/
.message_content_content{width: 6.0rem; margin: 0 auto; padding-bottom: .5rem;}
.message_title{font-size: .4rem; text-align: center; font-weight: bold; padding-bottom: .5rem; padding-top: .5rem;}
.message_content_content li{margin-bottom: .1rem;}
.message_content_content li textarea{font-family:"Microsoft YaHei";}
.msg_inputt{width: 100%; height: .6rem; background: #fff; border:1px #EFEFEF solid; line-height: .6rem; text-indent: .2rem; font-size: .24rem;}
.msg_submitt{width:2rem; height: .6rem; background: #00bab1; color: #fff; line-height: .6rem; text-transform: uppercase; border: none; font-size: .24rem;}


.jmboxsele{width: 100%; height: .6rem; line-height: .6rem;  text-indent: .2rem; font-size: .24rem; vertical-align: middle; background: #fff; color: #757575; border:1px #EFEFEF solid; text-transform: uppercase; outline:none;}

/*分页样式*/
.page_info{text-align:center; margin-top:20px; color:#333;}
.page_info span{padding:0 2px;font-weight:bold; color: #ed0000;}
.page_list{line-height:.2rem; text-align:center; letter-spacing:0; font-size:.22rem; margin-top:.4rem; margin-bottom:.4rem; width: 100%;}
.page_list a{display:inline-block; background: #e6e6e6; text-align:center; padding:.08rem .13rem; margin:.05rem .05rem; border-radius: .05rem;}
.page_list a:hover{color:#fff; background:#00bab1;}
.page_list a.on{color:#fff;background:#00bab1; font-weight: bold;}












