html {
	font-family: "Microsoft YaHei"
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


#check {
	font-size: 38px;
	color: #333;
}

#check .line1 h4 {
	font-weight: normal;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

#check h3 {
	padding-left: 20px;
	border-left: 5px solid #ff8800;
	margin: 40px 0 20px;
}


#check .conteniar {
	width: 80%;
	padding: 35px 50px;
	margin: 20px auto;
	background-color: #fff;
	text-align: left;
	border: 1px solid #4585eb;
}

#check .header {
	height: 105px;
	background: url(../img/header.png) no-repeat 0 0;
	background-size: 100%;
	position: relative;
	margin: 0;
}

#check .header>.logo {
	width: 507px;
	height: 85px;
	position: absolute;
	top: 12px;
	left: 20px;
	margin: 0;
	background: url(../img/logo.png) no-repeat 0 0;
}
