@import url(./layout.css);


.banner {
    width: 100%;
    height: 280px;
    padding-top: 92px;
    box-sizing: border-box;
    background: url(../images/message_banner.png) center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.banner-title {
    position: relative;
    max-width: 1440px;
    padding-left: 96px;
    line-height: 64px;
    box-sizing: border-box;
    font-size: 48px;
    margin: 0 auto;
}
/* .banner-title::before {
    position: absolute;
    top: 0;
    width: 96px;
    height: 12px;
    background: #ffffff;
    content: '';
} */
.banner-line {
    display: block;
    width: 96px;
    height: 12px;
    margin-bottom: 22px;
    background: #ffffff;
}

.contact {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 46px 120px;
    box-sizing: border-box;
    overflow: hidden;
}
.contact-type {
    float: left;
    margin: 0 auto;
    margin-right: 96px;
    width: 576px;
    height: 740px;
    background-color: #ffffff;
}
.contact-title {
    color: #1E2023;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 50px;
}
.types {

}
.types-item {
    margin-bottom: 16px;
}
.types-label {
    display: inline-block;
    width: 52px;
    color: #76797C;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 16px;
}
.types-engish .types-label {
    width: 80px;
    text-align: right;
    margin-right: 12px;
}
.types-item .value {
    color: #1E2023;
    font-size: 18px;
}
.types-item .phone {
    color: #003C90;
    line-height: 30px;
}

.map {
    position: relative;
    margin-top: 30px;
    width: 576px;
    height: 358px;
    background-color: #efeeea;
}
.map-logo {
    width: 77px;
    height: 32px;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 1px;
}
.form {
    float: left;
    margin: 0 auto;
    width: 576px;
    height: 740px;
    padding: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background: #F1F3F5;
}
.row {
    width: 496px;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.textarea {
    /* width: 496px; */
    width: 100%;
    height: 102px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    line-height: 1.6;
    resize: none;
    padding: 8px;
    margin-top: 8px;
}
.len {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #76797C;
    font-size: 12px;
}
.input-box {
    position: relative;
    flex: 1;
}
.required::after {
    color: #E7021C;
    font-size: 12px;
    content: '*';
    vertical-align: top;
}
.error {
    color: #E7021C;
    font-size: 12px;
    margin-left: 16px;
}
.input-box label {
    color: #76797C;
    font-size: 12px;
    margin-bottom: 8px;
}
.input-box input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    margin-top: 8px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
}
.input-box textarea:focus, .input-box input:focus {
    outline: 1px solid #003C90;
}
.input-box.phone {
    width: 240px;
    float: left;
}
.phone--last {
    margin-left: 16px;
}
.code-box {
    overflow: hidden;
}
.input-box.code {
    width: 240px;
    float: left;
}
.code-img {
    float: left;
    width: 80px;
    height: 32px;
    margin: 35px 16px 0;
}
.change-code {
    float: left;
    color: #003C90;
    font-size: 12px;
    line-height: 44px;
    margin-top: 28px;
}
.form textarea, .form input {
    outline: none;
}
.form textarea:focus, .form input:focus {
    outline: none;
}

.btn-submit {
    clear: both;
    width: 102px;
    height: 32px;
    background: #FFBC25;
    border-radius: 4px;
    color: #1E2023;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    border: 0;
    cursor: pointer;
}
