* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/cbj.jpg);
	font-family: "微软雅黑,宋体";
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover{text-decoration: underline;}
area {
	border: 0px;
	outline: none;
}

.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.nav{
	width: 100%;
	height: 41px;
	background-image: url(../images/gywm_18.jpg);
	position: relative;
	z-index: 1;
}
.nav_box{
	width: 1000px;
	margin: 0 auto;
}
.nav_box li{
	width: 110px;
	height: 100%;
	float: left;
	text-align: center;
}
.nav_box li a{
	color: #fff;
	line-height: 41px;
	font-size: 14px;
}
.nav_box li a:hover{
	text-decoration: none;
}