@charset "UTF-8";
/*banner*/
.banner{
    width: 6.4rem;
}
.bannerCont img{
    width: 6.4rem;
}
.swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: white;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #07b19a;
}
.label_text{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 4rem;
    margin-left: -2rem;
}
.label_text img{
    width: 100%;
}
/*banner*/
/*service*/
.service_list_wrap{
    text-align: center;
}
.service_list{
    overflow: hidden;
    display: inline-block;
}
.service_item{
    width: 0.8rem;
    float: left;
    margin: 0.1rem;
}
.service_item img{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
}
.service_item p{
    text-align: center;
    color: #07b19a;
    width: 0.8rem;
    overflow: hidden;
    margin-top: 0.1rem;

}
/*service*/
/*about*/
.about_warp{
    width: 6rem;
    margin: 0 0.2rem;
}
.text_title{
    height: 0.4rem;
    line-height: 0.4rem;
    font-weight: 400;
    font-size: 0.18rem;
}
.text_cont p{
    text-indent: 2em;
    line-height: 1.6em;
}
.about_img{
    width: 100%;
    margin-top: 0.2rem;
}
/*about*/
/*cate*/
.cate_warp{
    overflow: hidden;
}
.cate_list{
    overflow: hidden;
    width: 6.8rem;
}
.cate_item{
    width: 3.1rem;
    float: left;
    margin-right: 0.2rem;
}
.cate_item img{
    width: 3.1rem;
    height: 3.1rem;
}
.cate_item p{
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.16rem;
}
.cate_list .cate_item_more{
    float: left;
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    background: #ccc;
    line-height: 3rem;
    font-size: 1rem;
    color: white;
    text-align: center;
}
/*cate*/
/*news*/
.news_list{
    padding-bottom: 0.2rem;
}
.news_item{
    border-bottom: 1px dashed #a6a6a6;
    overflow: hidden;
}
.news_item img{
    float: left;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.1rem;
    min-height: 12px;
    min-width: 12px;
    position: relative;
    top: 50%;
}
.news_item p{
    float: left;
    width: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.1rem 0;
}
.news_item span{
    float: right;
    width: 1.4rem;
    display: block;
    text-align: center;
    margin: 0.1rem 0;
    color: #a6a6a6;
}
.news .news_more{
    display: block;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border: 1px solid #07b19a;
    margin: 0 auto 0.2rem;
    color: #07b19a;
}
/*news*/