.zhanwei {
    width: 100%;
    height: 70px;
}

.directory {
    font-size: 20px;
    color: #333333;
    width: calc(100% - 240px);
    margin: 25px auto 35px;
}

.banner {
    width: calc(100% - 240px);
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

.section1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F6F8;
    min-height: 327.76px;
    margin-top: 67px;
    padding-bottom: 66px;
}

.section-title {
    font-size: 48px;
    color: #BF9651;
    line-height: 58px;
    text-align: center;
    margin-top: 56px;
    
}

.section1-text {
    width: calc(100% - 566px);
    font-size: 20px;
    color: #333333;
    line-height: 41px;
    text-align: center;
    margin-top: 33px;
}

/* 第二部分 */
.section2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    align-items: center;
}

.section2-imgbox {
    display: flex;
    width: calc(100% - 468px);
    margin-top: 27px;
    margin-bottom: 82px;
}

.section2-imgbox img {
    width: calc((100% - 114px)/3);
}

.section2-imgbox img:nth-child(2) {
    margin-left: 57px;
    margin-right: 57px;
}

/* 第三部分 */
.section3 {
    display: flex;
    flex-direction: column;
    background: #EBECF0;
    width: 100%;
}

.section3-imgbox {
    width: 100%;
    padding: 50px 282px 78px 282px;
    display: flex;
}

.section3-imgbox a {
    width: calc((100% - 198px)/3);
    position: relative;
}

.section3-imgbox a:nth-child(2) {
    margin: 0 99px;
}

.section3-imgbox a>img {
    width: 100%;
}

.section3-imgbox a>p {
    /* width: calc(100% - 30px); */
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    margin-bottom: 25px;
}

