*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
html{
    font-size: calc(100vw/7.5);
}
#container{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.main{
    width: 100%;
    height: auto;
    position: relative;
}
li{
    list-style: none;
}
button,input{
    outline: none;
    border: none;
}
a{
    text-decoration: none;
}
#header{
    width: 100%;
    height: 1.04rem;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}
#header #logo{
    width: 1.71rem;
    position: absolute;
    /* top: .25rem; */
    left: .91rem;
}
#header #bread{
    width: .31rem;
    position: absolute;
    left: .31rem;
    /* top: .39rem; */
}
#header p{
    position: absolute;
    /* top: .2rem; */
    right: .28rem;
    text-align: right;
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
#header p a{
    text-decoration: none; 
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #FC8146;
}

.banner{
    width: 100%;
    height: 7.5rem;
    background: url('../images/team/bgImg.png') no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: relative;
}
.banner .title_desc{
    position: absolute;
    top: .97rem;
    left: .48rem;
    z-index: 2000;
}
.banner .title_desc h3{
    width: 5.47rem;
    font-size: .6rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .78rem;
}
.title_desc ul{
    /* width: 4.5rem; */
    padding-top: .55rem;
}
.title_desc ul li{
    width: 100%;
    height: .51rem;
    display: flex;
    align-items: center;
}
.title_desc ul li img{
    width: .24rem;
}
.title_desc ul li span{
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: .13rem;
}
.banner .poster{
    width: 3.37rem;
    height: 5.64rem;
    position: absolute;
    bottom: 0;
    right: .23rem;
    z-index: 1000;
}
.poster img{
    width: 100%;
}

#section{
    width: 100%;
    height: auto;
    background: #ffffff;
}


