﻿/*公共样式*/
.html {
    color: black;
}

body {
    font-family: "SourceHanSansCN-Medium",sans-serif !important;
    overflow: auto !important;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x: scroll;
}

.sec-wrapper {
    min-width: 1666px;
    width: 100%;
    overflow: hidden;
}

p {
    margin: 0;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.sec-title {
    font-size: 60px;
    font-weight: bold;
    color: #0A0000;
    line-height: 70px;
    color: #0E3D92;
}

.title-two {
    font-size: 22px;
    line-height: 30px;
    color: #0A0000;
}

.sec-desc {
    line-height: 35px;
    font-size: 30px;
    color: #0E3D92;
}


.sec-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}


/* .hs-head-nav {
    position: fixed;
} */

.contact {
    margin-top: 0px;
}

@media only screen and (min-width: 769px) {
    .hide-pc {
        display: none !important;
    }
}


@media only screen and (max-width: 1200px) {
    .hs-nav .hs-nav-cpfa .container {
        width: 750px;
    }

    .hs-head ul li:nth-child(2) .hs-nav-cpfa .container {
        width: 1200px;
    }
}

/*大标题*/
.big-title {
    height: 275px;
}

    .big-title .container {
        text-align: center;
        padding-top: 123px;
    }

.sec-big-title {
    font-size: 40px;
    font-weight: bold;
    color: #090909;
    line-height: 50px;
}

.big-title .line {
    width: 150px;
    height: 8px;
    background: #E02B37;
    margin: 40px auto 0;
}


/*banner*/
.sec-banner {
    height: 794px;
    position: relative;
    color: #FFFFFF;
    /* margin-top: 65px; */
    /*background-color: #E02B37;*/
}

    .sec-banner.sec-lazyload .sec-bg {
        background-image: url("../img/31years/pc/kv/banner-new.png");
    }


/*swiper*/
.sec-swiper {
    height: 500px;
    position: relative;
}

    .sec-swiper .container {
        padding-top: 50px;
    }

    .sec-swiper img {
        height: 100%;
    }

    .sec-swiper .container .bg-img {
        height: 371px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec-swiper .swiper-container {
        position: absolute;
        top: 0;
        width: 100%;
    }

        .sec-swiper .swiper-container .swiper-slide {
            height: 371px;
            display: flex;
        }

            .sec-swiper .swiper-container .swiper-slide .img {
                height: 297px;
                margin: 33px 0px auto 19px;
            }

                .sec-swiper .swiper-container .swiper-slide .img.img-one {
                    height: 316px;
                    margin: 24px 0px auto 10px;
                }

            .sec-swiper .swiper-container .swiper-slide .desc-wrapper {
                width: 545px;
                margin: 51px 0 0 81px;
            }

                .sec-swiper .swiper-container .swiper-slide .desc-wrapper.desc-one {
                    margin: 51px 0 0 71px;
                }

                .sec-swiper .swiper-container .swiper-slide .desc-wrapper .title {
                    font-size: 30px;
                    font-weight: bold;
                    color: #090909;
                    line-height: 50px;
                }

                .sec-swiper .swiper-container .swiper-slide .desc-wrapper .desc {
                    font-size: 18px;
                    color: #979797;
                    line-height: 35px;
                    margin-top: 20px;
                }

.swiper-button-next::after, .swiper-button-prev::after {
    content: none;
}

.sec-swiper.sec-lazyload .bottom .swiper-btn .swiper-button-prev {
    background: url("../img/31years/pc/swiper/btn-left.png") no-repeat;
    height: 21px;
    width: 16px;
    left: 515px;
}

.sec-swiper.sec-lazyload .bottom .swiper-btn .swiper-button-next {
    background: url("../img/31years/pc/swiper/btn-right.png") no-repeat;
    height: 21px;
    width: 16px;
    right: 474px;
}

.sec-swiper .bottom .swiper-btn {
    position: relative;
    top: -30px;
}

.sec-swiper .bottom .pages .pages-img {
    height: 41px;
    position: absolute;
    top: 329px;
    left: 360px;
}

    .sec-swiper .bottom .pages .pages-img .num {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 18px;
        color: #FFFFFF;
        line-height: 35px;
    }


/*welfare*/
.sec-welfare.sec-lazyload .sec-bg {
    background-image: url("../img/31years/pc/welfare/bg-new.png");
}

.sec-welfare img {
    height: 100%;
}

.sec-welfare {
    height: 1209px;
    position: relative;
}

    .sec-welfare .container .item {
        position: absolute;
    }

    .sec-welfare .container .item-1 .title {
        color: #FFFFFF;
        font-size: 45px;
        font-weight: bold;
        line-height: 60px;
    }

    .sec-welfare .container .item-1 .line {
        width: 40px;
        height: 6px;
        background: #FFFFFF;
        margin: 37px 0 37px;
    }

    .sec-welfare .container .item-1 .desc {
        font-size: 22px;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 3px;
    }

    .sec-welfare .container .item-1 {
        width: 378px;
        height: 580px;
        top: 246px;
        padding: 35px 50px 35px 30px;
    }


    .sec-welfare .container .item .img {
        height: 50px;
    }

    .sec-welfare .container .item .item-title {
        font-size: 30px;
        color: #E02B37;
        line-height: 30px;
        font-weight: bold;
        margin: 20px 0;
    }

    .sec-welfare .container .item .list-desc {
        font-size: 22px;
        color: #090909;
        line-height: 30px;
        font-weight: bold;
        margin-left: 10px;
    }

    .sec-welfare .container .item .cir {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #E02B37;
    }

    .sec-welfare .container .item .list-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }


    .sec-welfare .container .item-2 {
        top: 567px;
        left: 516px;
    }

    .sec-welfare .container .item-3 {
        top: 567px;
        left: 906px;
    }

    .sec-welfare .container .item-4 {
        top: 911px;
        left: 126px;
    }

    .sec-welfare .container .item-5 {
        top: 911px;
        left: 516px;
    }

    .sec-welfare .container .item-6 {
        top: 911px;
        left: 906px;
    }


