body {
    background-color: #f6f6f6;
    color: #081629;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;

}

* {
    margin: 0;
    padding: 0;
}

.bg-white{
    background: #fff;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

.clear{
    clear: both;
}
.inline-block{
    display: inline-block;
}
.text-center {
    text-align: center !important;
}
.text-right{
    text-align: right!important;
}
.pull-right{
    float: right;
}
.hide {
    display: none
}
.m-20{
    margin: 20px 0;
}
.m-30{
    margin: 30px 0;
}
.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.text-ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.header {
    line-height: 80px;
}

.header-logo {
    padding-left: 50px;
    display: inline-block
}

.header-logo img {
    vertical-align: middle;
    height: 50px;
}

.header-menu {
    display: inline-block;
    float: right;
}

.header-menu .menu-ul {
    display: inline-block
}

.header-menu ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}


.header-menu ul li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d1634;
}

.header-menu ul li a {
    color: #0d1634;
    font-weight: bold;
}


.header-lang-switch {
    display: inline-block;
    padding: 0 50px;

}

.menu-switch-bar {
    background: #081629;
    color: #fff;
    display: inline-block;
    width: 30px;
    line-height: 0px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 101;
    margin-left: 15px;
    cursor: pointer;
}

.menu-switch-bar span {
    padding: 5px;
    display: block
}

.menu-switch-bar i {
    display: block;
    height: 2px;
    background: #fff;
    margin: 3px 2px;
}

.module-nav-title {
    position: relative;
    text-align: center;
    height: 80px;
    line-height: 70px;
    font-size: 70px;
    margin: 25px 0;
    font-weight: 500;
}

.module-nav-title span {

    color: #e9e9ea;
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
    text-transform: uppercase;
}

.module-nav-title label {
    font-size: 34px;
    position: relative;
    z-index: 2;
}
.info-list{
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
.info-list-img{
    float: left;
    width: 180px;
}

.info-list-img img{
    width: 100%;
}
.info-list-text{

   margin-left: 180px;
    padding:20px 10px;
    text-align: center;
}
.info-list-text h2{font-size: 22px;font-weight: 500;margin-bottom: 15px}
.info-list-text{
    line-height: 24px;
}
.info-list-text  span{
    margin-top: 15px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
}
.footer-line{
    height: 50px;
    clear: both;
}
.footer {
    background: #0d1634;
    color: #fff;
    padding: 30px 0px 50px 0;

}

.footer-navmenu {
    overflow: hidden;
}


.footer-navmenu .footer-navmenu-item{
    margin-top: 20px;
}

.footer-navmenu .footer-navmenu-item p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;

}

.footer-navmenu .footer-navmenu-item a {
    color: #fff;
    margin: 8px 0;
    font-size: 13px;
    display: block;
    text-align: center;
}

.footer-links img {
    height: 20px;
    max-width: 100%!important;
}

.wechat_qrcode {
    text-align: center;
}

.wechat_qrcode p {
    color: transparent;
}

.wechat_qrcode img {
    width: 60%;
    margin-bottom: 6px;
}

.footer-copyright {
    margin-top: 30px;
    text-align: center;
    line-height: 2;
    font-size: 13px;
}
.banner{
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    overflow: hidden;

}
.banner img{
    opacity: 0;
    min-height: 200px;
}
.banner-text{
    position: absolute;
    width: 100%;
    top:20%;
    bottom: 0;
    z-index: 3;
    color: #fff;
}
.banner-text .container{

}
.banner-text h1{
    line-height: 1.8;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.banner-text p{
    font-size: 18px;
    margin: 20px 0 0px 0;
    line-height: 30px;
    text-transform:uppercase;
}

.banner-line{
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #fff;
}
.dark-line{
    background: #081629;
}

.step-list{
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.step-list-title{
    padding: 30px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0 30px;
}
.step-list-title strong{
    font-size: 55px;
    line-height: 20px;
    letter-spacing: 2px;
    display: inline-block;
    width: 30px;
    font-family: 'SourceHanSansSC Medium';
}
.step-list-title span{
    background: #fff;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 18px;
    top:8px
}
.step-list p{padding: 10px 30px;line-height: 1.6}
.step-list img{width: 100%}

.footer-news-event a:nth-last-child(-n + 2){
    display: inline-block!important;
    margin: 8px;
}

.article-content img{
    max-width: 100%!important;
    height: auto!important;
}

@media (min-width: 768px) {
    .step-list-p{
        min-height: 150px!important;
    }
}
@media (max-width: 768px) {
    body{
        padding-top: 70px;
    }
    .banner-text{
        top:20%!important;
    }
    .banner-text h1{
       font-size: 18px;
    }
    .banner-text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .header-outside{
        position: fixed;
        top: 0;
        z-index: 20;
        left: 0;
        width: 100%;
        padding: 0;

    }
    .header{
        height: 70px;
        line-height: 70px;
        background: #fff;
        padding: 0 10px;
        box-shadow: 0 0  10px 0 rgba(0,0,0,.2);
    }


    .header-logo img {
        height: 40px;
    }

    .module-nav-title {
        height: 40px;
        line-height: 24px;
        font-size: 40px;
    }

    .module-nav-title label {
        font-size: 24px;
        top: 5px
    }



    .m-t-40{
        margin-top: 20px!important;
    }
    .m-t-50{
        margin-top: 25px!important;
    }
    .no-margin{
        margin: 0!important;
    }
    .no-padding{
        padding: 0!important;
    }
    .layui-col-space30>* {
        padding: 8px 15px;
    }
}
.layui-col-sm20{
    width: 20%;
    float: left;
}
@media (max-width: 968px) {
    .header-menu .menu-ul {
        visibility: hidden;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 100;
        background: rgba(0,0,0,0);
        top:0px;
        bottom: 0;

    }
    .header-menu .menu-ul.on{visibility: visible}
    .header-menu .menu-ul ul{
        background: #0C0C0C;
        top: 70px;
        bottom: 0;
        width: 100%;
        left: 0;
        position: absolute;
        opacity: 0;
        transition: all 0.2s ease;
        transform: translateY(100px);
    }
    .header-menu .menu-ul :before {
        position: absolute;
        right: 18px;
        top: -8px;
        width: 0;
        height: 0;
        vertical-align: middle;
        content: " ";
        border-right: 8px solid transparent;
        border-bottom: 8px solid #0C0C0C;
        border-left: 8px solid transparent;
        z-index: 9999;
    }
    .header-menu .menu-ul.on ul{opacity: 1;  transform: translateY(0);}
    .header-menu .menu-ul a{
        color: #fff;
    }
    .header-menu .menu-ul li{
        display: block;
        width: 100%;
        line-height: 50px;
    }
    .header-menu .menu-ul.on{
        visibility: visible;
    }

    .header-logo, .header-lang-switch {
        padding: 0 0px;
    }
}
@media (max-width: 968px) {
    .header-logo img {
        height: 34px;
    }
    .menu-switch-bar{
        transform: scale(0.9);
        margin-left: 0;
    }
    .header-lang-switch{
        transform: scale(0.9);
    }
}<!--ºÄÊ±1753610529.2762Ãë-->