.top-img {
    position: relative;
}
.top-img .img {
    width: 100%;
}
.top-img .join-text {
    position: absolute;
    top: 230px;
    left: 15%;
}
.top-img .join-text .text {
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: bold;
}
.top-img .join-text .text2 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}
.hezuo {
    background: #fff;
}
.hezuo .title {
    padding-top: 90px;
    padding-bottom: 50px;
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
}
.hezuo .hezuo-main {
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.04);
}
.hezuo .img-box {
    padding: 0;
}
.hezuo .img-box .img {
    width: 100%;
}
/*.hezuo .hezuo-content {*/
/*    padding-top: 90px;*/
/*    padding-left: 90px;*/
/*}*/
.hezuo .hezuo-content .item{
    /*padding-bottom: 30px;*/
    margin: 20px auto;
    
}
.hezuo .hezuo-content .text {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #2A1F1F;
}
/*.hezuo .hezuo-content .item:last-child {*/
/*    padding-bottom: 40px;*/
/*}*/
.hezuo .hezuo-content .email {
    padding-left: 100px;
    padding-top: 10px;
}
.hezuo .hezuo-content .iconfont {
    
}
.join-we-form {
    background: #fff;
}
.join-we-form .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
    padding-top: 90px;
    padding-bottom: 0;
}
.join-we-form .form-list {

}
.join-we-form .item {
    padding-top: 35px;
}
.join-we-form .label {
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
    color: #231816;
}
.join-we-form .value {
    font-size: 14px;
    font-weight: 400;
    /* color: #B9B8B8; */
    padding: 32px 18px;
    background: #F5F7FA;
    border: none;
    width: 100%;
    outline:none;
}
.join-we-form .submit-btn {
    width: 200px;
    margin: 40px auto 70px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: #0281FF;
    border-radius: 29px;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    border:0;
    outline:none;
    display: block;
}
.map-box {
    padding-bottom: 60px;
}
.map-box .title {
    font-size: 30px;
    font-weight: 500;
    color: #2A1F1F;
    padding-bottom: 39px;
    letter-spacing: 20px;
}
@media (max-width: 1200px) {
    .top-img .join-text {
        top: 0;
    }
    .top-img .join-text .text {
        margin-bottom: 0;
    }
    .hezuo .hezuo-content {
        padding-top: 40px;
        padding-left: 10px;
    }
    .hezuo .hezuo-content .text {
            font-size: 14px;
    }
    .hezuo .hezuo-content .item {
        padding-bottom: 0;
    }
    .join-we-form .title {
        padding-top: 0;
    }
}