/*welfare-one*/
.sec-welfare-one img {
    height: 100%;
}

.sec-welfare-one {
    height: 601px;
    position: relative;
    color: #fff;
}

    .sec-welfare-one .bg-img {
        width: 1169px;
        position: relative;
        margin: 0 auto;
        display: flex;
    }

    .sec-welfare-one .desc-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 1169px;
        height: 562px;
        padding: 33px 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .sec-welfare-one .desc-wrapper .right {
            width: 490px;
        }

            .sec-welfare-one .desc-wrapper .right .title {
                font-size: 30px;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 40px;
                margin-bottom: 30px;
            }

            .sec-welfare-one .desc-wrapper .right .item-title {
                font-size: 25px;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 35px;
                margin-bottom: 5px;
            }

            .sec-welfare-one .desc-wrapper .right .list-item .desc {
                font-size: 20px;
                line-height: 30px;
            }

            .sec-welfare-one .desc-wrapper .right .list-item {
                margin-bottom: 30px;
            }

    .sec-welfare-one .right .item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .sec-welfare-one .right .cir {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 10px;
    }

/*user*/
.sec-users img {
    width: 100%;
}

.sec-users {
    height: 590px;
    position: relative;
    padding-top: 10px;
}

    .sec-users .container {
        display: flex;
        justify-content: space-between;
    }

        .sec-users .container::before, .sec-users .container::after {
            content: none;
        }

        .sec-users .container .list-item {
            display: flex;
            align-items: center;
        }

    .sec-users .left .num {
        font-size: 50px;
        font-weight: bold;
        color: #A1A0A8;
        line-height: 30px;
    }

    .sec-users .left .desc {
        font-size: 18px;
        font-weight: bold;
        color: #2D2D2D;
        line-height: 30px;
        width: 380px;
        margin-left: 25px;
    }

    .sec-users .left .line {
        width: 488px;
        height: 2px;
        background: #EEEEEE;
        margin: 40px 0;
    }

    .sec-users .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .sec-users .right .img {
            width: 538px;
        }

        .sec-users .right .btn {
            width: 330px;
            height: 64px;
            background-color: #E02B37;
            border-radius: 40px;
            color: #fff;
            font-size: 25px;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 50px;
            margin-top: 70px;
        }


/*welfare-two*/
.sec-welfare-two.sec-lazyload .sec-bg {
    background-image: url("../img/31years/pc/welfare-two/bg-new.png");
}

