@charset "utf-8";
#superContainer{
   position: relative;
    height: 100%;
}
.section{
   box-sizing: border-box;
    position: relative;
    text-align: center;
    background: #000;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.section .columnSpace{
   z-index: 9;
    position: relative;
}
.section .bg{
   z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    transition: all 0.8s ease-in-out;
    transform: scale(0.7) translateY(-10%);
}
.section .bg IMG{
   width: 100%;
    height: 100%;
}
.active .bg{
   opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 0.5s;
}
.section:after{
   z-index: -1;
    position: absolute;
    width: 100%;
    background: url(../images/bg.png);
    height: 100%;
    content: "";
    top: 0px;
    left: 0px;
}
.section.table{
   width: 100%;
    display: table;
}
.slide.table{
   width: 100%;
    display: table;
}
.tableCell{
   z-index: 2;
    position: relative;
    width: 100%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.easing{
   transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
#fullPage-nav{
   z-index: 5;
    position: fixed;
    margin-top: 0px !important;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#fullPage-nav LI{
   width: 10px;
    margin-bottom: 25px;
    height: 10px;
}
#fullPage-nav LI A{
   border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    width: 100%;
    display: block;
    height: 100%;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transition: all .5s;
    border-radius: 50%;
}
#fullPage-nav LI .active{
   border-bottom: #d12243 1px solid;
    border-left: #d12243 1px solid;
    background: #d12243;
    border-top: #d12243 1px solid;
    border-right: #d12243 1px solid;
}
#iframe{
   z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#iframe:before{
   z-index: 10;
    position: absolute;
    width: 0px;
    background: #d12243;
    height: 100%;
    content: "";
    top: 0px;
    right: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}
