    .pbanner {
        min-height:500px;
        width: 100%;
    }

    .pbanner .img01 {
        -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
        animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }
    .pbanner:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .pbanner img {
        width: 100%;
        display: block;
        height: auto;
    }

    @-webkit-keyframes scaleUpDown {
        from {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes scaleUpDown {
        from {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .header1 h1 {
        width: 480px !important;
        height: 80px;
        top: -7px !important;
        position: relative;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .fl {
        float: left;
        display: inline;
    }

    nav ul {
      list-style: none;
    }
    .container {
        *zoom: 1;
        position: fixed;
        margin: 0 auto;
        padding: 0;
        height: 100%;
        top: 0px;
        z-index: 999999999;
        height: 80px;
        /*background: rgba(255, 255, 255, 0.3);*/
        background: rgba(0, 0, 0, 0.2);
        width: 900px;
        box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    

    .container:before,
    .container:after {
      content: "";
      display: table;
    }
    .container:after {
      clear: both;
    }

    @media (min-width: 1200px) {
    #w_grid-1593581824152 >div {
        margin-left: 485px !IMPORTANT;
    }

    .c_portalResnav_main-01001019 .header1 {
        left: 50% !important;
        margin-left: -600px !important;
        padding: 0 !important;
    }

    .c_portalResnav_main-01001019 .header1 {
        width: 1210px !important;
    }

    .c_portalResnav_main-01001019 .header1 nav {
        width: 745px !important;
    }

    .container {
        width: 100% !important;
    }
}
.header-left{padding-top:15px;}
/*.nav {
  margin-bottom: 48px;
}*/
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
  padding: 15px 30px 0px 0px;
}
.nav a {
  display: block;
  height: 48px;
  
  line-height: 1.2em;
  color: #fff;
  /*border-left: 1px solid #595959;*/
}
.nav a:hover {
  text-decoration: none;
  color:#F00;
  border-bottom: 2px solid #F00;
  /*background: #595959;*/
}
.nav ul li i{font-style: normal;font-size:10px;display: block;}
.nav li ul {
  background: #fff;
}
.nav li ul li {
  width: 180px;
}
.nav li ul a {
  border: none;
  color:#000;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.nav li ul a:hover {
  background: rgba(0, 101, 153, 1);
  color:#FFF;
}
/* Not Animated
============================== */
.nav1 ul > li:hover ul {
  left: 0;
}
.nav1 li ul {
  position: absolute;
  left: -9999em;
  top: 36px;
  z-index: 1;
}
/* Fade In and Out
============================== */
.nav2 ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav2 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
/* Slide Down
============================== */
.nav3 ul > li:hover ul li {
  height: 48px;
}
.nav3 li ul {
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 1;
}
.nav3 li ul li {
  overflow: hidden;
  height: 0;
  padding: 0 !important;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  position: relative;
}
.nav3 li ul li em { position: absolute; right: 10px;font-size: 18px;font-weight: bold;color:#FFF;}
/* Slide Down 2
============================== */
.nav4 ul > li:hover ul li {
  max-height: 150px;
}
.nav4 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
}
.nav4 li ul li {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
/* Fold Out
============================== */
.nav5 ul > li:hover ul {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.nav5 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}


.fountainTextG{
    color:#000000;
    font-family:Arial;
    font-size:40px;
    text-decoration:none;
    font-weight:bold;
    font-style:normal;
    float:left;
    -moz-animation-name:bounce_fountainTextG;
    -moz-animation-duration:1.82s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -moz-transform:scale(.5);
    -webkit-animation-name:bounce_fountainTextG;
    -webkit-animation-duration:1.82s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -webkit-transform:scale(.5);
    -ms-animation-name:bounce_fountainTextG;
    -ms-animation-duration:1.82s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -ms-transform:scale(.5);
    -o-animation-name:bounce_fountainTextG;
    -o-animation-duration:1.82s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    -o-transform:scale(.5);
    animation-name:bounce_fountainTextG;
    animation-duration:1.82s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    transform:scale(.5);
}

#fountainTextG_1{
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    animation-delay:0.52s;
}

#fountainTextG_2{
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    animation-delay:0.65s;
}

#fountainTextG_3{
    -moz-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -o-animation-delay:0.78s;
    animation-delay:0.78s;
}

#fountainTextG_4{
    -moz-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    -o-animation-delay:0.91s;
    animation-delay:0.91s;
}

#fountainTextG_5{
    -moz-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    -o-animation-delay:1.04s;
    animation-delay:1.04s;
}

