* {
	padding: 0;
	margin: 0;
}
body, button, input, select, textarea {
	font-family: PingFangSC-Light, 'microsoft yahei', 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', simsun, sans-serif;
}
html,body{
	width: 100%;
	height: 100%;
    position: relative;
	font-size: 14px;
}
button, input[type=button], input[type=submit], input[type=reset], label {
	-webkit-user-select: none;
	outline: none;
}
input{
	outline: none;
}
a {
	display: block;
}
a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}
a.underline:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
button, input, select {
	box-sizing: content-box;
	outline: none;
}
button {
	border: 0;
	cursor: pointer
}
b, em, i {
	font-style: normal;
	font-weight: 400;
}
img{
	width: 100%;
	display: block;
	border: none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.visihidden{
	visibility: hidden;
}
#editor img{
	width: auto;
}
input[readonly="readonly"]{
	background-color: #f5f5f5;
}

.top{
	width: 100%;
	height: 106px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.nav{
	width: 100%;
	height: 50px;
	background-color: #1769B0;
}
.nav-main{
	width: 1020px;
	margin: 0 auto;
}
.nav-main a{
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding: 0 23.2px;
	position: relative;
}
.nav-main a::after{
	content: "";
	width: 0px;
	height: 30px;
	border-left: 1px solid #085195;
	border-right: 1px solid #348AD5;
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
}
.nav-main a:nth-of-type(1){
	padding-left: 0;
}
.nav-main a:nth-last-of-type(1){
	padding-right: 0;
}
.nav-main a:nth-last-of-type(1)::after{
	display: none;
}
.nav-main a:hover{
	color: #FDF8CD;
}
.footer{
	width: 100%;
	background-color: #E2E1E1;
	margin-top: 5px;
	padding: 20px 0;
}
.footer-main{
	width: 1020px;
	min-height: 80px;
	margin: 0 auto;
	font-size: 12px;
	color: #000;
	line-height: 22px;
}
.footer-left{
	width: 500px;
	float: left;
}
.footer-right{
	width: 500px;
	float: right;
	text-align: right;
}

.pages{
	margin-top: 30px;
}
.pages a,.pages .current{
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	color: #fff;
	line-height: 26px;
	padding: 0 10px;
	background-color: #1769B0;
	border-radius: 4px;
}
.pages .current{
	background-color: #ccc;
	cursor: default;
}