*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    /* font-size: 16px; */
}
html{
    font-size: calc(100vw/7.5);
}
#container{
    width: 100%;
    height: auto;
}
.main{
    width: 100%;
    height: auto;
    position: relative;
    /* padding-bottom: 1.2rem; */
}
li{
    list-style: none;
}
button,input{
    outline: none;
    border: none;
}
a{
    text-decoration: none;
}
#header{
    width: 100%;
    height: .9rem;
    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;
}
.banner img{
    width: 100%;
}

/* 内容区域 */
#section{
    width: 100%;
    height: auto;
}
.section{
    width: 100%;
    height: auto;
    background:#FCF2EA;
    padding: .39rem .3rem .3rem .3rem;
}
.title{
    width: 100%;
    text-align: center;
}
.title h3{  
    font-size: .44rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.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;
}
.about_cont{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0.06rem 0.06rem 0rem rgba(228, 152, 15, 0.24);
    border-radius: .18rem;
    padding: .21rem .21rem .36rem .21rem;
    margin-top: .4rem;
}
.about_cont img{
    width: 100%;
}
.advantage_desc{
    width: 100%;
    padding: .25rem .31rem 0rem .4rem;
}
.advantage_desc span{
    display: inline-block;
    width: 0.08rem;
    height: .16rem;
    background: #F7B744;
    border-radius: 0.03rem;
}
.advantage_desc p{
    display: inline-block;
    font-size: .26rem;
    font-family: Resource Han Rounded CN;
    font-weight: 400;
    color: #4A4A4A;
    line-height: .42rem;
    position: relative;
}
.advantage_desc p::before{
    content: "";
    width: 0.08rem;
    height: .16rem;
    background: #F7B744;
    border-radius: 0.03rem;
    position: absolute;
    left: -.25rem;
    top: 0.13rem;
}
.kctx_cont{
    width: 100%;
    height: auto;
    margin-top: .45rem;
}
#swiper1{
    width: 100%;
    height: 6.7rem;
}
#swiper1 .swiper-pagination-bullet{
    width: .13rem;
    height: .13rem;
    background: #D2D2D3;
    border-radius: 50%;
}
#swiper1 .swiper-pagination-bullet-active{
    width: .13rem;
    height: .13rem;
    background: #FF9319;
    border-radius: 50%;
}
.kctx_detail{
    width: 100%;
    text-align: center;
    padding: 0rem .35rem .41rem .35rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.06rem 0.03rem 0rem rgba(247, 183, 68, 0.2);
    border-radius: .18rem;
}
.kctx_detail h3{
    width: auto;
    display: inline-block;
    background: url('../images/titlebg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    font-size: .32rem;
    font-family: Resource Han Rounded CN;
    font-weight: bold;
    color: #4A4A4A;
}
.kctx_detail p{
    font-size: .26rem;
    font-family: Resource Han Rounded CN;
    font-weight: 400;
    color: #4A4A4A;
    line-height: .41rem;
    text-align: left;
    padding-top: .2rem;
}
.kctx_detail .kctx_desc{
    width: 5.84rem;
    height: 1.94rem;
    background: #FEA32F;
    margin: 1.16rem auto 0rem;
    position: relative;
}
.kctx_detail .kctx_desc img{
    height: 2.54rem;
    position: absolute;
    left: -.18rem;
    top: -.8rem;
}
.section1{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: .53rem .7rem .4rem .7rem;
}
.fzlc_cont{
    width: 100%;
}
.fzlc_cont img{
    width: 100%;
    margin-top: .5rem;
}
/* 知名媒体报道 */
.section2{
    width: 100%;
    height: auto;
    background: #FCF2EA;
    padding: .5rem .3rem .8rem .3rem;
}
.report_cont{
    width: 100%;
    margin-top: .64rem;
}
.report_detail{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0.06rem 0.03rem 0rem rgba(247, 183, 68, 0.2);
    border-radius: .18rem;
    padding: .27rem .25rem .26rem .25rem;
    margin-bottom: .18rem;
}
.report_detail dl{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.report_detail dl dt img{
    width: 2.35rem;
}
.report_detail dl dd{
    padding-left: .21rem;
}
.report_detail dl dd h3{
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: .38rem;
}
.report_detail dl dd p{
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #727171;
    line-height: .29rem;
    padding-top: .23rem;
}

/* 专注少儿编程 */
.section5{
    width: 100%;
    height: auto;
    background: #FCF2EA;
    padding: .57rem .35rem .71rem .35rem;
}
.feature-cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .3rem;
    padding: 0rem 0rem 0rem .3rem;
}
.feature-list{
    width: 45%;
    height: auto;
}
.feature-list dl{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.feature-list dl dt{
    padding-right: .17rem;
}
.feature-list dl dt img{
    width: .6rem;
}
.feature-list dl dd{
    padding-top: .3rem;
}
.feature-list dl dd h3{ 
    font-size: .4rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.feature-list dl dd p{
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}
.featuer-video{
    width: 100%;
    height: 3.85rem;
    margin-top: .57rem;
    position: relative;
}
.featuer-video .video_desc{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featuer-video .video_desc img{
    width: .9rem;
}
.section5 .btn{
    margin: 0 auto;
    width: 3.5rem;
    height: .65rem;
    position: relative;
    margin-top: .35rem;
}
.section5 .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;
}


/* 荣誉资质 */
.section6{
    width: 100%;
    height: auto;
    padding: .39rem .31rem .38rem .31rem;
    background: #ffffff;
}
.cert-cont{
    width: 100%;
    height: auto;
    margin-top: .39rem;    
    background: #FA8838;
    padding: .18rem;
    position: relative;
}
.cert-cont #swiper2{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.cert-cont #swiper2 .swiper-slide{
    width: 100%;
    padding: .2rem;
    display: flex;
    justify-content: space-between;
}
.cert_detail{
    width: 48%;
    height: auto;      
    background: #FFFFFF;
    box-shadow: 0px 6px 5px 0px rgba(198, 198, 198, 0.17);
    padding: .19rem 0.09rem .19rem 0.09rem;
}
.cert_detail dl dt{
    width: 100%;
    /* height: 1.53rem; */
    background: url('../images/certBg.png') no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cert_detail dl dt img{
    width: 1.85rem;
}
.cert_detail dl dd p{
    font-size: .19rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-top: 0.07rem;
}
.cert-cont .btn img{
   width: 100%;
}
.cert-cont .btn_left{
    width: .5rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.3rem;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cert-cont .btn_right{
    width: .5rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.3rem;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#swiper2 .swiper-pagination-bullet{
    /* width: .12rem!important;
    height: .12rem!important; */
    background: #FF8E8C;
}
#swiper2 .swiper-pagination-bullet-active{
    background: #EC0000!important;
}

/* 返回顶部 */
.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);
    }
}