*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.gradient{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(33deg,#ffc850,#ffdc50);
}
a{
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
    color: #000;
}
strong{
    color: #363636;
    font-weight: 700;
}
html{
    font-size: 16px;
}
.emerge{
    animation: emerge 0.5s ease;
}
/* 公共动画 */
@keyframes emerge{
    0%{
        transform: translateY(50%);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

.main-page{
    overflow: hidden;
}


/* banner */
#banner{
    padding: 68px 0;
    background-color: #fff;
    background-image: url('../images/foot-banner1.jpg');
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 525px;
    position: relative;
    transition: all 0.5s ease;
}
#banner > .container{
    width: auto;
    height: 100%;
    max-width: 1344px;
    margin: 0 auto;
    position: relative;
    padding: 0 12px;
    overflow: hidden;
}
    .banner-columns{
        display: flex;
        height: 100%;
        justify-content: center;
    }
    .banner-column{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner-p{
        font-size: 42px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 14px;
        letter-spacing: 4px;
    }
.banner-shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.banner-shade-content{
    text-align: center;
    margin-top: 16%;
}


/* selection */
#selection{
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
}
#selection > .container{
    width: auto;
    max-width: 1344px;
    margin: 0 auto;
    position: relative;
    padding: 20px 12px;
    overflow: hidden;
}
.selection-buttons{
    display: flex;
    justify-content: center;
}
.selection-button{
    padding: 12px 60px;
    border-radius: 8px;
    color: #000;
    background-color: #fff;
    margin: 0 10px;
    font-weight: 600;
    font-size: 18px;
    opacity: .7;
    cursor: pointer;
    transition: all 0.3s ease;
}
.selection-button:hover{
    opacity: 1;
}
.selection-button.active{
    opacity: 1;
    border: 1px solid #000;
}



/* 扁平足 */
#bpz{
    position: relative;
    animation: bpz 0.3s ease-in-out;
}
@keyframes bpz{
    0%{
        transform: translateX(-10%);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
#bpz hr{
    color: #c8c8c8;
    margin: 20px 0;
}
#bpz > .container{
    width: auto;
    max-width: 1344px;
    margin: 0 auto;
    position: relative;
    padding: 40px 12px;
    overflow: hidden;
}
.bpz-columns1{
    padding: 32px 0;
    display: flex;
    align-items: center;

}
    .bpz-column1{
        width: 50%;
        padding: 20px 40px;
    }
    .bpz-column1-text{
        max-width: 380px;
    }
    .bpz-column1-text > .title{
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 20px;
        position: relative;
    }
    .bpz-column1-text > .title::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 66px;
        height: 6px;
        background-color: #ffdc32;
    }
    .bpz-column1-text > .detail{
        padding: 20px 0;
    }
    .bpz-column1-img{
        padding: 0 20px;
    }
    .bpz-column1-img > img{
        width: 100%;
    }