/* 第四部分 */
.section4 {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section4 img {
    width: calc(100% - 172px);
    margin-top: 45px;
    margin-bottom: 93px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 1440px) {
    .directory {
        width: calc(100% - 128px);
    }

    .banner {
        width: calc(100% - 128px);
    }

    /* 第一部分 */
    .section1 {
        min-height: 259.62px;
        margin-top: 60px;
    }

    .section-title {
        font-size: 36px;
        line-height: 44px;
        margin-top: 49px;
    }

    .section1-text {
        width: calc(100% - 222px);
        font-size: 18px;
        margin-top: 25px;
    }

    /* 第二部分 */
    .section2-imgbox {
        width: calc(100% - 350px);
        margin-top: 20px;
        margin-bottom: 65px;
    }

    .section2-imgbox img {
        width: calc((100% - 84px)/3);
    }

    .section2-imgbox img:nth-child(2) {
        margin-left: 42px;
        margin-right: 42px;
    }

    /* 第三部分 */

    .section3-imgbox {
        width: 100%;
        padding: 38px 212px 59px 212px;
    }

    .section3-imgbox a {
        width: calc((100% - 148px)/3);
    }

    .section3-imgbox a:nth-child(2) {
        margin: 0 74px;
    }

    .section3-imgbox a>p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    /* 第四部分 */
    .section4 img {
        width: calc(100% - 130px);
        margin-top: 29px;
        margin-bottom: 71px;
    }
}

@media screen and (max-width: 1280px) {
    .directory {
        width: calc(100% - 120px);
    }

    .banner {
        width: calc(100% - 120px);
    }

    /* 第一部分 */
    .section-title {
        font-size: 32px;
        line-height: 38px;
        margin-top: 53px;
    }

    .section1-text {
        width: calc(100% - 200px);
        font-size: 18px;
        margin-top: 25px;
    }

    /* 第二部分 */
    .section2-imgbox {
        width: calc(100% - 190px);
        margin-top: 20px;
        margin-bottom: 62px;
    }

    .section2-imgbox img {
        width: calc((100% - 84px)/3);
    }

    .section2-imgbox img:nth-child(2) {
        margin-left: 42px;
        margin-right: 42px;
    }

    /* 第三部分 */
    .section3-imgbox {
        padding: 38px 132px 59px 132px;
    }

    .section3-imgbox a {
        width: calc((100% - 148px)/3);
    }

    .section3-imgbox a:nth-child(2) {
        margin: 0 74px;
    }

    /* 第四部分 */
    .section4 img {
        width: calc(100% - 130px);
        margin-top: 30px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .directory {
        width: calc(100% - 44px);
        margin: 25px auto 18px;
    }

    .banner {
        width: calc(100% - 44px);
    }

    /* 第一部分 */
    .section1 {
        min-height: 259.62px;
        margin-top: 43px;
    }

    .section-title {
        width: calc(100% - 96px);
        font-size: 40px;
        line-height: 48px;
        margin-top: 45px;
    }

    .section1-text {
        width: calc(100% - 120px);
        font-size: 16px;
        line-height: 34px;
        margin-top: 25px;
    }

    /* 第二部分 */
    .section2-imgbox {
        flex-direction: column;
        width: calc(100% - 430px);
        margin-top: 69px;
        margin-bottom: 0px;
    }

    .section2-imgbox img {
        width: 100%;
        margin-bottom: 108px;
    }

    .section2-imgbox img:nth-child(2) {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* 第三部分 */
    .section3-imgbox {
        padding: 36px 20px 65px 20px;
    }

    .section3-imgbox a {
        width: calc((100% - 144px)/3);
    }

    .section3-imgbox a:nth-child(2) {
        margin: 0 72px;
    }
    .section3-imgbox a>p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    /* 第四部分 */
    .section4 img {
        width: calc(100% - 44px);
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 768px) {
    .zhanwei {
        height: 44px;
    }
    .directory {
        width: calc(100% - 40px);
        margin-top: 30px;
    }

    .section-title{
        margin-left: auto;
        margin-right: auto;
    }

    .banner {
        width: calc(100% - 40px);
    }

    .section1-text {
        width: calc(100% - 100px);
    }

    /* 第二部分 */
    .section2-imgbox {
        flex-direction: column;
        /* width: calc(100% - 408px); */
        width: calc(100% - 208px);
        margin-top: 53px;
    }

    .section2-imgbox img {
        margin-bottom: 55px;
    }


    /* 第三部分 */

    .section3-imgbox {
        padding: 26px 17px 50px 17px;
    }

    .section3-imgbox a {
        width: calc((100% - 106px)/3);
    }

    .section3-imgbox a:nth-child(2) {
        margin: 0 53px;
    }
    .section3-imgbox a>p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 14px;
    }

    /* 第四部分 */
    .section4 img {
        width: calc(100% - 32px);
        margin-top: 21px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 650px) {
    .directory {
        width: calc(100% - 20px);
        font-size: 14px;
        margin-top: 11px;
    }

    .banner {
        width: calc(100% - 20px);
    }

    /* 第一部分 */
    .section1 {
        margin-top: 28px;
        padding-bottom: 30px;
    }

    .section-title {
        width: calc(100% - 52px);
        font-size: 18px;
        line-height: 21.6px;
        margin-top: 31px;
    }

    .section1-text {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 28px;
        margin-top: 14px;
    }

    /* 第二部分 */
    .section2-imgbox {
        flex-direction: column;
        width: calc(100% - 120px);
        margin-top: 16px;
    }

    .section2-imgbox img {
        margin-bottom: 19px;
    }

    .section2-imgbox img:last-child {
        margin-bottom: 22px;
    }

    /* 第三部分 */
    .section3-imgbox {
        padding: 13px 8px 22px 8px;
    }

    .section3-imgbox a {
        width: calc((100% - 52px)/3);
    }

    .section3-imgbox a:nth-child(2) {
        margin: 0 26px;
    }
    .section3-imgbox a>p {
        font-size: 6px;
        line-height: 6px;
        margin-bottom: 7px;
    }

    /* 第四部分 */
    .section4 img {
        width: calc(100% - 30px);
        margin-top: 21px;
        margin-bottom: 23px;
    }
}