﻿* {
    margin: auto;
    font-size: 14px;
    font-family: "微软雅黑",Arial;
    white-space: nowrap;
}

.contactUs {
    width: 1200px;
    margin-top: 15px;
    border-radius: 15px 15px;
    background: linear-gradient(white, #e1f7ff);
    position: relative;
    z-index: 2;
}

.contactUs-title {
    height: 65px;
    line-height: 65px;
}

    .contactUs-title span {
        font-size: 22px;
        margin-left: 30px;
    }

#contactUs {
    width: 1160px;
    min-height: 500px;
    margin-top: 15px;
    padding-bottom:15px;
    white-space: initial;
}

    #contactUs img {
        max-width: 1160px;
    }
