/*contact us---联系我们*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.main .navBox {
    background-color: rgba(1,41,102,.8);
}
.form-2 .bgWrap{
	width: 100%;
	padding: 50px 0 80px;
	background: #f5f5f5;
}
.building-form .wbox{
	background: #fff;
	border-radius: 0;
}

.wbox .wbox-title{
	padding-left: 25px;
	font-size: 24px;
	line-height: 3;
	
}
.wbox .wbox-title.c1{
	color: #9b9b9b;
	border-bottom: 3px solid #9b9b9b;
}
.wbox .wbox-title.c2{
	color: #9b9b9b;
	border-bottom: 3px solid #9b9b9b;
}
.wbox .wbox-ct{
	padding: 30px 0 0;
}
.wbox .wbox-ct.wbox-bg{
	height: 600px;
	background-image: url(../img/contact-us.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.wbox .line-input{
	position: relative;
	padding: 0 25px;
	margin-bottom: 30px;
}
.wbox .line-input input[type=text],
.wbox .line-input textarea{
	display: block;
	height: 34px;
    border: 1px solid #bcbcbc;
    padding: 0 10px;
	width: 100%;
}
.wbox .line-input strong{
	position: absolute;
	height: 20px;
	top: 34px;
	left: 25px;
	width: calc( 100% - 40px );
	font-size: 14px;
	color: red;
}


.wbox .line-input textarea{
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	max-width: 100%;
	line-height: 20px;
	padding: 10px;
	outline: none;
}
.wbox .line-submit{margin: 60px 0;}
.wbox .line-submit input{
	display: block;
	width: 70%;
	margin: 0 auto;
	height: 50px;
    border: none;
    line-height: 50px;
    color: #fff;
    background: #9b9b9b;
    font-size: 15px;
    border-radius: 4px;
}

.bgWrap .wbox .wbox-ct .contact-us{
	width: 100%;
	margin: 0;
	font-size: 14px;
	color: rgba(225,255,255,.8);
	padding-left: 30px;
	padding-top: 30px;
}
.bgWrap .wbox .wbox-ct .contact-us li{
	width: 100%;
	padding-left: 20px;
	line-height: 25px;
	margin-bottom: 25px;
	position: relative;
}

.bgWrap .wbox .wbox-ct .contact-us .contact-icon{
	width: 24px;
	height:24px;
	margin-right: 20px;
	float: left;
	opacity: 0.8;
}

@media screen and ( min-width:768px ) and (max-width: 846px){
	.bgWrap .wbox .wbox-ct .contact-us li{
		padding-left: 55px;
		margin-bottom: 25px;
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.wbox .wbox-left,
	.wbox .wbox-right{
		float: left;
		width: 50%;
		margin: 0;
	}
}
@media (max-width: 768px) {
	.wbox .wbox-ct.wbox-bg{
		height: 820px;
		padding-top: 50px;
	}
	.bgWrap .wbox .wbox-ct .contact-us{
		padding-left: 58px;
		padding-top: 50px;
	}
	.bgWrap .wbox .wbox-ct .contact-us li{
		padding-left: 85px;
		line-height: 25px;
		font-size: 15px;
		margin-bottom: 47px;
	}
}