@charset "utf-8";

.banner-index {
    
    margin: 0 auto;
}

.banner-index img {
    width: 100%;
    height: auto;
}

.feature-list {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fbfbfb;
    box-shadow: 0 2.598px 7px 0px rgba( 0, 0, 0,0.1 );
}

.feature-list__item {
    cursor: pointer;
    float: left;
    display: inline;
    width: 299px;
    height: 250px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.feature-list__item:last-of-type {
    border-right: none;
}

.feature-list__icon {
    width: 96px;
    height: 96px;
    display: block;
    margin: 0 auto;
    background: url("../img/index/icon-400.png") center 0 no-repeat;
    margin-bottom: 30px;
}

.feature-list__icon-1 {
    background-image: url("../img/index/icon-400.png");
}

.feature-list__icon-2 {
    background-image: url("../img/index/icon-rcc.png");
}

.feature-list__icon-3 {
    background-image: url("../img/index/icon-ding.png");
}

.feature-list__icon-4 {
    background-image: url("../img/index/icon-school.png");
}

.feature-list__item:hover .feature-list__icon-1 {
    background-image: url("../img/index/icon-400-hover.png");
}

.feature-list__item:hover .feature-list__icon-2 {
    background-image: url("../img/index/icon-rcc-hover.png");
}

.feature-list__item:hover .feature-list__icon-3 {
    background-image: url("../img/index/icon-ding-hover.png");
}

.feature-list__item:hover .feature-list__icon-4 {
    background-image: url("../img/index/icon-school-hover.png");
}

.feature-list__title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.feature-list__item:hover .feature-list__title {
    color: #e71e36;
}


.feature-list__item p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-top: 20px;
}

.vip-service {
    height: 742px;
    margin-top: 100px;
    background: url("../img/index/bg-vipservice.jpg") center  0 no-repeat;
    box-shadow: 0px 5.196px 9px 0px rgba( 0, 0, 0, 0.5);
}

.teacher-title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    padding-top: 60px;
}

.teacher-title h2 {
    font-size: 28px;
    font-weight: normal;
}

.music-teacher-desc {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 200px;
    margin-top: 40px;
}

.music-teacher-desc i {
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #e71e36;
    z-index: 1;
    left: 0;
    top:12px;
}

.music-teacher-desc__item {
    position: absolute;
    left: 0;
    top:0;
    width: 260px;
    background-color: #efefef;
    color: #333333;
    font-size: 26px;
    z-index: 2;
    display: none;
}

.music-teacher-desc__c {
    padding-top: 60px;
    padding-right: 10px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    line-height: 32px;
    display: none;
}

.music-teacher__list-wrap {
    position: relative;
    overflow: hidden;
    height: 312px;
    width: 1172px;
    margin: 0 auto;
}

.music-teacher__list-prev,
.music-teacher__list-next {
    position: absolute;
    top: 50%;
    width: 65px;
    height: 114px;
    background: url(../img/index/icon-prev.png) 0 center no-repeat;
    display: block;
    z-index: 10;
    margin-top: -57px;
    left: 0;
}

.music-teacher__list-next  {
    left: auto;
    background-image: url(../img/index/icon-next.png);
    right: 0;
}

.music-teacher__list {
    position: absolute;
    left: 0;
    top: 0;
    height: 312px;
    width: 9999px;
}

