main{
    background-color: #000;
}
main .banner .swiper-slide>img{
    width: 100%;
}
main .banner .swiper-slide .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0,0.3);
    flex-direction: column;
}
main .banner .swiper-slide .mask .title{
    max-width: 800px;
    align-items: center;
}
.swiper-button-next-banner, .swiper-button-prev-banner{
    width: .56rem;
    height: .56rem;
    border: 1px solid #BAFA06;
    border-radius: 50px;
}   
.swiper-button-next-banner::after, .swiper-button-prev-banner::after{
    font-size: .24rem;
    color: #BAFA06;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

main .potential{
    padding-top: 1.7rem;
    padding-bottom: 1.5rem;
    background-color: #000;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
main .potential .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
}
main .potential .mask img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main .potential span.bg{
    font-size: 4rem;
    font-family: 'Bold';
    position: absolute;
    left: -111%;
    top: 6%;
    z-index: 9;
    color: #0C0C0C;
    z-index: 7;
}
main .potential1 .row{
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    margin-top: 1rem;
}
main .potential1 .row .col-md-4{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
main .potential1 .cart{
    border: 1px solid #3F3F3F;
    padding: 0.5rem;
    margin-bottom: 0.3rem;
}
main .potential .cart *{
    color: #fff;
}
main .potential .cart .top{
    display: flex;
    justify-content: space-between;
}
main .potential .cart .top span{
    font-size: 0.36rem;
    font-family: 'Medium';
    color: #fff;
}
main .potential .cart h3{
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    font-family: 'Bold';
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
main .potential .cart p{
    color: #c5c5c5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

main .potential2{
    padding: 1.4rem 0;
}
main .potential2 span.bg{
    left: 49%;
    top: -8%;
}
main .potential .cart{
    position: relative;
}
main .potential2 .cart .box{
    position: absolute;
    left: 52.6%;
    top: 17%;
}
main .potential2 .cart .box2{
    left: 64.6%;
    top: 16%;
}
main .potential .cart .box::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #BAFA06;
    content: '';
}
main .potential .cart .box::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8.5%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #BAFA06;
    content: '';
}
main .potential .cart .box a{
    display: flex;
    align-items: center;
    padding: 0.16rem;
    background-color: rgba(0, 0, 0,0.3);
    opacity: 0;
    transition:  all 0.5s;
}
main .potential .cart .box:hover a{
    opacity: 1;
} 

main .potential .cart .box a .img{
    max-width: 88px;
    margin-right: 20px;
    flex-shrink: 0;
}

main .potential2 .cart{
    margin: 0 auto;
    margin-top: 0.7rem;
    max-width: 1200px;
}
main .potential3 .cart{
    margin: 0 auto;
    margin-top: 0.7rem;
    max-width: 1200px;
}

main .potential3{
    padding: 1.4rem 0;
    position: relative;
}
main .potential3 span.bg{
    left: -37%;
    top: -7%;
}
main .potential3 .cart .box{
    position: absolute;
    left: 36%;
    top: 66%;
}
main .potential3 .cart .box2{
    left: 47%;
    top: 49%;
}
main .potential3 .cart .box3{
    left: 71%;
    top: 63%;
}
main .potential3 .cart .box4{
    left: 79%;
    top: 15%;
}

main .padding_150{
    padding-top: 1.5rem;
    background-color: #000;
}
main .potential4{
    padding-top: 1.1rem;
    padding-bottom: 1rem;
}
main .potential4 .potential4_in{
    display: flex;
    margin-top: 0.7rem;
}
main .potential4 .potential4_in .left{
    max-width: 264px;
    width: 100%;
    margin-right: 0.2rem;
    position: relative;
}
main .potential4 .potential4_in .left .box{
    height: 100%;
}
main .potential4 .potential4_in .left .box img{
    height: 100%;
    object-fit: cover;
}
main .potential4 .potential4_in .left .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255,0.3) 0%, rgba(0, 0, 0,0.3) 100%);
}
main .potential4 .potential4_in .right{
    flex: 1;
    position: relative;
}
main .potential4 .potential4_in .right .row{
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}
main .potential4 .potential4_in .right .row.active{
    opacity: 0;
}
main .potential4 .potential4_in .right .row .col-md-3{
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
main .potential4 .potential4_in .right .cart{
    margin-bottom: 0.2rem;
}
main .potential4 .potential4_in .right .list{
    
}
main .potential4 .potential4_in .right .list.active{
    pointer-events: all;
}
main .potential4 .potential4_in .right .list .list_box{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
main .potential4 .potential4_in .right .list .box{
    display: flex;
    padding: 0.6rem;
    border: 4px solid #BAFA06;
    height: 100%;
}
main .potential4 .potential4_in .right .list .box .box_l{
    max-width: 428px;
    flex-shrink: 0;
    width: 100%;
    margin-right: 0.6rem;
}
main .potential4 .potential4_in .right .list .box .box_l img{
    width: 50%;
    transition: all 1s;
}
main .potential4 .potential4_in .right .list .box:hover .box_l img{
    width: 100%;
}
main .potential4 .potential4_in .right .list .box .box_r h3{
    font-size: 0.24rem;
    font-family: 'Bold';
    color: #fff;
    margin-bottom: 0.3rem;
}
main .potential4 .potential4_in .right .list .box .box_r p{
    color: #c5c5c5;
}
main .potential4 .potential4_in .right .list .box .box_r .botton{
    display: flex;
    margin-top: 0.4rem;
}
main .potential4 .potential4_in .right .list .box .box_r .botton a{
    margin-right: 0.3rem;
}

main .potential4 span.bg{
    left: 46%;
    top: -8%;
}

main .index_about{
    padding: 1.5rem 0;
    background-image: url(/lib/images/bg-about_us.png);
    background-repeat: no-repeat;
    background-size: cover;
}
main .index_about .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
main .index_about .content .left{
    max-width: 800px;
    width: 100%;
    margin-right: 1.2rem;
}
main .index_about .content .left .title{
    align-items: flex-start;
}
main .index_about .content .left .title p{
    text-align: left;
}
main .index_about .content .right{
    max-width: 680px;
    width: 100%;
    position: relative;
}
main .index_about .content .right .mask{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
main .index_about .content .right .mask p{
    font-family: 'Bold';
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    margin-top: 0.2rem;
}

main .index_articles{
    padding: 2rem 0;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
main .index_articles span.bg{
    font-size: 4rem;
    font-family: 'Bold';
    position: absolute;
    left: -111%;
    top: 6%;
    z-index: 9;
    color: #0C0C0C;
    z-index: 7;
    left: -130%;
}
main .index_articles .swiper_in{
    margin-top: 0.7rem;
}
main .index_articles .swiper_in .cart .img{
    overflow: hidden;
}
main .index_articles .swiper_in .cart .img img{
    width: 100%;
    transition: all 0.5s;
}
main .index_articles .swiper_in .cart:hover .img img{
    transform: scale(1.1);
}
main .index_articles .swiper_in .cart h3{
    font-size: 0.24rem;
    font-family: 'Bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
    margin-top: 0.2rem;
    margin-bottom: 0.14rem;
}
main .index_articles .swiper_in .cart:hover h3{
    color: #BAFA06;
}
main .index_articles .swiper_in .cart p{
    margin-bottom: 0.2rem;
    color: #fff;
}
main .index_articles .swiper_in .cart:hover span::after{
    opacity: 1;
}
.swiper-pagination-articles{
    margin-top: 0.6rem;
}
.swiper-pagination-articles .swiper-pagination-bullet{
    opacity: 1;
    width: 40px;
    height: 4px;
    background: #C5C5C5;
    border-radius: 0;
}
.swiper-pagination-articles .swiper-pagination-bullet-active{
    height: 8px;
    background: #BAFA06;
}

main .index_talk{
    padding-bottom: 2rem;
}
main .index_talk form .input input{
    width: 100%;
    height: 56px;
    border: 1px solid #5A5A5A;
    background: none;
    margin-bottom: 0.3rem;
    color: #999;
}
main .index_talk form .input input:focus{
    border: 1px solid #BAFA06;
}
main .index_talk form .half{
    display: flex;
}
main .index_talk form .half .input{
    width: 50%;
}
main .index_talk form .half .input:first-child{
    margin-right: 0.3rem;
}
main .index_talk form .input textarea{
    width: 100%;
    height: 56px;
    border: 1px solid #5A5A5A;
    background: none;
    margin-bottom: 0.3rem;
    color: #999;
}

main .index_talk form input[type=submit]{
    width: auto;
    background: none;
    display: flex;
    margin: 0 auto;
}
main .index_talk form input[type=submit]:hover{
    color: #BAFA06;
}


@media (max-width:767px) {
    main .banner .swiper-slide>img{
        height: 350px;
        object-fit: cover;
    }
    main .banner .swiper-slide .mask .title{
        max-width: 80%;
    }
    main .potential .cart .box::before{
        left: -7%;
        width: 9px;
        height: 9px;
    }
    main .potential .cart .box{
        display: none;
    }
    main .potential .cart .box a{
        opacity: 1;
    }
    main .potential .cart .box::after{
        width: 18px;
        height: 18px;
    }
    main .potential4 .potential4_in{
        flex-direction: column-reverse;
    }
    main .potential4 .potential4_in .left{
        height: 300px;
        max-width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
    main .potential4 .potential4_in .left .box img{
        width: 100%;
    }
    main .index_about .content{
        flex-direction: column;
    }
    main .index_about .content .left{
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    main .index_talk form .half{
        flex-direction: column;
    }
    main .index_talk form .half .input{
        width: 100%;
    }
    main .index_talk form .half .input:first-child{
        margin-right: 0;
    }
    main .potential .cart h3{
        font-size: 18px;
    }
    main .index_articles .swiper_in .cart h3{
        font-size: 18px;
    }
}


































































