@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,input,button,i,em,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;}
body{font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;font-size:16px;color: #666;}
input,button,select,textarea{outline:none;list-style:none;}
textarea{resize:none;}
table{border:0;margin:0;border-collapse:collapse;}
table th,table td,div,p,dd,dt,li{word-break:break-all;word-wrap:break-word;white-space:normal;}
a{text-decoration:none; font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;color: #666;}
img{ border: 0; vertical-align: middle;  }
.clearfix:before,.clearfix:after { content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;/*兼容ie*/}
/*---------------------------------公共------------------------------*/
.pub_width {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*---------------------------------头部------------------------------*/
/*@font-face{
	font-family:'Open Sans Light';
	src:url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
	    url('OpenSans-Light-webfont.woff') format('woff'),
	    url('OpenSans-Light-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}
*/
.footer {
	width: 100%;
	min-width: 1100px;
	background-color: #f9f9f9;
	padding: 0 5%;
	height: 95px;
	line-height: 92px;
	box-sizing: border-box;
	font-size: 12px;
}
.footer span {
	margin-right: 20px;
}
.footer2 {
	border-top: 1px solid #9c9c9c;
	height: 42px;
	line-height: 42px;
}
.page {
	width: 859px;
	margin: 50px auto;
	text-align: center;
}
.page a {
	
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #ee774a;
	padding:0 10px;
	border: 1px solid #ee774a;
}

.page span{
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #fff;
	padding:0 10px;
	border: 1px solid #ee774a;
	background-color: #ee774a;
	}

.page a.fan {
	width: 90px;
	margin: 0 30px;
}
.page a:hover {
	background-color: #ee774a;
	color: #fff;
}
.page a.curr {
	background-color: #ee774a;
	color: #fff;
}