.music-teacher__list li {
    float: left;
    display: inline;
    width: 293px;
    height: 292px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.music-teacher__list li i {
    position: absolute;
    width: 393px;
    height: 392px;
    background-color: #000000;
    opacity: 0.5;
    left: 0;
    top:0;
}

.music-teacher__list li img {
    vertical-align: top;
}

.music-teacher__list li span {
    position: absolute;
    left: 0;
    top:0;
    width: 281px;
    height: 280px;
    border: 6px solid #e71e36;
    z-index: 2;
    display: none;
}

.music-teacher__list li.current i {
    display: none;
}

.music-teacher__list li.current span {
    display: block;
}

.teacher-wrap {
    background-color: #eeee;
    padding-bottom: 50px;
}

.major-wrap {
    background-color: #eeee;
    border-top: 1px solid #d8d8d8;
}

.major-title {
    color: #333333;
    font-size: 28px;
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.major-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 38px;
    width: 90px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #444444;
    border: 2px solid #e71e36;
}

/*专业*/
.major-block {
    padding: 80px 0;
    padding-top: 40px;
}

.major-block2 {
    background-color: #f4f4f4;
}

.major-block3 {
    background-color: #161616;
}

.major-type dt {
    position: relative;
    width: 354px;
    overflow: hidden;
    float: left;
    display: inline;
}

.major-type img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.major-type__c {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 40px;
    padding-top: 140px;
    color: #fff;
    font-size: 28px;
}

.major-type__c strong {
    font-weight: normal;
}

.major-type div em {
    width: 70px;
    height: 7px;
    display: block;
    border-bottom: 2px solid #ffffff;
    margin: 20px 0;
}

.major-type div span {
    line-height: 32px;
}

.major-type dd {
    float: left;
    display: inline;
    width: 846px;
    overflow: hidden;
}

.major-list {
    margin-top: -12px;
}

.major-list li {
    float: left;
    display: inline;
    width: 268px;
    margin-left: 14px;
    margin-top: 12px;
}

.major-list li.major-list-percussion,
.major-list li.major-list-compose {
    width: 407px;
    margin-top: 23px;
}

.major-block4 .major-list li.major-list-percussion,
.major-block4 .major-list li.major-list-compose {
    margin-top: 15px;
}


.major-list__pic {
    width: 100%;
    overflow: hidden;
    height: 168px;
}

.major-list li.major-list-percussion .major-list__pic,
.major-list li.major-list-compose .major-list__pic {
    height: 220px;
}

.major-list__pic img {
    width: 100%;
    height: auto;
}

.major-list__c {
    height: 63px;
    padding-top: 20px;
    padding-left: 80px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.major-list__c-chamber {
    padding-left: 40px;
}

.major-list__c strong {
    border-left: 4px solid #e71e36;
    display: block;
    padding-left: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 19px;
    font-weight: normal;
}


.major-list li:hover .major-list__c {
    background-color: #e71e36;
    color: #e71e36;
    border-color: #e71e36;
}

.major-list li:hover .major-list__c strong {
    color: #fff;
}

.major-block2 .major-type__c {
    padding-top: 50px;
}

/* .school-wrap {
    background: url("../img/index/bg-school.jpg") center 0 no-repeat;
    padding-bottom: 130px;
}

.school-wrap-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 28px;
    position: relative;
}

.school-wrap-title a {
    position: absolute;
    right: 0;
    bottom: 35px;
    display: block;
    height: 38px;
    width: 90px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 2px solid #e71e36;
}

.school-list {
    position: relative;
    height: 446px;
    margin: 0 auto;
}

.school-list__item {
    float: left;
    display: inline;
    width: 300px;
}

.school-list__item dt {
    height: 294px;
    overflow: hidden;
    position: relative;
}

.school-list__item dt i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 294px;
    background-color: #000000;
    opacity: 0.6;
}

.school-list__item dd {
    height: 110px;
    background-color: #f6f6f6;
    padding-top: 42px;
}

.school-list__item:nth-of-type(odd) dd {
    background-color: #ececec;
}

.school-list__title {
    text-align: center;
    font-size: 20px;
    color: #3e3a39;
    font-weight: bold;
}

.school-list__title span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
}

.school-list__action {
    padding: 25px;
    display: none;
}

.school-list__action a {
    float: left;
    display: inline;
    background-color: #333333;
    text-align: center;
    line-height: 41px;
    width: 115px;
    color: #fff;
    font-size: 18px;
}

.school-list__action a:last-of-type {
    float: right;
 
}

.school-list__action a:hover {
    background-color: #e71e36;
}

.school-list__item:hover,
.school-list__item-hover {
    width: 290px;
    border: 5px solid #e71e36;
}

.school-list__item:hover dt,
.school-list__item-hover dt {
    height: 260px;
}

.school-list__item:hover dd,
.school-list__item-hover dd  {
    height: 144px;
    padding-top: 32px;
}

.school-list__item:hover .school-list__action,
.school-list__item-hover .school-list__action {
    display: block;
}

.school-list__item:hover  dt i,
.school-list__item-hover  dt i {
    display: none;
}

.case-wrap-title {
    color: #2a2a2a;
}

.cases-list li {
    float: left;
    display: inline;
    width: 300px;
    height: 300px;
    text-align: center;
    margin-top: 40px;
}

.cases-list__title {
    font-size: 20px;
    color: #2a2a2a;
    padding: 10px 0;
    padding-top: 20px;
}

.cases-list__title span {
    padding: 0 5px;
    color: #d7d7d7;
    font-size: 16px;
}

.cases-list li p {
    color: #666666;
    font-size: 16px;
} */
/* ?????? */
.offer-wrap{
    width:100%;
    padding-bottom: 100px;
    background: url("../img/index/offer-bg.jpg") no-repeat center center;
}
.offer-wrap h2{
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    padding-top: 60px;
    margin-bottom: 60px;
}
.offer-wrap .offer-desc{
    display: flex;
}
.offer-wrap .offer-desc>ul{
    display: flex;
    flex-wrap: wrap;
}
.offer-wrap .offer-desc>ul.bk{
    width:620px;
    flex-shrink: 0;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 3px solid #e71e36;
}
.offer-wrap .offer-desc>ul>li{
    box-sizing: border-box;
    width:140px;
    height: 140px;
    padding:15px 5px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 21px;
}
.offer-wrap .offer-desc>ul.bk>li:nth-child(4n){
    margin-right: 0;
}
.offer-wrap .offer-desc>ul.yjs>li:nth-child(3n){
    margin-right: 0;
}
.offer-wrap .offer-desc>ul>li>h4{
    font-size: 14px;
    color:#000000;
}
.offer-wrap .offer-desc>ul>li>p,.offer-wrap .offer-desc>ul>li>div{
    font-size: 12px;
    color:#666666;
}
.offer-wrap .offer-desc>ul>li>div{
    margin-top:15px;
}
.offer-wrap .offer-desc>ul>li.offer-title{
    background:#ee1c25;
    color:#fff;
    font-size: 24px;
    line-height: 110px;
    text-align: center;
}
.offer-wrap .offer-desc>ul>li.last-line{
    margin-bottom: 0;
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border: 1px solid #ee1c25;
    background: transparent;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}
.swiper-pagination-bullet-active{
    background: #ee1c25;
}

/* 音乐offer榜修改 */
.weight_offer{
    width: 100%;
    height: 714px;
    background-image: url(../img/offer/offer_bg.png);
    background-size: cover;
    padding-top: 60px;
    box-sizing: border-box;
}
.weight_swiper_item{
    height: 440px;
    perspective: 300px;
    -webkit-perspective: 500;
    /* position: absolute; */
    margin-left: -234px;
}
.weight_swiper_item:first-child{
    margin-left: 0;
}
.weight_swiper_item_inner img{
    border-radius: 20px;
    cursor: url('../img/offer/enlarge.png'), default;
}
.weight_swiper_item_inner img.one{
    width: 100%;
}
.weight_swiper_item_inner img.two{
    height: 100%;
}
.weight_swiper_item_inner{
    width: 353px;
    height: 500px;
    transform: rotateY(35deg) scale(0.7);
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #000;
}
.weight_swiper_item_inner.shadow{
    background-color: #E55533;
    box-shadow: 0px 0px 20px 0px rgba(195,186,194,0.3);
}
.weight_offer_join{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.weight_offer_join_btn{
    width: 300px;
    height: 60px;
    display: inline-block;
    background-color: #D5286E;
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}
.weight_swiper{
    position: relative;
    margin-top: 20px;
    display: none;
}
.weight_swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-image: url(../img/offer/prev_white.png);
    background-size: cover;
    left: -80px;
}
.weight_swiper .swiper-button-next{
    width: 40px;
    height: 40px;
    background-image: url(../img/offer/next_white.png);
    background-size: cover;
    right: -80px;
}
.weight_swiper .swiper-button-prev.swiper-button-disabled{
    background-image: url(../img/offer/prev.png);
    background-color: #FFFFFF;
}
.weight_swiper .swiper-button-next.swiper-button-disabled{
    background-image: url(../img/offer/next.png);
    background-color: #FFFFFF;
}
.weight_swiper_page{
    height: 500px;
    display: flex;
    position: relative;
}
.weight_swiper_item:hover{
    z-index: 100;
}
.weight_swiper_item:hover .weight_swiper_item_inner{
    transform: rotateY(0deg) scale(1);
	transition: 1s;
}
.weight_offer_title{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.weight_offer_btns{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.weight_offer_btn{
    width: 70px;
    height: 30px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.weight_offer_btn:nth-child(1){
    border-radius: 10px 0 0 10px;
}
.weight_offer_btn:last-child{
    border-radius: 0 10px 10px 0;
}
.weight_offer_btn.active{
    background-color: rgba(255, 255, 255, 0.8);
    color: #34353A;
}
.pic_container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #34353A;
    display: none;
    z-index: 200;
    overflow-y: scroll;
}
.pic_container_inner{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pic_container_inner>img{
    width: 100%;
    border-radius: 10px;
    cursor: url('../img/offer/narrow.png'), default;
}

/* 留学攻略 */
.part8{
    width: 100%;
    height: 714px;
    background-color: #34353A;
}
.part8 .container{
    height: 100%;
}
.strategy{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.strategy_con{
    flex: 1;
}
.strategy_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.strategy_item{
    width: 240px;
    margin-bottom: 40px;
}
.strategy_item_img{
    width: 100%;
    height: 160px;
}
.strategy_item_img .img{
    width: 100%;
    height: 100%;
}
.strategy_item_info{
    margin-top: 10px;
}
.strategy_item_content{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.strategy_item_time{
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}   
.strategy_btns{
    display: flex;
    justify-content: flex-end;
}
.strategy_btn{
    width: 110px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid rgba(52, 53, 58, 0.2);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #34353A;
}
.strategy_btn:hover{
    color: #34353A;
}
.apply_content{
    width: 310px;
    margin-right: 70px;
    color: #FFFFFF;
    flex-shrink: 0;
}
.apply_content h3{
    font-size: 28px;
    font-weight: normal;
    line-height: 44px;
}
.apply_title_en{
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.apply_content_text{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
}
.teachers_more{
    width: 52px;
    color: #FFFFFF;
    font-size: 12px;
    border-bottom: 2px solid #FFFFFF;
}
.teachers_more:hover{
    color: #FFFFFF;
}