.banner{
    width: 100%;
    height: 427px;
    background-image: url(../img/indexImg/banner1.jpg);
    background-size: 100% 100%;
}
.containerTwo{
    width: 100%;
    height: 623px;
}
.twoContent{
    width: 1200px;
    margin: 0 auto;
    height: 623px;

}
.new{
    width: 890px;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 2px #29bfb6;
    padding-bottom: 20px;
    padding-top: 90px;
}
.new-more{
    float: right;
    color: #29bfb6;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0;
}
.new-more .more-bg{
    height: 19px;
    width: 19px;
    float: right;
    background-color: #29bfb6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
}
#newPic{
    float: left;
}
.newTxt{
    float: left;
    font-size: 35px;
    font-weight: 400;
    color: #2f2f2f;
    margin-left: 20px;
}
#newD{
    float: left;
    width: 35px;
    height: 15px;
    border-radius: 5px;
    background-color: #29bfb6;
    line-height: 15px;
    font-size: 12px;
    color: white;
    margin-left: 20px;
    padding: 0 5px;
}
#newPics{
    width: 100%;
    height: 400px;
    margin-top: 10px;
}
.picUlOne {
    width: 900px;
    float: left;
}
.picUlOne ul li {
    width: 166px;
    height: 166px;
    list-style: none;
    float: left;
    position: relative;
    padding: 0;
    margin: 16px 14px 0 0;
}
.picUlOne ul li:hover .black{
    display: block;
}
.picUlOne ul li:hover .songName{
    background-color: #29bfb6;
}
.picUlOne ul li .new_pic{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    left: 0;
    top: 0;
}
.picUlOne ul li .new_pic img{
    height: 100%;
}

.songName{
    width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: white;
    line-height: 35px;
    text-decoration: none;
}

.black{
    width: 166px;
    height: 131px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}
.roll{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background-color: #dbdada;
    cursor: pointer;
}
.roll img{
    width: 16px;
    height: 18px;
    margin-left: 25px;
    margin-top: 21px;
}
#searchD{
    width: 298px;
    border: 1px solid gainsboro;
    float: right;
    margin-top: 15px;
}
#searchD .search-title{
    height: 60px;
    width: 100%;
    background-image: url(/assets/img/indexImg/search.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px;
    line-height: 60px;
    color: #2f2f2f;
    font-size: 20px;
}
#searchD .search-list{
    padding: 0 10px 10px;
    height: 278px;
    overflow: hidden;
}
#searchD .search-list em{
    font-style: normal;
    color: #646464;
    margin-right: 15px;
}
#txt{
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin-top: 13px;
    margin-left: 10px;
}
#yellowLine{
    height: 0;
    border: 1px solid #ffd44a;
    margin-left: 15px;
    margin-top: 45px;
}
#songs{
    padding: 15px;
    position: relative;
}

#songs table{
    width: 100%;
    border-top:  1px solid gainsboro;
    border-left: 1px solid gainsboro;
    border-collapse: collapse;
}
#songs table td{
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    text-align: center;
    line-height: 35px;
}
#songs table td.date{
    cursor: pointer;    
}
#songs table td.signed{
    background-color: #ffd44a;
    color: #fff;
}
#songs table tbody td{
    font-size: 12px;
}
.containerThree{
    width: 100%;
    /* height: 400px; */
    background-image: url(../img/indexImg/containerThree.jpg);
    background-size: auto 100%;
    position: relative;
    border-top: 1px solid white;
}
.dibu{
    color: #f7f7f7;
    width: 590px;
    height: 50px;
    float: left;
    margin: 0 0;
    line-height: 49px;
    color:#3a3a39;
	font-size:16px
}
.scrollpic {
    width: 1200px;
    margin:0 auto;
    height: 100%;
    position: relative;
}
#myscroll {
    display: block;
    height: 100%;
    width: 925px;
    background-color: rgba(255,255,255,.1);
    position: relative;
    /* overflow: hidden; */
}
#myscroll #myscrollbox {
    display: block;
    padding: 0 65px;
    width: 745px;
    height: 100%;
    margin: 0 25px;
    background-color: rgba(255,255,255,.1);
}
#myscroll #myscrollbox .hot-header{
    padding: 15px 30px 15px 60px;
    height: 50px;
    border-bottom: dashed 1px #818181;
    /* background-image: url(/assets/img/indexImg/hot_label.png); */
    background-repeat: no-repeat;
    background-position: center left;
    text-align: center;
}

