﻿/* 全局  */
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "microsoft yahei";
	background:#fff;
	font-size:12px;
	color:#a8a8a8;
}
input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
i{
	font-style:normal;
	}
a {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #a8a8a8;
}
a:visited {
	color: #a8a8a8;
	outline: none;
}
a:hover {
	color: #c80000;
	outline: none;
}
a:active {
	color: #a8a8a8;
	outline: none;
}
ul, ol {
	list-style: none;
	vertical-align: middle;
}
img {
	border: 0px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.h10{
	clear:both;
	height:10px;
	}
.h30{
	clear:both;
	height:30px;
	}
/*==进度条==*/
#loading {
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#fff url(../images/preloader.gif) no-repeat center center;
}
#mobileWrap {
	
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
/**
 * 首页按钮导航
 */	
.indexMenu{
	clear: both;
	overflow:hidden;
	margin:0 auto 5px auto;
	padding-top:5px;
	background:#fff;
	box-shadow:0px 0px 5px rgba(153,153,153,0.3);
	}
.menuMore_open{
	margin:-10px 0 20px 0;
	height:5px;
	border-bottom:1px solid #e9e9e8;
	position:relative;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	display:none;
	}
.menuMore_open span{
	display:block;
	width:40px;
	height:10px;
	border:1px solid #e9e9e8;
	border-top:1px solid #fff;
	position:absolute;
	left:50%;
	margin:0 0 0 -20px;
	background:#fff;
	top:5px;
	text-align:center;
	color:#ccc;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}
.menuMore_open span em{
	font-size:12px;
	top:1px;
	left:13px;
	display:block;
	position:absolute;
	}
.menuMore_open span i{
	font-size:12px;
	top:-3px;
	left:13px;
	display:block;
	position:absolute;
	}
	
.menuMore_close{
	margin:10px 0 10px 0;
	height:5px;
	border-bottom:1px solid #e9e9e8;
	position:relative;
	display:block;
	-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);
	}
.menuMore_close span{
	display:block;
	width:40px;
	height:10px;
	border:1px solid #e9e9e8;
	border-bottom:1px solid #fff;
	position:absolute;
	left:50%;
	margin:0 0 0 -20px;
	background:#fff;
	bottom:-1px;
	text-align:center;
	color:#ccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.menuMore_close span em{
	font-size:12px;
	top:0;
	left:13px;
	display:block;
	position:absolute;
	}
.menuMore_close span i{
	font-size:12px;
	top:4px;
	left:13px;
	display:block;
	position:absolute;
	}
	
.openMenu{
	clear:both;
	overflow:hidden;
	}
.openMenu dl dd{
	width:33%;
	height:43px;
	float:left;
	display:inline;
	overflow:hidden;
	}
.openMenu dl dd a{
	text-align:center;
	line-height:33px;
	margin:5px;
	display:block;
	color: #656565;
	border:1px solid #e2e2e2;
	background-color: #E1E1E1;
	background-image: linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #E7E7E7), color-stop(1, #f9f9f9) );
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	}
/**
 * 二级页面左侧一级导航
 */	
#mobileMenu {
	height: 100%;
	display: block;
	position:fixed;
	width: 250px;
	z-index: 0;
	background:#87c65d;
	top:-1000px;
	right:0;
	z-index:999999;
}
#mobileMenu_c {
	clear: both;
	overflow: hidden;
	overflow-y: auto;
}
#mobileMenu header {
	display:block;
	background:#000;
	height:40px;
}
#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0px #313131;
}
#mobileMenu ul {
	height: 100%;
}
#mobileMenu ul li {
	display: block;
}
#mobileMenu ul li a {
	display: block;
	color: #f0f0f0;
	font-size: 14px;
	height: 43px;
	display: block;
	border-top: 1px solid #59912b;
	border-bottom: 1px solid #bcdfa4;
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#mobileMenu ul li a em {
	display: block;
	width: 4px;
	height: 43px;
	float: left;
	background: #1d1d1d;
}
#mobileMenu ul li a span {
	display: block;
	line-height: 43px;
	float: left;
	padding:0 0 0 75px;
	background-repeat:no-repeat;
	background-position:25px center;
	background-size:23px auto;
}
#mobileMenu ul li a i {
	width: 50px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 43px;
	float: right;
	color: #fff;
}
#mobileMenu ul li.hover a{
	background:#c1e2a3;
}
/**
 * 二级页面右侧二级导航
 */	
