*{
    margin: 0;
    padding: 0;
    font-size: .16rem;
}
html{
    font-size: 100px;
}
body{
    overflow-x: hidden;
}
img{
    cursor: pointer;
    object-fit: cover;
    display: block;
}
a{
    text-decoration: none;
    color: #000;
}
/* 产品系列 */
.index_content{
    width:16rem ;
    margin: 0 auto;
    padding: 1rem 0;
}
.index_product_titbox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_product_tit{
    color: #1D1D1F;
    font-size: .45rem;
    font-weight: bold;
    cursor: pointer;
}
.index_product_txt{
    color: #1D1D1F;
    font-size: .26rem;
    margin-top: .1rem;
    margin-bottom: 0.8rem;
}
.index_product_imgbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background: red; */
    /* border-radius: 1rem; */
}
.index_product_items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.27rem;
}
.index_product_items:last-child{
    margin-bottom: 0;
}
.index_product_xbox{
    width: 49%;
    height: 3.69rem;
    position: relative;
     overflow: hidden; 
    /* background: red; */
    /* border-radius: 1rem 0 0 0; */
}
.index_product_xbox img{
    width: 100%;
    height: 100%;
    display: block;
     transition:all .3s; 
}
.index_product_xbox:first-child{
    border-radius:1rem 0 0 0;
}
.index_product_xbox:nth-child(2){
    border-radius:0 1rem 0 0;
}
.index_product_xbox:nth-child(5){
    border-radius:0 0 0 1rem;
}
.index_product_xbox:nth-child(6){
    border-radius:0 0 1rem 0;
}


.index_product_xbox:first-child:hover>img{
    transform: scale(1.05);
}
.index_product_xbox:nth-child(2):hover>img{
    transform: scale(1.05);
}


.index_product_xbox:nth-child(3):hover>img{
    transform: scale(1.05);
}
.index_product_xbox:nth-child(4):hover>img{
    transform: scale(1.05);
}
.index_product_xbox:nth-child(5):hover>img{
    transform: scale(1.05);
}
.index_product_xbox:nth-child(6):hover>img{
    transform: scale(1.05);
}
/* .index_product_xbox:hover>img{
    transform: scale(1.05);
} */
.index_pro_xtxt{
    position: absolute;
    top: 0.68rem;
    left: 0.35rem;
    color: #fff;
    letter-spacing: 0.02rem;
}
.index_pro_book{
    font-size: .33rem;
    font-weight: bold;
    cursor: pointer;
}
.index_pro_health{
    font-size: .23rem;
    margin-top: 0.1rem;
}
/* 关于我们 */
.index_anout_bg{
    width: 19.2rem;
    height: 5.5rem;
    background: url(../images/index/7.png) no-repeat;
    background-size: 100% 100%;
    margin:  0 auto;
}
.index_about_box{
    width: 16rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.index_about_items{
    width: 49%;
    color: #fff;
}
.index_about_tit{
    width: 1.5rem;
    font-size: .35rem;
    letter-spacing: 0.02rem;
    font-weight: bold;
    padding-bottom: .12rem;
    position: relative;
    cursor: pointer;
}
.index_about_tit::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0.04rem;
    background: #fff;
    bottom: 0;
    left: 0;
}
.index_about_txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-top: .44rem;
    line-height: 1.7;
    font-size: .18rem;
    letter-spacing: 0.01rem;
    text-align: justify;
}
.index_about_many{
    width: 1.8rem;
    height: 0.44rem;
    border: 0.02rem solid #fff;
    text-align: center;
    line-height: 0.44rem;
    font-size: .20rem;
    margin-top: .7rem;
    cursor: pointer;
    transition: .3s;
    display: block;
    color: #fff;
}
.index_about_many:hover{
    border-color: #ccc;
}
/* 新闻中心 */
.index_news{
    padding: 1rem 0;
}
.index_new_content{
    width: 16rem;
    margin: 0 auto;
}
.index_news_box{
    display: flex;
    justify-content: space-between;
}
.index_new_items{
    width: 32%;
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
}

.index_new_imbox{
    width: 100%;
    height: 3rem;
    display: block;
    margin-bottom: .35rem;
    overflow: hidden;
}
.index_new_imbox img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.index_new_imbox:hover>img{
    transform: scale(1.05);
}
.index_new_title,.index_new_p1{
    padding-left:.54rem ;
    padding-right: .53rem;

}
.index_new_title{
    font-weight: bold;
    color: #1D1D1F;
    font-size: .22rem;
    margin-bottom: .2rem;
    display: block;
}
.index_new_title:hover{
    color: #182c5b;
}
.index_new_title_x:hover{
    color: #182c5b;
}
.index_new_p1{
    text-align: justify;
    line-height: 1.7;
    color: #1D1D1F;
    font-size: .16rem;
}
.index_new_time{
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.index_new_time>span{
    width: 2rem;
    height: .5rem;
    display: block;
    background: #C6C6C6;
    transform: skewX(-25deg);
    border-radius: .2rem 0 0 0 ;
    position: relative;
    margin-top: .3rem;
    left: .15rem;
}
.index_new_time>span:hover{
    background: #304788;
    cursor: pointer;
}
.index_new_time>span::after{
    content: '2023年02月13日';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: .5rem;
    top: 0;
    left: 0;
    transform: skewX(25deg);
    color: #fff;
    letter-spacing: 0.01rem;
    font-size: .18rem;
}
.index_new_txtbox{
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 0.5rem 0 0 0.4rem;
    box-sizing: border-box;
}
.index_new_txt_items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* background: #096; */
    margin-right: .4rem;
    margin-bottom: 0.3rem;
}
.index_new_title_x{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1D1D1F;
    font-weight: bold;
    font-size: .2rem;
}
.index_new_txt_t{   
    color: #1D1D1F;
    font-size: .16rem;
    margin-top: .1rem;
}
@media screen and (max-width:1024px){
   
   
    .index_banner{
        overflow: hidden;
    }

    
    .index_content,.index_anout_bg,.index_new_content,.index_about_box,.index_about_items,.index_about_many{
        width: 100%;
    }
    .index_about_box{
        flex-wrap: wrap;
    }
    .index_product_xbox{
        width: 100%!important;
        height: auto!important;
    }
    .index_anout_bg{
        height: 100%;
        padding: 20px ;
        box-sizing: border-box;
    }
    .index_about_txt,.index_about_many{
        font-size: 14px;
    }
    .index_news_box{
        justify-content: flex-start;
    }
    .index_news_box{
        flex-wrap: wrap;
    }
    .index_new_items{
        width: 100%;
        margin-bottom: 15px;
    }
    .index_new_title{
        font-size: 16px;
    }
    .index_new_p1{
        font-size: 14px;
    }
    .index_new_time>span::after{
        font-size: 14px;
    }
    .index_product_tit{
        font-size: 24px;
    }
    .index_product_txt{
        font-size: 14px;
    }
    .index_new_title_x{
        font-size: 16px!important;
    }
    .index_new_txt_t{
        font-size: 14px!important;
    }
    .index_new_href>a::after{
        font-size: 16px!important;
    }
    .index_new_href>a{
        width: 170px!important;
        height: 30px!important;
    }
    .index_new_time>span{
        width: 170px!important;
        height: 30px!important;
    }
    .index_about_many{
        padding: 7px 0!important;
    }
    .index_product_imgbox{
        padding:  0 20px;
        box-sizing: border-box;
    }

}