@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

html{ overflow-y:scroll;}

ul,li{ list-style-type:none;}
img{ border:none;}
a{ text-decoration:none; color:#666666;}
a:hover{ color:#0398d9;}
p,ul,li,dl,dd{ font-size:12px;color:#666666;}
h1,h2,h3,h4,h5{ font-weight:normal;}
body{ font-family:"微软雅黑";}





.top {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.laung {
	float: right;
	width: 185px;
	margin-top: 15px;
}
.laung li {
	float: left;
	padding-left: 8px;
}



/**************************menu样式********************************/
.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat;
}
#menu1{
	height:41px;
	list-style-type: none;
}
#nav {
	width:1000px;
	display:block;
	position:relative;
	z-index:100;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#nav .mainlevel {
	width:123px;/*IE6 only*/
	list-style-type: none;
	background-image: url(../images/gx.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 41px;
}
#nav .mainlevel a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:41px;
	display:block;
	width:123px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
}
#nav .mainlevel a:hover {
	color:#fff;
	text-decoration:none;
	 background:url(../images/yd.jpg)  center center no-repeat;
	height: 41px;
}

#nav .mainlevel ul {display:none; position:absolute; top:41px;}
#nav .mainlevel li {
	width:123px;
	list-style-type: none;
	background-color: #dffac7;
	background-image: url(../images/gx.png);
	background-repeat: no-repeat;
	height:40px;
}
#nav .mainlevel a.on {color:#fff; text-decoration:none; background:url(../images/yd.jpg)  center center no-repeat; height:51px;}

#nav .mainlevel li a{
	background-color:#f0f0f0;
	font-size:12px;
	font-weight:400;
	height:40px;
	text-decoration: none;
	color: #666666;
}
#nav .mainlevel li a:hover{
	background-color:#f0f0f0;
	color:#0398d9;
	text-decoration:underline;
	background-image: none;
	height:40px;
}






.footer {
	background-color: #323232;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
}
.footer2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 30px;
}
.footer2 ul {
	padding-left: 230px;
	padding-bottom: 12px;
}

.footer2 li {
	float: left;
	padding-left: 8px;
	color: #b1b1b1;
}
.footer2 a {
	color: #b1b1b1;
}
.footer2 a:hover {
	color: #0398d9;
}
.footer2 p {
	text-align: center;
	line-height: 24px;
	color: #b1b1b1;
}
