﻿.swiper-banner .swiper-slide{
    height:100vh;
    background-position:center;
    background-size:cover;
    width:100%;
}
.swiper-slide img{
    width:100%;
}
.swiper-banner>.swiper-pagination-bullets{bottom:3%}
.swiper-banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #fff;
    transition: all .3s linear;
}
.swiper-banner .swiper-pagination-bullet-active{background:#fff;width:35px;border-radius:10px}
.idea {
    padding: 13rem 16.66%;
    display: flex;
    justify-content: space-between;
    position:sticky;
    top:0;
    z-index:1
}
.container .section-t {
    font-weight: bold;
    font-size: 2.75rem;
    color: #007567;
}
.desc-t {
    font-size: 1.35rem;
    margin: 3rem 0 0;
    display: inline-block;
    position: relative;
}
.idea .desc{margin-top:1rem}
.slogan{position:relative}
.engTitle{font-size:2rem;text-transform:uppercase;line-height:1.2;position:relative;z-index:1}
.chTitle{font-weight:bold;font-size:1.75rem}
.desc{font-size:.95rem;margin-top:2rem;}
.seal{width:100px;height:100px}
.leaf {
    position: absolute;
    left: -2.5rem;
    width: 10rem;
    top: 5.3rem;
    z-index: 0;
}
.section{position:relative}
.bridge-box{position:relative;}
.bridge {
    position: absolute;
    top: 24%;
    width: 35%;
    left: 32.5%;
    opacity: 0
}
.company-intro{padding:0 16.66%;}
.company-info{transform: translateY(-9%);}
.company-info-item{display:flex;justify-content:space-between}
.company-info-item>div{width:50%;}
.info-img{line-height:0;overflow:hidden}
.info-img:hover img{transform: scale(1.05);}
.info-img img{transition: transform .3s linear;width:100%}
.info-text {
    background: #f2f2f2;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background .15s linear
}
.info-text:hover{background:#007765}
.products {
    background: #f2f2f2;
    padding: 5rem 0;
}
.products .more__link{    
    margin-left: calc(16.66% + 5px);
    margin-top: 3rem;
}
.products-head {
    padding: 0 calc(16.66% + 5px);
    margin-bottom: 3rem;
    display:flex;
    justify-content:space-between;
    align-items:flex-end
}
.swiper-assembly{display:flex;align-items:flex-end}
.more__link-swiper {
    border: 1px solid #000;
    display: inline-block;
    padding: 0 0.5rem 0 0.75rem;
    color: #000;
    padding: 15px 10px;
}
.more__link-swiper .buttonIn{width:30px}
.more__link-swiper:active,.more__link-swiper:focus{outline:none}
.more__link-prev{transform: rotate(180deg);margin-right:1rem}
.pagination{position:relative;flex:1;height:9rem}
.pagination ul li {
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 800ms;
}
.pagination .line{
        width: 70px;
    display: inline-block;
    height: 1px;
    margin: 0 10px 0 20px;
    background: #000;
    vertical-align: middle;
}
.pagination .total{display:inline-block;width:5.5rem}
.product-intro {
    color: #fff;
    position: absolute;
    left: 3rem;
    top: 3rem;
}
.more__link-product{position:absolute;left:3rem;bottom:3rem;transform:translateX(-20px);transition:all .15s linear;opacity:0}
.products .swiper-slide:hover .more__link-product{opacity:1;transform:translateX(0)}
.product-name{font-size:1.35rem;margin-bottom:1rem}
.product-desc{font-size:.8rem}
.news{padding:10rem 16.66%;display:flex;justify-content:space-between;overflow:hidden}
.news-type{margin:3rem 0 4rem;color:#808080}
.news-type p{cursor:pointer;margin-bottom:.5rem}
.news-type p:hover,.news-type p.active{color:#000;font-weight:bold}
.news-type p.active::before{
    content:"-";
    display:inline-block;
}
.news-list{width:62.5%}
.news-item {
    margin-bottom: 2rem;
    display: block;
    color: #000;
    display: flex;
    justify-content: space-between;
    position: relative;
    opacity:0;
    transform:translateY(30px);
}
.news-content {
    width: calc(100% - 340px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: 2rem;
}
.news-content-b{display:flex;justify-content:space-between;align-items:center}
.news-item .buttonIn{transition:.3s transform}
.news-item:hover{background:#f2f2f2}
.news-item:hover .buttonIn{transform:translateX(10px);border-width:2px;color:#007765}
.news-item:hover .buttonIn::after,.news-item:hover .buttonIn::before{border-width:2px}
.news-item:hover .buttonIn::after{top:-2px}
.news-title {
    font-size: 1.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold
}
.news-img {
    width: 320px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-item-list{visibility:hidden;height:0;overflow:hidden}
.news-item-list.active{visibility:visible;height:auto}
.news-item-list.active .news-item{transition: transform .3s linear,background .3s linear,opacity .3s linear;opacity:1;transform:translateY(0);}
.news-item-list .news-item:nth-child(2){transition-delay:.2s,0s,.2s}
.news-item-list .news-item:nth-child(3){transition-delay:.35s,0s,.35s}
.news-item-list .news-item:nth-child(4){transition-delay:.4s,0s,.4s}
.news-item-list .news-item:nth-child(5){transition-delay:.5s,0s,.5s}
.news-item-list .news-item:nth-child(6){transition-delay:.6s,0s,.6s}
.join-btn {
    position: absolute;
    bottom: 15%;
    left: 50%;
    margin-left: -58.5px;
}
.more__link.yellow{color:#fcc9a4;border-color:#fcc9a4}
.more__link.yellow:hover{color:#000}

.company-child-logo {
    height: 2.5rem;
    align-self: flex-start;
    filter: grayscale(5) opacity(0.3);
    transition: all .1s linear;
}
.info-text:hover .company-child-logo {
    filter: grayscale(0) opacity(1);
}