@charset "utf-8";
/* CSS Document */
.box{
	width:100%;
	height:100%;
	background:#FFF;
	overflow:hidden;
	}
.box1{
	width:1200px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	}
	/*轮播图部分*/
.banner{
	float:left;overflow:hidden;
	}
	/*导航部分*/
.nav{
	float:left;
	overflow:hidden;
	width:100%;
	height:110px;
	background:url(../images/dhbj.png) no-repeat left;
	}
.nav ul{
	overflow:hidden;
	width:832px;
	height:110px;
	margin:0 auto;
	}
.nav ul li{
	float:left;
	}
.nav ul li a{
	display:block;
	width:208px;
	font-size:2rem;
	color:#000;
	font-weight:bolder;
	line-height:100px;
	text-align:center;
	}
.nav ul li a:hover{
	color:#d2803c;
	}










































