﻿/*背景颜色*/
.box_purple_bg{
    background: #6512ba;
}
/*音乐板块通用样式*/
.art_music_list_box{
	padding-bottom: 70px;
}
.art_music_list_box .cur_list_title{
	text-align: center;
	padding-top: 37px;
	padding-bottom: 15px;
}
.art_music_list_box .cur_list_title h2{
	line-height: 72px;
	font-size: 48px;
	font-family: "方正兰亭大黑_GBK","微软雅黑";
    font-weight: 700;
}
.art_music_list_box .cur_list_title span{
	display: inline-block;
	line-height: 40px;
	color: #999;
	font-size: 24px;
	font-family: "方正兰亭中黑_GBK","微软雅黑";
	text-transform: uppercase;
	position: relative;
}
.art_music_list_box .cur_list_content{
    text-align: center;
    overflow: hidden;
}
.art_music_list_box .cur_list_content p{
	line-height: 30px;
	padding-bottom: 43px;
	text-align: center;
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
}
.art_music_list_box .swiper-slide img
{
    width:100%;
    /*height:100%;*/
}
.art_music_list_box .cur_list_content h3{
    margin-bottom: 11px;
    line-height: 58px;
    color: #454545;
    font-size: 36px;
    font-family: "方正兰亭中黑_GBK","微软雅黑";
}
.art_music_list_box .cur_list_content h3.mg_bt38{
    margin-bottom: 38px;
}
/*第一个板块的样式*/
.art_music_one_box{
	background: url(../images/music_art_one_box.jpg) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.art_music_one_box .cur_list_content{
    overflow: hidden;
    text-align: center;
}
.art_music_one_box .cur_list_content ul{
    display: block;
}
.art_music_one_box .cur_list_content li{
    float: left;
    width: 50%;
    padding: 37px 0;
}
.art_music_one_box .cur_list_content li:first-child{
    text-align: left;
    background: url(../images/music_one_content_bgl.jpg) left bottom no-repeat;
}
.art_music_one_box .cur_list_content li:last-child{
    text-align: right;
    background: url(../images/music_one_content_bgr.jpg) right bottom no-repeat;
}
.art_music_one_box .cur_list_content li:last-child i{
    margin-left: 360px;
}
.art_music_one_box .cur_list_content .text_content{
    width: 390px;
    height: 216px;
    margin: 0 31px;
    padding: 30px;
    background: #fff;
    font-family: "微软雅黑";
    box-shadow: 0 1px 10px #ccc;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.art_music_one_box .text_content h5{
    line-height: 45px;
    font-size: 28px;
    color: #4c4c4c;
}
.art_music_one_box .text_content i{
    display: block;
    width: 30px;
    margin: 11px 0;
    height: 2px;
    background: #6512ba;
    overflow: hidden;
}
.art_music_one_box .text_content p{
    text-align: left;
    padding-bottom: 14px;
}
.art_music_one_box .text_content a{
    display: block;
    float: right;
    width: 98px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.art_music_one_box .text_content:hover{
    box-shadow: 0 1px 10px #999;
}
.art_music_one_box .text_content:hover a{
    color: #fff;
    background: #6512ba;
    border: 1px solid #6512ba;
}
/*板块二*/
.art_music_list_box ul.music_yous{
    display: inline-block;
    margin-right: -24px;
}
.art_music_list_box ul.music_yous li{
    float: left;
    width: 208px;
    height: 318px;
    margin-right: 24px;
    text-align: center;
    padding: 46px 37px;
    background: #fff;
}
.art_music_list_box ul.music_yous strong{
    line-height: 59px;
    color: #454545;
    font-size: 30px;
    font-weight: 100;
}
.art_music_list_box ul.music_yous i{
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto 41px;
    background: #7337cd;
}
.art_music_list_box ul.music_yous em{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 31px;
    background: url(../images/music_art_yous.jpg) left bottom no-repeat;
}
.art_music_list_box ul.music_yous li:nth-child(2) em{
    background: url(../images/music_art_yous.jpg) -100px bottom no-repeat;
}
.art_music_list_box ul.music_yous li:nth-child(3) em{
    background: url(../images/music_art_yous.jpg) -200px bottom no-repeat;
}
.art_music_list_box ul.music_yous li:nth-child(4) em{
    background: url(../images/music_art_yous.jpg) -300px bottom no-repeat;
}
.art_music_list_box ul.music_yous p{
    line-height: 28px;
    text-align: justify;
    text-align-last: center;
}
/*板块三*/
.art_music_three_box{
    background: url(../images/music_art_three_box_bg.jpg) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.art_music_three_box ul.music_school{
    display: inline-block;
    margin-left: 5px;
}
.art_music_three_box ul.music_school li{
    float: left;
    width: 168px;
    height: 160px;
    padding-top: 28px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.art_music_three_box ul.music_school li:hover{
    box-shadow: 0 1px 4px 1px #b8b8b8;
}
.art_music_three_box ul.music_school i{
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/music_school_list.png) no-repeat;
}
.art_music_three_box ul.music_school li:nth-child(n+8) i{
    background-position-y: -100px;
}
.art_music_three_box ul.music_school span{
    display: block;
    line-height: 45px;
    color: #454545;
    text-align: center;
    font-size: 16px;
}
/*板块四*/

/*板块五*/
/*轮播*/
.tl_campus_fenbu{
    display: inline-block;
    background: url(../images/tl_campus_fenbu_bg_1.jpg);
    overflow: hidden;
}
.tl_campus_fenbu .tl_campus_tp{
    width: 600px;
    height: 430px;
}
.tl_campus_fenbu .tl_campus_text{
    width: 500px;
    height: 310px;
    padding: 60px 50px;
}
.tl_campus_fenbu .tl_campus_text strong{
    display: block;
    padding-bottom: 19px;
    line-height: 30px;
    font-size: 28px;
    text-align: left;
}
.tl_campus_fenbu .tl_campus_text i{
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 14px;
    background: #6512ba;
}
.tl_campus_fenbu .tl_campus_text p{
    padding-bottom: 27px;
    line-height: 27px;
    text-align: left;
    text-align-last: left;
}
.tl_campus_fenbu .tl_campus_lb{
    padding: 0 59px;
    height: 86px;
}
.tl_campus_fenbu .tl_campus_lb ul{
    /*display: inline-block;*/
    /*margin-right: -10px;*/
}
.tl_campus_fenbu .tl_campus_lb li{
    float: left;
    margin-right: 10px;
}
.tl_campus_fenbu .tl_campus_lb b{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.tl_campus_fenbu .tl_campus_lb li.swiper-slide-thumb-active b{
    box-sizing: border-box;
    border: 2px solid #6512ba;
    background: none;
}
.tl_campus_fenbu .tl_campus_lb label{
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    margin: 0;
}
.tl_campus_fenbu .tl_campus_lb label.swiper-button-next{
    left: 0;
    background: url(../images/tl_campus_fenbu_bg_1.jpg) 0 3px;
}
.tl_campus_fenbu .tl_campus_lb label.swiper-button-prev{
    left: auto;
    right: 0;
    background: url(../images/tl_campus_fenbu_bg_1.jpg) 0px 4px;
}
.tl_campus_fenbu .tl_campus_lb a{
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 24px;
    background: url(../images/icon_campus_l_r_btn.png) no-repeat;
}
.tl_campus_fenbu .tl_campus_lb a:hover{
    background: url(../images/icon_campus_l_r_btn.png) left bottom no-repeat;
}
.tl_campus_fenbu .tl_campus_lb a.fr{
    background-position-x: right;
}

/*板块六*/
.art_music_list_box .cur_list_title strong{
    line-height: 74px;
    padding-bottom: 11px;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: 100;
}
/*板块七*/

/*板块八*/
/*板块九 教师轮播图*/
.music_teacher_box{
    position: relative;
    height: 414px;
    padding: 0 60px;
}
.music_teacher_box ul li{
    float: left;
}
.music_teacher_box label{
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    margin-top: 0;
    background: #fff;
}
.music_teacher_box label.swiper-button-prev{
    left: 0;
}
.music_teacher_box label.swiper-button-next{
    right: 0;
}
.music_teacher_box a{
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/music_l_r_btn.png) no-repeat;
}
.music_teacher_box a.prev{
    left: 0;
}
.music_teacher_box a.next{
    right: 0;
    background-position-x: right;
}
.music_teacher_box a.prev:hover{
    background: url(../images/music_l_r_btn.png) left bottom no-repeat;
}
.music_teacher_box a.next:hover{
    background: url(../images/music_l_r_btn.png) right bottom no-repeat;
}
/*板块十*/
.art_music_list_box ul.teach_fanga{
    display: inline-block;
    margin-right: -24px;
}
.art_music_list_box ul.teach_fanga li{
    float: left;
    width: 282px;
    margin-right: 24px;
    padding: 187px 0 41px;
    background: #fff url(../images/music_teach_fanga_icon.png) left 57px no-repeat;
}
.art_music_list_box ul.teach_fanga strong{
    color: #454545;
    line-height: 63px;
    font-size: 30px;
    font-weight: 100;
}
.art_music_list_box ul.teach_fanga i{
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto 19px;
    background: #7337cd;
}
.art_music_list_box ul.teach_fanga p{
    line-height: 28px;
    padding: 0;
}



/*板块十一*/
/*教材轮播图*/
.music_textbook_box{
    display: block;
    padding: 0 60px;
    height: 326px;
    position: relative;
    overflow: hidden;
}
.music_textbook_box ul{
    /*display: inline-block;*/
    /*margin-right: -5px;*/
}
.music_textbook_box ul li{
    float: left;
    /*margin-right: 5px;*/
}
.music_textbook_box label{
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    margin-top: 0;
    background: #fff;
}
.music_textbook_box label.swiper-button-prev{
    left: 0;
}
.music_textbook_box label.swiper-button-next{
    right: 0;
}
.music_textbook_box a.prev,
.music_textbook_box a.next{
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/music_l_r_btn.png) no-repeat;
}
.music_textbook_box a.prev{
    left: 0;
}
.music_textbook_box a.next{
    right: 0;
    background-position-x: right;
}
.music_textbook_box a.prev:hover{
    background: url(../images/music_l_r_btn.png) left bottom no-repeat;
}
.music_textbook_box a.next:hover{
    background: url(../images/music_l_r_btn.png) right bottom no-repeat;
}

/*板块壹拾叁 多种班级类型*/
.art_music_list_box .music_variety_bj_type{
    display: inline-block;
    margin-right: -24px;
}
#banji_type{
    overflow: hidden;
}
#banji_type ul{
    display: inline-block;
    margin-top: -12px;
    margin-right: -12px;
}
#banji_type li{
    float: left;
    width: 274px;
    height: 355px;
    margin: 12px 12px 0 0;
    padding: 10px;
    border: solid 1px #e5e5e5;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*#banji_type li:nth-child(1),#banji_type li:nth-child(2),#banji_type li:nth-child(3)*/
