@charset "utf-8";
* {
	font-family: "Microsoft YaHei", SimHei, Tahoma;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 24px;
	text-decoration: none;

}
UL {
	list-style-type: none;
}
div{
	box-sizing:border-box;
	}
body {
	background-color: #141414;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
}
html{
	height:100%;
	}
input{
	outline:none;
	}.mian_line {
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 748px;
	margin-top: auto;
	margin-bottom: auto;
	height: 1px;
}
.main_top {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
.mian_logo {
	margin-top: 15px;
	margin-bottom: 15px;
}
.wh_icon{
	text-align: center;
	width: 100%;
	margin-top: 47px;
	margin-bottom: 20px;
}
.wh_p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #a7945e;
}
.wh_time {
	background-image: url(../images/wh_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 231px;
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wh_time h2 {
	font-size: 28px;
	font-weight: bold;
	color: #838383;
	padding-top: 70px;
	padding-bottom: 16px;
}
.wh_time p {
	color: #838383;
	font-size: 24px;
}
.wh_time p span {
	font-size: 24px;
	margin-right: 10px;
	margin-left: 10px;
	color: #f4db94;
}
.main_contact p {
	color: #868686;
}
.main_contact p a {
	color: #f4db94;
	text-decoration: underline;
}
.main_contact {
	text-align: center;
}

.main_contact p span {
	color: #f4db94;
}
