.contact-details{ height: 250px; margin-top:90px; }
.hot-tel{ width: 364px; float: left; color: #e23743;}
.hot-tel img{ display: block; margin: 0 auto; }
.hot-tel .f-title{ margin-bottom: 5px; }
.hot-tel .f-tel{ font-size: 40px; font-weight: 600; margin-bottom: 10px; }
.contact-details .c-split{ width: 386px; height: 213px; float: left; padding: 30px; }
.contact-details .c-split div{ 
	display: block;
	width: 2px; 
	background-color: #e23743; 
	margin:0 auto; 
	height: 100%;
}
.loc-title-en{ margin-bottom: 50px; }
.contact-details .c-content{ float: left; }
.contact-details .c-content p{ font-size: 20px; line-height: 35px; color: #727171; padding-top: 15px; }
.contact-details .row{ width: 1200px; }
.contact-map img{ width: 100%; display: block; }
.contact-frm{ margin-top: 130px; }
.form-section{ height: 475px; padding-top:55px; position: relative;}
.form-box{ width: 510px; height: 370px; background-color: #ffffff; margin-left: 395px; padding:25px; }
.form-img{ position: absolute; right: 60px; top: 45px; }
.form-img img{ display: block; }
.frm-contorl{ position: relative; margin-bottom: 20px; }
.frm-contorl input{ height: 60px; border: 1px solid #d8d8d8; width: 100%; padding-left: 85px; padding-right: 50px; font-size: 18px; }
.frm-contorl textarea{ height: 100px; border: 1px solid #d8d8d8; width: 100%; padding-left: 85px; padding-right: 50px; padding-top: 16px; font-size: 18px; }
.frm-contorl .frm-label{ position: absolute; height: 60px; line-height: 60px; left: 20px; color: #8e8d8d; }
.frm-contorl .frm-icon{ position: absolute; height: 60px; line-height: 60px; right: 20px; font-size: 0px;}
.frm-contorl .frm-icon img{ display: inline-block; }
.form-section .btn-submit{ 
    width: 100%; 
    font-size: 20px; 
    background-color: #e23743; 
    color: #ffffff; 
    outline: none; 
    box-shadow: none;
    border-color: #e23743;
    border-radius: 0;
}
.form-section .btn-submit:focus{
    outline: none; 
    box-shadow: none; 
    background-color: #ea9aa0; 
    border-color: #ea9aa0; 
    color: #ffffff;
}
.form-box form{ position: relative; }
.form-box form:before{
	content: '';
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    z-index: 10;
    left: -55px;
    top: 140px;
}
