/*header*/
.top {
    width: 1160px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;

}
.top p {
    float: left;
    color: #00a99d;
    font-size: 16px;
    margin: 3px auto;
}
.top form {
    float: right;
    display: block;
    width: 279px;
    height: 30px;
    background: url(search.jpg) no-repeat;
    overflow: hidden;
    margin-top: 10px;
}
.top p a {
    color: #00a99d;
}
.top p a.login {
	color: rgb(0, 113, 188); font-weight: bold;
}
.top form .search-input {
	border: 0px currentColor; border-image: none; width: 243px; height: 25px; color: rgb(51, 51, 51); text-indent: 10px; margin-top: 2px; margin-left: 2px; float: left;
}
.top form .search-submit {
	background: none; border: 0px currentColor; border-image: none; width: 34px; height: 30px; text-indent: 99px; float: left; cursor: pointer;
}

.banner {
    background: url(banner.gif) no-repeat center top;
    height: 237px;
}
.navw {
	background: #2a80b9; color: rgb(255, 255, 255); width:100%; margin:0px; padding:0px; position:relative; z-index:100;
}

.navw ul {
	list-style:none;

}
.clearfix::after {
	height: 0px; clear: both; display: block; visibility: hidden; 
}
.nav {
	padding: 0px; height: 40px; line-height: 40px; z-index: 999; width:1120px;margin:0px auto; 
}

.nav a {
	color: #fff;height: 40px; line-height: 40px;
}
.nav a:hover{
	color:#fff;
}
.nav .nLi {
	float:left; display: inline; position: relative;
}
.nav .nLi h3 {
	float: right; height: 40px; line-height: 40px; margin:0px; padding:0px;overflow: hidden; font-size: 100%; font-weight: normal; 
}
.nav .nLi h3 a {
	width:110px;padding: 0px 0px; font-size: 16px; font-weight: normal; display: block;text-align:center; float:left;
}
.nav .sub {
	background: #1299dd;  left:0px;left: -40px \9; top: 40px; line-height: 36px; display: none; position: absolute; width: 200px;
}
.nav .sub li {
	-ms-zoom: 1;  text-align:left;
}
.nav .sub a {
	padding-right: 20px; padding-left: 20px; font-size: 16px; font-weight: normal; display: block;
}
.nav .sub a:hover {
	background: #2a80b9; color: rgb(255, 255, 255);
}
.nav .on h3 a {
	background: #1299dd; color: rgb(255, 255, 255);
}