﻿a {
    color: #212121;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .main-swiper .swiper-slide {
        height: 80vh !important;
    }
}

.main-swiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(var(--unit-width) * 10);
    background-position: center;
}

.main-swiper .carousel {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    left: 10%;
}

    .main-swiper .carousel .carousel-container {
        width: 420px;
    }

    .main-swiper .carousel .carousel-title h2 {
        line-height: 92px;
        font-weight: bold;
    }

    .main-swiper .carousel .carousel-desc p {
        font-size: 13px;
        color: black;
        line-height: 26px;
    }

    .main-swiper .carousel .carousel-detail {
        margin-top: 48px;
        padding: 10px 20px;
        background: #006941;
        border-radius: 30px;
        border: 0px;
        color: white;
        font-size: 15px;
    }

        .main-swiper .carousel .carousel-detail img {
            width: 24px;
            height: 24px;
            margin-left: 6px;
        }

        .main-swiper .carousel .carousel-detail:hover {
            color: white !important;
        }

.hot-products {
    padding: 0px 16px;
}

.hot-products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-products-item {
    position: relative;
    width: calc(50vw - 32px);
    height: 576px;
    margin-top: 16px;
    background-size:100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.hot-products-item-link {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.hot-products-item-text {
    max-width: 520px;
    padding-top: 48px;
    margin: 0px auto;
    text-align: center;
}

    .hot-products-item-text .title {
        letter-spacing: 5px;
    }

    .hot-products-item-text .subtitle {
        font-size: 20px;
        line-height: 46px;
        text-align: center;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.75);
    }

    .hot-products-item-text .more {
        position: relative;
        z-index: 300;
        margin-top: 10px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        border-radius: 64px;
        cursor: pointer;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.75);
        margin-right: 5px;
    }

        .hot-products-item-text .more:hover {
            color: deepskyblue;
        }

.top-content {
    font-size: 16px;
    line-height: 32px;
}

section.products-video .video-container {
    margin-top: 64px;
    height: 720px;
    position: relative;
    padding: 0px 16px;
    display: flex;
    justify-content: center;
}

section.advantages .advantages-container {
    margin-top: 64px !important;
    width: 1200px;
    margin: auto;
    text-align: center;
}

section.advantages .title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
    text-align: center;
}

