.wheelchair .slide-box {       
    position: relative;  
}
.wheelchair .gallery-thumbs{margin:15px 0px;}
.wheelchair .gallery-thumbs .zhishi-list{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.wheelchair .gallery-thumbs .zhishi-list a{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.wheelchair .gallery-thumbs .zhishi-list.swiper-slide-thumb-active img{border:1px solid #196cb8;}
.wheelchair .gallery-thumbs .zhishi-list .zhishi-img{
    max-width: 100%;
    border: 1px solid #eeeeee;
}
.wheelchair .swiper-slide .adv-img{
    border: 1px solid #eeeeee;
    font-weight: bold; 
    line-height:40px;
    font-size:16px;
    color:#f49209
}
.wheelchair .swiper-slide .adv-img img{
    max-width: 100%;        
}
.slide-box .swiper-button-next, .slide-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.slide-box .video-btn{
    position: absolute;
    z-index: 99;
    left: 10px;
    bottom: 10px;
    font-size: 40px;
}
.bt{    
    padding-top: 12px;
    padding: 0;
    border-top:1px solid #e6e6e6 ;
    border-bottom: 1px solid #e6e6e6;
}
.h4{
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
.p4{
    padding: 0;
    font-size: 24px;
    color: #0096d8;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.p5{
    padding: 0;
    font-size: 14px;
    height: 180px;
    line-height: 1.6;
    margin-top: 10px;
}
.p5 p{
    padding: 0;
    font-size: 14px;
}
.img1{
    width: 100%;
}
.pro-content h2{
    font-size: 20PX;
    color: #2b2b2b;
    font-weight: bolder;
}
.pro-content h2:after{
    content: "";
    display: block;
    height: 2px;
    background: #fac22a;
    width: 40px;
    margin-top: 10px;
}
.funshow{
    counter-reset: number 0;
}
.funshow li{    
    position: relative;
    background: #f7f7f7;
    margin-bottom: 1px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 15px 10px 70px;
}
.funshow li p,.pro-content .table p{
    margin-bottom: 0;
}
.funshow li:before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
    display: block;
    color: #fac22a;
    font-size: 16px;
    line-height: 1.6;
    background: #343537;
    text-align: center;
}
.pro-content table {
    width: 100%;
    border: 1px solid #dee2e6;
}
.pro-content .table th {
    background-color: #f7f7f7;
    font-weight: normal;  
}
@media (max-width: 768px){
    .pro-content img{
        width: 100%;
    }
}