﻿/*banner*/
.banner-box {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.part1 {
    top: 80px;
    background-color: #1086fd;
    height: 520px;
}

    .part1 .part1_tit {
        position: absolute;
        top: 188px;
        width: 435px;
        height: 182px;
        left: 46px;
    }

    .part1 .part1_pic {
        position: absolute;
        right: 14px;
        width: 726px;
        height: 450px;
        top: 80px;
        z-index: 1;
    }

.a_index {
    position: absolute;
    bottom: 24px;
    text-align: center;
    z-index: 9999;
    left: 50%;
    margin-left: -64px;
}

    .a_index a {
        display: inline-block;
        width: 24px;
        height: 4px;
        background: #fff;
        border-radius: 1px;
        margin-left: 5px;
        opacity: 0.3;
        filter: Alpha(opacity=30)。;
    }

        .a_index a.active {
            background-color: #fff;
            opacity: 20;
            filter: Alpha(opacity=200)。;
        }

.part1 .wrap, .part2 .wrap, .part3 .wrap {
    position: relative;
}

.part2 {
    background-color: #faab3c;
    height: 520px;
}

.part3 {
    background-color: #00bf60;
    height: 520px;
}

    .part2 img, .part3 img {
        position: absolute;
        top: 144px;
        left: 87px;
    }

.part2 .home {
    background: url(../image/part2_pic1.png) no-repeat;
    width: 650px;
    height: 416px;
    right: 0;
    top: 104px;
    position: absolute;
}

.part3 .trophy {
    background: url(../image/part3_pic.png) no-repeat 0 0px;
    width: 947px;
    height: 421px;
    position: absolute;
    right: 0;
    top: 100px;
}

.cloud_1, .cloud_2, .cloud_3, .cloud_4 {
    position: absolute;
}

.cloud_1 {
    background: url(404.png) no-repeat 65px -438px;
    width: 134px;
    height: 62px;
    right: 404px;
    top: 79px;
}

.cloud_2 {
    background: url(404.png) no-repeat -97px -438px;
    width: 60px;
    height: 62px;
    right: 498px;
    top: 178px;
}

.cloud_3 {
    background: url(404.png) no-repeat -175px -438px;
    width: 60px;
    height: 62px;
    right: 94px;
    top: 178px;
}

.cloud_4 {
    background: url(404.png) no-repeat -258px -438px;
    width: 60px;
    height: 62px;
    right: 0px;
    top: 280px;
}

.part2 .cloud_1 {
    right: 274px;
}

.part2 .cloud_3 {
    right: 46px;
    top: 150px;
}

.bubble_1 {
    background: url(404.png) 0 0px;
    width: 60px;
    height: 100px;
    position: absolute;
    left: 40%;
    top: 221px;
    animation: shadow 3s infinite alternate;
    -webkit-animation: shadow 3s infinite alternate;
}

.bubble_2 {
    background: url(404.png) 0 -114px;
    width: 60px;
    height: 72px;
    position: absolute;
    left: 43%;
    bottom: -470px;
    animation: shadow 3s infinite alternate;
    -webkit-animation: shadow 3s infinite alternate;
}

.bubble_3 {
    background: url(404.png) 0 -197px;
    width: 60px;
    height: 100px;
    position: absolute;
    right: 18px;
    top: 295px;
    animation: shadow 3s infinite alternate;
    -webkit-animation: shadow 3s infinite alternate;
}

.bubble_4 {
    background: url(404.png) 0 -298px;
    width: 60px;
    height: 114px;
    position: absolute;
    right: 72px;
    bottom: -512px;
    animation: shadow 3s infinite alternate;
    -webkit-animation: shadow 3s infinite alternate;
}




/*value*/
.value {
    background-color: #f8f8f8;
    padding: 28px 0;
}

    .value ul li {
        width: 232px;
        height: 284px;
        background-color: #fff;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .value ul li:hover {
            transform: translateY(-6px);
            -webkit-transform: translateY(-6px);
            -moz-transform: translateY(-6px);
            box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
            -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
            -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.icon_value {
    background: url(../image/value.png) no-repeat;
    width: 134px;
    height: 134px;
    display: block;
    margin: 30px auto 10px auto;
}

.value_01 {
    background-position: 0px 0px;
}

.value_02 {
    background-position: 0px -138px;
}

.value_03 {
    background-position: 0px -276px;
}

.value_04 {
    background-position: 0px -414px;
}

.value_05 {
    background-position: 0px -552px;
}

.value ul li p {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.value ul li span {
    color: #999;
    font-size: 12px;
    width: 194px;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
}

.value ul li.mar_none {
    margin-right: 0;
}

/*content*/
.index_tit{background: url(../image/index_tit.png) no-repeat; height: 150px;}

.tit_1{margin: 30px 0;background-position: center top;}

.option_box {
    background-color: #f6f6f6;
    height: 50px;
}

.enter_option {
    width: 171px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 16px;
    margin: 0;
}

    .enter_option.active {
        background-color: #fff;
        border-top: 2px #1086fd solid;
        color: #1086fd;
    }

    .enter_option:hover, .enter_optionbox .active {
        background-color: #fff;
        border-top: 2px #1086fd solid;
        color: #1086fd;
    }

.picture {
    overflow: hidden;
    width: 1200px;
    height: 598px;
    margin: 0 auto;
    position: relative;
}

    .picture ul {
        width: 8400px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.enter_content li.pic_1 {
    background: url(../image/pic_1_2021522.jpg) no-repeat;
    height: 577px;
    width: 1200px;
}

.enter_content li.pic_3 {
    background: url(../image/pic_3.png) no-repeat;
    height: 577px;
    width: 1200px;
    box-shadow: 0px 0px 15px #eee;
}

.enter_content li.pic_5 {
    background: url(404.png) no-repeat;
    height: 577px;
    width: 1200px;
}

.enter_content li.pic_6 {
    background: url(404.png) no-repeat;
    height: 577px;
    width: 1200px;
}

.enter_content li.pic_7 {
    background: url(404.png) no-repeat;
    height: 577px;
    width: 1200px;
}

.enter_content li {
    width: 1200px;
    overflow: hidden;
}

.culture_one {
    width: 292px;
    margin-right: 10px;
    position: relative;
}

.culture_tit2 {
    width: 292px;
    height: 578px;
    text-align: center;
    color: #fff;
    background: url(../image/culture_hover1.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
}

    .culture_tit2 .culture_cont2 {
        padding-top: 230px;
    }




.bg2 {
    background: url(404.png) no-repeat;
}

.bg3 {
    background: url(404.png) no-repeat;
}

.bg4 {
    background: url(404.png) no-repeat;
}

.culture_tit2 h3, .culture_tit h3 {
    font-size: 24px;
    font-family: arial;
}

.culture_tit2 h3 {
    color: #fff;
}

.culture_tit2 b, .culture_tit b {
    width: 40px;
    height: 2px;
    display: inline-block;
    margin: 22px 0;
}

.culture_tit2 b {
    background-color: #fff;
}

.culture_tit2 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.culture_one img {
    width: 292px;
    height: 289px;
    display: block;
}

.culture_img, .img_seat {
    position: relative;
}

    .culture_img em {
        background: url(404.png) no-repeat;
        width: 22px;
        height: 15px;
        position: absolute;
        bottom: 0px;
        left: 130px;
    }

    .img_seat em {
        background: url(404.png) no-repeat;
        width: 22px;
        height: 15px;
        position: absolute;
        top: 0px;
        left: 130px;
    }

.culture_tit {
    width: 292px;
    height: 129px;
    background-color: #f6f6f6;
    text-align: center;
    padding: 80px 0;
}

    .culture_tit h3 {
        color: #666;
    }

    .culture_tit b {
        background-color: #1086fd;
    }

    .culture_tit p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.mar_none {
    margin: 0;
}


.enter_content li.song {
    box-shadow: 0px 0px 15px #eee;
    width: 1200px;
    height: 577px;
}

.song_name {
    margin: 0 0 25px 0px;
}

    .song_name h3 {
        font-size: 18px;
        color: #333;
    }

    .song_name p {
        font-size: 12px;
        color: #333;
        margin: 8px 0 0 10px;
    }
.volume_one{height: 80px;width: 32px;position: relative;top: -97px;display:none;}
.lyric {
    width: 720px;
    margin: 42px 0 0 50px;
}

    .lyric dd {
        margin-right: 74px;
    }

        .lyric dd p {
            font-size: 12px;
            font-family: simsun;
            color: #999;
            line-height: 22px;
        }

        .lyric dd .para {
            margin-bottom: 24px;
        }

        .lyric dd p.active {
            color: #3f9fff;
        }

        .lyric dd p.after {
            color: #b8b8b8;
        }

        .lyric dd p.end {
            text-align: center;
            border-top: 1px dashed #e5e5e5;
            width: 90px;
            margin: 36px auto 0 12px;
        }

            .lyric dd p.end span {
                position: relative;
                top: -12px;
                background-color: #fff;
                width: 42px;
                display: inline-block;
            }

.para p.active {
    color: #3f9fff;
}

.para p.after {
    color: #b8b8b8;
}

.song_name h3 i {
    width: 18px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.song_icon {
    background: url(404.png) 0 -95px;
}

.song_play {
    background: url(404.png) no-repeat;
}

.copy_box {
    margin-top: 120px;
    width: 428px;
    border-left: 1px solid #e7e7e7;
}

.copy_top {
    margin: 0 auto;
    text-align: center;
}

    .copy_top b {
        width: 54px;
        height: 2px;
        background-color: #1086fd;
        display: block;
        margin: 0 auto;
    }

    .copy_top h3 {
        font-size: 18px;
        color: #333;
        margin: 10px 0 14px 0;
    }

.copy_company {
    color: #666;
    margin: 24px 0 8px 0;
}

.copy_notes {
    font-size: 12px;
    color: #999;
}

.bar_box span {
    color: #999;
    font-size: 12px;
    font-family: arial;
}

.strip {
    width: 242px;
    height: 2px;
    background-color: #e7e7e7;
    margin: 5px 8px;
    position: relative;
}

.process {
    width: 0px;
    background-color: #4ba4fe;
    height: 2px;
}

.strip b {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 11px;
    height: 11px;
    background-color: #4BA4FE;
    border-radius: 50%;
    display: block;
    margin: -1px 0 0 -5px;
}


.song_btn {
    width: 290px;
    margin: 40px auto 0 auto;
    padding-bottom: 24px;
}

.song_btn_left, .song_btn_right {
    width: 122px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 2px;
}

.song_btn .song_btn_left {
    background-color: #3f9fff;
    border: 1px solid #3997f6;
    color: #fff;
}

    .song_btn .song_btn_left:hover {
        background-color: #3295f7;
    }

.song_btn .song_btn_right:hover {
    background-color: #f8f8f8;
}

.song_btn i {
    background: url(404.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

    .song_btn i.song_suspend {
        background-position: 0 -20px;
        position: relative;
        top: 2px;
    }

.song_play {
    background-position: 0 0;
    position: relative;
    top: 3px;
}

.song_btn i.song_down {
    background-position: 0 -44px;
    position: relative;
    top: 3px;
}

.song_btn .song_btn_right {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #666;
    margin-left: 10px;
}

    .song_btn .song_btn_right span {
        color: #999;
        margin-left: 3px;
    }

.song_volume {
    background: url(404.png) no-repeat 0 -67px;
}

.volume_box {
    position: relative;
    width: 30px;
    margin-top: 7px;
}

.volume_box .progress {position: absolute;top: 32px;right: -28px;cursor: pointer;}

    .volume_box a {
        width: 18px;
        height: 21px;
        display: inline-block;
        position: relative;
        top: 0px;
        left: 10px;
    }

.progress b {
    background-color: #5dadfd;
    width: 2px;
    height: 34px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 2px;
    border-radius: 2px;
    max-height: 76px;
}

.progress a {
    position: absolute;
    left: -2px;
    top: 43px;
    width: 10px;
    height: 10px;
    background-color: #4BA4FE;
    border-radius: 50%;
    display: inline-block;
}

.mute {
    background: url(404.png) no-repeat 0 -113px;
}
/*news*/
.tit_2{margin: 60px 0 30px 0;background-position: center center;}

.news_list {
    width: 570px;
    border-right: 1px solid #e7e7e7;
    padding-right: 28px;
}

.news_right {
    width: 570px;
    border: 0;
    padding: 0 0 0 28px;
}

.news_tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

    .news_tit p {
        font-size: 18px;
        color: #1086fd;
    }

.index_news {
    background: url(404.png) no-repeat;
    width: 26px;
    height: 27px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.index_news2 {
    background-position: 0 -32px;
}

.news_tit a {
    font-size: 12px;
    color: #999;
}

.news_list ul li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 570px;
}

    .news_list ul li b {
        background-color: #1086fd;
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 5px;
        border-radius: 50%;
        position: relative;
        top: -3px;
        +top: -8px;
    }

    .news_list ul li a {
        color: #666;
    }

        .news_list ul li a:hover, .news_tit a:hover {
            text-decoration: underline;
            color: #1086FD;
        }

    .news_list ul li span {
        color: #999;
        font-size: 12px;
    }

/*advan*/
.tit_3{margin: 60px 0 30px 0;background-position: center bottom;}

.advan_box li {
    width: 398px;
    height: 327px;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

    .advan_box li:hover {
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        box-shadow: 0px 0px 40px rgba(0, 36, 100, 0.3);
        -webkit-box-shadow: 0px 0px 40px rgba(0, 36, 100, 0.3);
        -moz-box-shadow: 0px 0px 40px rgba(0, 36, 100, 0.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 100;
    }

.icon_advan {
    background: url(../image/advan2020.png) no-repeat;
    width: 110px;
    height: 112px;
    display: block;
    margin: 40px auto;
}

.advan_box li.violet:hover p {
    color: #7c56fa;
}

.advan_box li.violet:hover b {
    background-color: #7C56FA;
}

.advan_box li.blue:hover p {
    color: #129fee;
}

.advan_box li.blue:hover b {
    background-color: #129fee;
}

.advan_box li.orange:hover p {
    color: #f6a200;
}

.advan_box li.orange:hover b {
    background-color: #f6a200;
}

.advan_box li.red:hover p {
    color: #ff676b;
}

.advan_box li.red:hover b {
    background-color: #ff676b;
}

.advan_box li.green:hover p {
    color: #00d7b2;
}

.advan_box li.green:hover b {
    background-color: #00d7b2;
}

.advan_box li .ad_name {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.advan_box li .ad_tab {
    color: #999;
    font-size: 12px;
}

.advan_box li b {
    width: 40px;
    height: 2px;
    background-color: #d3d3d3;
    display: block;
    margin: 15px auto 15px;
}

.advan_box li.bor_none {
    border-bottom: none;
}

.advan_box li.bor_right {
    border-right: none;
}

.anvan_02 {
    background-position: 0 -123px;
}

.anvan_03 {
    background-position: 0 -243px;
}

.anvan_04 {
    background-position: 0 -374px;
}

.anvan_05 {
    background-position: 0 -496px;
}

.anvan_06 {
    background-position: 0 -623px;
}
/*音量*/
.volume_box input[type=range] {
    -webkit-appearance: none;
    width: 80px;
    border-radius: 10px; /*这个属性设置使填充进度条时的图形为圆角*/
    transform: rotate(-90deg);
    background: -webkit-linear-gradient(#059CFA, #059CFA) no-repeat;
    background-size: 50% 100%;
}

    .volume_box input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

    .volume_box input[type=range]::-webkit-slider-runnable-track {
        height: 6px;
        border-radius: 10px; /*将轨道设为圆角的*/
    }

    .volume_box input[type=range]:focus {
        outline: none;
    }

    .volume_box input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 11px;
        width: 11px;
        margin-top: -2px; /*使滑块超出轨道部分的偏移量相等*/
        background: #059cfa;
        border-radius: 50%; /*外观设置为圆形*/
        border: solid 0.125em rgba(205, 224, 230, 0); /*设置边框*/
    }


    /*兼容火狐*/
    .volume_box input[type=range]::-moz-range-track {
        height: 6px;
        border-radius: 10px; /*将轨道设为圆角的*/
        background-color: #e7e7e7;
    }

    .volume_box input[type=range]::-moz-range-thumb {
        -webkit-appearance: none;
        height: 11px;
        width: 11px;
        margin-top: -2px; /*使滑块超出轨道部分的偏移量相等*/
        background: #059cfa;
        border-radius: 50%; /*外观设置为圆形*/
        border: solid 0.125em rgba(205, 224, 230, 0); /*设置边框*/
    }

    .volume_box input[type=range]::-moz-range-progress {
        background: linear-gradient(to right, #059CFA, #059CFA);
        height: 4px;
        border-radius: 10px;
    }

    .volume_box input[type=range]::-moz-range-thumb:hover {
        box-shadow: 0 0 0 2px rgba(86,190,253,0.8);
    }


/*兼容IE*/
.volume_box input[type=range] {
    -webkit-appearance: none;
    width: 80px;
    border-radius: 10px;
    background-color: #e7e7e7;
}

    .volume_box input[type=range]::-ms-track {
        height: 6px;
        border-radius: 10px; /*将轨道设为圆角的*/
        box-shadow: 0 1px 1px #f5f5f5, inset 0 .1em .1em #ccc; /*轨道内置阴影效果*/
        border-color: transparent; /*去除原有边框*/
        color: transparent; /*去除轨道内的竖线*/
    }

    .volume_box input[type=range]::-ms-thumb {
        border: solid 0.125em rgba(205, 224, 230, 0);
        height: 11px;
        width: 11px;
        border-radius: 50%;
        background: #ffffff;
        margin-top: -5px;
        box-shadow: 0 .1em .1em #3b4547;
    }

    .volume_box input[type=range]::-ms-fill-lower {
        /*进度条已填充的部分*/
        height: 22px;
        border-radius: 10px;
        background: linear-gradient(#059CFA, #059CFA) no-repeat;
    }

    .volume_box input[type=range]::-ms-fill-upper {
        /*进度条未填充的部分*/
        height: 22px;
        border-radius: 10px;
        background: #ffffff;
    }

    .volume_box input[type=range]:focus::-ms-fill-lower {
        background: linear-gradient(#059CFA, #059CFA) no-repeat;
    }

    .volume_box input[type=range]:focus::-ms-fill-upper {
        background: #ffffff;
    }

    .volume_box input[type=range]::-webkit-slider-thumb:hover {
        box-shadow: 0 0 0 2px rgba(86,190,253,0.8);
    }






/*进度条*/
.bar_box {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606E;
    display: flex;
    width: 336px;
    margin: 50px auto 10px auto;
    align-items: center;
}

    .bar_box span {
        cursor: default;
        font-size: 12px;
        color: #888;
    }

.slider {
    background-color: #e5e5e5;
    cursor: pointer;
    border-radius: 2px;
    height: 4px;
    overflow: hidden;
    width: 242px;
}

    .slider .progress {
        background-color: #3f9fff;
        border-radius: inherit;
        position: absolute;
        pointer-events: none;
    }

.bar_box .slider .progress {
    width: 0;
    height: 100%;
}

    .bar_box .slider .progress .pin {
        left: -0px;
        top: -1px;
    }

.pin {
    height: 12px;
    width: 12px;
    border-radius: 8px;
    background-color: #3f9fff;
    position: absolute;
    pointer-events: all;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    margin-top: -4px;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

    .slider .progress .pin:hover {
        box-shadow: 0 0 0 2px rgba(86,190,253,0.8);
    }
    .progress_box{width: 242px;margin: 10px 8px;position: relative;}
.culture_tit p span {
    font-size: 12px;
    display: block;
    line-height: 22px;
    text-align: left;
    padding-left: 64px;
}

.culture_tit2 p span {
    display: block;
    font-size: 12px;
}

.culture_tit2 .culture_cont2 {
    padding-top: 160px;
}

.culture_tit2 {
    width: 292px;
    height: 578px;
    text-align: center;
    color: #fff;
    background: url(../image/culture_hover1.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
}