﻿@charset "utf-8";
html{ overflow-y:scroll;}
* {
	margin: 0px;
	padding: 0px;
}

ul,li{ list-style-type:none;}
img{ border:none;}
a{ text-decoration:none; color:#666666;}
a:hover{ color:#008cce;}
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/top_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008cce;
	padding-top: 8px;
	padding-bottom: 5px;
}
.top2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	width: 253px;
}
.top_right {
	float: right;
	width: 800px;
}
.subright {
	margin-top: 20px;
	width: 346px;
	float: right;
}
.laung {
	width: 130px;
	float: left;
}

.laung li {
	float: left;
	padding-right: 8px;
	line-height: 24px;
}
.search-box{
	width:192px;
	background:url(../images/ser_bg.jpg) left top no-repeat;
	float:left;
}
.search-box input.box{
	width:157px;
	height:22px;
	float:left;
	line-height:22px;
	color:#999;
	margin-top:1px;
	display:inline;
	background:none;
	font-size: 12px;
	font-family:"微软雅黑";
	padding-left: 6px;
}
.search-box input.btn{ float:left;}



/**************************menu样式********************************/

.menu2 {
	margin-left: 8px;
	margin-top: 6px;

}

#menu1{
	height:42px;
	list-style-type: none;
}
#nav {
	display:block;
	position:relative;
	z-index:100;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#nav .mainlevel {
	float:left;
	/*IE6 only*/
}
#nav .mainlevel a {
	color:#333333;
	text-decoration:none;
	line-height:42px;
	display:block;
	width:130px;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	
}
#nav .mainlevel a:hover {
	color:#1d93dd;
	text-decoration:none;
	height: 42px;
	background-image: url(../images/yd.jpg);
	background-repeat: no-repeat;
	height:42px;
}


#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {

}


#nav .mainlevel li a{
	background-color:#6baece;
	font-size:14px;
	font-weight:400;
	text-decoration: none;
	color: #fff;
	height:42px;
	line-height:42px;
	width:160px;
	text-align:center;
	
}
#nav .mainlevel li a:hover{
	background-color:#008cce;
	color:#fff;
	text-decoration:none;
	background-image: none;
	height:42px;
	line-height:42px;
}


.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #bfbfbf;
}
.footer2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	padding-bottom: 35px;
}
.foot1 {
	float: left;
	margin-right: 120px;
}
.foot1 h1 {
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 15px;
	font-weight: normal;
}
.foot1 p {
	line-height: 26px;
	font-size: 14px;
}
.foot1 a {
	color: #555555;
}
.foot1 a:hover {
	color: #008dcf;
	text-decoration: underline;
}
.foot2 {
	float: right;
}
.foot2 p {
	text-align: center;
	color: #666666;
}
.footer3 {
	background-color: #858585;
}
.footer3 p {
	color: #fafafa;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