.bpz-title,
.bzj-title{
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0;
    padding-top: 40px;
    text-align: center;
    position: relative;
}
.bpz-title::after,
.bzj-title::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 66px;
    height: 6px;
    background-color: #ffdc32;
}
.bpz-columns2{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
    .bpz-column2{
        width: 25%;
        padding: 0 14px;
    }
    .bpz-column2-img{
        width: 100%;
        font-size: 0;
    }
        .bpz-column2-img > img{
            width: 100%;
        }
    .bpz-column2-title{
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        padding: 14px 0;
    }
    .bpz-column2-detail{
        text-align: center;
        font-size: 14px;
    }

.bpz-columns3{
    display: flex;
    padding: 50px 0;
}
    .bpz-column3{
        width: 33.33333333%;
        padding: 0 8px;
    }
    .bpz-column3-wrapper{
        border: 1px solid #b4b4b4;
        border-radius: 12px;
        position: relative;
    }
    .bpz-column3-img{
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        font-size: 0;
    }
    .bpz-column3-img > img{
        width: 100%;
    }
    .bpz-column3-texts{
        height: 240px;
        width: 100%;
        overflow: hidden;
        padding: 0 24px;
    }
    .bpz-column3-title{
        font-size: 22px;
        font-weight: 600;
        height: 68px;
        display: flex;
        align-items: center;
    }
    .bpz-column3-icon{
        width: 70px;
        height: 70px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
        border-radius: 50%;
    }
    .bpz-column3-icon > img{
        width: 100%;
        height: 100%;
    }
    .bpz-column3:nth-child(1) .bpz-column3-icon{
        background-color: #ffdc32;
        box-shadow: 0 0 18px #ffdc32;
    }
    .bpz-column3:nth-child(2) .bpz-column3-icon{
        background-color: #ff262b;
        box-shadow: 0 0 18px #ff262b;
    }
    .bpz-column3:nth-child(3) .bpz-column3-icon{
        background-color: #00cc60;
        box-shadow: 0 0 18px #00cc60;
    }


/* 八字脚 */
#bzj{
    position: relative;
    animation: bzj 0.3s ease-in-out;
    display: none;
}
@keyframes bzj{
    0%{
        transform: translateX(10%);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
#bzj > .container{
    width: 100%;
    max-width: 1344px;
    padding: 0 12px;
    margin: 0 auto;
}
.info-columns{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.info-column{
    width: 50%;
    padding: 50px;
}
.info-column-img{
    width: 100%;
    font-size: 0;
}
.info-column-img > img{
    width: 100%;
}
.info-column-title{
    font-size: 36px;
    font-weight: 600;
    padding: 16px 0;
    position: relative;
}
.info-column-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 3px;
    background-color: #ffdc32;
}
.info-column-p{
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
}

.bzj-cause-text{
    text-align: center;
    padding: 20px 0;
}

.bzj-cause-img{
    width: 100%;
    max-width: 620px;
    padding: 20px 0;
    margin: 0 auto;
}
.bzj-cause-img > img{
    width: 100%;
}

.bzj-table{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
.bzj-table-item{
    width: 33.3333%;
    height: 260px;
    padding: 4px;
}
.bzj-table-cell{
    width: 100%;
    height: 100%;
    padding: 40px 30px;
}
.bzj-table-cell.dreary{
    background-color: #dddddd;
}
.bzj-table-cell.light{
    background-color: #f1f1f1;
}
.bzj-table-cell.dark{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #323232;
    color: #fff;
    font-weight: 600;
}
.bzj-value{
    padding: 46px 20px;
}

.bzj-notice{
    width: 100%;
    display: flex;
    padding-bottom: 50px;
}
.bzj-notice-list{
    width: 70%;
}
.bzj-notice-img{
    width: 30%;
}
.bzj-notice-img > img{
    width: 100%;
}
.bzj-notice-item{
    display: flex;
    padding: 20px 50px;
}
.bzj-notice-item-icon{
    width: 60px;
    height: 60px;
    padding: 5px;
}
.bzj-notice-item-icon > span{
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #ffe100;
}
.bzj-notice-item-cotent{
    width: calc(100% - 60px);
    padding: 16px 10px;
}







.mini-show{
    display: none;
}
.mini-hide{
    display: block;
}
.mini-hide.flex{
    display: flex;
}
.mini-hide.inline{
    display: inline;
}
@media screen and (max-width: 1700px){
    #banner {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 750px){
    .mini-show{
        display: block;
    }
    .mini-show.flex{
        display: flex;
    }
    .mini-hide{
        display: none !important;
    }

    /* banner */
    #banner{
        background-position: 90% center;
    }
    

    .selection-button{
        padding: 12px 40px;
        border-radius: 4px;
    }
    /* 扁平足 */
    .bpz-columns1:nth-child(1) .bpz-column1:nth-child(1){
        order: 1;
        width: 60%;
        padding: 0;
    }
    .bpz-columns1:nth-child(1) .bpz-column1:nth-child(2){
        order: 0;
        width: 40%;
        padding: 0;
    }
    .bpz-column1-img{
        padding: 0;
        font-size: 0;
        padding-right: 10px;
    }
    .bpz-column1-text > .title{
        font-size: 18px;
        padding: 0;
    }
    .bpz-column1-text > .title::after{
        content: none;
    }
    .bpz-column1-text > .detail{
        font-size: 12px;
        padding: 10px 0;
    }
    .bpz-columns1{
        padding: 16px 0;
        align-items: flex-start;
    }
    .bpz-columns1:nth-child(3) .bpz-column1:nth-child(1){
        order: 0;
        width: 40%;
        padding: 0;
    }
    .bpz-columns1:nth-child(3) .bpz-column1:nth-child(2){
        order: 1;
        width: 60%;
        padding: 0;
    }
    .bpz-columns1:nth-child(5) .bpz-column1:nth-child(1){
        order: 1;
        width: 60%;
        padding: 0;
    }
    .bpz-columns1:nth-child(5) .bpz-column1:nth-child(2){
        order: 0;
        width: 40%;
        padding: 0;
    }


    .bpz-title{
        font-size: 28px;
        padding: 20px 0;
        padding-bottom: 10px;
    }
    .bpz-title::after, .bzj-title::after{
        height: 3px;
    }

    .bpz-column2{
        width: 50%;
    }
    .bpz-column2-title{
        font-size: 16px;
        padding-bottom: 6px;
    }
    .bpz-column2-detail{
        font-size: 12px;
    }

    .bpz-columns3{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .bpz-column3{
        width: 100%;
        margin-bottom: 16px;
    }
    .bpz-column3-wrapper{
        display: flex;
        overflow: hidden;
    }
    .bpz-column3-texts{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
    }
    .bpz-column3-img{
        border-radius: 0;
        width: 40%;
    }
    .bpz-column3-title{
        font-size: 16px;
        height: auto;
        margin-bottom: 6px;
    }
    .bpz-column3-title > img{
        width: 36px;
        height: 36px;
    }
    .bpz-column3-detail{
        font-size: 12px;
    }


    /* 八字脚 */
    .info-columns{
        align-items: flex-start;
    }
    .info-column:nth-child(2){
        order: 0;
        width: 40%;
        padding: 0;
    }
    .info-column:nth-child(1){
        order: 1;
        width: 60%;
        padding: 0;
    }
    .info-column-img{
        padding-right: 10px;
        font-size: 0;
    }
    .info-column-img > img{
        border-radius: 6px;
    }
    .info-column-title{
        font-size: 18px;
        padding: 0;
    }
    .info-column-title::after{
        content: none;
    }
    .info-column-p{
        font-size: 12px;
        line-height: 18px;
        padding: 10px 0;
    }
    


    .bzj-title{
        font-size: 18px;
    }
    .bzj-title::after{
        content: none;
    }
    .bzj-cause-text{
        font-size: 12px;
        padding: 0;
    }

    .bzj-table{
        padding-top: 10px;
    }
    .bzj-table-item{
        width: 100%;
        height: auto;
    }
    .bzj-table-cell{
        border-radius: 8px;
        overflow: hidden;
        padding: 14px 10px;
        background-color: #f5f5f5 !important;
        border: 1px solid #000;
        font-size: 12px;
        position: relative;
        padding-left: 40px;
    }
    .bzj-table-index{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 30px;
        background-color: #000;
        color: #ffdc32;
        font-size: 30px;
        font-weight: 900;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bzj-value{
        padding-top: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .bzj-notice-list{
        width: 100%;
    }
    .bzj-notice-item{
        padding: 0;
        border: 1px solid #000;
        border-radius: 8px;
        margin-bottom: 10px;
        font-size: 12px;
        overflow: hidden;
    }
    .bzj-notice-item-img{
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bzj-notice-item-img > img{
        width: 100%;
    }
    .bzj-notice-item-cotent{
        width: 60%;
        display: flex;
        align-items: center;
    }
}




