.lbanner-box {
    display: none !important;
}

.lbanner-pp {
    /* padding: 8.6% 0 !important; */
}

.contact_main {
    margin-top: 4%;
}

.contact_main .layout {
    width: 1646px;
}

@media (max-width:1646px) {
    .contact_main .layout {
        width: 1400px;
    }
}

@media (max-width:1400px) {
    .contact_main .layout {
        width: 95%;
    }
}

.contact_tit {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 55px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.contact_desc {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.contact_info {
    margin-top: 40px;
}

.contact_info ul {
    justify-content: space-between;
}

.contact_info .info_item {
    width: 31%;
    justify-content: space-between;
}


.contact_info .info_item .info_title {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 30px;
    color: #333;
    line-height: 41px;
}

.contact_info .info_item .info_list ul li,
.contact_info .info_item .info_list ul li a {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 23px;
    color: #333;
    line-height: 41px;
}
.contact_info .info_item .info_list ul li:hover a{
    color: var(--dominant-color);
}
.contact_info .info_item b:hover {
    animation: swing 0.5s;
}

.contact_info .item_office b {
    width: 95px;
    height: 80px;
    background-image: url(../img/office.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.contact_info .item_office .info_box {
    width: calc(100% - 140px);
}

.contact_info .item_phone b {
    width: 58px;
    height: 98px;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.contact_info .item_phone .info_box {
    width: calc(100% - 95px);
}

.contact_info .item_email b {
    width: 90px;
    height: 90px;
    background-image: url(../img/email.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.contact_info .item_email .info_box {
    width: calc(100% - 130px);
}


.contact_form {
    margin: 5% 0;
}

.contact_form .from_box {
    padding: 6%;
    width: 50%;
    background: #F6F6F6;
}

.contact_form .from_box .form_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 55px;
    color: #000000;
    text-align: center;
}


.contact_form .from_box .form_desc {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 30px;
    color: #333;
    line-height: 41px;
    text-align: center;
    margin-top: 20px;
}

.contact_form .from_box form {
    margin-top: 80px;
}

.contact_form .from_box textarea {
    width: 100%;
    height: 209px;
    border: none;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #000000;

}

.contact_form .from_box .bottom_box {
    width: 100%;
    justify-content: space-between;
    margin: 20px 0 30px 0;
}

.contact_form .from_box .bottom_box li {
    width: 48%;
}

.contact_form .from_box input[type="text"] {
    width: 100%;
    border: none;
    padding: 0 20px;
    height: 73px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 36px;
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.contact_form .from_box input[type="submit"] {
    width: 100%;
    height: 73px;
    background-color: var(--dominant-color);
    border: 2px solid var(--dominant-color);
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 36px;
    margin-top: 30px;
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.contact_form .from_box input[type="submit"]:hover {
    background: #F6F6F6;
    color: var(--dominant-color);
}

.contact_map {
    width: 50%;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
}


@media (max-width:950px) {
    .contact_tit {
        font-size: 30px;
        line-height: 40px;
    }

    .contact_desc {
        max-width: none;
        font-size: 22px;
    }
    .contact_info{
        margin-top: 30px;
    }
    .contact_info ul {
        flex-wrap: wrap;
    }

    .contact_info ul .info_item {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }

    .contact_info ul .info_item b {
        width: 60px;
        height: 60px;
    }

    .contact_info ul .info_item .info_box {
        width: 100% !important;
        text-align: center;
    }

    .contact_info .item_phone b {

        width: 50px !important;
        height: 86px !important;
    }

    .contact_info .info_item .info_title {
        font-size: 24px;
    }

    .contact_info .info_item .info_list ul li,
    .contact_info .info_item .info_list ul li a {
        font-size: 18px;
        line-height: 1.5;
    }
    .form_wrap{
        flex-direction: column;
    }
    .contact_form .from_box{
        width: 100%;
    }
    .contact_map{
        width: 100%;
        height: 600px;
    }
    .contact_form .from_box .form_title{
        font-size: 30px;
        line-height: 40px;
    }
    .contact_form .from_box .form_desc{
        font-size: 18px;
        line-height: 1.5;
    }
    .contact_form .from_box form{
        margin-top: 30px;
    }
    
}