* {
	padding: 0;
	margin: 0;
	font-family: "寰蒋闆呴粦";
}

a:hover {
	cursor: pointer;
}

.banner {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
/* 	background-size: 100%; */
	background-position: center;
	height: 350px;

}

.banner .header {
	background-color: rgba(0, 0, 0, 0.3) !important;
	background-color: #000;
	filter: Alpha(opacity = 30);
}

.header_content {
	width: 100%;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.header_content span {
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	float: left;
}

.header_right {
    float: right;
	align-items: center;
    width: 500px;
	padding-bottom: 20px;
    position: absolute;
    left: 50%;
    }
.header_right a {
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	margin: 5px;
}

.header_right a:hover {
	color: #fe0103;
}

.header_right label {
	color: #ffffff;
}

.header_right .search_text {
	width: 215px;
	height: 20px;
	padding: 5px 15px;
	border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	float: left;
	outline: none;
}

.header_right .btn {
	background-image: url(../images/frontzu1.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 5px;
	background-color: #0070c0;
	border: none;
	width: 40px;
	height: 30px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	float: left;
}

.header_right .btn:hover {
	background-image: url(../images/search_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-duration: 0.5s; /*  Safari 鍜� Chrome */
	-o-transition-duration: 0.5s;
}

.header_right form {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}
/*logo*/
.banner .logo {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 154px;
}

.banner .logo img {
	margin-top: 30px;
}
/*瀵艰埅*/
.nav {
	background-color: #007bde;
	margin-top: -10px;
	width: 100%;
}

.nav_content {
	width: 1200px;
/* 	width: 100%; */
	height: 55px;
	margin: 0 auto;

}

.nav_ul {
	position: relative;
    padding: 0;
    margin: 0 0 10px 2px;

}

.nav_content span {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.nav_content span:HOVER {
	color: #ffffff;
}
.nav_content ul li {
	list-style: none;
	float: left;
	width: 120px;
	margin:0 0.4%;
	flex:1
}
.nav_content li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	line-height: 53px;
	text-align: center;
	margin: 0 auto;
/* 	width: 100%; */
}

.nav_content li a:active{
	background-color: #f13a3f;
}

.nav_content li .blue {
	background-color: #0070C0;
}

.nav_content li a:hover {
	background-color: #005BAC;
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s; /* Firefox 4 */
	-webkit-transition-duration: 0.6s; /* Safari 鍜� Chrome */
	-o-transition-duration: 0.6s;
}
