@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	}
p {
	font-family:"Microsoft YaHei", "微软雅黑","arial", "宋体";
}
a {
	font-family:"Microsoft YaHei", "微软雅黑","arial", "宋体";
	text-decoration: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}

.clear {
	clear: both;
}
/*头部*/
.head-full{
	width:1310px;
	height:85px;
	margin:0 auto;
	}

.head-l,.head-c{
	float:left;
	}
.head-r{
	float:right;
	}
.head-l img{
	margin-top:25px;
	}
.head-c{
	margin-left:100px;
	}
.head-c ul li{
	float:left;
	margin-left:25px;
	margin-right:30px;
	margin-top:30px;
	}
.head-c ul li a{
	color:#000;
	}
.head-c ul li a:hover{
	color:#008742;
	}

.head-r a{
	display:block;
	float:left;
	margin-right:10px;
	margin-top:28px;
	padding:5px 12px;
	
	
	color:#000;
	font-size:14px;
	border:1px solid #ccc;
	}
.head-r a:hover{
	color:#fff;
	background-color:#008742;
	border:1px solid #008742;	
	}
.aclass{	
	color:#fff !important;
	background-color:#008742;
	border:1px solid #008742 !important;
	}
/*底部*/
.foot-full{
	width:100%;
	min-width:1310px;
	height:300px;
	margin:0 auto;
	background:url(../images/index/12.jpg) center no-repeat;
	
	}
.foot{
	width:1310px;
	margin:0 auto;
	}
.foot-t{
	margin:0 auto;
	}
.foot-t p img{
	float:left;
	margin-top:120px;
	} 
.foot-t ul{
	float:left;
	margin-left:150px;
	}
.foot-t ul li{	
	float:left;
	margin-left:40px;
	margin-right:50px;	
	margin-top:120px;
	}
.foot-t ul li a{
	color:#fff;
	}
.foot-t ul li a:hover{
	color:#008742;
	}
.foot-d{
	clear:both;
	}	
.foot-d p{	
	font-size:14px;
	color:#fff;
	line-height:26px;
	text-align:center;
	padding-top:20px;
	}
.foot-d a{
    color:#fff;
    }
/*回顶部*/
#goTopBtn {
	position: fixed;
	line-height: 48px;
	width: 48px;
	bottom: 48px;
	height: 48px;
	cursor: pointer;
	display: none;
	background: url(../images/index/arrow.png) no-repeat;
}
