.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.safety-list{
    max-width: 12rem;
    margin: 0 auto;
    padding: 0.9rem 0;
    box-sizing: border-box;
}
.safety-tab{
    width: 100%;
    margin-bottom: 2rem;
}
.tab-main{
    width: 2.4rem;
    height: 1.1rem;
    position: relative;
}
.safety-tab .tab-main:first-child:before{
    content: '';
    width: 1px;
    height: 0.36rem;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.18rem;
}
.safety-tab .tab-main:last-child:after {
    content: '';
    width: 1px;
    height: 0.36rem;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.18rem;
}
.safety-tab .tab-main.on:first-child:before , .safety-tab .tab-main.on:last-child:after{
    display:none;
}
.tab-main a{
    width: 2.4rem;
    height: 1.1rem;
    font-size: 0.18rem;
    color: #cdcdcd;
}
.tab-main a img{
    width: 0.28rem;
    height: 0.28rem;
    margin-bottom: 0.2rem;
}
.tab-main.on a{
    color: #d90909;
    background-color: #fff;
    box-shadow: 0 0 40px 2px rgba(194, 189, 189, .2);
}
.honor-pic{
    width: 100%;
    height: 4.05rem;
}
.honor-pic .swiper-slide .left{
    width: 5.5rem;
    height: 4.05rem;
}
.honor-pic .swiper-slide .left img{
    width: 6rem;
    height: 4.05rem;
}
.honor-pic .swiper-slide .right{
    width: 6rem;
    height: 3.06rem;
    padding: 0 0.28rem 0 0.48rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 40px 2px rgba(194, 189, 189, .2);
}
.honor-pic .swiper-slide .right .right-left{
    width: 4.35rem;
}
.honor-pic .swiper-slide .right .right-left .title{
    font-size: 0.28rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.4rem;
}
.honor-pic .swiper-slide .right .right-left .text{
    font-size: 0.16rem;
    color: #999;
    line-height: 0.24rem;
}
.honor-pic .swiper-slide .right .right-right{
    width: 0.2rem;
}
.honor-pic .swiper-slide .right .right-right img{
    width: 0.2rem;
    margin-bottom: 0.1rem;
}
.honor-pic .swiper-slide .right .right-right .xian{
    width: 1px ;
    height: 0.82rem;
    background-color: #ddd;
    margin-bottom: 0.15rem;
}
.honor-pic .swiper-slide .right .right-right .right-num{
    font-family: 'Anton';
    font-size: 0.24rem;
    color: #9b9b9b;
}
.honor-pic .swiper-pagination{
    width: auto;
    left: 54%;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d90909;
}