#fountainTextG_6{
    -moz-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    -o-animation-delay:1.17s;
    animation-delay:1.17s;
}

#fountainTextG_7{
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s;
}

#fountainTextG_8{
    -moz-animation-delay:1.43s;
    -webkit-animation-delay:1.43s;
    -ms-animation-delay:1.43s;
    -o-animation-delay:1.43s;
    animation-delay:1.43s;
}

#fountainTextG_9{
    -moz-animation-delay:1.56s;
    -webkit-animation-delay:1.56s;
    -ms-animation-delay:1.56s;
    -o-animation-delay:1.56s;
    animation-delay:1.56s;
}

#fountainTextG_10{
    -moz-animation-delay:1.69s;
    -webkit-animation-delay:1.69s;
    -ms-animation-delay:1.69s;
    -o-animation-delay:1.69s;
    animation-delay:1.69s;
}

@-moz-keyframes bounce_fountainTextG{
    0%{
        -moz-transform:scale(1);
        color:#000000;
    }

    100%{
        -moz-transform:scale(.5);
        color:#FFFFFF;
    }

}

@-webkit-keyframes bounce_fountainTextG{
    0%{
        -webkit-transform:scale(1);
        color:#000000;
    }

    100%{
        -webkit-transform:scale(.5);
        color:#FFFFFF;
    }

}

@-ms-keyframes bounce_fountainTextG{
    0%{
        -ms-transform:scale(1);
        color:#000000;
    }

    100%{
        -ms-transform:scale(.5);
        color:#FFFFFF;
    }

}



@keyframes bounce_fountainTextG {
    0% {
        transform: scale(1);
        color: #000000;
    }

    100% {
        transform: scale(.5);
        color: #FFFFFF;
    }
}



.swiper-container{
    height: calc(100vh);
    /*height:1140px;*/
    overflow: hidden;
}

/*
#loading{
    background: transparent url("/zhibo_sport/img/page1.jpg") no-repeat center top;
    background-size: 100% 100%;
    width:640px;
    height:1140px;
}
#loading .icon{
    position: absolute;
    top:80px;left:230px;
}
#loading .puple{
    position: absolute;
    top:20px;left:430px;
}
#loading h1{
    font-size: 70px;color:#000;letter-spacing: 15px;top:240px;left:165px;position: absolute;
}
#loading h2{
    font-size: 32px;color:#000;letter-spacing: 10px;top:360px;left:160px;position: absolute;
}
#loading .line{
    position: absolute;top: 345px;
    left: 160px;
    height:2px;
    background: #000;width:325px;
}
#loading .download{
    width:325px;height:65px;display:block;
    font-size: 35px;color:#000;border-radius: 40px;
    background: #00a2ff;text-align: center;
    line-height: 65px;position: absolute;top:530px;left:160px;
}
#loading h3{
    font-size: 24px;color:#000;letter-spacing: 2px;position: absolute;bottom:10px;right:10px;
}*/

#fountainTextG{
    padding:0px 225px;
    width:190px;
    top:460px;
    margin-top: -20px;
    position: absolute;
}

