@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #EAE5DB;
	font: normal 12px/22px "microsoft yahei";
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #f90;
}

input {
	border: none;
	background: none;
	outline: none;
}

.clear {
	clear: both;
}

.nav {
	width: 100%;
	background: #01589a;
}

/*  */

.nav .ul1 {
	width: 1000px;
	float: left;
}

.nav .ul1 .li1 {
	float: left;
	padding: 0 9px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
}

.nav .ul1 .li1 .li1_a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/*  */

.nav .ul2 {
	z-index: 999;
	display: none;
	width: 200px;
	background: #cacaca;
	border-top: 2px solid #ea0d04;
	position: absolute;
	left: 0;
	top: 45px;
}

.nav .ul2 .li2 {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	position: relative;
}

.nav .ul2 .li2 .li2_a {
	font-size: 14px;
	color: #333;
}

/*  */
.nav .ul3 {
	z-index: 999;
	display: none;
	width: 198px;
	background: #cacaca;
	border-left: 2px solid #ea0d04;
	position: absolute;
	left: 200px;
	top: -2px;
}

.nav .ul3 .li3 {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	position: relative;
}

.nav .ul3 .li3 .li3_a {
	font-size: 14px;
	color: #333;
}

/*  */
.nav .ul4 {
	z-index: 999;
	display: none;
	width: 198px;
	background: #cacaca;
	border-left: 2px solid #ea0d04;
	position: absolute;
	left: 198px;
	top: 0;
}

.nav .ul4 .li4 {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: left;
}

.nav .ul4 .li4 .li4_a {
	font-size: 14px;
	color: #333;
}


/* search */
.nav .search {
	width: 200px;
	height: 35px;
	float: right;
	overflow: hidden;
	margin-top: 5px;
}

.nav .search .inp {
	width: 150px;
	height: 35px;
	padding-left: 10px;
	background: #fff;
	float: left;
}

.nav .search .sub {
	width: 40px;
	height: 35px;
	background: #cacaca;
	cursor: pointer;
	float: right;
}
