main .banner img{
    width: 100%;
}
.contact .top .top_content{
    display: flex;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.contact .top .top_content .left{
    padding: 50px 60px;
    max-width: 520px;
    width: 100%;
    height: 100%;
    background-color: #2481BB;
    color: #fff;
}
.contact .top .top_content .left h1{
    color: #fff;
}

.contact .top .top_content .right{
    display: flex;
    justify-content: space-around;
    flex: 1;
}
.contact .top .top_content .right .box{
    flex: 1;
    position: relative;
}
.contact .top .top_content .right .box::after{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    background-color: #e5e5e5;
    content: '';
}
.contact .top .top_content .right .box:last-child::after{
    display: none;
}
.contact .top .top_content .right .box a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.contact .top .top_content .right .box a p{
    margin-top: 20px;
    font-family: 'bp-Medium';
}
.contact .top .top_content .right .box a p.import{
    color: #2481BB;
    text-decoration: underline;
}

.form{
    padding: 100px 0;
}
.form .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form .content h2{
    color: #202020;
    margin-bottom: 40px;
}
.form .content form{
    width: 100%;
}
.form .content form input{
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 56px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
}
.form .content form .half{
    display: flex;
}
/*.form .content form .half input*/
.form .content form .half span.wpcf7-form-control-wrap
{
    width: 50%;
}
/*.form .content form .half input:first-child*/
.form .content form .half span.wpcf7-form-control-wrap:first-child{
    margin-right: 20px;
}
.form .content form textarea{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}
.form .content form .file{
    position: relative;
}
.form .content form .file input{
    cursor: pointer;
}
.form .content form .file .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CBEFF8;
    content: '';
    border: 1px dashed rgba(36, 129, 187,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.form .content form p.text{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.form .content form input[type=submit]{
    background-color: #2481BB;
    color: #fff;
    font-family: 'bp-Bold';
}

.map .content{
    height: 400px;
    position: relative;
    margin-bottom: 100px;
}
.map .content iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width:1279px) {
    .contact .top .top_content{
        flex-direction: column;
    }
    .contact .top .top_content .left{
        max-width: 100%;
    }
    .contact .top .top_content .right{
        padding: 50px 0px;
    }
}

@media (max-width:767px) {
    main .banner {
        height: 200px;
    }
    main .banner img {
        height: 100%;
        object-fit: cover;
    }
    .contact .top .top_content .left{
        padding: 30px 15px;
    }
    .contact .top .top_content .right{
        flex-direction: column;
    }
    .contact .top .top_content .right .box{
        margin: 10px 0;
    }
    .contact .top .top_content .right .box::after{
        display: none;
    }
    .contact .top .top_content .right{
        padding: 30px 15px;
    }
    .contact .top .top_content .right .box a{
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .contact .top .top_content .right .box a p{
        margin-top: 0;
        margin-left: 20px;
    }
    .contact .top .top_content .right .box a img{
        width: 36px;
        height: 36px;
    }
    .form .content form .half{
        flex-direction: column;
    }
    .form .content form .half input{
        width: 100%;
    }
    .form .content form .half input:first-child{
        margin-right: 0;
    }
    .form .content form input{
        height: 48px;
    }
    .form .content form .half span.wpcf7-form-control-wrap{
        width: 100%;
    }
    .form{
        padding: 30px 0;
    }
    .form .content h2{
        margin-bottom: 20px;
    }
    .map .content{
        height: 300px;
        margin-bottom: 0px;
    }
}








