header{
	width: 100%;
	height: 569px;
	background: url(../img/banner.jpg) no-repeat center 0;
	background-size: cover;
}
section .title{
	text-align: center;
	height: 94px;
	padding-top: 30px;
	padding-bottom: 30px;
}
section dl{
	width: 377px;
	height: 301px;
	background: #c82d0f;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f39800;
	border-radius: 15px;

}
section dl dt{
	width: 340px;
	height: 191px;	
	margin: 17px auto;
}
section dl dt img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
section dl dd{
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 15px;
	color: #4c0004;
	padding-left: 20px;
	padding-bottom: 15px;
}
section dl dd p{
	color: #ffd98d;
	
}
section dl:nth-of-type(3n+0){
	margin-right: 0px;
}
section .djd{
	height: auto;
}
section .ssp{
	height: auto;
}
section .djd dl{
	background: #a40000;
}
section .sxd{
	height: auto;
}
section .sxd .text{
	width: 376px;
	height: 150px;
	background: #a40000;
	border: 1px solid #f39800;
	float: left;
	border-radius: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
section .sxd .text:nth-of-type(3n+0){
	margin-right: 0;
}
section .sxd .text p{
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 18px;
	color: #ffd98d;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
}
section .sxd .text p a{
	color: #ffd98d;
}
section .sxd .text span{
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 15px;
	line-height: 20px;
	color: #cc5f29;
	display: block;
}
footer{
	width: 100%;
	height:463px;
	background: url(../img/pc-footer.png) no-repeat center 0;
	background-size: cover;
	
}
