.__style{
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/**topbar**/
.topbar{
    position: fixed;
    width: 100%;
    z-index: 2;
}

/**menu-list**/
.topbar .menu-list{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 1rem;
}
.topbar .menu-list li{
    height: 1.4rem;
    border-bottom: 0.01rem solid rgba(150, 150, 150, 0.8);
    margin: 0 0.4rem;
    overflow: hidden;
}
.topbar .menu-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.36rem;
}
.topbar .menu-list li.active a{
    font-weight: bold;
}
.topbar .menu-list li.close-btn i{
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/menu_close_icon.png) no-repeat 0 0;
    display: block;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    margin: 0.3rem auto 0;
}

.s-content{
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
}
.s-front{
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.s-video{
    width: 100%;
    height: 100%;
    position: absolute;
}
.s-video video{
    height: 100%;
    width: 100%;
}
/**fp-index**/
.fp-index .index-video-wpr{
    transition: all 1s;
    cursor: pointer;
}
.fp-index .index-video-wpr:hover{
    transform: scale(1.1);
}
.fp-index .index-video-wpr .out{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 1s;
}
.fp-index .index-video-wpr .in{
    position: absolute;
    background-repeat: no-repeat;
}
.fp-index .yuyue_btn{
    width: 100%;
    height: 100%;
    display: block;
}
.fp-index .yuyue_btn_outer .text{
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    margin-top: -0.1rem;
}
.fp-index .index-music-wpr{
    background-repeat: no-repeat;
    text-align: center;
    line-height: 0.58rem;
    z-index: 10;
    cursor: pointer;
    position: fixed;
}
.fp-index .index-music-wpr .music-icons{
    display: inline-block;
    margin-left: -0.03rem;
}
.fp-index .index-music-wpr .music-icons i{
    display: inline-block;
    vertical-align: middle;
    width: 0.06rem;
    background-repeat: no-repeat;
    height: 0.2rem;
    margin-right: -0.04rem;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
}
.fp-index .index-music-wpr .music-icons i:first-child {
    -webkit-transform: scaleY(1);
    transform: scaleY(.9);
    -moz-transform: scaleY(.9);
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -moz-animation-delay: 0;
}
.fp-index .index-music-wpr .music-icons i:nth-child(2) {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    -moz-animation-delay: -.5s;
}
.fp-index .index-music-wpr .music-icons i:nth-child(3) {
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    -moz-animation-delay: -.3s
}
.fp-index .index-music-wpr .music-icons i:nth-child(4) {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
    -moz-transform: scaleY(.7);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    -moz-animation-delay: -.7s
}
.fp-index .playing .music-icons i{
    -webkit-animation: pangu-widget-music 1s linear infinite;
    animation: pangu-widget-music 1s linear infinite;
    -moz-animation: pangu-widget-music 1s linear infinite;
}
@-webkit-keyframes pangu-widget-music {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
    }

    20% {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -moz-transform: scaleY(.5);
    }

    40% {
        -webkit-transform: scaleY(.7);
        transform: scaleY(.7);
        -moz-transform: scaleY(.7);
    }

    60% {
        -webkit-transform: scaleY(.3);
        transform: scaleY(.3);
        -moz-transform: scaleY(.3);
    }

    80% {
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -moz-transform: scaleY(.6);
    }
}

@keyframes pangu-widget-music {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
    }

    20% {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -moz-transform: scaleY(.5);
    }

    40% {
        -webkit-transform: scaleY(.7);
        transform: scaleY(.7);
        -moz-transform: scaleY(.7);
    }

    60% {
        -webkit-transform: scaleY(.3);
        transform: scaleY(.3);
        -moz-transform: scaleY(.3);
    }

    80% {
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -moz-transform: scaleY(.6);
    }
}

/**fp-news**/
#news_img_swiper{
    margin: 2.2rem auto 0;
    position: relative;
    z-index: 2;
}
#news_img_swiper .swiper-container{
    border: 0.07rem solid #fff;
}
#news_img_swiper .swiper-slide{
    width: 100%;
    height: 100%;
}
#news_img_swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#news_img_swiper .swiper-slide .title{
    position: absolute;
    width: 100%;
    height: 1.5rem;
    background: url(../img/img_mask.png) no-repeat left bottom;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 0.22rem;
    line-height: 2.4rem;
    text-indent: 0.2rem;
}
#news_img_swiper .swiper-slide img.empty{
    width: 100%;
    height: 100%;
}
#news_img_swiper .swiper-slide img.img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#news_img_swiper .swiper-container-horizontal>.swiper-pagination-bullets, 
#news_img_swiper .swiper-pagination-custom, 
#news_img_swiper .swiper-pagination-fraction{
    padding: 0 0.15rem;
    box-sizing: border-box;
    text-align: right;
    bottom: 0.1rem;
}
#news_img_swiper .swiper-pagination-bullet{
    border-radius: 0;
    opacity: 1;
    background-size: 100% auto;
}
#news_img_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.03rem;
}

