[v-cloak]{
    display: none;
}
.banner{
    width: 100%;
    margin-top: 60px;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.notice .notice_box{
    width: 100%;
    margin-top: 56px;
    display: flex;
}
.notice .notice_box .left_tit{
    display: inline-block;
    width: 122px;
	height: 130px;
    background-color: #e14946;
    font-size: 24px;
	line-height: 130px;
    color: #fefefe;
    text-align: center;
}
.notice .notice_box .item{
    width: 358px;
    height: 130px;
    border: 1px solid #e14946;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}
.notice .notice_box .item.no_r{
    border-right: 0;
}

.notice_box .item h5{
    font-size: 18px;;
	line-height: 20px;
	letter-spacing: 0px;
    color: #e14946;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice_box .item p{
    font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 17px;
}
/* cfa是什么 */
.what_cfa{
    margin-top: 53px;
}
.what_cfa .wrapper{
    height: 690px;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 30px;
    overflow: hidden;
}

.tit_box{
    margin-top: 60px;
    text-align: center;
}
.what_cfa .tit_box{
    margin-top: 30px;
}
.tit_box h1{
    font-size: 36px;
	letter-spacing: 0px;
	color: #333333
}
.tit_box span{
    display: block;
    width: 125px;
    height: 1px;
    background: #cccccc;
    position: relative;
    margin: 18px auto;
}
.tit_box span::after{
    content: "";
    width: 65px;
	height: 3px;
    background-color: #cd1f20;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}
.tit_box p{
    font-size: 16px;
	color: #999999;
}
.what_cfa .main{
    width: 1122px;
    height: 500px;
    margin: 30px auto 0;
}
.what_cfa .main .intd{
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
    color: #666666;
    margin-top: 19px;
}
.what_cfa .main .advantage{
    width: 1122px;
	height: 56px;
    background-color: #f8fafc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 17px 0 20px;
}
.what_cfa .main .advantage p{
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #333333;
}
.what_cfa .main .advantage p span{
    font-size: 18px;
	letter-spacing: 2px;
	color: #e14946;
}
.what_cfa .main .work h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
	color: #02040c;
}
.what_cfa .main .work table{
    width: 1114px;
	height: 122px;
    border: solid 1px #eaeaea;
    margin-top: 14px;
}
.what_cfa .main .work table th{
    width: 222px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background: #f8f8f8;
    font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.what_cfa .main .work table td{
    width: 222px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-right: 1px solid #eaeaea;
    font-size: 16px;
    color: #e14946;
    font-weight: bold;
}
.vip_policy .tit_box{
    margin-top: 70px;
}
.vip_policy .policy_list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.vip_policy .policy_list .item{
    width: 276px;
	height: 400px;
	background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    text-align: center;
}
.vip_policy .policy_list .item img{
    width: 85px;
    height: 95px;
    margin: 43px 0 27px;
}
.vip_policy .policy_list .item .name{
    position: relative;
    width: 38px;
    margin: 0 auto;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
    color: #02040c;
}
.vip_policy .policy_list .item .name::after{
    content: "";
    width: 30px;
	height: 3px;
    background: #e14946;
    position: absolute;
    top: 26px;
    left: 3px;
}
.vip_policy .policy_list .item ul{
    margin: 30px 30px;
    width: 227px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #666666;
    text-align: left;
}
.vip_policy .policy_list .item li{
    list-style-type: disc;
}
/* 报名须知 */
.need_know{
    margin-top: 70px;
}
.need_know .main .navs{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.need_know .main .navs .nav_item{
    width: 72px;
    height: 106px;
    text-align: center;
    cursor: pointer;
}
.need_know .main .navs .nav_item img{
    width: 70px;
	height: 70px;
}

.need_know .main .navs .nav_item p{
    font-size: 18px;
	line-height: 30px;
	color: #666666;
}
.need_know .main .navs .nav_item.active p{
    color: #e14946;
}
.need_know .main .content{
    width: 1200px;
	height: 450px;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 30px;
    margin-top: 80px;
    overflow: hidden;
}
.need_know .main .content .swiper-container{
    height: 100%;
    padding: 34px 70px;
    box-sizing: border-box;
}
.need_know .swiper-button-next{
    left: auto;
    right: 0;
    /* background: url(../img/20ryicon60.png); */
}
.need_know .swiper-button-prev{
    left: 0;
    right: auto;
    /* background: url(../img/20ryicon59.png); */
}
.need_know .swiper-button-next, 
.need_know .swiper-button-prev{
    position: absolute;
    width: 70px;
    height: 100%;   
    top: 34px;
    background-size: 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 1;
    cursor: default;
}
.need_know .swiper-button-next.swiper-button-disabled, 
.need_know .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
/* 报名条件 */
.need_know .main .content .swiper-slide.bmtj h5{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 20px 20px;
}
.need_know .main .content .swiper-slide.bmtj .condition{
    display: flex;
    justify-content: space-between;
    width: 96%;
    height: 332px;
    margin: 0 auto;
}
.need_know .main .content .swiper-slide.bmtj .condition .item{
    width: 240px;
    height: 100%;
    background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.need_know .main .content .swiper-slide.bmtj .condition .item img{
    width: 70px;
    height: 70px;
    margin: 30px 0;
}
.need_know .main .content .swiper-slide.bmtj .condition .item p{
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin: 0 20px;
}
.need_know .main .content .swiper-slide.bmtj .condition .item .btn{
    width: 188px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    border-radius: 20px;
    background:  #e14946;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    margin: 0;
}
/* 报名流程 */
.need_know .main .content .swiper-slide.bmlc .flow{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.need_know .main .content .swiper-slide.bmlc .flow .item {
    text-align: center;
    position: relative;
}
.need_know .main .content .swiper-slide.bmlc .flow .item img{
    width: 94px;
    height: 94px;
}
.need_know .main .content .swiper-slide.bmlc .flow .item img.arror{
    width: 79px;
    height: 8px;
    position: absolute;
    top: 50px;
    right: -101px;
}
.need_know .main .content .swiper-slide.bmlc .flow .item p{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.need_know .main .content .swiper-slide.bmlc a{
    display: block;
    width: 303px;
    height: 50px;
    border-radius: 5px;
    background-color: rgb(225, 73, 70);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
/* 奖学金 */
.need_know .main .content .swiper-slide.jxj .jxj_box{
    width: 96%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.need_know .main .content .swiper-slide.jxj .jxj_box .left,
.need_know .main .content .swiper-slide.jxj .jxj_box .right
{
    width: 230px;
    height: 380px;
    background:#F9FAFC;
    border-radius: 5px;
    text-align: center;
}
.need_know .main .content .swiper-slide.jxj .jxj_box .right{
    width: 760px;
}
.need_know .main .content .swiper-slide.jxj .jxj_box .left img{
    width: 75px;
    height: 75px;
    margin: 30px 0 20px ;
}  
.need_know .main .content .swiper-slide.jxj .jxj_box .left h5{
    font-size: 16px;
    color: #333;
    font-weight: bold; 
}
.need_know .main .content .swiper-slide.jxj .jxj_box .left p{
    color: rgb(102, 102, 102);
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 20px;
}
.need_know .main .content .swiper-slide.jxj .jxj_box .main_r{
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
}
.need_know .main .content .swiper-slide.jxj .jxj_box .main_r .ry_intd{
    display: flex;
    align-items: center;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .ry_intd img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .ry_intd .text h5{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .ry_intd .text p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .list_text{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .list{
    display: flex;
    justify-content: space-between;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .list .item{
    width: 150px;
    height: 220px;
    text-align: center;
    margin-top: 10px;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .list .item img{
    width: 60px;
    height: 60px;
    margin: 15px 0;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .list .item h5{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.need_know .main .swiper-slide.jxj .jxj_box .main_r .list .item p{
    font-size: 14px;
    color: #666666;
    margin: 0 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* 考试科目 */
.need_know .main .swiper-slide.kskm .kskm_box{
    width: 96%;
    height: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}
.need_know .main .swiper-slide.kskm .kskm_box img{
    width: 492px;
    height: 361px;
}
.need_know .main .swiper-slide.kskm a{
    display: block;
    width: 303px;
    height: 40px;
    background: #E14946;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
}
/* 考试内容 */
.need_know .main .swiper-slide.ksnr .ksnr_box{
    width: 96%;
    height: 100%;
    margin: 0 auto;
}
.need_know .main .swiper-slide.ksnr .ksnr_box img{
    width: 100%;
    height: 100%;
}
/* 考场规则 */
.need_know .main .swiper-slide.kcgz .kcgz_box{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.need_know .main .swiper-slide.kcgz .kcgz_box .item{
    font-size: 16px;
    color: #E14946;
    padding: 10px 20px;
    border: 1px solid #E14946;
    margin-right: 40px;
    margin-bottom: 40px;
}
.need_know .main .swiper-slide.kcgz .kcgz_box .item:hover{
    color: #fff;
    background: #E14946;
}
/* 考试地点 */
.need_know .main .swiper-slide.ksdd .ksdd_box{
    width: 98%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .left{
    width: 454px;
    height: 377px;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right{
    width: 530px;
    height: 100%;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right .tit{
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    border-left: 3px solid #E14946 ;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right .citys{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right .citys p{
    width: 78px;
    height: 33px;
    border-radius: 20px;
    border: 1px solid #ededed;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 33px;
    margin-bottom: 15px;
    cursor: pointer;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right .citys p:hover{
    border-color: #E14946;
    color: #fff;
    background: #E14946 ;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right em{
    font-size: 15px;
    line-height: 24px;
    color: #E14946;
}
.need_know .main .swiper-slide.ksdd .ksdd_box .right .last_text{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
}

/* 考试成绩 */
.need_know .main .swiper-slide.kscj .kscj_box{
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.need_know .main .swiper-slide.kscj .kscj_box .left{
    width: 39%;
    height: 100%;
    border-right: 1px solid #ededed;
    text-align: center;
}
.need_know .main .swiper-slide.kscj .kscj_box .left h3{
    font-size: 24px;
    color: #333333;

}
.need_know .main .swiper-slide.kscj .kscj_box .left img{
    width: 358px;
    margin-top: 40px;
}
.need_know .main .swiper-slide.kscj .kscj_box .left a{
    width: 166px;
    height: 42px;
    border-radius: 5px;
    background: #E14946;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    display: block;
    margin: 40px auto 0;
}
.need_know .main .swiper-slide.kscj .kscj_box .right{
    width: 58%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.need_know .main .swiper-slide.kscj .kscj_box .right h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}
.need_know .main .swiper-slide.kscj .kscj_box .right p{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
      
}









/* 报名费用 */
.need_know .main .content .swiper-container .swiper-slide.bmfy{
    display: flex;
}
.need_know .main .content .swiper-container .swiper-slide.bmfy .left,
.need_know .main .content .swiper-container .swiper-slide.bmfy .right{
    width: 457px;
	height: 386px;
	background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    margin: 0 15px;
}
.need_know .main .content .swiper-container .swiper-slide.bmfy .right{
    width: 577px;
}
.need_know .main .content .swiper-slide.bmfy .left .inner{
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
}
.need_know .main .content .swiper-slide.bmfy .left .inner .top{
    display: flex;
    justify-content: space-between;
}
.need_know .main .content .swiper-slide.bmfy .left .inner .top .item{
    width: 188px;
	height: 145px;
    background-color: #f9fafc;
    padding: 0 16px;
    box-sizing: border-box;
}
.need_know .main .content .swiper-slide.bmfy .left .top .item h5{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin: 17px 0 10px;
}
.need_know .main .content .swiper-slide.bmfy .left .top .item p{
    font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.need_know .main .content .swiper-slide.bmfy .left .btm{
    width: 398px;
	height: 190px;
    background-color: #f9fafc;
    padding: 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 10px;
}
.need_know .main .content .swiper-slide.bmfy .left .btm h5{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin: 17px 0 10px
}
.need_know .main .content .swiper-slide.bmfy .left .btm p{
    font-size: 14px;
	color: #666666;
}
.need_know .main .swiper-slide.bmfy .right .tit{
    font-size: 20px;
	letter-spacing: 1px;
    color: #333333;
    margin: 20px 0;
    text-align: center;
} 
.need_know .main .swiper-slide.bmfy .right .btm{
    width: calc(100% - 60px);
    margin: 0 auto;
    width: 486px;
	height: 297px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.need_know .main .swiper-slide.bmfy .right .time_navs{
    margin: 18px 0 0 30px;
}
.need_know .main .swiper-slide.bmfy .right .time_navs .nav{
    display: inline-block;
    width: 95px;
	height: 30px;
    border: solid 1px #e14946;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
	letter-spacing: 1px;
    color: #e14946;
    margin-right: 20px;
    cursor: pointer;
}
.need_know .main .swiper-slide.bmfy .right .time_navs .nav.act{
    background-color: #e14946;
    color: #fff;
}
.need_know .main .swiper-slide.bmfy .right .cost_info{
    margin: 14px 0 0 30px;
    display: flex;
}
.need_know .main .swiper-slide.bmfy .right .cost_info .cost_item{
    width: 200px;
	height: 211px;
    background-color: #ffffff;
    margin-right: 20px;
}
.need_know .swiper-slide.bmfy .right .cost_item .top{
    width: 200px;
	height: 92px;
    background-color: #ffffff;
  	border:1px solid #e14946;
  	box-sizing:border-box;
    text-align: center;
    overflow: hidden;
}
.need_know .swiper-slide.bmfy .right .cost_item.red .top{
    background: #e14946;
} 
.need_know .swiper-slide.bmfy .right .cost_item .top h5{
    font-size: 16px;
	letter-spacing: 1px;
    color: #e14946;
    margin: 10px 0;
}
.need_know .swiper-slide.bmfy .right .cost_item .top p{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
    color: #e14946;
}
.need_know .swiper-slide.bmfy .right .cost_item .top p span{
    font-size: 16px;
}
.need_know .swiper-slide.bmfy .right .cost_item .btms{
    height: calc(100% - 92px);
    width: 100%;
}
.need_know .swiper-slide.bmfy .right .cost_item .btms p{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
    line-height: 20px;
    text-align: left;
    margin: 10px 8px;
	letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.need_know .swiper-slide.bmfy .right .cost_item .btms a{
    width: 136px;
	height: 28px;
	background-color: #fff;
  	border: solid 1px #e14946;
    border-radius: 14px;
    display: block;
    font-size: 14px;
	letter-spacing: 1px;
    color: #e14946;
    text-align: center;
    line-height: 28px;
    margin: 10px auto;
}
.need_know .swiper-slide.bmfy .right .cost_item.red .btms a{
    background:  #e14946;
    color: #fff;
}
.need_know .swiper-slide.bmfy .right .cost_item.red .top h5,
.need_know .swiper-slide.bmfy .right .cost_item.red .top p{
	color:#fff;
}
/* 考试报名时间 */
.apply_time .table_box{
    width: 1200px;
	height: 575px;
    margin-top: 64px;   
    background: url(../img/table_top1.png) no-repeat center center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.apply_time .table_box .top_right{
    width: 584px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 13px;
    background: url(../img/table_top2.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.apply_time .table_box .left_tit,.apply_time .table_box .right_tit{
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}
.apply_time .table_box .left_tit.act,.apply_time .table_box .right_tit.act{
    font-weight: bold;
    color: #333333;
}
.apply_time .table_box .left_tit{
    width: 580px;
    height: 56px;
    text-align: center;
    line-height: 63px;
    position: absolute;
    top: 0px;
    left: 15px;
    cursor: pointer;
}
.apply_time .table_box .right_tit{
    position: absolute;
    top: 16px;
    left: 200px;
    color: #666;
}
.apply_time .table_box table{
    width: 1085px;
	height: 445px;
    border: solid 1px #ededed;
    margin: 73px auto 0;
    transition: all ease-in-out .54s;
}
.apply_time .table_box table th{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #02040c;
    text-align: center;
    padding: 22px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #f8f8f8;
    box-sizing: border-box;
}
.apply_time .table_box table th:last-child{
    width: 300px;
}
.apply_time .table_box table tr:nth-child(2n+2){
    background: #f8f8f8;
}
.apply_time .table_box table tr td{
    font-size: 16px;
    color: #02040c;
    text-align: center;
    line-height: 64px;
    padding: 0 10px;
    /* box-sizing: border-box; */
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
/* 免费领取资料 */
.free_data{
    width: 100%;
    height: 160px;
    background: url(../img/sxbg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.free_data h5{
    font-size: 30px;
    color: #00e6da;
    margin: 20px 0 25px;
}
.free_data .wrapper .ipts{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.free_data .wrapper input{
    width: 230px;
	height: 50px;
    border: solid 1px #ffffff;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #fefefe;
    text-indent: 10px;
}
.free_data .wrapper a{
    width: 120px;
	height: 42px;
	background-color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
	line-height: 42px;
	color: #e04946;
}
/* 精品课程 */
.courses .wrapper .course_box{
    margin-top: 32px;
}
.courses .wrapper .course_box .course_navs{
    width: 556px;
    margin: 0 auto;
    display: flex;
}
.courses .wrapper .course_box .course_navs p{
    display: inline-block;
    width: 125px;
	height: 38px;
	background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.courses .wrapper .course_box .course_navs p.active{
    background: #e04946;
    color: #fff;
}
.courses .wrapper .course_box .item_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.courses .wrapper .item_box .item{
    width: 276px;
	height: 270px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 5px;
    margin-right: 32px;
    margin-bottom: 30px;
    display: block;
}
.courses .wrapper .item_box .item:nth-child(4n+4){
    margin-right: 0;
}
.courses .wrapper .item_box .item .img_box{
    width: 276px;
	height: 180px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden; 
}
.courses .wrapper .item_box .item img{
    width: 276px;
	height: 180px;
    border-radius: 5px 5px 0px 0px;
    transition: all ease .5s;
}
.courses .wrapper .item_box .item img:hover{
    transform: scale(1.2);
    transition: all ease .5s;
}
.courses .wrapper .item_box .item .bottom{
    padding: 0 15px;
}
.courses .wrapper .item_box .item .bottom h5{
    font-size: 16px;
    color: #333333;
    margin: 15px 0 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.courses .wrapper .item_box .item .bottom .price_count{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.courses .wrapper .item_box .item .bottom .price_count p:first-child{
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ff434b
}
.courses .wrapper .item_box .item .bottom .price_count p:first-child span{
    font-size: 14px;
}
.courses .wrapper .item_box .item .bottom .price_count p:last-child{
    font-size: 14px;
	color: #999999;
}
.courses .wrapper .course_box a.more{
    width: 166px;
	height: 42px;
	background-color: #e04946;
    border-radius: 5px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin: 50px auto;
    display: block;
}
/* 直播 */
.live_box .wrapper{
	width:1300px;
}
.live_box .swiper-container {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  	box-sizing:border-box;
}

.live_box .swiper-container .swiper-slide {
    width: 302px !important;
    height: 460px;
    margin-right: 0 !important;
}

.live_box .swiper-container .swiper-slide .time {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: relative;
}

.live_box .swiper-slide .time h5 {
    position: absolute;
    top: 40px;
    left: 85px;
    width: 120px;
    height: 50px;
    background-color: #fff;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 12px;
    text-align: center;
    z-index: 3;
}

.live_box .swiper-slide .time p {
    position: absolute;
    top: 70px;
    left: 85px;
    width: 120px;
    height: 50px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 4px;
    text-align: center;
    z-index: 3;
}

.live_box .swiper-slide.swiper-slide-active .time h5,
.live_box .swiper-slide.swiper-slide-active .time p {
    color: red;
}

.live_box .swiper-slide .time::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #999;
    left: 0;
    top: 65px;
    z-index: 2;
}

.live_box .swiper-slide .live_info {
    width: 275px;
    margin-right: 30px;
    height: 325px;
    text-align: center;
    margin-bottom: 2px;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 10px 10px 0 0;
}

.live_box .swiper-slide .live_info img {
    width: 275px;
    height: 180px;
    border-radius: 10px 10px 0 0;
}

.live_box .swiper-slide .live_info .live_name {
    padding: 15px 15px 0;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.live_box .swiper-slide .live_info .yy_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    font-size: 0;
    margin-top: 10px;
    padding: 0 15px;
}

.live_box .swiper-slide .live_info .yy_num .isopen i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 27px;
    background: url(../img/tip.png) no-repeat center center;
    background-size: contain;
}

.live_box .swiper-slide .live_info .yy_num .isopen span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    color: #57a75a;
    line-height: 30px;
}

.live_box .swiper-slide .live_info .yy_num .num {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.live_box .swiper-slide .live_info .yy_now {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 33px;
    margin-top: 20px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #e04946;
    border-radius: 5px;
    color: #E04946;
}
.live_box .swiper-slide .live_info .yy_now:hover{
    color: #fff;
    background: #e04946;
}

.live_box .swiper-container .swiper-button-next {
    right: 0;
    left: auto;
    background: url(../img/20ryicon60.png);
}

.live_box .swiper-container .swiper-button-prev {
    right: auto;
    left: 0;
    background: url(../img/20ryicon59.png);
}

.live_box .swiper-container .swiper-button-next,
.live_box .swiper-container .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 50px;
    height: 460px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    right: 0;
    margin-top: 0;
    opacity: 1;
}

.live_box .all_live {
    display: block;
    margin: 40px auto 0;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #E04946;
    border-radius: 5px;
}
/* 书籍专场 */
.new_lists{
  margin-top:50px;
}
.new_lists img{
  width:100%;
}
/* 师资团队 */
.teacher{
    width: 100%;
    height: 680px;
    background: url(../img/teabg.png) no-repeat center center;
    background-size: cover;
    margin-top: 60px;
}
.teacher .wrapper{
    overflow: hidden;
}
.teacher .tit_box{
    margin-top: 44px;
}
.teacher .tit_box h1,.teacher .tit_box p{
    color: #fff;
}
.teacher .teacher_box{
    width: 100%;
    height: 410px;
    margin-top: 65px;
    position: relative;
}
.teacher .teacher_box .swiper-container{
    height: 100%;
}
.teacher .teacher_box .swiper-container .swiper-slide{
    height: 350px;
    display: flex;
}
.teacher .swiper-container .swiper-pagination{
    width: auto;
    bottom: 28px;
}
.teacher .swiper-container .swiper-pagination .swiper-pagination-bullet{
    background: #e04946;
    opacity: 1;
}
.teacher .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 22px;
    border-radius: 4px;
}
.teacher .swiper-slide .left{
    width: 271px;
	height: 350px;
	background-color: #798494;
    border-radius: 10px 0px 0px 10px;
    position: relative;
}
.teacher .swiper-slide .left img{
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.teacher .swiper-slide .right{
    width: 319px;
	height: 350px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px 
		rgba(0, 7, 145, 0.1);
    border-radius: 0px 10px 10px 0px;
    padding-top: 35px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.teacher .swiper-slide .right::after{
    content: "";
    width: 17px;
    height: 32px;
    background: url(../img/tea_arror.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    display: block;
}
.teacher .swiper-slide .right h5{
    font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.teacher .swiper-slide .right p{
    font-size: 16px;
    color: #333333;
    margin: 16px 0 24px;
}
.teacher .swiper-slide .right p.tea_intd{
    height: 146px;
    width: 240px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #7b838a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.teacher .swiper-slide .right p.tea_intd span{
    color: #e04946;
}
.teacher .swiper-slide .right .btns{
    width: 250px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.teacher .swiper-slide .right a.ask,
.teacher .swiper-slide .right a.info{
    width: 110px;
	height: 34px;
	border-radius: 5px;
    border: solid 1px #e04946;
    font-size: 14px;
	line-height: 37px;
    color: #e04946;
    text-align: center;
    line-height: 34px;
    display: block;
    margin: 0 auto;
}
.teacher .swiper-slide .right .btns a:hover{
    color: #fff;
    background: #e04946;
}
.teacher .teacher_box a.more_teacher{
    width: 166px;
	height: 42px;
	background-color: #e04946;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
/* 新闻资讯 */
.news .news_box{
    margin-top: 40px;
}
.news .news_box .news_navs{
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news .news_box .news_navs p{
    width: 125px;
	height: 38px;
	border-radius: 5px;
	border: solid 1px #e04946;;
    font-size: 18px;
    color: #e04946;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.news .news_box .news_navs p.active{
    background: #e04946;
    color: #fff;
}
.news .news_box .news_info{
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
}
.news .news_box .news_info .left{
    width: 290px;
	height: 452px;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px 
        rgba(231, 231, 231, 0.7);
    position: relative;    
}
.news .news_box .news_info .left .img_box{
    width: 290px;
    height: 310px;
    overflow: hidden;
}
.news .news_box .news_info .left img{
    width: 290px;
    height: 310px;
    transition: all ease .5s;
}
.news .news_box .news_info .left img:hover{
    transform: scale(1.2);
    transition: all ease .5s;
}
.news .news_box .news_info .left .left_k{
    width: 200px;
    height: 60px;
    background: url(../img/kuang.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -13px;
    top: 38px;
}
.news .news_box .news_info .left .left_k p{
    font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    top: 23px;
    left: 49px;
}
.news .news_box .news_info .left a{
    width: 146px;
	height: 46px;
	border-radius: 23px;
    border: solid 1px #e04946;
    font-size: 16px;
    text-align: center;
	line-height: 46px;
    color: #e04946;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.news .news_box .news_info .left a:hover{
    color: #fff;
    background: #e04946;
}
.news .news_box .news_info .right{
    width: 890px;
	height: 452px;
	background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(231, 231, 231, 0.7);
    padding: 30px;
    box-sizing: border-box;
}
.news .news_info .right .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 122px;
}
.news .news_info .right .top img{
    width: 192px;
	height: 122px;
}
.news .news_info .right .top .first_info{
    width: 425px;
    height: 122px;
}
.news .news_info .right .top .first_info h5{
    font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_info .right .top .first_info p{
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #999999;
}
.news .news_info .right .top .first_info p.text{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.news .news_info .right .top .btn{
    width: 128px;
	height: 41px;
	background-color: #e04946;
    border-radius: 21px;
    display: flex;
    align-items: center;
}
.news .news_info .right .top a p{
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
    color: #ffffff;
    margin: 0 15px;
}
.news .news_info .right .top a img{
    width: 24px;
	height: 24px;
}
.news .news_info .right .other_news{
    border-top: 1px solid #f1f0f0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
}

.news .news_info .right .other_news a{
    width: 310px;
    font-size: 14px;
	letter-spacing: 1px;
    color: #666666;
    margin-top: 28px;
    margin-right: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 15px;
    position: relative;
}
.news .news_info .right .other_news a:nth-child(2n+2){
    margin-right: 0;
}
.news .news_info .right .other_news a:hover{
    color: #e04946;
}
.news .news_info .right .other_news a::after{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999999;
    position: absolute;
    top: 8px;
    left: 0;
}
/* 教学服务 */
.service .service_list{
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
    position: relative;
}
.service .service_list::after{
    content: "";
    display: block;
    width: 1px;
    height: 902px;
    background: #f5f5f5;
    position: absolute;
    top: 10px;
    left: 390px;
}

.service .service_list::before{
    content: "";
    display: block;
    width: 1px;
    height: 902px;
    background: #f5f5f5;
    position: absolute;
    top: 10px;
    right: 390px;
    z-index: 33;
}
.service .service_list .line_center{
    display: block;
    width: 1100px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 46%;
    left: 76px;
}
.service .service_list .item{
    width: 400px;
	height: 450px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    /* box-sizing: border-box; */
}
.service .service_list .item:first-child{
    width: 399px;
    height: 449px;

}

.service .service_list .item h5{
    font-size: 24px;
    color: #333333;
  
}
.service .service_list .item .center{
    width: 224px;
    height: 86px;
    text-align: center;
    margin: 29px auto 48px;
}
.service .service_list .item .center p{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.service .service_list .item a{
    width: 186px;
	height: 44px;
	border-radius: 22px;
    border: solid 1px #e04946;
    font-size: 18px;
    text-align: center;
	line-height: 44px;
	letter-spacing: 1px;
    color: #e04946;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.service .service_list .item a:hover{
    color: #fff;
    background:  #e04946;
}
.service .service_list .item img{
    margin: 43px 0 25px;
}