
@charset "UTF-8";
/*
@author: name
*/
body {
  font: 14px/1.5 "Microsoft YaHei","微软雅黑","\5b8b\4f53",arial,Helvetica,Tahoma,sans-serif;
  margin: 0 auto;
  color: #333;
  min-width: 1100px; 
  background: #f8f8f8;
}

p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe {
  margin: 0;
  padding: 0; }

img {
  border: 0 none; }

ul, li, ol {
  list-style-type: none; }

i, em, address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

.msf {
  font-family: \5FAE\8F6F\96C5\9ED1,\9ED1\4F53; }

a {
  text-decoration: none;
  color: #333; }

a:hover {
  text-decoration: none; }

input, textarea, a, a:hover {
  outline: none; }

textarea {
  resize: none; }

.layout {
  clear: both;
  width: 1200px;
  text-align: left;
  margin: 0 auto; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

.fl {
  float: left;
  _display: inline; }

.fr {
  float: right;
  _display: inline; }

.pr {
  position: relative; }

.abs {
  position: absolute; }

.tc {
  text-align: center; }
.nav-main li a:hover{
    text-decoration: underline;
}
/*公共部分*/
.swiper-pagination-bullet{
    background: #fff;
}
.swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 4px;
}
.banner{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    
}
.banner a{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.banner img{
    width: 100%;
    border-radius: 4px;
}
.header-wrap{
    width: 100%;
    background: #fff;
}
.wrap{
    width: 1200px;
    margin: 0 auto;

}
.title{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #eaebeb;
    margin-bottom: 20px;
    line-height: 1;
}
.title::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 26px;
    background: #07BDC7;
    left: 0;
    top: 1px;
}
.title a{
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}
.title a i{
    width: 5px;
    height: 7px;
    background: url(/images/xiaoyuan/2023xiaoyuan/more_icon.png) no-repeat center;
    margin-left: 3px;
    margin-top: 3px;
}
.title a:hover{
    color: #07BDC7;
}
.title a:hover i{
    background: url(/images/xiaoyuan/2023xiaoyuan/more_icon01.png) no-repeat center;
}
.school-com{
    margin-top: 40px;
}
.sc-com-left{
    width: 585px;
    height: 360px;
    border-radius: 5px;
    background: #fff;
}
.sc-com-left img{
    display: block;
}
.sc-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
}
.sc-icon-m{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc-icon span{
    margin-left: 12px;
    margin-right: 60px;
    font-size: 18px;
    color: #333333;
    line-height: 1;
    cursor: pointer;
}
.sc-icon-m span:hover{
    color: #07BDC7;
}
.sc-com-right{
    width: 585px;
    height: 360px;
    padding: 30px 28px;
    border-radius: 5px;
    background: url(/images/xiaoyuan/2023xiaoyuan/com_bg.png) no-repeat top right,#FFFFFF;
    box-sizing: border-box;
}
.sc-com-right h3{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 46px;
    line-height: 1;
}
.sc-com-right h3::before{
    position: absolute;
    content: "";
    left: -7px;
    bottom: -32px;
    width: 112px;
    height: 10px;
    background: #FFECC0;
    border-radius: 5px;
}
.sc-com-right span{
    position: absolute;
}
.sc-com-right p{
    font-size: 16px;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-indent: 20px;
}
.job-recruit,.pra-train,.edu{
    margin-top: 40px;
}
.job-list{
    width: 585px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px; 
    line-height: 1;
}
.job-list li{
    margin-bottom: 30px;
    cursor: pointer;
}
.job-list li:last-child{
    margin-bottom: 0px;
}
.job-list li:hover p{
    color: #07BDC7;
}
.job-list li:hover span{
    color: #07BDC7;
}
.job-list i{
    color: #07BDC7;
    margin-right: 11px;
    font-style: normal;  
}
.job-list p{
    color: #333;
}
.job-list span{
    font-size: 14px;
    color: #999;
}
.job .title{
    width: 585px;
    box-sizing: border-box;
}
.recruit-m{
    position: relative;
}
.recruit-m a{
    position: absolute;
    right: 36px;
    bottom: 100px;
    width: 140px;
    height: 40px;
    background: #07BDC7;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.recruit{
    width: 585px;
}
.classListShift {
    width: 585px;
    background: #fff;
    border-radius: 5px
}

.classListShift:hover {
    box-shadow: 0 5px 15px rgba(153,153,153,0.26)
}

.mRight {
    margin-right: 30px
}
.train-m .mRight:nth-child(2n){
    margin-right: 0;
}
.mbottom {
    margin-bottom: 24px
}

.teacherImgPeople {
    width: 174px;
    height: 278px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.teacherImgPeople img {
    width: 174px;
    height: 278px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.teacherImgPeople h5 {
    font-size: 15px;
    left: 50%;
    top: 70px;
    margin-left: -60px;
    color: #fff
}

.teacherConPeople span.tagCon {
    right: 0;
    top: 0
}

.teacherConPeople span.tagBiao {
    right: -3px;
    top: 0;
    background: url("//www.chinaacc.com/images/common/column/label202104.png") no-repeat;
    color: #fff;
    font-size: 13px;
    width: 125px;
    height: 34px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px
}

.teacherConPeople span.tagCon em {
    display: inline-block;
    *display: inline;
    zoom:1;margin-left: -1px;
    padding: 0 8px 0 2px;
    height: 22px;
    line-height: 21px;
    background-position: 0 -24px;
    background-repeat: repeat-x;
    font-size: 12px;
    color: #fff;
    border-top-right-radius: 5px;
    vertical-align: top
}

.teacherConPeople span.tagCon i {
    display: inline-block;
    *display: inline;
    zoom:1;width: 12px;
    height: 22px;
    background-position: 0 0;
    vertical-align: top
}

.teacherConPeople {
    width: 370px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    height: 236px
}

.teacherConPeople span.tagBiao {
    top: 10px
}

.tagIntroGift {
    display: inline-block;
    *display: inline;
    zoom:1;text-align: center;
    height: 30px;
    color: #fff;
    line-height: 30px;
    right: 0;
    top: -31px;
    font-size: 14px
}

.tagIntroGift i {
    display: block;
    width: 22px;
    height: 30px;
    font-size: 0;
    float: left
}

.tagIntroGift i.left {
    background-position: 0 -49px
}

.tagIntroGift i.right {
    background-position: 0 -114px
}

.tagIntroGift em {
    display: block;
    float: left;
    background-position: 0 -82px;
    background-repeat: repeat-x;
    padding: 0 10px 0 0
}

.tagIntroGift em b {
    display: inline-block;
    *display: inline;
    zoom:1;background-position: 0 -146px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #ff0401;
    margin-right: 10px
}

.boxBorder01 {
    border: 1px solid #b6d7fe;
    border-left: 0
}

/* .boxBorder02 {
    border: 1px solid #fad6bc;
    border-left: 0
} */

.teacherConPeople {
    width: 370px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    height: 236px
}

.teacherConPeople h3 {
    width: 348px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.teacherConPeople h3.textWord01 {
    background-position: 0 -120px;
    color: #2d6ebb
}

.teacherConPeople h3.textWord09 {
    background-position: 0 -158px;
    color: #b75213
}

.courseModList .courseList,.courseModList .circularIcon {
    width: 185px;
    padding: 5px 0
}

.circularIcon li {
    font-size: 14px;
    padding-left: 18px;
    height: 36px;
    line-height: 36px
}

.circularIcon li em {
    display: block;
    width: 14px;
    height: 36px;
    left: 0;
    top: 12px;
    overflow: hidden
}

.circularIcon li em.columnIcon01 {
    background-position: 0 -32px
}

.circularIcon li em.columnIcon02 {
    background-position: 0 -624px
}

.circularIcon li.last em {
    height: 7px
}

.circularIcon li strong {
    font-size: 16px
}
.teacherBtnList p {
    margin-top: 15px;
    margin-bottom: 40px
}
.teacherBtnList p b {
    display: inline-block;
    *display: inline;
    zoom:1;font-size: 16px;
    background: #FF6B2A;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff
}

.teacherBtnList p i {
    display: inline-block;
    *display: inline;
    zoom:1;background: #ffefe8;
    padding: 2px 5px;
    color: #FF6B2A;
    font-size: 14px
}

.teacherBtnList {
    color: #666;
    font-size: 14px
}

.teacherBtnList em {
    color: #FF6B2A;
    font-size: 14px
}

.teacherBtnList em {
    color: #FF6B2A;
    font-size: 14px
}

.teacherBtnList em strong {
    font-size: 24px
}

.teacherBtnList .teacherBtnCon span {
    margin-top: 4px
}

.teacherBtnList .teacherBtnCon a {
    display: inline-block;
    *display: inline;
    zoom:1;width: 88px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #d2d2d2;
    text-align: center;
    color: #333
}

.teacherBtnList .teacherBtnCon a.goBuy {
    background: #FF6B2A;
    border: 1px solid #FF6B2A;
    color: #fff;
    margin-left: 10px
}

.teacherBtnList .teacherBtnCon a:hover {
    background: 0;
    color: #e75d22;
    border: 1px solid #e75d22;
    text-decoration: none
}

.teacherBtnList .teacherBtnCon a.goBuy:hover {
    border-color: #e75d22;
    color: #fff;
    background: #e75d22;
    text-decoration: none
}
.tagTwoColum {
    background: url(//www.chinaacc.com/images/common/column/label202103.png) no-repeat;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    right: 15px;
    top: 0;
    padding-top: 6px
}

.tagRecommendation {
    background: url(//www.chinaacc.com/images/common/column/label202101.png) no-repeat;
    width: 58px;
    height: 55px;
    text-align: center;
    line-height: 18px;
    padding-top: 12px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    right: -5px;
    top: -5px
}

.tagStraight {
    background: url(//www.chinaacc.com/images/common/column/label202102.png) no-repeat;
    width: 58px;
    height: 45px;
    padding-top: 27px;
    font-size: 12px;
    color: #fff;
    right: 10px;
    top: -15px;
    text-align: center
}
.circularIcon li strong {
    font-size: 18px;
}
.step-m{
    position: absolute;
    left: 23px;
    top: 70px;
}
.step-m span{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ededed;
    position: relative;
    margin-bottom: 31px;
}
.step-m span::before{
    position: absolute;
    content: "";
    background: #ededed;
    left: 2px;
    top: 3px;
    width: 1px;
    height: 37px;
}
.step-m span:last-child::before{
    display: none;
}
.tit-tut{
    display: flex;
    align-items: center;
}
.tit-tut a:nth-child(1){
    margin-right: 46px;
}
.tit-tut a:nth-child(1) i{
    width: 27px;
    height: 21px;
    background: url(/images/xiaoyuan/2023xiaoyuan/tut_icon01.png) no-repeat;
    margin-top: 0;
    margin: 0 5px 0 0;
}
.tit-tut a:nth-child(2) i{
    width: 24px;
    height: 22px;
    background: url(/images/xiaoyuan/2023xiaoyuan/tut_icon02.png) no-repeat;
    margin: 0 5px 0 0;
}
.tut-list{
    padding-bottom: 30px;
}
.tut-list li{
    width: 230px;
    height: 482px;
    background: linear-gradient(-90deg, #FFFDFA 0%, #FFF9F2 56.00000000000001%, #FFF9F3 100%);
    border: 1px solid #FEE3C4;
    border-radius: 8px;
    line-height: 1;
    text-align: center;
    margin-right: 13px;
}
.tut-list li:hover{
    box-shadow: 0 5px 15px rgba(153,153,153,0.26);
}
.tut-list li:last-child{
    margin-right: 0;
}
.tut-list li h5{
    width: 230px;
    height: 80px;
    background: linear-gradient(90deg, #FFCE87 0%, #FF6A2C 100%);
    border-radius: 8px 8px 0 0;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 26px;
}
.tut-list li .mark-ix{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.xing{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.xing i{
    width: 21px;
    height: 19px;
    background: url(/images/xiaoyuan/2023xiaoyuan/xing_img.png) no-repeat center;
    margin-right: 10px;
}
.xing i:last-child{
    margin-right: 0;
}
.tut-list li em{
    display: block;
    font-style: normal;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-top: 25px;
}
.tut-list li .p-num{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.tut-list li h6{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
.tut-list li p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.tut-list li a{
    display: block;
    width: 120px;
    height: 36px;
    background: #FF6B2A;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    
}
.tut-list strong{
    display: block;
    width: 230px;
    height: 55px;
    line-height: 55px;
    background: linear-gradient(-90deg, #fff1e1 0%, #ffe8d3 100%);
    font-size: 28px;
    color: #FD6522;
    margin: 20px 0;
}
.tut-list strong i{
    font-size: 18px;
}
.in-edu .edu-list{
    width: 285px;
    height: 184px;
    margin-right: 13px;
    float: left;
    position: relative;
}
.in-edu .edu-list img{
    width: 100%;
}
.in-edu .edu-list p{
    position: absolute;
    width: 238px;
    height: 32px;
    background: #16AEB7;
    border-radius: 0px 20px 0px 0px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    left: 0;
    bottom: 0;
}
 .edu{
    overflow: hidden;
    height: 286px;
    position: relative;
    margin-top: 10px;
}
.in-edu{
    position: absolute;
}


.help-dream {
    background: url("/images/zzss/foot-bottom-bg.jpg") no-repeat center top;
    height: 690px;
    padding-top: 2px;
}

.help-dream h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding: 60px 0 45px;
}

.help-dream h3:after {
    content: '';
    display: block;
    width: 112px;
    height: 2px;
    background: #26c1ca;
    margin: 20px auto 0;
}

.know-saying {
    width: 540px;
    height: 108px;
    padding-top: 16px;
    line-height: 30px;
    border-radius: 60px;
    background: #26c1ca;
    box-shadow: 0 5px 20px rgba(60,199,210,0.65);
    font-size: 14px;
    color: #fff;
    margin: 90px auto 0;
    text-align: center;
}

.know-saying strong {
    font-size: 16px;
}

.help-dream ul li {
    line-height: 24px;
    font-size: 16px;
}

.help-dream ul li strong {
    font-size: 50px;
    line-height: 70px;
}

.help-dream ul li strong span {
    font-size: 30px;
    font-weight: bold;
}

.help-dream li.text01 {
    left: 160px;
    top: 290px;
}

.help-dream li.text02 {
    left: 300px;
    top: 390px;
}

.help-dream li.text03 {
    left: 50%;
    top: 400px;
    margin-left: -88px;
    width: 170px;
    text-align: center;
}

.help-dream li.text04 {
    right: 260px;
    top: 390px;
}

.help-dream li.text05 {
    right: 120px;
    top: 260px;
}

.mask {
    display: none;
    width: 100%;
    z-index: 98;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
}
.swiper-button-prev{
    width: 38px;
    height: 38px;
    background: url(/images/xiaoyuan/2023xiaoyuan/arr_img01.png) no-repeat center;
}
.swiper-button-next{
    width: 38px;
    height: 38px;
    background: url(/images/xiaoyuan/2023xiaoyuan/arr_img02.png) no-repeat center;
}
.tutorial{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.swiper-button-disabled{
    display:none;
  }

/* 高效课堂 */
.hight_course{
    margin-top: 40px;
}
.h_course_m .title{
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}
.h_course_m .title::before{
    display: none;
}
.h_course_m .title p span{
    position: absolute;
    left: 5px;
}
.resources_lib,.line_course{
    width: 586px;
}
.h_course_m .title p{
    position: relative;
    height: 32px;
    width: 174px;
    font-size: 24px;
}
.h_course_m .line_course .title p{
    width: 104px;
}
.h_course_m .title p::before{
    display: block;
    content: "";
    position: absolute;
    left: 1px;
    top: 22px;
    background: #ffecc0;
    border-radius: 5px;
    height: 6px;
    width: 101%;
}

.r_lib_m li{
    width: 585px;
    height: 107px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    
}
.r_lib_m a{
    display: block;
    margin-bottom: 20px;
}
.r_lib_m li h6{
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.r_lib_m li p{
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    line-height: 1;
}
.r_lib_m li span{
    color: #666666;
    font-size: 14px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.r_lib_m li:last-child{
    margin-bottom: 0;
}
.li_course_m{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.li_course_m li{
    width: 284px;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 4px;
    margin-bottom: 20px;
    cursor: pointer;

}
.li_course_m li:hover,.r_lib_m li:hover{
    box-shadow: 0 0 10px 2px rgba(153,153,153,0.26);
}
.li_course_m li h5{
    font-size: 16px;
    color: #333;
    margin-top: 16px;
    line-height: 1;
    padding: 0 15px;
}
.li_course_m li h5 p{
    font-size: 14px;
    color: #666666;
    display: flex;

}
.li_course_m li h5 p i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/xiaoyuan/2023xiaoyuan/line_user_img.png) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}
.li_course_m li img{
    width: 276px;
    height: 150px;
    margin-left: 4px;
}
.li_course_m li em{
    color: #333;
    font-style: normal;
    font-size: 14px;
    margin-top: 13px;
    margin-left: 15px;
    display: block;
    line-height: 1;
}
.li_course_m li em span{
    color: #02acb5;
}
