@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

ul,li{ list-style-type:none;}
img{ border:none;}
a{ text-decoration:none; color:#666666;}
a:hover{ color:#0096e7;}
p,ul,li,dl,dd{ font-size:12px;}
h1,h2,h3,h4,h5{ font-weight:normal;}
body{ font-family:"微软雅黑"; color:#666666;}



.top {
	height: 32px;
	background-color: #f5f5f5;
}
.top2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.top2 li {
	float: left;
	line-height: 32px;
	padding-right: 8px;
}

.menu {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	width: 440px;
	float: left;
}


/**************************menu样式********************************/

.menu2 {
	float: right;
}

#menu1{
	height:100px;
	list-style-type: none;
}
#nav {
	width:720px;
	display:block;
	position:relative;
	z-index:100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#nav .mainlevel {
	float:left;
	width:120px;/*IE6 only*/
	margin-top: 30px;
	
}
#nav .mainlevel a {
	color:#434343;
	text-decoration:none;
	display:block;
	width:120px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	line-height: 50px;
	
}
#nav .mainlevel a:hover {
	text-decoration:none;
	height: 50px;
	background-image: url(../images/yd.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: bottom;
}
#nav .mainlevel a.on {color:#fff; text-decoration:none; background:url(../images/yd.jpg)  center center no-repeat; height:50px;}



#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {


}


#nav .mainlevel li a{
	background-color:#f0f0f0;
	font-size:12px;
	font-weight:400;
	text-decoration: none;
	color: #666666;
	height:45px;
	line-height:45px;
	width:120px;
	
}
#nav .mainlevel li a:hover{
	background-color:#0096e7;
	color:#fff;
	text-decoration:none;
	background-image: none;
	height:45px;
	line-height:45px;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #555;
	margin-top: 40px;
}
.footer2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 30px;
	text-align: center;
	color: #CCCCCC;
	line-height: 24px;
}