/**新闻列表**/
#new_info_slider{
    width: 6.75rem;
    height: 5.16rem;
    background: url(../img/news_bg.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0.2rem auto 0;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
#new_info_slider .tabs{
    margin-bottom: 0.1rem;
    position: relative;
    border-bottom: 0.01rem solid #246ee3;
}
#new_info_slider .tabs ul{
    overflow: hidden;
}
#new_info_slider .tabs ul li{
    float: left;
    margin-right: 0.2rem;
    padding-bottom: 0.1rem;
}
#new_info_slider .tabs ul li span{
    font-size: 0.18rem;
    color: #323232;
    padding-left: 0.2rem;
}
#new_info_slider .tabs ul li:last-child span{
    display: none;
}
#new_info_slider .tabs ul li a{
    font-size: 0.28rem;
    color: 333333;
    font-weight: bold;
}
#new_info_slider .tabs ul li a:hover,
#new_info_slider .tabs ul li.active a{
    color: #246ee3;
    text-decoration: none;
}
#new_info_slider .tabs .more{
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/news_more.png) no-repeat 0 0;
    background-size: 100% auto;
}
#new_info_slider .news-list li{
    border-bottom: 0.01rem solid #c6d8e1;
    height: 0.7rem;
    line-height: 0.7rem;
    background-size: 100% auto;
    text-indent: 0.1rem;
    position: relative;
}
#new_info_slider .news-list li .icon{
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/news_icon_01.png) no-repeat 0 50%;
    position: absolute;
    left: 0;
    top: 0.29rem;
    background-size: 100% auto;
}
#new_info_slider .news-list .swiper-container li a{
    display: block;
    width: 100%;
    position: relative;
}
#new_info_slider .news-list li,
#new_info_slider .news-list li a{
    font-size: 0.22rem;
    color: #333;
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0.04rem;
    box-sizing: border-box;
}
#new_info_slider .news-list li .n_title{
    width: 4rem;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right:0.3rem;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
#new_info_slider .news-list li:hover .icon{
    background-image: url(../img/news_icon_02.png);
}
#new_info_slider .news-list li a:hover .n_title{
    color: #246ee3;
}
#new_info_slider .news-list li .date{
    color: #666;
    position: absolute;
    width: 1.5rem;
    right: 0;
    text-align: right;
    top: 0.02rem;
    font-size: 0.22rem;
}

