@charset "utf-8";
.fullpage-pt{
    position: relative;
    overflow: hidden;
}
.page-bottom{
    position: absolute;
    left: 0;
    top: 86%;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 1;
}

.page-bottom .btn-next{
    display: inline-block;
    height: 100%;
    cursor: pointer;
    -webkit-animation: myani 1.5s linear 0s infinite normal;
    -moz-animation: myani 1.5s linear 0s infinite normal;
    -ms-animation: myani 1.5s linear 0s infinite normal;
    animation: myani 1.5s linear 0s infinite normal;
}
#indexVideo{
    position: absolute;
    left: 0;
    top: 0;
}
ul.platform-list{
    height: 100%;
    background: url("../images/index1.jpg") no-repeat center center;
    background-size: 100% 100%;
}
ul.platform-list li{
    position: relative;
    float: left;
    height: 100%;
    width: 26%;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
}
ul.platform-list li:first-child{
    margin-left: 10%;
}

ul.platform-list li .li-skew{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    transform: skew(-20deg);
    overflow: hidden;
}
ul.platform-list li .li-skew .box{
    position: absolute;
    left:-100%;
    right:-100%;
    top: 0;
    bottom:0;
    transform: skew(20deg);
}
ul.platform-list li:nth-child(1):hover .li-skew .box{
    background: url("../images/index2.jpg") no-repeat center center;
    background-size: auto 100%;
}
ul.platform-list li:nth-child(2):hover .li-skew .box{
    background: url("../images/index3.jpg") no-repeat center center;
    background-size: auto 100%;
}
ul.platform-list li:nth-child(3):hover .li-skew .box{
    background: url("../images/index4.jpg") no-repeat center center;
    background-size: auto 100%;
}
ul.platform-list li .content1{
    position: absolute;
    left: 55%;
    top:30%;
}
ul.platform-list li .content1 .title1{
    width: 60px;
    margin-left: 5px;
    font-size: 40px;
}
ul.platform-list li .content1 .title2{
    position: absolute;
    left: 0;
    top: 10px;
    white-space: nowrap;
    font-size: 26px;
    transform-origin: left top;
    transform: rotate(90deg);
}
ul.platform-list li .content2{
    display: none;
    position: absolute;
    left: 20%;
    top:30%;
}
ul.platform-list li .content2 .title1{
    font-size: 40px;
}
ul.platform-list li .content2 .title2{
    font-size: 26px;
}
ul.platform-list li .content2 .description{
    width: 80%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
}
ul.platform-list li .content2 .btn-line{
    width: 80%;
    text-align: center;
}
ul.platform-list li .content2 .btn-line a{
    margin-top: 40px;
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 32px;
    font-size: 18px;
    text-align: center;
    background-color: #1890ff;
}
ul.platform-list li .content2 .btn-line a:hover{
    color: #ffffff;
    background-color: #1fbaff;
    border-color: #0bb4ff;
}

ul.platform-list li .content2 .btn-line a.login{
    width: 120px;
    margin-left: 0%;
    margin-right: 5%;
}
ul.platform-list li .content2 .btn-line a.register{
    width: 120px;
    margin-left: 0%;
    height: 50px;
    line-height: 48px;
    border:2px solid #fff;
    background: transparent;
}
ul.platform-list li .content2 .btn-line a.register:hover{
    border-color: #ffffff;
    background-color: rgba(255,255,255,.16);
}
/*重写fullpage插件样式*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{width:12px; height:12px; border:2px solid #fff;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ background: #1890ff; border-color: #009ce1;}
#fp-nav ul li, .fp-slidesNav ul li{ margin: 30px;}

/*媒体查询*/
@media screen and (max-width: 1130px){
    #header{
        min-width: auto;
    }
    .header-quit,.header-bar{
        width: 100%;
    }
    .header-quit{
        overflow: hidden;
    }
}
@media screen and (max-width: 1366px){
    ul.platform-list li .content1 .title1{
        font-size: 36px;
    }
    ul.platform-list li .content1 .title2{
        font-size: 24px;
    }
    ul.platform-list li .content2 .title1{
        font-size: 36px;
    }
    ul.platform-list li .content2 .title2{
        font-size: 24px;
    }
    ul.platform-list li .content2 .description{
        font-size: 16px;
    }
    ul.platform-list li .content2 .btn-line a{
        margin-left: 0%;
        width: 140px;
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        font-size: 20px;
        text-align: center;
    }
    ul.platform-list li .content2 .btn-line a.login{
        margin-left: 0%;
        margin-right: 2%;
    }
    ul.platform-list li .content2 .btn-line a.register{
        margin-top: 24px;
        width: 120px;

        margin-left: 0%;
    }
}

/*down动画*/
@-webkit-keyframes myani {
    0%{
        margin-top:0px;
    }
    100% {
        margin-top:20px;
    }
}
@-moz-keyframes myani {
    0%{
        margin-top:0px;
    }
    100% {
        margin-top:20px;
    }
}
@-ms-keyframes myani {
    0%{
        margin-top:0px;
    }
    100% {
        margin-top:20px;
    }
}
@keyframes myani {
    0%{
        margin-top:0px;
    }
    100% {
        margin-top:20px;
    }
}

