/* CSS Document */
.mc{ margin: 0 auto !important;}
#newBridge .icon-right-center,
#nb_icon_inner_wrap,
#nb_icon_wrap{
    display: none !important;
}
#mini-btn{
    display: none !important;
}

.pc {
    display: block;
}
.mob {
    display: none;
}
.wrap{
    width: 86%;
    max-width: 1550px;
    padding: 0 15px;
	margin: 0 auto;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    background-color: #FFFFFF;
    box-shadow: 0px -1px 0 #F2F2F2 inset;
    transition: all .3s;
    z-index: 11;
}
.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: 90px;
}
.logo a {
    display: block;
    transition: all .3s;
}
.logo img {
    height: 59px;
    transition: all .3s;
}
.logo-img-white{
    display: none;
}
.nav {
    float: right;
}
.navBox {
    margin: 0 auto;
    text-align: right;
}
.navList {
    list-style: none;
    margin: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}
.navList > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 70px;
}
.navList > li > a {
    position: relative;
    display: block;
    line-height: 90px;
    font-size: 18px;
    color: #333333;
    transition: all .3s;
}
.navList > li.dropdown > a::after{
    position: absolute;
    left: 100%;
    top: 0;
    content: "\f107";
    font-family:'FontAwesome';
    opacity: .8;
    font-size: 110%;
    width: 1em;
    padding-top: 1px;
}
.navList > li > a:hover,
.navList > li.cur > a,
.navList > li.active > a{
    color: var(--baseColor);
}
.navList > li > a:hover::before,
.navList > li.cur > a::before,
.navList > li.active > a::before{
    left: 0;
    right: auto;
    width: 100%;
}
.navSecond{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 50px 0;
    font-size: 16px;
    color: #999999;
    background-color: #FFFFFF;
    text-align: left;
    display: none;
    z-index: 10;
}
.navImg{
    float: left;
    width: 34.2%;
}
.navImg img{
    display: block;
    width: 100%;
    height: auto;
}
.navSub{
    float: right;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    max-width: 874px;
    overflow: hidden;
    margin: 0 auto;
}
.navSub li{
    width: 33.33%;
    padding: 5px 44px;
}
.navSub li a{
    position: relative;
    display: block;
    color: #333333;
    line-height: 70px;
    background: url(../images/nav-icon@2x.png) right center no-repeat;
    background-size: .2rem auto;
    transition: all .3s;
}
.navSub li a::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #064877;
    transition: all .3s;
}
.navSub li.active a,
.navSub li a:hover{
    color: #064877;
    background-image: url(../images/nav-icon-hover@2x.png);
}
.navSub li.active a::before,
.navSub li a:hover::before{
    left: 0;
    width: 100%;
}
.navSubOne{
    list-style: none;
    display: block;
}
.navSubOne li a{
    position: relative;
    display: block;
    max-width: 200px;
    font-size: 16px;
    color: #999999;
    line-height: 60px;
    background: url(../images/nav-icon@2x.png) right center no-repeat;
    background-size: .2rem auto;
    transition: all .3s;
}
.navSubOne li a::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #064877;
    transition: all .3s;
}
.navSubOne li a:hover{
    color: #064877;
    background-image: url(../images/nav-icon-hover@2x.png);
}
.navSubOne li.active a::before,
.navSubOne li a:hover::before{
    left: 0;
    width: 100%;
}
.navLangMob{
    display: none;
}
.navRig {
    position: relative;
    float: right;
    line-height: 90px;
    text-align: right;
    font-size: 0;
    margin-left: 64px;
    transition: all .3s;
}
.navRig li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
}
.navRig li + li{
    margin-left: .2rem;
}
.navRig a,
.navRig i,
.navRig span {
    display: inline-block;
    vertical-align: middle;
    color: var(--baseColor);
    line-height: 30px;
}
.navRig li.navLang > a{
    display: flex;
    color: #333333;
    align-items: center;
}
.navRig li.navLang .icon_lang{
    width: 18px;
    height: 18px;
    background: url(../images/icon-lang@2x.png) center center no-repeat;
    background-size: 18px auto;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.nav-dropdown{
    position: absolute;
    left: 23px;
    top: -1px;
    color: #999999;
    line-height: 28px;
    white-space: nowrap;
    display: none;
}
.navCon{
    background-color: #FFFFFF;
    text-align: center;
    overflow: hidden;
}
.navCon a{
    color: #999999;
    transition: all .3s;
}
.navCon a.active{
    color: #333333;
}
.navCon a:hover{
    color: var(--baseColor);
}
.navRig li.navBtn {
    cursor: pointer;
    display: none;
}
.navRig li.navBtn::before{
    display: none;
}
.navBtn span {
    width: 22px;
    height: 30px;
    margin: 0 15px;
    position: relative;
}
.navBtn span b {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--baseColor);
    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;
}

