

    .swiper-pagination-custom {
        bottom: 5%;
        left: 0;
        width: 100%;
        height: 20px;
        /* background-color: red; */
        /* text-align: center; */
    }
    a:hover {
        color:white !important;
    }
    /*自定义分页器的样式，这个你自己想要什么样子自己写*/
    .swiper-pagination-customs {
        display: inline-block;
        width: 24px;
        height: 3px;
        opacity: 1;
        background: #a2a2a2;
        border-radius: 2px;
    }
    /*自定义分页器激活时的样式表现*/
    .swiper-pagination-customs-active {
        display: inline-block;
        width: 24px;
        height: 3px;
        opacity: 1;
        background: #e6930f;
        border-radius: 2px;
    }
    .box{
        width: 100%;
    }
    .banner-box{
        width: 100%;
    }
    .banner-box img{
        width: 100%;
        height: 100%;
    }
    .about-box{
        width: 100%;
        /* height: 358px; */
        background: #d2bb8c;
        margin-top: -4px;
        display: flex;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        padding: 20px 0px;
    }
    .font1{
        font-size: 36px;
        font-family: SourceHanSansCN, SourceHanSansCN-Normal;
        font-weight: Normal;
        color: #ffffff;
        margin-top: 77px;
    }
    .font2{
        width: 60%;
        margin-top: 9px;
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Normal;
        font-weight: Normal;
        text-align: center;
        color: #ffffff;
        line-height: 24px;
    }
    .btn{
        margin-top: 50px;
        width: 196px;
        height: 50px;
        opacity: 1;
        border: 1px solid #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
    }
    .tab-box{
        width:100%;
        /* height: 671px; */
        opacity: 1;
        background: #f9f8f4;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .tab-box-li{
        width: 370px;
        height: 370px;
        opacity: 1;
        background: #ffffff;
        cursor: pointer;
        margin-top: 20px;
    }
    .tab-box-li-1{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .tab-box-li-2{
        background: #D2BB8C;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0px 32px;
        color: #fff;
    }
    .tab-box-name{
        font-size: 24px;
        font-family: SourceHanSansCN, SourceHanSansCN-Medium;
        font-weight: 500;
        text-align: center;
        color: #343434;
        line-height: 36px;
    }

    .tab-box-li-2-title{
        width: 100%;
        font-size: 24px;
        font-family: SourceHanSansCN, SourceHanSansCN-Medium;
        font-weight: 500;
        color: #ffffff;
        padding-top: 51px;
    }
    .tab-box-li-2-content{
        font-size: 16px;
        font-family: SourceHanSansCN, SourceHanSansCN-Normal;
        font-weight: Normal;
        text-align: justify;
        color: #ffffff;
        line-height: 27px;
        padding-top: 10px;
    }