.top {
	width: 100%;
	height: 65px;
	min-width:1530px;
	background-color:#FFF;
	margin-bottom: 10px;
}
.topBox{
	height: 65px;
	width:1530px;
	margin:0 auto;
}

.logo {
	margin: 10px 60px;
	float: left;
	display: block;
	text-align:inherit;
}

.logo img {
	width: 115px;
 
}
 
.topBox .nav {
 	height: 65px;
	float: left;
	}
.topBox .nav a {
 	color:#000;
	display:inline-block;
	line-height: 65px;
	float: left;
	text-align: center;
	font-size: 26px;
	margin: 0 40px;
	 
}

.topBox .nav a:hover {
 	  border-bottom:4px #F00 solid;
	  color:#f00;
	  text-decoration:none;
}

.nav_function{
 	height: 65px;
	float: left;
	}
 
.nav_function a{
	line-height: 50px;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 10px 10px;	 
	}
.nav_function ul {
	height: 65px;
 
	}	
.nav_function ul li{
	display:inline-block;
	line-height: 65px;
	background:right url(../image/line.jpg) no-repeat;
	}
.nav_function ul li a{
	margin: 10px 10px;	 
	}

#no_border{
	background:right;
	}
	
.search {

	width: 340px;
	height: 44px;
	margin: 10px 0;
	float: left;
}

.search_text {
	width: 270px;
	border: 3px solid #ea4848;
	background: #fff;
	color: #999;
	padding: 0 10px;
	float: left;
	outline: none;
	line-height: 38px;
}
.search_submit {
	width: 44px;
	height: 44px;
	background: url(../image/search_ipunt.jpg);
	float: left;
	outline: none;
	cursor: pointer;
}