html,body{
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.page-wpr{
    width: 100%;
    height: 100%;
    position: relative;  
}
#commonNav{
    position: fixed !important;
}
/**preload-wpr**/
.preload-wpr{
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    position: fixed;
    z-index: 2222;
}
.preload-wpr .line-l{
    /* width: 830px; */
    height: 2px;
    background: #4e8ae8;
    position: absolute;
    left: 0;
    top: 50%;
    /* margin-left: -50%; */
    /* animation: 4s line ease alternate; */
}
.preload-wpr .line-r{
    /* width: 833px; */
    height: 2px;
    background: #4e8ae8;
    position: absolute;
    right: 0;
    top: 50%;
    /* margin-right: -50%; */
    /* animation: 4s line ease alternate; */
}
@keyframes line {
    from {
        width: 0;
    }
    to {
        width: 833px;
    }
}
.preload-wpr .shadow{
    width: 100%;
    height: 168px;
    background: url(../img/preload/shadow.png) no-repeat 50% 50%;
    margin-top: 16px;
    top: 50%;
    position: absolute;
    animation: 4s shadow ease alternate;
}
@keyframes shadow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.preload-wpr .center{
    width: 372px;
    height: 375px;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.preload-wpr .center .cube{
    width: 100%;
    height: 100%;
    background: url(../img/preload/cube.png) no-repeat 0 0;
    animation: 1.5s up-down-t2 ease-in-out infinite alternate;
}
.preload-wpr .center .star{
    width: 202px;
    height: 124px;
    background: url(../img/preload/star.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -107px;
    top: 149px;
    animation: 1.5s up-down-t1 ease-in-out infinite alternate;
}
@keyframes up-down-t1 {
    from {
        transform: translateY(5px);
    }
    to {
        transform: translateY(-5px);
    }
}
@keyframes up-down-t2 {
    from {
        transform: translateY(8px);
    }
    to {
        transform: translateY(-8px);
    }
}
/* @media screen and (max-width: 1680px) {
    .preload-wpr {
      zoom: 0.87;
    }
}
@media screen and (max-width: 1600px) {
    .preload-wpr {
      zoom: 0.8;
    }
}
@media screen and (max-width: 1440px) {
    .preload-wpr {
      zoom: 0.74;
    }
}
@media screen and (max-width: 1366px) {
    .preload-wpr {
      zoom: 0.7;
    }
}
@media screen and (max-width: 1280px) {
    .preload-wpr {
      zoom: 0.66;
    }
}
@media screen and (max-width: 1024px) {
    .preload-wpr {
      zoom: 0.53;
    }
} */

.container{
    display: none;
}

/**menu**/
.menu-wpr{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
.menu-wpr ul{
    transform-origin: 0 50%;
}
.menu-wpr .item{
    background-repeat: no-repeat;
    background-position: 0 0;
}
.menu-wpr .item a{
    font-size: 20px;
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 33px;
    line-height: 16px;
    margin-top: 10px;
}
.menu-wpr .item a:hover{
    text-decoration: none;
}
.menu-wpr .item.active a{
    color: #246ee3;
}

/**rightBar**/
.rightBar{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    width: 210px;
    height: 100%;
}
.rightBar .index-music-wpr{
    background-repeat: no-repeat;
    text-align: center;
    line-height: 58px;
    z-index: 10;
    cursor: pointer;
    position: fixed;
}
.rightBar .index-music-wpr .music-icons{
    display: inline-block;
}
.rightBar .index-music-wpr .music-icons i{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    background-repeat: no-repeat;
    height: 20px;
    margin-right: -2px;
    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%;
}
.rightBar .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;
}
.rightBar .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;
}
.rightBar .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
}
.rightBar .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
}
.rightBar .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);
    }
}
.yuyue{
    cursor: pointer;
    
    z-index: 99;
}
.yuyue p{
    position: absolute;
    text-align: center;
}
.hoverAni{
    animation: 1.5s up-down ease-in-out infinite;
    animation-direction: alternate;
}
@keyframes up-down {
    from {
        transform: translateY(10px);
    }
    to {
        transform: translateY(-10px);
    }
}
.yuyue:hover{
    animation: none;
}
.rightBar .download{
    position: relative;
}
.rightBar .download .dl-btns{
    margin-top: 10px;
}
.rightBar .download .dl-btns a{
    display: block;
    transition: all .5s ease;
}
.rightBar .download .dl-btns a:hover{
    transform: translateY(-10px);
}
.rightBar .yuyue p{
    position: absolute;
    width: 119px;
    height: 27px;
    left: 66px;
    top: 187px;
    padding: 0px 2px;
    box-sizing: border-box;
    color: #ffd9d9;
    font-size: 14px;
    text-align: center;
}
.rightBar .news-box{
    background-repeat: no-repeat ;
    cursor: pointer;
    transition: all .5s ease;
}
.rightBar .news-box:hover{
    transform: translateY(-10px);
}
.rightBar .channel-box{
    background-repeat: no-repeat ;
    cursor: pointer;
    transition: all .5s ease;
}
.rightBar .channel-box:hover{
    transform: translateY(-10px);
}