.mainBg{
    position: relative;
    min-height: 50vh;
    font-size: 14px;
    color: #333333;
    line-height: 2;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 1;
}
.grayBg{
    background-color: #FAFAFA;
}
.whiteBg{
    background-color: #FFFFFF;
}
.main{
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding: .3rem;
    min-height: 40vh;
    background-color: #FFFFFF;
}

.footBg{
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    background-color: #FFFFFF;
}
.footBg a{
    color: #999999;
}
.footBg a:hover{
    color: var(--baseColor);
}
.ftTop{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.ftNav{
    /* flex: auto; */
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    width: 60%;
    max-width: 860px;
    overflow: hidden;
}
.ftNav li{
    padding: 0 10px;
}
.ftNav li h3{
    margin-bottom: 10px;
}
.ftNav li h3 a {
    font-size: 18px;
    color: #333333;
    line-height: 2;
    transition: all .3s;
    pointer-events: none;
}
.ftCon p{
    margin: 5px 0;
}
.ftCon p a{
    color: #999999;
    transition: all .3s;
}
.ftCon p a.color-m{
    color: var(--baseColor);
}
.ftCon p a:hover {
    color: var(--baseColor);
}
.ftRight{
    width: 23%;
    max-width: 300px;
    min-width: 270px;
    margin-left: 5%;
    font-size: 14px;
    color: #484848;
}
.ftRight a{
    color: var(--baseColor);
}
.ftLogo{
    width: 50%;
    max-width: 176px;
    margin-bottom: .13rem;
}
.ftLogo img{
    max-width: 100%;
    height: auto;
}
.ftSlogan{
    max-width: 100%;
    height: auto;
    margin: .1rem 0 .2rem;
}
.ftSlogan img{
    max-width: 100%;
    height: auto;
}
.ftRigList{
    list-style: none;
}
.ftRigList *{
    user-select: text;
}
.ftRigList li{
    margin-top: .1rem;
}
.copyright{
    font-size: 12px;
    line-height: 22px;
    padding: .25rem 0;
    border-top: 1px solid rgba(51, 51, 51, .1);
    text-align: center;
}
.copyright a{
    color: #999999;
}

.banText{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #000000;
    text-align: center;
}
.banTit{
    font-size: 84px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 1vw 0;
    letter-spacing: 14px;
    text-shadow: 0px 2px 40px rgba(6, 119, 118, 0.12);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);    
}
.banEn{
    font-size: 32px;
    line-height: 1.6;
    font-weight: 100;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.banDes{
    font-size: 20px;
    line-height: 1.4;
    margin: 1vw 0;
    font-weight: bold;
}
.banBtn .banPrev,
.banBtn .banNext{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
    transition: all .3s;
}
.banBtn .banPrev{
    left: 3%;
    background-image: url(../images/prev@2x.png);
}
.banBtn .banNext{
    right: 3%;
    background-image: url(../images/next@2x.png);
}
.banBtn .banPrev:hover,
.banBtn .banNext:hover{
    background-color: var(--baseColor);
}

.boxTit{
    text-align: center;
    margin: .5rem 0;
}
.boxCn{
    font-size: 46px;
    color: #333333;
    line-height: 1.2;
    font-weight: normal;
}
.boxDes{
    display: block;
    font-size: 26px;
    color: #000000;
    opacity: .3;
    line-height: 1.5;
    margin: 15px auto;
}
.boxTit.white .boxCn,
.boxTit.white .boxDes{
    color: #FFFFFF;
}

.headerIn{
    position: sticky;
}
.banIn{
    position: relative;
    height: 640px;
    max-height: 33.33vw;
    overflow: hidden;
}
.banIn .inImg{
    height: 100%;
}
.banIn .inImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banIn .inText{
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    bottom: 20%;
    padding-top: 75px;
}
.banIn .inTit{
    font-size: 54px;
    color: var(--blueColor);
    line-height: 60px;
    font-weight: normal;
    margin-bottom: 30px;
}
.banIn .inTit span{
    font-size: 36px;
    color: var(--baseColor);
    margin-left: .4rem;
}
.banIn .inIco{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/banIco@2x.png) left center no-repeat;
    background-size: contain;
}
.banFull{
    height: 100vh;
    max-height: none;
}
.banFull .inImg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sortBg{
    margin-top: -105px;
}
.sortList{
    max-width: 70%;
}
.sortList a{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding: 0 .2rem;
    transition: all .3s;
}
.sortList a:hover{
    color: var(--baseColor);
}
.sortList .swiper-container{
    padding-bottom: 25px;
}
.sortList .swiper-scrollbar{
    left: 0;
    bottom: 0;
    width: 100%;
}
.sortList .swiper-scrollbar-drag{
    background-color: var(--baseColor);
}
.sortList .swiper-slide{
    width: auto;
    border-left: 1px solid #D8D8D8;
    margin-left: -1px;
}
.sortList .swiper-slide:first-child a{
    padding-left: 0  !important;
}
.sortList .swiper-slide:last-child a{
    padding-right: 0  !important;
}
.sortList .swiper-slide.active a{
    color: var(--baseColor);
    font-weight: bold;
}

