*{margin: 0;padding: 0;}
a{text-decoration: none; color: #303030;}
ul,li,p,h1,h2,h3,input{margin:0; padding:0; list-style:none;}
html,body{height: 100%;width: 100%;margin: 0 auto;}
body{    
    font: 16px/1.5 "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 1200px;
    margin: 0 auto;
    color: #333;
}
.banner {
    width: 100%;
    height: 501px;
    position: relative;
    z-index: 1;
    background: url(../images/banner.png) no-repeat center center;
    background-position: center;

}
.main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}
.main2{
    display: flex;
    justify-content: space-between;
}

/* 第一部分 */
.section1{
    background-color: #F9F9FD;
}
.section1 .main{
    padding-bottom: 20px;
}
.section1-title {
    height: 98px;
    margin: 50px 0 32px;
    background: url(../images/title1.png) no-repeat center;
}
.reason {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}
.reason .reason_con{
    font-size: 20px;
    font-weight: bold;
}
.section1 .main .reason p{
    margin: 0px;
    text-align: center;
    position: relative;
}
img.biIcon {
    height: 95px;
}
/* 第一个图标和小星星图标 */
.section1 .main .reason li:nth-child(1) p:nth-child(1) {
    padding: 15px 0px 10px;
    background: url(../images/yuan.png) no-repeat 21% 3%;
}
.section1 .main .reason li:nth-child(1)  p:nth-child(1) img:nth-child(1) {
    position: absolute;
    bottom: 28px;
    left: 15px;
}
.section1 .main .reason  li:nth-child(1) p:nth-child(1) img:nth-child(3) {
    position: absolute;
    top: -13px;
    right:3px;
}
.section1 .main .reason li:nth-child(1)  p:nth-child(1) img:nth-child(4) {
    position: absolute;
    bottom: 50px;
    right:6px;
}
/* 第二个图标和小星星图标 */
.section1 .main .reason li:nth-child(2) p:nth-child(1) {
    padding: 15px;
    background: url(../images/yuan.png) no-repeat 0% 98%;

}
.section1 .main .reason li:nth-child(2)  p:nth-child(1) img:nth-child(1) {
    position: absolute;
    top: -3px;
    left: -8px;
}
.section1 .main .reason  li:nth-child(2) p:nth-child(1) img:nth-child(2) {
    position: absolute;
    top: 35px;
    left: -38px;
}
.section1 .main .reason li:nth-child(2)  p:nth-child(1) img:nth-child(4) {
    position: absolute;
    top: 60px;
    right: -19px;
}
/* 第三个图标和小星星图标 */
.section1 .main .reason li:nth-child(3) p:nth-child(1) {
    padding: 15px 0px;
    background: url(../images/yuan.png) no-repeat 27% 26%;
}
.section1 .main .reason li:nth-child(3)  p:nth-child(1) img:nth-child(1) {
    position: absolute;
    top: 16px;
    left: 37px;
}
.section1 .main .reason  li:nth-child(3) p:nth-child(1) img:nth-child(3) {
    position: absolute;
    top: 32px;
    right: 34px;
}
.section1 .main .reason li:nth-child(3)  p:nth-child(1) img:nth-child(4) {
    position: absolute;
    bottom: 20px;
    right: 6px;
}
/* 第五个图标和小星星图标 */
.section1 .main .reason li:nth-child(4) p:nth-child(1) {
    padding: 15px 0px;
    background: url(../images/yuan.png) no-repeat 37% 92%;
}
.section1 .main .reason li:nth-child(4)  p:nth-child(1) img:nth-child(1) {
    position: absolute;
    top: 56px;
    right: 16px;
}
.section1 .main .reason  li:nth-child(4) p:nth-child(1) img:nth-child(3) {
    position: absolute;
    bottom: 25px;
    left: 36px;
}
.section1 .main .reason li:nth-child(4)  p:nth-child(1) img:nth-child(4) {
    position: absolute;
    top: 25px;
    left: 9px;
}
/* 咨询按钮 */
.section1 .section1-btn2{
    cursor: pointer;
    margin-top: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 21px;
    font-weight: 500;
    background: url(../images/btn1.png) no-repeat center;
    background-size: 27% 55%;
    color: #fff;
}
/* 第二部分 */
.section2-title {
    height: 98px;
    margin: 60px 0 32px;
    background: url(../images/title2.png) no-repeat center;
}
.section2 .section2-one{
    display: flex;
    justify-content: space-between;
}
/* 左边竖图 */
.section2 .left-img{
    height: 223px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-top: 135px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    width: 43px;
    line-height: 34px;
    position: relative;
}
.section2 .left-img-one{
    background: url(../images/left1.png) no-repeat center;
    background-size: 100% 100%;
}
.section2 .left-img-two{
    background: url(../images/left2.png) no-repeat center;
    background-size: 100% 100%;
}
.section2 .left-img-three{
    background: url(../images/left3.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 20%;
}
.section2 .left-img-four{
    background: url(../images/left4.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 20%;
}
.section2  .section2-left{
    width: 9% ;
    margin-right: 1%;
}
.section2 .section2-right{
    width: 85%;
}

.section2 .left-img-one img{
    position: absolute;
    top:-40px;
    left: 44px;
}
.section2 .left-img-two img{
    position: absolute;
    top:-72px;
    left: 44px;
}
.section2 .left-img-three img{
    position: absolute;
    top:-173px;
    left: 44px;
}
.section2 .left-img-four img:nth-child(1){
    position: absolute;
    top:-171px;
    left: 44px;
}
.section2 .left-img-four img:nth-child(2){
    position: absolute;
    bottom: -62px;
    left: 44px;
}
@keyframes transLateone {
    50% {
        opacity:.1;
    }
  
    100% {
        opacity:1;
    }
  }
.smartimages{
    opacity: 1;
    animation: transLateone 3s infinite ease-in-out;
    -webkit-animation: transLateone 3s infinite ease-in-out;

}
.section2 .section2-one-right ul li:nth-child(1){
    background: url(../images/bg1.png) no-repeat 100% 100%;
    background-position: center;
    background-size: contain;
    width: 22%; 
    height: 244px;
    position: relative;
}
.section2 .section2-one-right ul li:nth-child(3){
    
    background: url(../images/bg2.png) no-repeat 100% 100%;
    background-position: center;
    background-size: contain;
    width: 22%; 
    height: 244px;
    position: relative;
}
.section2 .section2-one-right ul li:nth-child(5){
    background: url(../images/bg3.png) no-repeat 100% 100%;
    background-position: center;
    background-size: contain;
    width: 22%; 
    height: 244px;
    position: relative;
}
.section2 .section2-one-right ul li:nth-child(7){
    background: url(../images/bg4.png) no-repeat 100% 100%;
    background-position: center;
    background-size: contain;
    width: 22%; 
    height: 244px;
    position: relative;
}
/* 箭头 */
.jiantoufather{
    display: flex;
    height: 77%;
    align-items: center;
}
/* 图标和文字 */
.section2 .section2-one-right ul li p:nth-child(1){
    display: flex;
    justify-content: center;
    position: relative;
}
.section2 .section2-one-right ul li p img:nth-child(1){
    position: absolute;
    top:0px;
}
.section2 .section2-one-right ul li p img:nth-child(2){
    position: absolute;
    top: 6px;
}
.section2 .section2-one-right ul li p img:nth-child(3){
    position: absolute;
    top:18px;
}

.section2 .section2-one-right ul li p:nth-child(2){
    padding-top: 75PX;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
.section2 .section2-one-right ul li p:nth-child(3){
    text-align: center;
    color: #BBBBC3;
}
/* 刷刷刷 */
.section2-two{
    margin-top: 48px;
    padding: 20px 0px;
    background-color: #F1F3FF;
}
.section2-two-right ul.reason{
    margin-top: 24px;
}
.section2-two-right ul li{
   
    justify-content: center;
    width: 100%;
}
.section2-two-right ul li:nth-child(1){
    background: url(../images/bg5.png) no-repeat;
    background-size: 100% 100%; 
    height: 333px;
    background-position: top;
    position: relative;
}
.section2-two-right ul li:nth-child(2){
    background: url(../images/bg6.png) no-repeat;
    background-size: 100% 100%; 
    height: 333px;
    background-position: top;
    position: relative;

}
.section2-two-right ul li:nth-child(3){
    background: url(../images/bg7.png) no-repeat;
    background-size:100% 100%; 
    height: 333px;
    background-position: top;
    position: relative;

}
.section2-two-right ul li{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.section2-two-right ul li:hover {
    transform: translate(0, -14px);
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
}
.section2-two-right ul li p:nth-child(1) {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    padding-top: 34px;
    color: #fff;
}
.section2-two-right ul li p:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #2d2d2d;
    position: absolute;
    bottom: 44px;
}
.section2-three-title{
    height: 98px;
    background: url(../images/title3.png) no-repeat center;
}
/* 轮播 */
.section2-three{
    margin: 0px auto;
}
.section2-three-right .cont {
    width: 100%;
    margin: 0 auto;
}
#focus_Box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#focus_Box>ul {
    display: block;
    height: 380px;
}

#focus_Box li {
    z-index: 0;
    position: absolute;
}

#focus_Box li>img {
    width: 100%;
}

