@font-face {
    font-family: 'SourceHanSans';
    src: url('fonts/SourceHanSansCN-Normal.eot');
    src: url('fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
    url('fonts/SourceHanSansCN-Normal.woff') format('woff'),
    url('fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
    url('fonts/SourceHanSansCN-Normal.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'SourceHanSans',Arial,sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    color: #4b4b4b;
}
.play{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/p.png) center center no-repeat;
}
#back-top {
    bottom: 0;
    opacity: 0;
    z-index: 9;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    background: #385d5b;
    color: #420e60;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -webkit-transform: translateY(40px);
}

#back-top.active {
    opacity: 1;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transform: translateY(-20px); /* IE 9 */
    -webkit-transform: translateY(-20px); /* Safari */
    transform: translateY(-20px);
}
#back-top:hover {
    opacity: .9;
}
.divider {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    color: #E5E5E5;
    width: 100%;
}
.divider:after,
.divider:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 12px;
    left: 30px;
    height: 0;
    border-top: 1px solid #6ACBA8;
}
.divider:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}
/* Centered texts in each section
	* --------------------------------------- */
.section{
    text-align:center;
    overflow: hidden;
}
#myVideo{
    position: relative;
    /*right: 0;*/
    /*bottom: 0;*/
    /*top:0;*/
    /*width: 20%;*/
    height: 30%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    /*background-image: url("../img/s12.png") !* our video *!;*/
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index:3;
}
/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section1 .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*solves problem with overflowing video in Mac with Chrome */
section{
    overflow: hidden;
}
/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}
/* Hiding video controls
* See: http://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
    display:none !important;
}
.layer{
    background: url("../img/s12.png") center center no-repeat;
    background-size: cover;
}
.color1{
    color: #10FDF6;
}
.layer .s1{
    position: absolute;
    left: 20px;
    top: 20px;
}
.layer .s12{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing:2px;
}
.layer .svg1{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -310px;
    margin-top: 190px;
}
.layer .s14{
    width: 33px;
    position: absolute;
    bottom: 8%;
    left: 50%;
    margin-left: -16px;

}
.layer .s15{
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #999;
}
#section2{
    background: url("../img/b2.png") center center no-repeat;
    background-size: cover;
}
#section3{
    background: url("../img/b3.png") center center no-repeat;
    background-size: cover;
}
#section4{
    background: url("../img/b4.png") center center no-repeat;
    background-size: cover;
}
#section5{
    background: url("../img/b5.png") center center no-repeat;
    background-size: cover;
}
#fullpage .table {
    margin-bottom: 0;
}
.swiper-container {
    width: 1200px;
    height: 400px;
}
#section2 .s2{
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -128px;
}
#section4 .s4{
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -233px;
}
#section4 .s41{
    position: relative;
    /* top: 0; */
    /* bottom: 0; */
    left: 50%;
    right: 0;
    width: 50%;
    margin-left: -25%;
    height: 50%;
    background: url(../img/s4.png) center center no-repeat;
    background-size: cover;
    padding: 4%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 24px;
    text-align: left;
}
#section5 p{
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 24px;
}
#video {
    position: absolute;
    top: 50%;
    /* right: 0; */
    left: 50%;
    /* bottom: 0; */
    width: 1000px;
    height: 600px;
    margin-left: -500px;
    margin-top: -300px;
    display: none;
}
#video video{
    width: 95%;
    height: 95%;
}
#video .close {
    font-size: 40px;
    color: #fff;
    filter: alpha(opacity=90);
     opacity: .9;
    position: absolute;
    margin-top: -12px;
    font-weight: 500;
}
.myContent{
    height: 100px;
    padding: 30px 0;
}
#menu1 li {
    float: left;
    margin: 10px;
    list-style: none;
}
.display2,#menu1 li.active .display1,#menu1 li:hover .display1{
    display: none;
}
#menu1 li.active .display2,#menu1 li:hover .display2{
    display: block;
}

