@charset "utf-8";

/*

*	****************************************

*	*           public style               

*	****************************************

*/

body {
    font-size: 14px;
    font-family: '微软雅黑';
    background: #f0f0f0;
    overflow-x: hidden;
}


/*clearifx*/

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}


/*use frequently*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bgn {
    background: none !important;
}

.bdn {
    border: none !important;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fe {
    font-family: Arial;
}

.marr0 {
    margin-right: 0 !important;
}

.l0 {
    left: 0;
}

.r0 {
    right: 0;
}

.oh{
	overflow: hidden;
}

.t03{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
/*pagelist*/

/*pagelist*/

#pagelist {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    display: block;
    font-family: '微软雅黑';
    float: left;
}

.pagination {
    overflow: hidden;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    display: block;
    float: right;
    font-family: '微软雅黑';
}

.pagination a {
    border: #d9d9d5 1px solid;
    color: #fff;
    padding: 3px 4px;
    margin-left: 8px;
    background: #00863f;
}

.pagination a:hover {
    color: #fff;
    background: #0ac662;
}

.pagination span.current {
    border: #d9d9d5 1px solid;
    color: #4e4e4e;
    padding: 3px 4px;
    margin-left: 8px;
    background: #e5e3e5;
}

.pagination span.disabled {
    color: #4e4e4e;
    background: #e5e3e5;
}


/*pageSwitch*/

#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    width: 45%;color: #888;
    display: block;
}

#pageSwitch a:hover {
    text-decoration: underline;
}

#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 14px;
    line-height: 22px;
}

#pageSwitch .pre {
    margin-bottom: 5px;
}


/*public layout*/
.w1500{
	width: 1500px;
	margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;}

/*public head*/
#head{
	margin: 0 auto;
}
#head .logo{
	float: left;
	display: block;
}
#head .logo img{
	display: block;
	width: 100%;
}
#head ul{
	float: right;
}
#head ul li{
	float: left;
}
#head ul li a{
	display: block;
	color: #333;
	position: relative;
}
#head ul li a .line{
	width: 0px;
	height: 2px;
	background: #006d33;
}
#head ul li a:hover,
#head ul li a.active{
	color: #006d34;
}
#head ul li a.active .line{
	width: 18px;
}
#head ul li a:hover .line{
	width: 100%;
}
@media screen and (min-width:1600px){
	#head{
		width: 1500px;
		height: 100px;
	}
	#head .logo{
		float: left;
		display: block;
		width: 305px;
		height: 36px;
		margin-top: 32px;
	}
	#head ul{
		margin-top: 40px;
	}
	#head ul li{
		margin-left: 50px;
	}
	#head ul li a{
		line-height: 16px;
		font-size: 16px;
	}
	#head ul li a .line{
		margin-top: 12px;
	}
}
@media screen and (max-width:1600px){
	#head{
		width: 1200px;
		height: 80px;
	}
	#head .logo{
		float: left;
		display: block;
		width: 250px;
		height: 30px;
		margin-top: 25px;
	}
	#head ul{
		margin-top: 30px;
	}
	#head ul li{
		margin-left: 40px;
	}
	#head ul li a{
		line-height: 14px;
		font-size: 14px;
	}
	#head ul li a .line{
		margin-top: 10px;
	}
}

/*public footer*/

#footer{
	padding-top: 60px;
	background: #004b23;
}
#footer .top{
	width: 1500px;
	margin: 0 auto;
}
#footer .nav{
	float: left;
}
#footer .nav dl{
	float: left;
	width: 165px;
}
#footer .nav dt{
	margin-bottom: 30px;	
}
#footer .nav dt a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
#footer .nav dd{
	margin-bottom: 10px;
}
#footer .nav dd a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
}
#footer .nav dl a:hover{
	text-decoration: underline;
}
#footer .add{
	float: left;
	width: 330px;
	padding-left: 40px;
	margin-left: 30px;
	height: 150px;
	background: url('../images/addline.png') left center no-repeat;
}
#footer .add h1{
	font-size: 18px;
	line-height: 18px;
	color: #ccc;
	margin-bottom: 10px;
}
#footer .add h2{
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
	margin-bottom: 20px;
}
#footer .add p{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-bottom: 10px;
}
#footer .qrcode{
	margin-left: 30px;
	float: right;
	width: 120px;
	display: block;
}
#footer .qrcode img{
	display: block;
	width: 120px;
	height: 120px;

}
#footer .qrcode p{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
}
@media screen and (max-width:1600px){
	#footer .top{
		width: 1200px;
	}
	#footer .nav dl{
		width: 130px;
	}
	#footer .add{
		width: 280px;
	}
}
#footer .copyright{
	width: 1500px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
	font-size: 14px;
	margin-top: 50px;
}
#footer .copyright span{
	display: block;
	color: #ccc;
}
#footer .copyright a{
	color: #ccc;
}
#footer .copyright a:hover{
	text-decoration: underline;
}
@media screen and (max-width:1600px){
	#footer .copyright{
		width: 1200px;
	}
}