.bg-top-img {
    margin-bottom: 110px;
    background-image: url(../img/contacTop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.speech-box {
    width: 70%;
    margin: auto;
    height: 548px;
    padding: 32px 0;
    position: relative;
    margin-bottom: 110px;
}

.speech-box-text {
    width: 100%;
    height: 484px;
    background-color: #F6F6F6;
    color: #083E94;
    font-size: 48px;
    padding-top: 118px;
    padding-left: 60px;
    text-align: left
}

.speech-box-text span {
    font-weight: normal;
}

.speech-box-text h3 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    font-size: 48px;
    width: 50%;
}

.speech-box-text p {
    width: 50%;
    height: 243px;
    font-size: 24px;
    color: #000;
}

.speech-box-img {
    width: 384px;
    height: 548px;
    background: #CFE8FF;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px dashed #ccc;
}


/* 媒体查询 */

@media (max-width: 970px) {
    .bg-top-img {
        margin-bottom: 80px;
        background-image: url(../img/contacTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
    .speech-box {
        width: 90%;
        margin: auto;
        height: 548px;
        padding: 12px 0;
        position: relative;
        margin-bottom: 80px;
    }
    .speech-box-text {
        width: 100%;
        height: 484px;
        background-color: #F6F6F6;
        color: #083E94;
        font-size: 28px;
        padding-top: 10px;
        padding-left: 10px;
        text-align: left
    }
    .speech-box-text span {
        font-weight: normal;
    }
    .speech-box-text h3 {
        font-weight: bold;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
        font-size: 28px;
        width: 100%;
    }
    .speech-box-text p {
        width: 100%;
        height: 243px;
        font-size: 14px;
        color: #000;
    }
    .speech-box-img {
        width: 184px;
        height: 248px;
        background: #CFE8FF;
        position: absolute;
        top: 240px;
        left: 0;
        border: 2px dashed #ccc;
        margin: auto;
    }
}