.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-top: 81px;
	margin-bottom: 107px;
}
.content .container {
	min-width: 1000px;
}
.content img {
	max-width: 100%;
}
.content .content_title h1 {
	line-height: 36px;
	margin-top: 40px;
	font-size: 36px;
	color: #252525;
	letter-spacing: 2px;
}
.content .content_title span {
	display: block;
	width: 70px;
	height: 8px;
	border-radius: 20px;
	margin: 20px auto 40px auto;
	background: #0ECEFF;
}
.content .content_item1 {
	max-width: 1212px;
	height: 562px;
	background: url(../images/contact_1.png) center center no-repeat;
	background-size: contain;
}
.zform {
	text-align: center;
}
.zform input {
	width: 420px;
	height: 40px;
	padding: 13px 21px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.zform input[type="button"] {
	width: 122px;
	height: 55px;
	background: url(../icons/submit.png) center center no-repeat;
	outline: none;
	border: none;
}
.zform input[disabled] {
	background: url(../icons/submit.png) center center no-repeat;
}
#banner {
	background:url(../images/banner3.png) center center no-repeat;
}

@media only screen and (max-width: 1366px) {
	#banner {
	background:url(../images/alxwm.png) center center no-repeat;
}
}
@media only screen and (max-width: 750px) {
.content {
}
	
}