.contact-container > div{
	/*float:left;*/
}
/*.contact-form{
	width:36%;
	padding-right:70px;
}*/
/*.contact-map{
	width:64%;
}*/
.form-item{
	padding-bottom:35px;
	position:relative;
}
.form-title{
	margin-bottom:6px;
}
.check-item-first{
	margin-top:12px;
}
.form-input{
	width:100%;
	height:40px;
	border:1px solid #f5f5f5;
	background-color:#f5f5f5;
	padding:0 10px;
	outline:none;
}
.verifying-input{
	max-width:150px;
	margin-right:12px;
}
.verifying-input + img {
    vertical-align: top;
    cursor: pointer;
}
.form-label{
    margin-bottom: 20px;
    font-weight: normal;
    cursor: pointer;
}
.form-label input {
    margin-right: 5px;
}
.form-textarea{
	width:100%;
	height:225px;
	display:block;
	border:1px solid #f5f5f5;
	background-color:#f5f5f5;
	outline:none;
	resize: none;
}
.form-btn {
    min-width: 120px;
	margin: 35px 0 100px;
}
.contact-map-container{
	position:relative;
	padding-top:420px;
}
.contact-map-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-list{
	margin-bottom:100px;
}
.contact-item{
	width:265px;
	height: 395px;
	float:left;
	margin-bottom:140px;
	padding: 7px 10px 0 0;
	margin-right: 35px;
	border-top: 1px solid #959595;
}
/*.contact-item:nth-child(1),
.contact-item:nth-child(2),
.contact-item:nth-child(3),
.contact-item:nth-child(4){
	margin-top: 0;
}*/
.contact-item:nth-child(4n+4)
{
	margin-right: 0;
}

.contact-info{
	height:260px;
	overflow:hidden;
}
/*.contact-item:nth-child(odd){
	clear:left;
}*/
.contact-item h4{
	font-size: 20px;
	line-height: 24px;
	color: #a90505;
    margin-top: 0;
    font-weight: bold;
}
.address{
}
.address,
.phone,
.time{
	font-size: 16px;
    padding-left: 20px;
    position: relative;
    color: #263238;
	margin-bottom:15px;
}
.time p{
	font-size: 16px;
	color:#a90505;
}
.address:before{
    content: '\f015';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color:#a90505;
}
.phone:before{
    content: '\f095';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color:#a90505;
}
.time:before{
    content: '\f017';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color:#a90505;
}
.map-btn{
	width:105px;
	height: 40px;
	margin:75px 0 10px;
	background: #dca02f;
	color: #fff;
	border:none;
}
.map-btn:hover{
	background: #a90505;
}
.map-btn .fa{
	margin-left:0;
	margin-right:5px;
}
.error {
    bottom: 16px;
}
.error + .checkbox-box{
	border: 1px solid #ff0000;
    background-color: #ffebee;
    padding:5px;
}
.input-item .error{
	top: 67px;
}  
@media (max-width:1180px){
	.contact-item:nth-child(4n+4) {
	    margin-right: 85px;
	}
}
@media (max-width:1024px){
	.contact-container > div{
		width:100%;
	}
	.contact-form{
		padding:0;
	}
	.form-btn{
		margin:0 0 50px;
	}
	.contact-map-container{
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 400px;
	}

	.contact-item{
		width: 100%;
		height: auto;
    	margin: 30px auto 0;
    	padding: 30px 10px 0;
	}
	.contact-item h6{
		margin-bottom:5px;
	}
	.contact-info{
		height:auto;
	}
	.address{
		margin-bottom:10px;
	}
	.map-btn{
		margin:20px 0  0;
	}
	.contact-list{
		margin-bottom:40px;
	}
	.verifying-input{
		margin-bottom:5px;
	}
}