﻿/*通用部分*/


/*板块通用样式*/
.boyin_box_list{
    padding: 70px 0;
}
/*当前盒子背景*/
.box_white_bg{
    background: #fff;
}
.box_gray_bg{
    background: #f7f7f7;
}
/*盒子标题通用样式*/
.box_list_title{
    padding-bottom: 33px;
    text-align: center;
    overflow: hidden;
}
.box_list_title h2{
    color: #926323;
    font-size: 40px;
    font-weight: 700;
}
.box_list_title p{
    padding-bottom: 22px;
    line-height: 51px;
    color: #bbb;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Arial";
}
.box_list_title i{
    display: block;
    width: 38px;
    height: 6px;
    margin: 0 auto;
    background: #926323;
}
.boyin_box_list h3{
    padding-bottom: 38px;
    line-height: 44px;
    color: #202020;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    overflow: hidden;
}
.boyin_box_list .swiper-slide img{
    height: 100%;
    width:100%;
}
/*明星学员*/
.star_student_list{
    position: relative;
    width: 100%;
    height: 952px;
    min-width: 1200px;
    overflow: hidden;
}
.star_student_list ul{
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.star_student_list ul li{
    float: left;
    width: 944px;
    margin-top: 17px;
    margin-right: 14px;
    background: #f7f7f7;
}
.star_student_list .cur_text_box{
    width: 530px;
    padding: 34px 27px 0;
    color: #8b8b8b;
    font-size: 14px;
}
.star_student_list .cur_text_box h4{
    line-height: 37px;
    color: #002020;
    font-size: 24px;
}
.star_student_list .cur_text_box strong{
    display: block;
    padding-bottom: 22px;
    line-height: 31px;
    color: #002020;
    font-size: 20px;
    font-weight: 100;
}
.star_student_list li ul{
    position: static;
    left: auto;
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 26px;
    overflow: hidden;
}
.star_student_list li li{
    width: 50%;
    height: 26px;
    margin: 0;
    line-height: 26px;
}
.star_student_list li p{
    height: 156px;
    line-height: 26px;
    padding-bottom: 14px;
    text-align: justify;
    letter-spacing: -.1px;
}
.star_student_list li a{
    display: block;
    width: 45px;
    line-height: 15px;
    color: #8b8b8b;
    font-size: 12px;
    text-transform: uppercase;
    background: url(../images/icon_btn_bg.png) right center no-repeat;
    transition: all .5s;
}
.star_student_list li a:hover{
    color: #926323;
}
.boyin_box_list p.cur_text{
    padding-bottom: 31px;
    line-height: 32px;
    color: #8b8b8b;
    font-size: 18px;
}
.boyin_box_list p.text_center{
    text-align: center;
}
/*高考类型*/
.exam_type{
    overflow: hidden;
}
.exam_type .l,
.exam_type .r{
    width: 571px;
    height: 286px;
    padding: 42px 0;
}
.exam_type .l{
    background: url(../images/exam_type_bg1.jpg) left center no-repeat;
}
.exam_type .r{
    background: url(../images/exam_type_bg2.jpg) right center no-repeat;
}
.exam_type .text{
    width: 410px;
    height: 249px;
    padding: 37px 30px 0;
    background: #fff;
    transition: all .5s;
}
.exam_type .text:hover{
    -webkit-box-shadow: 0px 0px 6px 2px #eee;
    -moz-box-shadow: 0px 0px 6px 2px #eee;
    box-shadow: 0px 0px 6px 2px #eee;
}
.exam_type .text strong{
    line-height: 41px;
    color: #4c4c4c;
    font-size: 28px;
    font-weight: 100;
}
.exam_type .text i{
    display: block;
    width: 30px;
    height: 2px;
    margin: 13px 0;
    background: #c6a667;
    overflow: hidden;
}
.exam_type .text p{
    padding-bottom: 12px;
    line-height: 30px;
    color: #8f8f8f;
    font-size: 16px;
}
.exam_type .text a{
    float: right;
    width: 98px;
    height: 30px;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all .5s;
}
.exam_type .text:hover a{
    color: #fff;
    background: #c6a667;
    border-color: #c6a667;
}
/*优势*/
.biaoyan_ks_ys{
    margin-right: -20px;
    overflow: hidden;
}
.biaoyan_ks_ys li{
    float: left;
    width: 209px;
    height: 349px;
    margin-right: 20px;
    padding: 61px 38px 0;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.biaoyan_ks_ys li strong{
    display: block;
    text-align: center;
    color: #202020;
    font-size: 30px;
    font-weight: 100;
}
.biaoyan_ks_ys li i{
    display: block;
    width: 24px;
    height: 2px;
    margin: 14px auto;
    background: #c6a667;
    overflow: hidden;
}
.biaoyan_ks_ys li p{
    padding-top: 158px;
    text-align: center;
    line-height: 28px;
    color: #8b8b8b;
    font-size: 16px;
    background: url(../images/boyin_ys_token.png) -36px 27px no-repeat;
}
/*校区轮播图*/
.tl_campus_fenbu{
    display: inline-block;
    overflow: hidden;
    background: #fff;
}
.tl_campus_fenbu .tl_campus_tp{
    width: 600px;
    height: 430px;
}
.tl_campus_fenbu .tl_campus_text{
    width: 500px;
    height: 310px;
    padding: 60px 50px;
    background: #fff;
}
.tl_campus_fenbu .tl_campus_tp img{
    width: 100%;
}
.tl_campus_fenbu .tl_campus_text strong{
    display: block;
    padding-bottom: 19px;
    line-height: 30px;
    font-size: 28px;
    text-align: left;
    font-weight: 100;
}
.tl_campus_fenbu .tl_campus_text i{
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 14px;
    background: #c6a667;
}
.tl_campus_fenbu .tl_campus_text p{
    padding-bottom: 27px;
    line-height: 27px;
    text-align: left;
    text-align-last: left;
    font-size: 16px;
    color: #666;
}
.tl_campus_fenbu .tl_campus_lb{
    padding: 0 59px;
    height: 80px;
}
.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 #c6a667;
    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: #fff;
}
.tl_campus_fenbu .tl_campus_lb label.swiper-button-prev{
    left: auto;
    right: 0;
    background: #fff;
}
.tl_campus_fenbu .tl_campus_lb a{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 25px;
    background: url(../images/icon_campus_l_r_btn_1.png) no-repeat;
}
.tl_campus_fenbu .tl_campus_lb a:hover{
    background: url(../images/icon_campus_l_r_btn_1.png) left bottom no-repeat;
}
.tl_campus_fenbu .tl_campus_lb a.fr{
    background-position-x: right;
}

/*天籁荣誉标题*/
p.honor_title{
    padding-bottom: 39px;
    text-align: center;
    color: #202020;
    font-size: 30px;
}
/*教师轮播图*/
.teacher_team{
    height: 531px;
    overflow: hidden;
}
.teacher_team ul{
    display: inline-block;
    width: 300%;
}
.teacher_team li{
    float: left;
    position: relative;
    width: 350px;
    height: 530px;
}
.teacher_team .text_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 348px;
    height: 528px;
    border: 1px solid transparent;
    color: #bbb;
    transition: all .5s;
}
.teacher_team .text_con strong{
    display: block;
    padding: 28px 0 0 15px;
    font-size: 30px;
    font-weight: 100;
}
.teacher_team .text_con strong:first-letter{
    font-size: 40px;
}
.teacher_team .text_con span{
    display: block;
    padding-left: 15px;
    line-height: 19px;
    font-size: 12px;
    text-transform: uppercase;
}
.teacher_team .text_con p.fixed{
    position: absolute;
    left: 15px;
    bottom: 44px;
    color: #d1d1d1;
    font-size: 16px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

/*教学方案*/
ul.jiaoxue_fangan{
    display: block;
    margin-right: -20px;
    overflow: hidden;
}
ul.jiaoxue_fangan li{
    float: left;
    width: 285px;
    height: 207px;
    margin-right: 20px;
    padding-top: 203px;
    background: #f7f7f7 url(../images/boyin_jiaoxue_fangan_token.png) left 57px no-repeat;
}
ul.jiaoxue_fangan li strong{
    display: block;
    line-height: 73px;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}
ul.jiaoxue_fangan li i{
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto 22px;
    background: #c6a667;
    overflow: hidden;
}
ul.jiaoxue_fangan li p{
    line-height: 27px;
    color: #8b8b8b;
    font-size: 16px;
    text-align: center;
}

/*教材轮播图*/
.boyin_textbook_box{
    display: block;
    padding: 0 60px;
    height: 342px;
    position: relative;
    overflow: hidden;
}
.boyin_textbook_box ul{
    /*display: inline-block;*/
    /*margin-right: -5px;*/
}
.boyin_textbook_box ul li{
    float: left;
    /*margin-right: 5px;*/
}
.boyin_textbook_box label{
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    margin-top: 0;
    background: #f7f7f7;
}
.boyin_textbook_box label.swiper-button-prev{
    left: 0;
}
.boyin_textbook_box label.swiper-button-next{
    right: 0;
}
.boyin_textbook_box a.prev,
.boyin_textbook_box a.next{
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/boyin_l_r_btn.png) no-repeat;
}
.boyin_textbook_box a.prev{
    left: 0;
}
.boyin_textbook_box a.next{
    right: 0;
    background-position-x: right;
}
.boyin_textbook_box a.prev:hover{
    background: url(../images/boyin_l_r_btn.png) left bottom no-repeat;
}
.boyin_textbook_box a.next:hover{
    background: url(../images/boyin_l_r_btn.png) right bottom no-repeat;
}

