.main {
    background: #fafafa;
}

.banner {
    width: 1227px;
    height: 460px;
    background: url(/images/contantUs.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
}

.msg {
    width: 90%;
    padding: 65px 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.city {
    width: 90%;
    margin: 0 auto;
    /* padding: 65px 0 0 0; */
}

.msg-left>h2,
.wait>h2 {
    font-size: 24px;
    line-height: 36px;
    border-left: 12px solid #83c209;
    margin-bottom: 25px;
}

.msg-left p {
    text-indent: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}

.msg-mid {
    margin-top: 36px
}

.msg-mid p {
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}

.msg-right {
    margin-top: 68px;
    text-align: center;
}

.msg-right p {
    font-size: 14px;
    color: #333333;
    /* line-height:80px; */
}

.map {
    width: 1227px;
    height: 447px;
    background: url(/images/map.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.city .tit {
    text-indent: 35px;
    font-size: 22px;
    color: #83c209;
}

.city .msg-left .article {
    text-indent: 35px;
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    font-weight: 400;
}

.wait {
    margin-top: 50px;
    padding: 0 100px;
}

.wait img {
    padding: 20px 35px 50px
}

/* 修改 */

.msg-left .p1,
.msg-mid .p1 {
    margin-top: 32px;
    font-size: 22px;
}

.msg-right img {
    width: 100px;
    margin-bottom: 15px;
}

.msg-left h2 span {
    font-size: 23px;
}
.wait h2 span{
    font-size: 19px;
}
@media screen and (min-width:960px) and (max-width:1440px) {
    .main {
        background: #fafafa;
    }

    .banner {
        width: 1080px;
        height: 368px;
        background: url(/images/contantUs.png) no-repeat center;
        background-size: 100%;
        margin: 0 auto;
    }

    .msg {
        width: 922px;
        padding: 65px 0 0 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .msg-left .p1,
    .msg-mid .p1 {
        margin-top: 32px;
        font-size: 18px;
    }

    .msg-mid .p1 {
        margin-top: 14px;
    }

    .city {
        width: 1080px;
        margin: 0 auto;
        /* padding: 65px 0 0 0; */
    }

    .msg-left>h2,
    .wait>h2 {
        font-size: 22px;
        line-height: 36px;
        border-left: 12px solid #83c209;
        margin-bottom: 25px;
    }

    .msg-left h2 span {
        font-size: 20px
    }

    .msg-left p {
        text-indent: 30px;
        font-size: 14px;
        color: #333333;
        line-height: 50px;
    }

    .msg-mid {
        margin-top: 54px
    }

    .msg-mid p {
        font-size: 16px;
        color: #333333;
        line-height: 50px;
    }

    .msg-right {
        margin-top: 68px;
        text-align: center;
    }

    .msg-right p {
        font-size: 14px;
        color: #333333;
        /* line-height:80px; */
    }

    .map {
        width: 1080px;
        height: 447px;
        background: url(/images/map.png) no-repeat;
        background-size: 100%;
        margin: 0 auto;
    }

    .city .tit {
        text-indent: 35px;
        font-size: 20px;
        color: #83c209;
    }

    .city .msg-left .article {
        text-indent: 35px;
        font-size: 16px;
        line-height: 42px;
        color: #333333;
        font-weight: 400;
    }

    .wait {
        margin-top: 50px;
        padding: 0 100px;
    }

    .wait h2 span {
        font-size: 16px;
    }

    .wait img {
        padding: 20px 35px 50px
    }
}