/**
 * 二级页面右侧二级导航
 */ 
#mobileSubNav{
    height:35px;
    position:relative;
    z-index:999;
    margin:0 auto;
    }
.mobileSubNav_title{
    height:35px;
    overflow:hidden;
    background:#f0f0f0;
    position:absolute;
    overflow:hidden;
    z-index:10;
    }
.SubNav_open{
    width:40px;
    height:35px;
    display:block;
    float:right;
    color:#656565;
    font-size:25px;
    }
.SubNav_open span{
    clear:both;
    margin:6px 0 0 5px;
    display:block;
    }
.nav_ul{
    width:300px;
    display:block;
    float:left;
    height:40px;
    overflow:hidden;
    }
.nav_ul li{
    width:25%;
    display:block;
    height:40px;
    float:left;
    font-size:14px;
    }
.nav_ul li.hover a{
    color:#8ec65d;
    }
.nav_ul li a{
    display:block;
    line-height:40px;
    text-align:center;
    color:#656565;
    }
#mobileSubBg{
    width:100%;
    position:fixed;
    background:rgba(0,0,0,0.3);
    z-index:50;
    left:0;
    top:0;
    display:none;
    }   
.subNav_dl{
    width:100%;
    position:absolute;
    z-index:90;
    padding:6px 0;
    overflow-x:hidden;
    overflow-y:auto;
    background:#fff;
    display:none;
    }
.subNav_dl dt{
    display:block;
    clear:both;
    line-height:30px;
    padding:0 0 0 5px;
    font-size:16px;
    margin:0 0 5px 0;
    text-align:center;
    }
.subNav_dl dd{
    width:100%;
    border-bottom:1px solid #d0d0d0;
    display:block;
    float:left;
    padding: 0px 40px 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #f3f3f3;
    }
.subNav_a{
    display:block;
    font-size: 14px;
    color:#727272;
    line-height: 35px;
    }

.subNav_dl dd.hover .subNav_a{ color:#8ec65d;}
.subNav_dl dd em{
    display: block;
    width: 40px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top:0px;
    font-size: 24px;
    color:#727272;
    font-family: "宋体";
    line-height: 35px;
    text-align: center;
    font-style: normal;
}

.subNav_ul{
    width: 100%;
    padding-left: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.subNav_ul li{
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.subNav_ul li a{
    display: block;
    font-size: 12px;
    color:#727272;
}

.subNav_ul li.hover a{ color:#8ec65d;}
/**
 * 框架部分 right begin
 */	
#pagebody {
	position: relative;
	right: 0;
	min-width: 320px;
	z-index: 99999;
	overflow: hidden;
}
#pagebody header#toolbarnav{
	display: block;
	height:45px;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	background: #8ec65d;
	z-index:9999999;
}
#pagebody header#toolbarnav h1 {
	text-align: center;
	display: block;
	line-height: 45px;
	color: #2e2222;
	font-size: 18px;
}

#pagebody header#toolbarnav div {
	display: block;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
	padding:11px 10px 5px 15px;
}

#pagebody header#toolbarnav div img{
	display:block;
	height:26px;
	width: auto;
	display:none;
}
#pagebody header#toolbarnav div span{
	display:block;
	line-height:25px;
	text-align:center;
	color:#fff;
	text-align:center;
	}
#pagebody header #go-back {
	position: absolute;
	top:0;
	width: 50px;
	height:45px;
	display:block;
	left:0;
}
#pagebody header #go-back span{
	color:#fff;
	font-size:18px;
	display:block;
	margin:15px 0 0 12px;
	}
#pagebody header #menu-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right:0;
	top:0;
}
#pagebody header #menu-btn span {
	font-size: 28px;
	color: #fff;
	margin:10px 0 0 12px;
	display: block;
}
#pagebody header #menu-search{
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	background:url(../images/menu-search.png) no-repeat center center;
	background-size:20px auto;
}

#mobileContent {
	display: block;
	background:#fff;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
/**
 * 固定的底部
 */	
.footer {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	width: 100%;
	display: inline-block;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index:9999;
	left: 0;
	bottom: 0;
	background:#8ec65d;
}
.footer div {
	height:50px;
	width:25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	text-align: center;
}
.footer div a {
	display: block;
	height:40px;
	width: 100%;
	color: #fff;
	padding:5px 0;
}