section.advantages .list {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    section.advantages .list .item {
        background-color: #3B63A9;
        width: 389px;
        height: 512px;
        display: block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        section.advantages .list .item .grid-img {
            transition: all .6s ease;
        }

        section.advantages .list .item:hover .grid-img {
            transform: scale(1.1);
        }

        section.advantages .list .item .text {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fcfcfc;
            width: 65%;
            letter-spacing: 2px;
            line-height: 2vw;
            font-size: 1vw;
        }

        section.advantages .list .item .title {
            font-size: 1.3vw;
            line-height: 4vw;
            font-weight: 700;
            color: #212121;
            background: rgba(255, 255, 255, .2);
            position: absolute;
            bottom: 0;
            width: 100%;
            color: #fcfcfc;
        }

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .swiper-father {
        width: 1140px !important;
    }

    .product-swiper {
        width: 1000px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .swiper-father {
        width: 990px !important;
    }

    .product-swiper {
        width: 920px !important;
    }

    .product-swiper-btn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-father {
        width: 760px !important;
    }

    .product-swiper {
        width: 720px !important;
    }

    .product-swiper-btn {
        display: none;
    }
}

.product-series-container {
    background: #f6f6f6;
    padding: calc(var(--unit-width) * 1.3) 0px calc(var(--unit-width)) 0px;
}

    .product-series-container .more {
        text-align: center;
    }

        .product-series-container .more a {
            color: lightgray;
            cursor: pointer;
            font-size: 1.36vw;
        }

    .product-series-container .product-category {
        display: flex;
        justify-content: center;
    }

        .product-series-container .product-category .tab-menu {
            display: table;
            text-align: center;
        }

            .product-series-container .product-category .tab-menu .active .tab-menu-item-div {
                background-color: #006941;
                transition: background-color ease-out .3s;
                font-weight: 600;
                color: #fff !important;
                border-radius: calc(var(--unit-width) * 0.53);
            }

            .product-series-container .product-category .tab-menu .tab-menu-item {
                display: inline-block;
                font-size: 1.36vw;
                text-align: center;
                color: #000;
                cursor: pointer;
                /*border-radius: calc(var(--unit-width) * 0.53);*/
                height: calc(var(--unit-width) * 1.06);
                line-height: calc(var(--unit-width) * 1.06);
                width: calc(var(--unit-width) * 3.12);
                background: #fff;
            }

            .product-series-container .product-category .tab-menu li:first-child {
                border-radius: calc(var(--unit-width) * 0.53) 0 0 calc(var(--unit-width) * 0.53);
            }

            .product-series-container .product-category .tab-menu li:last-child {
                border-radius: 0 calc(var(--unit-width) * 0.53) calc(var(--unit-width) * 0.53) 0;
            }

.header-en h2 {
    color: #b6b6b6;
    text-align: center;
    font-size: 2.48vw;
    line-height: 2.48vw;
    padding-bottom: calc(var(--unit-width) * 0.4);
    font-family: 'Bayon Regular';
    letter-spacing: 2px;
}

.header-en h2::after {
    content: '';
    width: calc(var(--unit-width) * 0.53);
    height: 1px;
    margin-top: calc(var(--unit-width) * 0.4) !important;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid;
    padding: 1px;
}

.header-cn {
    margin-bottom: calc(var(--unit-width));
}

    .header-cn h5 {
        text-align: center;
        font-size: 1.36vw;
        font-weight: bold;
    }

.swiper-father {
    position: relative;
    margin: calc(var(--unit-width)) auto;
    padding-left: 8vw;
    padding-right: 8vw;
}

.product-swiper {
    margin-left: 8.6vw;
    margin-right: 8.6vw;
}

    .product-swiper .product-slide {
        
    }

    .product-swiper .product-link {
        height: 100%;
        width: 100%;
    }

        .product-swiper .product-link .product-arrow {
            background-image: url(/image/arrow-green.svg);
            background-size: 100%;
        }

        .product-swiper .product-link:hover .product-desc {
            background-color: #006941;
        }

            .product-swiper .product-link:hover .product-desc h4 {
                color: #fff;
            }

        .product-swiper .product-link:hover img {
            background-color: transparent;
        }

        .product-swiper .product-link:hover .product-arrow {
            background-image: url(/image/arrow-white.svg);
        }

    .product-swiper .product-img {
        position: relative;
        padding-bottom: 120%;
    }

        .product-swiper .product-img img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 10px 10px 0px 0px;
        }

    .product-swiper .product-desc {
        height: calc(var(--unit-width) * 0.92);
        padding: 0 calc(var(--unit-width) * 0.25);
        background: #fff;
        position: relative;
        border-radius: 0 0 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .product-swiper .product-desc .product-desc-item {
            max-width: 90%;
            overflow: hidden;
        }

        .product-swiper .product-desc .product-desc-item h4 {
            font-size: 1.36vw;
            letter-spacing: 1px;
        }

        .product-swiper .product-desc .product-desc-detail img {
            height: calc(var(--unit-width) * 0.3);
            width: calc(var(--unit-width) * 0.3);
        }

.swiper-father .product-swiper-btn {
    height: 40px;
    width: 40px;
    border: 2px solid #006941;
    border-radius: 20px;
}

.swiper-father .swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 900;
    font-size: 18px;
    color: #006941;
}

.swiper-father .swiper-button-prev {
    margin-left: 8vw;
}

.swiper-father .swiper-button-next {
    margin-right: 8vw;
}

@media (min-width: 1800px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .company-tail {
        display: none;
    }

    .company-container {
        padding: 72px 32px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .company-tail {
        display: none;
    }

    .company-container {
        padding: 72px 32px !important;
    }

        .company-container .company-info {
            width: auto !important;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .company-tail {
        display: none;
    }

    .company-container {
        padding: 72px 32px !important;
    }

        .company-container .company-info {
            width: auto !important;
        }

            .company-container .company-info .company-about {
                padding: 10px 0px !important;
            }

                .company-container .company-info .company-about .company-about-content {
                    width: 360px !important;
                }

                .company-container .company-info .company-about .company-about-content p {
                    margin-top: 0px !important;
                    line-height: 20px !important;
                }

                .company-container .company-info .company-about h1 {
                    font-size: 26px !important;
                    font-family: 'Bayon Regular';
                }

                .company-container .company-info .company-about .company-about-logo {
                    width: 480px !important;
                }
}

.company-tail {
    position: absolute;
    width: calc((100vw - 1018px) / 2);
    height: 200px;
    background: lightgray;
    right: 0;
    top: 60%;
}

.company-container {
    background: #fff;
    padding: calc(var(--unit-width) * 1.3) 16.6vw calc(var(--unit-width)) 16.6vw;
}

    .company-container .company-info {
        margin: 0 auto;
        display: flex;
    }

        .company-container .company-info .company-about {
            width: 30%;
            padding: 30px 0px;
            position: relative;
        }

            .company-container .company-info .company-about h1 {
                font-size: 4vw;
                font-family: 'Bayon Regular'
            }

            .company-container .company-info .company-about .company-about-content {
                width: 30vw;
                background: #fff;
            }

                .company-container .company-info .company-about .company-about-content p {
                    padding: 10px;
                    margin-top: 10px;
                    font-size: 0.8vw;
                    line-height: 1.28vw;
                }

            .company-container .company-info .company-about .company-about-logo {
                width: 45vw;
                background: white;
                position: absolute;
                bottom: 0;
                padding: 20px 20px 20px 0px;
            }

                .company-container .company-info .company-about .company-about-logo img {
                    width: 100%;
                }

        .company-container .company-info img {
            width: 70%;
        }

.divider-pic-container img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .news-container {
        padding: 72px 32px !important;
    }

        .news-container .news-header {
            width: auto !important;
        }
}

.news-container {
    background: #f6f6f6;
    padding: 72px 0px;
}

    .news-container .news-header {
        padding-left: 16.6vw;
        margin: 0 auto;
    }


    .news-container .header-en h2 {
        text-align: left;
    }

        .news-container .header-en h2::after {
            margin: 0;
        }

    .news-container .header-cn h5 {
        text-align: left;
    }

    .news-container .news-list {
        /*padding: 64px 12vw 0px;*/
        padding-left: 16.6vw;
    }

    .news-container .news-slide .news-info {
        background: #fff;
        border-radius: 1vw 1vw 0px 0px;
        padding-bottom: 75%;
        position: relative;
    }

        .news-container .news-slide .news-info .news-info-container {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: calc(var(--unit-width) / 2);
            padding-bottom: calc(var(--unit-width) / 4);
        }

        .news-container .news-slide .news-info h2 {
            font-size: 1.36vw;
            font-weight: bold;
            margin-bottom: 0.96vw;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            height: 3.2vw;
        }

        .news-container .news-slide .news-info .news-desc {
            overflow: hidden;
            height: 2.3vw;
        }

        .news-container .news-slide .news-info p {
            font-size: 0.8vw;
            line-height: 1.28vw;
            color: #b6b6b6;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .news-container .news-slide .news-info .news-more-btn {
            color: #727272;
            cursor: pointer;
            margin-top: 1vw;
            /*position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;*/
        }

        .news-container .news-slide .news-info .news-more {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .news-container .news-slide .news-info .news-more img {
                width: 60%;
            }

    .news-container .news-slide .news-img {
        width: 100%;
        padding-bottom: 75%;
        position: relative;
    }

        .news-container .news-slide .news-img img {
            width: 100%;
            height: 100%;
            position: absolute;
        }


@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .video-container {
        padding: 72px 32px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .video-container {
        padding: 72px 32px !important;
    }

        .video-container .video-content {
            width: auto !important;
        }
}

.video-container {
    background: #fff;
    padding-top: calc(var(--unit-width) * 1.3);
}

    .video-container .swiper-father {
        margin-top: 0px !important;
    }

.video-swiper {
    margin-left: 8.6vw;
    margin-right: 8.6vw;
}

.swiper-father .video-swiper-btn {
    height: 40px;
    width: 40px;
    border: 2px solid #006941;
    border-radius: 20px;
}

    .video-container .video-content {
        margin: 0 auto;
        padding-top: 8px;
        display: flex;
    }

        .video-container .video-content video {
            width: 75%;
            border-radius: 10px;
        }

        .video-container .video-content img {
            width: 25%;
            border-radius: 10px;
            padding-left: 10px;
        }
        /*.video-container .video-content img {
            width: 75%;
        }*/
        .video-container .video-content .video-right {
            width: 25%;
            margin-left: 10px;
            background: #006941;
            border-radius: 20px;
            padding: 30px;
        }

            .video-container .video-content .video-right .top {
                height: 50%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            }

            .video-container .video-content .video-right .bottom {
                padding-top: 30px;
            }

.video-content .video-right .top .first-line {
    display: flex;
    align-items: baseline;
}

.first-line h1 {
    color: #fff;
    font-weight: bold;
    font-size: 58px;
}

.first-line-unit {
    color: #006941;
    background: #fff;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    text-align: center;
    margin-left: 10px;
    font-weight: bold;
}

.second-line {
    color: white;
    font-size: 18px;
    margin: 10px 0px;
}

.third-line {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .channel-container .channel-right {
        padding: 18px 0px !important;
    }

    .channel-right .right .item {
        margin-left: 58px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .channel-container .channel-right {
        padding: 18px 0px !important;
    }

    .channel-right .right .item {
        margin-left: 38px !important;
    }
}

.channel-container {
    height: 68px;
    display: flex;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .channel-container .channel-left {
        width: 33.33%;
        height: 68px;
        background: #006941;
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .channel-container .channel-left h2 {
            font-size: 1.36vw;
            font-weight: bold;
            color: white;
        }

        .channel-container .channel-left img {
            width: 16px;
            margin-left: 92px;
            margin-right: 20px;
        }

    .channel-container .channel-right {
        padding: 18px 36px;
    }

.channel-right .right {
    display: flex;
    align-items: center;
}

    .channel-right .right .item {
        width: 32px;
        height: 32px;
        justify-content: center;
        transition: all .3s;
        border-radius: 50%;
        cursor: pointer;
        margin-left: 86px;
        position: relative;
    }

        .channel-right .right .item:hover .popup {
            display: block;
        }

        .channel-right .right .item .icon {
            vertical-align: middle;
            height: 32px;
            display: block;
        }

        .channel-right .right .item .popup {
            display: none;
            position: absolute;
            bottom: 26px;
            right: -5px;
            width: 144px;
            height: 160px;
            z-index: 1;
        }

            .channel-right .right .item .popup .qrcode {
                padding: 4px;
                border-radius: 4px;
                background: #fff;
                -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
                -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
                box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
            }

                .channel-right .right .item .popup .qrcode img {
                    width: 136px;
                    height: 136px;
                }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .links-container {
        width: auto !important;
        padding: 128px 0px 64px 64px !important;
    }
}

.links-container {
    padding: 128px 16.6vw 0px;
    margin: 0 auto;
}

    .links-container .link-title {
        font-size: 32px;
        font-weight: bold;
    }

    .links-container ul {
        list-style: outside;
        padding: 10px;
    }

        .links-container ul a {
            cursor: pointer;
        }

        .links-container ul li p {
            font-size: 13px;
            line-height: 24px;
        }