.prSerach{
    position: absolute;
    bottom: 0.31rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;
}
.prSerach .sInptBox{
    height: 0.7rem;
    background: rgba(255,255,255,0.13);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid rgba(255,255,255,0.51);
    margin-right: 0.25rem;
    padding: 0.21rem;
    position: relative;
}
.prSerach .sInptBox.cplx{
    width: 5.15rem;
}
.prSerach .sInptBox.cpxh{
    width: 5.15rem;
}
.prSerach .sInptBox.gjc{
    width: 3.07rem;
}
.prSerach .sInptBox .sTxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-right: 0.15rem;
    padding-right: 0.16rem;
    position: relative;
}
.prSerach .sInptBox .sTxt::after{
    content: '';
    width: 0rem;
    height: 0.2rem;
    display: block;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.61;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.prSerach .subBtn{
    width: 1.88rem;
    height: 0.7rem;
    background: #FF9E00;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.prSerach .subBtn::before{
	content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.prSerach .subBtn:hover:before {
    animation: style1 .75s;
    z-index: 1;
}

@keyframes style1{
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}
	100% {
		background: 0 0;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}


.prSerach .sInptBox .inpt{
    width: calc(100% - 1.17rem);
    position: relative;
}
.prSerach .sInptBox .inpt::after{
    content: '';
    width: 0.14rem;
    height: 0.09rem;
    display: block;
    background: url(../img/products/xl3.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translate(0,-50%);
}
.prSerach .sInptBox input{
    width: 100%;
    color: #fff;
}
.prSerach input{
    height: 100%;
    /* padding: 0 0.15rem; */
    background: none;
}
.prSerach input::placeholder{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
}
.prSerach .sInptBox .xlcd{
    padding: 0.18rem 0.07rem;
    position: absolute;
    top: 0.32rem;
    width: 3.55rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    display: none;
}

input:focus + .xlcd {
    display: block !important;
}
/* .prSerach .sInptBox .inpt:active .xlcd{
    display: block;
} */
.prSerach .sInptBox .xlcd .xlL{
    width: 3.41rem;
    height: 0.45rem;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.45rem;
    text-align: left;
    cursor: pointer;
    padding: 0 0.12rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prSerach .sInptBox .xlcd .xlL:hover,
.prSerach .sInptBox .xlcd .xlL.active{
    background: #FF9E00;
    color: #fff;
}
.prSerach .sInptBox .xlcd .xlL:hover::after,
.prSerach .sInptBox .xlcd .xlL.active::after{
    content: '';
    width: 0.15rem;
    height: 0.11rem;
    display: block;
    background: url(../img/products/XZ.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0.12rem;
    top: 50%;
    transform: translate(0,-50%);
}

.prCenter{
    background: #F7F7F7;
    padding-top: 0.77rem;
    padding-bottom: 0.88rem;
    min-height: 7rem;
}
.prCenter .flex_box{
    align-items: self-start;
    justify-content: flex-end;
    position: relative;
}
.prCenter .Left_box{
    width: 3.6rem;
    position: absolute;
    left: 0;
    height: 100%;
}
.prCenter .prCLeft{
    /*width: 3.6rem;*/
    /*margin-right: 0.4rem;*/
    /*padding-bottom: 0.6rem;*/
    width: 100%;
    height: auto;
    position: sticky;
    top: 1.5rem;
}

.prCenter .prCRight{
    width: calc(100% - 4rem);
}
.prCenter .prCLeft{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.07);
    border-radius: 0.3rem 0rem 0.1rem 0.1rem;
}
.prCenter .prCLeft .prCTite{
    height: 1rem;
    background: #244FB7;
    border-radius: 0.3rem 0rem 0rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 1rem;
    padding:0 0.3rem ;
}
.prCenter .prCLeft .prCnav{
    padding: 0 0.3rem ;
    
}
.prCenter .prCLeft .prCnavL{
    border-bottom: 0.01rem solid #DBDBDB;
    padding: 0.2rem 0;
    position: relative;
}
.prCenter .prCLeft .prCnavL:before{
    content: "";
    position: absolute;
    width: 0.15rem;
    height: 0.09rem;
    background: url(../img/products_icon1.png) center;
    background-size: contain;
    top: 0.38rem;
    right: 0;
}

.prCenter .prCLeft .prCnavL.active:before{
    background: url(../img/products_icon2.png) center;
}
.prCenter .prCLeft .prnav1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.45rem;
    cursor: pointer;
}
.prCenter .prCLeft .prCnavL .prnav1:hover,
.prCenter .prCLeft .prCnavL.active .prnav1{
    color: #244FB7;
    font-weight: bold;
}
.prCenter .prCLeft .prnav2L{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    padding-top: 0.2rem;
    cursor: pointer;
}
.prCenter .prCLeft .prnav2L:hover,
.prCenter .prCLeft .prnav2L.active{
    color: #FF9E00;
}
.prCenter .prCLeft .prCnavL .prnav2{
    display: none;
}
.prCenter .prCLeft .prCnavL.active .prnav2{
    display: block;
}
.prCenter .prCRight .prL{
    height: 3.7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    margin-bottom: 0.26rem;
}
.prCenter .prCRight .prL:last-child{
    margin-bottom: 0 !important;
}
.prCenter .prCRight .prLImg{
    width: 5.6rem;
    height: 100%;
    overflow: hidden;
    transition: all 0.8s;
    background: url(../img/products/product_list_bg.png);
}
.prCenter .prCRight .prLImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}
.prCenter .prCRight .prL:hover .prLImg img{
    transform: scale(1.1);
}
.prCenter .prCRight .prLTxt{
    width: calc(100% - 5.6rem);
    padding-left: 0.63rem;
    padding-top: 0.56rem;
    padding-right: 0.57rem;
    padding-bottom: 0.47rem;
}
.prCenter .prCRight .prLTxt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.prCenter .prCRight .prLhr{
    width: 100%;
    height: 0rem;
    border: 0.01rem solid #707070;
    margin: 0.22rem 0;
}
.prCenter .prCRight .prLTxt2{
    min-height: 1.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.3rem;
    margin-bottom: 0.23rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.prCenter .zixun4{
    background: #EBEBEB;
}
.prCenter .zixun4 a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #ACACAC;
}
.prCenter .zixun4:hover .img2{
    display: block;
    filter: brightness(0) invert(1);
}


.prCenter .prCRight .prlist{
    margin-bottom: 0.88rem;
}

.kq{
    width: 100%;
    height: 0.9rem; 
}
.pdSwiper{
    width: 100vw;
    height: 7rem;
    background: #FFFFFF;
}
.pdSwiper .swiper-slide .prbdbg{
    width: 100%;
    height: 100%;
    background: url(../img/products/pdBanner.png);
    background-size: 100% auto;
    background-position:100% 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.pdSwiper .swiper-slide{
    position: relative;
}
.pdSwiper .swiper-slide .prbdbg img{
    width: auto;
    height: 4.88rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.txt-container {
    width: 6rem;        /* 固定宽度 */
    height: 2rem;       /* 固定高度 */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;   /* 防止内容溢出 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
/*.pdSwiper .swiper-slide .txt{*/
/*    font-family: Microsoft YaHei, Microsoft YaHei;*/
/*    font-weight: bold;*/
/*    font-size: 2.39rem;*/
/*    color: #244FB7;*/
/*    line-height: 7.44rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50% ,-50%);*/
/*    opacity: 0.1;*/
/*}*/


.txt {
    white-space: nowrap; /* 强制一行显示 */
    text-align: center;
    color: #244FB7;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    opacity: 0.1;
 }





.pdSwiper .swiper-button-prev,
.pdSwiper .swiper-button-next{
    width: 0.51rem;
    height: 0.51rem;
    background: #244FB7;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
    border-radius: 50%;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.pdSwiper .swiper-button-prev::after,
.pdSwiper .swiper-button-next::after{
    display: none;
}
.pdSwiper .swiper-button-prev img,
.pdSwiper .swiper-button-next img{
    width: 0.16rem;
    height: 0.08rem;
}
.pdSwiper .swiper-button-prev:hover,
.pdSwiper .swiper-button-next:hover{
    background: #FF9E00;
}
.pdSwiper .swiper-button-prev img{
    transform: scaleY(-1) rotate(180deg);
}
.pdSwiper .swiper-button-prev{
    left: 1.6rem;
}
.pdSwiper .swiper-button-next{
    right: 1.6rem;
}

.prd_box1{
    height: 0.8rem;
    background: #FFFFFF;
    padding: 0 1.6rem;
}
.prd_box1 .xq_L{
    height: 100%;
    gap: 0.4rem;
}
.prd_box1 .xql{
    height: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #070707;
    line-height: 0.8rem;
    /*margin-right: 2rem;*/
    cursor: pointer;
    position: relative;
}
.prd_box1 .xql:hover,
.prd_box1 .xql.active{
    font-weight: bold;
    font-size: 0.18rem;
    color: #244FB7;
    position: relative;
    /*width: 0.72rem;*/
}
.prd_box1 .xql::after{
    content: '';
    width: 0%;
    height: 0.02rem;
    display: block;
    background: #244FB7;
    position: absolute;
    left: 0;
    bottom: 0rem;
    transition: all 0.5s;
}
.prd_box1 .xql.active::after,
.prd_box1 .xql:hover::after{
    content: '';
    width: 100%;
    height: 0.02rem;
    display: block;
    background: #244FB7;
    position: absolute;
    left: 0;
    bottom: 0rem;
}

.prd_box1 .bread1 .bread1_a img{
	width: 0.13rem;
	height: 0.13rem;
	margin-right: 0.11rem;
}
.prd_box1 .bread1 .bread1_a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000;
	opacity: 0.7;
	padding: 0.02rem;
}
.prd_box1 .bread1 .bread1_a:first-child{
	padding-left: 0;
}
.prd_box1 .bread1 .bread1_a:last-child{
	padding-right: 0;
}
.prd_box1 .bread1 .bread1_a::after{
	content: '-';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000;
	padding-left: 0.02rem;
}
.prd_box1 .bread1 .bread1_a:last-child{
	opacity: 1;
}
.prd_box1 .bread1 .bread1_a:last-child::after{
	display: none;
}
.prd_box2{
    padding-top: 0.93rem;
    padding-bottom: 0.88rem;
    background: #F5F5F5;
}
.prd_box2 .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.3rem;
    text-align: center;
    margin-bottom: 0.56rem;
    text-align: center;
}
.prd_box2 .txt2{
    width: 14rem;
    margin: 0 auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    text-align: center;
}

.prd_box3{
    padding: 1rem 0;
}
.prd_box3 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.3rem;
    text-align: center;
    margin-bottom: 0.98rem;
}
.prd_box3 .prd3Swiper{
    height: 5.26rem;
    height: 7.26rem;
    position: relative;
}
.prd_box3 .prd3Swiper .swiper-slide{
    height: 1.84rem;
    height: 2.84rem;
    background: #244FB7;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 0.27rem 0.33rem;
    overflow: hidden;
    position: relative;
}
.prd_box3 .prd3Swiper .swiper-slide .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.25rem;
}
.prd_box3 .prd3Swiper .swiper-slide .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.25rem;
}
.prd_box3 .prd3Swiper .swiper-slide .hr{
    width: 100%;
    height: 0rem;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.29;
    margin: 0.08rem 0;
}
.prd_box3 .prd3Swiper .swiper-slide .txt3{
    font-family: MiSans, MiSans;
    font-weight: 800;
    font-size: 0.8rem;
    color: #FFFFFF;
    line-height: 0.62rem;
    color: transparent;
	text-stroke: 0.01rem #FFFFFF;
	text-align: center;
	-webkit-text-stroke: 0.01rem #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    bottom: 0.2rem;
    right: 0.06rem;
    opacity: 0.3;
}


.prd3Swiper .swiper-button-prev,
.prd3Swiper .swiper-button-next{
    width: 0.51rem;
    height: 0.51rem;
    background: #244FB7;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
    border-radius: 50%;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}
.prd3Swiper .swiper-button-prev::after,
.prd3Swiper .swiper-button-next::after{
    display: none;
}
.prd3Swiper .swiper-button-prev img,
.prd3Swiper .swiper-button-next img{
    width: 0.16rem;
    height: 0.08rem;
}
.prd3Swiper .swiper-button-prev:hover,
.prd3Swiper .swiper-button-next:hover{
    background: #FF9E00;
}
.prd3Swiper .swiper-button-prev img{
    transform: scaleY(-1) rotate(180deg);
}
.prd3Swiper .swiper-button-prev{
    left: 5.06rem;
    bottom: 0;
    top: unset;
}
.prd3Swiper .swiper-button-next{
    right: 5.06rem;
    bottom: 0;
    top: unset;
}
.prd3Swiper .swiper-pagination{
    z-index: 0;
}
.prd3Swiper .swiper-pagination .swiper-pagination-bullet{
    width: 0.14rem;
    height: 0.14rem;
    background: #E2E2E2;
    opacity: 0.7;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
}
.prd3Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FF9E00;
}