#myscroll #myscrollbox .hot-header .header-title{
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    /* float: left; */
    /* color:#3a3a39; */
    text-align: center;
}
#myscroll #myscrollbox .hot-header .hot-label{
    color: #fff;
    font-size: 12px;
    background-color: #e4a828;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 20px;
	color:#3a3a39;
}
#myscroll #myscrollbox .hot-header .qiupu-btn{
    color: #fff;
    background-color: #e4a828;
    border-radius: 10px;
    float: right;
    font-size: 20px;
    padding: 5px 45px 5px 25px;
    background-image: url(/assets/img/indexImg/hot_label_bg.png);
    background-repeat: no-repeat;
    background-position: 120px center;
    cursor: pointer;
}
#myscroll ul {
    list-style: none;
}
#myscroll ul li {
    padding: 0;
    width: 100%;
    height: 50px;
    border-bottom: dashed 1px #818181;
}
#myscroll ul li:hover .toupiao{
    background-color: #29bfb6;
}
#myscroll ul li:hover{
    background-color: #fff;
}
#myscroll ul li:hover .dibu{
    color: #3a3a39;
}
#myscroll ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    height: 300px;
    color: #333;
}
#right{
    width: 50px;
    height: 80px;
    color: white;
    position: absolute;
    background-color: rgba(89,89,89,.7);
    top: 50%;
    margin-top: -40px;
    right: -100px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    cursor: pointer;
}
#left{
    width: 50px;
    height: 80px;
    color: white;
    position: absolute;
    background-color: rgba(89,89,89,.7);
    top: 50%;
    margin-top: -40px;
    left: -100px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    cursor: pointer;
}
#left:hover{
    background-color: rgba(55,54,54,.7);
}
#right:hover{
    background-color: rgba(55,54,54,.7);
}
#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.scrollpic1 {
    width: 1200px;
    margin:0 auto;
    margin-top: 190px;
    position: relative;
}
#myscroll1 {
    display: block;
    width: 100%;
    position: relative;
    height: 380px;
    overflow: hidden;
}
#myscroll1 #myscrollbox1 {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}
#myscroll1 ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 379px;
}
#myscroll1 ul li {
    display: block;
    float: left;
    padding: 0;
    width:300px;
    height:380px;
    position: relative;
    cursor: pointer;
}
#myscroll1 ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    height: 300px;
    color: #fff;
    border-bottom: dashed 1px #818181;
}
#right1{
    width: 50px;
    height: 80px;
    color: white;
    position: absolute;
    background-color: rgba(89,89,89,.7);
    top: 50%;
    margin-top: -40px;
    right: -100px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    cursor: pointer;
}
#right1:hover{
    background-color: rgba(55,54,54,.7);
}
#left1:hover{
    background-color: rgba(55,54,54,.7);
}
#left1{
    width: 50px;
    height: 80px;
    color: white;
    position: absolute;
    background-color: rgba(89,89,89,.7);
    top: 50%;
    margin-top: -40px;
    left: -100px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    cursor: pointer;
}
.dibu1{
    height: 60px;
    background-color: white;
    text-align: left;
    padding: 10px;
}

