/* 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;
}
.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    color: #FFFFFF;
    background-color: #FFFFFF;
    transition: all .3s;
    z-index: 10;
}
.header.fixed{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.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: 100px;
}
.logo a {
    display: block;
    transition: all .3s;
}
.logo img {
    height: 60px;
    transition: all .3s;
}
.navBox {
    margin: 0 auto;
    padding-top: 20px;
    text-align: right;
}
.navList {
    position: relative;
    list-style: none;
    margin: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
}
.navList > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .8rem;
}
.navList > li > a {
    position: relative;
    display: block;
    line-height: 80px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
}
.navList > li > a:hover,
.navList > li.cur > a,
.navList > li.active > a{
    color: var(--baseColor);
    font-weight: bold;
}
.navSub{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    min-width: 100%;
    z-index: 2;
    padding-top: 10px;
    text-align: center;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.15));
    display: none;
}
.navSub::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    margin-left: -10px;
}
.navSub p{
    background-color: #FFFFFF;
}
.navSub p a{
    display: block;
    line-height: 24px;
    padding: 5px 15px;
    white-space: nowrap;
}
.navMob{
    display: none;
}
.navRig {
    position: relative;
    float: right;
    line-height: 80px;
    text-align: right;
    font-size: 0;
    color: #999999;
    padding-top: 20px;
    transition: all .3s;
}
.navRig li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}
.navRig li + li{
    margin-left: .2rem;
}
.navRig a,
.navRig i,
.navRig span {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    line-height: 30px;
}
.navLang{
    line-height: 30px;
}
.navLang > a > span{
    padding: 0 5px;
}
.navLang a.active,
.navLang a:hover{
    color: var(--baseColor);
}
.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: 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: 16px;
    color: #666666;
    line-height: 2;
    overflow: hidden;
    z-index: 1;
}
.grayBg{
    background-color: #F8F8F8;
}
.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: 16px;
    color: #FFFFFF;
    line-height: 1.8;
    background-color: #004A8F;
    background-size: cover;
}
.footBg a{
    color: #FFFFFF;
}
.footBg a:hover{
    text-decoration: underline;
}
.ftTop{
    padding: 50px 0 40px;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
}
.ftNav{
    list-style: none;
    flex: auto;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    overflow: hidden;
}
.ftNav li{
    padding: 0 10px;
}
.ftNav li:last-child{
    max-width: 312px;
}
.ftTit {
    position: relative;
    display: block;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 2;
    margin-bottom: 15px;
    transition: all .3s;
}
.ftTit::after{
    display: block;
    content: "";
    width: 50%;
    max-width: .6rem;
    height: 4px;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-bottom: .2rem;
}
.ftTit a:hover{
    text-decoration: none;
}
.ftCon p{
    color: rgba(255, 255, 255, 0.85);
    padding: .04rem 0;
}
.ftCon p a{
    color: rgba(255, 255, 255, 0.85);
}
.ftCon p a:hover{
    color: #FFFFFF;
}
.ftCon p span{
    float: left;
}
.ftCon p i{
    display: block;
    font-style: normal;
    overflow: hidden;
}
.ftRig{
    width: 380px;
}
.wxList {
    list-style: none;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.85);
}
.wxList li{
    width: 45%;
    max-width: 160px;
    text-align: center;
}
.wxList img {
    width: 100%;
    height: auto;
    margin: 0 0 6px;
}

.ftBot{
    padding: 10px 0;
    line-height: 20px;
    color: #858585;
    background-color: #FFFFFF;
    text-align: center;
}
.ftBot a{
    color: #858585;
    transition: all .3s;
}
.ftBot a:hover{
    color: var(--baseColor);
}

/* Ò³Âë */
.page{
    margin: 60px 0;
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.page a:hover,
.page a.active{
    color: var(--orgColor);
}
.page a.prev{
    font-size: 18px;
}
.page a.next{
    font-size: 18px;
}

.title .titCn{
    font-size: 48px;
    color: #233880;
    line-height: 1.4;
    font-weight: bold;
}
.title .titEn{
    font-size: 32px;
    color: #1772C7;
    line-height: 1.4;
}
.title_white .titCn,
.title_white .titEn{
    color: #FFFFFF;
}


.swiperBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 220px;
    margin: 0 auto;
}
.swiperBtn .prev,
.swiperBtn .next {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: 2px solid #FF9F18;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33% auto;
    transition: all .3s;
    cursor: pointer;
}
.swiperBtn .prev{
    background-image: url(/static/home/images/prev.png);
}
.swiperBtn .next{
    background-image: url(/static/home/images/next.png);
}
.swiperBtn .prev:not(.swiper-button-disabled):hover,
.swiperBtn .next:not(.swiper-button-disabled):hover{
    background-color: var(--orgColor);
}
.swiperBtn .prev:not(.swiper-button-disabled):hover{
    background-image: url(/static/home/images/prev_white.png);
}
.swiperBtn .next:not(.swiper-button-disabled):hover{
    background-image: url(/static/home/images/next_white.png);
}
.swiperBtn .prev.swiper-button-disabled,
.swiperBtn .next.swiper-button-disabled{
    cursor: no-drop;
}

