/* CSS Document */
.mc{ margin: 0 auto !important;}
.wow {
    opacity: 0;
    transition-delay: 0.3s;
}
.animated{
    opacity: 1;
}
.pc {
    display: block;
}
.mob {
    display: none;
}
.wrap{
	width: 90%;
    max-width: 1510px;
    padding: 0 15px;
	margin:0 auto;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    z-index: 10;
    box-shadow: none;
    transition: all .3s;
}
.header.no-show{
    transform: translateY(-100%);
    box-shadow: none !important;
}
.header-mask{
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9;
    display: none;
}
.header-top{
    padding: .2rem 0;
    transition: all .3s;
}
.header-search{
    position: relative;
    width: 300px;
}
.header-search-input{
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 18px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0 15px;
    padding-right: 45px;
}
.header-search-btn{
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-serach-white.png) center center no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
}
.header-apply{
    position: relative;
    margin-left: .2rem;
    z-index: 1;
}
.header-apply-icon{
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: url(../images/icon-apply-white.png) center center rgba(255, 255, 255, 0.5) no-repeat;
    background-size: 24px;
}
.header-apply-con{
    position: absolute;
    left: 50%;
    top: auto;
    margin-top: 15px;
    transform: translateX(-50%);
    color: #FFFFFF;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    padding: .15rem .24rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.header-apply-con::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -6px;
    border-bottom: 8px solid rgba(255, 255, 255, 0.5);
    border-bottom: 8px solid rgba(0,0,0,0.6);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.header-apply:hover .header-apply-con{
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}
.header-tel{
    font-size: 18px;
    color: #FFFFFF;
    margin-left: .2rem;
}
.header-tel i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url(../images/icon-tel-white.png) center center no-repeat;
    background-size: 18px;
}
.header-lang{
    position: relative;
    margin-left: .2rem;
    z-index: 1;
}
.header-lang-icon{
    height: 36px;
}
.header-lang-icon span{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-lang-white.png) center center no-repeat;
    background-size: 16px auto;
}
.header-lang-icon i{
    width: 12px;
    height: 6px;
    margin-left: 6px;
    background: url(../images/icon-arrow-down-white.png) center center no-repeat;
    background-size: contain;
}
.header-lang-con{
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%);
    color: #FFFFFF;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    padding: .15rem .1rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.header-lang-con::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -6px;
    border-bottom: 8px solid rgba(255, 255, 255, 0.5);
    border-bottom: 8px solid rgba(0,0,0,0.6);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.header-lang-con p a{
    display: block;
    color: #FFFFFF;
    line-height: 1.8;
    padding: 0 .15rem;
    text-align: center;
    transition: all .3s;
}
.header-lang-con p a:hover{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.header-lang.active .header-lang-con{
    opacity: 1;
    visibility: visible;
}
.logo {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s;
    height: 60px;
}
.logo a {
    display: block;
    transition: all .3s;
}
.logo img {
    height: 60px;
    transition: all .3s;
}
.logo img.default{
    display: none;
}
.nav {
    float: right;
}
.navBox {
    margin: 0 auto;
    text-align: right;
}
.navList {
    list-style: none;
    margin: 0 -25px;
    margin-right: -45px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}
.navList > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
}
.navList > li.product{
    position: static;
}
.navList > li > a {
    position: relative;
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 20px 30px;
    transition: all .3s;
}
.navList > li:hover > a,
.navList > li.active > a{
    opacity: 1;
}
.nav-dropdown{
    position: absolute;
    left: 50%;
    top: 100%;
    box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.06);
    text-align: center;
    min-width: 112px;
    transform: translateX(-50%);
    display: none;
}
.nav-dropdown-list{
    list-style: none;
    font-size: 16px;
    padding: .1rem 0;
    min-width: 100%;
    background-color: #FFFFFF;
}
.nav-dropdown-list li a{
    display: block;
    color: #212223;
    line-height: 1.6;
    padding: .1rem .2rem;
    white-space: nowrap;
}
.nav-dropdown-list li a:hover{
    color: var(--baseColor);
}
.product .nav-dropdown{
    left: 0;
    right: 0;
    transform: translateX(0);
    box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.06);
}
.nav-dropdown-product{
    font-size: 16px;
    padding: 0 0 20px;
    background-color: #FFFFFF;
    text-align: left;
    overflow: hidden;
}
.nav-product-title{
    margin: 30px 0 20px;
}
.nav-product-left{
    float: left;
    width: 30%;
    max-width: 410px;
    margin-right: 4%;
}
.nav-product-img{
    border-radius: 8px;
    overflow: hidden;
}
.nav-product-img img{
    width: 100%;
    height: auto;
}
.nav-product-text{
    line-height: 1.4;
    margin: .3rem 0 .2rem;
    font-weight: 100;
}
.nav-product-more{
    margin: .2rem 0;
    transition: all .3s;
}
.nav-product-more:hover{
    text-decoration: underline;
}
.nav-product-right{
    overflow: hidden;
}
.nav-product-list{
    margin: 0 -.2rem;
}
.nav-product-list li{
    width: 20%;
    padding: 0 .2rem;
    margin-bottom: .3rem;
}
.nav-product-sub{
    line-height: 1.6;
    margin-bottom: .1rem;
}
.nav-product-sub a{
    color: #000000;
    transition: all .3s;
}
.nav-product-sub a:hover{
    color: var(--baseColor);
}
.nav-product-con{
    line-height: 1.6;
}
.nav-product-con p{
    margin: 5px 0;
}
.nav-product-con p a{
    color: #666666;
    transition: all .3s;
}
.nav-product-con p a:hover{
    color: var(--baseColor);
}

