﻿.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/brand6.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: 1rem;
    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%);
    }
}
.company {
    padding: 15rem 0 10rem;
    background: #fff;
}
.company-left {
    width: 50%;
    padding-right: 8.3333%;
    display: inline-block;
    text-align: right;
}
.sec-title{    
    font-size:2.5rem;
    font-weight:bold;
    color: red;
    display: inline-block;
    text-align: left;
    margin-bottom: 3rem;
}
.company-right {
    width: 50%;
    float: right;
    padding-right: 16.666%;
    position:sticky;
    top:10rem
}
.company-info{margin-bottom:5rem}
.info-item{margin-bottom:2rem;text-align:justify}
.company-img {
    position: absolute;
    width: 33.333%;
    bottom: 10rem;
}
.company-left img{margin-bottom:2rem;width: 100%;}
.company-left .s-img-show{width:65%}
.company-left i{width:65%;display:inline-block;text-align:left}
.research{position:relative;background:#fff}
.research>img{width:100%;}
.research .sec-title{color:#fff}
.r-center{position:absolute;top:17%}
.r-left {
    width: 50%;
    padding-left: 14%;
    display: inline-block;
}
.r-right {
    width: 50%;
    float: right;
    padding-right: 16.666%;
}
.r-right .info-item{color:#fff;}
.r-left img{width:20rem}
.r-left .series p{font-size:.8rem;color:#fff}
.product{background:#fff;padding:10rem 14%}
.p-info{width:50%;float:right;margin-bottom:5rem}
.p-info .p-desc{font-weight:bold;font-size:1.25rem;margin-bottom:2rem;}
.p-center>img{width:100%}
.park{position:relative;line-height:0}
.park>img{width:100%;}
.park .park-content {
    position: absolute;
    background: rgba(52,82,40,.8);
    top: 10%;
    width: 45%;
    left: 45%;
    color: #fff;
    padding: 5rem;
    padding-bottom: 3rem;
}
.park-content .sec-title{color:#fff;line-height:1.45}
.park-desc {
    font-size: 1rem;
    display: flex;
    margin-top: 10rem;
    justify-content: space-between;
    align-items: center;
}
.park-desc .line{
    height: 1px;
    background: #fff;
    flex: 1;
    margin: 0 1.5rem;
}