.noBorder .prev,
.noBorder .next{
    border: none;
    width: 30px;
    height: 50px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.noBorder .prev{
    left: 0;
}
.noBorder .next{
    right: 0;
}
.noBorder .prev{
    background-image: url(/static/home/images/prev_gray.png);
}
.noBorder .next{
    background-image: url(/static/home/images/next_gray.png);
}
.noBorder .prev:not(.swiper-button-disabled):hover,
.noBorder .next:not(.swiper-button-disabled):hover{
    background-color: transparent;
}
.noBorder .prev:not(.swiper-button-disabled):hover{
    background-image: url(/static/home/images/prev.png);
}
.noBorder .next:not(.swiper-button-disabled):hover{
    background-image: url(/static/home/images/next.png);
}

.hmMore{
    text-align: center;
    margin-top: .6rem;
}
.hmMore a{
    font-size: 16px;
    color: #999999;
    line-height: 2;
    transition: all .3s;
}
.hmMore a span{
    padding: 0 .2rem;
}
.hmMore a:hover{
    color: var(--orgColor);
    font-weight: bold;
}
.hmMore_white a{
    color: #FFFFFF;
}

.banText{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    line-height: 1.8;
    text-align: center;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.35);
}
.banCon{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.banTit{
    font-size: 60px;
    line-height: 1.2;
}
.banDes{
    font-size: 24px;
    line-height: 1.6;
    min-height: 20vh;
}
.banBtn{
    position: relative;
    display: block;
    width: 170px;
    line-height: 46px;
    font-size: 18px;
    color: #FFFFFF;
    background: var(--orgColor);
    border-radius: 6px;
    opacity: 0.9;
    margin: .2rem auto;
    overflow: hidden;
}
.banBtn::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--baseColor);
    transition: all .3s;
    z-index: -1;
}
.banBtn:hover::before{
    width: 100%;
}
.banPrev,
.banNext{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    cursor: pointer;
}
.banPrev{
    left: .1rem;
    background-image: url(/static/home/images/prev.png);
}
.banNext{
    right: .1rem;
    background-image: url(/static/home/images/next.png);
}

