*{
    margin: 0;
    padding: 0;
}
html {
    font-size: 100px;
}
body{
    font-family:"Arial, Helvetica, Tahoma, Verdana, Sans-Serif";
}
ul{
    list-style: inside;
}
.banner{
    font-size: 0;
}
.banner img{
    width: 100%;
    height: auto;
}
.swiper1,.swiper2{
    font-size: initial;
}
.swiper1 img{
    width: 100%;
}
.navbar-sm-brand{
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    height: 1rem;
    font-size: 0;
}
.navbar-sm{
    position: fixed;
    left:0;
    top:0;
    right:0;
    text-align: center;
    z-index: 80;
}
.navbar-sm-brand img{
    width: 2.4rem;
    height: auto;
    margin-left: .2rem;
}
.navbar-sm-left {
    color:#fff;
    font-size: .28rem;
    text-align: left;
    position: absolute;
    left:0;
    top:0;
    padding-left:.6rem;
}
.nav-back{
    border-left: solid .03rem #fff;
    border-top: solid .03rem #fff;
    display: block;
    width:.25rem;
    height:.25rem;
    transform: rotate(-45deg);
    position: absolute;
    left:0.23rem;
    top:0.38rem;
}
.navbar-sm-toggle .iconfont,.navbar-sm-toggle-close .iconfont{
    font-size: .5rem;
}
.navbar-sm-main{
    position: fixed;
    left:100%;
    top:0;
    right:0;
    bottom:0;
    z-index:100;
}
.navbar-sm-main.active{
    left:0;
}
.navbar-sm-main:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.navbar-sm-right{
    align-items: center;
    color:#fff;
    display: flex;
    font-size: 0;
    position: absolute;
    right:.2rem;
    top:.2rem;
}
.navbar-sm-toggle{
    font-size: initial;
}
.navbar-sm-content{
    background-color: #2E7AB5;
    position: absolute;
    left:100%;
    top:0;
    right:0;
    bottom:0;
    padding:0 .3rem;
    z-index: 11;
    transition: all 0.1s ease-in;
}
.navbar-sm-main.active .navbar-sm-content{
    left:1.8rem;
}