/*{*/
/*    width: 370px;*/
/*    height: 318px;*/
/*}*/
#banji_type li img{
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 19px;
    background: #eee;
}
#banji_type li p{
    display: block;
    height: 88px;
    padding-bottom: 2px;
    line-height: 20px;
    text-align: justify;
    color: #999999;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    overflow: hidden;
}
#banji_type li a{
    display: block;
    width: 120px;
    height: 28px;
    margin: 0 auto;
}
#banji_type li a img{
    width: 100%;
    height: 100%;
    background: transparent;
}
#banji_type li label{
    display: block;
    padding-bottom: 6px;
    overflow: hidden;
}
#banji_type li strong{
    float: left;
    padding: 0;
    line-height: 30px;
    color: #4d4d4d;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}
#banji_type li span{
    float: right;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    font-family: MicrosoftYaHei;
}
#banji_type li:nth-child(1) a,#banji_type li:nth-child(2) a,#banji_type li:nth-child(3) a{
    margin-top: -7px;
}


/*学霸视频*/
.music_xb_video_box{
    overflow: hidden;
    margin-top: 30px;
    padding: 0 60px;
    position: relative;
}
.music_xb_video_box ul {
    /*display: inline-block;*/
    height: 480px;
    /*margin-right: -4px;*/
}
.music_xb_video_box ul li{
    position: relative;
    float: left;
    width: 297px;
    height: 480px;
    /*margin-right: 4px;*/
    cursor: pointer;
    overflow: hidden;
}
.music_xb_video_box li i{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: rgba(0,0,0,.5) url(../images/music_vidow_token.png) center center no-repeat;
}
.music_xb_video_box li:hover i{
    background: rgba(0,0,0,.1) url(../images/music_vidow_token.png) center center no-repeat;
}
.music_xb_video_box ul div.text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    padding: 0 20px;
    text-align: left;
    color: #fff;
    background: rgba(0,0,0,.5) url(../images/music_viode_text_icon.png) 251px 27px no-repeat;
}
.music_xb_video_box div.text span{
    line-height: 36px;
    font-size: 16px;
}
.music_xb_video_box div.text p{
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left;
}
.music_xb_video_box label{
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    margin-top: 0;
    background: #fff;
}
.music_xb_video_box label.swiper-button-prev{
    left: 0;
}
.music_xb_video_box label.swiper-button-next{
    right: 0;
}
.music_xb_video_box a.prev,
.music_xb_video_box a.next{
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/music_l_r_btn.png) no-repeat;
}
.music_xb_video_box a.prev{
    left: 0;
}
.music_xb_video_box a.next{
    right: 0;
    background-position-x: right;
}
.music_xb_video_box a.prev:hover{
    background: url(../images/music_l_r_btn.png) left bottom no-repeat;
}
.music_xb_video_box a.next:hover{
    background: url(../images/music_l_r_btn.png) right bottom no-repeat;
}


/*音乐专题背景颜色*/

/*背景*/
.art_music_list_box .service_flow_content dl{
    background: url(../images/music_service_flow_bg_1.png) no-repeat;
}
/*流程指示符号*/
.art_music_list_box .service_flow_content div.fl{
    background: url(../images/music_service_flow_icon_1.png) center center no-repeat;
}
/*颜色及小图标*/
.art_music_list_box .service_flow_content dt{
    color: #6512ba;
    background: url(../images/music_service_flow_tub_1.png) left top no-repeat;
}