.prd_box5 {
    padding-top: 1.17rem;
    padding-bottom: 0.82rem;
    position: relative;
}
.prd_box5 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    margin-bottom: 0.61rem;
    text-align: center;
}
.prd5Swiper{
    position: unset !important;
}
.prd5Swiper .swiper-button-prev,
.prd5Swiper .swiper-button-next{
    width: 0.51rem;
    height: 0.51rem;
    background: #244FB7;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
    border-radius: 50%;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.prd5Swiper .swiper-button-prev::after,
.prd5Swiper .swiper-button-next::after{
    display: none;
}
.prd5Swiper .swiper-button-prev img,
.prd5Swiper .swiper-button-next img{
    width: 0.16rem;
    height: 0.08rem;
}
.prd5Swiper .swiper-button-prev:hover,
.prd5Swiper .swiper-button-next:hover{
    background: #FF9E00;
}
.prd5Swiper .swiper-button-prev img{
    transform: scaleY(-1) rotate(180deg);
}
.prd5Swiper .swiper-button-prev{
    left: 0.88rem;
    top: 4.05rem;
}
.prd5Swiper .swiper-button-next{
    right: 0.88rem;
    top: 4.05rem;
}
.prd5Swiper .prd5Img{
    position: relative;
}
.prd5Swiper .prd5Img::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.8s;
}
.prd5Swiper .zixun4{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    opacity: 0.75;
    z-index: 9;
    opacity: 0;
    transition: all 0.8s;
}
.prd5Swiper .imgTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    margin: 0.42rem 0;
    text-align: center;
}
.prd5Swiper .swiper-slide:hover .zixun4{
    opacity: 1;
}
.prd5Swiper .swiper-slide:hover .prd5Img::after{
    opacity: 0.75;
}
.prd5Swiper .swiper-slide:hover .imgTitle{
    color: #244FB7;
}

