﻿.container{

}

.banner {
    width: 100%;
    padding: 90px 0 0;
    background: #f6f6f6;
}

.width1440{
    display: flex;
    width: 1440px;
    height: 310px;
    margin: 0 auto;
    background: url("../images/contactBg.jpg") no-repeat center top;
    background-size: 1440px 310px;
}

.banner .main-tit {
    width: 437px;
    background: url("../images/CONTACT.png") no-repeat center top;
    background-size: 437px 70px;
    padding: 40px 0 0 10px;
    margin: 63px 0 0 80px;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 66px;
    text-align: left;
}

.width1280{
    width: 1280px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.left{
    width: 527px;
    background: rgba(246, 246, 246, 0.8);
    padding-bottom: 30px;
}

.left .main-tit {
    height: 85px;
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 85px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #E9E9E9;
}

.left .sub-tit {
    display: flex;
    align-items: center;
    padding: 38px 30px 0;
    font-weight: 500;
    font-size: 22px;
    color: #40A3E1;
    line-height: 30px;
    text-align: left;
}

.left .title{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    padding: 40px 30px 0;
}

.left .info {
    padding: 10px 30px 0;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: left;
}

.right {
    width: 670px;
}

.right .main-tit {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    text-align: left;
    height: 85px;
    line-height: 85px;
}

.footer-form-contact {
    margin-top: 15px;
}

.form-style1{}

.form-style1 .el-form-item__label{
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: left;
    margin: 0 0 4px;
}

.form-style1 .el-input__inner{
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 6px;
    border: 1px solid #D8D8D8;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0;
}

.form-style1 .el-textarea__inner{
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 20px;
    border: 1px solid #D8D8D8;
    resize: vertical;
    background: transparent;
    border-radius: 0;
}
.form-style1 .el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #47ABEA;
    outline: 0;
}

.form-style1 .submit{
    cursor: pointer;
    width: 160px;
    height: 32px;
    line-height: 32px;
    background: #40A3E1;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: unset;
    border-radius: unset;
}

/*.footer-form-contact .label{*/
/*    font-size: 12px;*/
/*    color: #333333;*/
/*    line-height: 17px;*/
/*    text-align: left;*/
/*    margin: 30px 0 4px;*/
/*}*/

/*.footer-form-contact textarea {*/
/*    width: 100%;*/
/*    padding: 6px 10px;*/
/*    margin-bottom: 20px;*/
/*    border: 1px solid #D8D8D8;*/
/*    resize: vertical;*/
/*    background: transparent;*/
/*    color: white;*/
/*}*/

/*.footer-form-contact input {*/
/*    width: 100%;*/
/*    height: 32px;*/
/*    line-height: 32px;*/
/*    color: white;*/
/*    margin-bottom: 6px;*/
/*    border: 1px solid #D8D8D8;*/
/*    background: transparent;*/
/*    box-sizing: border-box;*/
/*    border-radius: 0;*/
/*}*/

/*.footer-form-contact button {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    width: 160px;*/
/*    height: 32px;*/
/*    line-height: 32px;*/
/*    background: #40A3E1;*/
/*    font-weight: 600;*/
/*    font-size: 12px;*/
/*    color: #FFFFFF;*/
/*    text-align: center*/
/*}*/

