/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.section-a1 {
    padding-bottom: 73px;
}

.section-a1 .section-header {
    margin-bottom: 40px;
}

.section-a1 .icon-box {
    width: 81px;
    height: 80px;
    margin: auto;
    text-align: center;
}

.section-a1 .section-body ul li .icon-box object {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-a2 {
    background-color: #f6f7fb;
    padding-bottom: 44px;
}

.section-a2 .section-header {
    margin-bottom: 24px;
}

.section-a2 ul {
    width: 100%;
    max-width: 1180px;
}

.section-a2 li:nth-child(2n) {
    padding-left: 65px;
}

.section-a2 li>div {
    background-color: transparent;
    padding: 25px 15px;
}

.section-a2 li>div .info-l {
    margin: 0;
}

.section-a2 li>div .info-l img {
    width: 100%;
    height: 100%;
}

.section-a2 li>div .info-r {
    margin-left: 15px;
    width: 80%;
}

.section-a2 li>div .info-r p {
    line-height: 38px;
}

.section-a3 .section-body .waf div {
    display: inline-block;
}

.section-a3 .waf-right {
    width: calc(100% - 65%);
}

.section-a3 .waf-right .waf-title {
    margin-bottom: 20px;
    margin-left: -4px;
}

.section-a3 .waf-right .waf-title h4 {
    position: relative;
    font-size: 16px;
    padding-left: 28px;
}

.section-a3 .waf-right .waf-title h4::after {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2981ff;
    opacity: .2;
}

.section-a3 .waf-right .waf-title h4::before {
    position: absolute;
    top: 8px;
    left: 4px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2981ff;
}

.section-a3 .waf-right .waf-right-item div:last-child {
    margin-top: 36px;
}

.section-a3 .waf-right .waf-right-item p {
    width: 92%;
    color: #626266;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.section-a3 .waf-left {
    width: 63%;
    text-align: center;
}

.section-a3 .section-header {
    margin-bottom: 72px;
}

.section-body p {
    color: #323235;
}

@media screen and (max-width: 1024px) {

    /* waf介绍页 */
    .section-a1 .section-header {
        margin-bottom: 42px;
    }

    .section-a1 .section-body ul li .icon-box object {
        left: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none
    }

    .section-a1 .section-body span {
        text-align: left;
    }

    .section-a2 li:nth-child(2n) {
        padding-left: 0;
    }

    .section-a3 {
        padding-bottom: 0 !important;
    }

    .section-a3 .section-header {
        margin-bottom: 24px;
    }

    .section-a3 .waf object {
        width: 100% !important;
        height: 180px;
    }

    .section-a3 .waf {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        margin-bottom: 20px;
    }
    .section-a3 .waf>img{
        width: 100% !important;
    }
    .section-a3 .waf-right {
        width: 100%;
        margin-top: 40px;
    }

    .section-a3 .waf-right .waf-right-item>div {
        padding-top: 10px;
    }

    .section-a3 .waf-right .waf-title>* {
        font-size: 14px;
    }

    .section-a3 .waf-right .waf-title {
        margin-bottom: 5px;
    }

    .section-a3 .waf-left,
    .section-a3 .waf-right .waf-right-item p {
        width: 100%;
    }

    .section-a3 .waf-right .waf-right-item div:last-child {
        margin-top: 0px;
    }

    .banner.h600,
    .banner.h560,
    .banner.h531,
    .banner.h440,
    .banner.h480 {
        height: 425px !important;
    }
}