/**共用**/
.s-content{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 1024px){
    .s-content{
        background-position: 50% 50%;
    }
}
.s-video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.s-video video{
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
@media screen and (min-aspect-ratio: 1920/992){
    .s-video video{
        height: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
}
.s-front{
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.innerW{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    transform-origin: 50% 50%!important;
}

/**首屏**/
.fp-index{
    overflow: hidden;
}
.fp-index .logo{
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.fp-index .slogan{
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.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-position: 50% 50%;
}
.fp-index .index-video-wpr .in{
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 1s;
}
.fp-index .index-video-wpr:hover .in{
    transform: rotate(360deg);
}
.fp-index .download-wpr .dl-btns a{
    display: block;
    transition: all .5s ease;
}
.fp-index .download-wpr .dl-btns a:hover{
    transform: translateY(-10px);
}

/**fp-section1**/
.fp-section1 .swiper-container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fp-section1 .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}


.fp-section1 .info{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}


.fp-section1 .info .intro{
    z-index: 2;
    width: 680px;
    height: 1000px;
    top: 0px;
    left: 0px;
}


.fp-section1 .info .cv{
    background-repeat: no-repeat;
    z-index: 4;
    cursor: pointer;
    transition: all .5s ease;
}


.fp-section1 .info .cv:hover{
    transform: translateY(-10px);
}


.fp-section1 .role{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /* transform: translateX(100px); */
    width: 1360px;
    height: 1000px;
    top: 0;
    left: 200px;
}

.fp-section1 .swiper-slide-active .role{
    /* opacity: 1; */
    /* transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; */
}

.fp-section1 .fadeOut .role{
    transform: translateX(100px);
    opacity: 0;
}


.fp-section1 .info img,
.fp-section1 .role img{
    height: 100%;
}



.fp-section1 .swiper-controllers .prev,
.fp-section1 .swiper-controllers .next{
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition: all .5s ease-in-out;
}


.fp-section1 .swiper-controllers .prev:hover{
    transform: translateX(-10px);
}


.fp-section1 .swiper-controllers .next:hover{
    transform: translateX(10px);
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        -ms-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        -ms-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        -ms-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        -ms-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
/* .fp-section1{
    overflow: hidden;
}
.fp-section1 .s-title{
}
.fp-section1 .swiper-container{
    width: 1200px;
    height: 100%;
    overflow: unset;
    transform-origin: 50% 50%!important;
}
.fp-section1 .swiper-wrapper{
    width: 1200px;  
    height: 100%;
    margin: 0 auto;
    overflow: unset;  
    
}
.fp-section1 .swiper-slide{
    width: 100%!important;
}
.fp-section1 .info{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    transform: translateX(-100px);
    opacity: 0;
}
.fp-section1 .swiper-slide-active .info{
    opacity: 1;
    transform: translateX(0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.fp-section1 .info .intro{
    z-index: 2;
}
.fp-section1 .info .cv{
    background-repeat: no-repeat;
    z-index: 4;
    cursor: pointer;
    transition: all .5s ease;
}
.fp-section1 .info .cv:hover{
    transform: translateY(-10px);
}
.fp-section1 .role{
    right: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    transform: translateX(100px);
    opacity: 0;
}
.fp-section1 .info img,
.fp-section1 .role img{
    height: 100%;
}
.fp-section1 .swiper-slide-active .role{
    opacity: 1;
    transform: translateX(0);
}
.fp-section1 .swiper-controllers .prev,
.fp-section1 .swiper-controllers .next{
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition: all .5s ease;
}
.fp-section1 .swiper-controllers .prev:hover{
    transform: translateX(-10px);
}
.fp-section1 .swiper-controllers .next:hover{
    transform: translateX(10px);
} */

/**fp-section3**/
.fp-section3{

}
.fp-section3 .s-title{
    background-repeat: no-repeat;
}
.fp-section3 .swiper-container{
    top: 50%;
}
.fp-section3 .swiper-controllers .prev,
.fp-section3 .swiper-controllers .next{
    background-repeat: no-repeat;
    transition: all .5s ease;
    cursor: pointer;
    top: 50%;
}
.fp-section3 .swiper-controllers .next:hover{
    transform: translateX(10px);
}
.fp-section3 .swiper-controllers .prev:hover{
    transform: translateX(-10px);
}
.fp-section3 .s-front{
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
}


/**story**/
.fp-section4{
    position: relative;
}
.fp-section4 .video{
    width: 100%;
    height: 100%;
}
.fp-section4 .video .video-mask{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 1s;
}
.fp-section4 .video .video-bg{
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
@media screen and (min-aspect-ratio: 1920/992){
    .fp-section4 .video .video-bg{
        height: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
}
.fp-section4 .v-btn{
    position: absolute;
    left: 50%;
    transition: all 1s;
    cursor: pointer;
    z-index: 3;
}
.fp-section4 .v-btn:hover{
    transform: scale(1.1);
}
.fp-section4 .v-btn .v-wrap{
    width: 100%;
    height: 100%;
    background-size: contain;
}
.fp-section4 .v-btn .v-center{
    background-size: contain;
    top:50%;
    left: 50%;
    transition: all 1s;
}
.fp-section4 .v-btn:hover .v-center{
    transform: rotate(360deg);
}
.fp-section4 .scrollBox{
    width: 100%;
}
.fp-section4 .scrollBox .box-content{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fp-section4 .btn{
    cursor: pointer;
}
.fp-section4 .btn-zyjs:hover{
    right: 274px;
}
.fp-section4 .btn-sjg:hover{
    right: 274px;
}
.fp-section4 .btn-zyjs{
    width: 115px;
    height: 17px;
    background: url('../img/btn_zyjs.png') no-repeat;
    background-size: contain;
    top:160px;
    right: 284px;
    transition: all 1s;
}
.fp-section4 .btn-sjg{
    width: 100px;
    height: 17px;
    background: url('../img/btn_sjg.png') no-repeat;
    background-size: contain;
    top:160px;
    right: 284px;
    transition: all 1s;
}
.fp-section4 .roleList{
    width: 1402px;
    height: 640px;
    top:200px;
    left: 50%;
    margin-left: -701px;
    perspective: 2000px;
}
.fp-section4 .roleList .roleItm{
    width: 220px;
    height: 640px;
    margin:0 30px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}
.fp-section4 .roleList .roleItm.active{
    transform: rotateY(180deg);
}

.fp-section4 .roleList .roleItm .face{
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}


.fp-section4 .roleList .role1 .woman{
    background: url('../img/01_w.png') no-repeat;
    background-size: contain;
}
.fp-section4 .roleList .role2 .woman{
    background: url('../img/02_w.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
}
.fp-section4 .roleList .role3 .woman{
    background: url('../img/03_w.png') no-repeat;
    background-size: contain;
}
.fp-section4 .roleList .role4 .woman{
    background: url('../img/04_w.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
}
.fp-section4 .roleList .role5 .woman{
    background: url('../img/05_w.png') no-repeat;
    background-size: contain;
}
.fp-section4 .roleList .role1 .man{
    background: url('../img/01_m.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
}
.fp-section4 .roleList .role2 .man{
    background: url('../img/02_m.png') no-repeat;
    background-size: contain;
}
.fp-section4 .roleList .role3 .man{
    background: url('../img/03_m.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
}
.fp-section4 .roleList .role4 .man{
    background: url('../img/04_m.png') no-repeat;
    background-size: contain;
}
.fp-section4 .roleList .role5 .man{
    background: url('../img/05_m.png') no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
}


/**footer**/
.footer{
    width: 100%;
    height: 600px;
    background: #ddd;
}


/**弹窗**/
.r-pop-wpr{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 400px;
    height: 100%!important;
    z-index: 22;
    padding: 20px;
    box-sizing: border-box;
    right: -400px;
    top: 50px;
    transition: all .5s ease-in-out;
}
.r-pop-wpr .r-close-btn{
    width: 83px;
    height: 15px;
    background: url(../img/r_pop/close_btn.png) no-repeat 0 0;
    margin-top: 20px;
    cursor: pointer;
    background-size: contain;
}

/**新闻弹窗**/
#news_pop{
    width: 400px;
    background: url(../img/r_pop/bg_02.png) no-repeat 0 0;
    background-size: cover;
}
#news_pop #news_img_swiper{
    width: 360px;
    height:240px;
    margin-top: 30px;
}
#news_img_swiper .swiper-slide{
    width: 100%;
    height: 100%;
}
#news_img_swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
#news_img_swiper .swiper-slide a .text{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/title_mask.png) repeat-x 0 0;
    color: #fff;
    line-height: 62px;
    text-indent: 10px;
}
#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 15px;
    box-sizing: border-box;
    text-align: right;
}
#news_img_swiper .swiper-pagination-bullet{
    border-radius: 0;
    opacity: 1;
}
#news_img_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3px;
}

/**新闻列表**/
#new_info_slider{
    margin-top: 30px;
}
#new_info_slider .tabs{
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #246ee3;
}
#new_info_slider .tabs ul{
    overflow: hidden;
}
#new_info_slider .tabs ul li{
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
}
#new_info_slider .tabs ul li a{
    font-size: 18px;
    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;
    width: 24px;
    height: 24px;
    background: url(../img/news_more.png) no-repeat 0 0;
    background-size: contain;
}
#new_info_slider .news-list li{
    border-bottom: 1px solid #c6d8e1;
    height: 50px;
    line-height: 50px;
    background: url(../img/news_icon_01.png) no-repeat 0 54%;
    text-indent: 8px;
    position: relative;
    background-size: 10px;
}
#new_info_slider .news-list .swiper-container li a{
    display: block;
    width: 100%;
    position: relative;
}
#new_info_slider .news-list li .catagory{
    margin-left: -7px;
    vertical-align: middle;
}
#new_info_slider .news-list li,
#new_info_slider .news-list li a{
    font-size: 15px;
    color: #333;
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
}
#new_info_slider .news-list li .n_title{
    width: 300px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 30px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
