:root{
    --title--:#303133;
    --menu--:#606266;
    --yellow--:#FFF000;;
    --font--:#909399;
    --foot--:#303133;
    --grey--:#B3B9C3;
}

@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:'Arial','AlibabaPuHuiTi-2-55-Regular','微软雅黑','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--);
}
body{
    width: 100%;
    min-width:320px;
    max-width:640px;
    margin:0 auto;
    background: #fff;
    font-size:14px;
    font-family:'-apple-system','Helvetica','sans-serif';
    line-height:1.5;
    overflow-X: hidden;
}
.containers{
    margin:0 auto;
    padding:0 14px;
}
.navi{
    position: absolute;
    width:28px;
    height:16px;
    padding:4px 2px;
    z-index: 999999;
    top:30px;
    right:20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.navi a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navi span{
    width:100%;
    background:  #43474d;
    border-radius: 1.5px;
    height:2px;
    margin-top:5px;
    display:block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.navi.on span:last-child{
    display:none;
}
.navi.on  span:nth-child(1){
    transform: skewY(46deg) translateX(4px) translateY(-1px);
    -webkit-transform: skewY(46deg) translateX(4px) translateY(-1px);
    -moz-transform: skewY(46deg) translateX(4px) translateY(-1px);
    -ms-transform: skewY(46deg) translateX(4px) translateY(-1px);
    -o-transform: skewY(46deg) translateX(4px) translateY(-1px);
}
.navi.on span:nth-child(2){
    transform:skewY(-40deg) translateX(5px);
    width:100%;
}
header{
    min-width:320px;
    max-width:640px;
    width: 100%;
    height:70px;
    position:relative;
    top:0;
    z-index: 1001;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #ffffff;
}
header .logo{
    max-width:45%;
    min-width:160px;
    max-height: 50px;
    display:flex;
    justify-content: center;
    align-items:center;
    position: absolute;
    left:50%;
    top:16px;
    transform: translateX(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
header .logo a{
    width:100%;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
header .logo a img{
    max-height: 50px;
}
header.open{
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 5%);
}
.header-nav{
    background: #ffffff;
    padding-bottom:10px;
    display: none;
    width:100%;
    position: absolute;
    left:0;
    top:70px;
}
.header-nav>ul>li>a{
    position: relative;
    display: block;
    padding:1rem 36px 1rem 15px;
    border-top: 1px solid #b7b7b8;
    font-size:18px;
    font-weight:800;
    color:#081f2c;
}
.header-nav>ul>li>a::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.header-nav>ul>li.nav-parent>a::after{
    background: url(../images/icon_plus_black.svg) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px
}
.header-nav>ul>li.nav-minus>a::after{
    background: url(../images/icon_minus_black.svg) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px
}
.header-nav>ul>li>ul{
    display:none;
}
.header-nav>ul>li>ul>li>a{
    position: relative;
    display: block;
    padding:1rem 36px 1rem 35px;
    border-top: 1px solid #b7b7b8;
    font-size:16px;
    font-weight:400;
    color:#081f2c;
}
.header-nav>ul>li>ul>li>a::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px
}
.banner .swiper-pagination-bullet-active{
    background: var(--yellow--);
}
.banner-li{
    width:100%;
}
.banner-li a{
    display: block;
    width:100%;
    line-height: 0;
}
.tabox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabox span{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #202020;
}
.tabox p{
    padding-top:6px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #909399;
}

.super{
    padding-top:30px;
    background: linear-gradient(180deg, #F7F8F8 85.71%, rgba(247, 248, 249, 0) 100%);
}
.super-main{
    padding:20px 0;
}
.super-desc{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top:26px;
}
.super-desc span{
    position: relative;
    background: #FFF000;
    border-radius: 32px;
    width: 162px;
    height: 45px;
    padding-left:30px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0.04em;
    color: #202020;
}
.super-desc span::before{
    content:'';
    position: absolute;
    left:12px;
    top:50%;
    width:29px;
    height:29px;
    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-family:'AlibabaPuHuiTi-2-55-Regular';
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #606266;
    margin-top:14px;
}
.super-desc p b{
    font-weight: normal;
    color:#202020;
}
.super-box{
    width:100%;
    height:414px;
    background:url(../images/super-box.jpg) no-repeat center;
    background-size:cover;
}
.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: 16px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #202020;
}
.super-txt span::after{
    content:'';
    width: 20px;
    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 a,
.super-txt p{
    padding-top: 6px;
    font-family:'DINPro-Medium';
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #202020;
}
.product{
    padding:30px 0;
}
.product-main{
    padding:26px 0;
    display: flex;
    flex-wrap: wrap;

}
.product-li{
    position: relative;
    width:calc((100% - 16px) / 3) ;
    margin-right:8px;
    margin-top:12px;
    overflow: hidden;
}
.product-li:nth-child(3n){
    margin-right: 0;
}
.product-li a{
    display: block;
    width:100%;
    height: 100%;
    line-height: 0;
}
.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::after{
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    width: 250px;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.product-li span{
    position: absolute;
    width:100%;
    display: flex;
    justify-content: center;
    left:50%;
    bottom:10px;
    z-index: 222;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.dist{
    background: url(../images/dist-bg.png) no-repeat top center;
    background-size:cover;
    padding:50px 0;
}
.dist .tabox{
    align-items: flex-start;
}
.dist .tabox span{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #202020;
}
.dist .tabox p{
    font-size: 16px;
    line-height: 20px;
    padding-top:8px;
    color: rgba(32, 32, 32, 0.86);
}
.dist-box{
    margin-top:240px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 9px;
    padding:20px 14px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(13.7827px);
}
.dist-more{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right:-1px;
    bottom:-1px;
    width: 110px;
    height: 38px;
    background: #F00000;
    border-radius: 20px 0 10px 0;
    -webkit-border-radius: 20px 0 10px 0;
    -moz-border-radius: 20px 0 10px 0;
    -ms-border-radius: 20px 0 10px 0;
    -o-border-radius: 20px 0 10px 0;
}
.dist-more::after{
    content:'';
    position: absolute;
    top:50%;
    right:6px;
    width:16px;
    height:16px;
    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{
    display: flex;
    align-items: center;
    padding-left:16px;
    width:100%;
    height:100%;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.dist-main{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dist-li{
    width:47%;
    padding-left:10px;
    padding-top:10px;
}
.dist-li span{
    position: relative;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #202020;
}
.dist-li span::before{
    content:'';
    width:12px;
    height:12px;
    background:url(../images/star.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left:-14px;
    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: 12px;
    line-height: 170%;
    letter-spacing: 0.04em;
    color: #202020;
}
.dist-li p b{
    padding:0 3px;
    font-family:'DINPro-Medium';
    font-size: 18px;
    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: 10px;
    line-height: 158%;
    letter-spacing: 0.04em;
    color: rgba(32, 32, 32, 0.65);
    padding:0 1px;
}
.store{
    padding:50px 0 60px 0;
}
.store-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding:26px 0;
}
.store-li{
    width:calc(50% - 5px);
    height: 146px;
    margin-right: 10px;
    margin-top:14px;
}
.store-box .store-li:nth-child(2n+0){
    margin-right:0;
}
.store-li a{
    position: relative;
    width:100%;
    height:100%;
    display: block;
    line-height: 0;
    overflow: hidden;
}
.store-li a::after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    z-index: 222;
    width:100%;
    height:45px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 56.52%);
}
.store-li a span{
    position: absolute;
    bottom:10px;
    left:0;
    z-index: 333;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.store-li a p{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-li a img{
    height: 100%;
    max-width: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.store-li 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-more a{
    width: 160px;
    height: 52px;
    margin:10px auto;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    background: #FFF100;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #303133;
    position: relative;
    padding-left:32px;
}
.store-more a::after{
    content:'';
    width:18px;
    height:18px;
    background:url(../images/busi-after.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top:50%;
    right:22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.busi{
    background:#F5F6F8 url(../images/busi-bg.jpg) no-repeat top center;
    background-size: contain;
    padding:46px 0 60px 0;
    position: relative;
}
.busi .tabox span{
    font-size: 30px;
    line-height:1.8;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.busi .tabox p{
    font-size: 18px;
    line-height:1.8;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.busi-box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.busi-li{
    margin-top:14px;
    width:100%;
    padding:26px 12px;
    background: #ffffff;
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    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{
    margin-top:10px;
    width:46px;
    height:46px;
    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:24px;
    height:24px;
}
.busi-p{
    width: calc(100% - 60px);
}
.busi-p span{
    display: block;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #202020;
}
.busi-p p{
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #606266;
}
.news{
    padding:70px 0 40px 0;
}
.news-tag{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    padding:40px 0 20px 0;
}
.news-tag li{ 
    width: calc(100% / 3 );
    height: 40px;
    background: #F5F6F8;
}
.news-tag li a{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #202020;
}
.news-tag li: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 li: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 li.active{
    background: var(--yellow--);
}
.news-li{
    margin-top:12px;
    background: #FFFFFF;
    padding:14px 12px;
    border: 1px solid #EBEEF5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.news-li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-desc{
    width:58%;
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}
.news-desc p{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #303133;
}
.news-time{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top:10px;
}
.news-time span{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #999999;
    display: flex;  
    align-items: center;
    justify-content: flex-start;
    padding-right:12px;
}
.news-time span img{
    width:20px;
    height:20px;
    padding-right:5px;
}
.news-pic{
    width:40%;
    height:90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.navbox{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #E4E7ED;
}
.navbox-li {
    flex:1;
    height:60px;
    padding:4px 0;
}
.navbox-li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}
.navbox-li a span{
    display: block;
    height:24px;
}
.navbox-li img,
.navbox-li svg{
    width:24px;
    height:24px;
}
.navbox-li p{
    padding-top:4px;
    font-size:14px;
    text-align: center;
    letter-spacing: 0.625371px;
    color: #8C8C8C;
}
.navbox-li.active p{
    color:#202020;
}


.page_bar{
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height:200px;
}
.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-size: 25px;
    line-height:1.8;
    letter-spacing: 0.018em;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(14, 53, 86, 0.46);
}
.page-box p{
    font-size: 14px;
    line-height: 1.6x;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-shadow: 0px 4px 11px rgba(14, 53, 86, 0.46);
}
.crumbs{
    padding:20px 0;
    border-bottom: 1px solid #EBEEF5;
}
.crumbs ul{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
}
.crumbs ul li{
    flex:1;
    overflow: hidden;
}
.crumbs ul li a{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    padding:6px 0;
    font-size: 16px;
    line-height:1.8x;
    letter-spacing: 0.04em;
    color: #606266;
    background: #F5F6F8;
}
.crumbs ul li:last-child{
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
}
.crumbs ul li:first-child{
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}
.crumbs ul li.active a,
.crumbs ul li a:hover{
    background: var(--yellow--);
    border: 1px solid var(--yellow--);
}
.into{
    padding-bottom: 60px;
    background:url(../images/into-bg.jpg) no-repeat center bottom;
    background-size:contain;
}
.into-h1{
    padding-top:20px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #030303;
    text-align: center;
}
.into-desc{
    padding-top:10px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #606266;
    text-indent: 2em;
}
.about-info{
    padding:10px 0 20px 0;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.about-info li{
    width:50%;
    margin-top:8px;
}
.about-info li p{
    font-size: 14px;
    line-height:1.8;
    text-align: center;
    letter-spacing: 0.04em;
    color: #606266;
}
.about-info li span{
    font-style: normal;
    font-family:'DINPro-Medium';
    font-size: 16px;
    line-height: 100%;
    color: #202020;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.about-info li span i{
    width:16px;
    height:16px;
    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: 23px;
    line-height: 100%;
    color: #202020;
}
.about-info li span em{
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    padding-left:2px;
    letter-spacing: 0.04em;
    color: #202020;
}
.about-info li:first-child{
    background:url(../images/round.svg) no-repeat 100px 10px;
}
.about-tv{
    width:100%;
    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;
}
.since-box{
    background:#e9e9e9 url(../images/since-box.jpg) no-repeat;
    padding-bottom: 40px;
    background-size: cover;
}
.since-t{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:40px;
}
.since-t p{
    padding:6px 0 0 20px;
}
.since-p{
    padding-top:6px;
    width:100%;
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #303133;
}
.since-p p{
    padding-bottom:6px;
}
.since-m{
    background:#f5f6f8 url(../images/since-bg.jpg) no-repeat bottom center;
    background-size:contain;
    padding-bottom: 100px;
}
.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:80px;
    width:100%;
    background: #ffffff;
    border-bottom: 2px solid var(--yellow--);
    cursor: pointer;
}
.since-navs .slick-current .since-nav{
    background: var(--yellow--);
}
.since-nav span{
    font-family: 'Poppins-Medium';
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.055em;
    color: #606266;
}
.since-nav span i{
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #000000;
    padding:0 2px;
}
.since-nav p{
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #606266;
}
.since-main{
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.since-li{
    height:100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.since-l{
    width:100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:10px 0 20px 0;
    position: relative;
}
.since-pic{
    margin:20px 0;
}
.since-pic img{
    max-width: 70px;
}
.since-l p{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #606266;
}
.since-r{
    flex:1;
    position: relative;
    border-left:1px solid #f5f6f8;
    padding-left:30px;
    padding-bottom: 100px;
}
.since-side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top:20px;
    position: relative;
}
.since-side::after{
    content: '';
    width:26px;
    height:26px;
    position: absolute;
    left:-30px;
    top:30px;
    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:18px;
    height:18px;
    position: absolute;
    left:-30px;
    top:35px;
    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:20px;
    line-height:1.6;
    letter-spacing: -0.055em;
    color: #202020;
}
.since-side p{
    padding-bottom:8px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #202020;
}
.since-main .slick-prev, 
.since-main .slick-next{
    width:80px;
    height:30px;
    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:260px;
    bottom:20px;
    top:auto;
}
.since-main .slick-next{
    bottom:20px;
    top:auto;
    left:140px;
}
.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;
}

.educ{
    background: #F5F6F8;
}
.educ-mid{
    background: url(../images/educ-mid.jpg) no-repeat center;
    background-size: cover;
    padding:40px 0;
}
.educ-mid-t{
    font-size: 26px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #202020;
}
.educ-mid ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.educ-mid ul li{
    width: 48%;
    height: 100px;
    padding:0 10px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid #FFFFFF;
    margin-top:16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.educ-mid ul li span{
    font-size: 16px;
    line-height:1.5;
    letter-spacing: 0.04em;
    color: #202020;
}
.educ-mid ul li p{
    padding-top:6px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.04em;
    color: #606266;
}
.educ-box{
    background:#f5f6f8 url(../images/educ-box.jpg) no-repeat top center;
    padding:30px 0 20px 0;
}
.educ-box .containers{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.educ-info span{
    display:block;
    position: relative;
    margin-bottom: 10px;
}
.educ-info span::before,
.educ-info span::after{
    content: '';
    width:25px;
    height:25px;
    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;
    background-size: cover;
}
.educ-info span::after{
    background:url(../images/educ-after.svg) no-repeat;
    background-size: cover;
    right:16px;
}
.educ-info p{
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #202020;
    padding-bottom: 6px;
}
.educ-ul{
    padding:60px 0 40px 0;
}
.educ-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 14px;
}
.educ-desc{
    width:100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top:10px;
}
.educ-desc span{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #202020;
}
.educ-desc p{
    position: relative;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #606266;
    padding:2px 0 12px 0;
}
.story{
    padding:40px 20px 40px 20px;
}
.story .containers{
    position: relative;
    background:url(../images/story-bg.png) no-repeat center;
    background-size: cover;
    padding:90px 14px 200px 14px;
}
.story-h1{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #303133;
    padding-bottom:8px;
}
.story-box{
    margin:0 auto;
    padding:20px;
    background: #ffffff;
}
.story-desc p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #303133;
    text-indent: 2em;
}
.story-name{
    position: relative;
    width:100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.story-name::before{
    content:'';
    position: absolute;
    top:50%;
    right:110px;
    width:60px;
    height:3px;
    background: url(../images/story-line.png) no-repeat right center;
    background-size: 60px 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.fabric-ul{
    padding:40px 0;
    display: flex;
    flex-wrap: wrap;
}
.fabric-ul .product-li{
    width:calc( calc(100% / 3) - 6px );
    margin-right: 9px;
    margin-bottom: 3px;
}
.fabric-ul .product-li:nth-child(3n+0){
    margin-right: 0;
}
.fabric-ul .product-li::after{
    width:100%;
}

.reveal{
    background: #f5f6f8;
    padding-bottom: 30px;
}
.reveal .tabox{
    padding:30px 0 20px 0;
}
.reveal-ul{
    display: flex;
    flex-wrap: wrap;
}
.reveal-li{
    margin-bottom: 18px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}
.reveal-li a{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    height:100%;
}
.reveal-li a p{
    width:100%;
    /* height: 306px; */
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: center;
}
.reveal-li a span{
    width:100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #202020;
}

/* 分页 */
.pagination {
	display: inline-block;
	border-radius: 4px;
    padding:2rem 0 2rem 0;
}
.pager {
	display: flex;
	justify-content: center;
	width:100%;
}
.pager li {
    display: none;
}
.pager li:first-child,
.pager li:last-child{
    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;
}

/* 招商加盟页 */
.policy{
    padding:40px 0 40px 0;
}
.policy-box{
    margin-top: 20px;
}
.policy-t{
    width:100%;
    background: #FFF000;
    border: 1px solid #202020;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px 0;
}
.policy-t span{
    font-size: 18px;
    line-height:1.6;
    letter-spacing: 0.04em;
    color: #202020;
}
.policy-t p{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #202020;
}
.policy-d{
    border: 1px solid #202020;
    border-top: none;
    padding:10px 16px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #202020;
}

/* 申请 */
.apply{
    background: url(../images/apply-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top:50px;
}
.apply-box{
    width:100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2.5px);
}
.apply .tabox p{
    font-size: 14px;
    color: #909399;
}
.apply-form{
    padding:20px 0;
}
.apply-li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
}
.apply-txt{
    width:100%;
    border: 1px solid #E4E7ED;
    border-radius: 8px;
    padding:8px;
    margin-bottom:16px;
}
.apply-txt textarea{
    width:100%;
    height:60px;
    border:none;
    font-size: 14px;
    line-height: 1.6;
    color: #202020;
}
.apply-txt input{
    width:100%;
    height:28px;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #202020;
    border:none;
}
.apply-txt span{
    display: block;
    width:100%;
    height:28px;
    font-size: 14px;
    line-height: 2;
    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: 14px;
    line-height:1.6x;
    letter-spacing: 0.02em;
}
.apply-select{
    width:100%;
    position: relative;
}
.apply-ul{
    display: none;
    position: absolute;
    left:0px;
    top:40px;
    width:100%;
    background: #ffffff;
    border: 1px solid #E4E7ED;
    border-top:none;
    height:0;
    overflow: hidden;
    transition: all .3s;
    padding:4px 16px 8px 10px;
    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: 160px;
    height: 50px;
    background: #FFF000;
    border:none;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #202020;
}

.bull{
    padding:30px 0 40px 0;
    background: #f5f6f8;
}
.bull-li{
    width:100%;
    background: #ffffff;
    padding:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.bull-desc{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:space-around;
    width:100%;
}
.bull-desc a{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #202020;
}
.bull-desc p{
    font-size: 14px;
    line-height: 160%;
    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:4px;
}
.bull-t{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:6px;
}
.bull-t span{
    font-size: 12px;
    line-height:1.6;
    letter-spacing: 0.02em;
    color: #909399;
    display: flex;  
    align-items: center;
    justify-content: flex-start;
    padding-right:20px;
}
.bull-t span img{
    height:16px;
    padding-right:5px;
}
/* 一周快报 */
.wall-ul{
    display: flex;
    flex-wrap: wrap;
}
.wall-li{
    margin-bottom: 35px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    padding:10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.wall-pic{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wall-desc{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wall-desc a{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #202020;
}
.wall-desc p{
    font-size: 14px;
    line-height: 160%;
    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:4px;
}
.wall-t{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:6px;
}
.wall-t span{
    font-size: 12px;
    line-height:1.6;
    letter-spacing: 0.02em;
    color: #909399;
    display: flex;  
    align-items: center;
    justify-content: flex-start;
    padding-right:20px;
}
.wall-t span img{
    height:16px;
    padding-right:5px;
}
/* 联系我们 */
.contact{
    width:100%;
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
    padding:50px 0;
}
.contact-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.contact-txt{
    height:100%;
    background: #ffffff;
}
.contact-p{
    display: flex;
    align-items: center;
}
.contact-t{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ebeef5;
    padding:8px 10px;
}
.contact-t span{
    font-size: 20px;
    line-height:1.6;
    letter-spacing: 0.481672px;
    color: #303133;
}
.contact-t p{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #202020;
}
.contact-t b a{
    font-weight: normal;
    font-family: 'DINPro-Medium';
    font-size: 20px;
    line-height:1.6;
    color: #202020;
}
.contact-t b{
    font-weight: normal;
    display: block;
    padding-left:10px;
    font-family: 'DINPro-Medium';
    font-size: 20px;
    line-height:1.6;
    color: #202020;
}
.contact-b{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding:10px 0;
}
.contact-b ul li{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.481672px;
    color: #303133;
    padding:2px 0 0 26px;
    position: relative;
}
.contact-b ul li a{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.481672px;
    color: #303133;
}
.contact-b ul li::before{
    content: '';
    width:16px;
    height:16px;
    position: absolute;
    left:6px;
    top:6px;
    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);
}
.view h1{
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color:#303133;
    padding-top:30px;
    line-height:1.2;
}
.view-time{
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-indent:0;
}
.view-time span{
    font-size: 12px;
    margin: 0 10px;
    color: #999;
    line-height: 40px;    
}
.content{
    margin-top: 20px;
    line-height:1.5;
    color: #303133;
    font-size: 14px;
}
.prepage{
    line-height: 30px;
    margin:15px 0;
    color: #303133;
    font-size: 14px;
}
.prepage a{
    color:var(--menu--);
}