.footer div a.hover{
	color:#fff !important;
	background:#6aae2e !important;
}
.footer div a em {
	display: block;
	width: 100%;
	height: 23px;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}

.footer div a em.h{
	background: url(../images/home.png) no-repeat center center;
	background-size:auto 23px;
}


.footer div a em.navigation{
	background: url(../images/navigation.png) no-repeat center center;
	background-size:auto 23px;
}


.footer div a em.callPhone{
	background: url(../images/callPhone.png) no-repeat center center;
	background-size:auto 23px;
}

.footer div a em.footMsg{
	background: url(../images/footMsg.png) no-repeat center center;
	background-size:auto 23px;
}
.footer div a span {
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
}
.footer div i {
	height: 15px;
	font-size: 20px;
	margin: 10px 0 0 0;
	display: block;
}
/*首页标题*/
.indexT{
	clear:both;
	height:40px;
	}
.indexT span{
	display:block;
	clear:both;
	height:25px;
	text-align:center;
	line-height:20px;
	color:#666666;
	font-size:13px;
	background:url(../images/indexT_bg1.png) no-repeat center bottom;
	background-size:80px 1px;
	font-weight:bold;
	}
.indexT em{
	display:block;
	clear:both;
	height:15px;
	text-align:center;
	line-height:25px;
	color:#69b21c;
	font-style:normal;
	}
/**
 * 文章阅读页
 */	
.articleBox {
	line-height: 25px;
	padding: 5px 10px 10px 10px;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.articleBox img{
	max-width: 100%;
	margin-left:-25px;
}

.articleTitle {
	clear: both;
	text-align: left;
	padding: 10px 10px 0 10px;
	line-height: 25px;
	font-size: 16px;
	color:#444;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding:0 10px;
	height:30px;
	line-height:25px;
}


/**
 * 全文列表
 */	
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
	padding:5px;
}
.newsList dd {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	position:relative;
	padding:5px;
}
.newsList dd a {
	display: block;
	clear: both;
	overflow:hidden;
	background: #f2f2f2;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	border-bottom: 1px solid #E2E2E2;
}


.time{
	width: 57px;
	height:55px;
	overflow: hidden;
	background: #e5e5e5;
	position:absolute;
	left: 5px;
	top:5px;
}

.day{
	display: block;
	width: 57px;
	height:39px;
	overflow: hidden;
	text-align: center;
	line-height: 39px;
	font-size: 20px;
	color:#004ea2;
	font-family: "黑体";
	font-weight: bold;
}

.M_Y{
	display: block;
	width: 57px;
	height:16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-family: "黑体";
	color:#fff ;
	font-weight: bold;
	background: #004ea2;
}

.newsDeta{
	margin-left:67px;
	height:55px;
	overflow: hidden;
}

.newsName{
	display: block;
	height:22px;
	line-height: 22px;
	font-size: 12px;
	color:#848484 !important;
	font-weight: bold;
}

.newsIntr{
	font-size: 10px;
	color:#818181;
	line-height: 15px;
	height:30px;
	padding:0px 0px 3px 0px;
}

.newsIntr i{
	color:#1ba504 !important;
}

/**
 * 全图列表 newsAllImg 左、右
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsAllImg dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg dd a {
	background: #fff;
	display: block;
}
.newsAllImg dd p {
	width: 100%;
	overflow: hidden;
	display: block;
	position:relative;
}
.newsAllImg dd p:after{
	content:'';
	display:block;
	width:100%;
	padding-top:129.965%;
	}
.newsAllImg dd p img{
	width: 100%;
	height:100%;
	display: block;
	position:absolute;
	top:0;
	left:0;
}
.newsAllImg dd span {
	width: 100%;
	display: block;
	clear: both;
	height:25px;
	overflow: hidden;
	font-size:13px;
	color:#818181;
	line-height:25px;
	text-align:center;
}
/**
 * 全图列表2
 */	
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsAllImg2 dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding: 5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg2 dd a {
	background: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	position:relative;
}
.newsAllImg2 dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg2 dd p img {
	max-width: 100%;
	display: block;
}
.newsAllImg2 dd a span {
	width: 100%;
	display: block;
	float:left;
	font-size:13px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align:center;
	position:absolute;
	left: 0px;
	bottom:0px;
	z-index: 2;
	color:#fff;
	font-family: "microsoft yahei";
}