.prd_box4{
    padding-top: 0.93rem;
    padding-bottom: 1.09rem;
    background: #F5F5F5;
}
.prd_box4 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.8rem ;
}
.prd_box4 .csimg img{
    max-width: 100%;
    width: auto;
    display: inline;
}











@media only screen and (max-width: 1042px) {

    .prSerach{
        flex-wrap: wrap;
        justify-content: center;
    }
    .prSerach .sInptBox.cplx,
    .prSerach .sInptBox.cpxh{
        width: 45%;
        margin-bottom: 0.2rem;
    }
    .prSerach .sInptBox.cpxh{
        margin-right: 0;
    }
    .prSerach .sInptBox.gjc{
        width: 65%;
    }
    .prSerach .sInptBox .xlcd{
        z-index: 99;
        width: auto;
        right: -0.3rem;
    }
    .prSerach .sInptBox .xlcd .xlL,
    .prSerach .sInptBox input,
    .prSerach .sInptBox input::placeholder,
    .prSerach .subBtn{
        font-size: 0.2rem;

    }
    .prCenter .prCLeft .prnav1{
        font-size: 0.28rem;
    }
    .prCenter .prCLeft .prnav2L{
        font-size: 0.24rem;
    }
    .prCenter .prCLeft .prCnavL.active:before{
        background-size: contain;
    }
    .prCenter .flex_box{
        flex-wrap: wrap;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .prCenter .Left_box{
        position: relative;
        width: 100%;
    }
    .prCenter .prCRight{
        width: 100%;
        margin-top: 0.3rem;
    }
    .prCenter .prCRight .prL{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0;
    }
    .prCenter .prCRight .prLImg{
        width: 100%;
    }
    .prCenter .prCRight .prLTxt{
        width: 100%;
    }





    .bread1{
        display: none;
    }
    .prd_box1{
        padding: 0;
    }
    .prd_box1 .xq_L{
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .prd_box1 .xql{
        width: auto !important;
        margin-right: 0;
        font-size: 0.26rem !important;
        white-space: normal;
        line-height: 1.2;
        display: flex;
        align-items: center;
    }
    .prd_box2 .txt2{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
        font-size: 0.22rem;
        line-height: 1.7;
    }

    .prd_box3{
        padding: 1rem 0.3rem;
        box-sizing: border-box;
    }
    .prd_box3 .prd3Swiper{
        height: 7rem;
    }
    .prd_box3 .prd3Swiper .swiper-slide{
        height: 3rem;
        padding: 0.25rem 0.3rem;
        box-sizing: border-box;
    }
    .prd_box3 .prd3Swiper .swiper-slide .txt1{
        font-size: 0.26rem;
        line-height: 2;
    }
    .prd_box3 .prd3Swiper .swiper-slide .txt2{
        font-size: 0.2rem;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }
    .pdSwiper .swiper-slide .prbdbg{
        background-size: cover;
        background-position: center;
    }
    .txt-container{
        width: 100%;
    }
    .pdSwiper .swiper-button-next{
        right: 0.3rem;
    }
    .pdSwiper .swiper-button-prev{
        left: 0.3rem;
    }
    .prd5Swiper .imgTitle{
        font-size: 0.24rem;
    }
    .prd5Swiper .swiper-button-next{
        right: 0.2rem;
        top: 5rem;
    }
    .prd5Swiper .swiper-button-prev{
        left: 0.2rem;
        top: 5rem;
    }
    
    
    .prd3Swiper .swiper-button-next{
        left: 5rem;
        right: auto;
    }
    .prd3Swiper .swiper-button-prev{
        right: 5rem;
        left: auto;
    }
    
    
    
    .prd_box4{
        padding: 0.93rem 0.3rem 1.09rem;
    }
    
    .prd_box4 .csimg{
        max-width: 100%;
        overflow-x: auto;
    }
    .prd_box4 .csimg table{
        min-width: 1200px;
    }
    
}