/* 强大师资 */
.section1{
    width: 100%;
    height: auto;
    padding: .42rem .35rem .42rem .28rem;
    background: #ffffff;
}
.title{
    width: 100%;
    text-align: center;
}
.title h3{  
    font-size: .44rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.title p{        
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #595757;
    padding-top: .15rem;
}
.title h3 span{
    width: auto;
    display: inline-block;
    position: relative;
    background: url('../images/titlebg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.teacher_cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.teacher_list{
    width: 50%;
    height: auto;
    margin-top: .73rem;
}
.teacher_list:first-child dl dt{
    border-top-left-radius: .12rem;
}
.teacher_list:first-child dl dd{
    border-bottom-left-radius: .12rem;
}
.teacher_list:nth-child(2) dl dt{
    border-top-right-radius: .12rem;
}
.teacher_list:nth-child(2) dl dd{
    border-bottom-right-radius: .12rem;
}
.teacher_list:nth-child(3) dl dt{
    border-top-left-radius: .12rem;
}
.teacher_list:nth-child(3) dl dd{
    border-bottom-left-radius: .12rem;
}
.teacher_list:nth-child(4) dl dt{
    border-top-right-radius: .12rem;
}
.teacher_list:nth-child(4) dl dd{
    border-bottom-right-radius: .12rem;
}

.teacher_list dl{
    width: 100%;
}
.teacher_list dl dt{
    width: 100%;
    height: 2.3rem;
    line-height: 2.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    background: #FFF9C2;
}
.teacher_list dl dt img{
    height: 2.72rem;
    position: absolute;
    bottom: 0;
}
.teacher_list dl dd{
    width: 100%;
    height: auto;
    text-align: center;   
    background: #FFFCEB;
    padding-bottom: .21rem;
}
.teacher_list dl dd h3{ 
    font-size: .25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4C4948;
    padding-top: .15rem;
}
.teacher_list dl dd p{   
    width: 2.71rem;
    height: .4rem;
    line-height: .4rem;;
    background: #FFE100;
    border-radius: 0.08rem;
    font-size: .25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3E3A39;
    margin: 0.05rem auto 0;
}
.teacher_list dl dd ul{
    width: 100%;
    padding-top: .1rem;
}
.teacher_list dl dd ul li{    
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4C4948;
    line-height: .35rem;
}
.section1 .btn{
    margin: 0 auto;
    width: 3.5rem;
    height: .65rem;
    position: relative;
    margin-top: .5rem;
}
.section1 .btn button{
    margin: 0 auto;
    width: 100%;
    height: .65rem;
    background: linear-gradient(180deg, #FA9732, #FB574C);
    box-shadow: 0px 0.05rem 0.06rem 0px rgba(250, 146, 52, 0.36);
    border-radius: .11rem;
    position: absolute;
    top: 0;
    left: 0; 
    font-size: .34rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.section2{
    width: 100%;
    height: auto;
    padding: .57rem .64rem .7rem .64rem;
    background: #FCF2EA;
}
.cont2{
    width: 100%;
    margin-top: .57rem;
}
.cont2 img{
    width: 100%;
}

/* 名校主讲老师团队 */
.section3{
    width: 100%;
    height: auto;
    padding: .54rem .2rem .67rem .2rem;
}
.section3 .title p{
    font-size: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .title p label{
    display: inline-block;
    width: .27rem;
    height: .27rem;
    text-align: center;
    line-height: .27rem;
    border-radius: 50%;
    border: 1px solid #595757;
    font-size: .2rem;
    margin-left: .2rem;
    margin-right: .1rem;
}
.team_list{
    width: 100%;
    height: auto;
    margin-top: .44rem;
}
.team_detail {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: -0.01rem 0.06rem 0.04rem 0rem rgba(248, 139, 79, 0.35);
    border-radius: 0.07rem;
    margin-top: .74rem;
}
.team_title{
    width: 100%;
    height: .64rem;
    background: #F97830;
    border-radius: 0.07rem 0.07rem 0rem 0rem;
    position: relative;
}
.team_title span{
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: .12rem;
    left: .23rem;
}
.team_desc{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.team_desc .team_left{
    width: 57%;
    padding: .27rem .1rem .4rem .26rem;
}
.team_desc .team_left span{
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    position: relative;
    display: block;
    padding-left: .2rem;
    line-height: .34rem;
}
.team_desc .team_left span::before{
    content: "";
    border-width: .1rem;
    border-style: solid;
    border-color: transparent transparent transparent #F97830;
    position: absolute;
    left: 0rem;
    top: 0.05rem;
}
.team_desc .team_left p{
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4C4948;
    line-height: .3rem;
    padding-top: .22rem;
}
.team_desc .team_right{
    flex: 1;
    position: relative;
}
.team_desc .team_right img{
    width: 100%;
    position: absolute;
    bottom: 0rem;
}
.team_detail:nth-child(4){
    margin-top: .54rem!important;
}
.team_detail:nth-child(5){
    margin-top: .84rem!important;
}
.team_detail:nth-child(7){
    margin-top: .94rem!important;
}
.team_detail:nth-child(8){
    margin-top: .94rem!important;
}
.team_detail:nth-child(5) .team_desc .team_left{
    width: 60%!important;
}
.team_detail:last-child .team_desc .team_left{
    width: 52%!important;
}

.section4{
    width: 100%;
    height: auto;
    padding: .78rem .5rem .74rem .5rem;
    background: #FCF2EA;
}
.service_cont{
    width: 100%;
}
.service_list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: .38rem;
}
.service_list .service_detail{
    width: 30.33%;
    height: auto;
    background: #FFFFFF;
    border-radius: .1rem;
    text-align: center;
}
.service_detail{
    width: 100%;
    padding: .17rem 0rem .34rem 0rem;
}
.service_detail dl dt{
    height: 1.57rem;
}
.service_detail dl dt img{
    width: 1.57rem;
}
.service_detail dl dd{
    padding: .18rem .1rem 0rem .1rem;
}
.service_detail dl dd h3{
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.service_detail dl dd p{
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    padding-top: .1rem;
}
.service_desc{
    width: 100%;
    margin-top: .8rem;
}
.service_desc img{
    width: 100%;
}

/* 返回顶部 */
.section7{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: .37rem;
}
.cont7{
    width: 100%;
    text-align: center;
}
.cont7 .back{
    width: 2.14rem;
    height: .49rem;
    border: 1px solid #908F8F;
    border-radius: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cont7 .back span{
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    padding-right: .18rem;
}
.cont7 .back img{
    width: .28rem;
}
.cont7 p{  
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    line-height: .37rem;
    padding-top: .22rem;
}
.cont7 p span{
    display: inline-block;
    width: .95rem;
    /* height: .32rem;
    line-height: .32rem; */
    padding: 0.02rem 0rem;
    background: #E9E8E8;
    border-radius: 0.08rem;
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    margin-left: .17rem;
}
.section8{
    width: 100%;
    height: auto;
    padding: .48rem 0rem;
    text-align: center;
    background: #E9E8E8;
}
.section8 p{  
    font-size: .21rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #686868;
    line-height: .33rem;
}

/* 菜单栏 */
.menu_cont{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 5000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* -webkit-animation: move 5s ease-in-out forwards; */
}
.menu_detail{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.menu_mask{
    flex: 1;
    height: 100%;
}
.menu_cont.move-active{
    -webkit-animation: move .5s ease-in-out forwards;
}
.menu_cont.back-active{
    -webkit-animation: backmove .5s ease-in-out forwards;
}
.menu_title{
    width: 100%;
    height: 1.03rem;
    background: #FFFFFF;
    border-bottom: 1px solid #E7E5E0;
    display: flex;
    align-items: center;
}
.menu_title img{
    width: 1.71rem;
}
.menu_title #close_menu{
    width: .28rem!important;
    margin-left: .35rem;
    margin-right: .28rem;
}
.menu_list{
    width: 100%;
    height: auto;
    padding: 0rem .36rem;
    background: #ffffff;
}
.menu_list ul{
    width: 100%;
}
.menu_list ul a{
    display: block;
    width: 100%;
    height: 1.03rem;
}
.menu_list ul a li{
    width: 100%;
    height: 1.03rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E5E0;
}
.menu_list ul a:last-child li{
    border-bottom: none;
}
.menu_list ul a li span{
    font-size: .27rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #28201A;
}
.menu_list ul a li img{
    width: .15rem; 
}
.menu_section{
    width: 100%;
    flex: 1;
    background: #F5F4F2;
}
.menu_desc{
    width: 100%;
    padding: 0rem .36rem 4rem .36rem;
    background: #F5F4F2;
}
.menu_desc p{
    width: 100%;
    height: .95rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7E5E0;
}
.menu_desc p span{
    font-size: .27rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #28201A;
}
.menu_desc p img{
    width: .36rem;
    margin-right: .3rem;
}
.menu_desc p:last-child img{
    width: .3rem;
}
.menu_footer{
    width: 100%;
    height: 1rem;
    background: #ffffff;
}
@-webkit-keyframes move{
    0%{
        -webkit-transform: translate(-100%,0);
    }
    100%{
        -webkit-transform: translate(100%,0);
    }
}

@-webkit-keyframes backmove{
    0%{
        -webkit-transform: translate(100%,0);
    }
    100%{
        -webkit-transform: translate(0,0);
    }
}