@charset "utf-8";
/* CSS Document */
body{
	width:auto;
	margin: 0 auto;
	text-align: center;
	background-color: #709af5;
}
/*导航*/
.daohanbj{
	width: auto;
	background-color: #940c0e;
}
.daohan {
	width:1200px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
}
.daohan ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #940c0e;
}

li {
    float: left;
	margin-top: -7px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	
}

li a:hover {
    background-color: #eaae19;
}
/*banner*/
.banner img{
	width:1200px;
	height: auto; 
	margin: 0 auto; 
	text-align: center;
}
/*第一层*/
.diyi p img{
	margin-top: 50px;
}
/*第二层*/
.dier p img{
	margin-top: 50px;
}
/*第三层*/
.disan {
	margin-top: 50px;
}
/*第四层*/
.disi p img{
	margin-top: 50px;
}
/*底部*/
.dibu{
	width:auto;
	height: 120px;
	background-color: #940c0e;
	margin-top: 100px;
}
.dibu dl dd{
	line-height: 35px;
	font-family:"微软雅黑";
	font-size: 14px;
	letter-spacing:1px;
	color:#ef9207;
}
.dibu dl dd a{
	text-decoration:none;
	color:#ef9207;
	
}

.dibu dl dd a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

