/* CSS Document */
.mc{ margin: 0 auto !important;}
.wow {
    transition-delay: 0.3s;
}
.pc {
    display: block;
}
.mob {
    display: none;
}
.wrap{
	width: 90%;
    max-width: 1510px;
    padding: 0 15px;
	margin:0 auto;
}
.wrap1600{
    max-width: 1630px;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    padding: 0;
    z-index: 10;
    padding: 10px 0;
    background: transparent;
    box-shadow: none;
    transition: all .3s;
}
.header.no-show{
    transform: translateY(-100%);
}
.logo {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s;
    height: 112px;
}
.logo a {
    display: block;
    transition: all .3s;
}
.logo img {
    height: 72px;
    transition: all .3s;
}
.nav {
    float: right;
}
.navBox {
    margin: 0 auto;
    text-align: center;
}
.navList {
    list-style: none;
    margin: 0;
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}
.navList > li {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.8rem;
}
.navList > li:first-child{
    padding-left: 0;
}
.navList > li > a {
    position: relative;
    display: block;
    line-height: 112px;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-weight: bold;
    transition: all .3s;
}
.navList > li > a::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: .16rem;
    width: 0;
    height: 4px;
    background-color: #FFFFFF;
    transition: all .3s;
}
.navList > li:hover > a,
.navList > li.active > a{
    opacity: 1;
}
.navList > li:hover > a::before,
.navList > li.active > a::before{
    left: 0;
    width: 100%;
}
@media (min-width:1201px) {
    .navList > li:hover > .nav-dropdown{
        opacity: 1;
        visibility: visible;
        margin: 0;
        transition: all .3s linear;
    }
    .nav-dropdown-ul{
        display: none;
    }
}
.nav-dropdown{
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    background-color: #FFFFFF;
    padding: 0 .3rem;    
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05) inset;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}
.nav-dropdown-con{
    max-width: 1710px;
    margin: 0 auto;
}
.nav-dropdown-left{
    width: 35%;
    max-width: 600px;
    margin-right: 5%;
}
.nav-dropdown-title{
    color: #B3242C;
    line-height: 40px;
    margin: .2rem 0;
}
.nav-dropdown-img{
    margin: .2rem 0 .6rem;
}
.nav-dropdown-img img{
    width: 100%;
    height: auto;
}
.nav-dropdown-right{
    height: 460px;
    overflow: hidden;
}
.nav-dropdown-list{
    position: relative;
    list-style: none;
    width: 200px;
    max-width: 140%;
    max-width: 20%;
    height: 100%;
    padding-top: calc(40px + .4rem);
    border-right: 1px solid #E1E1E3;
}
.nav-dropdown-list li a{
    display: block;
    color: #222222;
    line-height: 30px;
    padding: 10px 10px 10px 20px;
    transition: all .3s;
}
.nav-dropdown-list > li > a{
    border-radius: 10px 0 0 10px;
}
.nav-dropdown-list li a img{
    max-width: 20px;
    height: auto;
    margin-right: 10px;
}
.nav-dropdown-list > li:hover > a{
    color: var(--baseColor);
    background-color: #F5F5F7;
}
@media (min-width:1201px) {
    .nav-dropdown-list li:hover > .nav-dropdown-ul{
        display: block;
    }
}
.nav-dropdown-list.one{
    width: 440px;
    border-right: 1px solid #E1E1E3;
}
.nav-dropdown-list.one > li > a{
    background-position: right 10px top 17px;
    background-repeat: no-repeat;
}
.nav-dropdown-list.one > li > a:hover{
    background-image: url(../img/navArrow.webp);
    background-position: right 14px top 17px;
}
.nav-dropdown-ul{
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 240px;
    height: 100%;
    background-color: #F5F5F7;
    padding: calc(40px + .4rem) 0 .2rem;
    display: none;
}
.nav-dropdown-ul li a{
    position: relative;
    padding-left: 50px;
    transition: all .3s;
}
.nav-dropdown-ul li a i{
    display: block;
    position: absolute;
    left: 30px;
    top: 15px;
    width: 2px;
    background-color: #FFFFFF;
    height: calc(100% - 30px);
    margin-left: -5px;
    width: 0;
    transition: all .3s;
}
.nav-dropdown-ul li a span{
    position: absolute;
    left: 35px;
    top: 22px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--baseColor);
}
.nav-dropdown-ul.two > li:hover > a{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.nav-dropdown-ul.two > li:hover > a i{
    width: 2px;
    margin: 0;
}
.nav-dropdown-ul.three{
    background-color: #FAFAFB;
}
.nav-dropdown-ul.three > li:hover > a{
    color: var(--baseColor);
    background-color: rgba(246, 173, 27, .1);
}
.nav-dropdown-ul.four{
    font-size: 16px;
    background-color: #FFFFFF;
}
.nav-dropdown-ul.four li a{
    color: #666666;
}
.nav-dropdown-ul.four li:hover a{
    color: var(--baseColor);
}



.navRig {
    position: relative;
    float: right;
    line-height: 112px;
    text-align: right;
    font-size: 0;
    margin-left: 2vw;
    transition: all .3s;
}
.navRig li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
}
.navRig li + li{
    margin-left: 2vw;
}
.navRig a,
.navRig i,
.navRig span {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 38px;
}
.navRig li.navLang{
    font-weight: bold;
}
.navRig li.navLang i {
    position: relative;
    display: inline;
    font-size: 120%;
    top: -2px;
    margin-right: 5px;
    cursor: pointer;
}
.navRig li.navLang a:hover,
.navRig li.navLang a:hover i{
    color: var(--baseColor);
}
.navRig li.navSearch i {
    font-size: 120%;
    cursor: pointer;
}
.navSearchBox{
    position: absolute;
    height: 40px;
    right: -10px;
    top: 50%;
    margin-top: -18px;
    width: 240px;
    width: 0;
    border-radius: 20px;
    background-color: var(--baseColor);
    overflow: hidden;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    z-index: 2;
}
.searchInput{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border: 0;
    padding: 0 40px 0 15px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
}
.searchInput::placeholder{
    color: #FFFFFF;
}
.searchInput:-moz-placeholder{
    color: #FFFFFF;
}
.searchInput::-moz-placeholder{
    color: #FFFFFF;
}
.searchInput:-ms-input-placeholder{
    color: #FFFFFF;
}
.searchBtn{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    right: -1px;
    top: -1px;
    color: #FFFFFF;
    background-color: transparent;
    text-align: center;
}
.searchBtn i{
    display: block;
    line-height: 40px;
    color: #FFFFFF !important;
}
@media (min-width:1201px) {
    .navSearchBox{
        display: block !important;
    }
    .navRig li:hover .navSearchBox{
        width: 240px;
    }
}
.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: #e4e4e4;
    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.whiteBg{ padding: 0; background-color: #FFFFFF; box-shadow: 0px 0px .2rem rgba(0,0,0,0.13);}
.header.whiteBg .navList > li > a{ color: #333333; text-shadow: none;}
.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;}
.header.whiteBg .navList > li > a::before{ background-color: var(--baseColor);}
.header.whiteBg .navBtn span b{ background-color: #333333;}


.header.bg{ background-color: #FFFFFF; box-shadow: 0px 0px .2rem rgba(0,0,0,0.13);}
.header.bg .navList > li > a{ color: #333333; text-shadow: none;}
.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.bg .navList > li > a::before{ background-color: var(--baseColor);}
.header.bg .navBtn span b{ background-color: #333333;}

.header.sticky{ position: sticky; padding: 0; background-color: #FFFFFF; box-shadow: 0px 0px .2rem rgba(0,0,0,0.13);}
.header.sticky .navList > li > a{ color: #333333; text-shadow: none;}
.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.sticky .navList > li > a::before{ background-color: var(--baseColor); bottom: 0;}
.header.sticky .navBtn span b{ background-color: #333333;}

@media (min-width:1601px) {
    .header.sticky .logo{ height: 100px;}
    .header.sticky .logo img{ height: 60px;}
    .header.sticky .navRig{ line-height: 100px;}
    .header.sticky .navList > li > a{ line-height: 100px;}
    .header.sticky .navList > li > a::before{ bottom: 0;}
}

.footBg{
    position: relative;
    background-color: #2B2B2B;
}
.footBg a{
    color: #FFFFFF;
    transition: all .3s;
}
.footBg a:hover{
    color: #FFFFFF;
}
.footTop{
    padding: .6rem 0;
    border-bottom: 1px solid #595959;
}
.footLogo{
    float: left;
}
.footLogo img{
    width: auto;
    max-height: .56rem;
}
.footShare{
    float: right;
    margin: 0 -.2rem;
}
.footShare li{
    position: relative;
    padding: 0 .2rem;
}
.footShare li a{
    display: block;
}
.shareIcon{
    display: block;
    width: 56px;
    height: 56px;
    max-width: .56rem;
    max-height: .56rem;
}
.shareIcon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shareImg{
    position: absolute;
    left: 50%;
    width: 140px;
    bottom: 100%;
    transform: translateX(-50%);
    margin: 0 auto 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.shareImg::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    margin-top: -1px;
}
.shareImg img{
    width: 100%;
    height: auto;
}
.footShare li a:hover .shareImg{
    opacity: 1;
    visibility: visible;
}

.footCen{
    padding: .6rem 0;
}
.footLeft{
    width: 68%;
}
.footRight{
    width: 30%;
    max-width: 410px;
}
.footTit{
    color: #FFFFFF;
    line-height: 1.2;
    margin: .2rem 0;
}
.footNav{
    margin-bottom: .6rem;
}
.footNav li{
    flex: auto;
}
.footNav li h3 a{
    color: #FFFFFF;
}
.footNav li h3 i{
    display: none;
}
.footCon{
    line-height: 1.6;
    margin: 0 -5px;
}
.footCon p{
    padding: 5px;
}
.footCon p a{
    color: rgba(255, 255, 255, 0.7);
}
.footInfo{
    margin: 0 -.2rem;
}
.footInfo li{
    padding: .2rem;
}
.footIcon{
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    max-width: .8rem;
    max-height: .8rem;
    background-color: #DEDEDE;
    border-radius: 50%;
    margin-right: .2rem;
}
.footIcon img{
    display: block;
    width: 100%;
    height: 100%;
}
.footText{
    flex: auto;
    line-height: 24px;
    overflow: hidden;
}
.footForm li{
    margin-top: .2rem;
}
.footInput{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px;
}
.footInput.layui-form-danger:focus{
    border-color:var(--baseColor) !important;
}
textarea.footInput{
    height: 80px;
    resize: none;
}
.footBtn{
    width: 180px;
    height: 50px;
    color: #FFFFFF;
    background: #0058CA;
    border: none;
    text-align: center;
    cursor: pointer;
}

.copyright{
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    padding: 20px 0;;
    text-align: center;
    letter-spacing: 1px;
    background-color: #000000;
}
.copyright a{
    color: rgba(255, 255, 255, 0.5);
}
.copyright a:hover{
    color: #FFFFFF;
}


.hmBox{
    padding-top: 112px;
}
.hmTit{
    position: relative;
}
.hmTitCn{
    line-height: 1.1;
    margin: .1rem 0;
}
.hmTitDes{
    line-height: 1.6;
    margin: .1rem 0;
}
.hmMore{
    display: inline-flex;
    align-items: center;
    transition: all .3s;
}
.hmMore i{
    display: block;
    width: 80px;
    max-width: .8rem;
    height: 1px;
    background: #222222;
    margin-right: .3rem;
    transform-origin: left center;
    transition: all .3s;
}
.hmMore:hover{
    color: var(--baseColor);
}
.hmMore:hover i{
    transform: scaleX(1.8);
    background-color: var(--baseColor);
}

.hmPrev,
.hmNext{
    display: block;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #444444;
    border: 2px solid #444444;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
}
.hmNext{
    margin-left: .28rem;
}
.hmPrev:hover,
.hmNext:hover{
    color: #FFFFFF;
    border-color: var(--baseColor);
    background-color: var(--baseColor);
}
.white .hmPrev,
.white .hmNext{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.white .hmPrev:not(.swiper-button-disabled):hover,
.white .hmNext:not(.swiper-button-disabled):hover{
    color: var(--baseColor);
    background-color: #FFFFFF;
}
.hmPrev.swiper-button-disabled,
.hmNext.swiper-button-disabled{
    opacity: .8;
    cursor: no-drop;
}
.white .hmPrev.swiper-button-disabled:hover,
.white .hmNext.swiper-button-disabled:hover{
    color: #FFFFFF;
    background-color: transparent;
}



.banIn{
    position: relative;
    height: 520px;
    max-height: 32vw;
}
.inImg{
    height: 100%;
}
.inImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inText{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.inTit{
    line-height: 1.2;
    font-weight: normal;
    margin: .1rem 0;
}
.inDes{
    max-width: 1000px;
    line-height: 1.6;
    margin: .1rem 0;
}

.sortList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: .3rem -.3rem;
}
.sortList li{
    position: relative;
    padding: 5px .3rem;
}
.sortList li + li::before{
    display: block;
    content: "";
    width: 2px;
    height: 18px;
    background-color: #000000;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.sortList li a{
    display: block;
    font-size: 18px;
    color: #000000;
    transition: all .3s;
}
.sortList li a:hover,
.sortList li.active a{
    color: var(--baseColor);
}

.mainBg{
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    background-color: #FFFFFF;
    z-index: 1;
    min-height: 50vh;
}
.grayBg{
    background-color: #F7F7F7;
}
.whiteBg{
    background-color: #FFFFFF;
}

.boxH2{
    line-height: 1.1;
    line-height: 1.45;
    margin-bottom: .15rem;
}
.boxLine{
    width: 80px;
    height: 12px;
    background: #F6AD1B;
    max-width: 1rem;
    max-height: .12rem;
}
.boxTit.text-center .boxLine{
    margin: 0 auto;
}

/* 页码 */
.page{
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    height: 32px;
    margin: 0 1px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    border-radius: 3px;
}
.page a:hover,
.page a.active{
    color: var(--baseColor)
}
.page span{
    border: none;
    background-color: transparent;
    font-weight: bold;
}
.page a.prev{
    font-size: 18px;
    border: none;
    background-color: transparent;
}
.page a.next{
    font-size: 18px;
    border: none;
    background-color: transparent;
}
.page a.prev:hover,
.page a.next:hover{
    color: var(--baseColor);
}
.page.text-right{
    text-align: right;
}

.editor{
    line-height: 1.8;
}
.editor img{
    max-width: 100% !important;
    height: auto !important;
}


.breadNav{
    list-style: none;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: right;
    margin-top: .3rem;
    margin-bottom: .1rem;
}
.breadNav li{
    display: inline-block;
    vertical-align: middle;
    max-width: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadNav li + li::before{
    float: left;
    display: block;
    content: ">";
    padding: 0 4px;
}
.breadNav li a{
    color: #333333;
}
.breadNav li a:hover{
    color: var(--baseColor);
}


/* 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;
}



@media (max-width:1600px) {
    .logo{
        height: 80px;
    }
    .logo img{
        height: 54px;
    }
    .navList > li > a{
        font-size: 16px;
        line-height: 80px;
    }
    .navRig{
        line-height: 80px;
    }
    .navRig li{
        font-size: 16px;
    }

    .hmTitEn{
        font-size: 7.4vw;
    }
    .hmBox{
        padding-top: 80px;
    }
    .sortList{
        margin: .3rem -.2rem;
    }
    .sortList li{
        padding: 5px .2rem;
    }
    .breadNav{
        line-height: 30px;
    }

}
@media (max-width:1400px) {

}
@media (min-width:1201px) {
    .navBox{
        display: block !important;
    }
}
@media (max-width:1200px) {
    .wrap {
        width: 100%;
        max-width: 970px;
    }
    .header{
        padding: 0;
    }
    .header .wrap{
        width: 100%;
        max-width: 100%;
        padding: 0 .3rem;
    }
    .logo {
        float: left;
        height: 60px;
    }
    .logo a{
        height: 30px;
    }
    .logo img {
        height: 100%;
    }
    .navRig {
        float: right;
        line-height: 60px;
        margin: 0;
    }
    .navRig li {
        position: static;
        margin-left: 0;
        font-size: 14px;
    }
    .navRig li + li{
        margin-left: 15px;
    }
    .navRig li.navBtn {
        display: inline-block;
    }
    .navSearchBox{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        padding: 10px;
        height: auto;
        margin-top: 0;
        border-radius: 0;
        transition: none;
    }
    .searchInput{
        background-color: rgba(255, 255, 255, 0.2);
    }
    .searchBtn{
        right: 10px;
        top: 10px;
    }
    .searchBtn i{
        font-size: 160% !important;
    }
    .navRig li.navSearch.m-open{
        padding: 0 10px;
        margin: 0 -10px;
        background-color: var(--baseColor);
    }
    .navRig li.navSearch.m-open > i{
        color: #FFFFFF !important;
    }
    .navRig li.navSearch.m-open > i::before{
        content: "\e659";
    }
    .navBox {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #FFFFFF;
        display: none;
    }
    .mini .navBox{
        top: 60px;
    }
    .navList {
        text-align: left;
        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;
        line-height: 46px;
        padding: 0 !important;
        padding-right: 46px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .navList>li>a::before {
        display: none;
    }
    .navList>li.dropdown>a::after {
        display: block;
        width: 46px;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 0;
        font-family: FontAwesome;
        text-align: center;
        transition: all .3s;
        font-size: 20px;
        font-weight: normal;
    }

    .navList>li.cur>a::after {
        transform: rotate(180deg);
    }
    .opened .navList{
        transform: scale(1);
    }
    .nav-dropdown{
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 0;
        padding: 0;
        transition: none;
        display: none;
        box-shadow: none;
    }
    .nav-dropdown-left{
        display: none;
    }
    .nav-dropdown-right{
        height: auto;
    }
    .nav-dropdown-list{
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
        border-right: none;
    }
    .nav-dropdown-list li a{
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0;
    }
    .nav-dropdown-list.one{
        width: 100%;
        border: none;
    }
    .nav-dropdown-list.one > li > a:hover,
    .nav-dropdown-list.one > li > a{
        background-position: right 10px top 12px;
    }
    .nav-dropdown-ul{
        position: static;
        width: 100% !important;
        max-width: 100%;
        padding: 10px;
    }
    .nav-dropdown-ul.four{
        font-size: 14px;
    }
    .nav-dropdown-ul li a{
        padding-left: 40px;
    }
    .nav-dropdown-ul li a span{
        display: none;
    }
    .nav-dropdown-list > li.m-open > a {
        color: var(--baseColor);
        background-color: #F5F5F7;
    }
    .nav-dropdown-ul.two > li.m-open > a {
        color: #FFFFFF;
        background-color: var(--baseColor);
    }
    .nav-dropdown-ul.two > li.m-open > a i {
        width: 2px;
        margin: 0;
    }
    .nav-dropdown-ul.three > li.m-open > a {
        color: var(--baseColor);
        background-color: rgba(246, 173, 27, .1);
    }
    .header.no-show{
        /* transform: none; */
    }

    .hmBox{
        padding: 0;
    }
    .footTop{
        padding: .3rem 0;
    }
    .footLogo img{
        height: 40px;
        max-height: .8rem;
    }
    .footShare{
        margin: 0 -.1rem;
    }
    .footShare li{
        padding: 0 .1rem;
    }
    .shareIcon{
        width: 40px;
        height: 40px;
        max-width: .8rem;
        max-height: .8rem;
    }
    .footCen{
        display: block;
        padding: .3rem 0;
    }
    .footLeft{
        float: none;
        width: 100%;
    }
    .footNav{
        display: block;
        margin-bottom: .3rem;
    }
    .footNav li{
        margin: 0 !important;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footNav li:last-child{
        border-bottom: none;
    }
    .footNav li h3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: .1rem 0;
        line-height: 30px;
    }
    .footNav li h3 i.show{
        display: block;
        width: 30px;
        line-height: 30px;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        transition: all .3s;
    }
    .footNav li h3.active i{
        transform: rotate(180deg);
    }
    .footCon{
        padding: 0 0 10px;
        display: none;
    }
    .footCon p{
        display: inline-block;
        vertical-align: middle;
    }
    .footNav li h3 i{
        font-size: 16px;
    }
    .footInfo li{
        flex: auto;
    }
    .footIcon{
        width: 60px;
        height: 60px;
    }
    .footRight{
        width: 100%;
        max-width: 100%;
        margin: .3rem 0;
    }
    .boxH2{
        margin-bottom: .2rem;
    }
    .boxLine{
        height: 6px;
        max-height: .08rem;
    }

    .hmTit{ animation: none !important;}
    
    .breadNav{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: .1rem;
    }
}

@media (max-width:991px) {
    .footInfo{
        flex-wrap: wrap;
        margin: .3rem 0;
    }
    .footInfo li{
        width: 100%;
        padding: .1rem 0;
    }
    .footInput{
        height: 44px;
        padding: 2px 10px;
    }
    .footBtn{
        height: 44px;
    }

}
@media (max-width:767px) {
    .banIn{
        max-height: 3rem;
    }
    .inDes{
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;;
    }
    .sortList li a{
        font-size: 16px;
    }
    .sortList li + li::before{
        height: 14px;
    }
}

@media (max-width:640px) {
    .shareIcon{
        width: 32px;
        height: 32px;
        margin-top: 4px;
    }
    .ftNav{
        flex-wrap: wrap;
    }
    .ftNav li{
        width: 100%;
    }
    .ftNav li h3{
        margin: 10px 0 0;
    }
    .footNav li h3 i{ font-size: 14px;}

    .ftTit{
        line-height: 1.2;
    }
    .ftCon{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .ftCon p{
        padding: 0 5px;
    }
    .copyright{
        font-size: 12px;
        padding: 10px 15px;
    }
    
    .hmPrev,
    .hmNext{ width: 36px; height: 36px; font-size: 16px; border-width: 1px;}
}
@media (max-width:460px) {
    .page{
        font-size: 0;
    }
    .page a,
    .page span{
        height: 26px;
        line-height: 24px;
        margin: 1px;
    }
    

    .sortList{
        margin: .2rem -.1rem;
    }
    .sortList li{
        padding: 2px .1rem;
    }
    .sortList li a{
        font-size: 14px;
    }
    .sortList li + li::before{
        width: 1px;
    }
}