@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:#006ed9;}
p,ul,li,dl,dd{ font-size:12px;}
h1,h2,h3,h4,h5{ font-weight:normal;}
body{ font-family:"微软雅黑"; color:#666666;}




.top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.laung {
	height: 32px;
}
.laung li {
	float: left;
	line-height: 32px;
	padding-left: 8px;
}
.top2 {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

.head {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



/**************************menu样式********************************/
.menu { background-image:url(../images/menu_bg.jpg);}
#menu1{
	height:47px;
	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:142px;/*IE6 only*/
	list-style-type: none;
	background-image: url(../images/gx.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 47px;
}
#nav .mainlevel a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:48px;
	display:block;
	width:142px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	
}
#nav .mainlevel a:hover {
	color:#F4C02E;
	text-decoration:none;
	font-weight:bold;
	height: 47px;
}

#nav .mainlevel ul {display:none; position:absolute; top:47px;}
#nav .mainlevel li {
	width:142px;
	list-style-type: none;
	height:40px;
}
#nav .mainlevel a.on {color:#006ed9; text-decoration:none; background:url(../images/yd.jpg) no-repeat; height:48px; font-weight:bold;}

#nav .mainlevel li a{
	background-color:#f0f0f0;
	font-size:12px;
	font-weight:400;
	text-decoration: none;
	color: #666666;
	height:40px;
	line-height:40px;
}
#nav .mainlevel li a:hover{
	background-color:#F4C02E;
	color:#fff;
	text-decoration:none;
	background-image: none;
	height:40px;
	font-weight:normal;
}



.footer {background-color: #fff; border-top:1px solid #eaeaea;}
.footer2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:25px;
}
.foot1 {
	float: left;
	margin-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
	padding-right: 40px;
	padding-top: 10px;
	margin-top: 35px;
	height: 100px;
}
.foot1 h1 {
	font-size: 15px;
	color: #333;
	line-height: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
.foot1 p {
	line-height: 24px;
	font-size: 12px;
}
.foot1 a {
	color: #666;
}
.foot1 a:hover {
	color: #006ed9;
	text-decoration: underline;
	-webkit-transition: all 0.3s; transition: all 0.3s;
}
.foot2 {
	float: right;
	margin-top:30px;
	height: 115px;
	width: 125px;
	border: 1px solid #dcdcdc;
}
.foot2 p {
	text-align: center;
	color: #666666;
	padding-top: 8px;
}
.footer3 {
	background-color: #6d6d6d;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.footer3 p {
	font-size: 14px;
}
