
.banner{
    margin-top: 60px;
}
.banner img{
    width: 100%;

}
.flow{
    width: 100%;
    height: 1144px;
    background: url(../img/bg.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin-top: -195px;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
/* 报名流程 */
.flow .cfa_intd{
    width: 1200px;
    height: 260px;
    padding: 20px 0px;
    box-sizing: border-box;
    background: url(../img/p6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
}
.flow .cfa_intd p{
    font-size: 24px;
	line-height: 42px;
    color: #ffffff;
    margin-left: 157px;
}
.tit_box{
    margin: 30px 0 80px;
    text-align: center;
}
.tit_box img{
    width: 647px;
    height: 83px;
}
.flow .tit_box img{
    width: 647px;
    height: 83px;
    position: absolute;
    top: 266px;
    left: 50%;
    transform: translateX(-50%);
}
.flow .flow_list{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 415px;
    left: 50%;
    transform: translateX(-50%);
}
.flow .flow_list .item{
    width: 240px;
    height: 502px;
    background: url(../img/p2.png) no-repeat center center;
    background-size: contain;
    position: relative;
}
.flow .flow_list .item span{
    width: 38px;
	height: 38px;
	background-image: linear-gradient(139deg, 
		#fb705d 0%, 
		#ee5d52 58%, 
		#e14946 100%), 
    linear-gradient(79deg,#4982ed 0%,#234aaf 100%);
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    position: absolute;
    top: 21px;
    left: 16px;
}
.flow .flow_list .item p{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    top: 26px;
    left: 86px;
}
.flow .flow_list .item img{
    width: 90px;
    height: 90px;
    margin: 110px auto 0;
    display: block;
}
.flow .flow_list .item .questions{
    width: 196px;
    margin: 15px auto 0;
    text-align: center;
}
.flow .flow_list .item .questions a{
    display: inline-block;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px; 
}
.flow .flow_list .item .questions a:hover{
    text-decoration: underline;
}
.ask_more{
    width: 552px;
	height: 61px;
    background: url(../img/p3.png) no-repeat center center;
    background-size: cover;
}
.ask_more p{
    font-size: 18px;
    text-align: center;
    line-height: 56px;
	color: #ffffff;
}
.flow .ask_more{
    position: absolute;
    bottom: 139px;
    left: 50%;
    transform: translateX(-50%);
}
/* 十大科目 */
.subjects{
    height: 100%;
    height: 1474px;
    background: url(../img/jp_bg.png) no-repeat center center;
    background-size: 1489px 1422px;
}

.subjects .sub_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.subjects .sub_box .item{
    width: 398px;
    height: 305px;
    background: url(../img/p7.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 40px;
}
.subjects .sub_box .item.small{
    width: 296px;
    height: 295px;
    background: url(../img/p8.png) no-repeat center center;
}
.subjects .sub_box .item .tit{
    width: 206px;
    height: 53px;
    background-image: linear-gradient(139deg, 
		#fb705d 0%, 
		#ee5d52 58%, 
		#e14946 100%), 
	linear-gradient(
		#fdeaec, 
		#fdeaec);
	background-blend-mode: normal, 
		normal;
    border-radius: 0px 27px 27px 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 53px;
    color: #ffffff;
    margin-top: 32px;
}
.subjects .sub_box .item:first-child .tit{
    width: 256px;
}
.subjects .sub_box .item p{
    width: 308px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin-left: 26px;
    margin-top: 20px;
}
.subjects .sub_box .item.small p{
    width: 208px;
}
.subjects .ask_more{
    display: block;
    margin: 50px auto;
}
/* 五大升级 */
.upgrade{
    width: 100%;
    height: 1549px;
    background: url(../img/bg2.png) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: -20px;
}
.upgrade .courses{
    width: 1200px;
    height: 400px;
    background: url(../img/p4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.upgrade .courses h5{
    font-size: 40px;
	font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
}
.upgrade .courses .list{
    width: 1150px;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
}
.upgrade .courses img{
    width: 276px;
	height: 180px;
	border-radius: 5px;
}
.upgrade .tit_box{
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
}
.upgrade .tit_box img{
    height: 181px;
}
.upgrade .upgrade_main{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
}
.upgrade .upgrade_main .item{
    width: 200px;
	height: 125px;
	background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.upgrade .upgrade_main .item .icon{
    width: 56px;
    height: 55px;
    margin: 19px 0 13px; 
}
.upgrade .upgrade_main .item .line{
    width: 158px;
    /* height: 55px; */
    position: absolute;
    top: 38px;
    right: -122px;
    z-index: 3;
}
.upgrade .upgrade_main .left .item:nth-child(2) .line{
    top: 22px;
}
.upgrade .upgrade_main .left .item:last-child .line{
    top: -3px;
}
.upgrade .upgrade_main .right .item .line{
    left: -120px;
    top: 10px;
}
.upgrade .upgrade_main .item p{
    font-size: 18px;
	color: #5f616d;
}
.upgrade .upgrade_main .pc{
    width: 744px;
    height: 435px;
    background: url(../img/pc2.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.upgrade .upgrade_main .pc #video{
    width: 559px;
    height: 350px;
    position: absolute;
    top: 26px;
    left: 94px;
    outline: none;
}
.upgrade .upgrade_main .pc .play_img{
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.upgrade .ask_more{
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
}
/* 师资团队 */
.teachers{
    width: 100%;
    height: 720px;
    position: relative;
}
.teachers .tit_box {
    margin-top: 100px;
}
.teachers .tit_box img{
    height: 121px;
}
.teachers .tea_box {
    display: flex;
    justify-content: space-between;
}
.teachers .tea_box .item{
    width: 231px;
    height: 347px;
    border-radius: 5px;
    position: relative;
    /* float: left; */
    overflow: hidden;
    z-index: 3;
    transition: all ease .5s;
}
.teachers .tea_box .item.other{
    width: 146px;
}
.teachers .tea_box .item.active{
    width: 603px;
    transition: all ease .5s;
}
.teachers .tea_box .item .tea_img_bg{
    width: 231px;
	height: 345px;
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: #ccc 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.teachers .tea_box .item .tea_img_bg .inner{
    width: 220px;
    height: 336px;
    border-radius: 5px;
    margin-top: 4px;
    margin-left: 4px;
    position: relative;
	background-color: #616686;
}
/* .teachers .tea_box .item.active .tea_img_bg{
    background: #656982;
    border-color: #656982;
} */
.teachers .tea_box .item .tea_img_bg img{
    height: 303px;
    position: absolute;
    left: 7px;
    bottom: 0;
}
.teachers .tea_box .item .tea_info{
    width: 378px;
    height: 345px;
    background: transparent;
    border-radius: 5px;
    padding: 24px 29px;
    box-sizing: border-box;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
.teachers .tea_box .item.active .tea_info{
    background: #e8423a;
}
.teachers .tea_box .item .tea_info h5{
    font-size: 30px;
    font-weight: bold;
    color: #2a4c7e;
    margin-bottom: 20px;
}
.teachers .tea_box .item .tea_info p{
    font-size: 18px;
    color: #ffffff;
    text-indent: 10px;
    margin-bottom: 10px;
    position: relative;
}
.teachers .tea_box .item .tea_info p::after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
.teachers .tea_box .item .tea_info p.intd{
    font-size: 14px;
	line-height: 23px;
    color: #ffffff;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.teachers .tea_box .item .tea_info p.intd::after{
    background: transparent;
}
.teachers .ask_more{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
/* 免费资料 */
.free_data{
    width: 100%;
    height: 885px;
    background: url(../img/bg3.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.free_data .tit_box{
    margin-top: 180px;
}
.free_data .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free_data .main img{
    width: 552px;
    height: 377px;
}
.free_data .main .get_box{
    width: 480px;
	height: 430px;
	background-color: #ffffff;
	box-shadow: 3px 0px 14px 0px 
		rgba(251, 179, 154, 0.7);
    border-radius: 10px;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.free_data .main .get_box h5{
    font-size: 20px;
    font-weight: bold;
    color: #dd1a17;
    margin: 30px 0;
}
.free_data .main .get_box input{
    width: 400px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 6px;
    border: solid 1px #eeeeee;
    outline: none;
    margin-bottom: 18px;
    text-indent: 15px;
}
.free_data .main .get_box .get_code_btn{
    width: 98px;
    height: 46px;
    font-size: 14px;
	color: #dd1b17;
    text-align: center;
    line-height: 46px;
    position: absolute;
    bottom: 98px;
    right: 36px;
    /* background: red; */
    border-radius: 6px;
    cursor: pointer;
}
.free_data .main .get_box .btn{
    width: 400px;
	height: 56px;
	background-image: linear-gradient(0deg, 
		#dd1a16 0%, 
		#f34c48 100%), 
	linear-gradient(
		#e04946, 
		#e04946);
	background-blend-mode: normal, 
		normal;
    border-radius: 28px;
    font-size: 20px;
	text-align: center;
    line-height: 56px;
    color: #ffffff;
    display: block;
}
.free_data .main .tip{
    font-size: 24px;
	letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    bottom: 80px;
    left: 370px;
}
/* 扫码关注 */
.code{
    width: 100%;
	height: 576px;
    background-color: #f1f1fd;
    overflow: hidden;
}
.code .main{
    width: 1101px;
    height: 443px;
    background: url(../img/sm.png) no-repeat center center;
    background-size: contain;
    margin: 63px auto 0;
    position: relative;
}
.code .main .code_item{
    width: 490px;
    height: 252px;
    background: url(../img/code_bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 63px;
    left: 48px;
}

.code .main .code_item:last-child{
    background: url(../img/code_bg2.png) no-repeat center;
    left: auto;
    right: 42px;
}
.code .main .code_item .code_img{
    width: 201px;
    /* height: 201px; */
    position: absolute;
    top: 24px;
    left: 21px;
}
.code .main .code_item h5{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    right: 131px;
    top: 57px;
}
.code .main .code_item p{
    font-size: 16px;
	line-height: 36px;
    color: #ffffff;
    position: absolute;
    right: 42px;
    top: 109px;
}
.code .main .code_item p:last-child{
    right: 44px;
    top: 145px;
}
.code .main .code_item:last-child p{
    right: 99px;
    top: 112px;
}
.code .main .code_item:last-child p:last-child{
    top: 145px;
    right: 79px;
}