.proText1{
    width: 100%;
    padding:0.8rem 0 1.26rem;
    position: relative;
}
.peijianList .listitem h2{
    height: 1rem;
    line-height: 1rem;
    font-size: 0;
}
.proText1>h2{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0;
    color: #fff;
    text-align: center;
}
.proText1>h2>img{
    display: inline-block;
    vertical-align: middle;
    width: 2.9rem;
    margin-right: 0.3rem;
}
.proText1>h2>span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.5rem;
}
.peijianList .listitem .proText1>p{
    width: 100%;
    font-size: 0.34rem;
    height: 0.48rem;
    line-height: 0.48rem;
    color: #fff;
    text-align: center;
    margin: 0.16rem auto 0.06rem;
}
.peijianList .listitem .proText1>a{
    display: block;
    width: 100%;
    /*font-weight: bold;*/
    color: #4AB4FB;
    font-size: 0.36rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    cursor: pointer;
}
.peijianList{
    max-width: 100%;
    min-width: 100%;
    padding: 0;
}
.swiper-slide{
    max-width: 100%;
    min-width: 100%;
}
.peijianList .listitem .imgWarp{
    position: static;
    overflow: hidden;
    width: 100%;
}
.imgWarp>img{
    width: 48%;
}
.imgWarp>img:nth-child(1){
    float: left;
}
.imgWarp>img:nth-child(2){
    float: right;
}
.slideCon{
    width: 100%;
    font-size: 0;
    text-align: center;
    line-height: 10.8rem;
}
/* .slideCon{
    line-height: normal;
} */
.proText2{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin-right: 2%;
}
.pedestal{
    display: inline-block;
    vertical-align: middle;
    width: 38.5%;
}
.leftNav .childUl li:first-child {
    display: block!important;
}
.leftNav .childUl li:last-child {
    padding-left: 0!important;
}


/* 新增 2022.10.18 */
.partsList{
    width: 100%;
    list-style: none;
}
.parts{
    width: 100%;
    position: relative;
}
.parts>img{
    width: 100%;
}
.content{
    position: absolute;
    top: 36.4%;
    left: 7.9%;
    z-index: 1;
}
.content>img{
    height: 0.49rem;
}
.title{
    font-size: 0.34rem;
    line-height: 0.48rem;
    color: #000;
    margin: 0.13rem auto 0.1rem;
    text-indent: -0.04rem;
}
.title.o1{
    color: #fff; 
}
.choose{
    display: block;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #2E9AED;
}
@media screen and (max-width: 768px) {
    .partsList{
        margin-top: 0.48rem;
    }
    .content{
        width: 100%;
        top: 0.56rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .content>img{
        height: 0.34rem;
        margin: 0 auto;
    }
    .title{
        width: 100%;
        font-size: 0.18rem;
        line-height: 0.26rem;
        margin: 0.11rem auto 0.16rem;
        text-align: center;
    }
    .choose{
        width: 100%;
        font-size: 0.14rem;
        line-height: 0.2rem;
        text-align: center;
    }
}