html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,p{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{font-size:14px;line-height:normal;font-family:"微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;margin:0 auto; background-color: #e4e4e4;}
ol,ul{list-style:none;}
a{text-decoration:none; color:#ffffff;}
a:hover{ color:#505050;}
img{border:0px;vertical-align:middle;display: block;}
em{ font-style:normal;}
input,button,select,textarea{ margin:0; padding:0; outline:none;}

.screen1,.screen2,.screen3,.screen4,.screen5,.screen6,.screen7,.screen8,.screen9{
    /*width: 2400px;*/
    width:100%
    margin: 0 auto;
}
.screen1con,.screen2con,.screen3con,.screen4con,.screen5con,.screen6con,.screen7con,.screen8con,.screen9con{
    width: 1200px;
    margin: 0 auto;
}

/*loading样式*/

#loading{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:99999;}
#loading .bg{ width:100%; height:100%; position:absolute; top:0; left:0; background-color:#000;}
#loading .icon{ width: 100%; position:absolute; top:50%; left:0; margin-top:-40px;}
#loading .icon img{ display: block; margin: 0 auto;}
#loading p{ width:100%; position:absolute; top:50%; left:0; text-align:center; font-size:18px; margin-top:10px; color:#fff;}



/*p1样式*/
.screen1{
    padding-top: 80px;
    background-color: #e6e6e6;
    background: url("../img/p1bg.jpg") center  bottom  no-repeat;
}
.screen1 .screen1con{
    background: url("../img/p1bg.jpg") center  bottom  no-repeat;
    position: relative;
    height: 700px;
}

.screen1 .screen1con .p1icon1{
    position: absolute;
    top: 62px;
    right: 124px;
    display: none;
    opacity: 0;
}
.screen1 .screen1con.scroll .p1icon1{
    display: block;
    -webkit-animation: p1icon1 1s 2.5s ease both;
    animation: p1icon1 1s 2.5s ease both;
}
@-webkit-keyframes p1icon1 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
@keyframes p1icon1 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
.screen1 .screen1con .p1icon2{
    position: absolute;
    top: 62px;
    right: 62px;
    cursor: pointer;
    display: none;
    opacity: 0;
}
.screen1 .screen1con.scroll .p1icon2{
    display: block;
    -webkit-animation: p1icon2 1s 2.5s ease both;
    animation: p1icon2 1s 2.5s ease both;
}
@-webkit-keyframes p1icon2 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
@keyframes p1icon2 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
.screen1 .screen1con span{
    display: none;
    position: absolute;
    top:45px;
    right: -50px;
    width: 97px;
    height: 97px;
    background: url("../img/p1icon4.png") center no-repeat;
}
.screen1 .screen1con span.active{
    display: block;
}
.screen1 .screen1con .qrcode span:hover{
    display: block;
}

.screen1 .screen1con .p1shose1_1{
    position: absolute;
    top: 517px;
    left: 40px;
    display: block;
}
.screen1 .screen1con .shose2con{
    position: absolute;
    top: 290px;
    right: 50px;
    display: block;
    z-index: 4;
}
.screen1 .screen1con .p1shose2{
    z-index: 6;
}

.screen1 .screen1con .p1guang1{
    position: absolute;
    top:470px;
    left: 336px;
    z-index:6;
    display: none;
}
.screen1 .screen1con.scroll .p1guang1{
    display: block;
    -webkit-animation: p1guang1 1s 0.5s ease both;
    animation: p1guang1 1s 0.5s ease both;
}
@-webkit-keyframes p1guang1 {
    0%
    {
        top:470px;
        left: 336px;
        opacity: 0;
    }
    25%
    {
        top:485px;
        left: 536px;
        opacity: 1;
    }
    75%
    {
        top:488px;
        left: 580px;
        opacity: 1;
    }
    100%
    {
        top:488px;
        left: 580px;
        opacity: 0;
    }
}
@keyframes p1guang1 {
    0%
    {
        top:470px;
        left: 336px;
        opacity: 0;
    }
    25%
    {
        top:485px;
        left: 536px;
        opacity: 1;
    }
    75%
    {
        top:488px;
        left: 580px;
        opacity: 1;
    }
    100%
    {
        top:488px;
        left: 580px;
        opacity: 0;
    }
}
.screen1 .screen1con .p1guang2{
    position: absolute;
    /*top:438px;*/
    top: 400px;
    right: 60px;
    z-index:6;
    display: none;
}
.screen1 .screen1con.scroll .p1guang2{
    display: block;
    -webkit-animation: p1guang2 1s 0.5s ease both;
    animation: p1guang2 1s 0.5s ease both;
}
@-webkit-keyframes p1guang2 {
    0%
    {
        top: 400px;
        right: 60px;
        opacity: 0;
    }
    25%
    {
        top:438px;
        right: 134px;
        opacity: 1;
    }
    75%
    {
        top:458px;
        right: 174px;
        opacity: 1;
    }
    100%
    {
        top:478px;
        right: 204px;
        opacity: 0;
    }
}
@keyframes p1guang2 {
    0%
    {
        top: 400px;
        right: 60px;
        opacity: 0;
    }
    25%
    {
        top:438px;
        right: 134px;
        opacity: 1;
    }
    75%
    {
        top:458px;
        right: 174px;
        opacity: 1;
    }
    100%
    {
        top:478px;
        right: 204px;
        opacity: 0;
    }
}
.screen1 .screen1con .p1guang3{
    position: absolute;
    top:300px;
    right: 180px;
    z-index:6;
    display: none;
}
.screen1 .screen1con.scroll .p1guang3{
    display: block;
    -webkit-animation: p1guang3 1s 0.5s ease both;
    animation: p1guang3 1s 0.5s ease both;
}
@-webkit-keyframes p1guang3 {
    0%
    {
        top:300px;
        right: 180px;
        opacity: 0;
    }
    25%
    {
        top:310px;
        right: 181px;
        opacity: 1;
    }
    75%
    {
        top:325px;
        right: 182px;
        opacity: 1;
    }
    100%
    {
        top:335px;
        right: 183px;
        opacity: 0;
    }
}
@keyframes p1guang3 {
    0%
    {
        top:300px;
        right: 180px;
        opacity: 0;
    }
    25%
    {
        top:310px;
        right: 181px;
        opacity: 1;
    }
    75%
    {
        top:325px;
        right: 182px;
        opacity: 1;
    }
    100%
    {
        top:335px;
        right: 183px;
        opacity: 0;
    }
}
.screen1 .screen1con.scroll .p1shose2{
    -webkit-animation: p1shose2 1s 0.5s  ease both;
    animation: p1shose2 1s 0.5s  ease both;
}
@-webkit-keyframes p1shose2 {
    0%
    {
       opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}
@keyframes p1shose2 {
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}
.screen1 .screen1con .shose2con .p1shose2_1{
    position: absolute;
    top: 217px;
    right:370px;
    z-index: 3;
}
.screen1 .screen1con.scroll .shose2con .p1shose2_1{
    -webkit-animation: p1shose2_1 2s 1s ease both;
    animation: p1shose2_1 2s 1s ease both;
}
@-webkit-keyframes p1shose2_1 {
    0% {
        top: 217px;
        right:370px;
        opacity: 1;
    }
    25%{
        top: 247px;
        right:420px;
        opacity: 1;
    }
    100% {
        top: 347px;
        right:420px;
        opacity: 0;
    }
}
@keyframes p1shose2_1 {
    0% {
        top: 217px;
        right:370px;
        opacity: 1;
    }
    25%{
        top: 247px;
        right:420px;
        opacity: 1;
    }
    100% {
        top: 347px;
        right:420px;
        opacity: 0;
    }
}
.screen1 .screen1con .shose2con .p1shose2_1_2{
    position: absolute;
    top: 219px;
    right:274px;
    z-index: 3;
}
.screen1 .screen1con.scroll .shose2con .p1shose2_1_2{
    -webkit-animation: p1shose2_1_2 2s 1s ease both;
    animation: p1shose2_1_2 2s 1s ease both;
}
@-webkit-keyframes p1shose2_1_2 {
    0% {
        top: 219px;
        right:274px;
        opacity: 1;
    }
    25%{
        top: 239px;
        right:274px;
        opacity: 1;
    }
    55%{
        top: 239px;
        right:274px;
        opacity: 1;
    }
    100% {
        top: 339px;
        right:274px;
        opacity: 0;
    }
}
@keyframes p1shose2_1_2 {
    0% {
        top: 219px;
        right:274px;
        opacity: 1;
    }
    25%{
        top: 239px;
        right:274px;
        opacity: 1;
    }
    55%{
        top: 239px;
        right:274px;
        opacity: 1;
    }
    100% {
        top: 339px;
        right:274px;
        opacity: 0;
    }
}
.screen1 .screen1con .shose2con .p1shose2_1_3{
    position: absolute;
    top: 228px;
    right:211px;
    z-index: 3;
}
.screen1 .screen1con.scroll .shose2con .p1shose2_1_3{
    -webkit-animation: p1shose2_1_3 2s 1s ease both;
    animation: p1shose2_1_3 2s 1s ease both;
}
@-webkit-keyframes p1shose2_1_3 {
    0% {
        top: 228px;
        right:211px;
        opacity: 1;
    }
    25%{
        top: 258px;
        right:191px;
        opacity: 1;
    }
    35%{
        top: 258px;
        right:191px;
        opacity: 1;
    }
    100% {
        top: 358px;
        right:191px;
        opacity: 0;
    }
}
@keyframes p1shose2_1_3 {
    0% {
        top: 228px;
        right:211px;
        opacity: 1;
    }
    25%{
        top: 258px;
        right:191px;
        opacity: 1;
    }
    35%{
        top: 258px;
        right:191px;
        opacity: 1;
    }
    100% {
        top: 358px;
        right:191px;
        opacity: 0;
    }
}
.screen1 .screen1con .shose2con .p1shose2_1_4{
    position: absolute;
    top: 208px;
    right:187px;
    z-index: 3;
}
.screen1 .screen1con.scroll .shose2con .p1shose2_1_4{
    -webkit-animation: p1shose2_1_4 2s 1s ease both;
    animation: p1shose2_1_4 2s 1s ease both;
}
@-webkit-keyframes p1shose2_1_4 {
    0% {
        top: 208px;
        right:187px;
        opacity: 1;
    }
    25%{
        top: 238px;
        right:137px;
        opacity: 1;
    }
    45%{
        top: 238px;
        right:137px;
        opacity: 1;
    }
    100% {
        top:338px;
        right:137px;
        opacity: 0;
    }
}

@keyframes p1shose2_1_4 {
    0% {
        top: 208px;
        right:187px;
        opacity: 1;
    }
    25%{
        top: 238px;
        right:137px;
        opacity: 1;
    }
    45%{
        top: 238px;
        right:137px;
        opacity: 1;
    }
    100% {
        top:338px;
        right:137px;
        opacity: 0;
    }
}
.screen1 .screen1con .p1shose2_2{
    position: absolute;
    top: 267px;
    right:106px;
    z-index: 1;
}

.screen1 .screen1con .p1shose2{
    position: absolute;
    top: 0;
    right:0;
    display: block;
}
.screen1 .screen1con .p1shose1{
    position: absolute;
    top: 310px;
    left: 40px;
    display: block;
}
.screen1 .screen1con.scroll .p1shose1{
    -webkit-animation: p1shose1 3s 1s ease both;
    animation: p1shose1 3s 1s ease both;
}
@-webkit-keyframes p1shose1 {
    0%
    {
        top: 310px;
        left: 40px;
    }

    100%
    {
        top: 210px;
        left: 40px;
    }
}
@keyframes p1shose1 {
    0%
    {
        top: 310px;
        left: 40px;
    }

    100%
    {
        top: 210px;
        left: 40px;
    }
}
.screen1 .screen1con .p1shose3{
    position: absolute;
    top: 0;
    right: 0;
    z-index:1;

}
.screen1 .screen1con.scroll .p1shose3{

    -webkit-animation: p1shose3 3s 1.5s ease both;
    animation: p1shose3 3s 1.5s ease both;
}
@-webkit-keyframes p1shose3 {
    0%
    {
        top: 0;
        right:0;
    }

    100%
    {
        top: -100px;
        right:0;
    }
}
@keyframes p1shose3 {
    0%
    {
        top: 0;
        right:0;
    }

    100%
    {
        top: -100px;
        right:0;
    }
}
.screen1 .screen1con .p1icon3{
    position: absolute;
    top: 408px;
    left: 592px;
    display: none;
}
.screen1 .screen1con.scroll .p1icon3{
    display: block;
    -webkit-animation: p1icon3 1s 2.5s ease both;
    animation: p1icon3 1s 2.5s ease both;
}
@-webkit-keyframes p1icon3 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
@keyframes p1icon3 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
.screen1 .screen1con .p1btn1{
    position: absolute;
    top: 476px;
    left: 555px;
    display: none;
    cursor: pointer;
    z-index: 15;
}
.screen1 .screen1con.scroll .p1btn1 {
    display: block;
    -webkit-animation: p1btn1 1s 3s ease both;
    animation: p1btn1 1s 3s ease both;
}
@-webkit-keyframes p1btn1 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
@keyframes p1btn1 {
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}
.screen1 .screen1con .p1t1{
    position: absolute;
    top: 62px;
    left: 436px;
    display: none;
}

.screen1 .screen1con.scroll .p1t1 {
    display: block;
    -webkit-animation: p1t1 1s 3s ease both;
    animation: p1t1 1s 3s ease both;
}
@-webkit-keyframes p1t1 {
    0%
    {
        top: 0px;
        left: 436px;
        opacity: 0;
    }

    100%
    {
        top: 62px;
        left: 436px;
        opacity: 1;
    }
}
@keyframes p1t1 {
    0%
    {
        top:0px;
        left: 436px;
        opacity: 0;
    }

    100%
    {
        top: 62px;
        left: 436px;
        opacity: 1;
    }
}
/*p2样式*/
.screen2{
    background-color: #e6e6e6;
    background: url("../img/p2bg.jpg") center  bottom  no-repeat;
}
.screen2 .screen2con{
    background: url("../img/p2bg.jpg") center  bottom  no-repeat;
    position: relative;
    height: 699px;
}
.screen2 .screen2con .p2shose{
    position: absolute;
    top: 34px;
    left: 336px;
    z-index: 11;
}
.screen2 .screen2con .textcon{
    position: absolute;
    top: 343px;
    left: 60px;
    z-index: 9;
}
.screen2 .screen2con .textcon h3{
    font-size: 30px;
    color: #f55852;
    letter-spacing:10px;
}

.screen2 .screen2con .textcon p{
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 35px;
    line-height:25px;
}
.screen2 .screen2con .textcon a{
    background:url("../img/p2btn1.png") center top no-repeat;
    display: block;
    width: 183px;
    height: 45px;
}
.screen2 .screen2con .textcon a:hover ,.screen2 .screen2con .textcon a:active{
    background:url("../img/p2btn2.png") center top no-repeat;
    display: block;
    width: 183px;
    height: 45px;
}
.screen2 .screen2con .textcon2{
    position: absolute;
    top: 38px;
    right: -40px;
    overflow: hidden;
    z-index: 10;
}
.screen2 .screen2con .textcon2 h3{
    font-size: 131px;
    color: #f55852;
    font-weight: lighter;
    display: block;
    float: left;
    letter-spacing:-5px;
    margin-top: -30px;
}
.screen2 .screen2con .textcon2 p{
    font-size: 72px;
    color: #f55852;
    font-weight: lighter;
    display: block;
    float: left;
    letter-spacing:-5px;
    margin-top: 30px;
}
.screen2 .screen2con .textcon2 span{
    font-size:21px;
    color: #f55852;
    font-weight: lighter;
    display: block;
    float: right;
    letter-spacing:-1px;
    margin-top: 45px;
}

.screen2 .screen2con .p2yumao1{
    position: absolute;
    top:380px;
    left: -580px;
}
.screen2 .screen2con .p2yumao2{
    position: absolute;
    top:235px;
    left: -148px;
}
.screen2 .screen2con .p2yumao3{
    position: absolute;
    top:77px;
    left: 60px;
}
.screen2 .screen2con .p2yumao4{
    position: absolute;
    top:590px;
    right: 0px;
}
.screen2 .screen2con .p2yumao5{
    position: absolute;
    top:160px;
    right: -180px;
}
.screen2 .screen2con .p2yumao6{
    position: absolute;
    top:-170px;
    right: -690px;
}
/*p3样式*/
.screen3{
    background-color: #e6e6e6;
    background: url("../img/p3bg.jpg") center  bottom  no-repeat;
}
.screen3 .screen3con{
    background: url("../img/p3bg.jpg") center  bottom  no-repeat;
    position: relative;
    height: 789px;
}
.screen3 .screen3con .textcon{
    position: absolute;
    top: 134px;
    left: 602px;
    z-index: 12;
}
.screen3 .screen3con .textcon h3{
    font-size: 30px;
    color: #f55852;
    letter-spacing:10px;
}

.screen3 .screen3con .textcon p{
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 35px;
    line-height:25px;
}
.screen3 .screen3con .textcon a{
    background:url("../img/p2btn1.png") center top no-repeat;
    display: block;
    width: 183px;
    height: 45px;
    z-index: 12;
}
.screen3 .screen3con .textcon a:hover ,.screen3 .screen3con .textcon a:active{
    background:url("../img/p2btn2.png") center top no-repeat;
    display: block;
    width: 183px;
    height: 45px;
}
.screen3 .screen3con .p3shose{
    position: absolute;
    top:-136px;
    left: 108px;
    z-index: 5;
}
.screen3 .screen3con .p3x1{
    position: absolute;
    top:0;
    left:-600px;
    z-index: 2;
    display: none;
}

.screen3 .screen3con .p3x2{
    position: absolute;
    top:200px;
    left:-600px;
    z-index: 1;
    display: none;
}
.screen3 .screen3con.scroll .p3x1{
    display: block;
    -webkit-animation: p3x1 2s ease both;
    animation: p3x1 2s ease both;
}
@-webkit-keyframes p3x1 {
    0%
    {
        top:0;
        left:-2977px;
        opacity: 0;
    }

    100%
    {
        top:0;
        left:-600px;
        opacity:1;
    }
}
@keyframes p3x1 {
    0%
    {
        top:0;
        left:-2977px;
        opacity: 0;
    }

    100%
    {
        top:0;
        left:-600px;
        opacity:1;
    }
}

.screen3 .screen3con .p3x1.active {
    display: block;
    -webkit-animation: p3x1_2 6s  ease infinite ;
    animation: p3x1_2 6s  ease infinite;
    -moz-animation: p3x1_2 6s  ease infinite;
}
@-webkit-keyframes p3x1_2 {
    0%
    {
        top:0;
        left:-600px;
    }
    50%
    {
        top:0;
        left:-450px;
    }
    100%
    {
        top:0;
        left:-600px;
    }
}

@keyframes p3x1_2 {
    0%
    {
        top:0;
        left:-600px;
    }
    50%
    {
        top:0;
        left:-450px;
    }
    100%
    {
        top:0;
        left:-600px;
    }
}
.screen3 .screen3con.scroll .p3x2{
    display: block;
    -webkit-animation: p3x2 2s ease both;
    animation: p3x2 2s ease both;
}
@-webkit-keyframes p3x2 {
    0%
    {
        top:200px;
        left:2977px;
        opacity: 0;
    }

    100%
    {
        top:200px;
        left:-600px;
        opacity:1;
    }
}
@keyframes p3x2 {
    0%
    {
        top:200px;
        left:2977px;
        opacity: 0;
    }

    100%
    {
        top:200px;
        left:-600px;
        opacity:1;
    }
}

.screen3 .screen3con .active.p3x2{
    display: block;
    -webkit-animation: p3x2_2 6s  ease infinite ;
    animation: p3x2_2 6s  ease infinite;
    -moz-animation: p3x2_2 6s  ease infinite;
}
@-webkit-keyframes p3x2_2 {
    0%
    {
        top:200px;
        left:-600px;
    }
    50%
    {
        top:200px;
        left:-750px;
    }
    100%
    {
        top:200px;
        left:-600px;
    }
}

@keyframes p3x2_2 {
    0%
    {
        top:200px;
        left:-600px;
    }
    50%
    {
        top:200px;
        left:-750px;
    }
    100%
    {
        top:200px;
        left:-600px;
    }
}
#mask{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #000;
    opacity: 0.8;
}
#mask.active{
    display: block;
}
.videoBox{
    display: none;
    width: 712px;
    height: 400px;
    background: #000;
    z-index: 10000;
    position: fixed;
}
.videoBox.active{
    display: block;
}
.videoClose {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10001;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #000;
    cursor: pointer;
}
#videoPlayer{
    width: 100%;
    height: 100%;
}
