.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.mq1 {
    text-align: center;
    width: 1200px;
    overflow: hidden;
    margin: auto;
}

.mq1 h2 {
    font-size: 61px;
    font-weight: bold;
    color: #1449e3;
    line-height: 64px;
    display: inline-block;
    margin: 30px 20px 0;
}

.mq1 .before,
.mq1 .after {
    width: 28px;
    height: 28px;
    background: #1449e3;
    display: inline-block;
    border-radius: 50%;
    vertical-align: super;
}

.mucha {
    width: 513px;
    height: 95px;
    background: #f6cf84;
    border-radius: 10px;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 95px;
    font-size: 59px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 10px 10px 5px #795B21;
    margin-bottom: 85px;

}

.read img {
    margin-top: 90px;
}

.read .mucha {
    margin-top: 96px;
}

.advantage {
    width: 100%;
    height: 942px;
    background: url(../images/bg.png) no-repeat top center;
}

.advantage img {
    width: 100%;
    margin-top: 58px;
    margin-bottom: 44px;
}
.advantage .mq1{
    padding:11px
}