.navbar-sm-menu-item{
    border-bottom: solid .01rem rgba(255,255,255,.6);
    padding-left:.2rem;
    position: relative;
    z-index:99;
}
.navbar-sm-menu-item p,.navbar-sm-menu-item>a{
    color:#fff;
    display: flex;
    line-height:.9rem;
    font-size: .26rem;
    font-weight: 500;
    justify-content: space-between;
}
.navbar-sm-menu-item p a{
    font-weight: 800;
}
.navbar-sm-menu-item p span{
    font-size: .4rem;
    margin-right: .3rem;
    transition: all .2s;
}
.navbar-sm-menu-item  a{
    color:#fff;
    text-decoration: none;
}
.navbar-sm-menu-item>a{
    font-weight: 500;
}
.navbar-sm-menu-item ul{
    display: none;
    margin-left: .27rem;
}
.navbar-sm-menu-item.active ul{
    display: block;

}
.navbar-sm-menu-item.active p span{
    transform: rotate(45deg);
}
.navbar-sm-menu-item li{
    color: #fff;
    line-height:.76rem;
    font-size: .26rem;
    font-weight: 400;
}
.navbar-sm-main .navbar-sm-right{
    top:0.2rem;
    z-index: 999;
}
.swiper2 .swiper-slide{
    height:4.8rem;
    font-size: 0;
}
.swiper-slide{
    font-size: 0;
}
.swiper-pagination{
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgb(0, 0, 0, .3));
    bottom: 0 !important;
    line-height: .6rem;
}
.swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
}
.swiper-pagination-bullet-active{
    background-color: #123e7f !important;
}
.width_1200{
    width: 1200px;
}
.navbar-xs{
    align-items: center;
    margin-left: -600px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 50%;
    top:72px;
    z-index:99;
}
a.logo{
    display: block;
    width: 300px;
    height: 48px;
    font-size: 0;
}
ul.navbar-xs-menu{
    align-items: center;
    list-style: none;
    display: flex;
}
ul.navbar-xs-menu li{
    font-size: .16rem;
    margin:0 5px;
}
ul.navbar-xs-menu li.active a{
    color: #fff;
    background-image:linear-gradient(rgba(133,185,209,0.6), #065692)
}
ul.navbar-xs-menu li a{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 38px 20px 30px 20px;
    position: relative;
    text-decoration: none;
}
ul.navbar-xs-menu li a:hover{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 38px 20px 30px 20px;
    position: relative;
    text-decoration: none;
}
ul.navbar-xs-menu li.language{
    margin-left: .2rem;
}
ul.navbar-xs-menu li.language a{
    color:#fff;
    align-items: center;
    display: flex;
    text-decoration: none;
}
.language a:hover{
    color:#fff;
    text-decoration: none;
}
.language a:before{
    background: url("../images/icon-language.png") no-repeat center;
    background-size: contain;
    content: '';
    display: inline-block;
    width:.3rem;
    height: .3rem;
    margin-right: .1rem;
}
a.purchase{
    cursor: pointer;
}
.main-channel-label{
    font-size: 0;
    margin: .8rem 0 .4rem 0;
    text-align: center;
}
.main-channel-label-zh{
    font-weight: bold;
    font-size: .32rem;
    color: #065692;
    line-height: .48rem;
    font-style: normal;
}
.main-channel-label-en{
    font-weight: 400;
    font-size: .24rem;
    color: rgba(0,0,0,0.4);
    line-height: .36rem;
    font-style: normal;
    margin-top: .1rem;
}
.bottom-slogan{
    background: #F2FAFF;
    height: 285px;
    font-size:40px;
    text-align: center;
    padding-top: 115px;
}
.bottom-slogan img{
    height: 74px;
}
.bottom-slogan h3{
    color:#003F8C;
    font-size: 40px;
    padding-top: 40px;
}
.footer-container{
    background: #2E7AB5;
    height: 216px;
    padding-top: 100px;
}
.footer-content{
    align-items: flex-start;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-left{
    color: #fff;
    font-size: 16px;
}
.footer-left p{
    line-height: 50px;
}
.footer-left .menu a:first-child{
    margin-left: 0;
}
.footer-left .menu a{
    color:#fff;
    margin:0 8px;
    text-decoration: none;
}
.footer-left .menu a:hover{
    color:#fff;
    text-decoration: underline;
}
.weixin-mp{
    width: 180px;
}
.empty{
    background-color: #f5f5f5;
    line-height: 200px;
    font-size: 14px;
    text-align: center;
    color: #333;
}
.pagination-box{
    align-items: center;
    margin:0 auto 72px auto;
    display: flex;
    justify-content: center;
}
.icon-page-left{
    background:url("../images/icon-page-left.png") no-repeat center;
    display: inline-block;
    width: 40px;
    height: 8px;
    overflow: hidden;
    margin-right: .1rem;
}
.icon-page-right{
    background:url("../images/icon-page-right.png") no-repeat center;
    display: inline-block;
    width: 40px;
    height: 8px;
    overflow: hidden;
    margin-left: .1rem;
}
ul.pagination{
    list-style: none;
    display: flex;
}
.pagination-box li {
    margin-right: 0.1rem;
}
.pagination-box li:last-child {
    margin-right: 0;
}
.pagination-box li span{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: .4rem;
    color: #ffffff;
    background-color: #D9D9D9;
    font-size: .18rem;
    border-radius: 50%;
    transition: all .3s;
    text-align: center;
}
.pagination-box li.active span{
    background-color: #065692;
}
.pagination-box li span a{
    color:#fff;
    text-decoration: none;
}
.pagination-box li span a:hover{
    color:#fff;
    text-decoration: none;
}
.purchase-container{
    background-color: rgba(0,0,0,0.4);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    z-index:999
}
.purchase-box{
    width: 750px;
    background: #34ABE9;
    border-radius: 16px;
    position: relative;
}
.purchase-box .label{
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 74px;
    text-align: center;
}
.purchase-box .methods{
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    height: 210px;
    margin:0 5px 5px 5px;
    display: flex;
    justify-content: space-evenly;
}
.purchase-box .methods a img{
    height: 84px;
}
.purchase-box .methods a p{
    line-height: 30px;
    font-size:14px;
    text-align: center;
}
.purchase-box .methods a,.purchase-box .methods a:hover{
    color: #000000;
    text-decoration: none;
}
.purchase-box .icon-Close{
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    font-size:32px;
    color: #ffffff;
    right:-26px;
    top:-26px;
}
@media (max-width: 1199px) {
    .sm-hidden{
        display: none;
    }
    .width_1200{
        width: initial;
        margin-left: .32rem;
        margin-right: .32rem;
    }
    .language{
        align-items: center;
        display: flex;
        margin-right: .2rem;
    }
    .language:after{
        background-color: rgba(255,255,255,0.8);
        content: '';
        width: 1px;
        height: .4rem;
        margin-left: .2rem;
        overflow: hidden;
    }
    .language a{
        align-items: center;
        color:#fff;
        display: flex;
        font-size: .24rem;
        text-decoration: none;
    }
    .language a:before{
        height: .44rem;
        width: .44rem;
        background-size: 100% 100%;
    }
    .main-channel-label{
        margin: .64rem 0 .48rem 0;
    }
    .main-channel-label-en{
        font-size: .18rem;
        margin-top: 0;
        line-height: initial;
    }
    .empty{
        line-height: 2rem;
        font-size: .32rem;
    }
    .main-channel-label-zh{
        font-size: .36rem;
    }
    .main-channel-label-en{
        font-size: .28rem;
    }
    .pagination-box{
        margin: 0 auto .48rem auto;
    }
    .bottom-slogan{
        height: 2.16rem;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-slogan img{
        width:2.48rem;
        height: auto;
    }

    .bottom-slogan h3{
        font-size: .32rem;
        padding-top: 0;
    }
    .footer-container{
        height: auto;
        padding: .72rem 0;
    }
    .footer-content{
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 !important;
    }
    .weixin-mp{
        width: 2.16rem;
        margin-bottom: .32rem;
    }
    .footer-left{
        margin:0 0.32rem;
    }
    .footer-left p{
        font-size: .24rem;
        line-height: .48rem;
        text-align: center;
    }
    .footer-left p a,.footer-left p a:hover{
        color:#fff;
        text-decoration: none;
    }
    .purchase-box{
        margin:0 .32rem;
    }
    .purchase-box .label{
        line-height: .8rem;
        font-size: .32rem;
    }
    .purchase-box .methods a img{
        height: .6rem;
    }
    .purchase-box .methods{
        height: 2rem;
    }
    .purchase-box .icon-Close{
        width: .5rem;
        line-height: .5rem;
        height: .5rem;
        font-size: .4rem;
        right: -.26rem;
        top: -.5rem;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .xs-hidden{
        display: none;
    }
}