

.section_title {
    position: relative;
    text-align: center;
}
.section_title .cn {
    font-weight: bold;
    font-size: 3rem;
    color: var(--comcolor);
}
.section_title .en{
    font-size: 1.5rem;
    font-weight: bold;
    color: #007e541c;
    position: relative;
}
.section_title .en::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    background: #bbbbbb;
    width: 35%;
}
.section_title .en::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 1px;
    background: #bbbbbb;
    width: 35%;
}
.section_title .intro {
    font-size: 1rem;
    line-height: 2rem;
}


.view_more{display: inline-block;padding:0.6rem 1.6rem;background: var(--comcolor);color:#ffffff;}
.view_more:hover {background: var(--subcolor);}


@media  screen and (max-width: 1000px){
    .section_title {
        position: relative;
        display: block;
    }
    .section_title .cn {
        font-size: 2.5rem;
    }
    .section_title .en{
        font-size: 1rem;
    }
}


.index_banner { position: relative;width:100%;}
.index_banner .swiper-slide img {
    width:100%;
    height:100vh;
}
.index_banner .swiper-pagination-bullet {
    width:1rem;
    height:1rem;
}
.index_banner .swiper-button-prev {
    left:5%
}
.index_banner .swiper-button-next {
    right:5%
}
.index_banner .ban_txt {
    position: absolute;
    z-index: 99;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_banner .ban_txt .txt p{
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.index_banner .ban_txt .txt p:first-child{
    font-size: 3.1rem;
    font-weight: 600;

}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:3rem;
    border-radius: 0.5rem;
}


.index_banner .mouse {
    position: absolute;
    left:5%;
    bottom:10%;
    z-index: 999;
    display: flex;
    align-items: center;
    color:#fff;
}
.index_banner .mouse .mouseOf {
    height: 1.75rem;
    position: relative;
    width: 1.75rem;
    display: block;
}
.index_banner .mouse .mouseOf svg {
    width:100%;
    height:100%;
    display: block;
}
.index_banner .mouse .mouseOf:after {
    -webkit-animation: scroll-down 1.5s ease-in-out infinite;
    animation: scroll-down 1.5s ease-in-out infinite;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}
@keyframes scroll-down {
    0% {
        opacity: 0;
        top: 2px
    }
    30%,70% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: calc(100% - 9px)
    }
}




@media  screen and (max-width: 1000px){
    .index_banner .swiper-slide img {
        height:auto;
    }
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size: 2rem;
    }
}






