body {
    font-family: PingFang SC Medium, "微软雅黑";
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../imgs/home/iocn-down.png") no-repeat scroll right center transparent;
    padding-right: 8px;
}
.swiper-pagination-product{
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.screenW{
    position: absolute;
    left: 0;
    top: 0;
    color:#000;
}
@media screen and (min-width: 1200px) {
    .backRi{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 1001;
        display: none;
    }
    .backCe{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 1001;
        display: none;
    }
	.cePanel{
	    width: 800px;
	    height: auto;
	    background-color: #ffffff;
	    border-radius: 6px;
	    border: solid 1px #707070;
	    margin: auto;
	    display: flex;
	    flex-direction: column;
	    position: relative;
	}
	.swiper-container{
	    width: 100%;
	    height: 100%;
	}
	.swiper-button-prev{
	    left: -60px !important;
	}
	.swiper-button-prev::after{
	    content: ' ' !important;
	}
	.prev{
	    background: url('../imgs/proList/product-details-right.png');
	    background-size: 18px 33px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.swiper-button-next{
	    left: auto !important;
	    right: -60px !important;
	}
	.swiper-button-next::after{
	    content: ' ' !important;
	}
	.next{
	    background: url('../imgs/proList/product-details-left.png');
	    background-size: 18px 33px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.closeBotton{
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 20px;
	    top: -40px;
	    cursor: pointer;
	}
	.proSwiperIn{
	    width: 720px;
	    height: 100%;
	    margin: auto;
	    display: flex;
	    flex-direction: column;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ceProTitle{
	    width: auto;
	    height: auto;
	    font-size: 24px;
	    letter-spacing: 0px;
	    color: #333333;
	    margin: auto;
	    margin-left: 0;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.ceProDesc{
	    width: auto;
	    height: 25px;
	    font-size: 18px;
	    line-height: 26px;
	    letter-spacing: 0px;
	    color: #666666;
	    margin: auto;
	    margin-left: 0;
	    margin-top: 15px;
	    margin-bottom: 0;
	}
	.ceInfoBox{
	    width: 100%;
	    height: auto;
	    margin: auto;
	    margin-top: 28px;
	    margin-bottom: 0;
	    display: flex;
	}
	.ceProImg{
	    width: 360px;
	    height: 126px;
	    border-radius: 4px;
	    margin: auto;
	    margin-left: 0;
		margin-top: 0;
	}
	.ceInfoBoxRight{
	    width: 340px;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    margin: auto;
	    margin-right: 0;
	}
	.ceInfoBoxRightTop{
	    width: 100%;
	    height: 36px;
	    margin: auto;
	    margin-top: 0;
	    display: flex;
	    border-bottom: 1px dashed #999999;
	}
	.ceInfoBoxRightTopTitle{
	    width: auto;
	    height: 100%;
	    background-color: #158ce4;
	    font-size: 18px;
	    line-height: 36px;
	    letter-spacing: 0px;
	    color: #ffffff;
	    text-align: center;
	    margin: auto;
	    margin-left: 0;
		padding: 0 10px;
	}
	.ceInfoBoxRightBottom{
	    width: 100%;
	    height: 90px;
	    margin: auto;
	    margin-bottom: 0;
	    font-size: 14px;
	    line-height: 22px;
	    letter-spacing: 0px;
	    color: #333333;
	    overflow-y: hidden; 
	}
	.ceInfoDetailBox{
	    width: 100%;
	    height: auto;
	    max-height: 130px;
	    display: flex;
	    margin: auto;
	    margin-top: 25px;
	    border: solid 1px #e0e0e0;
	}
	.ceInfoDetailLeft, .ceInfoDetailRight{
	    width: 50%;
	    margin: auto;
	    margin-top: 0;
	    display: flex;
	    flex-direction: column;
	}
	.ceInfoDetailRow1{
	    width: 100%;
	    height: 32px;
	    background-color: #f5f5f5;
	    border-right: 1px solid #e0e0e0;
	    border-bottom: 1px solid #e0e0e0;
	    display: flex;
	    margin: auto;
	    margin-top: 0;
	    margin-bottom: 0;
	    box-sizing: border-box;
	}
	.cseRowTitle{
	    width: auto;
	    height: 20px;
	    font-size: 14px;
	    line-height: 22px;
	    letter-spacing: 0px;
	    color: #333333;
	    margin: auto;
	    margin-left: 20px;
	}
	.ceInfoDetailRow{
	    width: 100%;
	    height: 32px;
	    border-right: 1px dashed #e0e0e0;
	    border-bottom: 1px dashed #e0e0e0;
	    display: flex;
	    margin: auto;
	    margin-top: 0;
	    margin-bottom: 0;
	    box-sizing: border-box;
	}
	.ceInfoDetailRowLeft{
	    width: 96px;
	    height: 20px;
	    font-size: 14px;
	    line-height: 22px;
	    letter-spacing: 0px;
	    color: #000;
	    margin: auto;
	    margin-left: 20px;
	    margin-right: 0;
	    text-align: left;
	}
	.ceInfoDetailRowRight{
	    width: auto;
	    height: 20px;
	    font-size: 14px;
	    line-height: 22px;
	    letter-spacing: 0px;
	    color: #000;
	    margin: auto;
	    margin-left: 0;
	    text-align: left;
	}
	.noRightBoder{
	    border-right: none;
	}
    .showRightPanel{
        width: 25px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: fixed;
        right: 0;
        top: 50%;
        margin-top: -20px;
        border: 1px solid #fff;
        border-right: none;
        background: #71b5ff;
        color:#fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        cursor: pointer;
        z-index: 100;
    }
    .showRightPanel{
        display: none;
    }
    /*top*/
    .topBox{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 7px 20px 10px rgba(72,72,72,0.1);
        display: flex;
        position: relative;
    }
    .navBox{
        width: 1200px;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .logoBox{
        margin: auto;
        margin-left: 0;
        margin-right: 77px;
    }
    .logo{
        width: 90px;
        height: 90px;
        margin: auto;
    }
    .navList{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .navLi{
        width: auto;
        height: 100%;
        font-size: 16px;
        line-height: 80px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
    }
    .navcheck{
        background-color: #158ce4;
        border-radius: 2px;
        color:#fff;
        padding-left: 16px;
        padding-right: 16px;
    }
	.navLi:hover{
        background-color: #158ce4;
    }
	.navLi:hover a{
		color: #ffffff;
	}
    .langChoose{
        display: block;
        position: absolute;
        right: 5vw;
        top: 50%;
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-top: -11px;
        cursor: pointer;
    }
    /*proListBox*/
    .proListBox{
        width: 1200px;
        min-height: 520px;
        margin: auto;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .proNav{
        display: flex;
        margin-top: 20px;
        margin-left: 0;
    }
    .proNavLi{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proNavLi2{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .proNavLi3{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0;
    }
    .proListOut{
        width: 1200px;
        /*min-height: 520px;*/
        display: flex;
        justify-content: space-between;
    }
    .proListLeft{
        width: 940px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-left: 0;
        flex-shrink: 0;
    }
    .proTitle{
        width: 100%;
        height: 64px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 64px;
        letter-spacing: 0px;
        color: #363842;
        border-bottom: 1px solid #e5e6ea;
		text-align: left;
    }
    .proTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proRTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .proTypeLiBox{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .proLiTitle{
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #363842;
        margin: auto;
        margin-left: 0;
        margin-bottom: 24px;
    }
    .proTypeList{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: auto;
        margin-top: 0;
    }
    .itemempty{
        width: 172px;
        height: 0;
    }
    .proTypeLi{
        width: 20%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*margin: auto;*/
        margin-bottom: 30px;
        margin-right: 20%;
    }
    .proTypeList .proTypeLi:nth-child(3n){
        margin-right: 0;
    }
    .proTypeLiImg{
        width: 100%;
        height: 80px;
        object-fit: contain;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .proTypeLiTitle{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        color: #333333;
        margin-top: 10px;
        margin-left: 0;
    }
    .proTypeLiTitleDesc{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-top: 6px;
    }
    .proListRight{
        width: 230px;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .proListRightTitle{
        width: 100%;
        height: 48px;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 48px;
        letter-spacing: 0px;
        color: #363842;
        border-bottom: 1px solid #e5e6ea;
    }
    .proTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proRTypeLiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
    }
    .proRTypeLi{
        margin: auto;
        margin-top: 0;
        width: 100%;
        height: 32px;
        display: flex;
        position: relative;
    }
    .proTypeLiA{
        margin: auto;
        margin-left: 0;
        display: flex;
    }
    .proRTypeLiImg{
        width: 32px;
        height: 32px;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proRTypeLiTitle{
        width: auto;
        height: auto;
        font-size: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 10px;
    }
    .navlevel2 .dashLine{
        width: 17px;
        height: 0px;
        border: dashed 1px #e5e6ea;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .navlevel1{
        margin-bottom: 6px;
    }
    .navlevel2{
        border-left: 1px dashed #e5e6ea;
        /*padding-left: 27px;*/
        margin-left: 16px;
    }

    .navlevel2 img{
        width: 20px;
        height: 20px;
    }
    .navlevel2 span{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
    }
    .navlevel2:last-child::before{
        border-left: 1px solid #fff;
        width: 1px;
        height: 50%;
        position: absolute;
        left: -1px;
        bottom: 0;
        content: ' ';
    }
    /*bottom*/
    .bottom{
        width: 100%;
        height: 330px;
        display: flex;
        flex-direction: column;
        background: #333333;
    }
    .bottomBox{
        width: 1200px;
        height: 100%;
        display: flex;
        margin: auto;
    }
    .bottomLeft{
        width: 380px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 60px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .bottomImg{
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .bottomLeftText{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .bottomCenter{
        width: 245px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 78px;
        margin-right: 0;
        margin-top: 96px;
        flex-shrink: 0;
    }
    .bottomContact{
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .contactList{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .contactLi{
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }
    .contactIcon1{
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon2{
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon3{
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactLiDesc{
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }
    .forienLogoBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }
    .forienLogo{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .colLine{
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
    }
    .bottomRight{
        width: 342px;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-top: 96px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunLi{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banquanBox{
        width: 100%;
        height: 64px;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .banquanText{
        width: auto;
        height: 17px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }
    .swiperBox{
        width: 100%;
        height: 280px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .swiper_product{
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    .swiper-slide{
        display: flex !important;
        position: relative;
    }
    .swiper-pagination-bullet{
        width: 10px !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active{
        width: 25px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
    }
    .swiper-pagination-product{
        text-align: right !important;
    }

    .swiper-pagination-bullets{
        left: auto !important;
        right: 20px !important;
        bottom: 15px !important;
    }
    .bannerImg{
        width: 100%;
        height: 100%;
    }
    .proBannerDescBox{
        position: absolute;
        left: 20px;
        bottom: 10px;
        display: flex;
    }
    .proBannerDescBoxTag{
        width: 64px;
        height: 24px;
        background-color: #ffffff;
        border-radius: 3px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #363842;
        text-align: center;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proBannerDescBoxDesc{
        width: auto;
        height: 19px;
        font-family: Microsoft YaHei;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 10px;
    }
    .navImg{
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .langChoose{
        right: 2vw;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1315px) {
    .langChoose{
        right: 0.5vw;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1290px) {
    .langChoose{
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .showRightPanel{
        display: none;
    }
    /*top*/
    .topBox{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px
            rgba(21, 140, 228, 0.1);
        opacity: 0.9;
        display: flex;
        position: relative;
    }
    .navBox{
        width: 1200px;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .logoBox{
        margin: auto;
        margin-left: 0;
        margin-right: 20px;
    }
    .logo{
        width: 70px;
        height: 70px;
        margin: auto;
    }
    .navList{
        width: 75%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .navLi{
        width: auto;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        cursor: pointer;
    }
    .navcheck{
        background-color: #158ce4;
        border-radius: 2px;
        color:#fff;
        padding-left: 16px;
        padding-right: 16px;
    }
    .langChoose{
        position: absolute;
        right: 5vw;
        top: 50%;
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-top: -11px;
        cursor: pointer;
    }
    /*proListBox*/
    .proListBox{
        width: 100%;
        margin: auto;
        min-height: 520px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }
    .proNav{
        display: flex;
        margin-top: 20px;
        margin-left: 15px;
    }
    .proNavLi{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proNavLi2{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .proNavLi3{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0;
    }
    .proListOut{
        width: 100%;
        min-height: initial;
        display: flex;
    }
    .proListLeft{
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        flex-shrink: 0;
    }
    .proTitle{
        width: 100%;
        height: 64px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 64px;
        letter-spacing: 0px;
        color: #363842;
        border-bottom: 1px solid #e5e6ea;
    }
    .proTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proRTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .proTypeLiBox{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .proLiTitle{
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #363842;
        margin: auto;
        margin-left: 0;
        margin-bottom: 24px;
    }
    .proTypeList{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        margin-top: 0;
    }
    .itemempty{
        width: 172px;
        height: 0;
    }
    .proTypeLi{
        width: 160px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*margin: auto;*/
        margin-bottom: 30px;
        margin-right: 40px;
    }
    .proTypeList .proTypeLi:nth-child(4n){
        margin-right: 0;
    }
    .proTypeLiImg{
        width: 100%;
        height: 60px;
        object-fit: contain;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .proTypeLiTitle{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }
    .proTypeLiTitleDesc{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-top: 6px;
    }
    .proListRight{
        width: 230px;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .proListRightTitle{
        width: 100%;
        height: 48px;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 48px;
        letter-spacing: 0px;
        color: #363842;
        border-bottom: 1px solid #e5e6ea;
    }
    .proTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proRTypeLiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
    }
    .proRTypeLi{
        margin: auto;
        margin-top: 0;
        width: 100%;
        height: 32px;
        display: flex;
        position: relative;
    }
    .proTypeLiA{
        margin: auto;
        margin-left: 0;
        display: flex;
    }
    .proRTypeLiImg{
        width: 32px;
        height: 32px;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proRTypeLiTitle{
        width: auto;
        height: auto;
        font-size: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 10px;
    }
    .navlevel2 .dashLine{
        width: 17px;
        height: 0px;
        border: dashed 1px #e5e6ea;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .navlevel1{
        margin-bottom: 6px;
    }
    .navlevel2{
        border-left: 1px dashed #e5e6ea;
        /*padding-left: 27px;*/
        margin-left: 16px;
    }

    .navlevel2 img{
        width: 20px;
        height: 20px;
    }
    .navlevel2 span{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
    }
    .navlevel2:last-child::before{
        border-left: 1px solid #fff;
        width: 1px;
        height: 50%;
        position: absolute;
        left: -1px;
        bottom: 0;
        content: ' ';
    }
    .bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #333333;
    }
    .bottomBox{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .bottomLeft{
        width:40%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 60px;
        flex-shrink: 0;
    }
    .bottomImg{
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .bottomLeftText{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .bottomCenter{
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 96px;
        flex-shrink: 0;
    }
    .bottomContact{
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .contactList{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .contactLi{
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }
    .contactIcon1{
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon2{
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon3{
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactLiDesc{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }
    .forienLogoBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }
    .forienLogo{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .colLine{
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
        display: none;
    }
    .bottomRight{
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunLi{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banquanBox{
        width: 100%;
        height: 64px;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .banquanText{
        width: auto;
        height: 17px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }
    .swiperBox{
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .swiper_product{
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    .swiper-slide{
        display: flex !important;
        position: relative;
    }
    .swiper-pagination-bullet{
        width: 10px !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active{
        width: 25px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
    }
    .swiper-pagination{
        text-align: right !important;
    }
    .swiper-pagination-bullets{
        left: auto !important;
        right: 20px !important;
        bottom: 15px !important;
    }
    .bannerImg{
        width: 100%;
        height: 100%;
    }
    .proBannerDescBox{
        position: absolute;
        left: 20px;
        bottom: 10px;
        display: flex;
    }
    .proBannerDescBoxTag{
        width: 64px;
        height: 24px;
        background-color: #ffffff;
        border-radius: 3px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #363842;
        text-align: center;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proBannerDescBoxDesc{
        width: auto;
        height: 19px;
        font-family: Microsoft YaHei;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 10px;
    }
    .navImg{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /*top*/
    .topBox{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px 0px
            rgba(21, 140, 228, 0.1);
        opacity: 0.9;
        display: flex;
        position: relative;
        margin: auto;
        z-index: 1000;
    }
    .navBox{
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
    }
    .logoBox{
        margin: auto;
        margin-left: 10px;
        margin-right: 97px;
    }
    .logo{
        width: 70px;
        height: 70px;
        margin: auto;
    }
    .navList{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        display: none;
        z-index: 2001;
        background: #fff;
        flex-direction: column;
    }
    .navLi{
        width: auto;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navcheck{
        background-color: #158ce4;
        border-radius: 2px;
        color:#fff;
        padding-left: 16px;
        padding-right: 16px;
    }
    .langChoose{
        width: 28px;
        height: 22px;
        background-color: #faf6f3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        text-align: center;
        margin: auto;
        margin-right: 10px;
        cursor: pointer;
    }
    /*proListBox*/
    .proListBox{
        width: 90%;
        min-height: initial;
        margin: auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .proNav{
        display: flex;
        margin-top: 20px;
        margin-left: 0;
    }
    .proNavLi{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proNavLi2{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .proNavLi3{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0;
    }
    .proListOut{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .proListLeft{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        flex-shrink: 0;
    }
    .proTitle{
        width: 100%;
        height: 44px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 44px;
        letter-spacing: 0px;
        color: #363842;
        border-bottom: 1px solid #e5e6ea;
    }
    .proTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proRTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .proTypeLiBox{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .proLiTitle{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #363842;
        margin: auto;
        margin-left: 0;
        margin-bottom: 24px;
    }
    .proTypeList{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        margin-top: 0;
    }
    .itemempty{
        width: 172px;
        height: 0;
    }
    .proTypeLi{
        width: 48%;
        height: auto;
        display: flex;
        flex-direction: column;
        /*margin: auto;*/
        margin-bottom: 30px;
        align-items: center;
        cursor: pointer;
    }
    .proTypeLiImg{
        width: 100%;
        height: 60px;
        object-fit: contain;
        margin-top: 0;
        margin-bottom: 0;
    }
    .proTypeLiTitle{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }
    .proTypeLiTitleDesc{
        width: 100%;
        height: auto;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-top: 6px;
    }
    .proListRight{
        width: 60%;
        height: 100%;
        display: none;
        top: 0;
        right: 0;
        flex-direction: column;
        position: fixed;
        background: #fff;
        z-index: 3000;
        padding-left: 10px;
    }
    .proListRightTitle{
        width: 100%;
        height: 48px;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 48px;
        letter-spacing: 0px;
        color: #363842;
        border-bottom: 1px solid #e5e6ea;
    }
    .proTypeBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .proRTypeLiBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
    }
    .proRTypeLi{
        margin: auto;
        margin-top: 0;
        width: 100%;
        height: 32px;
        display: flex;
        position: relative;
    }
    .proTypeLiA{
        margin: auto;
        margin-left: 0;
        display: flex;
    }
    .proRTypeLiImg{
        width: 32px;
        height: 32px;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .proRTypeLiTitle{
        width: auto;
        height: auto;
        font-size: 16px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 10px;
    }
    .navlevel2 .dashLine{
        width: 17px;
        height: 0px;
        border: dashed 1px #e5e6ea;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .navlevel1{
        margin-bottom: 6px;
    }
    .navlevel2{
        border-left: 1px dashed #e5e6ea;
        /*padding-left: 27px;*/
        margin-left: 16px;
        display: none;
    }

    .navlevel2 img{
        width: 20px;
        height: 20px;
    }
    .navlevel2 span{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
    }
    .navlevel2:last-child::before{
        border-left: 1px solid #fff;
        width: 1px;
        height: 50%;
        position: absolute;
        left: -1px;
        bottom: 0;
        content: ' ';
    }
    /*bottom*/
    .bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: #333333;
    }
    .bottomBox{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .bottomLeft{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .bottomImg{
        width: 72px;
        height: 58px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 18px;
    }
    .bottomLeftText{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .bottomCenter{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 30px;
        flex-shrink: 0;
    }
    .bottomContact{
        width: auto;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #ffffff;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
    }
    .contactList{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .contactLi{
        width: 100%;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 8px;
        display: flex;
    }
    .contactIcon1{
        width: 11px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon2{
        width: 14px;
        height: 14px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactIcon3{
        width: 14px;
        height: 8px;
        margin: auto;
        margin-left: 0;
        margin-right: 10px;
    }
    .contactLiDesc{
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
    }
    .forienLogoBox{
        width: 100%;
        height: auto;
        display: flex;
        margin: auto;
        margin-top: 16px;
    }
    .forienLogo{
        width: 40px;
        height: 40px;
        margin: auto;
        margin-left: 0;
        margin-right: 24px;
    }
    .colLine{
        width: 1px;
        height: 172px;
        background-color: #ffffff;
        opacity: 0.3;
        margin: auto;
        margin-left: 77px;
        margin-right: 77px;
        margin-top: 98px;
        flex-shrink: 0;
        display: none;
    }
    .bottomRight{
        width: 100%;
        height: auto;
        margin: auto;
        margin-left: 0;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 18px;
        display: flex;
        flex-direction: column;
    }
    .bottomZixunLi{
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banquanBox{
        width: 100%;
        height: auto;
        background-color: #333333;
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .banquanText{
        width: 90%;
        height: auto;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 0.6;
        margin: auto;
    }
    .backBg{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        display: none;
        z-index: 2000;
    }
    .navImg{
        width: 30px;
        height: 30px;
        margin: auto;
        margin-right: 20px;
    }
    .navcheck a{
        display: block;
        width: 100%;
    }
    /*backCe*/
    .backCe{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 1001;
        display: none;
    }
    .cePanel{
        width: 90%;
        height: auto;
        background-color: #ffffff;
        border-radius: 6px;
        border: solid 1px #707070;
        margin: auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .swiper_product{
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    .swiper1{
        width: 100%;
        height: 100%;
    }
    .swiper-button-prev{
        left: -60px !important;
    }
    .swiper-button-prev::after{
        content: ' ' !important;
    }
    .prev{
        background: url('../imgs/proList/product-details-right.png');
        background-size: 18px 33px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .swiper-button-next{
        left: auto !important;
        right: -60px !important;
    }
    .swiper-button-next::after{
        content: ' ' !important;
    }
    .next{
        background: url('../imgs/proList/product-details-left.png');
        background-size: 18px 33px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .closeBotton{
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: -40px;
        cursor: pointer;
    }
    .proSwiperIn{
        width: 95%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ceProTitle{
        width: auto;
        height: auto;
        font-size: 18px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .ceProDesc{
        width: auto;
        height: 25px;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #666666;
        margin: auto;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .ceInfoBox{
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 28px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .ceProImg{
        width: 100%;
        height: auto;
        border-radius: 4px;
        margin: auto;
        margin-left: 0;
    }
    .ceInfoBoxRight{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-right: 0;
        margin-top: 20px;
    }
    .ceInfoBoxRightTop{
        width: 100%;
        height: 36px;
        margin: auto;
        margin-top: 0;
        display: flex;
        border-bottom: 1px dashed #999999;
    }
    .ceInfoBoxRightTopTitle{
        width: auto;
        height: 100%;
        background-color: #158ce4;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
        margin: auto;
        margin-left: 0;
		padding: 0 10px ;
    }
    .ceInfoBoxRightBottom{
        width: 100%;
        height: auto;
        margin: auto;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        overflow-y: scroll; 
    }
    .ceInfoDetailBox{
        width: 100%;
        height: auto;
        max-height: 130px;
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 20px;
        border: solid 1px #e0e0e0;
    }
    .ceInfoDetailLeft, .ceInfoDetailRight{
        width: 100%;
        margin: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .ceInfoDetailRow1{
        width: 100%;
        height: 32px;
        background-color: #f5f5f5;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .cseRowTitle{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
        margin: auto;
        margin-left: 20px;
    }
    .ceInfoDetailRow{
        width: 100%;
        height: 32px;
        border-right: 1px dashed #e0e0e0;
        border-bottom: 1px dashed #e0e0e0;
        display: flex;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .ceInfoDetailRowLeft{
        width: 96px;
        height: 20px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 20px;
        margin-right: 0;
        text-align: left;
    }
    .ceInfoDetailRowRight{
        width: auto;
        height: 20px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #999999;
        margin: auto;
        margin-left: 0;
        text-align: left;
    }
    .noRightBoder{
        border-right: none;
    }
    /*backRi*/
    .backRi{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 1001;
        display: none;
    }
    .showRightPanel{
        width: 25px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: fixed;
        right: 0;
        top: 50%;
        margin-top: -20px;
        border: 1px solid #fff;
        border-right: none;
        background: #71b5ff;
        color:#fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        cursor: pointer;
        z-index: 100;
    }
    .swiperBox{
        width: 100%;
        height: 150px;
        margin: auto;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .swiper_product{
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    .swiper-slide{
        display: flex !important;
        position: relative;
    }
    .swiper-pagination-bullet{
        width: 10px !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active{
        width: 25px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
    }
    .swiper-pagination{
        text-align: right !important;
    }
    .swiper-pagination-bullets{
        left: auto !important;
        right: 20px !important;
        bottom: 15px !important;
    }
    .bannerImg{
        width: 100%;
        height: 100%;
    }
    .proBannerDescBox{
        position: absolute;
        left: 10px;
        bottom: 10px;
        display: flex;
    }
    .proBannerDescBoxTag{
        width: auto;
        height: 24px;
        background-color: #ffffff;
        border-radius: 3px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #363842;
        text-align: center;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
        flex-shrink: 0;
        padding-left: 3px;
        padding-right: 3px;
    }
    .proBannerDescBoxDesc{
        width: 30%;
        height: 19px;
        font-family: Microsoft YaHei;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-left: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
	.swiper-slide{
	    overflow-y: scroll;
	}
}