*{
    padding: 0;
    margin: 0;
}
.jspx-top{
    width: 100%;
    overflow: hidden;
}
.jspx-logo{
    display: flex;
    align-items: center;
    height: 100px;
    float: left;
}
.jspx-tops{
   overflow: hidden;
}
.jspx-tops-right-tel-box{
    width: 56px;
    height: 69px;
    background-color: #B7272D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.jspx-tops-right{
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.jspx-tops-right h3{
    font-size: 14px;
    color: #707070 ;
    margin-top: 20px;
}
.jspx-tops-right-tel{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.jspx-tops-right-tel p{
    font-size: 20px;
    color: #B7272D;
    font-weight: bold;
    line-height: 25px;
}
.jspx-nav{
    width: 100%;
    background-color: #B7272D;
}
.jspx-navs ul{
    display: flex;
    text-align: center;
}
.jspx-navs ul li{
    flex: 1;
}
.jspx-navs ul li a{
    display: inline-block;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: rgba(255, 255, 255, .74);
    position: relative;
}
.jspx-navs ul li a:hover{
    color: #fff;
}
.jspx-navs-active{
    color: #fff !important;
}
.jspx-navs-active::after{
    display: inline-block;
    content: "";
    width: 32px;
    background-color: #FFFFFF;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.jspx-banner-img{
    position: relative;
}
.jspx-banner-text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0, 0, .47);
}
.jspx-banner-text h3{
    font-size: 36px;
    color: #fff;
    position: relative;
}
.jspx-banner-text h3::after{
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -20px;
}
.jspx-item{
    height: 69px;
}
.jspx-items{
    position: relative;
    width: 100%;
    height: auto;
}
.jspx-items-topNav {
    position: absolute;
    width: 100%;
    top: -70px;
    background-color: #fff;
    z-index: 9;
}
.jspx-items-topNav ul{
    display: flex;
    text-align: center;
    height: 138px;
}
.jspx-items-topNav ul li{
    flex: 1;
}
.jspx-items-topNav ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 3px rgba(0,0, 0, .16);
    font-size: 16px;
    color: #030303;
}
.jspx-items-topNav-active{
    background-color: #B7272D !important;
    color: #fff !important;
}
.jspx-items-topNav ul li a:hover{
    background-color: #B7272D !important;
    color: #fff !important;
}
.jspx-items-wz{
    margin-top: 30px;
}
.jspx-items-wz p{
    font-size: 14px;
    color: #999999;

}
.jspx-items-wz p i{
    margin-right: 8px;
    vertical-align: text-bottom;
}
.jspx-items-wz p a{
    font-size: 14px;
    color: #999999;
}
.jspx-items-wz p a:hover{
    color: #B7272D;
}
.jspx-items-about{
    margin-top: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0,0, 0, .16);
    margin-bottom: 100px;
}
.jspx-items-about-img{
    width: 348px;
    overflow: hidden;
    float: left;
}
.jspx-items-about-text{
    width: calc(100% - 348px);
    float: right;
}
.jspx-items-about-text{
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.jspx-items-about-text-tatle h3{
    color: #030303;
    font-size: 34px;
    position: relative;
    padding-bottom: 18px;
}
.jspx-items-about-text-tatle h3::after{
    display: inline-block;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #B7272D;
    position: absolute;
    left: 0;
    bottom: 0;
}
.jspx-items-about-text-tatle p{
    font-size: 17px;
    color: #CCCBCB;
    margin-top: 9px;
}
.jspx-items-about-text-p{
    color: #707070;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 40px;
    line-height: 27px;
}
.jspx-items-about-text-a a{
    display: inline-block;
    width: 98px;
    height: 42px;
    border-radius: 5px;
    background-color: #B7272D;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}
.jspx-items-about-text-a a:hover{
    opacity: 0.8;
}
.jspx-zxkb{
    width: 100%;
    background-color: #F3F3F3;
    overflow: hidden;
    padding: 100px 0 130px 0;
}
.jspx-items-zxkbs-tatle{
    text-align: center;
}
.jspx-items-zxkbs-tatle h3::after{
    left: 50%;
    transform: translate(-50%,0);

}
.jspx-zxkbs-item{
    margin-top: 50px;
    position: relative;
}
.jspx-zxkbs-item-one{
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0,0, 0, .16);
    margin: 6px;
}

.jspx-zxkbs-item-one-img,.jspx-zxkbs-item-one-text{
    flex: 1;

}
.jspx-zxkbs-item-one-texts{
    padding: 0 30px 0 27px;
}
.jspx-zxkbs-item-one-texts-tatle h3{
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}
.jspx-zxkbs-item-one-texts-tatle p,.jspx-zxkcs-item-one-text p{
    font-size: 14px;
    color: #CCCBCB;
}
.jspx-zxkbs-item-one-texts-tatle p i,.jspx-zxkcs-item-one-text p i{
    vertical-align: text-bottom;
    margin-right: 10px;
}
.jspx-zxkbs-item-one-texts-p{
    font-size: 14px;
    color: #666666;
    margin: 30px 0 50px 0;
}
.jspx-zxkbs-item-one-texts-a a{
    display: inline-block;
    width: 98px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #B7272D;
    font-size: 14px;
    color:  #B7272D;
    line-height: 42px;
    text-align: center;
}
.jspx-zxkbs-item-one-texts-a a:hover{
    background-color: #B7272D;
    color: #fff;
}
.swiper-scrollbar-one{
    bottom: -30px;
    height: 1px;
    background-color: #707070;
}
.swiper-scrollbar-one .swiper-scrollbar-drag{
    height: 3px;
    background-color: #B7272D;
    top: -1px;
}
.swiper-button-next-one,.swiper-button-prev-one{
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    top: auto;
    bottom: -37px;
}
.swiper-button-next-one{
    right: -25px;
    background-image: url(../images/right.png);
}
.swiper-button-prev-one{
    left: -25px;
    background-image: url(../images/left.png);
}
.jspx-zxkc {
    overflow: hidden;
    padding: 100px 0;
}
.jspx-zxkcs-item-one{
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0,0, 0, .16);
    margin-top: 30px;
    
}
.jspx-zxkcs-item-one-a{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
   
}
.jspx-zxkcs-item-one-img{
    width: 270px;
    overflow: hidden;
    float: left;
}
.jspx-zxkcs-item-one-text{
    width: calc(100% - 270px);
    float: right;
    padding: 0 157px 0 30px;
}
.jspx-zxkcs-item-one-text h3{
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}
.jspx-zxkcs-item-one-text-p{
    font-size: 14px !important;
    color: #666666 !important;
    margin-top: 20px;
}
.jspx-zxkcs-item-one-right{
    width: 50px;
    height: 34px;
    background-color: #B7272D;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.jspx-zxkcs-item-one-a:hover .jspx-zxkcs-item-one-right{
    background-color: #EEEEEE;
}
.jspx-zxkcs-item{
    margin-top: 50px;
}
.jspx-zxkcs-nav{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pager > li.active > a{
    background-color: #B7272D;
    border: 1px solid #B7272D;
    
}
.pager > li> a{
    width: 50px;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}
.pager-loose > li > a{
    margin-left: 10px;
}
.pager-loose > li > a:hover{
    background-color: #B7272D !important;
    border: 1px solid #B7272D !important;
    color: #fff;
}

.bottom{
    width: 100%;
    background-image: url(../images/bottom-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 574px;
}
.bottom-item{
    padding-top: 87px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bottom-item-nav-one{
    display: flex;
    margin: 7px 0;
}
.bottom-item-nav-one li{
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 15px;
    position: relative;
}
.bottom-item-nav-one li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: inline-block;
    background-color: #FFFFFF;
    right: 0;
    top: 50%;
    transform: translate(0 ,-50%);
}
.bottom-item-nav-one li:nth-child(1){
    padding: 0;
}
.bottom-item-nav-one li:nth-child(1)::after{
    display: none;
}
.bottom-item-nav-one li:nth-last-child(1)::after{
    display: none;
}
.bottom-item-nav-one li a{
    font-size: 14px;
    color: #FFFFFF;
}
.bottom-item-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px 0;
    position: relative;
    margin-top: 15px;
}
.bottom-item-nav::before{
    display: inline-block;
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #FFFFFF;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.bottom-item-nav::after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #FFFFFF;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.bottom-item-lxwm{
    padding: 30px 0;
    position: relative;
    
}
.bottom-item-lxwm-h3{
    font-size: 16px;
    color: #fff;
}
.index-bottoms-lxwm {
    text-align: center;
}
.index-bottoms-lxwm h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 70px;
}
.index-bottoms-lxwm-one{
    display: inline-block;
    margin: 0 31px;
    position: relative;
    cursor: pointer;
}
.index-bottoms-lxwm div span {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    display: block;
}
.index-bottoms-lxwm-block{
    background-color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 5px;
    color: #B7272D;
    font-size: 12px;
    display: none;
}
.index-bottoms-lxwm-block::after{
    display: inline-block;
    content: "";
    position: absolute;
    width:0;
    border-width:8px;
    border-style:solid;
    border-color:#fff transparent transparent transparent;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%,0);
    display: inline-block;
}
.index-bottoms-lxwm-block-wa{
    width: 300px;
    position: absolute;
    top: -60px;
    left: 50%;
    text-align: center;
    transform: translate(-50%,0);
}
.index-bottoms-lxwm-one:hover .index-bottoms-lxwm-block-wa .index-bottoms-lxwm-block{
    display: inline-block;
}
.bottom-item-lxwm::after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #FFFFFF;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.bottom-footer{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.bottom-footer a{
    font-size: 14px;
    color: #fff;
}
.dian-xs{
    font-size: 20px;
    color: #B7272D;
    display: none;
}
.guan-xs{
    font-size: 20px;
    color: #fff;
    
}
.jspx-navs ul li:nth-last-child(1){
    margin-top: 15px;
    display: none;
}
@media screen and (max-width: 1200px) {
    .jspx-items-about-text-p{
        margin-top:20px;
        margin-bottom: 20px;
    }
    .bottom-item-nav-one li a{
        font-size: 12px;
    }
    .bottom-footer{
        font-size: 12px;
    }
}
@media screen and (max-width: 996px) {
    .jspx-item{
        height: auto;
        padding: 10px;
    }
    .dian-xs{
        display: block;
    }
    .jspx-navs ul li:nth-last-child(1){
        display: block;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .jspx-tops{
        display: flex;
        align-items: center;
    }
    .jspx-logo{
        flex: 1;
        height: 60px;
    }
    .jspx-tops-right-tel-box,.jspx-tops-right-tel,.jspx-tops-right h3{
        display: none;
    }
    .jspx-nav{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0, 0, .9);
        transition: top 0.8s;
        -moz-transition: top 0.8s; /* Firefox 4 */
        -webkit-transition: top 0.8s; /* Safari 和 Chrome */
        -o-transition: top 0.8s; /* Opera */
    }
    .jspx-navs ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .jspx-navs ul li a{
        line-height: 40px;
    }
    .jspx-items-topNav ul{
        height: auto;
        display: block;
        margin: 0 -5px;
    }
    .jspx-items-topNav{
        top: 0;
    }
    .jspx-banner-text h3{
        font-size: 20px;
    }
    .jspx-banner-text h3::after{
        width: 35px;
        height: 1px;
        bottom: -10px;
    }
    .jspx-items-topNav ul li{
        width: 50%;
        float: left;
       padding: 0 5px;
    }
    .jspx-items-topNav ul li a{
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .jspx-items-topNav{
        position: static;
    }
    .jspx-items-wz{
        margin-top: 0px;
    }
    .jspx-items-wz p{
        font-size: 12px;
    }
    .jspx-items-wz p a{
        font-size: 12px;
    }
    .jspx-items-about{
        margin-top: 10px;
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .jspx-items-about-text{
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .jspx-items-about-text-tatle h3{
        font-size: 22px;
        padding-bottom: 13px;
    }
    .jspx-items-about-text-tatle p{
        margin-top: 5px;
        font-size: 14px;
    }
    .jspx-items-about-text-p{
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .jspx-items-about-text-tatle{
        text-align: center; 
    }
    .jspx-items-about-text-a,.jspx-zxkbs-item-one-texts-a{
        text-align: center;
    }
    .jspx-items-about-text-tatle h3::after{
        left: 50%;
        transform: translate(-50%,0);
    }
    .jspx-items-about-text-a a{
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
    .jspx-zxkb,.jspx-zxkc{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .jspx-zxkbs-item{
        margin-top: 5px;
    }
    .jspx-zxkbs-item-one{
        flex-direction: column;
    }
    .jspx-zxkcs-item{
        margin-top: 5px;
    }
    .jspx-zxkcs-item-one-img{
        width: 100%;
    }
    .jspx-zxkcs-item-one-img img{
        width: 100%;
    }
    .jspx-zxkcs-item-one{
        margin-top: 10px;
    }
    .jspx-zxkcs-item-one:nth-child(1){
        margin-top: 0px;
    }
    .jspx-zxkbs-item-one-texts{
        padding: 10px 10px;
    }
    .jspx-zxkbs-item-one-texts-tatle h3{
        margin-bottom: 5px;
    }
    .jspx-zxkbs-item-one-texts-p{
        margin: 10px 0;
    }
    .jspx-zxkbs-item-one-texts-a a{
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
    .swiper-scrollbar-one,.swiper-button-next-one,.swiper-button-prev-one{
        display: none;
    }
    .jspx-zxkcs-item-one-a{
        flex-direction: column;
    }
    .jspx-zxkcs-item-one-text{
        width: 100%;
        padding: 10px;  
    }
    .jspx-zxkcs-item-one-right{
        display: none;
       
    }
    .jspx-zxkcs-item-one-text h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .jspx-zxkcs-item-one-text-p{
        margin-top: 5px;
    }
    .jspx-zxkcs-nav{
        margin-top: 20px;
    }
    .pager > li> a{
        margin-left: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .bottom{
        height: auto;
    }
    .bottom-item{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bottom-item-logo,.bottom-item-lxwm,.bottom-item-nav{
        display: none;
    }
    .bottom-footer{
        margin-top: 0px;
    }
}
/* 详情页 */
.jspx-banner-text-detali{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.jspx-banner-text-detali h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.zxkc-item{
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}
.zxkc-items{
    overflow: hidden;
    padding-bottom: 90px;
}
.zxkc-items-left{
    width: 300px;
    float: left;
    padding-right: 48px;
}
.zxkc-items-right{
    width: calc(100% - 300px);
    float: left;
}
.zxkc-items-right p{
     padding-top: 30px; margin-bottom: 24px; font-size:16px; font-family:微软雅黑; line-height: 32px;
}
.zxkc-items-left h3{
    width: 100%;
    height: 72px;
    background-color: #B7272D;
    line-height: 72px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}
.zxkc-items-left ul li{
    width: 100%;
    height: 56px;
    margin-bottom: 1px;
}
.zxkc-items-left ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-color: #F2F2F2;
}
.zxkc-items-left ul li a span{
    font-size: 16px;
    color: #707070;
}
.zxkc-items-left ul li a:hover{
    background-color: #DBDBDB;
}
.zxkc-items-left ul li a:hover span{
    color: #B7272D;
}
.zxkc-items-right-top{
    text-align: center;
    
}
.zxkc-items-right-title{
    border-bottom:  1px solid rgba(112, 112, 112, .2);
    padding-bottom: 20px;
}
.zxkc-items-right-title h3{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}
.zxkc-items-right-title p{
    font-size: 14px;
    color: #999999;
}
.zxkc-items-right-img{
    width: 100%;
    margin: 50px 0;
}

.zxkc-items-right-h3{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom:  1px solid rgba(112, 112, 112, .2);
}
.zxkc-items-right-h3 h3{
    font-size: 20px;
    color: #B7272D;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
.zxkc-items-right-h3 h3::before{
    display: inline-block;
    content: "";
    position: absolute;
    width: 5px;
    height: 22px;
    background-color: #B7272D;
    left: 0;
    top: 0;
}
.zxkc-items-right-p{
    padding-top: 30px;
}
.zxkc-items-right-p p{
    font-size: 14px;
    color: #666666;
}
.zxkc-items-right-p p span{
    font-size: 14px;
    color: #666666;
    margin-right: 100px;
}
.zxkc-items-right-p p a{
    font-size: 14px;
    color: #666666;
}
.zxkc-items-right-p p a:hover{
    color: #000;
}
.zxkc-items-right-pxdx,.zxkc-items-right-hxkc,.zxkc-items-right-pxfs,.zxkc-items-right-pxfy,.zxkc-items-right-lxfs,.zxkc-items-right-dxal{
    margin-top: 48px;
}
.zxkc-items-right-hxkcs{
    overflow: hidden;
    margin-top: 30px;
}
.zxkc-items-right-hxkcs-one-title{
    display: flex;
    text-align: center;
    height: 56px;
    justify-content: space-between;
}
.zxkc-items-right-hxkcs-one-a{
    display: flex;
   
    justify-content: space-between;
}
.zxkc-items-right-hxkcs-one-title p{
    width: calc(100% - 21.7%);
    line-height: 56px;
    background-color: #B7272D;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.zxkc-items-right-hxkcs-one-title span{
    width: 21.7%;
    line-height: 56px;
    background-color: #B7272D;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 1px;
}
.zxkc-items-right-hxkcs-one-a p{
    width: calc(100% - 21.7%);
    background-color: #f2f2f2;
    padding: 19px 29px;
    font-size: 16px;
    color: #707070;

}
.zxkc-items-right-hxkcs-one-a p small{
    display: block;
    font-size: 16px;
    color: #707070;
}
.zxkc-items-right-hxkcs-one-a span{
    width: 21.7%;
    background-color: #f2f2f2;
    margin-left: 1px;
    text-align: center;
    font-size: 16px;
    color: #707070;
    padding: 19px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zxkc-items-right-hxkcs-one ul li{
    overflow: hidden;
    margin-bottom: 1px;
}
.zxkc-items-right-hxkcs-one-a:hover p{
    background-color: #DBDBDB;
    color: #000000;
}
.zxkc-items-right-hxkcs-one-a:hover span{
    background-color: #DBDBDB;
    color: #000000;
}
.zxkc-items-right-hxkcs-one{
    margin-bottom: 50px;
    overflow: hidden;
}
.zxkc-items-right-hxkcs-one-a:hover p small{
    color: #000000;
}
.zxkc-items-right-bq{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-top: 50px;
}
.zxkc-items-right-bq p{
    font-size: 14px;
    color: #999;
}
.zxkc-items-left-xs{
    display: none;
}
@media screen and (max-width: 996px){
    .jspx-banner-text-detali h3{
        font-size: 20px;
    }
    .zxkc-item{
        margin-top: 20px;
    }
    .zxkc-items-left{
        position: fixed;
        width: 45%;
        left: -46%;
        padding: 0;
        z-index: 9;
        top: 20%;
        height: 100%;
        transition: left 0.5s;
        -moz-transition: left 0.5s; /* Firefox 4 */
        -webkit-transition: left 0.5s; /* Safari 和 Chrome */
        -o-transition: left 0.5s; /* Opera */
    }
    .zxkc-items-left-xs{
        width: 35px;
        height: 40px;
        position: absolute;
        top: 0;
        right: -34px;
        background-color: #B7272D;
        border-radius: 0 25px 25px 0;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .zxkc-items-left-xs i{
        font-size: 18px;
        color: #fff;
    }
    .zxkc-items-left h3{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .zxkc-items-left ul li{
        margin-bottom: 0;
        height: 45px;
    }
    .zxkc-items-left ul{
        width: 100%;
        height: 50%;
        overflow-y: auto;
    }
    .zxkc-items-left ul li a{
        padding: 0 5px;
    }
    .zxkc-items-left ul li a span{
        font-size: 16px;
    }
    .zxkc-items-right{
        width: 100%;
    }
    .zxkc-items-right p{
         padding-top: 10px; font-size: 14px;
    }
    .zxkc-items-right-title h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .zxkc-items-right-title{
        padding-bottom: 10px;
    }
    .zxkc-items-right-img{
        margin: 15px 0;
    }
    .zxkc-items-right-h3{
        padding-bottom: 5px;
    }
    .zxkc-items-right-h3 h3{
        font-size: 18px;
    }
    .zxkc-items-right-h3 h3::before{
        height: 100%;
    }
    .zxkc-items-right-p{
        padding-top: 10px;
    }
    .zxkc-items-right-pxdx, .zxkc-items-right-hxkc, .zxkc-items-right-pxfs, .zxkc-items-right-pxfy, .zxkc-items-right-lxfs, .zxkc-items-right-dxal{
        margin-top: 15px;
    }
    .zxkc-items-right-hxkcs-one-title p{
        font-size: 16px;
        line-height: 40px;
    }
    .zxkc-items-right-hxkcs-one-title{
        height: 40px;
    }
    .zxkc-items-right-hxkcs-one-title span{
        line-height: 40px;
        font-size: 16px;
    }
    .zxkc-items-right-hxkcs-one-a p{
        padding: 9px 10px;
        
    }
    .zxkc-items-right-hxkcs-one-a span{
        padding: 9px 10px;
        font-size: 14px;
    }
    .zxkc-items-right-hxkcs{
        margin-top: 10px;
    }
    .zxkc-items-right-hxkcs-one-a p small{
        font-size: 14px;
    }
    .zxkc-items-right-hxkcs-one{
        margin-bottom: 10px;
    }
    .zxkc-items-right-p p span{
        display: block;
        margin: 0;
    }
    .zxkc-items-right-bq{
        margin-top: 15px;
        align-items: center;
    }
    .zxkc-items-right-bq p{
        font-size: 12px;
    }
    .zxkc-items{
        padding-bottom: 20px;
    }
}