/*班级类型*/
#banji_type{
    overflow: hidden;
}
#banji_type ul{
    display: inline-block;
    margin-top: -12px;
    margin-right: -12px;
}
#banji_type li{
    float: left;
    width: 274px;
    height: 340px;
    margin: 12px 12px 0 0;
    padding: 10px;
    border: solid 1px #e5e5e5;
    -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: 66px;
    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: 136px;
    height: 35px;
    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;
}

/*学霸视频*/
.boyin_xb_video_box{
    overflow: hidden;
    margin-top: 30px;
    padding: 0 60px;
    position: relative;
}
.boyin_xb_video_box ul {
    height: 540px;
}
.boyin_xb_video_box ul li{
    position: relative;
    float: left;
    width: 298px;
    height: 540px;
    cursor: pointer;
    overflow: hidden;
}
.boyin_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/boyin_vidow_token.png) center center no-repeat;
}
.boyin_xb_video_box li:hover i{
    background: rgba(0,0,0,.1) url(../images/boyin_vidow_token.png) center center no-repeat;
}
.boyin_xb_video_box ul div.text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.5);
}
.boyin_xb_video_box div.text p{
    margin: 0;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.boyin_xb_video_box label{
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    margin-top: 0;
    background: #f7f7f7;
}
.boyin_xb_video_box label.swiper-button-prev{
    left: 0;
}
.boyin_xb_video_box label.swiper-button-next{
    right: 0;
}
.boyin_xb_video_box a.prev,
.boyin_xb_video_box a.next{
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 90px;
    margin-top: -25px;
    background: url(../images/boyin_xb_video_btn.png) no-repeat;
}
.boyin_xb_video_box a.prev{
    left: 0;
}
.boyin_xb_video_box a.next{
    right: 0;
    background-position-x: right;
}
.boyin_xb_video_box a.prev:hover{
    background: url(../images/boyin_xb_video_btn.png) left bottom no-repeat;
}
.boyin_xb_video_box a.next:hover{
    background: url(../images/boyin_xb_video_btn.png) right bottom no-repeat;
}


/*报名流程*/
.service_flow_content{
    padding-top: 25px;
    margin-left: 10px;
    overflow: hidden;
}
.service_flow_content dl{
    float: left;
    width: 200px;
    height: 410px;
    padding: 0 80px 0 40px;
    background: url(../images/service_flow_bg.png) no-repeat;
}
.service_flow_content div.fl{
    display: block;
    width: 110px;
    height: 380px;
    background: url(../images/service_flow_icon.png) center center no-repeat;
}
.service_flow_content dt{
    padding-left: 35px;
    line-height: 75px;
    color: #c6a667;
    font-size: 28px;
    font-family: "方正兰亭中黑_GBK";
    background: url(../images/service_flow_tub.png) left top no-repeat;
}
.service_flow_content dd{
    margin-top: 35px;
    text-align: center;
}
.service_flow_content li{
    line-height: 32px;
}
.service_flow_content a{
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: "微软雅黑";
}
.service_flow_content dl.bm_flow li{
    margin-bottom: 48px;
}