.world {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    top:-185px;
    right: 0;
    z-index: -1;
    float: right;
}
.world-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    top: -200px;
}
.world-globe {
    position: absolute;
    left: 75%;
    top: 60%;
    width: 0;
    height: 0;
}
.world-globe-pole {
    position: absolute;
    width: 530px;
    height: 530px;
    left: -265px;
    top: -265px;
    border-radius: 50% 50%;
    /*background-color: #fff;*/
}

/*媒体查询*/
@media screen and (max-height:850px){
    .world-globe-halo {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 730px;
        height: 715px;
        margin-left: -368px;
        margin-top: -350px;
        /*margin-top: -500px;*/
        transform:scale(0.9);
        -ms-transform: scale(0.95); /* Internet Explorer */
        -moz-transform: scale(0.95); /* Firefox */
        -webkit-transform: scale(0.95); /* Safari 和 Chrome */
        -o-transform: scale(0.95); /* Opera */
    }
    .world-globe-doms-container {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
    }
    .circleBj{
        position: relative;
        width: 900px;
        height: 900px;
        background: url(../images/circle2.png) right bottom no-repeat;
        background-size: contain;
        right: -395px;
        opacity: 0.7;
        top: -131px;
        z-index: -1;
    }
    .text-box{
        padding-top:0px ;width: 800px;z-index: 10;float: left;
    }
    .footer{
        /*margin-top: -300px;*/
    }
}
@media screen and (min-height:850px){
    .world-globe-halo {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 730px;
        height: 715px;
        margin-left: -368px;
        margin-top: -350px;
        transform:scale(1.15);
        -ms-transform: scale(1.15); /* Internet Explorer */
        -moz-transform: scale(1.15); /* Firefox */
        -webkit-transform: scale(1.15); /* Safari 和 Chrome */
        -o-transform: scale(1.15); /* Opera */
    }
    .world-globe-doms-container {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        transform:scale(1.2);
        -ms-transform: scale(1.2); /* Internet Explorer */
        -moz-transform: scale(1.2); /* Firefox */
        -webkit-transform: scale(1.2); /* Safari 和 Chrome */
        -o-transform: scale(1.2); /* Opera */
    }
    .circleBj{
        position: relative;
        width: 900px;
        height: 900px;
        background: url(../images/circle2.png) right bottom no-repeat;
        background-size: contain;
        right: -395px;
        top: -50px;
        z-index: -1;
        opacity: 0.7;
        transform: scale(1.2);
        -ms-transform: scale(1.2); /* Internet Explorer */
        -moz-transform: scale(1.2); /* Firefox */
        -webkit-transform: scale(1.2); /* Safari 和 Chrome */
        -o-transform: scale(1.2); /* Opera */
    }
    .text-box{
        padding-top: 85px ;width: 800px;z-index: 10;float: left;
    }
}
@media screen and (min-height:1200px){
    .world-globe-halo {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 730px;
        height: 715px;
        margin-left: -368px;
        margin-top: -350px;
        transform:scale(1.35);
        -ms-transform: scale(1.35); /* Internet Explorer */
        -moz-transform: scale(1.35); /* Firefox */
        -webkit-transform: scale(1.35); /* Safari 和 Chrome */
        -o-transform: scale(1.35); /* Opera */
    }
    .world-globe-doms-container {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        transform:scale(1.4);
        -ms-transform: scale(1.4); /* Internet Explorer */
        -moz-transform: scale(1.4); /* Firefox */
        -webkit-transform: scale(1.4); /* Safari 和 Chrome */
        -o-transform: scale(1.4); /* Opera */
    }
    .circleBj{
        position: relative;
        width: 900px;
        height: 900px;
        background: url(../images/circle2.png) right bottom no-repeat;
        background-size: contain;
        right: -395px;
        top: 40px;
        z-index: -1;
        opacity: 0.7;
        transform: scale(1.4);
        -ms-transform: scale(1.4); /* Internet Explorer */
        -moz-transform: scale(1.4); /* Firefox */
        -webkit-transform: scale(1.4); /* Safari 和 Chrome */
        -o-transform: scale(1.4); /* Opera */
    }
    .text-box{
        padding-top:100px ;width: 750px;z-index: 10;float: left;
    }
    .text-box .textbase{
        font-size: 18px !important;
    }
}


.info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
}
.info-desc {
    color: #ddd;
    font-size: 10px;
}
/*a {*/
    /*color: #ff5f5f;*/
/*}*/
.header-top-logo li:hover{
    color:#1890ff;
}
.header-top-logo li.active a{
    color:#1890ff;
    border-bottom: 2px solid #1890ff;
    padding-bottom: 5px;
    height: 80px;
    display: inline-block;
}