.breadBg{
    padding: .15rem 0;
}
.breadNav{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.breadNav li a{
    color: #666666;
    transition: all .3s;
}
.breadNav li a:hover,
.breadNav li.current{
    color: var(--baseColor);
}
.breadNav li.current{
    flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadNav li + li::before{
    content: ">";
    color: #666666;
    padding: 0 5px;
}

.page{
    margin: .4rem 0;
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    min-width: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    transition: all .3s;
}
.page .prev,
.page .next{
    font-size: 18px;
}
.page a:hover,
.page .active{
    color: var(--baseColor);
    border-color: var(--baseColor);
}

.swiper-pagination{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: .3rem;
    z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: none;
    background-color: #000000;
    opacity: .2;
    margin: 0 .1rem;
    border-radius: 0;
    vertical-align: middle;
    transition: all .5s;
}
.swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: var(--baseColor);
    opacity: 1;
}

.pc{
    display: block;
}
.mobile{
    display: none;
}
.onLine{
    list-style: none;
    position: fixed;
    right: 1.56%;
    top: 50%;
    transform: translate(100%,-50%);
    padding: 5px;
    border-radius: 30px;
    background-color: #FFFFFF;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px .02rem .1rem rgba(40,170,170,0.3);
    transition: all .3s;
}
.onLine.show{
    opacity: 1;
    visibility: visible;
    transform: translate(0,-50%);
}
.onLine li{
    position: relative;
}
.onLine li + li{
    margin-top: 15px;
}
.onLine li:nth-child(3){
    z-index: 3;
}
.onLine li a{
    position: relative;
    display: block;
}
.onIcon{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: .7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    cursor: pointer;
    z-index: 2;
    transition: all .6s;
}
.onIcon1{
    background-image: url(../images/onIco1@2x.png);
}
.onIcon2{
    background-image: url(../images/onIco2@2x.png);
}
.onIcon3{
    background-image: url(../images/onIco3@2x.png);
    z-index: 3;
}
.onIcon4{
    background-image: url(../images/onIco4@2x.png);
}
.onText{
    position: absolute;
    right: 100%;
    top: 50%;
    padding-right: 15px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.onText p span{
    color: #064877;
}
.onCon{
    position: relative;
    background-color: #FFFFFF;
    line-height: 30px;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #222222;
    white-space: nowrap;
    filter: drop-shadow(0px 2px 10px rgba(40,170,170,0.2));
    text-align: center;
}
.onCon::after{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    border-left: 6px solid #FFFFFF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.onIcon3 + .onText{
    top: 0;
    line-height: 2;
    transform: translateY(0);
    z-index: 1;
}
.onIcon3 + .onText .onCon{
    padding: 10px;
}
.onIcon3 + .onText .onCon::after{
    top: 20px;
    transform: translateY(0);
}
.onIcon3 + .onText .onCon img{
    display: block;
    width: 120px;
    height: auto;
}
.onLine li.active .onIcon{
    opacity: 1;
    background-color: #F7F7F7;
}
.onLine li.active .onIcon::before{
    transform: scale(1);
}
.onLine li.active .onText{
    opacity: 1;
    visibility: visible;
}
#top{
    /* position: fixed;
    right: 1.56%;
    bottom: .4rem;
    top: 50%;
    transform: translateY(170%);
    padding: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(40,170,170,0.3);
    z-index: 5; */
    opacity: 0;
    visibility: visible;
    transition: all .3s;
}
#top:hover .onIcon{
    opacity: 1;
}
#top.show{
    opacity: 1;
    visibility: visible;
}
.botNav{
    list-style: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 50px;
    background-color: var(--baseColor);
    text-align: center;
    z-index: 5;
    display: none;
}
.botNav li{
    position: relative;
    flex: 1;
}
.botNav li + li::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background-color: #FFFFFF;
    opacity: .4;
}
.botNav li a{
    display: block;
    color: #FFFFFF;
}
.botNav li a img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
/* cookies */
#cookies{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 170, 170, 0.6);
    z-index: 10;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
    padding: .2rem .3rem;
    display: none;
}
#cookies .container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.cookText a{
    color: #FFFFFF;
    text-decoration: underline;    
}
.cookClose{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: .2rem;
    font-weight: bold;
    cursor: pointer;
}
.cookClose span{
    font-size: 150%;
    line-height: 1;
    margin-bottom: 5px;
    margin-left: 4px;
}