.index_products {
    width: 100%;
    padding:3rem 0;
}
.index_products .category {width: 100%;background: #f5f5f5;display: flex;margin-top: 2rem;}
.index_products .category .xl {display: flex;align-items: center;justify-content: center;background: #ececec;}
.index_products .category .xl:nth-child(odd) {background: #e7e7e7;}
.index_products .category .xl.act {background: var(--comcolor);color:#ffffff;}
.index_products .category .xl.act a {color:#ffffff; }
.index_products .category .rx {width:12rem;display: flex;align-items: center;justify-content: center;margin-left: 1rem;}
.index_products .category .rx i {font-size: 2rem;margin-right: 0.3rem; animation: yyhh 1.5s linear infinite;}

.productList { margin-top: 2rem;}
.productList .products:not(:first-child) { display: none;}
.productList .products .item {
    float: left;
    border: 1px solid #eee;
    padding:0.8rem;
    margin-bottom: 1rem;
}
.productList .products .item .title { height:3rem; display: flex; justify-content:center;align-items: center;background-color: var(--comcolor);color:#ffffff;}

.productList .products .item .img { position: relative;}
.productList .products .item img { display: block;}
.productList .products .item .overlay {
    display: none;
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: #00000050;
    align-items: center;
    justify-content: center;
    color:#fff;
}

.productList .products .item:hover {border: 1px solid var(--comcolor); }
.productList .products .item:hover .overlay{ display: flex; }

@media  screen and (min-width: 1000px){
    .index_products .category {height: 5rem;}
    .index_products .category .xl {flex:1;}
    .productList .products .item {
        width: 32%;
        margin-right: 2%;
    }
    .productList .products .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media  screen and (max-width: 1000px){
    .index_products .category { flex-wrap: wrap;}
    .index_products .category .xl {width: 50%;height:4rem;}
    .index_products .category .rx {height:4rem}
    .index_products { padding:2rem 0;}
    .productList { margin-top: 1rem;}
    .productList .products .item {
        width: 49%;
        margin-right: 2%;
        padding:0.2rem;
    }
    .productList .products .item:nth-child(2n) {
        margin-right: 0;
    }
}



.index_about {
    width:100%;padding:5rem 0 3rem;position: relative;z-index: 1;background: url('../images/abbg.jpg') no-repeat center top;
}
.index_about .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffffb8;
    padding: 5rem 4rem;
}
.index_about .left {
    width: 49%;
}
.index_about .left h3 {
    font-size: 2.5rem;
    color:var(--comcolor);
}
.index_about .left .intro {
    padding:2rem 0;
    font-size: 1rem;
    line-height: 2rem;
}
.index_about .left .intro p:nth-child(n+4) {
    display: none;
}
.index_about .right {
    width: 49%;
}

@media  screen and (max-width: 765px){
    .index_about {
        padding: 2rem 0;
    }
    .index_about .cont {
        display: block;
        padding: 3rem 1rem;
    }
    .index_about .left {
        width: 100%;
        margin-bottom: 2rem;
    }
    .index_about .left h3 { font-size: 1.5rem;}
    .index_about .right {
        width: 100%;
    }
}




.inside_banner {
    position: relative;
    width:100vw;
    overflow: hidden;
    background: url(../images/index_fixed.jpg) center center / cover no-repeat;
    background-attachment: fixed;
    padding:10rem 0;
    text-align: center;
}
.inside_banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: .25
}

.inside_banner .box {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center
}
.inside_banner .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem
}
.inside_banner .desc{
    margin-top: 2.5rem;
}
.inside_banner .desc p{
    font-size: 1.5rem;
    line-height: 2;
}
.inside_banner .view_more {
    margin: 0 auto;
    margin-top: 2rem;
}

@media  screen and (max-width: 1000px){
    .inside_banner {
        padding:5rem 0;
    }
    .inside_banner .title {
        font-size: 1.8rem;
    }
    .inside_banner .desc {
        margin-top: 1.8rem;
    }
    .inside_banner .desc p{
        font-size: 1rem;
    }
}




.index_advantage {position: relative;width:100%;padding: 2rem 0;z-index: 9;background: #fbfbfb;}
.index_advantage ul {margin-top: 2rem;}
.index_advantage ul li .desc p {font-size: 1rem;line-height: 2;text-align: center;}

@media  screen and (min-width: 650px){
    .index_advantage ul {display: flex;height: 27rem;}
    .index_advantage ul li {width:23.5%;margin-right: 2%;position: relative;height:100%;overflow: hidden;transition: 0.5s;background: #6565652b;}
    .index_advantage ul li:last-child {margin-right: 0;}


    .index_advantage ul li img{width:100%;height:100%;border-radius: 5px;max-width: fit-content;object-fit: cover;}
    .index_advantage ul li .tit {position: absolute;top:60%;left:0;width:100%;text-align: center;z-index: 2;color:#fff;font-size: 1.5rem;font-weight: 600;transition: 0.5s;}
    .index_advantage ul li .desc {visibility: hidden;position: absolute;bottom:0;left:10%;width:80%;z-index: 2;color:#fff;transition: 0.5s;}


    .index_advantage ul li.act {width:60%;}
    .index_advantage ul li.act .tit {top:30%;font-size: 1.8rem;}
    .index_advantage ul li.act .desc {visibility:visible;top:50%;}
    .index_advantage ul li.act::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }

}

@media  screen and (max-width: 650px){
    .index_advantage ul li {position: relative;width:100%;height:300px;overflow: hidden;margin-bottom: 0.4rem;}

    .index_advantage ul li img{width:100%;min-height:18rem;border-radius: 5px;max-width: fit-content;object-fit: cover;}
    .index_advantage ul li .tit {position: absolute;top:20%;left:0;width:100%;text-align: center;z-index: 2;color:#fff;font-size: 1.5rem;font-weight: 600;transition: 0.5s;}
    .index_advantage ul li .desc {position: absolute;top:40%;left:5%;width:90%;z-index: 2;color:#fff;transition: 0.5s;}
    .index_advantage ul li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
}


.index_news{position: relative;padding: 2rem 0;z-index: 9;}
.index_news .cont {margin-top: 2rem; }

.index_news .item {width: 100%;}
.index_news .item .img{width: 100%;overflow: hidden;transition: all .3s;position:relative;}
.index_news .item .img img{width: 100%;transition: all .3s;}
.index_news .item .wz{position: relative;padding:1.25rem 1rem;}
.index_news .item .wz h3{font-size: 1.2rem;line-height:1.5;color: #000;margin-bottom: 1.25rem;transition: all .3s;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.index_news .item .wz .time{font-size: 1rem;color: #595353;margin-bottom: 1rem;}
.index_news .item .wz .desc{font-size: 0.9rem;line-height: 1.8rem;height:3.6rem; overflow: hidden;color: #595353;transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.index_news .item:hover .wz h3{color: var(--comcolor);}
.index_news .item:hover .wz .time,.index_news .item:hover .wz .desc{color:var(--comcolor);}

@media  screen and (min-width: 765px){
    .index_news .item{width:32%;margin-right: 2%;float: left;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);border-radius: 0.8rem;overflow: hidden;}
    .index_news .item:nth-child(3n) {margin-right: 0;}
}

@media  screen and (max-width: 765px){
    .index_news { padding:2rem 0; }
    .index_news .cont { margin-top: 1rem;}
    .index_news .item a {display: flex;align-items: center;justify-content: space-between;}
    .index_news .item .img{width: 50%;overflow: hidden;transition: all .3s;position:relative;padding:0.5rem;}
    .index_news .item .img img{width: 100%;transition: all .3s;}
    .index_news .item .wz{width: 48%;position: relative;}
    .index_news .item .wz h3{font-size: 1.1rem;margin-bottom: 0.5rem;}
    .index_news .item .wz .time{font-size: 1rem;color: #595353;margin-bottom: 0.5rem;}
    .index_news .item .wz .desc{font-size: 0.9rem;}
}