#focus_Box .prev,
#focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 230px;
    height: 290px;
    top: 30px;
}

#focus_Box .prev {
    left: 0px;
    opacity: .2;
}

#focus_Box .next {
    right: 0px;
    opacity: .2;
}

#focus_Box .prev:hover {
    opacity: 1;
}

#focus_Box .next:hover {
    opacity: 1;
}

/* 择校 */
.section2-four{
    padding: 20px 0px 35px 0px;
    background-color: #F1F3FF;
}
.section2-four-title{
    height: 98px;
    background: url(../images/title4.png) no-repeat center;
}
.section2-four-teacher{
    background: url('../images/bg8.png') no-repeat;
    background-size: 82% 103%;
     position: relative;
}
.section2-four-teacher ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.section2-four-teacher ul li:nth-child(1){
    width: 25%;
    z-index: 9999999999;
}
.section2-four-teacher ul li:nth-child(3){
    width: 30%;
    margin-top: 28px; 
    z-index: 9999999999;
}
.section2-four-teacher ul li:nth-child(3){
    width: 30%;
    margin-top: 28px; 
    z-index: 9999999999;
}
.section2-four-teacher .four-teacher{
    width: 25%;
    margin-top: 13px;
    z-index: 9999999999;
}
.section2-four-teacher .four-font{
    width: 38%;
    margin: 0px;
}
.section2-four-teacher .four-font p{
    text-align: left;
    line-height: 25px;
}
.section2-four-teacher .four-teacher-name{
    font-size: 20px;
    font-weight: 700;
    padding-top: 88px;
    width:20%;
    background: url('../images/lanxian.png') no-repeat bottom;
}
.section2-four-teacher .four-teacher-zhiwei{
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0px;
    width: 45%;
    background: url(../images/hui.png) no-repeat center;
}
.section2-four-teacher .four-teacher-zhiwei1{
    padding: 5px 0px;
    line-height: 21px;
}
.section2-four-teacher .four-teacher-font{
    width: 100%;
    /* margin-right: 5%; */
    z-index: 9999999999;
}
.section2-four-teacher .four-bg1{
    background-repeat: no-repeat;
     position: absolute;
     bottom: 46px;
     left: 125px;
     background-repeat: no-repeat;
}
.section2-four-teacher .four-bg2{
    background-repeat: no-repeat;
    position: absolute;
    bottom: 49px;
    left: 128px;
    background-repeat: no-repeat;
}
/* 第三部分 */
.section3-title {
    height: 98px;
    margin: 50px 0 32px;
    background: url(../images/title5.png) no-repeat center;
}
.section3 .section3-one .cont table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.section3 .section3-one .cont table th {
    padding: 8px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid;
    background: #3A5DF5;
}
.section3 .section3-one .cont table tbody tr th:first-child{

    border-radius: 7px 0px 0px 5px;
}
.section3 .section3-one .cont table tbody tr th:last-child{
    border-radius: 0px 7px 5px 0px;
}
.section3-one .cont table td {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #031f96;
    border: 1px solid #E2D3C0;
}
.section3-one .cont table td:nth-child(2){
    color:#ec0000;
}
.section3-one1 .cont table tr:nth-child(even) {
    background: #FAF6F0;
}
.section3 .section3-one .section3-table-btn{
    background: url(../images/btn2.png) no-repeat center;
    border: none;
}
.section3 .section3-one .section3-table-btn a{
    cursor: pointer;
    color: #fff;

}
/* 预约报名 */
.section3-one-baoming{
    font-size: 0;
    margin: 25px 0px;
}
.section3-one-baoming a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.section3-one-baoming a:first-child {
    width: 242px;
    background: url(../images/btn4.png) no-repeat right;
}
.section3-one-baoming a:last-child {
    width: 258px;
    background: url(../images/btn5.png) no-repeat center;
}