.sec-welfare-two img {
    width: 100%;
}

.sec-welfare-two {
    height: 870px;
    position: relative;
}

    .sec-welfare-two .list .item {
        position: absolute;
    }

        .sec-welfare-two .list .item .img {
            width: 53px;
        }

        .sec-welfare-two .list .item .title {
            font-size: 25px;
            font-weight: bold;
            color: #E12B37;
            line-height: 35px;
            margin: 15px 0 10px;
        }

        .sec-welfare-two .list .item .desc {
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
        }

        .sec-welfare-two .list .item.item-2 .img {
            width: 58px;
        }

        .sec-welfare-two .list .item.item-1 {
            top: 164px;
            left: 107px;
        }

        .sec-welfare-two .list .item.item-2 {
            top: 151px;
            left: 500px;
        }

        .sec-welfare-two .list .item.item-3 {
            top: 367px;
            left: 107px;
        }

        .sec-welfare-two .list .item.item-4 {
            top: 367px;
            left: 500px;
        }

        .sec-welfare-two .list .item.item-5 {
            top: 584px;
            left: 500px;
        }

    .sec-welfare-two .btn-wrapper {
        position: absolute;
        width: 76px;
        height: 210px;
        top: 330px;
        right: 166px;
        font-size: 30px;
        font-weight: bold;
        color: #E02B37;
        line-height: 40px;
        cursor: pointer;
    }

        .sec-welfare-two .btn-wrapper .desc {
            width: 30px;
            margin: 23px auto 0;
        }

    .sec-welfare-two .tip {
        position: absolute;
        top: 770px;
        font-size: 16px;
        color: #090909;
        line-height: 50px;
    }


/*welfare-two*/
.sec-welfare-three img {
    width: 100%;
}