#menu1{
    /*display: none;*/
    position:absolute;
    top:30px;
    left:30px;
    height: 90px;
    z-index: 70;
    width: 598px;
    padding: 13px 35px;
    margin:0;
    background: url("../img/bg1.png") center center no-repeat;
}
.slide{
    background: url("../img/bg2.png") center top 75% no-repeat;
}
.slide .div1{
    position: relative;
    height: 70%;
    width: 70%;
    margin-top: 7%;
    margin-left: 15%;
}
.m11{
    position: absolute;
    top: 50%;
    margin-top: -230px;
    right: 50%;
    margin-right: -640px;
}
.m12{
    position: absolute;
    top: 50%;
    margin-top: -250px;
    right: 50%;
    margin-right: -400px;
}
.m13{
    position: absolute;
    top: 50%;
    margin-top: -240px;
    right: 50%;
    margin-right: -200px;
}
.m14{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -450px;
    margin-top: 50px;
}
#m15{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -230px;
    margin-right: -280px;
    width: 379px;
    height: 93px;
    background: url("data:image/svg+xml,%3Csvg id='组_36' data-name='组 36' xmlns='http://www.w3.org/2000/svg' width='378.5' height='93' viewBox='0 0 378.5 93'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:%2306fffe%7D.cls-2,.cls-3%7Bfill-rule:evenodd%7D.cls-3%7Bfill:none;stroke:%2306fffe;stroke-width:1px;stroke-dasharray:4 2%7D%3C/style%3E%3C/defs%3E%3Cpath id='矩形_17' data-name='矩形 17' class='cls-1' d='M0 44.5h146v2H0z'/%3E%3Cpath id='矩形_17_拷贝_3' data-name='矩形 17 拷贝 3' class='cls-1' d='M209 9.5h146v2H209z'/%3E%3Cpath id='矩形_17_拷贝' data-name='矩形 17 拷贝' class='cls-2' d='M862.253 2563.57l45.519 27.14-1.025 1.72-45.519-27.15z' transform='translate(-716 -2519.5)'/%3E%3Cpath id='矩形_17_拷贝_4' data-name='矩形 17 拷贝 4' class='cls-2' d='M863.044 2565l62.946-34.27-1.034-1.73-62.946 34.27z' transform='translate(-716 -2519.5)'/%3E%3Cg id='组_35' data-name='组 35'%3E%3Cpath id='椭圆_4' data-name='椭圆 4' class='cls-3' d='M916 2594a6 6 0 1 1-6 6 6 6 0 0 1 6-6zm.5-5a11.5 11.5 0 1 1-11.5 11.5 11.5 11.5 0 0 1 11.5-11.5z' transform='translate(-716 -2519.5)'/%3E%3Ccircle id='椭圆_4_拷贝_2' data-name='椭圆 4 拷贝 2' class='cls-1' cx='201' cy='81.5' r='6'/%3E%3Cpath id='椭圆_4_拷贝_4' data-name='椭圆 4 拷贝 4' class='cls-3' d='M1082 2525a6 6 0 1 1-6 6 6 6 0 0 1 6-6zm.5-5a11.5 11.5 0 1 1-11.5 11.5 11.5 11.5 0 0 1 11.5-11.5z' transform='translate(-716 -2519.5)'/%3E%3Ccircle id='椭圆_4_拷贝_4-2' data-name='椭圆 4 拷贝 4' class='cls-1' cx='367' cy='12.5' r='6'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
}
#m16{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: 70px;
    margin-right: -80px;
}
.a1 h3::before{
    content:"";
    display: inline-block;
    /*background:url("http://colorfly.net/assets/images/flags/gb.png") no-repeat;*/
    background-size: 47px 35px;
    width:47px;
    height:35px;
    background: url("../img/a1.png") center center no-repeat;
    vertical-align: text-bottom;
}
.a1{
    font-style: italic;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -560px;
}
.a1 p{
    font-size: 16px;
    width: 45%;
    margin: auto;
    letter-spacing: 2px;
}
.a2 h3::before{
    content:"";
    display: inline-block;
    /*background:url("http://colorfly.net/assets/images/flags/gb.png") no-repeat;*/
    background-size: 47px 35px;
    width:47px;
    height:35px;
    background: url("../img/a2.png") center center no-repeat;
    vertical-align: text-bottom;
}
.a2{
    font-style: italic;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -560px;
}
.a2 p{
    font-size: 16px;
    width: 45%;
    margin: auto;
    letter-spacing: 2px;
}
.m21{
    position: absolute;
    top: 50%;
    margin-top: -300px;
    margin-left: -750px;
    left: 50%;
}
.m22{
    position: absolute;
    top: 50%;
    margin-top: -205px;
    margin-left: -455px;
    left: 50%;
}
#m23{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -216px;
    margin-right: -110px;
}
.a3{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -190px;
    margin-right: -430px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
.a3 .a31::before{
    content:"";
    display: inline-block;
    background-size: 69px 65px;
    width:69px;
    height:65px;
    background: url("../img/a3.png") center center no-repeat;
    vertical-align: middle;
}
.a3 .a32::before{
    content:"";
    display: inline-block;
    background-size: 67px 58px;
    width:67px;
    height:58px;
    background: url("../img/a4.png") center center no-repeat;
    vertical-align: middle;
}
.a3 .a33::before{
    content:"";
    display: inline-block;
    background-size: 58px 72px;
    width:58px;
    height:72px;
    background: url("../img/a5.png") center center no-repeat;
    vertical-align: middle;
}
.a3 h3{
    margin-bottom: 0;
}
.a3 p{
    margin: 0 0 10px 75px;
    line-height: 1.7;
}
.m31{
    position: absolute;
    top: 50%;
    margin-top: -280px;
    margin-left: -700px;
    left: 50%;
}
.m32{
    position: absolute;
    top: 50%;
    margin-top: 94px;
    margin-left: -86px;
    left: 50%;
}
#m33{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -190px;
    margin-right: -60px;
}
#m34{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: 190px;
    margin-right: 60px;
}
.a4{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -224px;
    margin-right: -420px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    width: 300px;
    text-align: left;
    line-height: 1.7;
}
#slide4 h2{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -290px;
    margin-right: -245px;
    letter-spacing: 4px;
}
.m41{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -200px;
    margin-right: -33%;
    width: 66%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #eee;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span,.swiper-pagination-bullet-active  {
    background: #10FDF6;
}
.adt5{
    animation-duration: 0.5s
}
.adt8{
    animation-duration: 0.8s
}
.adt10{
    animation-duration: 1s
}
.ady1{
    animation-delay: 0.1s
}
.ady2{
    animation-delay: 0.2s
}
.ady3{
    animation-delay: 0.3s
}
.ady4{
    animation-delay: 0.4s
}
.ady5{
    animation-delay: 0.5s
}
.ady6{
    animation-delay: 0.6s
}
.ady7{
    animation-delay: 0.7s
}
.ady8{
    animation-delay: 0.8s
}
.ady9{
    animation-delay: 0.9s
}
.ady10{
    animation-delay: 1s
}
.svg1 #long {
    opacity: 0;
    animation-name: show;
    animation-delay: 2s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
@keyframes show {
    to {
        opacity: 1;
    }
}

.svg1 #C {
    animation-name: C-move;
    animation-duration: .5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
@keyframes C-move {
    to {
        transform: translateX(-240px) translateY(0px);
    }
}

.svg1 #V {
    animation-name: V-move;
    animation-duration: .5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
@keyframes V-move {
    to {
        transform: translateX(-3px) translateY(0px);
    }
}

.svg1 #N {
    animation-name: N-move;
    animation-duration: .5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
@keyframes N-move {
    to {
        transform: translateX(119px) translateY(0px);
    }
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #10FDF6;
    border-color: #10FDF6 transparent #10FDF6 transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    /*opacity: 0.9;*/
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading .lds-hourglass {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}