body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none} 
a:hover{color:#cd0200;text-decoration:underline} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
body{
	background: url(../images/body.png) no-repeat;
	background-size: contain;
	background-color: #f5f2ed;
}
#head{
	width: 99vw;
	height: 765px;
	position: relative;
}
#head img{
	width:278px;
	height:75px;
	position: absolute;
	top: 6%;
	right: 5%;
}
#lead{
	background: url(../images/dao.png) no-repeat;
	background-size: initial;
	width: 818px;
	height: 216px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 50px auto;
}
#lead p{
	color: #3f3233;
	font-size: 14px;
	line-height: 25px;
	width: 677px;
	position: relative;
	top: 12%;
	font-family: Microsoft YaHei;
}
#message_title{
	    width: 984px;
	    height: 40px;
	    background: url(../images/message_title.png) no-repeat;
	    background-size: initial;
	    margin: 80px auto 40px auto;
}
#foot{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 50px 0;
}
#foot p{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(63,50,51,1);
}
#foot p:nth-child(1){
	margin-bottom: 20px;
}