@media (max-width:1600px) {
    .logo{
        height: 80px;
    }
    .logo img{
        height: 48px;
    }
    .navList > li{
        margin-left: 3.65vw;
    }
    .navList > li > a{
        font-size: 16px;
        line-height: 80px;
    }
    .navSecond{
        font-size: 14px;
        padding: 2.6vw 0;
    }
    .navSub li{
        padding: 5px 2.08vw;
    }
    .navSub li a{
        line-height: 3.65vw;
        background-size: .18rem auto;
    }
    .navSubOne li a{
        font-size: 14px;
        line-height: 3.65vw;
        background-size: 0.18rem auto;
    }
    .navRig{
        line-height: 80px;
        margin-left: 3.33vw;
    }
    .navRig li{
        font-size: 16px;
    }
    .ftTop{
        padding: 4.16vw 0;
    }

    .banTit{
        font-size: 4.375vw;
        letter-spacing: .73vw;
    }
    .banEn{
        font-size: 1.68vw;
    }
    .banDes{
        font-size: 18px;
    }
    .banBtn .banPrev,
    .banBtn .banNext{
        width: 60px;
        height: 60px;
    }
    .boxTit{
        margin: 40px 0;
    }
    .boxCn{
        font-size: 36px;
    }
    .boxDes{
        font-size: 20px;
    }
    .banIn .inText{
        padding-top: 70px;
    }
    .banIn .inTit{
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 1.56vw;
    }
    .banIn .inTit span{
        font-size: 26px;
        margin-left: .3rem;
    }
    .banIn .inIco{
        width: 20px;
        height: 20px;
    }
    .sortList a{
        padding: 0 .15rem;
    }

    .onLine li + li{
        margin-top: 10px;
    }
    .onIcon{
        width: 40px;
        height: 40px;
        background-size: 50% auto;
    }
    .onCon{
        font-size: 14px;
        line-height: 2;
        padding: .1rem .2rem;
    }
    .onIcon3 + .onText .onCon::after{
        top: 16px;
    }
}
@media (max-width:1400px) {
    .boxCn{
        font-size: 28px;
    }
    .boxDes{
        font-size: 16px;
    }
    .banIn .inTit{
        font-size: 40px;
    }
    .banIn .inTit span{
        font-size: 24px;
    }
    #cookies{
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .ftCon{
        display: block !important;
    }
}
@media (max-width:1200px) {
    .wrap {
        width: 100%;
        max-width: 970px;
    }
    .header{
        background-color: var(--baseColor);
        box-shadow: none;
    }
    .header.nav-open{
        transform: none !important;
    }
    .header .wrap{
        max-width: 100%;
    }
    .logo {
        float: left;
        height: 64px;
    }
    .logo img {
        height: 30px;
    }
    .logo-img{
        display: none;
    }
    .logo-img-white{
        display: block;
    }
    .navRig {
        position: relative;
        float: right;
        line-height: 64px;
        margin: 0;
        margin-right: -15px;
        width: 52px;
        background-color: #064877;
        transition: all .5s;
        z-index: 3;
    }
    .navRig::before{
        display: block;
        content: "";
        position: absolute;
        right: 99%;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 64px solid #064877;
        border-left: 30px solid transparent;
    }
    .navRig li {
        position: static;
        margin-left: 0;
        font-size: 14px;
    }
    .navRig li + li{
        margin-left: 0;
    }
    .navRig li.navLang{
        display: none;
    }
    .navRig li.navLang > a{
        color: #FFFFFF;
        border-color: #FFFFFF;
    }
    .navRig li.navLang .icon_lang{
        background-image: url(../images/icon-down-white@2x.png);
    }
    .navRig li.navBtn {
        display: block;
    }
    .navBtn span b{
        background-color: #FFFFFF;
    }
    .navBox {
        position: fixed;
        right: 0;
        top: 64px;
        top: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 64px);
        height: 100vh;
        max-width: 216px;
        padding: 64px 0 0;
        z-index: 2;
        transform: translateX(100%);
        background-color: rgba(255, 255, 255, 0.9);
        background-color: #064877;
        background-image: url(../images/navBoxBg@2x.png);
        background-position: left bottom;
        background-size: 100% auto;
        background-repeat: no-repeat;
        transition: all .5s;
    }
    .navBox::before{
        display: block;
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 64px solid var(--baseColor);
        border-right: 32px solid transparent;
    }
    .navBox.nav-sub-open{
        overflow-y: hidden;
    }
    .nav-open .navBox{
        transform: translateX(0);
        max-width: 240px;
    }
    .navShade{
        display: block;
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none !important;
    }
    .navTop{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 60px;
        position: sticky;
        top: 0;
        background-color: #FFFFFF;
        z-index: 2;
    }
    .navTop span{
        display: block;
        width: 22px;
        height: 30px;
        background-size: 18px auto;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: .2rem;
        cursor: pointer;
    }
    .searchIcoBtn{
        background-image: url(../images/icon_search_mob.png);
    }
    .closeIcoBtn{
        background-image: url(../images/close_mob.png);
    }
    .navList {
        position: relative;
        text-align: left;
        display: block;
        margin: 0 auto;
        padding: .2rem .4rem;
        max-height: calc(100% - 10vh - 50px);
        /* overflow: hidden; */
        overflow-x: hidden;
        overflow-y: auto;
    }
    .navList > li {
        display: block;
        margin: 0;
        text-align: left;
        /* border-bottom: 1px dashed #EEEEEE; */
    }
     .navList > li:last-child{
         border-bottom: none;
     }
    .navList > li > a {
        height: auto;
        color: #FFFFFF;
        line-height: 50px;
        padding: 0 !important;
        padding-right: 20px !important;
    }
    .navList > li > a::before {
        display: none;
    }
    .navList > li.dropdown > a::after{
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(../images/icon-down-white-2@2x.png) right center no-repeat;
        background-size: contain;
        /* content: "\f105"; */
        /* font-size: 140%; */
        /* font-family: FontAwesome; */
        transition: all .3s;
    }
    .navList > li.cur > a::after{
        transform: rotate(-180deg);
    }
    .navList > li > a:hover,
    .navList > li.cur > a,
    .navList > li.active > a{
        /* color: #FFFFFF; */
        font-weight: bold;
    }
    .navSecond{
        position: static;
        left: 100%;
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
    .navSecond .wrap{
        padding-right: 0;
    }
    .navImg{
        display: none;
    }
    .navSub{
        float: none;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .navSub li{
        width: 100%;
        padding: 0;
    }
    .navSub li a{
        color: #FFFFFF;
        line-height: 2.6;
        background: none;
    }
    .navSub li a:hover{
        color: #FFFFFF;
    }
    .navSub li a::before{
        display: none;
    }
    .navSub li.active a,
    .navSub li a:hover{
        color: #FFFFFF;
        color: var(--baseColor);
    }
    .navSubOne{
        display: block;
        padding-left: 15px;
        margin-left: 0 !important;
    }
    .navSubOne li a{
        color: #FFFFFF;
        line-height: 2.6;
        background: none;
    }
    .navSubOne li a:hover{
        color: #FFFFFF;
    }
    .navSubOne li + li{
        padding-left: 0;
    }
    .navCon{
        padding: 0 .3rem;
    }
    .navCon > li > a:hover{
        background-color: transparent;
    }
    .navClose{
        display: block;
        font-size: 16px;
        line-height: 30px;
        padding: .2rem 0;
        margin-left: .3rem;
        padding-left: 18px;
        background: url(../images/back.png) left center no-repeat;
        background-size: 14px auto;
        z-index: 2;
        cursor: pointer;
    }
    .navSecond.fixed{
        left: 0;
    }
    .navLangMob{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10vh;
        display: block;
        color: #FFFFFF;
        opacity: .8;
        line-height: 30px;
        text-align: center;
    }
    .navLangMob a{
        color: #FFFFFF;
    }
    .navLangMob a.light{
        color: var(--baseColor);
    }

    .boxDes{
        font-size: 14px;
    }
    .banFull{
        height: 5.5rem;
    }
    .banFull .inImg{
        height: 5.5rem;
        top: 60px;
    }
    .banIn .inText{
        padding: 0;
        top: 60px;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .banIn .inTit{
        font-size: .36rem;
        line-height: .4rem;
        margin-bottom: .2rem;
    }
    .banIn .inTit span{
        font-size: .24rem;
        margin-left: .2rem;
    }
    .banIn .inIco{
        max-width: .3rem;
        max-height: .3rem;
    }
    .sortBg{
        padding: .1rem 0;
        margin-top: 0;
    }
    .sortBg + .breadBg{
        padding-top: 0;
    }
    .sortList{
        max-width: 100%;
    }
    .sortList .swiper-container{
        padding-bottom: 10px;
    }
    .breadBg{
        padding: .1rem 0;
    }
}

@media (max-width:991px) {
    .footBg{
        background-color: #222526;
    }
    .ftTop{
        display: block;
        padding: .5rem 0 .3rem;
    }
    .ftNav{
        display: none;
    }
    .ftNav li h3{
        margin-bottom: 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    }
    .ftNav li:last-child h3{
        border-bottom: none;
    }
    .ftNav li h3 a{
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 40px;
    }
    .ftNav li h3 a:hover{
        color: var(--baseColor);
    }
    .ftNav li.dropdown h3 a::after{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        content: "";
        width: 14px;
        height: 40px;
        background: url(../images/icon-down@2x.png) right center no-repeat;
        background-size: 16px auto;
        transition: all .3s;
    }
    .ftNav li.cur h3 a::after{
        transform: rotate(-180deg);
    }
    .ftCon{
        display: none;
        padding: .1rem;
        padding-left: .2rem;
        overflow: hidden;
    }
    .ftRight{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .ftLogo{
        width: 100%;
        max-width: 100%;
    }
    .ftLogo img{
        width: auto;
        height: .6rem;
    }
    .ftLogo img.pc{
        display: none;
    }
    .ftLogo img.mobile{
        display: block;
    }
    .ftSlogan img{
        width: auto;
        height: .3rem;
    }
    .ftSlogan img.pc{
        display: none;
    }
    .ftSlogan img.mobile{
        display: block;
    }
    .ftRight h4.mobile{
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        opacity: .5;
        font-weight: normal;
    }
    .ftRigList{
        color: #FFFFFF;
    }
    .ftRigList .color-m{
        color: #FFFFFF;
    }
    .ftRigList li{
        display: flex;
        flex-wrap: wrap;
    }
    .ftRigList li p::after{
        content: ":";
        margin-right: 5px;
        margin-left: 2px;
    }
    .copyright{
        color: #999999;
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        text-align: left;
    }

    .banTit{
        font-size: .44rem;
        letter-spacing: .1em;
        margin: .1rem 0;
    }
    .banEn{
        font-size: .2rem;
    }
    .banDes{
        font-size: 14px;
        margin: .1rem 0;
    }
    .banBtn .banPrev,
    .banBtn .banNext{
        width: 40px;
        height: 40px;
        max-width: .64rem;
        max-height: .64rem;
    }

    .swiper-pagination{
        bottom: .2rem;
    }
    .swiper-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        margin: 0 .06rem;
    }
    .swiper-pagination .swiper-pagination-bullet-active{
        width: 10px;
        height: 10px;
    }

}
@media (max-width:767px) {
    .header{
        position: sticky;
    }
    .footBg{
        padding-bottom: 45px;
    }
    .banText{
        top: 0;
    }
    .banTit{
        font-size: .55rem;
    }
    .banEn{
        font-size: .32rem;
    }
    .boxCn{
        font-size: 24px;
    }
    .boxDes{
        font-size: 14px;
    }
    .banIn{
        height: 3rem;
        max-height: none;
    }
    .banIn .inText{
        top: 0;
    }
    .onLine{
        padding: .05rem;
    }
    .onLine li + li{
        margin-top: 0;
    }
    .onAsk,
    .onTel{
        display: none;
    }
    .onIcon{
        width: 40px;
        height: 40px;
        background-size: 60% auto;
    }
    .onCon2{
        border-radius: 4px;
    }
    #top{
        /* bottom: auto;
        top: 50%;
        padding: .05rem;
        transform: translateY(70%); */
    }
    .botNav{
        display: flex;
    }
    #cookies .container{
        display: block;
    }
    .cookClose{
        justify-content: center;
    }

}

