#header{
	width: 100%;
}
.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;

}
.subwrap{
	width: 100%;
	margin-top: 40px;
}

.hz-title{
	text-align: center;
	position: relative;
	/*font-family:Arial-BoldItalicMT;*/
	font-weight: bolder;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.2px;
	color: #666666;
	font-size: 30px;
	margin-top: 35px;
}
.hz-title hr{
	width: 110px;
	height: 2px;
	background-color: rgba(44, 153, 222, 1);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 auto;
	margin-top: 10px;
	/*margin-left: -20px;*/
}
#map1{
	height:300px;
	margin: 40px 0;
}
.hz-address h4{
	/*font-family:ArialMT;*/
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #262626;
	margin-bottom: 42px;
}
.hz-address p{
	/*font-family: ﻿ArialMT;*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #4d4d4d;
}
.hz-address p a {
    color: #4d4d4d;
}
/* .hz-form{
    width: 100%;
} */
    .formcontrol {
        border: 1px solid rgba(44, 153, 222, 1);
        background-color: rgba(255, 255, 255, 1);
        border-radius: 5px 5px 5px 5px;
        padding:5px;
    }
.em-tel{
	width: 100%;

}
.em-tel input{
	height:40px;
	width: 49%;

}
.textarea{
	width: 100%;
	height: 200px;
	resize: none;
	
}
.verification{
	float: left;
	width: 50%;
	max-width: 220px;
	line-height: 40px;
	margin-right: 22px;
	
	
}
.VerificationCode{
	width: 81px;
	height: 36px;
	float: left;
	line-height: 40px;
}
.submit{
	float: right;
	width: 100px;
	height: 40px;
}