.navRig {
    position: relative;
    float: right;
    line-height: 60px;
    text-align: right;
    font-size: 0;
    transition: all .3s;
}
.navRig li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: .3rem;
}
.navRig a,
.navRig i,
.navRig span {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
}
.navRig li.navBtn {
    cursor: pointer;
    display: none;
}
.navRig li.navBtn::before{
    display: none;
}
.navBtn span {
    width: 22px;
    height: 30px;
    position: relative;
}
.navBtn span b {
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: calc((100% - 4px) / 2);
    transition: all .3s;
}
.navBtn span b:nth-child(1) {
    transform: translateY(6px) rotate(0deg);
}
.navBtn span b:nth-child(3) {
    transform: translateY(-6px) rotate(0deg);
}
.navBtn.active b:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}
.navBtn.active b:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}
.navBtn.active b:nth-child(2) {
    opacity: 0;
}


.header.bg{ background: #FFFFFF;}
.header.bg .header-search-input{ background-color: #F2F2F2; color: #000000;}
.header.bg .header-search-btn{ background-image: url(../images/icon-serach.png);}
.header.bg .header-apply-icon{ background-image: url(../images/icon-apply.png); background-color: #F2F2F2;}
.header.bg .header-tel{ color: #666666;}
.header.bg .header-tel i{ background-image: url(../images/icon-tel.png);}
.header.bg .header-lang-icon span{ background-image: url(../images/icon-lang.png);}
.header.bg .header-lang-icon i{ background-image: url(../images/icon-arrow-down.png);}
.header.bg .navList > li > a{ color: #333333; padding-bottom: 25px;}
.header.bg .navList > li.active > a{ color: var(--baseColor);}
.header.bg .logo{ height: 56px;}
.header.bg .logo img{ height: 56px;}
.header.bg .logo .shows{ display: none;}
.header.bg .logo .hides{ display: block;}
.header.bg .navRig a,
.header.bg .navRig i,
.header.bg .navRig span{ color: #333333;}


.header.sticky{ position: sticky; position: -webkit-sticky; background: #FFFFFF;}
.header.sticky .header-search-input{ background-color: #F2F2F2; color: #000000;}
.header.sticky .header-search-btn{ background-image: url(../images/icon-serach.png);}
.header.sticky .header-apply-icon{ background-image: url(../images/icon-apply.png); background-color: #F2F2F2;}
.header.sticky .header-tel{ color: #666666;}
.header.sticky .header-tel i{ background-image: url(../images/icon-tel.png);}
.header.sticky .header-lang-icon span{ background-image: url(../images/icon-lang.png);}
.header.sticky .header-lang-icon i{ background-image: url(../images/icon-arrow-down.png);}
.header.sticky .navList > li > a{ color: #333333; padding-bottom: 25px;}
.header.sticky .navList > li.active > a{ color: var(--baseColor);}
.header.sticky .logo{ height: 56px;}
.header.sticky .logo img{ height: 56px;}
.header.sticky .logo .shows{ display: none;}
.header.sticky .logo .hides{ display: block;}
.header.sticky .navRig a,
.header.sticky .navRig i,
.header.sticky .navRig span{ color: #333333;}


.header.whiteBg{ background: #FFFFFF; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.header.whiteBg .header-search-input{ background-color: #F2F2F2; color: #000000;}
.header.whiteBg .header-search-btn{ background-image: url(../images/icon-serach.png);}
.header.whiteBg .header-apply-icon{ background-image: url(../images/icon-apply.png); background-color: #F2F2F2;}
.header.whiteBg .header-tel{ color: #666666;}
.header.whiteBg .header-tel i{ background-image: url(../images/icon-tel.png);}
.header.whiteBg .header-lang-icon span{ background-image: url(../images/icon-lang.png);}
.header.whiteBg .header-lang-icon i{ background-image: url(../images/icon-arrow-down.png);}
.header.whiteBg .navList > li > a{ font-size: 16px; color: #333333; line-height: 36px; padding-bottom: 10px;}
.header.whiteBg .navList > li.active > a{ color: var(--baseColor);}
.header.whiteBg .nav-dropdown-list{ font-size: 14px;}
.header.whiteBg .nav-product-con p a{ font-size: 14px;}
.header.whiteBg .header-top{ padding: .1rem 0;}
.header.whiteBg .logo{ height: 56px; margin-top: -30px;}
.header.whiteBg .logo img{ height: 56px;}
.header.whiteBg .logo .shows{ display: none;}
.header.whiteBg .logo .hides{ display: block;}
.header.whiteBg .navRig a,
.header.whiteBg .navRig i,
.header.whiteBg .navRig span{ color: #333333;}

.footBg{
    position: relative;
    overflow: hidden;
    background-color: #232935;
    z-index: 1;
}
.footBg a{
    color: #FFFFFF;
    transition: all .3s;
}
.footBg a:hover{
    color: #FFFFFF;
}
.foot-top{
    margin: .6rem 0 .5rem;
}
.foot-nav{
    flex: auto;
    margin: 0 -.1rem;
    overflow: hidden;
}
.foot-nav li{
    width: 25%;
    padding: 0 .1rem;
}
.foot-nav li a:hover{
    color: var(--baseColor);
}
.foot-nav-title{
    margin-bottom: .2rem;
}
.foot-sub p{
    margin: .1rem 0;
}
.foot-sub a{
    color: rgba(255, 255, 255, 0.65);
}
.foot-text{
    padding: 0 .3rem;
    text-align: right;
}
.foot-logo img{
    height: 1rem;
    max-height: 72px;
}
.foot-con{
    flex: auto;
    line-height: 1.8;
    margin: .4rem 0;
    opacity: .85;
}
.wx-list{
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
}
.wx-list li{
    position: relative;
    width: fit-content;
    margin-left: .2rem;
    cursor: pointer;
}
.wx-list li > img{
    display: block;
    width: 49px;
    max-width: .6rem;
    margin: 0 auto;
}
.wx-list p{
    margin-top: .1rem;
}
.wx-code{
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding-bottom: 10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.wx-code::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}
.wx-code img{
    display: block;
    max-width: 100px;
}
.wx-list li:hover .wx-code{
    opacity: 1;
    visibility: visible;
}

.copyright{
    color: #FFFFFF;
    line-height: 24px;
    margin: .4rem 0;;
    text-align: center;
}
.copyright a{
    color: #FFFFFF;
}
.copyright a:hover{
    opacity: .8;
}

.box-title{
    margin-bottom: .6rem;
}
.box-h2{
    line-height: 1.4;
    margin-bottom: .1rem;
}
.box-h2 i{
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 4px;
    max-width: 1rem;
    max-height: .04rem;
    background: var(--baseColor);
    margin-right: .2rem;
}
.box-title.white i{
    background-color: #FFFFFF;
}
.box-more{
    margin-top: .1rem;
}
.box-more a{
    border-color: var(--baseColor) !important;
    background-color: var(--baseColor);
}
.box-more i{
    background-image: url(../images/icon-arrow-right-blue.png) !important;
}

.box-btn{
    color: #8A8B8B;
    font-weight: bold;
}
.box-btn span{
    width: 45px;
    line-height: 45px;
    border-radius: 4px;
    background: #EFF3F7;
    transition: all .3s;
    cursor: pointer;
}
.box-btn span + span{
    margin-left: .2rem;
}
.box-prev{ 
    padding-right: 2px;
}
.box-next{
    padding-left: 2px;
}
.box-btn span:not(.swiper-button-disabled):hover{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.box-btn .swiper-button-disabled{
    cursor: no-drop;
}


.ban-in{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.ban-in .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ban-in .ban-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    justify-content: center;
}
.in-tit{
    line-height: 1.2;
    margin: .2rem 0;
}
.in-des{
    line-height: 1.6;
    margin: .2rem 0;
}

.mainBg{
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    background-color: #FFFFFF;
    z-index: 1;
    min-height: 50vh;
    overflow: hidden;
}
.grayBg{
    background-color: #F8F8F8;
}
.whiteBg{
    background-color: #FFFFFF;
}
.main{
    padding: .3rem 0 .6rem;
}

.sort-bg{
    position: relative;
    margin-top: calc(-32px - .4rem);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.sort{
    list-style: none;
    font-weight: bold;
    text-align: center;
}
.sort li{
    position: relative;
}
.sort li a{
    position: relative;
    display: block;
    line-height: 32px;
    min-width: 2.6rem;
    padding: .2rem .2rem;
    color: #FFFFFF;
    border-radius: .1rem;
    z-index: 1;
    transition: all .3s;
}
.sort li a::after{
    display: block;
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--baseColor);
    transform: skewX(-10deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .3s;
}
.sort li a:hover::after,
.sort li.active a::after{
    opacity: 1;
    visibility: visible;
}



/* 面包屑导航+分类 */
.breadNav{
    list-style: none;
    font-size: 0;
    margin: .4rem 0;
}
.breadNav li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
}
.breadNav li a{
    color: #999999;
}
.breadNav li a:hover{
    color: var(--baseColor);
}
.breadNav li + li{
    padding-left: 14px;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadNav li + li::before{
    display: block;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 100%;
    margin-right: 5px;
    color: #999999;
    font-weight: normal;
}
.breadNav li:last-child{
    max-width: 3rem;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadNav.color9{
    float: none;
    color: #999999;
    margin: .4rem 0;
}
.breadNav.color9 li{
    color: #999999;
}
.breadNav.color9 li + li::before{
    color: #999999;
}
.breadNav.color9 li a{
    color: #999999;
}
.breadNav.color9 li a:hover{
    color: var(--baseColor);
}
.breadNav + .sort{
    float: right;
    text-align: right;
}



/* 页码 */
.page{
    margin: .5rem 0 .2rem;
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 .04rem;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000000;
    border-radius: 20px;
    background-color: #FFFFFF;
    transition: all .3s;
}
.page a:hover,
.page a.active{
    color: #FFFFFF;
    background-color: var(--baseColor);
    border-color: var(--baseColor);
}
.page span{
    color: #B6B6B6;
    cursor: no-drop;
}
.page .prev{
    width: fit-content;
    padding: 0 .2rem;
}
.page .next{
    width: fit-content;
    padding: 0 .2rem;
}
.page.text-right{
    text-align: right;
}

.pagination{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: .6rem 0;
}
.pagination li{
    margin: 0 .04rem;
}
.pagination li span,
.pagination li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
    border-radius: 4px;
    background-color: #F4F7F9;
    text-align: center;
    transition: all .3s;
}
.pagination li a:hover,
.pagination li.active span{
    color: #FFFFFF;
    background-color: var(--baseColor);
    border-color: var(--baseColor);
}

.editor{
    line-height: 1.8;
}
.editor img{
    max-width: 100% !important;
    height: auto !important;
}

.innerTit{
    margin-bottom: .4rem;
}


/* video */
.videoBg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11;
    display: none;
}
.videoBox{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-45%);
    width: 1000px;
    max-width: 90%;
    border: 6px solid #FFFFFF;
    border-radius: 4px;
    margin: 0 auto;
}
.videoBox .close{
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    font-size: 28px;
    line-height: 1;
    opacity: .8;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s;
}
.videoBox .close:hover{
    opacity: 1;
}
.videoBox video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-title{
    margin-bottom: .6rem;
}

@media (max-width:1600px) {
    .navList{
        margin: 0 -10px;
        margin-right: -30px;
    }
    .navList > li{
        padding: 0 10px;
    }
    .navList > li > a{
        font-size: 16px;
        line-height: 50px;
    }
    .nav-dropdown-list{
        font-size: 14px;
    }
    .navRig{
        line-height: 80px;
    }
    .navRig li{
        font-size: 14px;
    }

    .ban-in .img{
        /* top: 141px; */
    }

    .topBg{
        line-height: 70px;
    }
    .breadNav li:last-child{
        max-width: 2rem;
    }

}
@media (max-width:1400px) {
    .ban-in .img{
        /* top: 137px; */
    }
    .topBg{
        line-height: 60px;
    }
    .breadNav li{
        font-size: 14px;
    }
    .breadNav li:last-child{
        max-width: 1.8rem;
    }

}
@media (min-width:1201px) {
    .navBox{
        display: block !important;
    }
    .navMobile{
        display: none;
    }
    .header-search{
        display: block !important;
    }
}
@media (max-width:1200px) {
    .header{
        position: sticky;
        background-color: #FFFFFF;
    }
    .wrap {
        width: 100%;
        max-width: 970px;
    }
    .header .wrap{
        width: 100%;
        max-width: 100%;
    }
    .header-top{
        padding: 5px 0 !important;
    }
    .header-search-mobile{
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/icon-serach.png) center center no-repeat;
        background-size: 20px auto;
        cursor: pointer;
    }
    .header-search{
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        background-color: var(--baseColor);
        display: none;
    }
    .header-search-btn{
        left: 24px;
    }
    .header-apply-icon{
        width: 24px;
        height: 24px;
        border-radius: 4px;
        background-image: url(../images/icon-apply.png);
        background-color: #F2F2F2;
        background-size: 65% auto;
    }
    .header-tel{
        font-size: 0;
    }
    .header-tel i{
        background-image: url(../images/icon-tel.png);
    }
    .header-lang-icon{
        height: 24px;
    }
    .header-lang-icon span{
        background-image: url(../images/icon-lang.png);
    }
    .header-lang-icon i{
        background-image: url(../images/icon-arrow-down.png);
    }
    .header-lang-con{
        left: auto;
        right: 0;
        transform: translateX(0);
    }
    .header-lang-con::before{
        left: auto;
        right: 10px;
    }
    .logo {
        float: left;
        height: 10px !important;
    }
    .logo img {
        height: 36px !important;
    }
    .logo img.shows{
        display: none;
    }
    .logo img.hides{
        display: block;
    }
    .navRig {
        position: static;
        float: right;
        line-height: 40px;
        margin: 0;
    }
    .navRig li {
        margin-left: .3rem;
        font-size: 14px;
    }
    .navRig li.navBtn {
        display: inline-block;
    }
    .navRig li.navBtn span b{
        background-color: var(--baseColor);
    }
    .header .navRig a,
    .header .navRig i,
    .header .navRig span{
        color: #333333;
    }
    .navBox {
        position: fixed;
        left: 0;
        right: 0;
        top: 74px;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        background-color: #FFFFFF;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }
    .navList {
        text-align: left;
        height: 100%;
        height: calc(100% - .2rem - 60px);
        height: 100%;
        overflow-y: auto;
        display: block;
        padding: 0 .3rem;
        margin: 0 auto;
    }

    .navList > li {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .navList > li > a {
        height: auto;
        color: #333333;
        line-height: 46px;
        padding: 0 !important;
        padding-right: 46px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navList > li:last-child > a{
        border: none;
    }

    .navList > li > a::before {
        display: none;
    }

    .navList > li.cur > a::after {
        transform: rotate(180deg);
    }
    .navMobile{
        position: relative;
        padding: .1rem 0;
        background-color: #000000;
        padding: 0;
    }
    .navMobile .navBtn span b{
        background-color: #FFFFFF !important;
    }
    .navMobile .navRig a,
    .navMobile .navRig i,
    .navMobile .navRig span{
        color: #FFFFFF !important;
    }

    .navList > li.dropdown > a::after{
        display: block;
        content: "\e65e";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        color: #333333;
        font-family: "iconfont" !important;
        font-weight: normal;
        transition: all .3s;
    }
    .nav-dropdown{
        position: static;
        padding: 0;
        transform: translateX(0);
        box-shadow: none;
    }
    .nav-dropdown-list{
        background-color: transparent;
        box-shadow: none;
    }
    .nav-dropdown-list li a{
        display: block;
        color: #666666;
        text-align: left;
        padding-left: .3rem;
    }
    .product .nav-dropdown{
        box-shadow: none;
    }
    .nav-product-title{
        display: none;
    }
    .nav-product-left{
        display: none;
    }
    .nav-product-list{
        display: block;
        padding: 10px 0;
        margin: 0;
    }
    .nav-product-list li{
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .nav-product-sub{
        font-size: 15px;
        margin-top: .2rem;
    }
    .nav-product-con p{
        margin: 0;
    }
    .nav-product-con p a{
        display: block;
        color: #666666;
        text-align: left;
        padding: 5px 0;
        padding-left: 15px;
    }
    .header-mask{ display: none !important;}
    .header.whiteBg .logo{ margin: 0;}
    .header.whiteBg .header-search-mobile{ background-image: url(../images/icon-serach.png);}
    
    .foot-top{
        display: block;
        margin: .6rem 0 .3rem;
    }
    .foot-text{
        display: block;
        padding: 0;
        margin: .3rem 0;
        text-align: center
    }
    .foot-logo{
        margin: .3rem 0;
    }
    .foot-logo img{
        height: .8rem;
        max-height: 60px;
    }
    .foot-con{
        margin: .2rem 0;
    }
    .wx-list{
        white-space: normal;
        justify-content: center;
        margin: .2rem -.1rem;
    }
    .wx-list li{
        flex: none;
        max-width: 33.33%;
        padding: 0 .1rem;
        margin: 0;
    }
    .wx-list li > img{
        width: 40px;
    }
    .copyright{
        margin: .3rem 0;
    }
    

    .ban-in{
        height: 300px;
        max-height: 3rem;
    }
    .ban-in .img{
        /* top: 74px; */
        height: 300px;
        max-height: 3rem;
    }
    .ban-in .ban-text{
        height: 100%;
    }
    .in-tit{
        margin: .1rem 0;
    }
    .in-des{
        margin: .1rem 0;
    }

    .main{
        padding: 15px 0 .3rem;
    }

    .sort-bg{
        margin: 0;
        background-color: #232935;
    }
    .sort-bg .wrap{
        width: 100%;
        max-width: 100%;
    }
    .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 0;
        padding: .1rem 0;
    }
    .sort li{
        margin: 0;
        padding: 5px 0;
    }
    .sort li a{
        min-width: 0;
        line-height: 22px;
        padding: .1rem .2rem;
    }

    
    .breadNav{
        float: none;
        margin-left: 0;
        margin: .3rem 0;
    }
    .breadNav li{
        font-size: 14px;
    }
    .breadNav li + li{
        max-width: 40%;
    }
    .breadNav + .sort{
        float: none;
        text-align: left;
    }

    .page a,
    .page span{
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
    }
    .page .prev,
    .page .next{
        padding: 0 .12rem;
    }
    .pagination li{
        margin: 0 2px;
    }
    .pagination li span,
    .pagination li a{
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    
    .box-title{
        margin-bottom: .3rem;
    }
    .box-btn span{
        width: 32px;
        line-height: 32px;
    }
    .box-btn span + span{
        margin-left: .1rem;
    }

    .common-title{
        margin-bottom: .3rem;
    }

}

@media (max-width:991px) {
    .foot-nav-title{
        font-size: 16px;
    }
    
}
@media (max-width:767px) {
}

@media (max-width:640px) {
    .foot-nav{
        display: block;
    }
    .foot-nav li{
        width: 100%;
        margin: .1rem 0 .2rem;
    }
    .foot-nav-title{
        margin-bottom: .1rem;
    }
    .foot-sub{
        margin: 0 -.1rem;
    }
    .foot-sub p{
        display: inline-block;
        vertical-align: middle;
        margin: 5px .1rem;
    }

    .copyright{
        font-size: 12px;
    }

    .box-des{
        font-size: 14px;
    }
}
@media (max-width:460px) {    
    .wx-list{
        font-size: 12px;
    }

    .page{
        font-size: 0;
    }
    .page a,
    .page span{
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        margin: 1px;
        border-radius: 24px;
    }
    .pagination li span,
    .pagination li a{
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        margin: 1px;
    }

    .sort{
        font-size: 14px;
    }
    .sort li a{
        line-height: 18px;
        padding: .1rem .16rem;
    }
    
}
@media (max-width:400px) {

}