.songTxt{
    width: 35%;
    float: left;
    padding-left: 6%;
    text-align: left;
    color: #fff;
	font-size:16px;
}
/*.songTxt::before{
    content: "â—";
    color: #66cc99;
	margin-right:10px;
}*/
.songTxt2{
    width: 20%;
    float: left;
    padding-left: 6%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.song-num{
    width: 30%;
    float: left;
    color: #fff;
}
.song-num::before{
    content: url(/assets/img/indexImg/num_bg.png);
}
.toupiao{
    width: 100px;
    height: 26px;
    line-height: 27px;
    background-color: #afafaf;
    text-align: center;
    color: white;
    float: right;
    border-radius: 30px;
    margin: 12px 55px 0px 0;
    cursor: pointer;
}
.hot-more-btn{
    height:40px;
    width: 220px;
    margin: 18px auto;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #29bfb6;
    cursor: pointer;
}
.whiteRoll{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color:rgba(225,225,223,.5);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}
.whiteRoll img{
    margin-top: 21px;
    margin-left: 23px;
}
.name{
    float: left;
    margin-top: 15px;
    margin-left: 25px;
}
.name p:nth-child(1){
    font-size: 20px;
}
.name p:nth-child(2){
    font-size: 12px;
    color: #d6ad2f;
    margin-top: 5px;
}
.zhichi{
    width: 76px;
    height: 74px;
    background-color: #63bf91;
    float: right;
    margin-top: -20px;
    position:  absolute;
    bottom: 15px;
    right: 10px;
    color: white;
    z-index: 2;
}
.zhichi p{
    margin-top:15px;
}
.black2{
    width: 300px;
    height: 300px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    cursor: pointer;
}
.rolls img{
    margin-left: 5px;
}
.Btn{
    width:215px;
    height: 40px;
    background-color: #63bf91;
    border-radius: 40px;
    color: white;
    margin-top: 600px;
    margin-left:489px;
    text-align: center;
    line-height: 40px;
}
#threePrev{
    width: 55px;
    height: 100px;
    background-color: rgba(90,90,89,.6);
    position: absolute;
    top:320px;
    left: 250px;
    text-align: center;
    line-height: 100px;
    color: white;
    font-size: 30px;
}
#threeNext{
    width: 55px;
    height: 100px;
    background-color: rgba(90,90,89,.6);
    position: absolute;
    top:320px;
    right: 250px;
    text-align: center;
    line-height: 100px;
    color: white;
    font-size: 30px;
}
.containerFour{
    width: 100%;
    padding-bottom: 100px;
    border-top: 1px solid #fbfbfb;
    background-color: #fbfbfb;
}
.fourContent{
    width: 1200px;
    margin: 0 auto;
    background-color: #fbfbfb;
}
#fourNav{
    width: 1200px;
    margin-top: 90px;
    height: 46px;
    border-bottom: 1px solid gainsboro;
}
#fourNav>ul>li{
    float: left;
    width: 108px;
    height: 45px;
    list-style: none;
    text-align: center;
    line-height: 45px;
    color: #5a5a5a;
    font-weight: 600;
    background-color: #fbfbfb;
    cursor: pointer;
    position: relative;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
}
#fourNav>ul>li:hover{border: 1px solid gainsboro;border-bottom: none;margin-top: 1px;}
#fourNav>ul>li:hover .line{display: block;}

