.wrapper{
    width: 1200px;
    margin: 0 auto;
}

.banner{
    width: 100%;
    height: 560px;
    margin-top: 60px;
}
.banner .swiper-slide{
    width: 100%;
}
.banner .swiper-slide img{
	width:100%;
}
.banner .swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .6;
}
.banner .swiper-container .swiper-pagination-bullet-active{
    width: 22px;
    border-radius: 6px;
    opacity: 1;
}
.notice .notice_box{
    width: 100%;
    margin: 50px 0;
    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;
}
.about .video_box{
    width: 1200px;
    /* height: 550px; */
    padding: 50px 0;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
}
.about .video_box .video_bg{
    position: relative;
    width: 525px;
    height: 440px;
    background: url(../img/mac.png) no-repeat center center;
    background-size: cover;
}

.about .video_box .video_bg #video{
    width: 490px;
	height: 287px;
    border: 0;
    outline: none;
    position: absolute;
    top: 27px;
    left: 17px;
}
.about .video_box .video_bg img.out_img{
  	height:280px;
    position: absolute;
    top: 33px;
    left: 17px;
    z-index: 9;
}
.about .video_box .video_bg img.play_img{
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
	height: 54px;
  	z-index: 10;
} 

.about .video_box .right h5.little_tit{
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.about .video_box .right .part1{
    width: 550px;
    height: 129px;
    padding: 25px 20px 0;
    box-sizing: border-box;
	background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#f9fafc, 
		#f9fafc);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.about .video_box .right .part1 h5{
    color: #333;
    border-color: #e04946;
}
.about .video_box .right .part1 p{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 28px;
}
.about .video_box .right .part2{
    width: 550px;
    height: 279px;
    padding: 23px 20px;
    box-sizing: border-box;
	background-image: linear-gradient(
		#e04946, 
		#e04946), 
	linear-gradient(
		#e04946, 
		#e04946);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 16px 0px 
		rgba(250, 130, 130, 0.7);
    border-radius: 10px;
    display: none;
    margin-top: 20px;
    cursor: pointer;
}
.about .video_box .right .part2 p{
    font-size: 14px;
    color: #ffffff;
    text-indent: 20px;
    margin-top: 30px;
}
.advantage {
    margin-top: 40px;

}
.advantage ul{
    display: flex;
    justify-content: space-between;
}
.advantage ul li{
    width: 278px;
    height: 386px;
    position: relative;
}
.advantage .section1{
    width: 278px;
    height: 336px;
    padding: 35px;
    box-sizing: border-box;
	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: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.advantage .section1 h5,.advantage .section2 h5{
    font-size: 18px;
    color: #e8423a;
    position: relative;
}
.advantage .section2 h5{
    color: #fff;
    margin-top: 30px;
}
.advantage .section1 h5::before,.advantage .section2 h5::before{
    content: "";
    width: 76px;
	height: 3px;
    background: #e8423a;
    display: block;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.advantage .section2 h5::before{
    background: #fff;
    top: 40px;
}
.advantage .section1 p{
    font-size: 16px;
	line-height: 30px;
    color: #666666;
    margin-top: 30px;
    text-align: left;
}
.advantage .section1 p.round{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: solid 2px #e8423a;
    font-size: 18px;
    text-align: center;
	line-height: 76px;
    color: #e04946;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.advantage .section2{
    width: 278px;
    height: 386px;
    padding: 0 33px;
    box-sizing: border-box;
	background-image: linear-gradient(
		#e04946, 
		#e04946), 
	linear-gradient(
		#e04946, 
		#e04946);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    text-align: center;
}

.advantage .section2 p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    margin-top: 48px;
}

.advantage .section2 p.round{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: solid 2px #ffff;
    font-size: 18px;
    text-align: center;
	line-height: 76px;
    color: #fff;
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
}
.advantage .section2 .btm_text{
    width: 212px;
    height: 62px;
    background: #fff;
    font-size: 16px;
    color: #666666;
    line-height: normal;
    padding: 10px 18px;
    box-sizing: border-box;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}

.ready_test{
    width: 100%;
    height: 490px;
    background: url(../img/bg_m.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-top: 50px;
}
.ready_test h5{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin: 49px 0 50px;
    
}
.ready_test .wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.ready_test .wrapper .box{
    width: 380px;
	height: 260px;
	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: 15px;
    position: relative;
}
.ready_test .wrapper .box img.top_img{
    width: 112px;
    height: 112px;
    position: absolute;
    top: -50px;
    left: 40px;
}
.ready_test .wrapper .box img.icon_img{
    width: 48px;
	height: 49px;
    position: absolute;
    top: 69px;
    left: 24px;
}

.ready_test .wrapper .box p{
    font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
.ready_test .wrapper .box p.sec_p{
    top: 119px;
}

.ready_test .wrapper .box a{
    width: 170px;
	height: 40px;
	border-radius: 5px;
    border: solid 1px #e8423a;
    font-size: 16px;
    text-align: center;
	line-height: 40px;
    color: #e8423a;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.ready_test .wrapper .box a:hover{
    background: #e8423a;
    color: #fff;
}

/* 课程 */
.course_box .wrapper{
    width: 1200px;
	height: 968px;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 30px;
    margin-top: 60px;
    overflow: hidden;
}
.wrapper .tit_box{
    text-align: center;
    margin-top: 50px;
}
.wrapper .tit_box h5{
    font-size: 40px;
	color: #333333;
}
.wrapper .tit_box p.line{
    width: 125px;
    height: 1px;
    background: #cccccc;
    position: relative;
    margin: 20px auto;
}
.wrapper .tit_box p.line::before{
    content: "";
    width: 65px;
    height: 3px;
    background: #cd1f20;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper .tit_box p.little_tit{
    font-size: 16px;
	color: #999999;
}
.course_box .course_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 17px;
    box-sizing: border-box;
    margin-top: 30px;
}
.course_box .course_list .item{
    width: 276px;
	height: 310px;
	background-color: #ffffff;
	border-radius: 5px;
    border: solid 1px rgba(229, 229, 229, 0.49);
    margin-bottom: 27px;
}
.course_box .course_list .item .img_box{
    width: 276px;
    height: 185px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.course_box .course_list .item img{
    width: 276px;
    height: 185px;
    border-radius: 5px 5px 0 0;
    display: inherit;
    transition: all ease .5s;
}
.course_box .course_list .item.act img{
    transform: scale(1.2);
    transition: all ease .5s;
}
.course_box .course_list .item .btm{
    width: 276px;
    height: calc(100% - 185px);
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    transition: all ease .5s;
    border-radius: 0 0 5px 5px;
}
.course_box .course_list .item .btm h5{
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course_box .course_list .item .btm p.info{
  	height:48px;
    font-size: 14px;
	line-height: 24px;
    color: #999999;
    text-align: left;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course_box .course_list .item .btm .study_num{
    display: flex;
    align-items: center;
}
.course_box .course_list .item .btm .study_num img{
    width: 22px;
    height: 24px;
    margin-right: 10px;
}
.course_box .course_list .item .btm .study_num img.people_w{
    display: none;
}
.course_box .course_list .item.act .btm .study_num img{
    display: none;
}
.course_box .course_list .item.act .btm .study_num img.people_w{
    display: block;
}
.course_box .course_list .item .btm .study_num p{
    font-size: 14px;
	color: #999999;
}
.course_box .course_list .item.act .btm{
    background: #E04946;
    transition: all ease .5s;
}
.course_box .course_list .item.act .btm p,.course_box .course_list .item.act .btm h5{
    color: #fff;
    transition: all ease .3s;
}
.course_box .course_list .item .btm p.arr_r{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    background: red;
    position: absolute;
    bottom: 3px;
    right: 5px;
    display: none;
}
.course_box .course_list .item .btm p.arr_r img{
    width: 32px;
    height: 32px;
    margin: 4px 4px;
}
.course_box .course_list .item.act .btm p.arr_r{
    display: block;
}
.course_box a.more_course{
    width: 166px;
	height: 42px;
	background-color: #e04946;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    display: block;
    margin: 30px auto;
}
.get_test{
    width: 100%;
    height: 160px;
    background: url(../img/bg_m.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-top: 50px;
}

.get_test h5{
    font-size: 30px;
    color: #00e6da;
    text-align: center;
    margin: 22px 0;
}

.get_test .wrapper .ipts{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get_test .wrapper input{
    width: 230px;
	height: 50px;
    border: solid 1px #ffffff;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #fefefe;
    text-indent: 10px;
}
.get_test .wrapper a{
    width: 120px;
	height: 42px;
	background-color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
	line-height: 42px;
	color: #e04946;
}
/* 直播 */
.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; */
	background-color: transparent;
    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;
}
.get_data{
    width: 100%;
    height: 186px;
    margin-top: 48px;
}
.get_data img{
    width: 100%;
    height: 186px;
}

.news_box .main{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.news_box .main .left{
    width: 857px;
    height: 553px;
    padding: 0 30px;
    box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
	border-radius: 5px;
}
.news_box .left .navs{
    display: flex;
    margin: 34px 0;
}
.news_box .left .navs p{
    border-radius: 5px;
    border: solid 1px #e8423a;
    padding: 10px 23px;
    font-size: 16px;
    color: #e04946;
    margin-right: 30px;
    cursor: pointer;
}
.news_box .left .navs p.active{
    background: #e8423a;
    color: #fff;
}
.news_box .left .news_info .top{
    padding-bottom: 30px;
    border-bottom: 1px dashed #f1f0f0;
    display: flex;
    justify-content: space-between;
}
.news_box .left .news_info .top img{
    width: 320px;
    height: 181px;
    margin-right: 30px;
}
.news_box .left .news_info .top .first_news{
	width:448px;
}
.news_box .left .news_info .top .first_news h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box .left .news_info .top .first_news p{
    font-size: 14px;
	line-height: 27px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.news_box .left .news_info .other_news{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_box .left .news_info .other_news a{
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 1px;
    text-indent: 14px;
    color: #666666;
    margin-top: 28px;
    position: relative;
}
.news_box .left .news_info .other_news a::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 7px;
    left: 0;
}
.news_box .left .news_info .other_news a:hover{
    color: #e8423a;
}
.news_box .right{
    width: 320px;
    height: 553px;
    padding: 0 25px;
    box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
	border-radius: 5px;
}

.news_box .right h5.tit{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 36px 0 17px;
}
.news_box .right .times .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.news_box .right .times .item p:first-child{
    font-size: 14px;
	line-height: 37px;
	color: #000000;
  	width:30px;
}
.news_box .right .times .item p.round{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #e8423a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.news_box .right .times .item p.round span{
    width: 10px;
	height: 10px;
    background-color: #e8423a;
    border-radius: 50%;
}
.news_box .right .times .item p.round::before{
    content: "";
    width: 1px;
    height: 70px;
    background: red;
    position: absolute;
    top: 17px;
    left: 7px;
}
.news_box .right .times .item:last-child p.round::before{
    width: 0;
}
.news_box .right .times{
    height: 440px;
    overflow: auto;
}
.news_box .right .times::-webkit-scrollbar{
    width: 10px;
}
.news_box .right .times::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    border-radius:10px;
    box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
  
}
.news_box .right .times::-webkit-scrollbar-track{
    border-radius:10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color:rgba(0,0,0,.01);
    box-shadow:inset 0 0 6px rgba(0,0,0,.4);
}

.news_box .right .times .item .sure_time{
    width: 210px;
    height: 73px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.news_box .right .times .item .sure_time:hover{
    border-radius: 5px;
    background: #fdeaec;
    border-color: #fdeaec;
}
.news_box .right .times .item .sure_time h5{
    font-size: 14px;
    font-weight: bold;
	line-height: 24px;
    color: #333333;
    margin: 10px 0;
}
.news_box .right .times .item .sure_time p{
    font-size: 14px;
	color: #666666;
}

.news_box .common_questions{
    margin-top: 46px;
}
.news_box .common_questions h5{
    font-size: 18px;
    font-weight: bold;
	line-height: 28px;
    color: #333333;
    position: relative;
}
.news_box .common_questions h5::before{
    content: "";
    width: 1100px;
	height: 4px;
    border-bottom: dashed 1px #f1f0f0;
    position: absolute;
    top: 11px;
    right: 0;
}
.news_box .common_questions .ques_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
}
.news_box .common_questions .ques_box a{
    padding: 14px 50px;
    font-size: 16px;
	letter-spacing: 2px;
    color: #666666;
    border-radius: 5px;
    border: solid 1px #eeeeee;
    margin-bottom: 23px;
    margin-right: 30px;
}
.news_box .common_questions .ques_box a:nth-child(6n+6){
    margin-right: 0;
}
.news_box .common_questions .ques_box a:hover{
    background: #e8423a;
    color: #fff;
    border-color: #e8423a;
}

.get_datas img{
    width: 100%;
    height: 190px;
    margin-top: 40px;
    display: block;
}

/* 团队 */
.teachers{
    width: 100%;
	height: 950px;
    background: url(../img/teacher_bg.png) no-repeat center center;
    background-size:cover;
  	margin-top:30px;
}
.teachers .wrapper{
    overflow: hidden;
}
.teachers .wrapper .tit_box h5,.teachers .wrapper .tit_box p{
    color: #fff;
}
.teachers .wrapper .tit_box p.line::before{
    background: #fff;
}
.teachers .tea_info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px;
  	position: relative;
}
.teachers .tea_info .tea_text{
    width: 710px;
    height: 434px;
    background: url(../img/tea_kuang.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.teachers .tea_info .tea_text .inner{
    width: 690px;
	height: 414px;
    padding: 30px 36px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}
.teachers .tea_info .inner .name{
    font-size: 36px;
	font-weight: bold;
	color: #333333;
}
.teachers .tea_info .inner .honor{
    display: inline-block;
    padding: 10px 25px;
	background-color: #e04946;
    border-radius: 15px 0px 15px 0px;
    font-size: 20px;
    text-align: center;
	letter-spacing: 2px;
    color: #ffffff;
    margin-top: 26px;
}
.teachers .tea_info .inner .tea_adv{
    margin-top: 30px;
}
.teachers .tea_info .inner .tea_adv p{
    font-size: 16px;
    color: #333;
    text-indent: 15px;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-bottom: 10px;
}
.teachers .tea_info .inner .tea_adv p::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 8px;
    left: 0;
}
.teachers .tea_info .inner .intd{
    font-size: 14px;
	line-height: 22px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teachers .tea_info .inner a.consult_tea{
    /* width: 126px; */
    padding: 0 15px;
	height: 42px;
	background-color: #e04946;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 47px;
}
.teachers .tea_info .inner a.consult_tea p{
    font-size: 16px;
	color: #ffffff;
}
.teachers .tea_info .inner a.consult_tea img{
    width: 21px;
    height: 18px;
    margin-left: 10px;
}
.teachers .tea_info .tea_img{
   position: absolute;
    right: 0;
    bottom: 0;
}
.teachers .tea_info .tea_img img{
  	width:374px;
    /*position: absolute;
    top: 50%;
    left: 50%;
  	transform:translate(-50%,-50%);*/
}
.teachers .tea_list{
   width: 1000px;
   margin-top: 40px;
   position: relative;
   padding: 0 40px;
}
.teachers .tea_list .swiper-slide{
    width: 132px!important;
    height: 152px;
    border: 3px solid transparent;
    border-radius: 5px;
  	background: #656982;
  	overflow:hidden;
}

.teachers .tea_list .swiper-slide.active{
    border-color: #fff;
}
.teachers .tea_list .swiper-slide img{
    width: 132px;
    /*height: 152px;*/
  	position:absolute;
  	bottom:-35px;
}
.teachers .tea_list .swiper-button-next{
    right: 0px;
    outline: none;
}
.teachers .tea_list .swiper-button-prev{
    left: -0px;
    outline: none;
}
.safeguard .safe_list{
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
}

.safeguard .safe_list .item{
    width: 220px;
	height: 270px;
	background-color: #ffffff;
	box-shadow: 0px 3px 16px 0px 
		rgba(231, 231, 231, 0.7);
    border-radius: 10px;
    position: relative;
}
.safeguard .safe_list .item img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.safeguard .safe_list .item .text{
    padding: 0 22px;
    box-sizing: border-box;
    margin-top: 50px;
}
.safeguard .safe_list .item .text h5{
    font-size: 18px;
    font-weight: bold;
	line-height: 48px;
    color: #000000;
    text-align: center;
}
.safeguard .safe_list .item .text p{
    font-size: 16px;
	line-height: 25px;
	color: #666666;
}

.safeguard .safe_list .item a{
    width: 116px;
	height: 34px;
	border-radius: 5px;
    border: solid 1px #e04946;
    font-size: 14px;
    text-align: center;
	line-height: 34px;
    color: #e04946;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}
.safeguard .safe_list .item a:hover{
    background: #e04946;
    color: #fff;
}
.safeguard .btns{
    width: 580px;
    display: flex;
    justify-content: space-between;
    margin: 54px auto 62px;
}
.safeguard .btns a{
    width: 234px;
	height: 48px;
	border-radius: 5px;
    border: solid 1px #e04946;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}
.safeguard .btns a:first-child{
    background: #fff;
    color: #e04946;
}
.safeguard .btns a:first-child:hover{
    background: #e04946;
    color: #fff;
}
.safeguard .btns a:last-child{
    background: #e04946;
    color: #fff;
}

/* 快速成就 */
.achievement{
    width: 100%;
    height: 680px;
    background: url(../img/last_bg.png) no-repeat center center;
    background-size: cover;
}
.achievement .wrapper{
    overflow: hidden;
}
.achievement .tit_box img{
    width: 163px;
    height: 9px;
    text-align: center;
    margin: 20px 0;
}
.achievement .tit_box h5,.achievement .tit_box p.little_tit{
    color: #fff;
}
.achievement .get_box{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.achievement .get_box .left{
    width: 640px;
    height: 385px;
    padding: 55px 0 0 36px;
    box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
}
.achievement .get_box .left .option{
    margin-bottom: 40px;
}
.achievement .get_box .left .option h5{
    font-size: 18px;
	font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.achievement .get_box .left .option label{
    margin-right: 15px;
}

.achievement .get_box .right{
    width: 460px;
    height: 385px;
    padding: 40px 60px;
    box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
}

.achievement .get_box .right .info_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.achievement .get_box .right .info_item img{
    width: 26px;
	height: 26px;
}

.achievement .get_box .info_item:nth-child(2) img{
    width: 18px;
	height: 29px;
}
.achievement .get_box .info_item:nth-child(3) img{
    width: 22px;
	height: 26px;
}
.achievement .get_box .right .info_item .ipt_box{
    width: 292px;
	height: 52px;
	background-color: #f5f5f6;
}
.achievement .get_box .info_item .ipt_box input{
    height: 30px;
    margin-top: 11px;
    margin-left: 20px;
    font-size: 16px;
    border: 0;
    outline: none;
    background: #f5f5f6;
}

.achievement .get_box .info_item:nth-child(2) .ipt_box{
    display: flex;
    align-items: center;
}
.achievement .get_box .info_item:nth-child(2) .ipt_box input{
    margin-top: 0;
}
.achievement .get_box .info_item:nth-child(2) .ipt_box button{
    width: 86px;
	height: 34px;
	background-color: #e04946;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
	line-height: 34px;
    color: #ffffff;
    border: 0;
    outline: none;
    cursor: pointer;
}
.achievement .get_box .info_item:nth-child(2) .ipt_box input{
    width: 160px;
}

.achievement .get_box .right button.get_now{
    width: 337px;
	height: 52px;
    background-color: #e04946;
    font-size: 16px;
    text-align: center;
	line-height: 52px;
    color: #ffffff;
    border: 0;
    outline: none;
    cursor: pointer;
}