
#contact{
	width: 100%;
	background: #fff;
	padding: 50px 0 110px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#contact .content{
	width: 100%;
	max-width: 1200px;
	min-width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
#contact .title{
	float: left;
	width: 30%;
	padding: 55px 0 0 50px;
}
#contact .title h1{
	font-family: codel, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	text-transform: uppercase;
	color: #023894;
	font-weight: bolder;
	font-size: 22px;
}
#contact .con{
	float: right;
	width: 68%;
	padding:50px 50px 0 0;
}
#contact .con p{
	color: #333;
	text-align:justify;
	text-justify:inter-ideograph;
}
#contact form{
	overflow: hidden;
}
#contact .form-group{
	overflow: hidden;
	margin-bottom: 10px;
}
#contact .form-group .form-control{
	float: left;
	width: 295px;
	background: #f1f1f1;
	border:0;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	color: #555;
	margin-right: 10px;
}
#contact .form-text{
	width: 600px;
	background: #f1f1f1;
	border:0;
	line-height: 22px;
	padding: 10px;
	color: #555;
	resize:none;
}
#contact .btn-enter{
	margin-top: 10px;
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
	border:2px solid #023894;
	background: #023894;
	height: 36px;
	line-height: 32px;
	width: 90px;
	padding: 0 0 0 20px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#contact .btn-enter:hover{
	padding: 0 0 0 24px;
}

#contact .btn-enter .block{
	font-size: 14px;
	display: block;
	float: left;
	line-height: 32px;
}
#contact .btn-enter .icon-more{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(../image/tonext.png) no-repeat center center;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#contact .btn-enter:hover{
	border:2px solid #023894;
	background: #023894;
}
#contact .btn-enter:hover .icon-more{
	background: url(../image/tonext.png) no-repeat center center;
}

#contact .contact-bj, #contact .contact-qd{
	margin: 50px 0 10px 0;
}
#contact .contact-bj h2, #contact .contact-qd h2{
	display: block;
	height: 26px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	list-style: none;
}
#contact .contact-bj p, #contact .contact-qd p{
	display: block;
	height: 24px;
	line-height: 24px;
	list-style: none;
	margin-bottom: 0;
}
#contact .contact-bj p i, #contact .contact-qd p i{
	color: #fff;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #4e4e4e;
	border-radius: 30px;
	text-align: center;
	font-style: normal;
	line-height: 20px;
	margin-right: 8px;
}

#contact .con .QR-code{
	overflow: hidden;
	padding: 40px 0;
}
#contact .con .QR-code .QR-weixin, #contact .con .QR-code .QR-mweb{
	float: left;
	margin-right: 50px;
}
#contact .con .QR-code .QR-weixin h4, #contact .con .QR-code .QR-mweb h4{
	text-align: center;
	font-size: 12px;
	color: #777;
	font-weight: 100;
}
