@charset "UTF-8";
/*css 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 14px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    color: #666;
    overflow-x: hidden;
	overflow-y:auto;
    width: 100%;
	margin:0 auto;
    max-width: 640px;
    min-width: 320px;
    height: 100%;
	font-size: 14px;
    font-family: Microsoft YaHei;
	padding-bottom: 3.6rem;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#666; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:14px;
}
a:hover,a:focus{
	color:#48b634;	
    text-decoration: none;
	outline: none;
}

/*公共类*/
.w {
    width: 96%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.hide {
    display:none;
}
.fixed {
	position:fixed;
	bottom: 0;
	z-index:9999;
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.jianju {
	padding: 1.5rem 0;
	overflow: hidden;
}

.logo {
	position: fixed;
    width: 100%;
	left: 0px;
	top: 0px;
    z-index: 9999;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: -webkit-gradient(linear,left bottom,right top,from(#48b634),to(#48b634)) #48b634;
}
.logo span {
	color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
}
.logo img{
	max-width: 60%;
    display: inline-block;
}
.mb_nav2{
	width: 35px;
	height: 35px;
	position: fixed;
	top: 10px;
	right: 10px;
	box-shadow: 0 5px 5px #0d0c0f .3;
	z-index: 9999;
}
.mb_nav2 .menu{
	background: url(../images/nav.png) no-repeat center /35px 35px;
	background-size: 100% 100%;
}
.mb_nav2 .menu_act{
	background: url(../images/nav.png) no-repeat center /35px 35px !important;	
}
.menu_ico{
	 width: 35px;
	 height: 35px;
}
.menu_nav{
	z-index: 999;
	width: 88px;
	background: url(../images/nav2_bj.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: center;
	padding: 5px 10px 14px;
	display:none;
}
.menu_nav li{
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
.menu_nav li:last-child{
	border: none;
}
.menu_nav li a{
	color: #fff;
	line-height: 12px;
}
/*banner*/
.banner {
	padding-top: 3rem;
}

.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}
.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#fff;
}

.title {
	margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
.title em {
	display: inline-block;
    width: 4px;
    height: 20px;
    background: #48b634;
    vertical-align: middle;
    margin-right: 10px;
}
.title span {
	font-size: 1rem;
    color: #48b634;
    font-weight: 700;
}

.about-img {
	padding: 1rem 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.about-box {
	color: #777;
    font-size: 1rem;
    line-height: 1.5rem;
	padding-bottom: 0.8rem;
}
.more {
	float: right;
	color: #48b634;
    font-size: 1.2rem;
}
.hr {
	height: 0.8rem;
    background: #f2f2f2;
}

.adv-box ul li{
	width: 44%;
    float: left;
    margin: 3%;
}
.adv-box ul li img {
	display: inline-block;
}
.adv-box ul li span {
	display: block;
    font-size: 1rem;
    color: #666;
    padding: 10px 0;
    font-weight: 700;
}
.adv-box ul li p {
	font-size: 0.8rem;
    line-height: 25px;
    color: #777;
}

.m_nav {
	margin-bottom: 1%;
	background: #48b634;
}
.m_nav ul li {
	display: inline-block;
    width: 32.5%;       
    padding: 1.5% 0;  
}
.m_nav ul li a {
	color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}
.pro-box {
	padding-bottom: 2%;
}
.pro-box ul li {
	margin: 2% 1%;
    float: left;
    width: 47%;
    text-align: center;
    padding: 0;
    border: 1px solid #eee;
}
.pro-box ul li p {
	line-height: 40px;
}
.pro-box ul li p a {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
.pro-box ul li img {
	display:inline-block!important;
	height: 115px; 
}

.news-box {
	padding-bottom: 2%;
}
.news-box ul li {
	margin: 2% 0;
    overflow: hidden;
}
.news-img {
	position: relative;
}
.news-img img {
	border-radius: 0.5rem;
}
.news-img a.name {
	width: 96%;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	color: #fff;
	line-height: 40px;
	font-size: 1rem;
	padding: 0 2%;
	background: rgba(0,0,0,0.6);
}
.news-txt {
	padding: 0.5rem;
	border-bottom: 1px solid #eee;
}
.news-txt span {
	display: block;
	font-size: 0.8rem;
	color: #848e98;
}
.news-txt a {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 2rem;
    color: #222;
}

.top {
	background: -webkit-gradient(linear,left bottom,right top,from(#48b634),to(#48b634)) #48b634;
    background: linear-gradient(bottom left,#48b634,#48b634) #48b634;
    height: 2rem;
}
.top a {
	line-height: 2rem;
	color: #fff;
	font-weight: bold;
	float: right;
	padding-right: 2%;
}

.icont-box {
	padding: 0.5rem 0;
}
.icont-box a {
	
}
.icont-box ul li{
	line-height: 1.6rem;
    padding: 0.2rem 0;
    text-align: center;
    overflow: hidden;
    display: block;
    color: #757575;
    font-size: 1rem;
}

.imain {
	padding-top: 3rem;
	overflow: hidden;
}
.content {
	padding-bottom: 2%;
    overflow: hidden;
    line-height: 25px;
}
.content img {
	display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 1% 0;
}
.content p.icon img {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}
.about-con img {
	display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 1% 0;
}
.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #48b634;
	padding:5px 10px;
	display:inline;
}
.pages ul li a:hover{
	color: #48b634;
}

.content h1 {
	line-height: 2rem;
    font-size: 1rem;	
}
.content hr {
    border-width: 0px;
	border-bottom: 1px solid #e7e9eb;
}
.tag {
	padding: 2%;
    margin-top: 2%;
    overflow: hidden;
    line-height: 30px;
}
.tag p{
	border-bottom: 1px dotted #e7e9eb;
}
.tag a:hover{
	color: #48b634;
}
.back-pre {
	position: absolute;
    right: 0.8rem;
    z-index: 999;
}

.cpbox {
	padding-bottom: 20px;
	overflow:hidden;
	position: relative;
}
.cpbox ul {
	margin:0 auto;
}
.cpbox li {
	float:left;
	width:160px;
	height:110px;
	text-align:center;
	position:relative;
	margin:0 5px;
}
.cpbox li img {
	width: 160px;
	height: 110px;
	border-radius: 0.5rem 0.5rem 0 0;
}
.cpbox li h3 {
	line-height:28px;
	background:rgba(0,0,0,0.65);
	position:absolute;
	z-index:999;
	bottom:0px;
	width:100%;
}
.cpbox li h3 a {
	color:#fff;
}
.btnLeft{
	left: 0px;
	background: url(../images/left01.png) no-repeat center;
}
.btnRight{
	right: 0px;
	background: url(../images/right01.png) no-repeat center;
}
.btnLeft,.btnRight{
	position: absolute;
	top: 35%;
	width: 20px;
	height: 20px;
}

.footer{
    width: 100%;
	background: -webkit-gradient(linear,left bottom,right top,from(#48b634),to(#48b634)) #48b634;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.footer ul{
	margin-top: 10px;
}
.footer ul li{
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
.footer ul li img{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	display: inline-block;
}
.footer > ul > .d1 > a > i{
	background: url(../images/fot01.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d2 > a > i{
	background: url(../images/fot02.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d3 > a > i{
	background: url(../images/fot03.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d4 > a > i{
	background: url(../images/fot04.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > li > a > p{
	font-size: 10px;
}
.footer ul li .fot_ico{
	height: 44px;
	display: inline-block;
}
.footer ul li a{
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

/*分页页码*/
.page-list{ position:relative; margin:10px 0; padding:0; clear:both; background:#fff; }
	.page-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.page-list a,
    .page-list span{ margin:0.5em 0;  padding:0.5em 0; display:none; float:left; width:24.5%; line-height:1.2em; border-left:1px solid #ececec; font-size:13px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .page-list a:active{ background:#ececec; }
	.page-list span{ color:#999; }
	.page-list a{ color:#333; }
	.page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
	.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-left-color:#ececec; }
	.page-list .current{ display:block; float:left; }