/*css reset*/
/*清除内外边距*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
/*结构元素*/
ul,
ol,
li,
dl,
dt,
dd,
/*列表元素*/
form,
fieldset,
legend,
input,
button,
select,
textarea,
/*表单元素*/
th,
td,
/*表格元素*/
pre {
	padding: 0;
	margin: 0;
}

body,
button,
input,
select,
textarea {
	/*font: 12px/1 微软雅黑, Tahoma, Helvetica, Arial, 宋体, sans-serif;*/
	color: #333;
	font: 12px/1 "Microsoft YaHei", Tahoma, Helvetica, Arial, SimSun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
	vertical-align: top;
}

img {
	display: block;
}

.container {
	width: 80%;
	margin: 0 auto;

}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

h1.underline-title {
	margin-bottom: 52px;
	color: #2b2b2b;
	line-height: 50px;
	font-size: 30px;
}

h1.underline-title span {
	border-bottom: 3px solid #9b0f2c;
}