#fourNav>ul>li.current{border: 1px solid gainsboro;border-bottom: none;margin-top: 1px;}
#fourNav>ul>li.current .line{display: block;}
.line{
    width: 65px;
    height: 0;
    border: 1px solid #ff9b19;
    position: absolute;
    left: 20px;
    bottom: -1px;
    display: none;
}
.picContent{
    width: 100%;
    /*height: 1305px;*/
    background-color: white;
    margin-top: 10px;
    text-align: center;
}
#picUl {
    position: relative;
    padding: 15px 0 15px 15px;
}
#wk_div ul li{
    width: 219px;
    height: 284px;
    list-style: none;
    background-color: #f6f6f6;
    position: relative;
}
#wk_div>ul>li{
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
}
#wk_div>ul>li>ul>li{
    margin-top: 15px;
}
.fourSongTxt{
    height: 20px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.singer{
    margin-top: 7px;
}
.songsName{
    font-size: 18px;
}
.icon{
    margin-left: 5px;
    margin-top: 5px;
}
.singerName{
    font-size: 12px;
    color: #b4b4b4;
}
#fourPrev{
    width: 56px;
    height: 98px;
    text-align: center;
    line-height: 98px;
    background-color: #e2e2e2;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -49px;
    left: -100px;
    cursor: pointer;
}
#fourNext{
    width: 56px;
    height: 98px;
    text-align: center;
    line-height: 98px;
    background-color: #e2e2e2;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -49px;
    right: -100px;
    cursor: pointer;
}
#fourBtn{
    width: 215px;
    height: 40px;
    border-radius: 40px;
    background-color: #29bfb6;
    text-align: center;
    line-height: 40px;
    color: white;
    cursor: pointer;
    margin: 0 auto;
}
.containerFive{
    width: 100%;
    height: 717px;
    background-image: url(../img/indexImg/containerFive.jpg);
    background-size: 100% 100%;
    z-index: 3;
    border-top: 1px solid white;
}
.fiveContent{
    width: 1200px;
    height: 385px;
    margin: 0 auto;
    overflow: hidden;
}
.fiveBox{
    width: 297px;
    height: 385px;
    list-style: none;
    float: left;
}
.fiveBox img{
    width: 297px;
}
#fivePrev{
    width: 60px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    color: white;
    font-size: 30px;
    background-color: rgba(90,90,89,.7);
    position: absolute;
    left: -100px;
    top: 150px;
}
#five{
    width: 1200px;
    margin: 0 auto;
    border: 1px solid white;
    position: relative;
    margin-top: 190px;
    text-align: center;
}
#fiveNext{
    width: 60px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    color: white;
    font-size: 30px;
    background-color: rgba(90,90,89,.7);
    position: absolute;
    right: -100px;
    top: 150px;
}
#fiveBtn{
    width: 215px;
    height: 40px;
    border-radius: 40px;
    background-color: #FF9B19;
    text-align: center;
    line-height: 40px;
    position: absolute;
    color: white;
    position: absolute;
    left: 500px;
    margin-top: 30px;
}
.containerSix{
    width: 100%;
}
.sixContent{
    width: 1200px;
    margin: 0 auto;
    height: 450px;
}
#sixPic{
    margin-top: -20px;
    float: left;
    margin-left: 10px;
}
#longLine{
    width: 1200px;
    height: 0;
    border: 1px solid #ffcd2d;
    margin-top: 20px;
}
#sixBtn{
    float: right;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    background-color: #29bfb6;
    color: white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
