.banner {
    width: 100%;
    height: 640px;
}

body {
    overflow-x: hidden;
}

.chairman-photo {
    width: 600px;
    height: 800px;
    object-fit: cover;
}

.tab-4 {
    /* text-align: center; */
    padding-bottom: 68px;
}

.tab-4 h2 {
    font-weight: 600;
    margin-bottom: 12px;
}

.tab-4 p {
    text-indent: 2em;
    line-height: 28px;
}

.tab-4 img {
    margin-left: -2em;
}

.tab-4__sub {
    font-weight: 400;
    color: #1d2129;
    line-height: 28px;
    margin-bottom: 60px;
}

.w960 {
    width: 960px;
}

.message-container {
    background-color: #f7f8fa;
}

.message-container input,
.message-container textarea {
    /* border: none; */
    padding: 19px 1.32%;
    margin-bottom: 32px;
    /* border: 1px solid #e8eaef; */
    border-radius: 12px;
    border: 1px solid #e8eaef;
}

.message-container input {
    width: 45.5%;
}

.message-container textarea {
    flex-basis: 100%
}

.name,
.companyName {
    /* margin-right: 3.3%; */
}

.pick-area1 {
    width: 48.3% !important;
}

.submit-btn {
    width: 300px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 16px;
    background: #152d83;
    justify-content: center;
}

.submit-btn img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.contact-info__left h4 {
    font-weight: 600;
    text-align: LEFT;
    color: #1d2129;
}

.contact-info__left>div {
    padding: 33px 0;
    border-bottom: 1px solid #F0F2F5;
}

.contact-info__left>div img {
    width: 60px;
    height: 60px;
    margin-right: 32px;
}

.contact-info__left>div h6 {
    font-weight: 400;
    color: #868d9c;
    line-height: 28px;
    margin-bottom: 4px;
}

.contact-info__left>div p {
    font-size: 20px;
    font-weight: 600;
    color: #1d2129;
    line-height: 30px;
}

#map {
    height: 400px;
}


/* .a a {
    float: left;
} */

.a input {
    float: left;
    width: 400px;
    padding: 10px;
    margin: 10px;
    outline-color: gold;
}

.pick-show {
    border-radius: 12px !important;
}

#mapContainer {
    width: 700px;
    height: 488px;
    border-radius: 12px;
}

.contact-info__left {
    width: 38.2%;
    margin-right: 2%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #mapContainer {
        width: 485px;
        height: 390px;
    }
}

@media screen and (max-width: 767px) {

    .slider__image,
    .slider__slide {
        width: 100%;
        height: 300px;
    }

    .message-container input,
    .message-container textarea {
        text-indent: 19px;
    }

    .pick-area1 {
        width: calc(100% - 0px) !important
    }

    .slider h1 {
        top: 49%;
        left: 20px;
        width: 335px;
        font-size: 24px;
        font-weight: 500;
        text-align: LEFT;
        color: #ffffff;

    }

    .product-container>div {
        flex-wrap: wrap;
    }

    .mobile-product-img {
        width: 100%;
        display: block;
        margin-left: 0;
        border-radius: 12px;
        margin-bottom: 22px;
        max-width: 93.333vw;
        max-height: 77.333vw;
    }

    .contact-info {
        flex-wrap: wrap;
    }

    .map-img {
        width: 90vw;
        height: auto;
        border-radius: 6px;
    }

    .contact-info__left h4 {
        font-size: 28px;
        line-height: 48px;
        text-align: center;
    }

    .contact-info__left {
        width: 100%;
        margin-bottom: 32px;
    }

    .pt100 {
        padding-top: 60px;
    }

    .contact-info__left>div img {
        width: 48px;
        height: 48px;
    }

    .contact-info__left>div {
        padding: 24px 0;
    }

    .contact-info__left>div p,
    .contact-info__left>div h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .tab-4 h2 {
        font-size: 28px;
        line-height: 48px;
    }

    .tab-4 p {
        font-size: 14px;
        line-height: 22px;
    }

    .tab-4__sub {
        margin-bottom: 32px;
    }

    .message-container input {
        width: 100%;
        margin-bottom: 12px;
    }

    .name,
    .companyName {
        margin-right: 0;
    }

    .message-container textarea {
        margin-top: 12px;
    }

    .pick-list {
        width: 100% !important;
    }

    .submit-btn {
        width: 334px;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
    }
}

.pick-area {
    border-radius: 12px !important;
}

.pick-arrow {
    display: none !important;
}