#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: rgb(0,166,234);
    left: 1px;
    width: 10px;
    height: 10px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 2px solid rgb(255,255,255);
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.section1 {
    background-image: url("../images/bg.jpg");
    background-size: cover;
}
.section2{
    background: rgb(0, 153, 204);
}
.section3{
   background: rgb(103, 254, 51);
}
.section4{
    background-image: url("../images/footerbg.jpg");
   background-size: cover;
}



/*header*/
header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
nav{
    height: 50px;
    background: transparent;
}
nav .logo{
    display: none;
    float: left;
    width: 214px;
    height: 50px;
    margin-left: 20px;
}
nav .logo img{
    width: 100%;
    height: 100%;
}
nav ul{
    display: none;
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 50px;
}
nav{
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}


/*section1*/
.section1 .inner{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    top: 46%;
    opacity: 0;

    transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.section1 .inner h1{
    font-size: 48px;
    font-weight: 300;
    color:rgb(52,52,52);
    margin-bottom: 20px;
}
.section1 .inner p{
    margin: 10px 0;
}
.section1 .more{
    opacity: 0;
    width: 120px;
    height: 80px;

    font-size: 18px;
    color: rgb(255,255,255);
    text-align: center;

    position: relative;
    top: 70%;
    left: 50%;
    margin-left: -40px;

    background: url("../images/ico/arrow_down.png") no-repeat 50% 60%;

    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;

}
.section1 .more:hover{
    background-position: 50% 100%;
}

/*section2*/
.section2 .inner{
    position: relative;
}
.section2 .inner span{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: rgb(255,255,255);
    position: absolute;
    top: 50%;
    left: 36%;
 }

.section2 {}
/*section3*/
.section3 .inner{height: inherit;}
.section3 .mContent{
    width: 100%;
    height: 100%;
    position: relative;
}
#mCh,#mEn{
    opacity: 0;
    font-size: 42px;
    font-weight: bold;
    color: rgb(255,255,255);
    position: absolute;
}
#mCh{
    right: 50px;
    top: 150px;
}
#mEn{
    right: 60px;
    top: 220px;
}
.section3 .mIdTag{
    width: 500px;
    height: 300px;
    position: absolute;
    right: 80%;
    top: 50%;
    opacity: 0;
    background: rgb(255,153,0);
    -webkit-box-shadow: 8px 5px 2px rgb(51,51,51);
    -moz-box-shadow: 8px 5px 2px rgb(51,51,51);
    box-shadow: 8px 5px 2px rgb(51,51,51);
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
    transform: rotate(32deg);
}
.section3 .mHead,
.section3 .mFooter{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: rgb(255,255,255);
}
.section3 .mHead{font-size: 28px;}
.section3 .mBody{
    width: 100%;
    height: 160px;
    font-size: 96px;
    font-weight: bold;
    text-align: center;
    line-height: 160px;
    letter-spacing: 10px;
}
.section3 .mFooter{font-size: 32px;}

/*section4*/
.section4{
    position: relative;
}
.section4 .content{
    width: 100%;
    position: absolute;
    top:28%;
}
.section4 .content .intoBox{
    width: 100%;
    position: relative;
}
.section4 .content .intoBox .textArea{
    width: 400px;
    position: absolute;
    left: 10%;
    opacity: 0;
}
.section4 .content .intoBox .btnArea{
    max-width: 200px;
    position: absolute;
    right: 10%;
    opacity: 0;
}
.textArea{
    padding: 0 10px;
    color: rgb(255,255,255);
    text-align: left;
}
.textArea h1{
    font-size: 32px;
    margin-bottom: 15px;
}
.textArea p{
    font-size: 18px;
    padding-bottom: 5px;
}
.btnArea button{
    margin: 15px 40px;
    padding: 10px 30px;
    color: rgba(255,255,255,0.8);
    outline: none;
    transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
}
.btnArea #toIndex{
    padding: 12px 32px;
    border: none;
    background: rgba(255,150,0,0.5);
}
.btnArea #toIndex:hover{
    background: rgba(255,150,0,1);
    color: rgba(255,255,255,1);
}
.btnArea #toIndex:active{
    border-radius: 10px;
    background: rgba(240,100,0,1);
}
.btnArea #toMarathon{
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    font-weight: bold;
}
.btnArea #toMarathon:hover{
    color: rgba(255,255,255,1);
    border: 2px solid rgba(255,255,255,1);
}
.btnArea #toMarathon:active{
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}

/*footer*/
footer{
    background: transparent;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: rgb(255,255,255);
}
footer .mLink{
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 auto;
}
footer .mLink li{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
}
footer .mLink li a{
    display: block;
    width: inherit;
    height: inherit;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
footer .mLink li a:hover{
    background-size: 90%;
}
.mLink li #WeiBo{
    background-image: url("../images/ico/link/WeiBo_30_30.png");
}
.mLink li #QQ{
    background-image: url("../images/ico/link/QQ_30_30.png");
}
.mLink li #QZone{
    background-image: url("../images/ico/link/QZone_30_30.png");
}
.mLink li #EMail{
    background-image: url("../images/ico/link/EMail_30_30.png");
}
footer .icp,
footer .copy{
    text-align: right;
    font-size: 14px;
}
footer .icp{
    padding: 5px 0;
}
footer .copy{
    padding-right: 10px;
    margin-bottom: 0;
}
footer .mLink,
footer .icp,
footer .copy span{
    display: none;
}
footer,
footer .mLink,
footer .icp,
footer .copy span{
    transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}