@charset "utf-8";
.content{ width:1200px; margin:0 auto}
.box{ padding:80px 0;}


.footer{ width:100%; height:90px; background:#06559e;}
.footer p{ font-size:14px; color:#fff; line-height:90px;}
.footer p span{ float:right}
.clear {
	clear: both
}
.bk {
	display: block;
	margin: 0 auto
}
/*a:hover{ color:#f44336}*/
/*以下是重置样式代码*/
html {
	color: #000;
	background: #FFF;
	font-family: "SimSun";/*SimSun*//*SimHei*/
}
html {
	width: 100%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit
}

ul,li,ol,dl,dt,dd{list-style:none}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%; /*to enable resizing for IE*/
}
input::-webkit-input-placeholder {
color: #ffffff;
}
textarea:-moz-placeholder {
color: #b2b2b2;
}
img {
	border: 0 none;
}
input {
	border: none;	
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*长度宽度*/
.pagelist {
	text-align: center;
	margin: 20px 0 40px;
	clear: both;
	padding-top: 30px;
}
.pagelist span, .pagelist strong, .pagelist a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 16px 18px;
	margin-right: 10px;
	line-height: 16px;
	text-decoration: none;
	color: #666;
}
.pagelist strong {
	background: #0660ae;
	color: #fff;
}