#iframe:after{
   z-index: 11;
    position: absolute;
    width: 0px;
    background: #fff;
    height: 100%;
    content: "";
    top: 0px;
    right: 0px;
    opacity: 0;
    transition: all 0.6s ease;
}
.active#iframe:before{
   width: 100%;
    opacity: 1;
}
.active#iframe:after{
   width: 85%;
    opacity: 1;
}
#iframe IFRAME{
   z-index: 15;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all .5s;
}
.active#iframe IFRAME{
   opacity: 1;
    transition-delay: 1s;
}
#iframe SPAN{
   z-index: 20;
    border-bottom: #d12243 1px solid;
    position: absolute;
    border-left: #d12243 1px solid;
    width: 30px;
    font: 18px/30px "宋体";
    height: 30px;
    color: #d12243;
    border-top: #d12243 1px solid;
    top: 30px;
    cursor: pointer;
    right: 30px;
    border-right: #d12243 1px solid;
    transition: transform 1s;
    border-radius: 50%;
    transform: scale(0);
}
#iframe SPAN:hover{
   background: #d12243;
    color: #fff;
}
.active#iframe SPAN{
   transform: scale(1);
    transition-delay: 1s;
}
#open{
   z-index: 5;
    position: fixed;
    width: 45px;
    background: url(../images/navopen.png);
    height: 45px;
    color: #fff;
    top: 30px;
    cursor: pointer;
    right: 30px;
    transition: all .5s;
    transform: scale(1);
}
.active#open{
   transform: scale(0);
}
#nav{
   z-index: 6;
    position: fixed;
    width: 200px;
    background: #d12243;
    height: 100%;
    top: 0px;
    right: -200px;
    transition: all 0.5s ease;
}
.active#nav{
   right: 0px;
}
#nav .colse{
   position: absolute;
    font: 30px/50px 宋体;
    color: #fff;
    top: 10px;
    cursor: pointer;
    left: -50px;
    transition: all 0.5s ease;
    transform: scale(0);
}
.active#nav .colse{
   transform: scale(1);
    transition-delay: 0.5s;
}
#nav UL{
   position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#nav UL A{
   position: relative;
    line-height: 80px;
    color: #fff;
    left: 300px;
    opacity: 0;
    transition: opacity 0.5s ease, left 0.5s ease;
}
#nav UL A:hover{
   color: #a0a0a0;
}
#nav .active A{
   color: #a0a0a0;
}
.active#nav UL A{
   left: 0px;
    opacity: 1;
}
.active#nav UL .nav_1{
   transition-delay: 0.2s;
}
.active#nav UL .nav_2{
   transition-delay: 0.3s;
}
.active#nav UL .nav_3{
   transition-delay: 0.4s;
}
.active#nav UL .nav_4{
   transition-delay: 0.5s;
}
.active#nav UL .nav_5{
   transition-delay: 0.6s;
}
.active#nav UL .nav_6{
   transition-delay: 0.7s;
}
.aboutIn{
   text-align: left;
    margin: 0px auto;
    width: 750px;
}
.aboutIn .title{
   position: relative;
    padding-left: 120px;
    background: url(/img/p111.png) no-repeat left top;
    height: 110px;
    top: -400px;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.aboutIn .title H1{
   line-height: 50px;
    padding-left: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.aboutIn .title .img2{
   position: absolute !important;
    top: -70px !important;
    left: -60px !important;
}
.aboutIn .title .img3{
   position: absolute !important;
    top: -120px !important;
    right: -210px !important;
    left: auto !important;
}
.aboutIn P{
   position: relative;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    top: -300px;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.aboutIn .icon{
   position: relative;
    margin-top: 35px;
    height: 115px;
}
.aboutIn .icon A{
   border-bottom: #d12243 2px solid;
    position: absolute;
    border-left: #d12243 2px solid;
    width: 120px;
    height: 115px;
    border-top: #d12243 2px solid;
    top: 300px;
    margin-right: 25px;
    border-right: #d12243 2px solid;
    left: 245px;
    opacity: 0;
    transition: top .5s ease-in-out, left .5s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    transform: scale(0);
}
.aboutIn .icon A:hover{
   background: #d12243;
}
.screen_1 .aboutIn .title{
   top: 0px;
    opacity: 1;
    transition-delay: 0.7s;
}
.screen_1 .aboutIn P{
   top: 0px;
    opacity: 1;
    transition-delay: 0.5s;
}
.screen_1 .aboutIn .icon A{
   top: 0px;
    opacity: 1;
    transform: scale(1);
}
.screen_1 .aboutIn .icon .link1{
   left: 0px;
    transition-delay: 0.5s;
}
.screen_1 .aboutIn .icon .link2{
   left: 145px;
    transition-delay: 0.7s;
}
.screen_1 .aboutIn .icon .link3{
   left: 290px;
    transition-delay: 0.9s;
}
.screen_1 .aboutIn .icon .link4{
   left: 440px;
    transition-delay: 1.1s;
}
.contactIn{
   margin: 0px auto;
    width: 1200px;
}
.contactIn .title{
   position: relative;
    text-align: left;
    padding-left: 130px;
    background: url(../images/p5-1.png) no-repeat left top;
    height: 100px;
    margin-left: 195px;
    top: -200px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.contactIn .title H1{
   line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.contactIn .title IMG{
}
.contactIn .con{
   margin-top: 50px;
    width: 580px;
    color: #fff;
    margin-left: 150px;
}
.contactIn .con DIV{
   position: relative;
    width: 225px;
    float: left;
    left: -200px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.contactIn .con DIV SPAN{
   line-height: 40px;
    display: block;
}
.contactIn .con DIV A{
   border-bottom: #fff 2px solid;
    border-left: #fff 2px solid;
    line-height: 35px;
    margin-top: 40px;
    width: 221px;
    display: block;
    height: 35px;
    color: #fff;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transition: all .5s ease-in-out;
}
.contactIn .con DIV A:hover{
   border-radius: 10px;
}
.contactIn .con P{
   position: relative;
    text-align: left;
    line-height: 45px;
    width: 275px;
    float: right;
    right: -200px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.contactIn .con P SPAN{
   margin-left: 10px;
}
.contactIn .con P A{
   color: #fff;
}
.contactIn .con P A:hover{
   color: #ccc;
}
.active .contactIn .title{
   top: 0px;
    opacity: 1;
    transition-delay: 0.5s;
}
.active .contactIn .con DIV{
   left: 0px;
    opacity: 1;
    transition-delay: 0.5s;
}
.active .contactIn .con P{
   right: 0px;
    opacity: 1;
    transition-delay: 0.5s;
}
.foo{
   color: #fff;
}
.foo A{
   color: #fff;
    margin-left: 20px;
}
.foo A:hover{
   color: #ddd;
}