.sec-welfare-three {
    height: 967px;
    position: relative;
}

    .sec-welfare-three .list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .sec-welfare-three .list .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 190px;
            height: 360px;
            background: #F7F7F7;
            margin-bottom: 20px;
            text-align: center;
            padding-top: 30px;
        }


            .sec-welfare-three .list .item .img {
                width: 62px;
                height: 62px;
            }

            .sec-welfare-three .list .item .item-title {
                font-size: 22px;
                font-weight: bold;
                color: #090909;
                line-height: 30px;
                margin: 39px 0 20px;
            }

            .sec-welfare-three .list .item .item-desc {
                font-size: 15px;
                color: #090909;
                line-height: 25px;
                margin-bottom: 20px;
            }

            .sec-welfare-three .list .item .num {
                font-size: 20px;
                font-weight: bold;
                line-height: 40px;
            }

            .sec-welfare-three .list .item .line {
                width: 15px;
                height: 3px;
                background-color: #000;
            }



    .sec-welfare-three .tip {
        font-size: 15px;
        font-weight: 400;
        color: #090909;
        line-height: 40px;
    }

    .sec-welfare-three .btn-wrapper {
        width: 330px;
        height: 64px;
        background-color: #E02B37;
        color: #fff;
        border-radius: 40px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 64px;
        cursor: pointer;
        margin: 50px auto 0;
    }



    .sec-welfare-three.sec-lazyload .list .item-1 .img {
        background-image: url(../img/31years/pc/welfare-three/1.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-2 .img {
        background-image: url(../img/31years/pc/welfare-three/2.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-3 .img {
        background-image: url(../img/31years/pc/welfare-three/3.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-4 .img {
        background-image: url(../img/31years/pc/welfare-three/4.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-5 .img {
        background-image: url(../img/31years/pc/welfare-three/5.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-6 .img {
        background-image: url(../img/31years/pc/welfare-three/6.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-7 .img {
        background-image: url(../img/31years/pc/welfare-three/7.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-8 .img {
        background-image: url(../img/31years/pc/welfare-three/8.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-9 .img {
        background-image: url(../img/31years/pc/welfare-three/9.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-10 .img {
        background-image: url(../img/31years/pc/welfare-three/10.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-11 .img {
        background-image: url(../img/31years/pc/welfare-three/11.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-12 .img {
        background-image: url(../img/31years/pc/welfare-three/12.png);
    }

@media only screen and (min-width: 769px) {

    .sec-welfare-three.sec-lazyload .list .item-1:hover .img {
        background-image: url(../img/31years/pc/welfare-three/1-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-2:hover .img {
        background-image: url(../img/31years/pc/welfare-three/2-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-3:hover .img {
        background-image: url(../img/31years/pc/welfare-three/3-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-4:hover .img {
        background-image: url(../img/31years/pc/welfare-three/4-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-5:hover .img {
        background-image: url(../img/31years/pc/welfare-three/5-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-6:hover .img {
        background-image: url(../img/31years/pc/welfare-three/6-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-7:hover .img {
        background-image: url(../img/31years/pc/welfare-three/7-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-8:hover .img {
        background-image: url(../img/31years/pc/welfare-three/8-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-9:hover .img {
        background-image: url(../img/31years/pc/welfare-three/9-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-10:hover .img {
        background-image: url(../img/31years/pc/welfare-three/10-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-11:hover .img {
        background-image: url(../img/31years/pc/welfare-three/11-a.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-12:hover .img {
        background-image: url(../img/31years/pc/welfare-three/12-a.png);
    }


    .sec-welfare-three .list .item:hover {
        background-color: #E02B37;
        color: #fff;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    }

        .sec-welfare-three .list .item:hover .item-desc, .sec-welfare-three .list .item:hover .item-title {
            color: #fff;
        }

        .sec-welfare-three .list .item:hover .line {
            background-color: #fff;
        }

}



/*welfare-four*/
.sec-welfare-four.sec-lazyload .sec-bg {
    background-image: url("../img/31years/pc/welfare-four/bg-new.png");
}

.sec-welfare-four img {
    width: 100%;
}

.sec-welfare-four {
    height: 687px;
    position: relative;
    color: #fff;
}

    .sec-welfare-four .list {
        margin: 115px 0 0 781px;
    }

        .sec-welfare-four .list .item {
            display: flex;
            align-items: center;
        }

            .sec-welfare-four .list .item .desc {
                font-size: 30px;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 60px;
            }


            .sec-welfare-four .list .item .cir {
                width: 7px;
                height: 7px;
                background-color: #fff;
                border-radius: 50%;
                margin-right: 20px;
            }

    .sec-welfare-four .btn-wrapper {
        width: 330px;
        height: 64px;
        background-color: #fff;
        color: #E02B37;
        border-radius: 40px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 64px;
        cursor: pointer;
        margin: 40px 0 0 781px;
    }

    .sec-welfare-four .code {
        width: 250px;
        top: 160px;
        right: -200px;
        position: absolute;
        display: none;
    }


/*welfare-five*/

.sec-welfare-five.sec-lazyload .sec-bg {
    background-image: url("../img/31years/pc/welfare-five/bg-new.png");
}

.sec-welfare-five img {
    width: 100%;
}

.sec-welfare-five .container {
    display: flex;
}

.sec-welfare-five {
    height: 579px;
    position: relative;
    color: #fff;
    margin-top: 100px;
}

    .sec-welfare-five .list {
        width: 450px;
        margin-top: 71px;
    }

        .sec-welfare-five .list .item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
        }

            .sec-welfare-five .list .item .desc {
                font-size: 30px;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 40px;
            }


            .sec-welfare-five .list .item .cir {
                width: 7px;
                height: 7px;
                background-color: #fff;
                border-radius: 50%;
                margin-right: 20px;
                margin-top: 19px;
            }

    .sec-welfare-five .btn-wrapper {
        width: 330px;
        height: 64px;
        background-color: #fff;
        color: #E02B37;
        border-radius: 40px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 64px;
        cursor: pointer;
        margin-top: 74px;
    }


    .sec-welfare-five .pic-1 {
        width: 692px;
        margin-top: -54px;
    }

    .sec-welfare-five .pic-2 {
        width: 371px;
        margin: 20px 0 0 321px;
    }

    .sec-welfare-five .left {
        margin-right: 87px;
    }





/*底部nav*/
.gray-section {
    background: #efefef;
}

.contact {
    background-image: url('../img/word_map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

dl.pull-left {
    min-height: 180px;
}

.row.wangzhandaohang dt a {
    color: #333;
}

.row.wangzhandaohang dd a {
    font-size: 15px;
    color: #8C8D8D;
}

.m-b-lg {
    margin-bottom: 30px;
}

.wangzhandaohang {
    font-size: 15px;
}

.row.wangzhandaohang dd {
    padding-left: 10px;
    border-left: 1px solid #999;
    margin-left: 7px;
    margin-top: 10px;
}

.wangzhandaohang a:hover {
    text-decoration: underline;
}



@media only screen and (max-width: 768px) {
    
    html {
        font-size: 100px;
    }
    .hide-m {
        display: none !important;
    }


    #contact {
        padding-top: .2rem;
    }

    .container {
        width: 100%;
        padding: 0;
    }
    .sec-wrapper {
        min-width: inherit;
    }


    /*大标题*/
    .big-title {
        height: 1.3rem;
    }

     .big-title .container {
        text-align: center;
        padding-top: .28rem;
     }

    .sec-big-title {
        font-size: .2rem;
        font-weight: bold;
        color: #090909;
        line-height: .25rem;
    }
    .sec-big-title i {
        display: block;
    }

    .big-title .line {
        display: none;
    }

    /*带数字大标题*/
    .big-title .num-img {
        width: .3rem;
        margin: 0 auto .1rem;
    }
     .big-title .num-img img {
         width: 100%;
     }
     .big-title-three {
         margin-bottom: .15rem;
     }



    /*banner*/
    .sec-banner {
        /* margin-top: 68px; */
        height: 4.6rem;
    }

    .sec-banner.sec-lazyload .sec-bg {
        background-image: url(../img/31years/m/kv/banner.jpg);
    }



    /*轮播图*/
    .sec-swiper {
        height: 1.3rem;
    }

    .sec-swiper .container {
        padding-top:.1rem;
        width: 100%;
    }
    .sec-swiper .container .bg-img {
        width: 100%;
        height: auto;
    }
    .sec-swiper .swiper-container .swiper-slide {
        height: inherit;
    }
    .sec-swiper .swiper-container .swiper-slide .img.img-one,.sec-swiper .swiper-container .swiper-slide .img {
        margin: 0;
        height: .9rem;
    }
    .sec-swiper .swiper-container {
        width: 1.43rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .swiper-slide-active img {
        transform: scale(1.56);
    }
    .swiper-slide-active {
        z-index:1;
    }
    .swiper-slide-active img, .swiper-slide-duplicate-active  img{
        transition: all .2s ease-in;
    }


    /*title-two*/
    .big-title-two .sec-big-title {
        line-height: .3rem;
    }
    .big-title-two .sec-big-title span {
        background-color: #C20617;
        color: #fff;
        padding: 0 .05rem .03rem .05rem;
    }


    
    .sec-welfare {
        height: 2rem;
        margin-top: -.2rem;
    }
    .sec-welfare.sec-lazyload .sec-bg {
        background-image: url(../img/31years/m/welfare/bg.jpg);
    }


    /*one*/
    .sec-welfare-one {
        height: 2.1rem;
    }
    .sec-welfare-one .container  {
        width: 3.5rem;
    }
    .sec-welfare-one .bg-img {
        width:100%;
    }
    .sec-welfare-one img {
        width: 100%;
    }
    .sec-welfare-one .desc-wrapper {
        height:2.09rem;
        width: 3.50rem;
        padding: 0;
    }

    .sec-welfare-one .desc-wrapper .left {
        width: 1.23rem;
        flex-shrink: 0;
    }
    .sec-welfare-one .desc-wrapper .right .title {
        font-size: .12rem;
        line-height: .15rem;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;

    }
    .sec-welfare-one .desc-wrapper .right .item-title,.sec-welfare-one .desc-wrapper .right .list-item .desc {
        font-size: .12rem;
        line-height: .15rem;
    }
    .sec-welfare-one .desc-wrapper .right .item-title{
        background-color: #fff;
        color: #E02B37;
        display: inline-block;
        padding: 0 .03rem;
    }
    .sec-welfare-one .desc-wrapper .right .item-title span {
        font-size: .1rem;
    }
    .sec-welfare-one .desc-wrapper .right .list-item {
        margin-bottom: .03rem;
    }
    .sec-welfare-one .desc-wrapper .right .list {
        margin-top: .2rem;
        margin-left: .1rem;
    }



    /*two*/
    .big-title-two .container {
       width: 3.52rem;
    }
    .sec-welfare-two {
        height: 2.74rem;
        margin-top: -.15rem;
    }
    .sec-welfare-two .container {
        width: 3.42rem;
    }
    .sec-welfare-two.sec-lazyload .sec-bg {
        background-image: url(../img/31years/m/welfare-two/bg.jpg);
    }
    .sec-welfare-two .list .item .img,.sec-welfare-two .list .item.item-2 .img {
        width:.27rem;
    }
    .sec-welfare-two .list .item .title {
        margin: .1rem 0 .05rem;
    }
    .sec-welfare-two .list .item .title,.sec-welfare-two .list .item .desc {
        font-size: .12rem;
        line-height: .16rem;
    }
    .sec-welfare-two .list .item {
        display: flex;
        align-items: center;
    }
    .sec-welfare-two .list .item .img {
        margin-right: .1rem;
        flex-shrink: 0;
    }

    .sec-welfare-two .list .item.item-1 {

        left: 0;
        top: .23rem;
    }

    .sec-welfare-two .list .item.item-2 {

        left: 1.65rem;
        top: .23rem;
    }
    .sec-welfare-two .list .item.item-2 .desc {
        white-space: nowrap;
    }
    .sec-welfare-two .list .item.item-3 {
        top: .69rem;
        left: 0;
    }

    .sec-welfare-two .list .item.item-4 {
        top: .69rem;
        left: 1.65rem;
    }

    .sec-welfare-two .list .item.item-5 {
        left: 0;
        top:1.5rem;
    }
    .sec-welfare-two .list .item.item-5 br {
        display: inline;
    }
    .sec-welfare-two .tip {
        font-size: .07rem;
        font-weight: 400;
        color: #090909;
        line-height: .14rem;
        top: 2.15rem;
    }

    .sec-welfare-two .btn-wrapper {
        width: 1.35rem;
        height: .25rem;
        background: #F8F8F8;
        border-radius: 13px;
        font-size: .12rem;
        font-weight: bold;
        color: #E02B37;
        line-height: .25rem;
        text-align:center;
        top: 2.4rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec-welfare-two .btn-wrapper .desc {
        margin: 0;
        width: inherit;
    }



    /*three*/
    .sec-welfare-three {
        height: 3.1rem;
        margin-top: -.15rem;
    }
    .sec-welfare-three .list .item {
        width: inherit;
        height: inherit;
        background: none;
        margin-bottom: .22rem;
        padding-top: 0;
    }



    .sec-welfare-three.sec-lazyload .list .item-1 .img {
        background-image: url(../img/31years/m/welfare-three/1.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-2 .img {
        background-image: url(../img/31years/m/welfare-three/2.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-3 .img {
        background-image: url(../img/31years/m/welfare-three/3.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-4 .img {
        background-image: url(../img/31years/m/welfare-three/4.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-5 .img {
        background-image: url(../img/31years/m/welfare-three/5.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-6 .img {
        background-image: url(../img/31years/m/welfare-three/6.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-7 .img {
        background-image: url(../img/31years/m/welfare-three/7.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-8 .img {
        background-image: url(../img/31years/m/welfare-three/8.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-9 .img {
        background-image: url(../img/31years/m/welfare-three/9.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-10 .img {
        background-image: url(../img/31years/m/welfare-three/10.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-11 .img {
        background-image: url(../img/31years/m/welfare-three/11.png);
    }

    .sec-welfare-three.sec-lazyload .list .item-12 .img {
        background-image: url(../img/31years/m/welfare-three/12.png);
    }


    .sec-welfare-three .list .item:hover {
        background-color: none;
        color: #090909;
        box-shadow: none;
    }
    .sec-welfare-three .list .item .img {
        width: .35rem;
        height: .35rem;
        background-size: cover;
    }
    .sec-welfare-three .list .item .item-title {
        font-size: .12rem;
        font-weight: bold;
        color: #E02B37;
        line-height: .16rem;
        margin: .1rem 0 .05rem;
    }
    .sec-welfare-three .list .item  {
        width: 25%;
    }
    .sec-welfare-three .bg-img {
        position: absolute;
        top: 0;
        width: 3.36rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec-welfare-three .list {
        position:absolute;
        top: .1rem;
        padding: .15rem .1rem;
    }

    .sec-welfare-three .tip {
        font-size: .07rem;
        font-weight: 400;
        color: #5F5F5F;
        line-height: .14rem;
        position: absolute;
        bottom: .1rem;
        width: 2.62rem;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }


    /*four*/

    .sec-welfare-four {
        height: 1.78rem;
        margin-top: .13rem;
    }

    .sec-welfare-four.sec-lazyload .sec-bg {
        background-image: url(../img/31years/m/welfare-four/bg.png);
    }

    .sec-welfare-four .list .item .desc {
        font-size: .12rem;
        line-height: .16rem;
    }

    .sec-welfare-four .list {
        margin: .19rem 0 0 1.7rem;
    }
    .sec-welfare-four .list .item {
        margin-bottom: .05rem;
    }
    .sec-welfare-four .list .item .cir {
        width: .03rem;
        height: .03rem;
        margin-right: .1rem;
    }

    .sec-welfare-four .btn-wrapper {
        width: 1.35rem;
        height: .25rem;
        background: #F8F8F8;
        border-radius: 13px;
        font-size: .12rem;
        font-weight: bold;
        color: #E02B37;
        line-height: .25rem;
        text-align:center;
        margin: .16rem 0 0 1.6rem;
    }

    .sec-welfare-four .code-m {
        width: 2.85rem;
        height: 3.47rem;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        z-index: 101;
        display: none;
    }

    .sec-welfare-four.sec-lazyload .code-m {
        background:url('../img/31years/m/welfare-four/code-bg.png') no-repeat;
        background-size: 100% 100%;
    }
    .sec-welfare-four .code-m img {
        width: 100%;
    }
    .sec-welfare-four .code-m .logo {
        width: .63rem;
        padding: .1rem;
        background-color: #fff;
        border-radius: 50%;
        margin: -.33rem auto 0;
        
    }
    .sec-welfare-four .code-m .code-content {
        width: 1.94rem;
        margin: 0 auto;
    }
    .sec-welfare-four .code-m .code-title {
        font-size: .34rem;
        font-weight: bold;
        color: #FFFFFF;
        line-height: .6rem;
        margin-bottom: .17rem;
    }
    .sec-welfare-four .code-m .code-tip {

        font-size: .12rem;
        font-weight: bold;
        color: #E42C37;
        line-height: .2rem;
    }
    .sec-welfare-four .code-m .close-btn {
        width: .18rem;
        height: .18rem;
        position: absolute;
        right: .1rem;
        top: .05rem;
    }
    .sec-wrapper  .code-mask {
        background-color: rgba(0,0,0,.5);
        z-index: 100;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


    /*five*/
    .sec-welfare-five {
        height: 1.86rem;
        margin-top: .1rem;
    }
    .sec-welfare-five.sec-lazyload .sec-bg {
        background-image: url(../img/31years/m/welfare-five/bg.jpg);
    }
    .sec-welfare-five .pic-1 {
        width: 1.49rem;
        margin-left: -.13rem;
        margin-top: .16rem;
    }
    .sec-welfare-five .pic-2 {
        width: 1.3rem;
        margin: .08rem .0rem 0 0.07rem;
    }
    .sec-welfare-five .list {
        width: inherit;
        margin-top: .31rem;
    }
    .sec-welfare-five .list .item .desc {
        font-size: .12rem;
        line-height: .16rem;
    }
    .sec-welfare-five .list .item .cir {
        width: .03rem;
        height: .03rem;
        margin-right: .07rem;
        margin-top: .07rem;
    }
    .sec-welfare-five .left {
        margin-right: .3rem;
    }
    .sec-welfare-five .list .item {
        margin-bottom: .1rem;
    }
    .sec-welfare-five .btn-wrapper {
        width: 1.35rem;
        height: .25rem;
        margin-top: .14rem;
        font-size: .12rem;
        line-height: .25rem;
    }


    /*底部*/
    .hide-m-footer {
        display: none;
    }


    .hs-footer p {
        width: 103px;
        text-align: center;
    }


}