.banIn{
    position: relative;
    height: 450px;
    background: linear-gradient(129deg, #1772C7 0%, #233880 100%);
}
.banIn .banDes{
    min-height: 0;
    margin-top: .1rem;
}
.inImg{
    height: 100%;
}
.sortList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: .4rem -.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: #FF9F18;
}
.breadNav{
    list-style: none;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.breadNav li{
    float: left;
    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;
}

.onLine{
    list-style: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.onLine li{
    position: relative;
    margin-bottom: 1px;
}
.onLine li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    color: #FFFFFF;
    background-color: #1772C7;
    border-radius: 6px;
    text-align: center;
}
.onLine li a p{
    margin-top: 5px;
}
.onIco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.onIco img{
    max-width: 100%;
    height: auto;
}
.onCon{
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #1772C7;
    margin-right: -.1rem;
    line-height: 80px;
    color: #FFFFFF;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all .3s;
}
.onCon img{
    max-width: 120px;
    height: auto;
    border: .1rem solid #1772C7;
}
.onCon p{
    font-size: 18px;
    padding: 0 .2rem;
    white-space: nowrap;
}
.onLine li a:hover .onIco{
    animation: swing 1s linear;
}
.onLine li a:hover + .onCon{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ÕÚÕÖ */
.maskBg{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: none;
}
.mask{
    display: block;
    width: 90%;
    max-width: 1200px;
    background: #FFFFFF;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-45%);
}
.maskCon{
    overflow: hidden;
}
.maskCon video{
    display: block;
    width: 100%;
    height: auto;
}
.close{
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 24px;
    height: 24px;
    background: url(/static/home/images/close.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-bottom: .2rem;
    transition: all .3s;
}
.close:hover{
    transform: rotate(180deg);
}

@media (max-width:1600px) {
    .logo{
        height: 80px;
    }
    .logo img{
        height: 50px;
    }
    .navList > li{
        margin-right: 4.16vw;
    }
    .navList > li > a{
        font-size: 16px;
        line-height: 60px;
    }
    .navRig{
        line-height: 60px;
    }
    .footBg{
        font-size: 14px;
    }
    .ftTit{
        font-size: 20px;
    }
    .ftTit::after{
        height: 2px;
    }
    .ftRig{
        width: 320px;
    }
    .title .titCn{
        font-size: 2.5vw;
    }
    .title .titEn{
        font-size: 1.67vw;
    }
    .swiperBtn{
        max-width: 140px;
    }
    .swiperBtn .prev,
    .swiperBtn .next{
        width: 44px;
        height: 44px;
    }
    .noBorder .prev,
    .noBorder .next{
        width: 28px;
        height: 46px;
    }

    .banTit{
        font-size: 3.125vw;
    }
    .banDes{
        font-size: 1.25vw;
        min-height: 7vw;
    }
    .banBtn{
        width: 150px;
        line-height: 42px;
        font-size: 16px;
    }
    .banIn{
        height: 400px;
    }
    .sortList{
        margin: .3rem -.2rem;
    }
    .sortList li{
        padding: 5px .2rem;
    }
    .breadNav{
        line-height: 30px;
    }
    .mainBg{
        font-size: 14px;
    }
    .onLine li a{
        width: 70px;
        height: 70px;
    }
    .onIco{
        width: 24px;
        height: 24px;
    }
    .onCon{
        line-height: 70px;
    }

}
@media (max-width:1400px) {
    .noBorder .prev,
    .noBorder .next{
        width: 22px;
        height: 36px;
    }
    .ftNav li:last-child{
        max-width: 260px;
    }
    .ftTit{
        font-size: 16px;
    }
    .ftRig{
        width: 240px;
    }
    .wxList li{
        width: 48%;
    }

}
@media (max-width:1200px){
    .wrap{
        width: 100%;
    }
    .logo{
        height: 60px;
    }
    .navRig {
        position: static;
        float: right;
        line-height: 60px;
        margin: 0;
        padding: 0;
    }
    .navRig li {
        margin-left: 0;
        font-size: 14px;
    }
    .navRig li.navBtn {
        display: inline-block;
    }
    .navBox {
        position: fixed;
        left: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        padding: 0 .3rem;
        overflow-y: auto;
        z-index: 2;
        background-color: #FFFFFF;
        box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        transform: translateY(.2rem);
    }
    .navBox.nav-sub-open{
        overflow-y: hidden;
    }
    .nav-open .navBox{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .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;
    }
    .navList {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: .2rem 0;
    }
    .navList > li {
        display: block;
        margin: 0;
        border-bottom: 1px dashed #EEEEEE;
    }
    .navList > li:last-child{
        border-bottom: none;
    }
    .navList > li > a {
        color: #333333;
        height: auto;
        line-height: 38px;
        padding: 0 !important;
        padding-right: 20px !important;
    }
    .navList > li > a:hover,
    .navList > li.cur > a,
    .navList > li.active > a{
        background-color: transparent;
    }
    .navMob{
        display: block;
    }
    .navList li.navLang{
        background-color: var(--baseColor);
    }
    .navList li.navLang a{
        width: 50%;
        color: #FFFFFF;
        padding: 0 .1rem !important;
        text-align: center;
    }
    .navClose{
        display: block;
        font-size: 16px;
        line-height: 30px;
        padding: .2rem 0;
        margin-left: .3rem;
        padding-left: 18px;
        background: url(/static/home/images/back.png) left center no-repeat;
        background-size: 14px auto;
        z-index: 2;
        cursor: pointer;
    }
    .navList .line{
        display: none;
    }

    /* footer */
    .ftTop{
        display: block;
        padding: .3rem 0;
        overflow: hidden;
    }
    .ftRig{
        display: block;
        width: 100%;
    }
    .ftNav{
        display: block;
        width: 100%;
        max-width: 100%;
        border: none;
        padding: .3rem 0;
    }
    .ftNav li{
        padding: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    }
    .ftTit{
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .ftTit::after{
        margin-bottom: .1rem;
        display: none;
    }
    .ftTit a{
        position: relative;
        display: block;
    }
    .ftTit a::before{
        display: block;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 0;
        font-family: FontAwesome;
        transition: all .3s;
    }
    .ftNav li.cur .ftTit a::before{
        transform: rotate(180deg);
    }
    .ftCon{
        padding-bottom: .1rem;
        margin: 0 -.1rem;
        overflow: hidden;
        display: none;
    }
    .ftCon p{
        display: inline-block;
        vertical-align: middle;
        padding: 0 .1rem;
        width: auto;
    }
    .ftNav li:last-child{
        max-width: 100%;
        border: none;
    }
    .ftNav li:last-child .ftCon{
        display: block !important;
        height: auto !important;
    }
    .ftNav li:last-child .ftCon p{
        display: block;
    }
    .wxList{
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: .3rem;
        justify-content: center;
    }
    .wxList li{
        padding: 0 .1rem;
    }
    .title .titCn{
        font-size: .32rem;
    }
    .title .titEn{
        font-size: .22rem;
    }

    .banIn{
        height: 3.6rem;
    }
    .banTit{
        font-size: .4rem;
        margin-bottom: 5px;
    }
    .banDes{
        font-size: .2rem;
    }
    .breadNav{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: .1rem;
    }

    .onLine li a{
        width: 50px;
        height: 50px;
    }
    .onIco{
        width: 20px;
        height: 20px;
    }
    .onCon{
        line-height: 50px;
    }
    .onLine li a p{
        display: none;
    }
    .onCon p{
        font-size: 16px;
    }

}
@media (max-width:767px) {
    .sortList li a{
        font-size: 16px;
    }
    .sortList li + li::before{
        height: 14px;
    }
}
@media (max-width:640px) {
    .swiperBtn{
        max-width: 100px;
    }
    .swiperBtn .prev,
    .swiperBtn .next{
        width: 38px;
        height: 38px;
    }
    .noBorder .prev,
    .noBorder .next{
        width: 15px;
        height: 24px;
    }
    .noBorder .prev{
        left: -10px;
    }
    .noBorder .next{
        right: -10px;
    }
    .hmMore a{
        font-size: 14px;
    }
    /* Ò³Âë */
    .page{
        margin: .3rem 0;
    }

    .banDes{
        min-height: 0;
    }
    .banBtn{
        display: none;
    }
}
@media (max-width:460px) {
    .logo{
        height: 50px;
        overflow: hidden;
    }
    .logo img{
        height: 34px;
    }
    .navRig{
        line-height: 50px;
    }
    .navRig li a + span{
        padding: 0 4px;
    }
    .navBox{
        top: 50px;
    }
    .ftTit{
        font-size: 15px;
    }
    /* Ò³Âë */
    .page{
        font-size: 0;
    }
    .page a,
    .page span{
        min-width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        margin: 1px;
    }

    .title .titCn{
        font-size: .4rem;
    }
    .title .titEn{
        font-size: .24rem;
    }
    .onLine li a{
        width: 40px;
        height: 40px;
    }
    .onIco{
        width: 18px;
        height: 18px;
    }
    .onCon{
        line-height: 40px;
    }
    .onCon img{
        max-width: 90px;
    }

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