/**fp-partner**/
.fp-partner,.s-content{
    width: 100%;
    height:100%;
}
.fp-partner .s-content{
    background: url('../img/friend/bg.png') center center no-repeat;
    background-size: cover;
}
.fp-partner .s-content .s-title{
    width: 100%;
    height: 1.20rem;
    left: 0;
    top:1rem;
    background: url('../img/friend/title.png') center center no-repeat;
    background-size: contain;
}
.fp-partner .s-content .s-footer{
    width: 100%;
    height: 0.66rem;
    left: 0;
    bottom:0;
    background: url('../img/friend/footer.png') center center no-repeat;
    background-size: contain;
    z-index: 10;
}
/*swiper*/
.fp-partner .s-content .friend-swiper-wrap{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.fp-partner .s-content .friend-swiper-wrap .swiper-container{
    width: 100%;
    height:95%;
}
.fp-partner .s-content .swiper-slide .info .intro img{
    width: 100%;
}
.fp-partner .s-content .swiper-slide .role img{
    width: 100%;
}
.fp-partner .s-content .friend-swiper .friend-toleft{
    top: 4.2rem;
    background-size: contain;
}
.fp-partner .s-content .friend-swiper .friend-toright{
    top: 4.2rem;
    background-size: contain;
}
.fp-partner .s-content .friend-swiper .cv .stop{
    display:none;
} 

.fp-feature .s-content{
    background: url('../img/feature/bg.png') center center no-repeat;
    background-size: cover;
}
.fp-feature .s-content .s-title{
    background-size: contain;
}
.fp-feature .s-content .s-txt{
    width: 2.4rem;
    height: 0.33rem;
    left: 50%;
    bottom:1.3rem;
    transform: translateX(-50%);
    background: url('../img/feature/txt.png') center center no-repeat;
    background-size: contain;
}
/*swiper*/
.fp-feature .s-content .feature-swiper-wrap{
    top:3rem;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-height: 700px) {
    .fp-feature .s-content .feature-swiper-wrap{
        top:2.4rem;
    }
    .fp-feature .s-content .s-txt{
        bottom: 1rem;
    }
}
.fp-feature .s-content .feature-swiper-wrap .swiper-container{
    width:6.66rem;
    height: 6.88rem;
}
.fp-feature .s-content .feature-swiper-wrap .swiper-container .swiper-slide {
    position: relative;
}
.fp-feature .s-content .feature-swiper-wrap .swiper-container .swiper-slide img{
    width:6.66rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.fp-story,.s-content{
    width: 100%;
    height:100%;
}
.fp-story .s-content .video{
    width: 100%;
    height: 100%;
}
.fp-story .s-content .video .video-mask{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 1s;
    background: url(../img/story/video_bg.png) no-repeat 0 0;
}
.fp-story .s-content .video .video-bg{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.fp-story .s-content .title{
    width: 100%;
    height: 1.20rem;
    left: 0;
    top:1rem;
    background-size: cover;
}
.fp-story .s-content .v-btn{
    left: 50%;
}
.fp-story .s-content .v-btn .v-wrap{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.fp-story .s-content .v-btn .v-center{
    
}
.fp-story .s-content .scrollBox{
    left: 50%;
    transform: translateX(-50%);
}
.fp-story .s-content .scrollBox .box-content{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fp-story .s-content .scrollBox .word-text{
    width: 100%;
}
.fp-story .s-content .btn-zyjs{
    width: 1.62rem;
    height: 0.24rem;
    top:2.1rem;
    right: 0.55rem;
    background: url('../img/story/btn_zyjs.png') no-repeat;
    background-size: cover;
}
.fp-story .s-content .btn-sjg{
    width: 1.39rem;
    height: 0.24rem;
    top:2.1rem;
    right: 0.55rem;
    background: url('../img/story/btn_sjg.png') no-repeat;
    background-size: cover;
}
.fp-story .s-content .story-swiper-wrap{
    width: 5.43rem;
    top:3rem;
    left: 50%;
    transform: translateX(-50%);
}
.fp-story .s-content .story-swiper-wrap .story-swiper{
    width: 100%;
}
.fp-story .s-content .story-swiper-wrap .swiper-wrapper .swiper-slide{
    width: 2.98rem;
}
.fp-story .s-content .story-swiper-wrap .swiper-wrapper .swiper-slide.swiper-slide-active{
    background:url('../img/story/black.jpg') no-repeat;
    background-size: contain;
}
.fp-story .s-content .story-swiper-wrap .swiper-wrapper img{
    width:100%;
}
.fp-story .s-content .story-swiper-wrap .story-toleft,.s-content .story-swiper-wrap .story-toright{
    width: 0.58rem;
    height: 1.12rem;
    margin-top:-0.8rem;
}
.fp-story .s-content .story-swiper-wrap .story-toleft{
    background: url('../img/story/left.png') no-repeat;
    background-size: cover;
    margin-left: -0.9rem;
}
.fp-story .s-content .story-swiper-wrap .story-toright{
    background: url('../img/story/right.png') no-repeat;
    background-size: cover;
    margin-right: -0.9rem;
}

.fp-story .s-content .page2{
    transition: all 0.2s;
    opacity: 1;
}
.fp-story .s-content .page2.page2Hide{
    transform: translate3d(0,0,0);
    opacity: 0;
}

/**footer**/
.footer{
    width: 100%;
    background: #d9d9d9;
    padding-bottom: 0.3rem;
    overflow: hidden;
}
.footer .tianti-logo{
    display: block;
    width: 2.15rem;
    height: 0.65rem;
    background: url(http://www.100bt.com/rev/waltz_m/img/tianti_logo.png) no-repeat 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    margin: 0 auto;
    margin: 0.2rem auto;
}
.footer .link-list{
    text-align: center;
}
.footer .link-list li{
    font-size: 0.24rem;
    color:#797979;
    display: inline-block;
}
.footer .link-list li a{
    font-size: 0.24rem;
    color:#797979;
    width: 1.36rem;
    display: inline-block;
    text-align: center;
}
.footer .link-list li i{   
    font-style: normal;
}
.footer .info{
    margin-top: 0.05rem;
}
.footer .info p{
    font-size: 0.24rem;
    color: #9c9c9c;
    line-height: 0.38rem;
    text-align: center;
    display: block;
}

.returnTop{
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/return_top.png) no-repeat 0 0;
    right: 0.1rem;
    bottom: 0.1rem;
    z-index: 99;
    background-size: 100% auto;
}


.circle_rotate{
    -webkit-animation: circle-rotate 2s linear infinite;
    animation: circle-rotate 2s linear infinite;
    -moz-animation: circle-rotate 2s linear infinite;
}
@keyframes circle-rotate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
.iScrollVerticalScrollbar{
    width: 0!important;
}


