@charset "UTF-8";
html {
	min-height: 100%;
}

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}

@media only screen and (min-width:320px) {
	html {
		font-size: 16px !important;
	}
}

@media only screen and (min-width:360px) {
	html {
		font-size: 20px !important;
	}
}

@media only screen and (min-width:412px) {
	html {
		font-size: 24px !important;
	}
}

@media only screen and (min-width:768px) {
	html {
		font-size: 28px !important;
	}
}

@media only screen and (min-width:1024px) {
	html {
		font-size: 32px !important;
	}
}

body {
	background-color: #F7F7F7;
	color: #555;
	font: 12px/1.5 'Microsoft YaHei','微软雅黑',Tahoma,Arial,sans-serif;
}

a {
	display: block;
	outline: 0;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img {
	width: 100%;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

em, i {
	font-style: normal;
}

ul, li {
	list-style-type: none;
}

strong {
	font-weight: normal;
}

.clearfix {
	clear: both;
	zoom: 1;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}

	a:active {
		text-decoration: none;
	}

.clear {
	clear: both;
}

.white-box {
	padding: 8px;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

	.white-box li {
		line-height: 27px;
		border-bottom: 1px dashed #ccc;
	}

	.white-box.red {
		color: #fff;
		border-color: #00fd06;
		background: #167c18;
	}

		.white-box.red a {
			color: #fff;
		}

.main-nav {
	background: #921818;
	background-image: linear-gradient(to top,#921818,#e42121);
	color: #fff;
	text-align: center;
}

	.main-nav ul li {
		float: left;
		width: 20%;
	}

		.main-nav ul li a {
			display: block;
			height: 32px;
			line-height: 32px;
		}