/*page1*/
.swiper-slide1{
    background: url("/indexnew/abox1_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
    z-index: 9999;
}
.abcdefg{
    position: relative;
    height: 100%;
    background: transparent url("/zhibo_sport/img/1.jpg") no-repeat center top;
    background-size: 100% 100%;
}
.swiper-slide1 .iconm{
    position: absolute;
    top:95px;left:350px;
}
.swiper-slide1 .puple{
    position: absolute;
    top:20px;left:431px;
}
.swiper-slide1 h1{
    font-size: 70px;color:#000;letter-spacing: 15px;top:190px;left:165px;position: absolute;
}
.swiper-slide1 h2{
    font-size: 32px;color:#000;letter-spacing: 10px;top:310px;left:160px;position: absolute;
}
.swiper-slide1 .download{
    width:325px;height:65px;display:block;
    font-size: 35px;color:#000;border-radius: 40px;
    background: #00a2ff;text-align: center;
    line-height: 65px;position: absolute;top:430px;left:160px;
}
.swiper-slide1 .page1mobile{
    position: absolute;top:577px;left:85px;
}

.swiper-slide1 .shoe1{
    position: absolute;top:680px;left:12px;width:20%;
}

.swiper-slide1 .shoe2{
    position: absolute;top:500px;left:125px;width:20%;
}

.swiper-slide1 .shoe3{
    position: absolute;top:645px;left:245px;width:20%;
}

.swiper-slide1 .shoe4{
    position: absolute;top:547px;left:375px;width:20%;
}

.swiper-slide1 .shoe5{
    position: absolute;top:627px;left:500px;width:20%;
}

.swiper-slide1 .page1mobile_pic{
    position: absolute;top: 568px;
    left: 62px;
}
.swiper-slide1 .line{
    position: absolute;top: 295px;
    left: 160px;
    height:2px;
    background: #fff;width:325px;
}
.swiper-slide1 h3{
    font-size: 24px;color:#000;letter-spacing: 2px;position: absolute;bottom:10px;right:10px;
}
/*page2*/
.swiper-slide2{
    background: url("/indexnew/abox2_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
}


.swiper-slide2 .page2mobile_pic{
    position: absolute;top: 20px;
    left: 15px;
}

.swiper-slide2 .page2_1{
    position: absolute;top: 10px;
    /*left: 0; right: 0;*/
    margin: auto;
}
.swiper-slide2 .page2_2{
    position: absolute;top: 860px;
    /*left: 0; right: 0;
    margin: auto;*/
}

.swiper-slide2 .page2_1_txt_1{
    font-size: 26px;color:#000;letter-spacing: 2px;position: absolute;top:240px;left: 295px;
}
.swiper-slide2 .page2_1_txt_2{
    font-size: 26px;color:#000;letter-spacing: 2px;position: absolute;top:410px;left: 95px;
}

.swiper-slide2 .page2_2_txt_1{
    font-size: 26px;color:#000;letter-spacing: 2px;position: absolute;top:620px;left: 385px;
}
.swiper-slide2 .page2_2_txt_2{
    font-size: 26px;color:#000;letter-spacing: 2px;position: absolute;top:770px;left: 210px;
}

.swiper-slide2 h2{
    font-size: 35px;color:#000;font-weight: bold;letter-spacing: 2px;position: absolute;top: 110px;
    left: 135px;
}

.swiper-slide2 h2 strong{
    font-size: 44px;color:#f2661f;font-weight: bold;
}

.swiper-slide2 ul{
    position: absolute;position: absolute;top: 700px;
    left: 100px;
}

.swiper-slide2 ul li{
    color:#5cc3e8;
    font-size: 21px;
    line-height: 45px;letter-spacing: 1px;
    background: url("/zhibo_sport/img/gou.png") no-repeat left center;
    text-indent: 45px;
}


.swiper-slide3{
    background: url("/indexnew/abox3_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.swiper-slide3 h2{
    /*font-size: 35px;color:#000;font-weight: bold;letter-spacing: 2px;
    position: absolute;top: 90px;
    left: 110px;*/
    padding-top: 150px;
    margin:0 auto;
    width: 150px;
}
.swiper-slide3 h2 strong{
    font-size: 44px;color:#f2661f;font-weight: bold;
}
.swiper-slide3 p{
    font-size: 21px;color:#474747;line-height: 30px;position: absolute;top: 640px;
    left: 40px;
    line-height: 35px;
}
.swiper-slide3 .page3_1{
    /*position: absolute;top: 200px;left: 30px;*/
}
.swiper-slide3 .page3_2{
    position: absolute;top: 200px;left: 340px;
}
.swiper-slide3 .page3_3{
    position: absolute;top: 200px;left: 70px;
}
.swiper-slide3 .page3_4{
    position: absolute;top: 200px;left: 340px;
}
.swiper-slide3 .page3_5{
    position: absolute;top: 200px;left: 70px;
}
.swiper-slide3 .page3mobile{
    position: absolute;
    top: 150px;
    left: 355px;
    z-index: 2014;
}
.swiper-slide3 .page3mobile_pic{
    top: 75px;
    left: 365px;
    position: absolute;
}

.swiper-slide4{
    background: url("/indexnew/abox4_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
}
.swiper-slide4 h2{
    /*font-size: 35px;color:#000;font-weight: bold;letter-spacing: 2px;
    position: absolute;top: 90px;
    left: 110px;*/
    padding-top: 150px;
    margin:0 auto;
    width: 150px;
}

.swiper-slide4 h2 strong{
    font-size: 44px;color:#f2661f;font-weight: bold;
}
.swiper-slide4 p{
    font-size: 21px;color:#474747;line-height: 30px;position: absolute;top:760px;
    left: 120px;
    line-height: 35px;
}
.swiper-slide4 .page4mobile{
    position: absolute;
    top:85px;
    left: 103px;
}
/*.swiper-slide4 img{border: 1px solid #FFF;}
.swiper-slide4 .page4_1{position: absolute;top:180px;left: 50px;}
.swiper-slide4 .page4_3{position: absolute;top:660px;left: 50px;}
.swiper-slide4 .page4_4{position: absolute;top:420px;left: 50px;}
.swiper-slide4 .page4_5{position: absolute;top:420px;left: 330px;}*/

.swiper-slide5{
    background: url("/indexnew/abox5_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
}
/*.swiper-slide5 h2{
    font-size: 35px;color:#333333;font-weight: bold;letter-spacing: 2px;
    position: absolute;top: 125px;
    left: 105px;
    line-height:60px;
}*/
.swiper-slide5 h2{
    padding-top: 130px;
    margin:0 auto;
    width: 960px;
}
.swiper-slide5 h2 strong{
    font-size: 44px;color:#f2661f;font-weight: bold;
}
.swiper-slide5 p{
    font-size: 21px;color:#474747;line-height: 30px;position: absolute;top:205px;
    left: 55px;
    line-height: 35px;
}

.swiper-slide5 .page5mobile{
    position: absolute;top:365px;
    left: 55px;
}
.swiper-slide5 .page5mobile_pic{
     position: absolute;top:370px;
     left: 55px;
 }

.swiper-slide5 .page5_1{position: absolute;top:250px;left:0px;}
.swiper-slide5 .page5_2{position: absolute;top:420px;left:0px;}
.swiper-slide5 .page5_3{position: absolute;top:600px;left:0px;}
.swiper-slide5 .page5_4{position: absolute;top:790px;left:0px;}

.swiper-slide6{
    background: url("/indexnew/abox6_bgx.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.bottom{
    position: fixed;
    bottom: 0px;
    margin-left: -72px;
    left:50%;
    z-index: 2015;
}

.box1_1d .box1_1d_fl{width: 420px;float: left; }
.box1_1d .box1_1d_fr{width: 740px;float: right; }
.box1_1d .box1_1d_fl img{margin:35px 0 0 35px;}
.box1_1d .box1_1d_fr .box1_1d_fr_body{padding:35px 40px 20px 20px;}
.box1_1d_fr_body_title{font-size: 22px;color:#21476e;padding-bottom:10px;font-weight: bold;}
.box1_1d .box1_1d_fr .box1_1d_fr_body span{font-size: 16px;}
.box1_4icon{display: block;margin-top: 28px;}
.box1_4icon ul,.box1_4icon li{list-style: none;}
.box1_4icon li{float: left;margin:0px 35px;}
.box1_4icon li img{width:90px;height: 90px;}
.box1_4icon_more{clear: both;display: block;margin: 36px 0 0 35px;}

.imgcth img {width: 100%;transition: opacity 0.5s ease;}
.imgcth img:hover {opacity: 0;}
.imgc1:hover img {opacity: 1;content: url('/indexnew/box1_4-1b.png');}
.imgc2:hover img {opacity: 1;content: url('/indexnew/box1_4-2b.png');}
.imgc3:hover img {opacity: 1;content: url('/indexnew/box1_4-3b.png');}
.imgc4:hover img {opacity: 1;content: url('/indexnew/box1_4-4b.png');}