/* 老师 */
.section3-two-big {
    width: 100%;
    background: url(../images/bg13.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.section3-two-title {
    height: 144px;
    margin: 50px 0 32px;
    background: url(../images/title7.png) no-repeat center;
}
.section3-two .title {
    color: #fff;
    margin-bottom: 0px;
}
.section3-two .title2 {
    font-size: 30px;
    color: #fff;
}
.cont{
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.cont img {
    display: block;
}
.section3-two .cont {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* .teacher_cont {
    height: 419px;
    margin: 40px auto 37px;
    text-align: left;
} */
.teacher-cont{
    width: 100%;
    margin: 128px auto 0;
    position: relative;
}
.teacher_cont .hover_content {
    position: relative;
    text-align: left;
    display: none;
}
.teacher-cont li {
    margin-top: 22px;
    height: 513px;
    background-color: #ffffff;
    display: none;
}


.teacher_cont li:nth-child(1) {
    display: block;
    display: list-item;
}
.teacherBig {
    float: left;
}
.teacher-introduce {
    float: left;
    text-align: left;
    width: 714px;
    height: 347px;
    background-color: #ffffff;
    margin-top: 53px;
    padding-left: 62px;
} 
.teacher-name {
    font-size: 42px;
    display: inline-block;
}
.teacherSlogan {
    font-size: 24px;
    width: 135px;
    height: 37px;
    line-height: 37px;
    background-image: linear-gradient(131deg, #eea129 0%, #f4873e 99%), linear-gradient(#3a3a3a, #3a3a3a);
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 61px 0 0 30px;
}
.teacher-intro {
    font-size: 16px;
    width: 662px;
    line-height: 28px;
    margin-top: 30px;
    word-break: break-all;
    }
.swiper-father {
    width: 61%;
    height: 124px;
    position: absolute;
    right: 40px;
    bottom: 55px;
    margin: 30px auto 0;
}
/* .teacher-small{
    position: absolute;
    right: 62px;
    bottom: 76px;
}
.swiper-father {
    width:700px;
    height: 90px;
    position: relative;
} */
 .teacher-small .swiper-father .swiper-slide{
    width: 72.6667px;
    margin-right: 52px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-prev {
    position: absolute;
    left: -38px;
    top: 72%;
    width: 30px;
    background: url(../images/leftjiantou.png) no-repeat;
    margin-top: -54.5px;
}
.swiper-button-next {
    position: absolute;
    right: -40px;
    top: 72%;
    width: 30px;
    background: url(../images/rightjiantou.png) no-repeat;
    margin-top: -54.5px;
} 
#swiper1 .swiper-slide {
    cursor: pointer;
}
#swiper1 .swiper-slide img {
    width: 100px;
}

#swiper1 .swiper-slide img:hover {
    border: 2px solid #deab69;
    border-radius: 50%;
}




/* 集训营图片 */
.section3-three-title2 {
    height: 98px;
    margin: 50px 0px 0px 32px;
    background: url(../images/title6.png) no-repeat center;
}
.section3-three-title3{
    margin: 0px 0 50px 0px;
    font-size: 26px;
    color: #585858;
}
.section3-three-img{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.section3-three-img .shang{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.section3-three-left{
    height: 100%;
    display: flex;
    align-self: center;
}
.section3-three-right{
    height: 100%;
    display: flex;
    align-self: center;
}
