/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-size: 100%;
	background-color: #d53131;
}
/*页面css*/
.topimg {
	width: 70%;
	overflow: hidden;
	margin: 5% 0 3% 15%;
}
.txtsize {
	font-family: 微软雅黑;
	color: #feeabe;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 4%;
}
.imgtxt {
	width: 94%;
	overflow: hidden;
	margin: 2% 0 5% 3%;
}
.imgtxt dd {
	font-family: 微软雅黑;
	color: #feeabe;
	font-size: 12px;
	font-weight: 80;
	padding-top: 3%;
}