.newsAllImg2 dd a em {
	display: block;
	width: 100%;
	height:20px;
	overflow: hidden;
	background: #000;
	opacity: 0.5;
	position:absolute;
	left: 0px;
	bottom:0px;
	z-index: 1;
}


/**
 * 图文列表
 */	
.newsImgList{
	width: 100%;
	overflow: hidden;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsImgList dd{
	display:block;
	clear:both;
	overflow:hidden;
	padding:7px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #dddddd;
}
.newsImgList dt{
	display:block;
	clear:both;
	overflow:hidden;
	padding:10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsImgList dt a{
	display:block;
	overflow:hidden;
	background:#fff;
	}
.newsImgList dt a img{
	display:block;
	width:100%;
	height:auto;
	}
.newsImgList dd a{
	display:block;
	overflow:hidden;
	background:#fff;
	position:relative;
	}
.newsImgList p {
	display:block;
	width:150px;
	height:100px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
}
.newsImgList p img {
	width:150px;
	height:100px;
	display: block;
}
.newsImgList_c {
	display:block;
	clear:both;
	padding:0 0 0 155px;
	height:100px;
	overflow:hidden;
}

.newsImgListTit{
	width: 100%;
	max-height:30px;
	display: block;
	line-height: 15px;
	font-size: 13px;
	font-family: "microsoft yahei";
	color:#444;
	overflow: hidden;
}

.newsImgListIntr{
	clear:both;
	width: 100%;
	font-size: 10px;
	font-family: "microsoft yahei";
	color:#999999;
	line-height: 15px;
	max-height:45px;
	overflow: hidden;
	padding:5px 0 0 0;
}

.newsImgListTime{
	width: 100%;
	/*height:15px;
	line-height: 15px;*/
	overflow: hidden;
}

.newsImgListTime span{
	display: inline-block;
	font-size: 10px;
	font-family: "microsoft yahei";
	color:#737373;
	float: left;
	padding:4px 0px 0px 0px;
}

.newsImgListTime i{
	display: inline-block;
	font-size: 10px;
	font-family: "microsoft yahei";
	color:#737373;
	float: right;
	padding:4px 0px 0px 0px;
}


.newsImgList dd a:hover{ background:#fff;} 
.newsImgList dd a:hover strong{color:#c80000;}
.newsImgList dd a:hover div{color:#c80000;}
/**
 * 图文列表2
 */	
.newsImgList2{
	display:block;
	clear:both;
	padding:0 0 5px 0
	}
.newsImgList2 dd{
	display:block;
	padding:5px 0 0 0;
	}
.newsImgList2 dd a{
	display:block;
	padding:2px 5px 6px 5px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
	background:#f9f9f9;
	}
.newsImgList2 dd a:hover{
	background:#ebebeb;
	color:#000;
	}
.newsImgList2_t{
	clear:both;
	line-height:16px;
	font-size:14px;
	font-family:"microsoft yahei";
	padding:3px 0;
	color:#000;
	overflow:hidden;
	}
.newsImgList2 dd span{
	display:block;
	clear:both;
	color:#dcdcdc;
	color:#D4D4D4; font-size:10px; overflow:hidden;
	line-height:16px;
	padding:0 0 3px 0;
	}
.newsImgList2_c{
	clear:both;
	overflow:hidden;
	position:relative;
	}
.newsImgList2_c p{
	width:120px;
	height:80px;
	display:block;
	position:absolute;
	}
.newsImgList2_c p img{
	width:120px;
	height:80px;
	}
.newsImgList2_c div{
	height:80px;
	overflow:hidden;
	padding:0 0 0 130px;
	}
/**
 * 分享
 */	
.mobileShare {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.shareBnt {
	height: 40px;
	clear: both;
	padding: 15px 0 0 0;
}
.shareBnt a {
	color: #fff;
	display: block;
	clear: both;
	line-height: 40px;
	text-align: center;
	background: #457fc4;
	border-radius: 6px;
	font-size: 16px;
}
.share {
	clear: both;
	overflow: hidden;
	padding: 0 0 0px 0;
}
.share dl dd {
	overflow: hidden;
}
.share dl dd a {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F3F3F3));
	background: -moz-linear-gradient(#FEFEFE, #F3F3F3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 32px;
	clear: both;
	padding: 5px 0 5px 5px;
}
.share dl dd a span.jiathis_txt {
	width: 99%;
	background: none;
	display: block;
	clear: both;
	height: 32px;
	padding: 0;
}
.share dl dd em {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	overflow: hidden;
}
.share img {
	width: 32px;
	height: 32px;
}
.share dl dd a span.jiathis_txt p {
	line-height: 32px;
	display: block;
	float: left;
	color: #454545;
	font-size: 14px;
	padding: 0 0 0 6px;
}
.share dl dd a span.jiathis_txt i {
	line-height: 32px;
	display: block;
	float: right;
	color: #454545;
	font-size: 12px;
	padding: 0 10px 0 6px;
}

/**
 * 留言板 message
 */	
.message_dl {
	clear: both;
	padding: 10px 5px 10px 0;
}
.message_dl dd {
	height: 35px;
	padding: 5px 0;
	clear: both;
}
.message_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
	color:#595959;
}
.messageInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	outline: medium;
}
.message_dl dd textarea {
	width: 70%;
	height: 150px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
}
.message_btn {
	clear: both;
	height: 35px;
	padding: 10px 0 0 85px;
}
.mobile_btn1 {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #8ec65d;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px; 
	font-family: "黑体";          
}
.mobile_btn2 {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #8ec65d;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 0 0 15px;
	-moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px; 
	color: #fff !important;
	font-family: "黑体";
}
.mobile_btn3{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #8ec65d;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
	color: #fff !important;
	font-family: "黑体";
}
.messageList {
	clear: both;
	padding: 0 5px;
}
.messageList dd {
	overflow: hidden;
	margin: 5px 0;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.2);
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
}
.messageTitle {
	line-height: 30px;
	clear: both;
	height:30px;
	border-bottom:1px dotted #E6E6E6;
}
.messageTitle span{
	float:left;
	color:#595959;
	}
.messageTitle i{
	float:right;
	font-size:10px;
	color:#a6a6a6;
	}
.messageContent {
	line-height:20px;
	clear: both;
	padding:8px 0;
	color:#737373;
}
.messageReply {
	line-height:20px;
	clear: both;
	color: #262c28;
	border:1px dotted #E6E6E6;
	padding:5px;
	background:#f8f8f8;
}
/**
 * 人才招聘 recruitment
 */	
.rmt_dl{
	clear:both;
	overflow:hidden;
	padding:5px 0 0 0;
	}
.rmt_dl dd{
	clear:both;
	overflow:hidden;
	padding:5px 10px;
	}
.rmt_dl dd:hover{background:f7f7f7;}
.rmt_dl dd:hover .rmtT span{color:#c50f00;}
.rmt_dl dd a .rmtC{border-bottom:1px solid #eab9b5;}
.rmt_dl dd a{
	display:block;
	}
.rmt_dl dd a .rmtT{
	clear:both;
	height:30px;
	line-height:30px;
	}
.rmt_dl dd a .rmtT span{
	color:#444444;
	font-size:14px;
	text-align:left;
	}
.rmt_dl dd a .rmtT em{
	color:#444444;
	font-size:13px;
	text-align:right;
	font-style:normal;
	}
.rmt_dl dd a .rmtC{
	clear:both;
	height:30px;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #dddddd;
	padding:0 0 10px 0;
	}
.rmt_dl dd a .rmtC span{
	color:#444444;
	font-size:px;
	text-align:left;
	}
.rmt_dl dd a .rmtC i{
	color:#444444;
	font-size:12px;
	text-align:right;
	font-style:normal;
	}
.rmt_dl dd a .rmtC em{
	display:inline-block;
	color:#444444;
	font-size:px;
	text-align:center;
	font-style:normal;
	}
.rmtV_box1{
	clear:both;
	overflow:hidden;
	color:#444;
	border-bottom:10px solid #ededed;
	padding:10px;
	}
.rmtV_box1 span{
	font-size:14px;
	line-height:30px;
	}
.rmtV_box1 em{
	font-size:14px;
	line-height:30px;
	font-style:normal;
	}
.rmtV_box1_c{
	height:30px;
	clear:both;
	overflow:hidden;
	text-align:left;
	}
.rmtV_box1_c span{
	display:inline-block;
	margin:0 10px 0 0;
	padding:0 0 0 18px;
	color:#666666;
	font-size:12px;
	text-align:center;
	line-height:30px;
	}
.rmtV_box1_c span.span1{ background:url(../images/rt_icon1.png) no-repeat left center;}
.rmtV_box1_c span.span2{ background:url(../images/rt_icon2.png) no-repeat left center;}
.rmtV_box1_c span.span3{ background:url(../images/rt_icon3.png) no-repeat left center;}
.rmtV_box1_c span.span4{ background:url(../images/rt_icon4.png) no-repeat left center;}
.rmtV_box2{
	clear:both;
	overflow:hidden;
	padding:10px;
	}
.rmtV_box2T{
	clear:both;
	height:30px;
	text-align:left;
	line-height:30px;
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #dddddd;
	margin:0 0 10px 0;
	}
.rmtV_boxC{
	clear:both;
	overflow:hidden;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#666666;
	}
.rmtV_boxCT{
	clear:both;
	padding:10px 0;
	}
.rmtV_boxCT span{
	display:inline;
	float:left;
	font-size:22px;
	margin:1px 3px 0 0;
	}
.rmtV_boxCT em{
	display:inline;
	float:left;
	font-style:normal;
	color:#444444;
	}
.rmtV_boxC div{
	clear:both;
	overflow:hidden;
	}
/**
 * 按钮
 */	
.largeGreenBtn {
	z-index: 9999;
	width: 60%;
	text-align: center;
	background-image: -webkit-gradient(linear, 10% 0%, 10% 100%, from(#92611c), to(#391b00));
	border: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 0.3em;
	padding: 5px 8px;
	font-size: 1.4em;
	text-shadow: 1px 1px 1px #555;
	border: 1px solid;
	border-color: #764d0f #764d0f #764d0f #764d0f;
	box-shadow: inset 0px 1px #ba781c;
	min-height: 640px;
}

.subBtn {
	width: 80px;
	height: 30px;
	background: rgba(239, 121, 22, 0.85);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft yahei";
	border-radius: 3px;
}

/**
 * 会员登录
 */	
.login_dl {
	clear: both;
	padding:20px 20px 20px 20px;
}
.login_dl dd {
	height:35px;
	padding:8px 0;
	clear: both;
}
.loginInput{
	width:100%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.loginInput.code{
	width:40%;
}
.login_dl dd img{
	display:block;
	float:left;
	height:35px;
	margin:0 0 0 5px;
	border: 1px solid #e6e6e6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.loginBt{
	padding:0 16px;
	}
.loginBt input{
	width:100%;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: rgba(0,118,191,1);
	cursor: pointer;
	padding: 0 15px;
	color: #fff;
	clear:both;
	font-size:16px;
	}
.loginBt a{
	display:block;
	clear:both;
	font-size:14px;
	padding:15px 0 0 0;
	}
/**
 * 会员注册 register
 */	
.register_dl {
	clear: both;
	padding: 10px 0;
}
.register_dl dd {
	height: 35px;
	padding: 5px 0;
	clear: both;
}
.register_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.registerInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.register_dl dd select{
	min-width:60px;
	padding:5px;
	display:block;
	float:left;
	margin:6px 0 0 0;
	}

/**/
.page {
	margin:10px 20px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	overflow:hidden;
	border: 1px solid #ddd;
	border-radius:5px;
}
.page a, .page span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	border-left: 1px solid #ddd;
	text-align: center;
	color: #888888;
	text-decoration: none;
	line-height:40px;
	background:#fff;
}
.page .select-change-container {
	position: relative
}
.page .select-change-container select {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 45px
}
.page .select-change-container .select-page-num {
	display: block;
	height: 37px;
	line-height: 37px
}
.page .select-change-container .select-page-num::after {
	content: '';
	display: block;
	border-top: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px
}
.page .prev-page {
	margin-left: 0;
	color:#888888;
}
.page .next-page {
	margin-right: 0;
	color:#888888;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}

.indexBanner{
	width: 100%;
	overflow: hidden;
	position:relative;
}


/*
* 快速导航
*/

.indexNavBox{position:relative; clear:both;}
.indexNav{ overflow:hidden; background:#ffffff; padding-bottom:25px; padding:20px 0px 20px 0px;}
.indexNav dd{
	width:33.33%;
	float:left;
	overflow:hidden;
	padding:5px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	}
.indexNav dd img{ width:100%;}
.indexNav dd span{ display:block;}
.indexNav dd em{ font-style:normal; color:#909090;}
.indexNavIcn{ position:absolute; left:0px; height:9px; width:100%; bottom:-9px; z-index:9}
.indexNavIcn img{ height:9px; display:block; margin:0 auto}

/*
* touchSlide test
*/
/*通知公告*/
.amentBoxDiv{
	clear:both;
	height:0px;
	position:relative;
	}
.amentBoxDiv i{
	display:block;
	width:100%;
	height:30px;
	background:#000;
	opacity:0.5;
	position:absolute;
	top:-30px;
	z-index:998;
	}
.amentBox{
	clear:both;
	height:30px;
	padding:0 10px;
	position:relative;
	top:-30px;
	z-index:999;
	}
.amentBox span{
	display:block;
	width:80px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	line-height:30px;
	text-align:right;
	color:#84b35c;
	font-size:14px;
	background:url(../images/notice.png) no-repeat 10px center;
	}
.amentBox_slide{
	clear:both;
	height:30px;
	overflow:hidden;
	padding:0 30px 0 72px;
	}
.amentBox_slide .bd{
	height:30px;
	overflow:hidden;
	}
.amentBox_slide .bd dd{
	display:block;
	height:30px;
	clear:both;
	overflow:hidden;
	}
.amentBox_slide .bd dd a{
	display:block;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#e3e3e3;
	}
.amentBox_slide .bd dd a:hover{color:#85b45c;}
/*列表1*/
.indexList1{
	display:block;
	clear:both;
	overflow:hidden;
	padding:10px;
	}
.indexList1 dd{
	display:block;
	clear:both;
	height:75px;
	padding:10px 0;
	overflow:hidden;
	border-bottom:1px dotted #eeeeee;
	}
.indexList1 dd a{
	display:block;
	clear:both;
	height:75px;
	position:relative;
	}
.indexList1 dd a p{
	display:block;
	width:100px;
	height:75px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.indexList1 dd a p span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:25px;
	background:#8ec65d;
	line-height:18px;
	color:#fff;
	text-align:center;
	}
.indexList1 dd a p span i{
	display:block;
	clear:both;
	line-height:1px;
	color:#66973b;
	font-style:normal;
	}
.indexList1 dd a p img{
	display:block;
	width:100px;
	height:75px;
	}
.indexList1R{
	height:75px;
	overflow:hidden;
	padding:0 0 0 110px;
	}
.indexList1R h3{
	clear:both;
	overflow:hidden;
	height:55px;
	font-weight:normal;
	}
.indexList1R h3 span{
	display:inline;
	float:left;
	line-height:24px;
	color:#666666;
	text-align:left;
	}
.indexList1R h3 em{
	display:inline;
	float:right;
	width:80px;
	line-height:24px;
	color:#b0b0b0;
	font-style:normal;
	text-align:right;
	}
.indexList1R div{
	clear:both;
	overflow:hidden;
	height:51px;
	color:#666666;
	line-height:17px;
	text-align:left;
	}
/***列表2****/
.indexList2{
	display:block;
	clear:both;
	overflow:hidden;
	padding:5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.indexList2 dd{
	display:inline;
	float:left;
	width:50%;
	}
.indexList2 dd a{
	display:block;
	position:relative;
	margin:5px 5px 5px 5px;
	}

.indexList2 dd a p{
	position: relative;
	}
.indexList2 dd a p:after{
	content:'';
	display:block;
	width:100%;
	padding-top:74.3%;
	}
.indexList2 dd a p img{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border:1px solid #dadada;
	width:100%;
	height:100%;
	}
.indexList2 dd a span{
	display:block;
	clear:both;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#666666;
	}
/***列表3****/
.indexList3{
	display:block;
	clear:both;
	overflow:hidden;
	padding:8px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.indexList3 dd{
	display:inline;
	float:left;
	width:50%;
	}
.indexList3 dd a{
	display:block;
	position:relative;
	margin:2px;
	}
.indexList3 dd a:after{
	content:'';
	display:block;
	width:100%;
	padding-top:66.667%;
	}
.indexList3 dd a p{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.indexList3 dd a p img{
	display:block;
	width:100%;
	height:100%;
	}
.indexList3 dd a span{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:15px;
	color:#fff;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-15px;
	z-index:9;
	}
.indexList3 dd a em{
	display:block;
	clear:both;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	position:absolute;
	left:0;
	left:0;
	}
/***列表4****/
.indexList4{
	display:block;
	clear:both;
	overflow:hidden;
	padding:5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.indexList4 dd{
	display:inline;
	float:left;
	width:33.33%;
	}
.indexList4 dd a{
	display:block;
	position:relative;
	margin:5px;
	border:1px solid #dddddd;
	}
.indexList4 dd a:after{
	content:'';
	display:block;
	width:100%;
	padding-top:45.1%;
	}
.indexList4 dd a p{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.indexList4 dd a p img{
	display:block;
	width:100%;
	height:100%;
	}

/***单片页一键分享**/
.articleBoxB{
	clear:both;
	overflow:hidden;
	text-align:center;
	width:100%;
	margin:20px 0;
	background:url(../images/art_bg.png) no-repeat top center;
	background-size:300px 1px;
	padding-top:10px;
	}
.articleBoxB a{
	display:inline-block;
	width:95px;
	height:35px;
	line-height:35px;
	margin:0 5px;
	color:#fff;
	padding-left: 25px;
	background:#187778;
	border-radius:35px;
	}
.articleBoxB .a1{
	height:35px;
	background:#bfbfbf url(../images/ico-6.png) no-repeat 20px center;
	background-size: auto 22px;
	}
.articleBoxB .a2{
	height:35px;
	background:#737373 url(../images/ico-7.png) no-repeat 20px center;
	background-size: auto 22px;
	}
/******大事记********/
.mbl_list{
	display:block;
	clear:both;
	margin:20px 0 0 30px;
	}
.mbl_list dd{
	display:block;
	clear:both;
	padding:0 50px 0 30px;
	position:relative;
	border-left:1px solid #cfcfcf;
	}
.mbl_icon{
	width:11px;
	height:11px;
	background:#fff;
	border-radius:15px;
	border:4px solid #8ec65d;
	position:absolute;
	top:0px;
	left:-10px;
	}
.mbl_R{
	clear:both;
	overflow:hidden;
	}
.mbl_R .spanT{
	display:block;
	clear:both;
	overflow:hidden;
	height:25px;
	line-height:25px;
	text-align:left;
	color:#444444;
	font-size:14px;
	}
.mbl_R .emT{
	display:block;
	clear:both;
	overflow:hidden;
	height:25px;
	line-height:25px;
	text-align:left;
	color:#999999;
	font-style:normal;
	}
.mbl_R .mbl_c{
	display:block;
	clear:both;
	overflow:hidden;
	line-height:25px;
	text-align:left;
	color:#999999;
	font-style:normal;
	}
/*******加盟*******/
.joinBox{
	clear:both;
	overflow:hidden;
	padding:10px;
	}
.join_t{
	clear:both;
	height:24px;
	line-height:24px;
	color:#444444;
	font-size:14px;
	text-align:left;
	}
.join_c{
	clear:both;
	overflow:hidden;
	color:#727272;
	text-align:left;
	line-height:20px;
	}
	
/********在线商城*********/
.mallBox{
	position:fixed;
	bottom:50px;
	left:0;
	width:100%;
	z-index:99999;
	display:none;
	overflow: hidden;
	}
.mallBox i{
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	display:block;
	width:100%;
	background:#000;
	opacity:0.7;
	}
.mallBox_list{
	display:block;
	overflow:hidden;
	overflow-y:auto;
	clear:both;
	padding:15px;
	text-align:center;
	}
.mallBox_list dd{
	display:inline;
	float:left;
	width:50%;
	}
.mallBox_list dd.ewm{
	display:block;
	clear:both;
	float:none;
	margin:0 auto;
	}
.mallBox_list dd a{
	display:block;
	position:relative;
	}
.mallBox_list dd a:after{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	}
.mallBox_list dd a p{
	display:block;
	padding:15px;
	position:absolute;
	top:0;
	left:0;
	}
.mallBox_list dd a p img{
	display:block;
	width:100%;
	height:100%;
	}