﻿.swiper-banner .swiper-slide{
    height:100vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
.idea {
    padding: 6rem 10%;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1;
}
.container .section-t {
    font-weight: bold;
    font-size: 2.25rem;
    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:2rem;}
.desc{font-size:1rem;margin-top:2rem;}
.seal {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10%;
    top: -25px;
}
.leaf {
    position: absolute;
    left: 0;
    width: 11rem;
    top: 9.5rem;
    z-index: 0;
}
.section{position:relative}
.bridge-box{position:relative;line-height:0}
.bridge {
    position: absolute;
    top: 24%;
    width: 35%;
    left: 32.5%;
    opacity: 0
}
.company-info-item{display:flex;justify-content:space-between;position:relative;height:28vh}
.company-info-item>div{width:50%;background-size:cover;background-position:center;background-repeat:no-repeat}
.info-img{line-height:0;overflow:hidden}
.info-img img{transition: transform .3s linear;width:100%}
.info-text {
    background: #f2f2f2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background .15s linear
}
.company-child-logo {
    height: 2rem;
    align-self: flex-start;
    filter: grayscale(5) opacity(0.3);
    transition: all .1s linear;
}
.products {
    background: #f2f2f2;
    padding: 5rem 0;
}
.products-head {
    padding: 0 10%;
    margin-bottom: 5rem;
}
.products-head p{font-size:12px}
.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: 14px 9px;
}
.more__link-swiper .buttonIn{width:26px}
.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}
.swiper-bottom{display:flex;padding:0 10%;justify-content:space-between;margin-top:5rem;align-items:center}
.news{padding: 10rem 10%;overflow:hidden}
.news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.news-type {color: #808080;display:flex}
.news-type p{font-size:12px;padding:0 .5rem;border-left:1px solid}
.news-type p:first-child{border-left:0}
.news-type p.active{color:#000;font-weight:bold}
.news-item {
    margin-bottom: 2rem;
    display: block;
    color: #000;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}
.news-content {
    border-bottom: 1px solid #f2f2f2;
    padding: 2rem 0;
}
.news-content-b{display:flex;justify-content:space-between;align-items:center;flex-flow: row-reverse;margin-top:1rem}
.news-date{font-size:12px;}
.news-item .buttonIn{transition:.3s transform}
.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: 100%;
    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;
}
.company-info {
    position: relative;
    margin: -5rem 0 7rem;
}
.company-intro{padding:0 10%}
.company-info-item .company-info-cover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0d7665;
    z-index: 1;
    color: #fff;
    padding:2rem;
    flex-direction: column;
    justify-content: space-between;
    transform: scaleX(0);
    transition: transform .75s cubic-bezier(0.6, 0.25, 0, 1);
}
.company-info-item:nth-child(odd) .company-info-cover{transform-origin:left}
.company-info-item:nth-child(even) .company-info-cover{transform-origin:right}
.info-engTitle{font-size:1rem;margin-top:.5rem;line-height:1.3}
.company-info-cover .more__link{color:#fff;border-color:#fff}
.company-info-item.active .company-info-cover{transform:scaleX(1)}
.company-info-item .chTitle{font-size:1.75rem}
.company-info-item .desc{margin-top:1rem}