body{background-color: white}
/*头部面包屑*/
.abo_ .mianbao{width: 100%;height: 0.8rem;box-sizing: border-box;padding-left: 2.4rem;
    color: #666666;box-shadow: #c4c4c4 5px 5px 15px 1px ;}
@media screen and (min-width: 1px) and (max-width:768px){
    .abo_ .mianbao{width: 100%;height: 1.8rem;box-sizing: border-box;padding-left: 2.4rem;
        color: #666666;box-shadow: #c4c4c4 5px 5px 15px 1px ;}
}

.abo_ .wen{width: 12.5rem;margin: 0 auto;font-size: 0.17rem;color: #666666;line-height: 2}
.abo_ .shu_b{width: 11.5rem;height: 1.5rem;margin: 0 auto;display: flex;margin-top: 0.6rem;
    flex-direction: row;justify-content: space-between;align-items: center;flex-wrap: wrap}
.abo_ .shu{width: 2.8rem;margin: 0 auto;border-right: 1px solid #eeeeee;}
.abo_ .shu_up{width:100%;}
.abo_ .shu_up_1{height: 100%;font-size: 0.66rem;color: #cc2840;font-weight: bold;}
.abo_ .shu_up_2{height: 100%;padding-top: 0.15rem;box-sizing: border-box;
    font-size: 0.18rem;color: #999999;margin-left: 5px}
.abo_ .shu_down{font-size: 0.18rem;color: #999999;}

.abo_ .about1_b{width: 14.4rem;margin: 0 auto;margin-top: 0.6rem}
.abo_ .about1{width: 100%;height: 100%;}
.abo_ .about1_mob{display: none;}

.abo_ .tu_b{width: 14.4rem;margin: 0 auto;display: flex;flex-direction: row;
    justify-content: space-around;align-items: center;margin-top: 0.68rem;margin-bottom: 0.7rem}
.abo_ .tu{width: 6.2rem;}
.abo_ .tu img{width: 100%;height: 100%}

/*手机*/
@media (max-width:768px){
    .abo_ .wen{width: 80%;margin: 0 auto;font-size: 14px;color: #666666;line-height: 2}
    .abo_ .shu_b{width: 80%;height: 6rem;margin: 0 auto;display: flex;margin-top: 1rem;
        flex-direction: row;justify-content: space-between;align-items: center;flex-wrap: wrap}
    .abo_ .shu{width: 49%;margin: 0 auto;border-right: 1px solid #eeeeee;}
    .abo_ .shu_second{border: 0}
    .abo_ .shu_up{width:100%;}
    .abo_ .shu_up_1{height: 100%;font-size: 18px;color: #cc2840;font-weight: bold;}
    .abo_ .shu_up_2{height: 100%;box-sizing: border-box;margin-left: 5px;
        font-size: 12px;color: #999999}
    .abo_ .shu_down{font-size: 14px;color: #999999;}

    .abo_ .about1_b{width: 80%;margin: 0 auto;margin-top: 0.6rem}
    .abo_ .about1{display: none;}
    .abo_ .about1_mob{display: block;width: 100%;height: 100%}

    .abo_ .tu_b{width: 80%;margin: 0 auto;margin-top: 10px;flex-wrap: wrap}
    .abo_ .tu{width: 100%;margin-bottom: 10px;}
}


