﻿.banner {
    position: relative;
}
.page {
    width: 100%;
    height: 100vh;
}
.page .item{position:absolute;top:0;height:100%;width:100%;}
.item .bg {
    background-image: url('../../../../Images/brand/index/brand4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.content-wrap {
    color: #fff;
    position: absolute;
    top: 55%;
    left: 20%;
    z-index: 100;
}
.slide-content p{font-size:3rem;width:max-content;}
.slide-content {position:absolute;top:0;width: max-content;}
.desc {
     margin-top: 3rem;
    line-height: 2;
    font-size: 1.25rem;
    display:inline-block
}
.arrow-down {
    position: absolute;
    width: 2px;
    z-index: 10;
    left: 50%;
    height: 60px;
    border-radius: 10px;
    bottom: 0;
    background: rgba(255,255,255,.3);
    margin-left: -1px;
    overflow:hidden;
}
.down-line {
    display: inline-block;
    height: 60px;
    width: 2px;
    background: #fff;
    animation: arrow 1.5s ease-in-out infinite;
}
@keyframes arrow {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }
}
.standard-wrap{padding:15rem 0}
.standard-wrap .content{    
    display: flex;
    justify-content: space-between;
    width: 55%;
    margin: auto;
}
.standard-wrap .title{font-size:2.5rem;font-weight:bold}
.standard-wrap .label { 
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    width: 58%;
    margin: auto;
    justify-content: space-between;
    text-align: center;
    margin-top: 7rem;
}
.label-item img{width:5rem;margin-bottom: .5rem;}
.label-item p{color:#858585;font-size:1rem;letter-spacing:1px}
.desc-content p{margin-bottom:2rem}
.process {
    color: #fff;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.process-content {
    position: absolute;
    top: 25%;
    width: 100%;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    opacity: 0;
}
.process-wrap .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.process-wrap .swiper-slide:nth-child(1), .process1 {
    background-image: url('../../../../Images/brand/standard/bg1.jpg');
}
.process-wrap .swiper-slide:nth-child(2), .process2 {
    background-image: url('../../../../Images/brand/standard/bg2.jpg');
}
.process-wrap .swiper-slide:nth-child(3), .process3 {
    background-image: url('../../../../Images/brand/standard/bg3.jpg');
}
.process-wrap .swiper-slide:nth-child(4), .process4 {
    background-image: url('../../../../Images/brand/standard/bg4.jpg');
}
.process-wrap .swiper-slide:nth-child(5), .process5 {
    background-image: url('../../../../Images/brand/standard/bg5.jpg');
}
.process .font{width:20rem;margin-right:5%;margin-left: 20%;}
.process .process-text h2 {
    font-family: PingFang Heavy;
    margin-bottom: 2rem;
}
.process .process-text .num {
    font-size: 1.75rem;
    color: #EBBD7a;
}
.process .process-text p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom:2rem;
}
.standard-engTitle i {
    -webkit-transform: rotate(90deg) translateY(-300%);
    transform: rotate(90deg) translateY(-300%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    display: inline-block;
    font-size: .5rem;
}
.standard-slogan {
    position: absolute;
    bottom: 5%;
    width: 14rem;
    left: 50%;
    margin-left: -7rem;
    z-index:10;
}
.process-text{width:30%;}
.rockTea {
    padding:15rem 0 10rem;
    min-height:100vh;
}
.rockTea > img {
    width: 14rem;
    margin-left: 25%;
    margin-bottom: 5rem;
    display: block;
}
.rockTea-wrap{position:relative;}
.rockTea-show {
    display: none;
    width: 50%;
    text-align: center;
}
.rockTea-item{opacity:0}
.rockTea-item.active{opacity:1}
.rockTea-item.pos-rock{position:absolute;top:0;}
.rockTea-show.active{display:inline-block;}
.rockTea-show img{width: 66.666%;}
.rockTea-content {
    width: 45%;
    vertical-align: top;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
}
.rockTea-content h2{    
    font-size: 1.5rem;
   font-family: PingFang Heavy;
}
.rockTea-content .rockTea-item>p{    
    margin: 2rem 0 3rem;
    line-height: 1.75;
}
.rockTea-content>div{display:flex;flex-direction:column;justify-content:space-between;}
.type-wrap {padding-bottom:1rem;}
.type-wrap p{
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    border: 1px dashed;
    text-align: center;
    font-size: 1.25rem;
    margin-right: 3rem;
    color:#ccc;
    cursor:pointer;
}
.type-wrap p.active{color:red}
.park {
    height: 100%;
    background: url('../../../../Images/brand/resoure/park.jpg')no-repeat center;
    background-size:cover;
}
.process-wrap{height:100vh}
    .process-wrap .swiper-warpper {
        -webkit-transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
        transition-timing-function: cubic-bezier(0.165,0.84,0.44,1)
    }
.pagination {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 4%;
    text-align: center;
    width: 3rem;
}
.pagination .swiper-pagination-bullet{width:3rem;height:auto;display: block;background:none;font-size: .5rem;margin-bottom: .5rem;}
.pagination .swiper-pagination-bullet-active{background:none;}
.pagination .swiper-pagination{position: relative;}
.pagination p{    
    color: #fff;
    position: relative;
    z-index: 10;
    width: 1rem;
    font-size: .5rem;
    margin:0 auto 0.5rem;
}
.slideInUp, .slideInDown {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 100;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom;
    
}
.slideInUp {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.slideInDown {
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.process-wrap .swiper-slide{overflow:hidden;}
.wrap{overflow:hidden;}
.process-wrap .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) span{opacity:0;}
