body{
    font: 0.16rem "Source Han Sans";
    color: #212121;
}
.title_1{
    font-size: 0.42rem;
    color: #333;
    font-weight: bold;
}
.index_new_title .item:hover,
.index_new_title .active{
    color: var(--ftc);
}
.index_new_content_ul .item:hover .t1{

    color: var(--ftc);
}
.i_news{
    padding-bottom: 2rem;
}
.i_news::after{
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    width: 100%;
    top: 58%;
    bottom: 0;
    z-index: -1;
    background: #282626;
}
.i_join{
    padding: 2rem 0;
}
.ijoin_block{
    width: 5.12rem;
    height: 5.12rem;
    background: radial-gradient(circle, #D3D3D3 0%, #E1E1E1 100%);
border-radius: 50%;
margin: 0 auto;
border: 2px solid #FFFFFF;
}
.black_btn{background: #1A1919;

}
.ijoin_block .layui-input{
    background: initial;
    border: 1px solid #686868;
}
.index_product .item{
    color: #999;
}

.index_product .item .b1{
    background-color: rgba(00, 0, 0,0.5);
}
.index_product .item :hover{
    color: #fff;
    background-color: rgba(00, 0, 0,0);

}
.index_product .item .b1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_product .item  a{
    display: block;
    margin-top: 0.1rem;
}
.index_product .item  .hr{
    width: 2.6rem;
height: 0.02rem;
margin-top: 0.1rem;
margin-bottom: 0.3rem;
background: #999;
}
.index_product .item:hover  .hr{
    background: #FFFFFF

}
.index_product .item  .num{
    font-size: 0.6rem;
line-height: 1em;
}
.i1_ul .item1 .img_box{
    justify-content: flex-start;
}
.btn_white{
    color: #333333;
    border-color: #333333;
    background: #fff !important;
}
.las1{
    position: absolute;
    bottom: 1rem;
    z-index: 2;
    display: flex;
   justify-content: flex-end;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}

.las1 .swiper-pagination-bullet{
    width: 0.15rem;
    opacity: 1;
height: 0.15rem;
background-color: initial;
border-radius: 50%;
border: 2px solid #FFFFFF;
margin: 0 0.05rem;
}
.index_product .img1 img{
    min-height: 9rem;
}
.las1 .swiper-pagination-bullet-active{
    background: #Fff;
}
.head1 .layui-nav .layui-nav-item>a{
    color: #fff;
}
.head1 .layui-nav .layui-this > a, .head1 .layui-nav .layui-nav-item a:hover, .head1 .layui-nav .layui-this > a{
    color: #fff !important;
}
.head1 .layui-nav .layui-this:after, .layui-nav-bar{
    background-color: #ffff;
}
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width:990px) {}

@media only screen and (max-width: 750px) {
    .index_product .item{
       color: #fff;
    
    }
    .index_product .item  .hr{
        background: #FFFFFF;
        max-width:100%
    
    }
    .footer1{
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}