.header .logo {
    background: url(../icons/logo1.png) no-repeat;
}
.header .nav a {
    color: #fff;
}
.header .nav a.select {
	border-top: 4px solid #fff;
}
.header .nav li:hover a {
	/*border-top: 4px solid #fff;*/
}
.header .nav span {
    background: #fff;
}
.content {
	margin-bottom: 75px;
}
.content .container {
	min-width: 1000px;
}
.content img {
	max-width: 100%;
}
.content .content_item1 {
	margin-top: 120px;
}
.content .content_item2 {
	margin-top: 140px;
}
.content_item2 h1 {
	line-height: 36px;
	font-size: 30px;
	color: #252525;
	margin: 60px 0 40px 0;
}
.content_item2 h1.first {
	margin: 0 0 40px 0;
}
.content .content_title h1 {
	line-height: 36px;
	font-size: 36px;
	color: #252525;
	letter-spacing: 2px;
}
.content .content_title span {
	display: block;
	width: 70px;
	height: 8px;
	border-radius: 20px;
	margin: 30px auto 70px auto;
	background: #0ECEFF;
}
#banner {
	background:url(../images/banner2.png) center center no-repeat;
}

@media only screen and (max-width: 1366px) {
#banner {
	background:url(../images/ahzhb.png) center center no-repeat;
}
}
@media only screen and (max-width: 750px) {
.content {
}
	
}