#sixBtn .btn-qiupu-bg{
    height: 17px;
    width: 17px;
    float: right;
    border-radius: 50%;
    border: solid 1px #fff;
    text-align: center;
    line-height: 14px;
    margin: 10px 15px 10px 0;
}
#remen{
    width: 100%;
    height:40px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.remenFloat{
    float: left;
}
#puyou{
    font-size:18px;
    font-weight: 600;
    margin-left:530px;
}
#remenPic{
    margin-left: 5px;
}
#change{
    color: #ff9b19;
    cursor: pointer;
}
#puyouUl{
    margin-top: 30px;
}
#puyouUl ul li{
    list-style: none;
    float: left;
    text-align: center;
    margin-left:80px;
}
#puyouUl ul li:nth-child(1){
    margin-left: 0;
}
.containerSeven{
    width: 100%;
    background-color: #f5f5f5;
}
.sevenContent{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.video{
    width: 100%;
    height: 67px;
    margin-top: 20px;
}
.videoPic{
    float: left;
    margin-top: 25px;
}

.videoTxt{
    font-size: 35px;
    float: left;
    margin-top:20px;
    margin-left: 20px;
}
.more{
    float: right;
    font-size: 15px;
    color: #ff6600;
    margin-top: 40px;
    cursor: pointer;
}
.more a{
    color: #ff9b19;
}
.videoUl{
    width: 100%;
    height: 980px;
    margin-top: 10px;
}
.ul1{
    float: left;
    margin-left: 5px;
}
.ul1 ul li {
    list-style: none;
    width: 220px;
    height: 462px;
    background-color: white;
    margin-top: 25px;
    text-align: left;
    border-top: 1px solid white;
}
.videoUl li:hover{
    box-shadow: 4px 4px 4px gainsboro;
}
.ul2{
    float: left;
    margin-left: 22px;
}
.ul2 ul li {
    list-style: none;
    width: 220px;
    height: 377px;
    background-color: white;
    margin-top: 25px;
    text-align: left;
    border-top: 1px solid white;
}
.ul3{
    float: left;
    margin-left: 22px;
}
.ul3 ul li {
    list-style: none;
    width: 220px;
    height: 418px;
    background-color: white;
    margin-top: 25px;
    text-align: left;
    border-top: 1px solid white;
}
.ul4{
    float: left;
    margin-left: 22px;
}
.ul4 ul li {
    list-style: none;
    width: 220px;
    height: 434px;
    background-color: white;
    margin-top: 25px;
    text-align: left;
    border-top: 1px solid white;
}
.ul5{
    float: left;
    margin-left: 22px;
}
.ul5 ul li {
    list-style: none;
    width: 220px;
    height: 381px;
    background-color: white;
    margin-top: 25px;
    text-align: left;
    border-top: 1px solid white;
}
.p{
    width: 195px;
    margin-left: 12px;
    font-size: 15px;
    margin-top: 20px;
}
.imgs{
    margin-left: 12px;
    margin-top: 10px;
}
.txt{
    width: 195px;
    font-size: 12px;
    margin-left: 12px;
    margin-top: 10px;
    line-height: 20px;
    color: gray;
}
.pingjia{
    width: 195px;
    height: 40px;
    margin-left: 12px;
}
.eye{
    float: left;
    margin-top: 20px;
}
.liulan{
    float: left;
    font-size: 12px;
    color: #cbcbcb;
    margin-top: 16px;
}
.zan{
    float: left;
    margin-top: 18px;
    margin-left: 25px;
}
.zanS{
    float: left;
    font-size: 12px;
    color: #cbcbcb;
    margin-top: 16px;
}
.msg{
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}
.msgNum{
    float: left;
    font-size: 12px;
    color: #cbcbcb;
    margin-top: 16px;
}
.xuxian{
    width: 195px;
    height: 0;
    border: 1px dashed gainsboro;
    margin-left: 12px;
}
.myMsg{
    width: 195px;
    height: 60px;
    margin-left: 12px;
    margin-top: 5px;
}
.head{
    float: left;
    margin-top: 10px;
}
.headTxt{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}
.guanfang{
    color: #ffac3f;
}
.time{
    font-size: 12px;
    color: gainsboro;
}
.left{
    float: left;
}
.wk_style1{
    padding-left: 8px;
    margin-top: 16px;
}
#wk_div{
    min-height: 303px;
}
.wk_style2{
    width: 222px;
    float:left;
    margin: 0 15px 15px 0;
    background-color: #f6f6f6
}
.wk_style2 a{
    text-decoration: none;
    outline: none;
    color: #666;
}
.wk_style2 .wk_pic{
    width:220px;
    height:220px;
    border: solid 1px #cecece;
    overflow: hidden;
}
.wk_style2 .wk_pic img{
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wk_style2 .wk_pic img:hover{
    transform: scale(1.1);
}

.full_banner {
    width: 100%;
    position: relative;
    height: 450px;
    background: #FFF;
    overflow: hidden;
}
.full_banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.full_banner .bd ul {
    width: 100% !important;
}
.full_banner .bd li {
    width: 100% !important;
    float: left;
    height: 450px;
    overflow: hidden;
    text-align: center;
}

.full_banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.full_banner .hd ul {
    text-align: center;
    padding-top: 5px;
}
.full_banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: url(/assets/img/indexImg/tg_flash_p.png) -18px 0;
    overflow: hidden;
    line-height: 9999px;
}
.full_banner .hd ul .on {
    background-position: 0px 0px;
}



.flex-direction-nav a {
/*	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background:url(/assets/img/indexImg/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
*/
}

.flex-direction-nav .flex-next {
/*	background-position: 0 -70px;
	right: 0;
	*/
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.btnprev{
    background: url(/assets/img/indexImg/banner.png?0ee1ebeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦) 0 9999px no-repeat;
	display: block;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 37px;
    height: 63px;
    text-indent: -9999px;
    left: -68px;
    background-position: 0 -360px;
}

.btnnext{
	background: url(/assets/img/indexImg/banner.png?0ee1ebeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦) 0 9999px no-repeat;
	display: block;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 37px;
    height: 63px;
    text-indent: -9999px;
	right: -68px;
    background-position: 0 -508px;
}
.zhezhao {
	background: rgba(0,0,0,.5);
}
#myscroll ul li:hover .songTxt,
#myscroll ul li:hover .songTxt2,
#myscroll ul li:hover .song-num {
	color: #333
}
.hot-qiupu {
	height:38px;
	position:relative;
	top:5px;
	margin-right:10px;
}
.type-qiupu {
	position: relative;
    top: 5px;
    height: 22px;
    margin-right: 5px;
}