@media (max-width:640px) {
    .ftNav{
        flex-wrap: wrap;
    }
    .ftNav li{
        width: 100%;
    }
    .copyright{
        font-size: 12px;
    }
}
@media (max-width:460px) {
    .logo{
        height: 64px;
        overflow: hidden;
    }
    .logo img{
        height: 30px;
    }
    .navRig{
        line-height: 64px;
    }
    .navRig::before{
        border-bottom: 64px solid #064877;
        border-left: 32px solid transparent;
    }
    .navBox{
        padding-top: 64px;
    }
    .navBox::before{
        border-top-width: 64px;
        border-right-width: 32px;
    }
    .ftNav li h3 a{
        font-size: 15px;
    }
    .banFull .inImg{
        top: 50px;
    }
}

.common-enquire-btn{
    position: fixed;
    right: 16px;
    bottom: 16px;
    /* bottom:50px; */
    width: 82px;
    height: 82px;
    z-index: 99;
    cursor: pointer;
    pointer-events: none;
}
@media (max-width:767px) {
    .common-enquire-btn{
        width: 72px;
        height: 72px;
        bottom: 56px;
        right: 1.56%;
    }
}
/* if == mini */
.mini .header,
.mini .banIn,
.mini .sortBg,
.mini .breadBg,
.mini .botNav{ display: none !important;}
.mini .mainBg{ padding-top: .3rem !important;}
.mini .footBg{ padding-bottom: 0 !important;}
/* .mini .case-brief-bg{ padding-top: .3rem !important;} */
/* .mini .case-brief{ margin-top: 0 !important;} */


