﻿@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;}
input,textarea,button{border: none;outline: none;background: none}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}

/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;padding: 0.2rem 0 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 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:#0c6224; color:#fff; border:solid 1px #0c6224;}
.pagelink span{display:inline-block; color:#fff; background:#0c6224;border:solid 1px #0c6224;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}
.flex-center{display: flex;justify-content: space-between}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem;border-bottom: 1px solid rgba(255,255,255,.1);background: #fff}
.logo img{width: 2.2rem}
.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 #0c6224; border-top:3px solid #0c6224; 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:5px; 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; padding-left:20px;float: left}
.submenu-toggle{cursor:pointer;line-height:36px;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:35px;color: #1f1d1c;width: 100%;font-size: 12px}

/*banner图片切换样式*/
.banner{ position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 4rem;}
.banner .swiper-pagination{ position: absolute; bottom:0.2rem!important; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet {width:8px;height:8px;margin:0 4px!important;cursor: pointer;background-color:rgba(0,0,0,0.5);border-radius: 100%;position: relative}
.banner .swiper-pagination-bullet-active{background: #d10000;}

.oneA{overflow: hidden;background: #ebebeb;line-height: 0.8rem;height: 0.8rem;}
.oneA ul{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap}
.oneA ul li{float: left;font-size: 12px;width: 48.5%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}

.title{text-align: center;padding-top: 0.4rem}
.title h2{font-size: 0.34rem;font-weight: normal;}
.title p{font-size: 12px}
.title i{display: inline-block;width: 34px;height: 2px;background: #d10000;margin-top: 0.1rem;}

.oneB{margin-top: 0.2rem}
.oneB ul li{width: 31%;margin-top: 0.2rem}
.oneB ul li p{font-weight: bold;border: 1px solid #006600;text-align: center;margin-top: 0.2rem;}
.oneB ul li dd{border-radius: 100%;overflow: hidden;text-align: center}
.oneB ul li dd img{max-width: 60%}

.oneC{background: #F7F7F7;overflow: hidden;margin-top: 0.5rem;padding-bottom: 0.5rem}
.oneC ul{margin-top: 0.2rem}
.oneC ul li{width: 48.5%;background: #ededed;text-align: center;margin-top: 0.2rem;padding-bottom: 0.3rem}
.oneC ul li img{margin: 0.2rem auto;max-width: 30%}
.oneC ul li h3{line-height: 30px;font-size: 0.3rem;font-weight: normal}
.oneC ul li i{ width:58px; margin:0.1rem auto; height:1px; background:#333;display: inline-block}
.oneC ul li p{ line-height:24px; text-align:center;font-size: 12px}
.oneC ul li:nth-child(2n){float: right}
.oneC ul li:last-child{width: 100%}

.oneD{margin-top: 0.3rem}
.oneDr ul li{width: 48.5%;float: left;margin:0.2rem 0 0 0;}
.oneDr ul li dd{position: relative;height: 2.4rem;overflow: hidden}
.oneDr ul li img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneDr ul li p{color: #333;margin-top: 0.2rem;text-align: center;font-size: 0.26rem}
.oneDr ul li:nth-child(2n){float: right}

.oneE{background: url("../img/oe.png") no-repeat center right;padding: 0.5rem 0;margin-top: 0.5rem;color: #fff;background-size: cover}
.oneEs{text-align: center}
.oneEl h2{font-size: 0.34rem;}
.oneEl p{opacity: 0.6;font-size: 12px;margin: 0.2rem 0}
.oneEr b{font-size: 0.3rem}

.oneF{overflow: hidden}
.oneFl{margin-top: 0.4rem;overflow: hidden}
.title2 h3{color: #c8c8c8;font-size: 0.4rem;font-weight: normal;display: flex;justify-content: space-between;align-items: center}
.title2 h3 a{margin-left: 10px;font-size: 12px;color: #666;}
.title2 h2{font-size: 0.3rem;}
.title2 h2 b {font-weight: bold;color: #d10000;margin-left: 10px;}

.oneFa{margin-top: 0.2rem;}
.oneFar ul li{font-size: 12px;line-height: 30px;}
.oneFar ul li a{display: inline-block;width: 75%;float: left;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.oneFar ul li span{float: right;color: #666}

.oneFb{}
.oneFb ul li{width: 48.5%;float: left;border: 1px solid #e1e1e1;background-color: #f3f3f4;margin: 0.3rem 0 0 0}
.oneFb ul li dd{height: 2.4rem;overflow: hidden}
.oneFb ul li dd img{max-width: 100%;transition: all 0.5s}
.oneFb ul li p{padding: 0.15rem;}
.oneFb ul li:nth-child(2n){float: right}


.foot{padding:0.2rem;font-size:12px;line-height: 2;background: #222;color: #fff;margin-top: 0.6rem}
.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:#0c6224; 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{overflow: hidden;height: 2.5rem;display:flex;justify-content:center;align-items:center;position: relative}
.ny_ban dl{position: relative;z-index: 2}
.ny_ban dl h2{font-size: 24px;}

.ny_title{text-align: center;margin-top: 0.4rem}
.ny_title h2{font-size: 0.34rem;font-weight: normal}

.nav_box{}
.nav_box h5{line-height:0.75rem;padding-left:0.2rem;color:#fff;font-size:0.3rem;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #0c6224;}
.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: 0.65rem;overflow: hidden;padding: 0 0.2rem}
.nav_box .nav1 ul li.active a{color: #d10000}
.nav_box .nav1 ul li .submenu{float: right;font-size: 20px;}
.nav_box .nav1 ul li .sub-menu a{width: 50%;color: #666;display: inline-block;font-size: 12px;line-height: 30px}
.nav_box .nav1 ul li .sub-menu a.active{color: #0c6224}

.one{line-height: 2;margin-top: 0.4rem;min-height: 300px}
.one img{line-height: 2;}

.case{overflow: hidden;margin-top: 0.2rem}
.case ul li{width: 48.5%;margin: 0.2rem 0 0 0;float: left;text-align: center}
.case ul li dd{width: 100%;height:2.4rem;overflow: hidden;position: relative}
.case ul li dd img{max-width: 100%;transition: all 0.5s ease;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.case ul li p{margin-top: 0.15rem}
.case ul li:nth-child(2n){float: right}


.news{overflow: hidden;margin-top: 0.2rem}
.news ul li{transition: all 0.5s ease;border-bottom: 1px dashed #dcdcdc;padding: 0.2rem 0}
.news ul li dl{background: url("../img/newsli.gif") no-repeat left;padding-left: 13px;line-height: 30px;display: flex;justify-content: space-between;align-items: center}
.news ul li dl h3{font-weight: normal;font-size: 0.26rem;width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.news ul li dl span{font-size: 12px;color: #999}
.news ul li p{color: #888;padding-left: 13px;margin-top: 0.1rem;font-size: 12px;line-height: 1.6}

/*=======================================详情页============================================*/
.content{margin-top: 0.4rem}
.con{padding: 0 0.2rem;}
.con h1{font-size:0.32rem;text-align: center;font-weight: normal}
.info_laiyuan{color: #999;text-align: center;margin: 0.2rem 0 0;font-size: 12px}
.cont{padding:0.3rem 0;line-height:2;}
.cont 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分辨率兼容样式属性*************************/
