:root{
    --title--:#303133;
    --menu--:#606266;
    --yellow--:#FFF000;;
    --font--:#909399;
    --foot--:#303133;
    --grey--:#B3B9C3;
}
body{
    overflow-x:hidden;
}
@font-face {
    font-family:Poppins-Medium;
    src:url('../font/Poppins-Medium.ttf')
}
@font-face {
    font-family:DINPro-Medium;
    src:url('../font/DINPro-Medium.ttf')
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'AlibabaPuHuiTi-2-45-Light','微软雅黑','Arial','PingFang SC';
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--yellow--); 
    color:var(--foot--);
}   
::-moz-selection {
    background:var(--yellow--); 
    color:var(--foot--);
}  
::-webkit-selection {
    background:var(--yellow--); 
    color:var(--foot--);
}
.cl{
    clear: both;
}
.containers{
    max-width:1300px;
    margin:0 auto;
}

/* head */
.head-white{
    height:100px;
    width:100%;
}
.head{
    position: fixed;
    top:0;
    left:0;
    z-index: 999999;
    width:100%;
    height:100px;
    background: #ffffff;
    padding:0 80px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1440px) {
    .head{
        padding:0 40px;
    }
}
@media (max-width: 970px) {
    .head{
        padding:0 20px;
    }
}
.logo{
    width:312px;
    height:78px;
}
@media (max-width: 1440px) {
    .logo{
        width:200px;
        height:50px;
    }
}
@media (max-width: 970px) {
    .logo{
        width:160px;
        height:40px;
    }
}
.menu ul{
    display:flex;
    align-items: center;
    justify-content: space-around;
    padding-top:12px;
}
.menu ul li a{
    position: relative;
    font-family:'AlibabaPuHuiTi-2-45-Light';
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--menu--);
    padding:8px 20px 16px 20px;
}
.menu ul li a:hover{
    color:var(--title--);
}
.menu ul li a::after{
    content:'';
    position: absolute;
    left:50%;
    bottom: 0;
    width:0px;
    height:3px;
    opacity:0;
    background: var(--yellow--);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.menu ul li.active a::after{
    width:42px;
    opacity: 1;
}
@media (max-width: 1440px) {
    .menu ul li a{
        font-size: 16px;
        padding:0 10px 16px 10px;
    }
}
@media (max-width: 970px) {
    .menu ul li a{
        font-size: 14px;
        padding:0 6px 16px 6px;
    }
}

/* navbox */
.navbox{
    position:fixed;
    left:0;
    z-index: 99999;
    top:100px;
    width:100%;
    padding:42px 0 42px 0;
    display: none;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0px 5px 12px rgb(48 49 51 / 10%);
}
.navbox .containers{
    max-width:1028px;
}
.navbox-states{
    display:none;
}
.navbox-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbox-parent{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    width:300px;
    position: relative;
}
.navbox-parent::after{
    content:'';
    width:1px;
    height:230px;
    background: #EBEEF5;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navbox-parent p{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.02em;
    color: #303133;
}
.navbox-parent span{
    display: block;
    margin:5px 0 26px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #303133;
    text-transform:uppercase;
}
.navbox-parent a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 48px;
    border: 1px solid var(--yellow--);
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.571429px;
    color: #030303;
}
.navbox-parent a:hover{
    background: var(--yellow--);
    color:var(--menu--);
}
.navbox-menu{
    display:flex;
    justify-content: space-around;
    align-items: center;
    padding-left:90px;
    position: relative;
}
.navbox-menu p{
    margin-left:90px;
    width:374px;
    height:247px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.navbox-menu ul{
    position: relative;
    max-height: 302px;
    padding-right:10px;
}
.navbox-menu ul li a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 48px;
    font-family:'AlibabaPuHuiTi-2-45-Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #303133;
    border: 1px solid #E4E7ED;
    margin-top: 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.navbox-menu ul li.active a,
.navbox-menu ul li:hover a{
    background: var(--yellow--);
    border: 1px solid var(--yellow--);
}
.navbox-menu ul li.active a,
.navbox-menu ul li:hover a{
    color: #030303;
}
/* banner */
.banner-li{
    width:100%;
    height:880px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-txt{
    margin-top:65px;
    background: #DE0000;
    border-radius: 200px;
    width: 638px;
    height: 60px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #FFF000;
}
.banner-li .containers{
    height:100%;
    position: relative;
}
.banner-desc{
    position: absolute;
    top:80%;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .swiper-slide-active .banner-desc{
    top:50%;
}

.banner .swiper-pagination-bullet-active{
    background: var(--title--);
    width:24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.banner .swiper-pagination-bullet{
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.tabox{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.tabox span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-weight: 500;
    font-size: 45px;
    line-height: 63px;
    letter-spacing: 0.04em;
    color: #202020;
}
.tabox p{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #909399;
}
/* super */
.super{
    width:100%;
    height:928px;
    background:url(../images/super-bg.png) no-repeat center;
    background-size: cover;
    padding-top:120px;
    position: relative;
}
#apply,
#flow,
#policy,
#super{
    position: absolute;
    top:-80px;
}
.super-box{
    width:552px;
    height:552px;
    background:url(../images/super-box.png) no-repeat center;
    background-size: contain;
}
.super-txt{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:110px;
}
.super-txt span{
    position: relative;
    display: block;
    padding-bottom:6px;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #202020;
}
.super-txt span::after{
    content:'';
    width: 28px;
    height: 3px;
    background: #202020;
    border-radius: 14px;
    position: absolute;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.super-txt p{
    padding-top: 6px;
    font-family:'DINPro-Medium';
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #202020;
}
.super-main{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top:60px;
}
.super-desc{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    width:370px;
}
.super-left .super-desc:first-child{
    margin-bottom:97px;
}
.super-desc span{
    position: relative;
    background: #FFF000;
    border-radius: 32px;
    width: 196px;
    height: 56px;
    padding-left:30px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #202020;
}
.super-desc span::before{
    content:'';
    position: absolute;
    left:12px;
    top:50%;
    width:36px;
    height:36px;
    background:url(../images/super-desc.png) no-repeat center;
    background-size: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.super-desc p{
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #909399;
    margin-top:20px;
}
.super-desc p b{
    font-weight: normal;
    color:#202020;
}
.super-right .super-desc{
    align-items: flex-end;
}
.super-right .super-desc:first-child{
    margin-bottom:97px;
}
.super-right .super-desc span{
    padding:0 30px 0 0;
}
.super-right .super-desc span::before{
    left:auto;
    right:12px;
}
.super-right .super-desc p{
    text-align: right;
}

/* product */
.product{
    padding:128px 0;
}
.product .tabox p{
    padding-top:14px;
}
.product-main{
    padding:60px 0 70px 0;
    position: relative;
}
.product-li{
    position: relative;
    width:250px;
    height:540px;
    overflow: hidden;
}
.product-li a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
}
.product-li img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.product-li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-li a::after{
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.product-li span{
    position: absolute;
    left:0;
    width:100%;
    text-align: center;
    bottom:20px;
    z-index: 222;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.product-li:hover span{
    bottom: 40px;
    color:var(--yellow--);
}
.product-m{
    margin:0 auto;
    width: 148px;
    height: 48px;
    background: var(--yellow--);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product-m::before{
    content:'';
    width:18px;
    height:18px;
    position: absolute;
    top:50%;
    right:22px;
    background:url(../images/product-m.svg) no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-m a{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:16px;
    font-size: 18px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #202020;
}
.product-main .swiper-button-prev,
.product-main .swiper-button-next{
    width:30px;
    height:80px;
    background: rgba(95, 95, 95, 0.45) url(../images/arrow.svg) no-repeat center;
}
.product-main .swiper-button-prev{
    left:-44px;
}
.product-main .swiper-button-next{
    right:-44px;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
}

.dist{
    height:890px;
    background: url(../images/dist-bg.jpg) no-repeat center;
    background-size: cover;
    padding:58px 0;
}
.dist-box{
    position: relative;
    width: 573px;
    height: 773px;
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(22.5px);
    border-radius: 9px;
    padding:26px 20px 26px 35px;
    border: 1px solid #FFFFFF;
}
.dist-top{
    position: relative;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.dist-top span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 45px;
    line-height:1.8;
    letter-spacing: 0.04em;
    color: #202020;
}
.dist-top p{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: rgba(32, 32, 32, 0.86);
}
.dist-top img{
    position: absolute;
    top:0;
    right:0;
}
.dist-more{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right:-1px;
    bottom:-1px;
    width: 156px;
    height: 52px;
    background: #F00000;
    border-radius: 40px 0 10px 0;
    -webkit-border-radius: 40px 0 10px 0;
    -moz-border-radius: 40px 0 10px 0;
    -ms-border-radius: 40px 0 10px 0;
    -o-border-radius: 40px 0 10px 0;
}
.dist-more::after{
    content:'';
    position: absolute;
    top:50%;
    right:16px;
    width:20px;
    height:20px;
    background:url(../images/dist.svg) no-repeat center;
    background-size: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.dist-more a{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.dist-main{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:22px 0;
}
.dist-li{
    padding:10px 0;
    width:252px;
    padding-left:20px;
}
.dist-li span{
    position: relative;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #202020;
}
.dist-li span::before{
    content:'';
    width:19px;
    height:19px;
    background:url(../images/star.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left:-24px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.dist-li p{
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 0.04em;
    color: #202020;
}
.dist-li p b{
    padding:0 3px;
    font-family:'DINPro-Medium';
    font-size: 28px;
    line-height: 100%;
    color: #202020;
}
.dist-li ul{
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding:2px 0;
}
.dist-li ul li{
    font-size: 12px;
    line-height: 158%;
    letter-spacing: 0.04em;
    color: rgba(32, 32, 32, 0.65);
    padding:0 3px;
}

/* store */
.store{
    padding:130px 0 50px 0;
}
.store-box{
    display:flex;
    flex-direction: column;
    padding:70px 0;
}
.store-t{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.store-t .store-li{
    width:640px;
    height:340px;
}
.store-b{
    padding-top:20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.store-min{
    width:315px;
    height:452px;
}
.store-b .store-li{
    width:631px;
    height:452px;
    overflow: hidden;
}
.store-b .store-min:last-child{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.store-mid{
    position: relative;
    width:316px;
    height:216px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.store-box a{
    position: relative;
    width:100%;
    height:100%;
    display: block;
    overflow: hidden;
}
.store-box a::after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    z-index: 222;
    width:100%;
    height:115px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 56.52%);
}
.store-box a span{
    position: absolute;
    bottom:16px;
    left:0;
    z-index: 333;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.store-box a:hover span{
    bottom: 30px;
}
.store-end a:hover span{
    bottom:0;
}
.store-box a img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.store-box a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.store-end a::after{
    display:none;
}
.store-end a{
    position: absolute;
}
.store-end a span{
    height:100%;
    bottom:0px;
    color:#202020;
}
.store-end a span::after{
    content:'';
    width:40px;
    height:40px;
    background:url(../images/store-end.svg) no-repeat center;
    background-size: cover;
}

/* busi */
.busi{
    height:1300px;
    background:url(../images/busi-bg.jpg) no-repeat top center;
    background-size: contain;
    padding-top:180px;
    position: relative;
}
.busi::after{
    content:'';
    width:100%;
    height:100%;
    background: linear-gradient(180deg, #F4F6F8 29.87%, rgba(244, 246, 248, 0) 100%);
    position: absolute;
    left:0;
    bottom:0;
    z-index: -1;
}
.busi .tabox span{
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.busi .tabox p{
    padding-top:8px;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.busi .tabox a{
    width: 170px;
    height: 52px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    background: #FFF100;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #303133;
    position: relative;
    margin-top:60px;
    padding-left:24px;
}
.busi .tabox a::after{
    content:'';
    width:28px;
    height:28px;
    background:url(../images/busi-after.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top:50%;
    right:12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.busi-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-top:136px;
}
.busi-li{
    flex:1;
    height:546px;
    background: #ffffff;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top:65px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.busi-li.active{
    background: var(--yellow--);
}
.busi-svg{
    width:140px;
    height:140px;
    background: var(--yellow--);
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.busi-svg img{
    width:57px;
    height:57px;
}
.busi-li.active .busi-svg{
    border:1px solid #202020;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.busi-li span{
    display: block;
    padding-top:40px;
    font-size: 28px;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    line-height: 45px;
    letter-spacing: 0.04em;
    color: #202020;
}
.busi-li p{
    margin:15px 0 40px 0;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #606266;
    height:96px;
}
.busi-li a{
    width: 148px;
    height: 48px;
    border: 1px solid #E4E7ED;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.busi-li a::after{
    content: '';
    width:18px;
    height:18px;
    margin:0 2px;
    background:url(../images/product-m.svg) no-repeat center;
    background-size: cover;
}
.busi-li.active a{
    background: #202020;
    color:var(--yellow--);
    border:none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.busi-li.active a::after{
    background:url(../images/product-m-active.svg) no-repeat center;
    background-size: cover;
}

/* news */
.news{
    height:960px;
    padding-top:20px;
}
.news-t{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news-head{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-head span{
    font-size: 45px;
    line-height: 63px;
    letter-spacing: 0.04em;
    color: #202020;
}
.news-head p{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #909399;
}
.news-tag p a{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #202020;
}
.news-tag p{
    width: 162px;
    height: 52px;
    background: #F5F6F8;
}
.news-tag p:last-child{
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
.news-tag p:first-child{
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}
.news-tag p.active{
    background: var(--yellow--);
}
.news-tag{
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.news-m{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:70px 0 60px 0;
}
.news-ul,
.news-side{
    width:634px;
}
.news-li{
    display:flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EBEEF5;
    border-radius: 6px;
    width:100%;
    height:120px;
    cursor: pointer;
    margin-bottom:20px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.news-li:hover{
    box-shadow:0px 4px 14px rgba(13, 27, 47, 0.05) ;
}
.news-li::after{
    content:'';
    width:40px;
    height:40px;
    background:url(../images/news-li.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right:0;
    bottom: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.news-li:hover::after{
    background:url(../images/news-li-active.svg) no-repeat center;
    background-size: cover;
}
.news-time{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-right:20px;
    position: relative;
}
.news-time::after{
    content: '';
    width:1px;
    height:76px;
    background: #EBEEF5;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news-time span{
    font-size: 29px;
    line-height: 41px;
    text-align: justify;
    letter-spacing: 0.4px;
    color: #606266;
}
.news-time p{
    font-size: 12px;
    line-height: 17px;
    color: #606266;
}
.news-desc{
    width:512px;
    padding-left:16px;
}
.news-desc a{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.469028px;
    text-transform: uppercase;
    color: #202020;
     word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.news-desc p{
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.4px;
    color: #909399;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-bar{
    margin-bottom:20px;
}
.news-bar-li{
    border-radius: 6px;
    height:400px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.news-bar-txt{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height:94px;
    background: rgba(0, 0, 0, 0.75);
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding-left:20px;
}
.news-bar-txt>span{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.469028px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.news-bar-txt>p{
    font-size: 14px;
    line-height: 220%;
    text-align: justify;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-bar-time{
    position: absolute;
    top:20px;
    right:20px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}
.news-bar-num{
    position: absolute;
    bottom: 20px;
    right:20px;
    font-size: 14px;
    line-height: 180%;
    text-align: right;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

/* about */
.about{
    height:822px;
    background:url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top:120px;
}
.about-m{
    padding-bottom: 44px;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
}
.about-l{
    width:600px;
}
.about-h{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about-t{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-t span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.04em;
    color: #202020;
}
.about-t p{
    padding-top:12px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #303133;
}
.about-l .product-m{
    margin:42px 0 0 0;
}
.about-tv{
    width:650px;
    height:370px;
    position: relative;
}
.about-tv a{
    position: absolute;
    width:100%;
    height:100%;
    left:50%;
    top:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 666;
}
.about-num{
    font-family:'Poppins-Medium';
    font-size: 30px;
    line-height: 137%;
    text-transform: uppercase;
    color: #606266;
}
.about-p{
    padding-top:10px;
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;   
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #606266;
}
.about-p p{
    padding-top:18px;
}
.about-info{
    padding-top:44px;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
.about-info li p{
    padding-top:10px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #606266;
}
.about-info li span{
    font-style: normal;
    font-family:'DINPro-Medium';
    font-size: 48px;
    line-height: 100%;
    color: #202020;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.about-info li span i{
    width:28px;
    height:28px;
    margin-bottom:4px;
    display: inline-block;
    background:url(../images/round.png) no-repeat center center;
    background-size:cover;
}
.about-info li span b{
    font-weight: normal;
    font-style: normal;
    font-family:'DINPro-Medium';
    font-size: 48px;
    line-height: 100%;
    color: #202020;
}
.about-info li span em{
    font-style: normal;
    font-size: 22px;
    line-height: 170%;
    letter-spacing: 0.04em;
    color: #202020;
}
.about-info li:first-child{
    background:url(../images/round.svg) no-repeat 100px 10px;
}

/* foot */
.foot{
    height:484px;
    background: #303133;
    border-top:6px solid var(--yellow--);
}
.foot .containers{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:42px;
}
.foot-logo a{
    display: block;
}
.foot-logo a:last-child{
    display: none;
}
.foot-logo:hover a:first-child{
    display: none;
}
.foot-logo:hover a:last-child{
    display: block;
}
.foot-menu{
    display:flex;
    align-items: center;
    justify-content: space-between;
    height:72px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width:100%;
    margin:36px 0 30px 0;
}
.foot-menu li{
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.foot-menu li a{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #B3B9C3;
}
.foot-menu li a:hover{
    color:var(--yellow--);
}
.foot-box{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.foot-code{
    display:flex;
    flex-direction:column;
    align-items: center;
}
.foot-code p{
    width:112px;
    height:112px;
    overflow: hidden;
    margin-bottom:12px;
}
.foot-code span{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #909399;
}
.foot-name span{
    display: block;
    padding-top:30px;
    padding-bottom:20px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #909399;
}
.foot-name p{
    margin-bottom:20px;
    display:flex;
    align-items: center;
}
.foot-name p img{
    margin:0 3px;
}
.foot-name p a{
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #909399;
}
.foot-add{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    padding-top:10px;
}
.foot-add i{
    display:flex;
    align-items: center;
    justify-content: center;
    width:44px;
    height:44px;
    border-radius: 50%;
    border: 1px solid #FFF000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.foot-add li{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot-add li:last-child{
    margin-left:60px;
}
.foot-add li span{
    display: block;
    margin:16px 0;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    letter-spacing: 0.04em;
    color: #909399;
}
.foot-add li p a,
.foot-add li p{
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #909399;
}
.foot-add li .foot-tel{
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #909399;
}


/* 关于盛隆 */
.page_bar{
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height:600px;
}
.page_bar .containers{
    height:100%;
    display:flex;
    align-items: center;
}
.page-box{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-box span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 45px;
    line-height: 63px;
    letter-spacing: 0.018em;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(14, 53, 86, 0.46);
}
.page-box p{
    padding-top:16px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(14, 53, 86, 0.46);
}

.crumbs{
    height:156px;
    border-bottom: 1px solid #EBEEF5;
}
.crumbs ul{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.crumbs ul li{
    width: 186px;
    height: 56px;
    margin:0 10px;
}
.crumbs ul li a{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    border: 1px solid #E4E7ED;
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #606266;
}
.crumbs ul li.active a,
.crumbs ul li a:hover{
    background: var(--yellow--);
    border:none;
    color:var(--foot--);
}
.story,
.into{
    padding-bottom: 186px;
    background:url(../images/into-bg.jpg) no-repeat center bottom;
}
.into-h1{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    padding-top:120px;
    font-size: 45px;
    line-height: 63px;
    letter-spacing: 0.04em;
    color: #030303;
    text-align: center;
}
.into-desc{
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #606266;
    padding-top:50px;
}
.into-desc p{
    padding-bottom:40px;
}
.into .about-info{
    padding:0 0 60px 0;
}
.into .about-tv{
    width:1300px;
    height:730px;
}
.into .about-tv .about-play img{
    width:100px;
    height:100px;
}
.story{
    padding:100px 0 330px 0;
}
.story .containers{
    position: relative;
    height:2277px;
    background:url(../images/story-bg.png) no-repeat center;
    padding-top:126px;
}
.story-h1{
    font-size: 45px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #303133;
}
.story-box{
    margin:0 auto;
    padding:90px 72px 36px 72px;
    background: #ffffff;
    width:1145px;
    height:1921px;
}
.story-desc{
    padding-top: 50px;
}
.story-desc p{
    text-indent:2em;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #303133;
    padding-bottom:37px;
}
.story-name{
    position: relative;
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.story-name::before{
    content:'';
    position: absolute;
    top:50%;
    right:160px;
    width:80px;
    height:3px;
    background: url(../images/story-line.png) no-repeat right center;
    background-size: 80px 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* 企业文化 */
.educ{
    background: #F5F6F8;
}
.educ-ul{
    padding:130px 0;
}
.educ-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:400px;
}
.educ-desc{
    flex:1;
    height:100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left:120px;
}
.educ-desc span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #202020;
}
.educ-desc p{
    position: relative;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #606266;
    padding-top:20px;
    margin-top:20px;
}
.educ-desc p::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:5px;
    background: var(--yellow--);
}
.educ-mid{
    background: url(../images/educ-mid.jpg) no-repeat center;
    background-size: cover;
    height:729px;
    padding:100px 0;
}
.educ-mid-t{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 46px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #202020;
}
.educ-mid ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top:36px;
}
.educ-mid ul li{
    width: 310px;
    height: 172px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFFFFF;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.educ-mid ul li:hover{
    backdrop-filter:none;
    transform: translateY(-10px);
}
.educ-mid ul li span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 0.04em;
    color: #202020;
    transition: all .3s;
}
.educ-mid ul li:hover span{
    color:#000000;
}
.educ-mid ul li p{
    padding-top:6px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #606266;
}
.educ-box .educ-pic{
    width: 550px;
    height: 370px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.educ-ul .educ-pic{
    width: 690px;
    height: 400px;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.educ-box{
    height:650px;
    background:#f5f6f8 url(../images/educ-box.jpg) no-repeat top center;
    padding-bottom: 45px;
    padding-top:130px;
    background-size: cover;
}
.educ-box .containers{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.educ-info{
    width:702px;
    padding-top:20px;
}
.educ-info span{
    display:block;
    position: relative;
    margin-bottom: 30px;
}
.educ-info span::before,
.educ-info span::after{
    content: '';
    width:40px;
    height:40px;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.educ-info span::before{
    background:url(../images/educ-before.svg) no-repeat;
}
.educ-info span::after{
    background:url(../images/educ-after.svg) no-repeat;
    right:16px;
}
.educ-info p{
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #202020;
    padding-bottom: 16px;
}

/* 发展历程 */
.since-box{
    height:670px;
    background:#e9e9e9 url(../images/since-box.jpg) no-repeat;
    padding-bottom: 340px;
}
.since-t{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:160px;
}
.since-t p{
    padding:6px 0 0 30px;
}
.since-p{
    padding-top:38px;
    width:750px;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #303133;
}
.since-p p{
    padding-bottom:30px;
}
.since-m{
    background:#f5f6f8 url(../images/since-bg.jpg) no-repeat bottom center;
    padding-bottom: 270px;
}
.since-navs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.since-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height:117px;
    width:calc(1300px / 5);
    background: #ffffff;
    border-right: 1px solid #EBEEF5;
    border-bottom: 2px solid var(--yellow--);
    cursor: pointer;
}
.since-navs .slick-current .since-nav{
    background: var(--yellow--);
    border:none;
}
.since-nav span{
    font-family: 'Poppins-Medium';
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.055em;
    color: #606266;
}
.since-nav span i{
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #000000;
    padding:0 2px;
}
.since-nav p{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #606266;
}
.slick-current .since-nav span i{
    color:#000000;
}
.slick-current .since-nav p,
.slick-current .since-nav span{
    color: #202020;
}
.since-main{
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.since-li{
    height:100%;
    width:1300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.since-l{
    width:260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:60px 0 110px 0;
    position: relative;
}
.since-l p{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #606266;
    padding-top:10px;
}
.since-r{
    flex:1;
    position: relative;
    border-left:1px solid #f5f6f8;
    padding-left:70px;
    padding-bottom: 140px;
}
.since-side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top:56px;
    position: relative;
}
.since-side::after{
    content: '';
    width:40px;
    height:40px;
    position: absolute;
    left:-70px;
    top:70px;
    background: #FFFFFF;
    border: 1px solid #FFF000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.since-side::before{
    content: '';
    width:26px;
    height:26px;
    position: absolute;
    left:-70px;
    top:78px;
    z-index: 222;
    background: url(../images/educ-after.svg) no-repeat;
    background-size:cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.since-side span{
    font-weight: bold;
    font-family: 'Poppins-Medium';
    font-size: 50px;
    line-height: 75px;
    letter-spacing: -0.055em;
    color: #202020;
}
.since-side p{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #202020;
    padding-bottom:24px;
}
.since-side img{
    max-width: 584px;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.since-main .slick-prev, 
.since-main .slick-next{
    width: 132px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E7ED;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:333;
}
.since-main .slick-prev:hover, 
.since-main .slick-next:hover{
    background: #FFF000;
    border: 1px solid #FFF000;
}
.since-main .slick-prev{
    left:330px;
    bottom:50px;
    top:auto;
}
.since-main .slick-next{
    bottom:50px;
    top:auto;
    left:600px;
}
.since-main .slick-next::after,
.since-main .slick-prev::after{
    content: '上一页';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #606266;
}
.since-main .slick-next::after{
    content: '下一页';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url;
}

/* 产品中心栏目页 */
.fabric .tabox{
    padding:140px 0 60px 0;
}
.fabric-ul{
    padding-bottom: 160px;
    display: flex;
    flex-wrap: wrap;
}
.fabric-ul .product-li{
    width:310px;
    height:540px;
    margin-right:20px;
    margin-bottom: 20px;
}
.fabric-ul .product-li:nth-child(4n+0){
    margin-right: 0;
}
.fabric-ul .product-li::after{
    width:100%;
}

/* 形象店展示 */
.crumbs-white{
    background: #ffffff;
}
.reveal{
    background: #f5f6f8;
    padding-bottom: 60px;
}
.reveal .tabox{
    padding:120px 0 60px 0;
}
.reveal-ul{
    display: flex;
    flex-wrap: wrap;
}
.reveal-li{
    margin-right:35px;
    margin-bottom: 35px;
    width:410px;
    height:366px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}
.reveal-ul .reveal-li:nth-child(3n+0){
    margin-right: 0;
}
.reveal-li a{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    height:100%;
}
.reveal-li a p{
    width: 410px;
    height: 306px;
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.reveal-li a p img{
    max-height: 100%;
    min-height: 100%;
    max-width: none;
}
.reveal-li a span{
    width:100%;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #202020;
}

/* 分页 */
.pagination {
	display: inline-block;
	border-radius: 4px;
}
.pager .pagination {
    display: inline-block;
	border-radius: 4px;
    padding:3rem 0 2rem 0;
}
.pager {
	display: flex;
	justify-content: center;
	width:100%;
}
.pager li {
	display: inline;
}
.pager li span,  .pager li a {
	margin:0 8px;
	padding:10px 16px;
    background:#ffffff;
	color:#202020;
    border-radius:4px;
    border-color:#fff;
}
.pager li a:hover,
.pagination > .active > span {
	background:var(--yellow--);
	color:#202020;
    border-color:#fff;
}
.pagination > .disabled > span {
	background: white !important;
	color:#202020;
    border-color:#fff;
}

/* 新闻中心 列表页 */
.bull{
    padding:60px 0;
    background: #f5f6f8;
}
.bull-li{
    width:100%;
    height:232px;
    background: #ffffff;
    padding:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.bull-li:hover{
    box-shadow: 0px 10px 22px rgba(26, 53, 95, 0.08);
}
.bull-pic{
    width:300px;
    height:174px;
    overflow: hidden;
}
.bull-pic a{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bull-pic a img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.bull-pic:hover a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.bull-desc{
    width:740px;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:flex-start;
}
.bull-desc a{
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #202020;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bull-desc a:hover{
    color:#857d00;
}
.bull-desc p{
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #909399;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top:20px;
}
.bull-t{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:20px;
}
.bull-t span{
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #909399;
    display: flex;  
    align-items: center;
    justify-content: flex-start;
    padding-right:42px;
}
.bull-t span img{
    padding-right:5px;
}
.bull-more{
    width: 142px;
    height: 56px;
    border: 1px solid #E4E7ED;
}
.bull-more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #909399;
}
.bull-li:hover .bull-more{
    background: #FFF000;
    border: 1px solid #FFF000;
}
.bull-li:hover .bull-more a{
    color: #202020;
}
/* 一周快报 */
.wall-ul{
    display: flex;
    flex-wrap: wrap;
}
.wall-ul .wall-li:nth-child(3n+0){
    margin-right: 0;
}
.wall-li{
    margin-right:35px;
    margin-bottom: 35px;
    background: #ffffff;
    width:410px;
    height:390px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wall-pic{
    width:100%;
    height:290px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wall-pic a{
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.wall-desc{
    width:100%;
    height:100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:20px;
}
.wall-desc a{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #030303;
}
.wall-desc a:hover{
    color:#857d00;
}
.wall-t{
    display: flex;
    align-items: center;
    padding-top:12px;
}
.wall-t span{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #909399;
    display: flex;
    align-items: center;
    padding-right:20px;
}
.wall-t span img{
    padding-right:6px;
}

/* 联系我们 */
.contact{
    width:100%;
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0 80px 0;
}
.contact-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:426px;
}
.contact-pic{
    width: 635px;
}
.contact-txt{
    width:665px;
    height:100%;
    background: #ffffff;
    padding:32px;
}
.contact-t{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ebeef5;
    padding-top:28px;
    padding-bottom: 26px;
}
.contact-t span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.481672px;
    color: #303133;
}
.contact-t p{
    padding-top:26px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #202020;
}
.contact-t b{
    display: block;
    padding-top:6px;
    font-family: 'DINPro-Medium';
    font-size: 28px;
    line-height: 36px;
    color: #202020;
}
.contact-b{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:24px 0;
}
.contact-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:140px;
}
.contact-code p{
    width:112px;
    height:112px;
}
.contact-code span{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #202020;
}
.contact-b ul{
    width:400px;
}
.contact-b ul li{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.481672px;
    color: #303133;
    padding:2px 0 0 36px;
    position: relative;
}
.contact-b ul li::before{
    content: '';
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    top:8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-b ul li:nth-child(1)::before{
    background-image: url(../images/handset.svg);
}
.contact-b ul li:nth-child(2)::before{
    background-image: url(../images/network.svg);
}
.contact-b ul li:nth-child(3)::before{
    background-image: url(../images/address.svg);
}

/* 招商加盟页 */
.policy{
    height:1140px;
    padding-top:120px;
    position: relative;
}
.policy-box{
    margin-top: 50px;
}
.policy-t{
    width:100%;
    height:76px;
    background: #FFF000;
    border: 1px solid #202020;
    display: flex;
    align-items: center;
    padding:15px 0 16px 24px;
}
.policy-t span{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.04em;
    color: #202020;
}
.policy-t p{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #202020;
}
.policy-d{
    border: 1px solid #202020;
    border-top: none;
    padding:24px;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0.04em;
    color: #202020;
}
/* 加盟流程 */
.flow{
    height:778px;
    background: url(../images/flow-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top:120px;
    position: relative;
}
.flow-box{
    width:1148px;
    height:316px;
    background: url(../images/flow-box.png) no-repeat center;
    background-size: cover;
    margin:60px auto;
}
.flow-box ul {
    width:100%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    align-content:space-between
}
.flow-box ul li{
    margin-right:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    font-style: normal;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-weight: 500;
    font-size: 24px;
    line-height: 118%;
    letter-spacing: 0.04em;
    color: #202020;
}
.flow-box ul li:nth-child(6n+0){
    margin-right: 0;
}

/* 申请 */
.apply{
    height:952px;
    background: url(../images/apply-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top:150px;
    position: relative;
}
.apply-box{
    width:100%;
    height:652px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2.5px);
    padding:60px 168px 70px 168px;
}
.apply .tabox p{
    font-size: 20px;
    color: #909399;
}
.apply-form{
    padding-top:40px;
}
.apply-li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.apply-txt{
    border: 1px solid #E4E7ED;
    border-radius: 8px;
    padding:16px;
}
.apply-txt textarea{
    width:100%;
    height:86px;
    border:none;
    background: rgba(0, 0, 0, 0);
}
.apply-area .apply-txt{
    width: 100%;
}
.apply-txt input{
    width:420px;
    height:28px;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #202020;
    border:none;
    background: rgba(0, 0, 0, 0);
}
.apply-txt span{
    display: block;
    width:420px;
    height:28px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #202020;
    position: relative;
}
.apply-txt span::after{
    content: '';
    width:24px;
    height:24px;
    background: url(../images/down.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.apply-open .apply-txt span::after{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
.apply-txt textarea:focus,
.apply-txt input:focus{
    outline: none;
}
.apply-txt input::placeholder{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #202020;
}
.apply-select{
    position: relative;
}
.apply-ul{
    display: none;
    position: absolute;
    left:0px;
    top:48px;
    width:100%;
    background: #ffffff;
    border: 1px solid #E4E7ED;
    border-top:none;
    height:0;
    overflow: hidden;
    transition: all .3s;
    padding:4px 16px 8px 16px;
    border-radius: 0 0 5px 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.apply-open .apply-ul{
    display: block;
    height:auto;
}
.apply-ul li{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #202020;
    cursor: pointer;
}
.apply-sub{
    padding:20px 0;
    display: flex;
    justify-content: center;
}
.apply-sub button{
    width: 240px;
    height: 60px;
    background: #FFF000;
    border:none;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #202020;
}
.view{
    padding:30px;
}
.view h1{
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color:#303133;
    line-height:1.2;
}
.view-time{
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height:20px;
    text-indent:0;
}
.view-time span{
    font-size: 12px;
    margin: 0 10px;
    color: #999;
    line-height: 50px;    
}
.content{
    margin-top: 30px;
    line-height: 30px;
    color: #303133;
    font-size: 14px;
}
.prepage{
    line-height: 30px;
    margin:25px 0;
    color: #303133;
    font-size: 14px;
}
.prepage a{
    color:var(--menu--);
}
.rkf{
    position: fixed;
    top: 50%;
    right:0px;
    z-index: 99999;
    width: 88px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    transform: translateY(-50%);
}
.rkf ul{
    background: #fff;
    box-shadow: 0px 4px 26px rgb(20 26 75 / 9%);
    filter: drop-shadow(0px 4px 24px rgba(17, 26, 50, 0.08));
    border-radius: 4px;
    padding: 10px 0;
}
.rkf li {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    margin-top: 4px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.rkf-pic{
    width:44px;
    height:44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rkf li a{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.rkf li span {
    font-size:14px;
    color:#909399;
    display: block;
    text-align: center;
    padding-top:4px;
}
.rkf li a:hover span{
    color:#202020;
}
.rkf li:last-child a img{
    width:26px;
}
.rkf li a:hover .rkf-pic svg path{
    stroke:#202020;
}
.rkf li a:hover .rkf-pic svg path.rkf-code{
    fill:#202020;
    stroke:#909399;
}
.rkf .rkf-card{
    position: absolute;
    right: 88px;
    box-shadow: 0 6px 20px 0 rgb(50 50 51 / 10%);
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    width: 138px;
    padding: 8px;
    top: 50%;
    opacity: 1;
    z-index: 66;
    display: none;
    transform: translateY(-50%);
}
.rkf .rkf-card p{
    margin-bottom: 0;
}
.rkf .rkf-card a{
    font-size:17px;
    font-weight: bold;
    color: #303133;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:6px 0;
}
.rkf .rkf-card span{
    padding-top:0;
}
.nav{
    height:44px;
    background: #F5F6F8;
}
.nav .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.nav-l{
    position: relative;
    padding-left:30px;
}
.nav-l::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/nav.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 22;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.nav-l a{
    overflow: hidden;
    padding:0 4px;
}
.nav-l a,
.nav-l{
    color: #3b3a44;
    font-size:16px;
}