/* 微信分享 */
.popWxBg{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: none;
}
.popWx{
    position: fixed;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 200px;
    background-color: #FFFFFF;
    color: #666666;
    font-size: 16px;
    line-height: 2;
    padding: .2rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 21;
    text-align: center;
    display: none;
}
.popWxImg{
    width: 100%;
    height: auto;
}
.popWxImg canvas{
    width: 100% !important;
    height: 100% !important;
}

/* 在线咨询弹窗 */
.popBg{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: none;
}
.popAsk{
    position: fixed;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 320px;
    min-width: 290px;
    background-color: #FFFFFF;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    z-index: 21;
    text-align: center;
    overflow: hidden;
    display: none;
}
.popAskTop{
    position: relative;
    height: 204px;
    background: url(../images/ask/ask-bg@2x.png) center bottom #2D7CC1 no-repeat;
    background-size: cover;
    overflow: hidden;
}
.popAskClose{
    width: 12px;
    height: 12px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: auto;
    background: url(../images/ask/icon-close@2x.png) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.popAskTit{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
    font-family: Semibold;
    text-align: center;
}
.popAskLeft{
    position: relative;
    width: 122px;
    height: 145px;
    margin-left: 11.875%;
    margin-top: 5px;
    background: url(../images/ask/icon-bg@2x.png) center top no-repeat;
    background-size: cover;
}
.popAskLeft::before,
.popAskLeft::after{
    display: block;
    content: "";
    position: absolute;
}
.popAskLeft::before{
    left: -28px;
    bottom: 18px;
    width: 36px;
    height: 36px;
    background: url(../images/ask/icon-wechat@2x.png) center center no-repeat;
    background-size: cover;
}
.popAskLeft::after{
    top: 55px;
    right: -17px;
    width: 24px;
    height: 24px;
    background: url(../images/ask/icon-chat@2x.png) center center no-repeat;
    background-size: cover;
}
.popAskLeftTit{
    padding: 5px;
    overflow: hidden;
}
.popAskLeftTit h3{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    transform: scale(.67);
    text-align: center;
    overflow: hidden;
}
.popAskBack{
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/ask/icon-back@2x.png) center center no-repeat;
    background-size: cover;
}
.popAskUser{
    float: right;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/ask/icon-user@2x.png) center center no-repeat;
    background-size: cover;
}
.popAskLeftWx{
    width: 87px;
    height: 87px;
    margin: 0 auto;
    transform: translateX(-1px);
    margin-top: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.popAskLeftWx img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popAskRight{
    position: absolute;
    top: 66px;
    right: 16px;
    width: 124px;
    height: 60px;
    background: url(../images/ask/bubble-bg@2x.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 6px 14px;
    text-align: left;
}
.popAskBot{
    height: 172px;
    overflow: hidden;
}
.popAskTel{
    font-size: 12px;
    color: #333333;
    margin: 22px 0;
}
.popAskTel strong{
    font-size: 22px;
    color: #0F4C80;
    vertical-align: sub;
}
.popAskTel a,
.popAskTel strong a{
    color: #0F4C80;
}
.popAskBtn{
    display: block;
    width: 144px;
    height: 40px;
    background: linear-gradient(130deg, #1BADCC 0%, #49D4D4 100%);
    box-shadow: 0px 0px 5px 0px rgba(40,170,170,0.85);
    border-radius: 22px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    margin: 15px auto;
    transition: all .3s;
}
.popAskBtn:hover{
    background: linear-gradient(130deg, #49D4D4 0%, #1BADCC 100%);
}
.popAskBtn:focus{
    background: linear-gradient(130deg, #49D4D4 0%, #1BADCC 100%) rgba(0,0,0,0.1);
}
.noRequire{
    display: inline-block;
    color: #CCCCCC;
    line-height: 14px;
    line-height: 2;
    cursor: pointer;
    transition: all .3s;
}
.noRequire:hover{
    color: #666666;
}
@media (max-width: 460px) {
    .popAskLeft{
        margin-left: 7%;
    }
    .popAskLeft::before{
        left: -20px;
        width: 30px;
        height: 30px;
    }
}