#new_info_slider .news-list li:hover{
    background-image: url(../img/news_icon_02.png);
}
#new_info_slider .news-list li a:hover .n_title{
    -webkit-transform: translate(8px, 0);
        -ms-transform: translate(8px, 0);
            transform: translate(8px, 0);
    color: #246ee3;
}
#new_info_slider .news-list li .date{
    color: #666;
    position: absolute;
    width: 60px;
    right: 2px;
    text-align: right;
    top: 2px;
    font-size: 14px;
}

/**官方渠道**/
#channel_pop{
    width: 300px;
    background: url(../img/r_pop/bg_01.png) no-repeat 0 0;
    background-size: cover;
}
#channel_pop .channel-list{
    margin-top: 30px;
}
#channel_pop .channel-list li{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
#channel_pop .channel-list li img{

}

/**share**/
.shareWpr{
    color: #777;
    font-size: 14px;
    line-height: 90px;
    padding-left: 30px;
    text-align: center;
    background: #eee;
}
.shareWpr .shareBtn{
    color: #777;
    font-size: 14px;
    line-height: 90px;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
}
.shareWpr .shareBtn > .icon{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.shareWpr .shareBtn_weixin > .icon{
    background: url(../img/share_wx.png) no-repeat -60px -10px;
}
.shareWpr .shareBtn_qq > .icon{
    background: url(../img/share_qq.png) no-repeat -60px -10px;
}
.shareWpr .shareBtn_qzone > .icon{
    background: url(../img/share_qqzone.png) no-repeat -60px -10px;
}
.shareWpr .shareBtn_sinaweibo > .icon{
    background: url(../img/share_wb.png) no-repeat -60px -10px;
}
.shareWpr .shareBtn:hover{
    text-decoration: none;
}
.shareWpr .shareBtn:hover > .icon{
    background-position: -10px -10px;
}
.shareWpr .shareBtn_weixin:hover{
    color: #6eba57;
}
.shareWpr .shareBtn_qq:hover{
    color: #678be5;
}
.shareWpr .shareBtn_qzone:hover{
    color: #ff9933;
}
.shareWpr .shareBtn_sinaweibo:hover{
    color: #dc4541;
}
.weixincode {
    position: absolute;
    left: -128px;
    bottom: 26px;
    top: auto;
    width: 250px;
    padding: 13px 15px 8px;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    color: #666;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    zoom: 1;
    text-indent: 0;
    z-index: 10;
}
.weixincode .code {
	width: 200px;
    display: inline-block;
}

.role-canvas{
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 99;
}