.banner {
    position: relative;
}

.banner .swiper-slide .pic img {
    display: block;
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}

.banner .swiper-pagination {
    bottom: 33px;
}
.featured-section .swiper-pagination-bullet,
.banner .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 2px;
    opacity: 1;
    overflow: hidden;
}
.featured-section .swiper-pagination-bullet::before,
.banner .swiper-pagination-bullet::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: rgba(53, 174, 64, 1);
    border-radius: 2px;
}
.featured-section .swiper-pagination-bullet-active::before,
.banner .swiper-pagination-bullet-active::before {
    width: 100%;
    transition: all 5s;
}

.about-section .btn.btn-next,
.about-section .btn.btn-prev,
.banner .btn.btn-next,
.banner .btn.btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .6s;
    color: #fff;
    z-index: 3;
}

.about-section .btn.btn-next:hover,
.about-section .btn.btn-prev:hover,
.banner .btn.btn-next:hover,
.banner .btn.btn-prev:hover {
    color: rgba(53, 174, 64, 1);
}

.about-section .btn.btn-prev,
.banner .btn.btn-prev {
    left: 1.56%;
}

.about-section .btn.btn-next,
.banner .btn.btn-next {
    right: 1.56%;
}

.about-section .btn.btn-prev .iconfont,
.about-section .btn.btn-next .iconfont,
.banner .btn.btn-next .iconfont,
.banner .btn.btn-prev .iconfont {
    font-size: 24px;
}

.products-section {
    padding: 20px 20px 0;
}

.products-section .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.products-section .products-card {
    position: relative;
}

.products-section .products-card .picCover {
    position: relative;
    padding-top: 68.81%;
}

.products-section .products-card .picCover .pic {
    border-radius: 5px;
}

.products-section .products-card .product-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 85px 20px;
    z-index: 3;
    text-align: center;
}

