/*banner部分样式*//*导航栏对应页面a标签高亮显示*/
.nav-icon6{
	display: inline-block!important;
}
.banner{
	width: 100%;
	min-width: 1200px;
	height: 597px;
	/*background: url(../img/contact/banner_bg.jpg) center center no-repeat;*/
	background-size: cover;
}
.banner-box{
	text-align: center;
	padding-top: 121px;
	margin: 0 auto;
	color: #fff;
}
.banner-title{
	font-size: 58px;
	letter-spacing: 4px;
	font-weight: bold;
	margin-bottom: 49px;
}
.know-more{
	display: block;
	width: 168px;
	height: 43px;
	line-height: 43px;
	font-size: 17px;
	color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
}
/*content部分样式*/
.content{
	width: 100%;
	min-width: 1200px;
	height: 972px;
	background: #fff;
}
.content-box{
	width: 1224px;
	height: 906px;
	position: relative;
	top: -120px;
	margin: 0 auto;
	padding-top: 108px;
	text-align: center;
	background: url(../img/contact/form_bg.png) center center no-repeat;
}
.contact-etitle{
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}
.contact-ctitle{
	font-size: 28px;
	margin-bottom: 22px;
}
.mid-redline{
	width: 30px;
	height: 2px;
	background: #f95d6a;
	margin: 0 auto;
	margin-bottom: 78px;
}
.post-message-form{
	width: 740px;
	height: 351px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.post-message-form div{
	font-size: 15px;
	color: #333;
	width: 330px;
	margin: 0 20px 20px 20px;
	line-height: 29px;
}
.post-message-form input{
	width: 330px;
	height: 37px;
	border: 1px solid #ccc;
	display: block;
	color: #666;
	line-height: 37px;
	text-indent: 10px;
}
.post-message-form textarea{
	color: #666;
	width: 680px;
	height: 90px;
	display: block;
	overflow: auto;
	padding: 10px;
	resize: none;
	border: 1px solid #ccc;
}
.post-message-form button{
	width: 171px;
	height: 42px;
	background: #333;
	color: #ebebeb;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 5px;
	position: absolute;
	top: 253px;
	left: 264px;
}
.position{
	width: 1024px;
	height: 302px;
	margin: 0 auto;
	text-align: left;
}
.position img{
	width: 524px;
	height: 302px;
	display: block;
	float: left;
	margin-right: 46px;
}
.pos-del{
	width: 454px;
	padding-top: 21px;
}
.pos-del p{
	color: #666;
	font-size: 15px;
	line-height: 41px;
}

.leftbar{
	width: 100%;
	height: 100%;
	background: #013e8e;
}