@charset 'UTF-8';
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd{padding: 0px;margin: 0px;}
body{font-family: 'Microsoft Yahei';}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input{border:none;}
li{	list-style: none;}
img{border: none;}
.clearfix:after { clear: both; display: block; visibility: hidden; height: 0; content: "."; }
/*顶部开始*/
#top{
	width:100%;
	height: 115px;
	background: #fe3b06;
	margin: 0px auto;
}
#top .box{
	width:1000px;
	height: 115px;
	margin: 0px auto;
}
#top .box .logo{
	float: left;
}
#top .box .nav{
	float: right;
	display: block;
	width: 400px;
	height: 30px;
}
#top .box .nav li{
	padding-top: 66px;
	float: left;
	padding-right: 20px;
}
#top .box .nav li a{
	display:block;
	width: 77px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	font-weight: 700;
}
#top .box .nav li a:hover{
	background:#d52907;
	text-decoration: none;
}
#top .box .nav li a.click{
	background: #ab140b;
}
/*顶部结束*/

#foot_end{
	width: 100%;
	height: 122px;
	background: white;
	color: #666666;
	font-size: 13px;
	border-top: 1px #c1c1c1 solid;
}
#foot_end .foot_top{
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
#foot_end .foot_top a{
	color: #666666;
}
#foot_end .foot_bot{
	width: 100%;
	text-align: center;
	padding-top:5px;
	line-height: 25px;
}
#foot_end .foot_bot a{
	color: #666666;
}