﻿@charset "utf-8";
/*==============================common==================================*/
*{margin:0; padding:0;box-sizing: border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {  margin: 0;  padding: 0;  }
h3{font-weight:normal}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;background: #fff}
ul,ol {list-style:outside none none;}
dl { padding:0; margin:0;}
dd { margin:0;}
a {text-decoration: none; color:#333;}
/*限制文字,文字超出显示冒号*/
.text-cut{overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}

/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;padding: 0.2rem 0;}
.wengzhengfanye .wengzhengfanyeA { line-height:1.8;}
.wengzhengfanye .wengzhengfanyeB { line-height:1.8;}
.wengzhengfanye span { color:#333;}
.wengzhengfanye a { text-decoration:none; }

/* 文章类别上下页 */
.page { overflow:hidden;padding: 0.4rem 0}
.pagelink { text-align:center;}
.pagelink span,.pagelink a { display:inline-block;text-align:center;padding:3px 8px;border:solid 1px #ccc; color:#666; margin:0 2px;}
.pagelink a:hover,.pagelink a.on { background:#29977e; color:#fff; border:solid 1px #29977e;}
.pagelink span{display:inline-block; color:#fff; background:#29977e;border:solid 1px #29977e;padding:3px 8px;}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;overflow: hidden;font-size: 0.26rem}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem;background: #fff}
.logo img{width: 3.2rem}
.logo h1{font-size:0.28rem; color:#29977e;}
.logo p{color: #666;font-size: 12px}
.menu-button {width:25px;height:15px;cursor:pointer; top: 0.4rem;position: absolute;right: 0.2rem;}
.menu-button:before { content:""; position:absolute; border-bottom:9px double #29977e; border-top:3px solid #29977e; width:25px; height:3px;}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:26px; position:absolute; top:0; right:13px;z-index: 2}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff; height:40px; line-height:40px; font-size:14px; padding-left:30px;float: left}
.submenu-toggle{cursor:pointer;line-height:40px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:40px;color: #1f1d1c;width: 100%}

/*banner图片切换样式*/
.banner{ position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 3.5rem;color: #fff;text-align: center;display: flex;justify-content: center;flex-direction: column}
.banner .pagination{ position: absolute; bottom:0.3rem; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet {width:12px;height:12px;margin:0 6px!important;cursor: pointer;opacity: 1; background-color:rgba(0,0,0,0.21);border-radius: 100%;position: relative}
.banner .swiper-pagination-bullet:before{content: "";width: 6px;height: 6px;background: #fff;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.title{text-align: center;margin-top: 0.4rem;}
.title p{font-size: 0.36rem;text-transform: uppercase;color: rgb(242, 242, 242);}
.title h2{font-size: 0.34rem;margin-top: -0.2rem;
	display: inline-block;color: transparent;-webkit-background-clip: text;background-image: linear-gradient(to right, #29977e, #3CE1BE);}
.title i{display: inline-block;width: 30px;height: 2px;background: #29977e;margin-top: 0.2rem}

.oneA{overflow: hidden}
.oneA ul li{width: 100%;border: 1px solid #eee;margin-top: 0.4rem;}
.oneA ul li a{display: block;}
.oneA ul li dd{overflow: hidden;}
.oneA ul li dd img{max-width: 100%;transition: all 0.5s}
.oneA ul li:hover dd img{transform: scale(1.1);transition: all 0.5s}
.oneA ul li dl{padding: 0.3rem;text-align: center}
.oneA ul li dl p{font-size: 0.3rem}
.oneA ul li dl span{display: inline-block;width: 100%;background: #F6F6F6;line-height: 36px;color: #666}
.oneA ul li:hover{border-color: #29977e}
.oneA ul li:hover dl span{background: #29977e;color: #fff}
.oneA ul li:nth-child(3n){margin-right: 0}

.more{text-align: center}
.more a{display: inline-block;width: 50%;line-height: 36px;border-radius: 30px;background:#29977e;color: #ffff;margin-top: 0.4rem;}
.more a:hover{background: #30a969;}

.oneB{overflow: hidden;background-image: linear-gradient(to right, #30a969, #1e90a2);margin-top: 0.4rem;padding: 0.5rem 0}
.oneBl{color: #fff;}
.oneBl h2{font-size: 0.34rem;font-weight: normal;text-align: center}
.oneBl p{margin: 20px 0;line-height: 1.8}
.oneBl a{color: #fff}
.oneBl a:hover{text-decoration: underline}
.oneBr{position: relative;width: 100%}
.oneBr .swiper-container{width: 88%;margin: 0 auto;border: 1px solid #ccc;border-right: none;border-top: none}
.oneBr ul li{width: 33.3%;height: 1.2rem;float: left;border-right: 1px solid #ccc;border-top: 1px solid #ccc;}
.oneBr .swiper-button-prev,.oneBr .swiper-button-next{width: auto;height: auto;margin-top: -15px}
.oneBr .swiper-button-prev{left: 0}
.oneBr .swiper-button-next{right: 0}
.oneB .more a{background: #fff;color: #29977e}

.oneC{overflow: hidden;margin-top: 0.4rem;}
.oneCl{}
.oneCl img{max-width: 100%}
.oneCr{margin-top: 0.4rem}
.oneCr ul li{border-bottom: 1px dashed #e5e5e5;padding-bottom: 0.15rem;margin-top: 0.2rem}
.oneCr ul li h3{font-weight: normal;font-size: 0.26rem;}
.oneCr ul li p{color: #666;line-height: 1.8;margin: 8px 0;font-size: 12px}
.oneCr ul li span{color: #999;font-size: 12px}
.oneCr ul li a:hover{color: #29977e}

.oneD{overflow: hidden;}
.oneD ul li{width: 33.3%;height: 1.2rem;float: left;margin-top: 0.2rem;background: #fafafa}
.oneD ul li:nth-child(5n){margin-right: 0}


.foot{padding:0.2rem;font-size:12px;line-height: 2;background: #363636;color: #fff;margin-top: 0.4rem}
.foot a{color: #fff!important;}
footer{width:100%; position:fixed; bottom:0;z-index: 9999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#29977e; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#fff; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

/*=======================================关于我们============================================*/
.ny_ban {height: 2.2rem;overflow: hidden;text-align: center;color: #fff}
.ny_ban h2{font-size: 0.34rem;font-weight: normal;margin-top: 1rem}

/*.nav_box{}
.nav_box h5{line-height:0.7rem;padding-left:0.2rem;color:#fff;font-size:0.3rem;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #363636;}
.nav_box .nav1{display: none}
.nav_box .nav1 ul{border: 1px solid #e5e5e5;}
.nav_box .nav1 ul li{border-bottom: 1px solid #e5e5e5;line-height: 35px;overflow: hidden;text-align: center}
.nav_box .nav1 ul li:last-child{border-bottom: none}
.nav_box .nav1 ul li.active a{color: #29977e}*/
.ny_nav{width: 100%;margin-top: 0.4rem}
.ny_nav ul{display: flex;justify-content: center}
.ny_nav ul li{line-height: 0.55rem;position: relative;margin: 0 0.2rem}
.ny_nav ul li a{display: block;padding: 0 0.3rem;position: relative;z-index: 2;border: 1px solid #29977e;border-radius: 10px}
.ny_nav ul li:hover a,.ny_nav ul li.active a{background: #29977e;color: #fff}

.about{overflow: hidden;line-height: 2;margin-top: 0.4rem;min-height: 3rem}
.about img{max-width: 100%}

.contactAl ul{margin-top: 0.4rem}
.contactAl ul li{color: #666;margin-bottom: 0.3rem}
.contactAl ul li img{vertical-align: middle;width: 0.35rem;margin-right: 0.2rem}

#dituContent{height: 250px;margin-top: 0.4rem}

.contactB{}
.contactB h3{font-weight: bold;font-size: 0.3rem}
.contactB ul li{width: 100%;background: #F2F2F2;float: left;padding: 0.4rem 0.3rem;margin-top: 0.4rem}
.contactB ul li p{font-size: 0.28rem;margin-top: 0.3rem}
.contactB ul li p img{vertical-align: middle;margin-right: 0.2rem;width: 0.38rem}

.product{overflow: hidden}
.product ul li{width: 100%;margin-top: 0.4rem}
.product ul li dd{overflow: hidden;}
.product ul li dd img{max-width: 100%;transition: all 0.5s}
.product ul li dl{padding: 0.3rem 0;font-size: 0.28rem;border-bottom: 1px solid #ccc;position: relative}
.product ul li dl span{color: #666;font-size: 12px;display: inline-block;margin-top: 6px}

.coop{overflow: hidden;margin-top: 0.2rem}
.coop ul li{width: 33.3%;float: left;margin:0.2rem 0 0 0;height: 1.2rem;overflow: hidden}
.coop ul li img{max-width: 100%}
.coop ul li:nth-child(5n){margin-right: 0}

.nytitle{margin-top: 0.4rem;text-align: center}
.nytitle h2{font-size: 0.3rem}

.message{margin-top: 0.3rem;overflow: hidden}
.message ul li{margin-top: 0.2rem}
.message ul li p{color: #666;margin-bottom: 0.15rem}
.message ul li span{color: red}
.message ul li input{border: 1px solid #e5e5e5;line-height: 34px;width: 100%;background: #FBFBFB;outline: none;padding: 0 10px}
.message ul li input:hover{border-color: #333333}
.message ul li select{border: 1px solid #e5e5e5;background: #FBFBFB;outline: none;height: 23px;padding: 0 2px}
.message ul li button{line-height: 36px;background: #29977e;color: #fff;width: 100%;outline: none;border: none;margin-top: 10px;font-size: 16px}

/*=======================================详情页============================================*/
.content{background: #fff;margin-top: 0.4rem}
.con{padding: 0 0.2rem 0.2rem;background: #fff;}
.con h1{font-size:0.32rem;text-align: center;}
.info_laiyuan{color: #999;text-align: center;line-height:30px;margin: 0.2rem 0;font-size: 12px}
.daodu{background: #F5F5F5;border: 1px solid #E5E5E5;line-height: 2;margin-top: 0.2rem;padding: 0.15rem;}
.cont{padding:0.2rem 0;line-height:2;min-height: 300px;border-bottom: 1px dashed #ccc;border-top: 1px dashed #ccc;}
.cont img{max-width:100%;}
.con_img{text-align: center;margin-top: 0.3rem;padding-bottom: 0.3rem}
.con_img img{max-width:100%;}

/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/