.products-section .products-card .product-name {
    font-family: GothamBook;
    font-weight: 400;
    color: #222222;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-section .products-card .product-des {
    font-family: GothamBook;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-section {
    padding-top: 70px;
}

.index-title {
    font-family: GothamBook;
    font-weight: 400;
    color: #222222;
    line-height: 1;
    text-align: center;
}

.index-des {
    font-family: GothamBook;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
    text-align: center;
    margin-top: .78em;
}

.about-section .box-c {
    position: relative;
    margin-top: 50px;
}

.about-section .box-c .swiper-slide {
    position: relative;
    width: 960px;
}

.about-section .box-c .swiper-slide .picCover {
    padding-top: 63.95%;
}

.about-section .box-c .swiper-slide .picCover .pic {
    border-radius: 10px;
}

.about-section .box-c .swiper-slide .playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCFCFC;
    border-radius: 50%;
    color: rgba(53, 174, 64, 0.99);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.about-section .box-c .swiper-slide-active .playBtn {
    opacity: 1;
    visibility: visible;
}

.about-section .box-c .swiper-slide .playBtn .iconfont {
    font-size: 30px;
}

.odm-section {
    padding-top: 70px;
}

.featured-section {
    padding-top: 70px;
}

.featured-section .box-c .swiper {
    padding-top: 60px;
}

.featured-section .box-c .swiper-slide {
    width: 360px;
    
}
.featured-section .box-c .slide-box{
    padding: 8px 8px 0;
    background: #F0F3F7;
    border-radius: 10px;
    transition: all .6s;
    border: 2px solid #F0F3F7;
}
.featured-section .box-c .swiper-slide:hover .slide-box{
    border-color: #35AE40;
    background: #fff;
    transform: translateY(-20px);
} 
.featured-section .box-c .swiper-slide .picCover {
    padding-top: 79.41%;
}

.featured-section .box-c .swiper-slide .pic {
    background: #FFFFFF;
    border-radius: 10px;
}

.featured-section .box-c .swiper-slide .pic img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.featured-section .box-c .swiper-slide .text-box {
    padding: 28px 17px;
    text-align: center;
}

.featured-section .box-c .swiper-slide .text-title {
    font-family: GothamBook;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}
.featured-section .box-c .swiper-slide .more,
.featured-section .box-c .swiper-slide .text-des {
    font-family: GothamBook;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
    margin-top: 1em;
}
.featured-section .box-c .swiper-slide:hover .text-des, 
.featured-section .box-c .swiper-slide:hover .text-title,
.featured-section .box-c .swiper-slide:hover .more{
    color: #35AE40;
}
.featured-section .box-c .swiper-slide .more{
    margin-top: 1.2em;
}
.featured-section .swiper-pagination{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.featured-section .swiper-pagination-bullet{
    background: #ccc;
    width: 30px;
}
.nav-features-section{
    padding: 80px 0;
}
.nav-features-section .box-c{
    margin: 0 auto;
    width: 960px;
    max-width: 94%;
}
.nav-features-section .box-c .list{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.nav-features-section .box-c .icon .iconfont{
    display: block;
    font-size: 54px;
    color: rgba(137, 140, 143, 1);
    transition: all .6s;
}
.nav-features-section .box-c li:hover .icon .iconfont{
    transform: rotateY(180deg);
    color: #35AE40;
}
.nav-features-section .box-c li .text-title{
font-family: GothamBook;
font-weight: 400;
font-size: 24px;
color: #222222;
margin-top: 10px;
transition: all .6s;
}
.nav-features-section .box-c li .text-des{
font-family: GothamBook;
font-weight: 400;
font-size: 14px;
color: #999999;
line-height: 1;
margin-top: 18px;
transition: all .6s;
}
.nav-features-section .box-c li:hover .text-title,
.nav-features-section .box-c li:hover .text-des{
    color: #35AE40;
}
@media (max-width:1280px) {
    .products-section .products-card .product-info{
        padding: 50px 20px;
    }
}
@media (max-width:1199px) {
    .products-section .products-card .product-des{
        font-size: 16px;
        line-height: 24px;
        margin-top: .5em;
    }
     .products-section .products-card .product-info{
        padding: 40px 20px;
    }
    .index-des{
        font-size: 22px;
        margin-top: .5em;
    }
    .about-section .box-c{
        margin-top: 45px;
    }
    .featured-section .box-c .swiper{
        padding-top: 45px;
    }
    .about-section .box-c .swiper-slide .playBtn{
        width: 60px;
        height: 60px;
    }
    .about-section .box-c .swiper-slide .playBtn .iconfont{
        font-size: 24px;
    }
    .about-section .box-c .swiper-slide{
        width: 768px;
        max-width: 96%;
    }
    .about-section .btn.btn-prev{
        left: 3%;
    }
    .about-section .btn.btn-next{
        right: 3%;
    }
    .featured-section .box-c .swiper-slide:hover .slide-box{
        transform: translateY(0);
    }
}
@media (max-width:1024px) {
    .featured-section .box-c .swiper-slide .text-title{
        font-size: 22px;
    }
    .about-section .box-c .swiper-slide .playBtn{
        width: 50px;
        height: 50px;
    }
    .about-section .box-c{
        margin-top: 40px;
    }
    .featured-section .box-c .swiper{
        padding-top: 40px;
    }
    .nav-features-section{
        padding: 70px 0;
    }
    .products-section .products-card .product-info{
        padding: 30px 20px;
    }
    .banner .swiper-pagination{
        bottom: 20px;
    }
     .banner .swiper-pagination-bullet{
        width: 30px;
     }
     .index-des{
        font-size: 20px;
    }
    .nav-features-section .box-c .icon .iconfont{
        font-size: 40px;
    }
    .nav-features-section .box-c li .text-title{
        font-size: 22px;
    }
    .nav-features-section .box-c li .text-des{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .nav-features-section .box-c li .text-title{
        font-size: 20px;
        /* margin-top: 5px; */
    }
    .nav-features-section .box-c .icon .iconfont{
        font-size: 30px;
    }
    .about-section .box-c{
        margin-top: 30px;
    }
    .featured-section .box-c .swiper{
        padding-top: 30px;
    }
    .nav-features-section{
        padding: 60px 0;
    }
    .about-section,
    .odm-section,
    .featured-section{
        padding-top: 60px;
    }
    .index-des{
        font-size: 18px;
    }
    .products-section .products-grid{
        grid-template-columns: repeat(1,1fr);
    }
}
@media (max-width:500px) {
    .nav-features-section .box-c li .text-title{
        font-size: 16px;
    }
    .featured-section .box-c .swiper-slide .more, .featured-section .box-c .swiper-slide .text-des{
        font-size: 14px;
        line-height: 20px;
    }
    .featured-section .box-c .swiper-slide{
        width: 300px;
    }
    .featured-section .box-c .swiper-slide .text-box{
        padding: 20px 15px;
    }
    .featured-section .box-c .swiper-slide .text-title{
        font-size: 20px;
    }
    .about-section .box-c .swiper-slide .playBtn{
        width: 40px;
        height: 40px;
    }
    .about-section .box-c .swiper-slide .playBtn .iconfont{
        font-size: 20px;
    }
    .about-section .box-c{
        margin-top: 25px;
    }
    .featured-section .box-c .swiper{
        padding-top: 25px;
    }
    .nav-features-section{
        padding: 50px 0;
    }
    .about-section,
    .odm-section,
    .featured-section{
        padding-top: 50px;
    }
    .index-des{
        font-size: 16px;
    }
    .products-section .products-card .product-name{
        font-size: 20px;
    }
    .products-section .products-card .product-des{
        font-size: 14px;
        line-height: 18px;
    }
}