@charset "utf-8";
/********************导航栏样式****************************/

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
	text-decoration:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	display:inline-table
}
*html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
*+html .clearfix {
	min-height:1%
}
/* nav_menu */
.nav_menu {
	height:42px;
	background:#ffffff;
}
.nav {
	width:720px;
	height:40px;
	position:relative;
	margin:0 auto;
}
.nav .list li {
	float: right;
	margin-left: 35px;
}
.nav .list a {
	float:left;
	display:block;
	width: auto;
	height:40px;
	text-align:center;
	font:bold 15px "微软雅黑";
	color:#333333;
	
}
.nav .list .a1{
	padding-left:0px;
	}
.nav .list a:hover {
	color:#0060a7;
}
.nav .list a:hover, .nav .list .now {
	color:#0060a7;
	background:#fff;
}
.nav .box {
	position:absolute;
	left:0px;
	top:50px;
	width:720px;
	background:#F5F5F5;
	overflow:hidden;
	height:0;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:999;
}
.nav .cont {
	position:relative;
	height: 210px;
	padding:25px 0 0px 24px;
}
