﻿.swiper-banner .swiper-slide {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
}
.transition {
    text-align: center;
    padding: 15vh 0 5vh;
}
.section-title {
    font-size: 3.25rem;
    display: inline-block;
    position: relative;
    font-family: 'SourceHanSerifCN-Heavy';
}
.section-title::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left:50%;
    height: 4px;
    width:0%;
    background: var(--main-color);
    border-radius: 1px;
    transition: width .35s linear;
    transform: translateX(-50%);
    z-index:-1
}
.section-title.fade-in::after {
    width: 110%;
    transition-delay: .5s
}
.from-bottom-show{opacity:0;transform:translateY(50px)}
.section-desc{font-size:1.15rem;opacity:0;text-transform:uppercase;}
.intro-box{line-height:0;text-align:left;padding:0 10%}

.intro-item {
    position: relative;
    flex:1;
    display:block
}
.intro-item:hover{color:#ffffff}
.intro-item .desc{opacity:0;color:#ffffff}
.intro-item:hover .intro-content h2 span,.intro-item:hover .intro-content p{transform:translateY(-30px);opacity:1}
.intro-item .intro-content h2 span,.intro-item .intro-content p{transition:transform .5s cubic-bezier(0.31, 0.66, 0.46, 0.95)}
.intro-item .intro-content p{font-size:1rem;text-transform:uppercase;line-height:1.25}
.intro-item .intro-content .desc{margin-top:1rem;line-height:1.75}
.intro-item:hover .intro-content p{transition-delay:.15s}
.intro-item:hover .intro-content h2 span:last-child{transition-delay:.05s}
.intro-item .intro-content h2 span{display:inline-block}
.label{width:23rem;display:block;margin-top:1.5rem}

.mask {
    background-image: url('../../Images/home/bg2.jpg');
    background-repeat:repeat;
    background-position:center;
    background-size:contain;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.intro-fir .mask {
    background-image: url('../../Images/home/bg.jpg')
}
.intro-content {
    position: absolute;
    line-height: 1.5;
    left: 7rem;
    transition: all .5s linear
}
.intro-sec{display:flex}
.intro-content{text-align:left;top:15%;}
.intro-content h2{font-size:3rem;font-family: 'SourceHanSerifCN-Heavy';}
.intro-item .link-btn {
    position: absolute;
    bottom: 15%;
    left: 7rem;
    color: #fbe399;
    border-color: #fbe399;
    font-size: 1rem;
    padding: 0 2rem;
    line-height: 2.5rem;
    opacity: 0;
    transition: all .5s cubic-bezier(0.31, 0.66, 0.46, 0.95) .25s
}
.intro-item .arrow-line{background:#000}
.intro-item:hover .mask{opacity:1}
.intro-item:hover .link-btn{opacity:1;transform:translateY(-30px)}
.video{position:relative;overflow:hidden;}
.video-play-btn, .video-pause-btn{
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    margin-left: -2.5rem;
    margin-top: -2rem;
    z-index:10;
}
.video-play-btn{
    left:0;
    margin:0;
    width:100%;
    font-size:1.5rem
}
.play-btn {
    display: inline-block;
    width: 3rem;
    margin-bottom: .5rem;
}
.video-show {
    background: url(../../Images/home/video-show.jpg) center no-repeat;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.video .hover-btn {
    display: none;
}
.video-play-btn:hover .show-btn {
    display: none;
}
.video-play-btn:hover .hover-btn {
    display: block;
}
.products {
    text-align: center;
    margin-top: 5vh;
    position:relative;
    line-height:0
}
.honor{width:45rem;margin-top:3rem}
.main-product{position:relative;display:block}
.main-product .know-More {
    position: absolute;
    left: 10%;
    bottom: 25%;
    color: #fbe399;
}
.main-product .know-More .arrow-line{background:#fbe399}
.product_box {
    background: #f3f3f3;
    width: 85%;
    margin: -6rem auto 0;
    position: relative;
    padding:1rem 5% 3rem;
}
.product_show{display:flex;justify-content:space-between;flex-wrap:wrap}
.product_title {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.product_title h3{font-size:1.75rem}
.product_item{width:calc(100% / 3);text-align:left;padding:1.5rem}
.product_item:hover{
    background: #fff;
    box-shadow: 8px 10px 10px -5px #666;
}
.product_item:last-child{display:none}
.product_name {
    font-weight: bold;
    line-height: 1;
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem;
}
.product_price{color:#6e8d4a}


.know-More {
    display: flex;
    align-items: center;
    color: #ffc675;
    margin-top: 2rem;
    width: max-content;
}
.know-More:hover .arrow-line{width:40px}
.arrow-line {
    height: 1px;
    width: 15px;
    background: #ffc675;
    margin-left: 10px;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
}
.arrow-right {
    width: 5px;
    height: 5px;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    border-bottom: 5px solid transparent;
}



.news{padding:0 12% 5rem;text-align:center;}
.types {
    display: flex;
    justify-content: center;
    margin: 1rem 0 4rem;
}
.types p.active {
    color: #5c7440;
    font-weight: bold;
}
.types p:last-child {
    border-right: 0;
}
.types p {
    padding: 0 2rem;
    cursor: pointer;
    color: #808080;
    border-right: 1px solid #808080;
}
.item_type{display:none}
.item_type.active {
    display: block;
}
.item_news{
    display:flex;
    margin-bottom:1.5rem
}
.news_pic {
    width: 35%;
    line-height: 0;
}
.news_content {
    width: 65%;
    text-align: left;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f3f3f3;
}
.news_type{color:#6e8d4a}
.news_title{
    font-weight:bold;
    font-size:1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.join {
    position: relative;
    width: 76%;
    margin: 5rem auto 10rem;
}

.join .link-btn {
    position: absolute;
    bottom: 25%;
    left: 8%;
    color: #fbe399;
    border-color:#fbe399
}
.join .btn-copy:hover{color:#6e8d4a}
.join .btn-copy::after {
    background: #fbe399
}


.playVideo{overflow:hidden}
.video-container {
    display: none;
    position: absolute;
    z-index: 10000;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}
#video {
    background: #000;
}
.video-pause-btn {
    top: 10%;
    position: absolute;
    right: 3%;
    left: auto;
}
.c-cuseor {
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
}
.c-cursor-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*background: hsla(0,0%,100%,.4);*/
    border: 3px solid #fff;
    margin-top: -80px;
    margin-left: -50px;
    -webkit-transform: scale(.8) translateZ(0);
    transform: scale(.8) translateZ(0);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    cursor:pointer;
}
.c-cursor-play:after {
        content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 20px 0 20px 30px;
}


.video-name{
        font-size: 1.25rem;
    position: absolute;
    top: 111%;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    color:#fff
}
.c-cursor-stop {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*background: hsla(0,0%,100%,.4);*/
    border: 3px solid #fff;
    margin-top: -80px;
    margin-left: -45px;
    -webkit-transform: scale(.8) translateZ(0);
    transform: scale(.8) translateZ(0);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1);
    transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
}
.c-cursor-stop:after, .c-cursor-stop:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}
.c-cursor-stop:after {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}
.fade-in {
    opacity: 0;
    transition: opacity .6s cubic-bezier(0.31, 0.66, 0.46, 0.95) 0s;
}



.news_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#5a5a5a
}
.news .arrow-line{background:#5a5a5a;width:40px}
.news .know-More{color:#5a5a5a;margin-top:0}



.item_news:hover .news_content{background:#6e8d4a;color:#fff}
.item_news:hover .news_content .arrow-line{background:#fbe399}
.item_news:hover .news_content .know-More{color:#fbe399}
.item_news:hover .news_b{color:#fff}
.item_news:hover .news_type{color:#fbe399}

.link-btn {
    text-align: center;
    display: inline-block;
    margin-top: 3rem;
    padding: 0 3rem;
    font-size: 1.25rem;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    line-height: 3rem;
}
.btn-copy{
    position:relative;
    z-index:2
}
.btn-copy:hover{color:#fff}
.btn-copy:hover::after{height:100%;}
.btn-copy::after{
    content:"";
    position:absolute;
    height:0%;
    width:100%;
    bottom:0;
    left:0;
    transition: height .3s;
    background:var(--main-color);
    z-index:-1
}
.intro-box .btn-copy:hover {
    color: #fbe399
}

.swiper-container-horizontal>.swiper-pagination1.swiper-pagination-bullets{bottom:5%}
.swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active {
    background: transparent;
    border:3px solid #fff
}
.swiper-pagination-bullet{width:12px;height:12px;}
.img-fill{width:100%}

@media screen and (max-width:700px) {
    .swiper-banner .swiper-slide{height:auto}
    .intro-item .intro-content p span{display:block}
    .intro-content{left:2rem;color:#000;top:10%}
    .intro-item .link-btn{opacity:1;left:2rem;color:#000;background:#fbe399;transform:translateY(0) !important}
    .honor{width:33rem}
    .product_item{width:calc((100% - 2rem)/2);margin-bottom:1rem;padding:0}
    .product_item:hover{background:transparent;box-shadow:none}
    .types{margin:0}
    .types p{flex:1;padding:0}
    .item_news{flex-direction:column}
    .news_pic,.news_content{width:100%;}
    .news_content{padding:2rem}
    .news_b{margin-top:2rem}
    .look_f{display:none}
    .join .link-btn{display:none}
    .product_item:last-child{display:block}
    .intro-item .desc{display:none}
    .intro-item .intro-content p{font-size:.5rem}
    .intro-item:hover .mask{opacity:0}
    .intro-item:hover .intro-content h2 span, .intro-item:hover .intro-content p{transform:translateY(0);}
    .intro-item .intro-content h2 span{display:block;font-size:2rem;line-height:1.25}
}