body{
    overflow: hidden;
    position: relative;
    background-color: #F7F8FC;height: 100%;
    min-height: 800px;
}
.text-box h2{
    font-size:40px;font-family:PingFangSC-Light;font-weight:300;color:#1890ff;line-height:40px;margin-bottom: 60px;
}
.text-box p{
    text-indent: 35px;
    /*font-size:40px;font-family:PingFangSC-Light;font-weight:300;color:#1890ff;line-height:40px;margin-bottom: 60px;*/
}
.text-box .textbase{
    font-size:16px;font-family:PingFangSC-Light;font-weight:300;color:#3D4245;line-height:36px;
}
.index-loginbtn{
    width:160px;height:45px;background:rgba(0,156,225,1);border-radius:4px; color:#FFF;display:inline-block;line-height:45px;text-align:center;margin-right: 26px;
}
.index-loginbtn:hover{
    background:rgba(0,156,225,0.8);
}
.showVideo{
    cursor:pointer;width:160px;height:45px;background:rgba(0,156,225,0.1);border-radius:4px;border:1px solid rgba(0,156,225,1);color:#1890ff;display:inline-block;line-height:45px;text-align:center
}
.showVideo:hover{
    background:rgba(0,156,225,0.01);
}

.ie8bg{
    background: url(../images/bg700.png) no-repeat !important;
    background-position:center center;
}

.footer{
    position:absolute;
    width: 100%;
    bottom: 0px;
    /*height: 30px;*/
    /*line-height: 30px;*/
    font-family: "微软雅黑", Helvetica;
    color: #3d4245;
    font-size: 14px;
}
.footer p{
    /*text-align: center;*/
}
.footer p a:hover {
    text-decoration: underline;
}


.epidemic-world {
    position: relative;
    width: 900px;
    height: 900px;
    top:-665px;
    background: url(../images/diqiu-index.png) right bottom no-repeat;
    background-size: contain;
    right: -130px;
    z-index: -1;
    float: right;
}

/*媒体查询*/
@media screen and (max-height:680px){
    .text-box {
        padding-top: 0px;
        width: 800px;
        z-index: 10;
        float: left;
    }
    .epidemic-world{
        /*top: -500px;*/
        /*right: ;*/
        top:-700px ;
        right: -110px;
        transform: scale(0.85);
        -ms-transform: scale(0.85); /* Internet Explorer */
        -moz-transform: scale(0.85); /* Firefox */
        -webkit-transform: scale(0.85); /* Safari 和 Chrome */
        -o-transform: scale(0.85); /* Opera */
    }
    .footer{
        position:fixed;
        width: 100%;
        bottom: 0px;
        /*height: 30px;*/
        /*line-height: 30px;*/
        font-family: "微软雅黑", Helvetica;
        color: #3d4245;
        font-size: 14px;
    }
}
@media screen and (min-height:680px){
    .epidemic-world{
        /*top: -500px;*/
        /*right: ;*/
        top:-700px ;
        right: -110px;
        transform: scale(0.85);
        -ms-transform: scale(0.85); /* Internet Explorer */
        -moz-transform: scale(0.85); /* Firefox */
        -webkit-transform: scale(0.85); /* Safari 和 Chrome */
        -o-transform: scale(0.85); /* Opera */
    }
}
/*@media screen and (max-height:768px){
    .epidemic-world{
        !*top: -500px;*!
        !*right: ;*!
        top:-700px ;
        right: -110px;
        transform: scale(0.9);
        -ms-transform: scale(0.9); !* Internet Explorer *!
        -moz-transform: scale(0.9); !* Firefox *!
        -webkit-transform: scale(0.9); !* Safari 和 Chrome *!
        -o-transform: scale(0.9); !* Opera *!
    }
}*/
@media screen and (min-height:768px){
    .epidemic-world{
    }
}
@media screen and (min-height:850px){
    .epidemic-world{
        top: -665px;
        right: -155px;
        transform: scale(1.2);
        -ms-transform: scale(1.2); /* Internet Explorer */
        -moz-transform: scale(1.2); /* Firefox */
        -webkit-transform: scale(1.2); /* Safari 和 Chrome */
        -o-transform: scale(1.2); /* Opera */
    }
}
@media screen and (min-height:1000px){
    .epidemic-world{
        top: -655px;
        right: -150px;
        transform: scale(1.4);
        -ms-transform: scale(1.4); /* Internet Explorer */
        -moz-transform: scale(1.4); /* Firefox */
        -webkit-transform: scale(1.4); /* Safari 和 Chrome */
        -o-transform: scale(1.4); /* Opera */
    }
}
.epidemic-ad{
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-height:89px;
    /*background: url(../images/epidemic-adbanner.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
}
.epidemic-ad img{
    max-height: 89px;
}
.epidemiAd-close{
    position: absolute;
    right: 20px;
    top: 16px;
    color: #c8cfd9;
    cursor: pointer;
}
html{
    min-width: 1200px;
    overflow-x: auto;
}
