:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #010207;
}

.home {
    width: 100%;
    overflow-x: hidden;
    color: #2c3e50;
}


/* banner */
.banner {
    position: relative;
    /*height: 858px;*/
    height: 700px;
    width: 100%;
}

.banner .con .btn img {
    margin-top: -2px;
    margin-right: 6px;
    vertical-align: middle;
}

.banner .con .bannerCon {
    font-size: 83px;
    font-family: 'Montserrat-Bold';
    font-weight: 800;
    color: #FFFFFF;
    line-height: 111px;
}
.banner .con .logoImage4{
    margin-top: 100px;
}

.banner .con .logoImage4 img {
    width: 385px;
    height: 100px;
}

.banner .con .subTitle {
    font-size: 28px;
    font-family: 'Montserrat-ExtraBold';
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1px;
    text-shadow: 1px 4px 0px rgba(5, 10, 27, 0.83);
    margin-top: 33px;
}

.banner .con .btn {
    margin: 0 auto;
    margin-top: 70px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    width: 109px;
    height: 36px;
    background: linear-gradient(270deg, #895FEB 0%, #3AC8EA 100%);
}

/*exchange  pc */
.exchange {
    margin: 50px 0 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.exchange .item{
    position: relative;
    width: 70%;
    height: 500px;
    background: url(./images/exchange.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.exchange .item .item-text{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    width: 70%;
    text-align: center;
    padding-top: 70px;
}

.exchange .item .go-btn{
    width: 266px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(90deg, #3BC7EA 0%, #8663EB 100%);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 70px;
    cursor: pointer;

}


/* about */
.about {
    position: relative;
    width: 100%;
}

/* WHITEPAPER */
.whitePaper .con .bannerCon {
    font-size: 45px;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.whitePaper .con .btn {
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    height: 41px;
    padding: 0 15px;
    background: linear-gradient(270deg, #895FEB 0%, #3AC8EA 100%);
}

.whitePaper .con .btn img {
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -2px;
}

/* Web */
.Web {
    margin-top: 150px;
    margin: 0 auto;
}

.Web .name {
    margin-top: 50px;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

.Web .title {
    font-size: 60px;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-transform: uppercase;
}

.Web .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.Web .list .item .itemCon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: red;
}

.Web .list .item .itemCon:nth-child(1) {
    background: url(./images/web-04.992afbe0.png) no-repeat center center;
    background-size: 100% 100%;


}


.Web .list .item .content {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

.Web .list .item .itemName {
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-transform: uppercase;
}

.Web .list .item .itemName img {
    width: 60px;
    height: 66px;
}

.Web .list .item .itemName .gpt {
    width: 60px;
    height: 60px;
}
/* vision */
.vision {
    margin: 0 auto;
    position: relative;
}

.vision .left img {
    position: absolute;
}

.vision .one {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 100px;
}

.vision .two {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 100px;
}

.vision .three {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 100px;
}

.vision .four {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 100px;
}

.vision .con {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.vision .con .title {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.vision .con .bannerCon {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

/* vecent */
.vecent {
    margin: 0 auto;
}

.vecent .con {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vecent .con img {
    width: 335px;
    height: 338px;
}

/* MAP */
.MAP {
    margin: 0 auto;
}

.MAP .title {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.MAP .con {
    margin: 0 auto;
    background: url(./images/map01.ebef53d8.png) no-repeat center center;
    background-size: cover;
}

/* partners */
.partners {
    margin: 0 auto;
}

.partners .title {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

/* bottom */
.bottom .con {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottom .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bottom .right a {
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}


/* copyright */
.copyright {
    height: 68px;
    background: #333333;
    opacity: 0.6;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    line-height: 68px;
    text-align: center;
}

/* video */
.video-out {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 350px;
    transform: translate(-50%,-50%);
}

.video-out .videoClose {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    background: #277BC1;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.video-box {
    width: 600px;
    height: 350px;
}

/* pc */
@media screen and (min-width: 769px) {
    /* nav */
    .h5-nav {
        display: none;
    }

    nav {
        height: 60px;
        line-height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: #010207;

    }

    nav.status {
        background: #010207;
    }

    nav .con {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
    }

    nav .con .logo img {
        width: 106px;
        margin-top: 9px;
    }

    nav .con .list {
        line-height: 60px;
        height: 60px;
        display: flex;
        flex-direction: row;
        margin-left: 20px;
    }

    nav .con .list div {
        padding: 0 29px;
        font-size: 14px;
        color: #aa9f9f;
        cursor: pointer;
    }

    nav .con .list div.current a {
        color: #fff;
    }

    nav .con .list div a {
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-family: 'Poppins';
        text-transform: uppercase;
    }

    nav .con .list .language {
        margin-top: 5px;
    }


    /* banner */
    .h5-banner {
        display: none;
    }

    .banner .banner.pc-banner {
        width: 1920px;
        /*height: 858px;*/
        height: 700px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .banner .con {
        position: absolute;
        width: 920px;
        left: 50%;
        top: 0;
        height: 717px;
        margin-left: -460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(./images/banner-01.0b74c9fb.png) no-repeat center center;
        text-align: center;
    }
    .banner .con .download-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    .banner .con .download-wrap .download{
        margin: 0 20px;
        position: relative;

    }
    .download-wrap .download .img-btn{
        width: 257px;
        height: 50px;
        cursor: pointer;
        border: 1px solid #858A94;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        /*background: red;*/


    }
    .download .img-btn .download-image{
        width: 30px;
        height: 30px;
        margin-right: 8px;

    }
    .download .img-btn .chrome-img{
        width: 24px;
        height: 24px;
        margin-right: 8px;

    }
    .banner .con .download-wrap .download-img{
        width: 150px;
        height: auto;
        margin: 20px auto 0;
        cursor: pointer;
    }

    .banner .con .download-wrap .qrcode{
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, 10px);
        padding: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        display: none;
        width: 120px;
        height: 120px;
        background: #fff;
        border-radius: 10px;

    }
    .banner .con .download-wrap .download-img:hover + .qrcode {
        display: block;
    }

    /* about */
    .about .con {
        width: 1074px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: center;
        align-items: center;
    }

    .about .con .left img {
        width: 488px;
        height: 544px;
    }

    .about .con .bannerCon {
        font-size: 60px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 60px;
        text-transform: uppercase;
    }

    .about .con .subTitle {
        font-size: 18px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 27px;
        margin-top: 45px;
    }

    .about .con .subTitle p {
        margin-bottom: 20px;
    }

    /* whitePaper */
    .whitePaper .con {
        width: 600px;
        height: 600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: center;
        align-items: center;
        background: url(./images/whitepaper.dde4d389.png) no-repeat center center;
    }

    /* Web */
    .Web {
        width: 1074px;
    }

    .Web .list .item {
        flex: 0 0 50%;
        margin-bottom: 45px;
        margin-top: 50px;
    }

    .Web .list .item .itemCon {
        width: 454px;
        min-height: 202px;
        padding: 30px;
    }

    .Web .list .item .itemCon:nth-child(1) {
        margin-right: 23px;
    }

    /* vision */
    .vision {
        width: 1074px;
        height: 682px;
        margin-top: 150px;
        margin-bottom: 200px;
    }

    .vision .left img {
        right: -40px;
        top: 100px;
        width: 611px;
        height: 545px;
    }

    .vision .con {
        height: 682px;
        width: 611px;
    }

    .vision .con .title {
        font-size: 60px;
        line-height: 60px;
    }

    .vision .con .bannerCon {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        margin-top: 50px;
    }

    /* vecent */
    .vecent {
        width: 1074px;
    }

    .vecent .title {
        font-size: 60px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }

    /* MAP */
    .MAP {
        width: 1530px;
        margin-top: 200px;
    }

    .MAP .title {
        font-size: 60px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }

    .MAP .con {
        width: 1530px;
        height: 1193px;
    }

    .MAP .con img {
        margin-left: 507px;
        margin-top: 100px;
    }

    /* partners */
    .partners {
        width: 100%;
        padding: 0 60px;
        box-sizing: border-box;
        margin-top: -150px;
    }

    .partners .title {
        font-size: 60px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }

    .partners .con {
        margin-top: 70px;
    }

    .partners .con img {
        margin-bottom: 15px;
        margin-right: 10px;
    }
    .partners .con .image1 {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .partners .cooperate{
        /*background: red;*/

        /*display: flex;*/
        /*!*align-items: center;*!*/
        /*justify-content: space-between;*/
        /*flex-wrap: wrap;*/
        display: none;
    }

    .partners .bottom-image{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    .partners .bottom-image img{
        width: auto;
    }

    .partners .msb{
        color: #fff;
        text-align: center;
        margin-top: 60px;
        font-size: 30px;
    }
    .partners .msb .text{
       border-bottom: solid #fff 1px;
        cursor: pointer;
    }

    /* bottom */
    .bottom {
        height: 214px;
    }

    .bottom .con {
        width: 1200px;
        height: 214px;
    }

    .bottom .middle img {
        width: 150px;
        margin-right: 250px;
    }

    .bottom .right {
        width: 400px;
    }

    .bottom .right a {
        margin-left: 20px;
        width: 100px;
        line-height: 35px;
        height: 35px;
        font-size: 18px;
        font-weight: 400;
    }

}


/* h5 */
@media screen and (max-width: 768px) {
    .partners .con {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    /* nav */
    .pc-nav {
        display: none;
    }

    nav {
        height: 55px;
        box-shadow: 0px 0px 36px 4px rgba(181, 186, 196, 0.17);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
        line-height: 55px;
        background: #010207;
    }

    .page-left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .page-left .logo {
        margin-left: 20px;
        font-size: 60px;
        margin-top: -10px;
        margin-right: auto;
    }

    .page-left .logo img {
        width: 70px;
    }

    .page-left .menu .icon {
        width: 50px;
        height: 20px;
        margin-right: 15px;
        fill: #fff;
    }

    .svg-icon {
        width: 1.2em;
        height: 1.2em;
        vertical-align: middle;
        fill: currentColor;
        overflow: hidden;
    }

    .page-left .menu .close {
        width: 26px;
        height: 30px;
        margin-right: 25px;
        fill: #fff;
        color: #fff;
        font-size: 24px;
    }

    .page-left .list {
        line-height: 55px;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 55px;
        background: #fff;
        width: 100%;
        height: calc(100vh - 55px);
        box-shadow: 0px 0px 36px 4px rgba(181, 186, 196, 0.17);
    }

    .page-left .list .item {
        font-size: 26px;
        color: #000;
        cursor: pointer;
        line-height: 30px;
        height: 30px;
        font-weight: 400;
        margin-left: 20px;
        margin-top: 40px;
        font-family: "Manrope,sans-serif";
    }

    .page-left .list .item a {
        color: #000;
        text-decoration: none;
    }

    .page-left .list .language {
        margin-left: 20px;
        margin-top: 30px;
    }

    /* banner */
    .banner {
        width: 100%;
        height: auto;
        position: relative;
    }

    .pc-banner {
        display: none;
    }

    .banner .banner.h5-banner {
        width: 100%;
        display: block;
        left: 0;
        top: 0;
    }

    .banner .con {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 300px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        bottom: 100px;
        left: 50%;
        margin-left: -146px;
        background: none;
    }
    .banner .con .download-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        flex-direction: column;
        /*background: red;*/

    }

    .banner .con .download-wrap .download{
        margin: 0 20px 20px;

    }

    .banner .con .download-wrap .download .img-btn{
        margin: 0 20px;
        width: 257px;
        height: 50px;
        border: 1px solid #858A94;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;

    }

    .download .img-btn .download-image{
        width: 30px;
        height: 30px;
        margin-right: 8px;

    }

    .download .img-btn .chrome-img{
        width: 24px;
        height: 24px;
        margin-right: 8px;

    }

    .banner .con .download-wrap .download-img{
        width: 120px;
        height: auto;
        margin: 20px auto 0;
    }

    .banner .con .download-wrap .qrcode{
        display: none;
    }


    .banner .con .bannerCon {
        font-size: 49px;
        font-family: 'Montserrat-Bold';
        font-weight: 800;
        color: #FFFFFF;
        line-height: 43px;
    }

    .banner .con .logoImage4{
        margin-top: 100px;
    }

    .banner .con .logoImage4 img {
        width: 100px;
        height: auto;
    }

    .banner .con .subTitle {
        font-size: 14px;
        font-family: 'Montserrat-ExtraBold';
        font-weight: 500;
        color: #FFFFFF;
        text-shadow: 1px 4px 0px rgba(5, 10, 27, 0.83);
        margin-top: 20px;
    }

    .banner .con .btn {
        margin: 0 auto;
        margin-top: 30px;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        line-height: 36px;
        font-size: 16px;
        font-family: 'Montserrat-Regular';
        width: 109px;
        height: 36px;
        background: linear-gradient(270deg, #895FEB 0%, #3AC8EA 100%);
    }

    /*exchange  h5 */
    .exchange {
        /*margin: 50px 0 70px;*/
        margin: 0 0 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;


    }
    .exchange .item{
        position: relative;
        width: 90%;
        height: 160px;
        background: url(./images/exchange.png) no-repeat center center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .exchange .item .item-text{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        width: 70%;
        text-align: center;
        padding-top: 20px;
    }

    .exchange .item .go-btn{
        width: 150px;
        height: 40px;
        border-radius: 10px;
        background: linear-gradient(90deg, #3BC7EA 0%, #8663EB 100%);
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
        margin-bottom: 20px;
        cursor: pointer;

    }

    /* About */
    .about .con {
        margin: 0 20px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        justify-content: center;
        align-items: center;
    }

    .about .con .bannerCon {
        font-size: 30px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 60px;
        text-transform: uppercase;
    }

    .about .con .subTitle {
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 20px;
    }

    .about .con .subTitle p {
        margin-bottom: 10px;
    }

    .about .con .left {
        margin-top: -60px;
    }

    .about .con .left img {
        width: 100%;
        transform: rotateZ(105deg) scale(0.75);
    }

    /* WHITEPAPER */
    .whitePaper .con {
        margin: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: center;
        align-items: center;
        background: url(./images/whitepaper.dde4d389.png) no-repeat center center;
        background-size: 100%;
        height: 300px;
    }

    .whitePaper .con .bannerCon {
        font-size: 28px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        width: 200px;
    }

    .whitePaper .con .btn {
        margin: 0 auto;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        text-align: center;
        line-height: 21px;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        height: 21px;
        padding: 0 15px;
        background: linear-gradient(270deg, #895FEB 0%, #3AC8EA 100%);
    }

    .whitePaper .con .btn img {
        vertical-align: middle;
        margin-left: 6px;
        margin-top: -2px;
        width: 15px;
    }

    /* Web */
    .Web {
        margin: 0 20px;
    }

    .Web .title {
        font-size: 30px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .Web .name {
        margin-top: 20px;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
    }

    .Web .list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .Web .list .item {
        margin-bottom: 22px;
    }

    .Web .list .item .itemCon {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 130px;
        padding: 22px 13px;
    }

    .Web .list .item .itemCon:nth-child(1) {
        /*background: url(./images/web-04.992afbe0.png) no-repeat center center;*/
        /*background-size: 100%;*/
    }

    .Web .list .item .content {
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
    }

    .Web .list .item .itemName {
        font-size: 14px;
        font-family: 'Montserrat-Regular';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        text-transform: uppercase;
    }

    .Web .list .item .itemName img {
        width: 30px;
        height: 36px;
    }

    .Web .list .item .itemName .gpt {
        width: 30px;
        height: 30px;
    }

    /* vision */
    .vision {
        margin: 0 20px;
        position: relative;
        margin-top: 50px;
    }

    .vision .con {
        width: 100%;
        flex-direction: column;
    }

    .vision .con .title {
        font-size: 30px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-top: 50px;
    }

    .vision .con .bannerCon {
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        margin-top: 20px;
    }

    .vision .left {
        margin-top: -40px;
    }

    .vision .left img {
        width: 100%;
        position: relative;
    }

    /* vecent */
    .vecent {
        margin: 0 20px;
        margin-top: 50px;
    }

    .vecent .title {
        font-size: 30px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 135px;
    }

    .vecent .con {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .vecent .con img {
        width: 100%;
        height: auto;
    }

    /* MAP */
    .MAP {
        margin: 0 auto;
        margin-top: 60px;
    }

    .MAP .title {
        font-size: 30px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
    }

    .MAP .con {
        width: 100%;
        background: url(./images/map01.ebef53d8.png) no-repeat center center;
        background-size: cover;
        height: 600px;
        position: relative;
    }

    .MAP .con img {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -147px;
        top: 50px;
    }

    /* partners */
    .partners {
        margin: 0 20px;
        margin-top: -50px;
    }

    .partners .bottom-image{
        display: none;
    }

    .partners .title {
        font-size: 30px;
        font-family: 'Montserrat-Bold';
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
    }

    .partners .con {
        margin-top: 30px;
    }

    .partners .con img {
        margin-bottom: 12px;
        margin-right: 12px;
        height: 43px;
    }

    /* video */
    .video-out {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 300px;
        height: 180px;
        /*margin: -90px 0 0 -150px;*/
        transform: translate(-50%,-50%);

    }

    .video-out .videoClose {
        position: absolute;
        right: 0;
        top: -30px;
        width: 30px;
        height: 30px;
        background: #277BC1;
        border-radius: 100%;
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

    .video-box {
        width: 300px;
        height: 180px;
    }

    .partners .msb{
        color: #fff;
        text-align: center;
        margin-top: 30px;
        font-size: 20px;
    }
    .partners .msb .text{
        border-bottom: solid #fff 1px;
    }

    /* bottom */
    .bottom {
        margin: 30px 0;
    }

    .bottom .con {
        margin: 0 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .bottom .middle img {
        width: 100px;
    }

    .bottom .right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bottom .right a {
        text-decoration: none;
        margin-left: 20px;
        line-height: 25px;
        height: 35px;
        width: 50px;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    /* copyright */
    .copyright {
        height: 34px;
        background: #333333;
        opacity: 0.6;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 21px;
        line-height: 34px;
        text-align: center;
    }

    .page-left .menu-off,
    .page-left .menu-list,
    .page-left .menu-topBg {
        display: none;
    }

    .menu-list .list-wrap{
        background: #010207;
        color: #fff;
        height: 100%;
    }
    .menu-list .list-wrap .item a{
        color: #fff;
    }
}

