/*banner*/
#index-banner{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.banner-box img{
    width: 100%;
    max-height: 500px;
}
#index-banner-page{
    bottom: 30px;
}
#index-banner-page .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: solid 1px #ffffff;
    background-color: rgba(0,0,0,0);
    opacity: 1;
    margin: 0 10px;
    transition: all 400ms;
}
#index-banner-page .swiper-pagination-bullet-active{
    background-color: #fff;
}


/*about*/
.about-section .y-1320{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-lf{
    width: 48.1%;
}
.about-rg{
    width: 47.72%;
    overflow: hidden;
    border-radius: 12px;
}
.about-rg img{
    width: 100%;
    transition: all 600ms;
}
.about-rg video{
    width: 100%;
}
.about-rg:hover img{
    transform: scale(1.2);
}
.about-lf>p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: justify;
    padding: 35px 0 40px;
}
.about-lf>a{
    display: block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    background-color: #71bf44;
    border-radius: 16px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.about-lf>a>span{
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
}

/*product*/
#product-content{
    padding-top: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#product-content .product-swiper-box{
    width: 47.72%;
    position: relative;
    padding-bottom: 31px;
}
#product-content .product-swiper-box .mySwiper{
    overflow: hidden;
}
.product-slide>a{
    display: flex;
    justify-content: space-between;
}
.product-slide{
    border-radius: 12px;
    overflow: hidden;
}
#product-swiper1 .product-slide{
    background-color: #39b19e;
}
#product-swiper2 .product-slide{
    background-color: #ffbf00;
}
#product-swiper3 .product-slide{
    background-color: #71bf44;
}
#product-swiper4 .product-slide{
    background-color: #0065b2;
}
.product-rg{
    border-radius: 12px;
    overflow: hidden;
    width: 64.76%;
}
.product-rg img{
    width: 100%;
    transition: all 600ms;
}
.product-rg:hover img{
    transform: scale(1.2);
}
.product-lf{
    width: 35.24%;
}
.product-lf>div{
    margin: 40px 0;
}
.product-lf>div>p{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0px 18px 18px 0px;
    padding: 10px 25px 10px 21px;
    min-width: 126px;
    text-align: center;
}
.product-lf h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    color: #fefefe;
    padding: 0 21px 18px;
}
.product-lf h3>span{
    font-size: 14px;
}
.product-lf p{
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    text-align: justify;
    padding: 0 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product-lf img{
    margin: 38px 0 0 21px;
}
#product-page3,
#product-page1{
    bottom: 0;
}
#product-page4,
#product-page2{
    bottom: 0;
    right: 0;
}
#product-page1 .swiper-pagination-bullet,
#product-page3 .swiper-pagination-bullet{
    margin-right: 19px;
}
#product-page4 .swiper-pagination-bullet,
#product-page2 .swiper-pagination-bullet{
    margin-left: 19px;
}
#product-content .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: solid 1px #71bf44;
    background-color: rgba(0,0,0,0);
    opacity: 1;
    transition: all 400ms;
}
#product-content .swiper-pagination-bullet-active{
    background-color:#71bf44;
}
#product-content .product-swiper-box:nth-of-type(1),
#product-content .product-swiper-box:nth-of-type(2){
    margin-bottom: 39px;
}



/*news*/
.news-content{
    width: 100%;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;

}
.news-swiper-box{
    position: relative;
    width: 47.72%;
    padding-bottom: 34px;
}
#news-swiper{
    overflow: hidden;
}
.news-slide{
    position: relative;
    overflow: hidden;
}
.news-slide>a>img{
    width: 100%;
    height: 360px;
    transition:all 500ms;
}
.news-slide div{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(113,191,68,0.8);
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    opacity: 0;
    transition: all 500ms;
}
.news-slide div p{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    width: calc(100% - 60px);
}
.news-slide:hover div{
    opacity: 1;
}
.news-slide:hover>a>img{
    transform: scale(1.2);
}
#news-page{
    bottom: 0;
}
#news-page .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: solid 1px #71bf44;
    background-color: rgba(0,0,0,0);
    transition: all 400ms;
    opacity: 1;
    margin-right: 19px;
}
#news-page .swiper-pagination-bullet-active{
    background-color: #71bf44;
}
.news-rg-box{
    width: 47.72%;
}
.news-list-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 26px;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 0 8px;
    margin-bottom: 10px;
    transition: all 500ms;
    cursor: pointer;
}
.news-list-title h3{
    font-size: 14px;
    color: #333333;
    transition: all 500ms;
}
.news-title-active{
    display: none;
}
.news-list>li>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list>li>a p{
    font-size: 14px;
    color: #999999;
    width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list>li>a span{
    font-size: 14px;
    color: #999999;
}
.news-list>li>a span img{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.news-list li{
    margin-bottom: 9px;
}
.news-list-box:hover .news-list-title{
    background-color: #71bf44;
}
.news-list-box:hover .news-list-title h3{
    color: #fff;
}
.news-list-box:hover .news-title{
    display: none;
}
.news-list-box:hover .news-title-active{
    display: block;
}
.news-list-box .news-title-active{
    width: 28px;
}



/*合作伙伴*/
#hzhb-gd-box{
    background: rgba(0,0,0,0);
    cursor: default;
}
.hzhb-title .title-base{
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 29px;
}
.hzhb-list{
    display: flex;
}
.hzhb-list li{
    width: 300px;
    /*height: 158px;*/
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(4, 0, 0, 0.1);
    border-radius: 12px;
    border: solid 1px #e5e5e5;
    text-align: center;
    padding: 10px 0;
    margin: 10px;
    position: relative;
    top: 0;
    transition: all 400ms;
}
.hzhb-list li p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    padding: 5px ;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}
.hzhb-list li div{
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hzhb-list li div img{
    max-height: 100%;
}
#hzhb-gd-box .str_move{
    cursor: default;
}
.hzhb-list li:hover{
    top: -10px;
}

