body {
	font-family: Arial, "苹方", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}

html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

em i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #7a7a7a;
	text-decoration: none;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}

input,
textarea {
	font-family: Microsoft Yahei, Arial, sans-serif;
	vertical-align: top;
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.option {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.option a {
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #004EA2;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 20px;
	padding: 0 12px;
}

.option a.active {
	color: #FFFFFF;
	background: #004EA2;
	border: none;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.setMap {
	color: #000000;
	height: 62px;
	line-height: 62px;
}