/*海报*/
.contact_body .banner{
    width: 100%;
}
.contact_body .banner img{
    width: 100%;
    display: block;
}
/*part1*/
.contact_body .part1>div{
    display: flex;
    justify-content: space-around;
    padding-bottom: 35px;
}
.contact_body .part1>div>div{
    position: relative;
}
.contact_body .part1>div>.line{
    width: 1px;
    height: 100px;
    background-color: #DCDCDC;
    align-self: flex-end;
}
.contact_body .part1>div>div>p:nth-child(1){
    text-align: center;
    padding-top: 49px;
}
.contact_body .part1>div>div>p:nth-child(1) img{
    height: 39px;
}
.contact_body .part1>div>div>p:nth-child(2){
    color: #1D3247;
    font-size: 30px;
    line-height: 40px;
    margin-top: 16px;
    text-align: center;
}
.contact_body .part1>div>div>.info{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
    white-space: pre-line;
}
/*part2*/
.contact_body .part2>div{
    display: flex;
    padding-bottom: 64px;
    padding-top: 55px;
}
.contact_body .part2 .form{
    width: 45.8%;
    margin-right: 5%;
    color: #666;
}
.contact_body .part2 .contact_info{
    width: 49.2%;
    padding-top: 65px;
    padding-bottom: 30px;
    background-image: url("/img/index/contact_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #666;
    font-size: 18px;
    line-height: 34px;
}
/*part2-表单*/
.contact_body .part2 .form .form_text1{
    font-size: 20px;
    line-height: 30px;
}
.contact_body .part2 .form .form_text2{
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
}
.contact_body .part2 .form .line{
    width: 60px;
    height: 2px;
    background-color: #1D3247;
    margin-top: 10px;
    margin-bottom: 15px;
}
.contact_body .part2 .form .form_item{
    margin-top: 24px;
}
.contact_body .part2 .form .form_item .label{
    font-size: 20px;
    line-height: 24px;
}
.contact_body .part2 .form .form_item .value{
    margin-top: 9px;
    width: 93.5%;
    position: relative;
}
.contact_body .part2 .form .form_item .value input{
    width: calc(100% - 30px);
    padding: 0 15px;
    border: 1px solid #D2D2D2;
    height: 50px;
}
.contact_body .part2 .form .form_item .value textarea{
    width: calc(100% - 30px);
    padding: 5px 15px;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #D2D2D2;
    height: 100px;
    resize: none;
    outline: none;
    color: #333;
}
.contact_body .part2 .form button{
    width: 93.5%;
    height: 60px;
    background-color: #1D3247;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
}
.tip_text{
    position: absolute;
    left: 0;
    bottom: -22px;
    color: red;
    font-size: 16px;
    line-height: 22px;
}
/*part2-联系信息*/
.contact_body .part2 .contact_info .des{
    white-space: pre-line;
    margin-left: 54px;
    margin-bottom: 70px;
}
.contact_body .part2 .contact_info .text{
    margin-left: 54px;
}
.contact_body .part2 .contact_info .code{
    margin-left: 54px;
    margin-top: 100px;
}
.contact_body .part2 .contact_info .code img{
    width: 20.5%;
    display: block;
}
.contact_body .part2 .contact_info a{
    color: #5392F1;
}

/*手机版*/
@media(max-width:750px){
    /*海报*/
    .contact_body .banner{
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        overflow: hidden;
        position: relative;
    }
    .contact_body .banner img{
        width: 100%;
        display: block;
        object-fit: cover;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    /*part1*/
    .contact_body .part1{
        padding: 5px 0;
    }
    .contact_body .part1>div{
        display: unset;
        padding-bottom: 0;
    }
    .contact_body .part1>div>.line{
        display: none;
        line-height: 15px;
    }
    .contact_body .part1>div>div{
        width: calc(100% - 26px);
        margin: 0 13px;
    }
    .contact_body .part1>div>div>p{
        display: contents;
    }
    .contact_body .part1>div>div>p:nth-child(1){
        text-align: left;
        padding-top: 0;
    }
    .contact_body .part1>div>div>p:nth-child(1) img{
        height: 20px;
        vertical-align: middle;
    }
    .contact_body .part1>div>div>p:nth-child(2){
        font-size: 15px;
        margin-top: 0;
        text-align: left;
        font-weight: bold;
        margin-left: 5px;
    }
    .contact_body .part1>div>div>.info{
        font-size: 12px;
        margin-top: 0;
        text-align: left;
        margin-left: 13px;
    }
    /*part2*/
    .contact_body .part2>div{
        display: block;
        padding-bottom: 0;
        padding-top: 10px;
    }
    .contact_body .part2 .form{
        width: calc(100% - 26px);
        margin: 0 13px;
        padding-bottom: 18px;
    }
    .contact_body .part2 .contact_info{
        width: calc(100% - 26px);
        margin: 0 13px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    /*part2-表单*/
    .contact_body .part2 .form .form_text1{
        font-size: 12px;
        line-height: 16px;
    }
    .contact_body .part2 .form .form_text2{
        font-size: 20px;
        line-height: 30px;
        margin-top: 4px;
    }
    .contact_body .part2 .form .line{
        width: 30px;
        height: 1px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contact_body .part2 .form .form_item{
        margin-top: 18px;
    }
    .contact_body .part2 .form .form_item .label{
        font-size: 12px;
        line-height: 16px;
    }
    .contact_body .part2 .form .form_item .value{
        margin-top: 3px;
        width: 100%;
    }
    .contact_body .part2 .form .form_item .value input{
        width: calc(100% - 14px);
        padding: 0 7px;
        height: 30px;
        font-size: 14px;
    }
    .contact_body .part2 .form .form_item .value textarea{
        width: calc(100% - 14px);
        padding: 5px 7px;
        font-size: 14px;
        line-height: 30px;
        height: 120px;
    }
    .contact_body .part2 .form button{
        width: 100%;
        height: 40px;
        font-size: 15px;
        margin-top: 18px;
    }
    .tip_text{
        bottom: -16px;
        font-size: 12px;
        line-height: 16px;
    }
    /*part2-联系信息*/
    .contact_body .part2 .contact_info .des{
        white-space: pre-line;
        margin-left: 23px;
        margin-bottom: 40px;
    }
    .contact_body .part2 .contact_info .text{
        margin-left: 23px;
    }
    .contact_body .part2 .contact_info .code{
        margin-left: 23px;
        margin-top: 20px;
    }
    .contact_body .part2 .contact_info .code img{
        width: 29%;
        display: block;
    }
}