@media (max-width: 1335px){
    .product-rg{
        width: 45%;
    }
    .product-lf{
        width: 53%;
    }
    .product-rg img{
        height: 100%;
    }
    .product-lf>div{
        margin: 20px 0 16px;
    }
    .product-lf>div>p{
        padding: 6px 20px 6px 15px;
    }
    .product-lf h3{
        font-size: 18px;
        padding: 0 15px 10px;
    }
    .product-lf p{
        padding: 0 15px;
    }
    .product-lf img{
        margin: 25px 0 25px 15px;
    }
    #news-page .swiper-pagination-bullet,
    #product-content .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    #product-page1 .swiper-pagination-bullet, #product-page3 .swiper-pagination-bullet{
        margin-right: 10px;
    }
    #product-page4 .swiper-pagination-bullet, #product-page2 .swiper-pagination-bullet{
        margin-left: 10px;
    }
    #news-page .swiper-pagination-bullet{
        margin-right: 10px;
    }
}
@media (max-width: 1200px){
    #product-content .product-swiper-box:nth-of-type(1), #product-content .product-swiper-box:nth-of-type(2){
        margin-bottom: 28px;
    }
    .product-rg{
        width: 47%;
    }
    .hzhb-list li{
        width: 270px;
    }
}
@media (max-width:1150px){
    .news-content{
        align-items: center;
    }
    .news-slide>a>img{
        height: auto;
    }
}
@media (max-width: 990px){
    .about-section .y-1320{
        flex-wrap: wrap;
    }
    .about-rg{
        width: 100%;
        order: -1;
    }
    .about-lf{
        width: 100%;
        margin-top: 20px;
    }
    .about-lf>p{
        padding: 17px 0 25px;
    }
    #product-content .product-swiper-box{
        width: 100%;
    }
    .product-rg img{
        height: auto;
    }
    .news-content,
    #product-content{
        padding-top: 20px;
    }
    #product-content .product-swiper-box:nth-of-type(1),
    #product-content .product-swiper-box:nth-of-type(3),
    #product-content .product-swiper-box:nth-of-type(2){
        margin-bottom: 20px;
    }
    .news-content{
        flex-wrap: wrap;
    }
    .news-swiper-box{
        width: 100%;
    }
    .news-rg-box{
        width: 100%;
        margin-top: 20px;
    }
    .hzhb-title .title-base{
        margin-bottom: 10px;
    }
    .hzhb-list li div{
        height: 80px;
    }
    .hzhb-list li{
        height: auto;
    }
}
@media (max-width: 767px){
    #index-banner,
    .banner-box img,
    .banner-box{
        height: 100%;
    }
    .banner-section{
        height: 130px;
    }
    .about-lf>p{
        padding: 8px 0 15px;
    }
    .about-lf>a{
        font-size: 12px;
        width: 110px;
    }
    .news-content, #product-content{
        padding-top: 10px;
    }
    .product-slide>a{
        flex-wrap: wrap;
    }
    .product-rg{
        width: 100%;
        order: -1;
    }
    .product-lf{
        width: 100%;
    }
    .product-lf>div{
        margin: 16px 0 12px;
    }
    .product-lf h3{
        font-size: 16px;
        padding: 0 10px 10px;
    }
    .product-lf h3 span{
        font-size: 12px;
    }
    .product-lf>div>p{
        font-size: 14px;
        min-width: 105px;
    }
    .product-lf p{
        line-height: 22px;
        padding: 0 10px;
    }
    .product-lf>div>p{
        padding: 6px 15px 6px 10px;
    }
    #product-content .product-swiper-box:nth-of-type(1), #product-content .product-swiper-box:nth-of-type(3), #product-content .product-swiper-box:nth-of-type(2){
        margin-bottom: 15px;
    }
    .product-lf img{
        margin: 15px 0 25px 10px;
    }
    .hzhb-list li div{
        height: 40px;
    }
    .hzhb-list li{
        width: 170px;
        padding: 12px 0 10px;
    }
    .hzhb-list li p{
        line-height: 1.5;
        font-size: 12px;
    }
}