.g-contact_us {
	width: 960px;
	margin-left: 100px;
}
.contact-wrap {
	padding: 75px 10px;
}
.header-title-box {
	text-align: center;
	line-height: 24px;
	color: #666666;
	font-size: 17px;
	margin-bottom: 40px;
}
.header-title-box h2 {
	margin-bottom: 20px;
	font-size: 27px;
	color: #1e95d7;
}
.contact-wrap .form-container {
	position: relative;
}
.contact-wrap .form-container .field{
	width: 58%;
	margin: 30px auto;
}
.contact-wrap .form-container .m-form .field > label {
	width: 16%;
	text-align: right;
	margin-right: 4%;
}
.contact-wrap .form-container .m-form .field input[type="text"], .contact-wrap .form-container .m-form .field textarea {
}

.contact-wrap .form-container .m-form #spec-textarea {
	position: absolute;
	top: 8px;
	right: -110px;
}
.contact-wrap .form-container .m-form .self-checkbox {
    position: relative;
    min-width: 40px;
    height: 16px;
    text-align: right;
    display: inline-block;	
	font-size: 14px;
	color: #787878;
}
.contact-wrap .form-container .m-form .self-checkbox:before {
    content: " ";
    position: absolute; 
    top: 5px;
    left: 0;
    border: 1px solid #8F8F8F;
    border-radius: 2px;     
    width: 12px;
    height: 12px;  	
	width: 16px;
	height: 14px;
	border-radius: 3px;
}
.self-checkbox input[type="checkbox"], .self-checkbox input[type="radio"]{
    opacity: 0;
    filter: alpha(opacity=0);   
}
.contact-wrap .form-container .m-form .self-checkbox.checked:before {
	border: 1px solid #1E95D7;
}
.contact-wrap .form-container .m-form .self-checkbox.checked:after {
	content: "\2714";
    position: absolute;
    top: -5px;
    left: 0;
    color: #1A97D7;
    text-align: center;
    font-size: 22px;
    padding: 1px 0 0 0;
    vertical-align: text-top;    	
}
.contact-wrap .form-container .m-form .self-checkbox span {
    margin-left: 14px;	
   vertical-align: sub;
}
.contact-wrap .form-container .m-form #spec-textarea  label {
    padding-top: 8px;
}
.contact-wrap .form-container .m-form #spec-textarea textarea {
	height: 173px;
}
.contact-wrap .form-container .m-form  .btn-submit {
	display: inline-block;
	padding: 8px 41px;
	background: #1E95D7;
 	word-spacing:8px;	
 	font-size: 20px;
 	letter-spacing: 18px;
 	text-indent: 18px;
}
.contact-bottom {
	height: 440px;
	background: #F5F5F5;
	padding: 20px 0;
}
.contact-bottom .contact-content {
	width: 460px;
	margin-left: 620px;
	font-size: 18px;
	padding-top: 40px;
}
.contact-bottom .contact-content .item {
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
	color: #A5A5A5;
}
.contact-bottom .contact-content .text strong {
	font-size: 20px;
	color: #1E95D7;
}
.contact-bottom .contact-content .circle {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	border-radius: 17.5px;
	border: 1px solid #1E95D7;
	color: #1E95D7;
	margin-right: 10px;
	behavior: url(./static/js/border-radius.htc); 
	zoom: 1;	    	
}
.contact-bottom .contact-content .circle span {
	font-size: 20px;
}
.contact-bottom img {
	float: left;
	margin-left: 200px;
}