.contact .zc9f35sub-menu {
    display: none;
}

.contact .zc9f35navmenu .zc9f35nav .zc9f35nav-item>a {
    color: #fff !important;
}



/* .swiper-container {
    width: 100%;
} */

.contact .swiper-container {
    height: 400px;
}

.contact .swiper-container img {
    width: 100%;
    transform: scaleY(1.5);
}





.contact {
    background-color: #f4f5f8;
}

/* 在线留言 */
.contact_online {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    height: 690px;
}

.contact_title {
    width: 100%;
    height: 780px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100px);
    z-index: 999;
    background-color: #fff;
    padding: 100px 100px 50px;
    box-sizing: border-box;
}

.contact_title h3 {
    font-size: 38px;
    padding: 20px 0;
    color: #181b31;
    font-weight: 300;
}

.contact_title p {
    font-size: 15px;
    line-height: 2;
    color: #999;
}

.contact_title i {
    display: inline-block;
    float: right;
    font-size: 60px;
    color: #ccc;
}

.contact_online_item {
    border-radius: 2px;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin: 35px 0;
}

.contact_online_textarea {
    width: 100%;
    border-radius: 2px;
    height: 114px;
    overflow: hidden;
}

.contact_online_item i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}

.contact_online_item input {
    height: 50px;
    width: 100%;
    background-color: #f3f3f3;
    border: 0;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 15px;
}

.contact_online_textarea textarea {
    height: 100%;
    width: 100%;
    background-color: #f3f3f3;
    border: 0;
    outline: none;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 15px;
    resize: none;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: 15px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 15px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 15px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: 15px;
}

.contact_online_submit a {
    display: block;
    width: 140px;
    height: 52px;
    background-color: #337ab7;

    text-align: center;
    font-size: 15px;
    line-height: 52px;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 30px 0;
    letter-spacing: 2px;
}

.contact_pic {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.contact_pic img {
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .contact_title {
        width: 100%;
        height: 780px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-100px);
        z-index: 999;
        background-color: #fff;
        padding: 50px;
        box-sizing: border-box;
    }

    .contact_pic {
        margin-top: 20px;
        padding: 15px;
    }


}

.plane_650 {
    display: none;
}

@media screen and (max-width:700px) {
    .contact_online {
        height: 1060px;
    }

    .contact_title {
        transform: translateY(-20px);
    }

    .contact .swiper-container {
        height: 200px;
    }

    .contact .swiper-container img {
        width: 100%;
        transform: scaleY(1.5);
    }

    .contact_title {
        padding: 30px 15px;
        height: auto;
    }

    .plane_650 {
        display: block;
    }

    .plane_768 {
        display: none;
    }

    .contact_pic {
        padding: 0;
    }
}

/* 四个小信息 */
.contact_four {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

.contact_four .zc9f35col-md3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.contact_four .zc9f35col-md3:first-child {
    padding-left: 0;
}

.contact_four .zc9f35col-md3:last-child {
    padding-right: 0;
}

.contact_four_item {
    width: 268px;
    height: 224px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact_four_item i {
    font-size: 50px;
    color: #337ab7;
}

.contact_four_item h3 {
    font-size: 20px;
    color: #181b31;
    margin: 20px 0;

}

.contact_four_item p {
    font-size: 15px;
    color: #8f9193;
}

.contact_four_item:hover {
    background-color: #337ab7;
}

.contact_four_item:hover i,
.contact_four_item:hover h3,
.contact_four_item:hover p {
    color: #fff;
}

@media screen and (max-width:1024px) {
    .contact_four .zc9f35col-md3:first-child {
        padding: 15px;
    }

    .contact_four .zc9f35col-md3:last-child {
        padding: 15px;
    }
}

@media screen and (max-width:650px) {
    .contact_four .zc9f35col-md3 {
        padding: 0;
        margin: 8px 0;
    }

    .contact_four .zc9f35col-md3 .contact_four_item {
        width: 100%;
    }
}