*{margin: 0;padding: 0;}
li{list-style: none;}
ul{display: flex;}
.ksqy{width: 90%;margin: 0 auto;}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #A1A1A1;font-size: 14px;}
 input:-moz-placeholder, textarea:-moz-placeholder {color: #A1A1A1;font-size: 14px;}
 input::-moz-placeholder, textarea::-moz-placeholder {color: #A1A1A1;font-size: 14px;}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #A1A1A1;font-size: 14px;}
 input{border: none;background: none;-webkit-appearance: none;}
 .img{width: 100%;}
/* //弹窗样式 */
.headTop{
    width: 100%;
    height: 10px;
    background-color:#EC733E;
}
.ksqy{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.headLogo{
    box-sizing: border-box;
    align-items: center;
}
.headLogo li:nth-child(1){
    width: 45%;
    font-size: 0;
}
.headLogo li:nth-child(2){
    width: 50%;
    border-left: 1px solid #404040;
    color: #4C4C4B;
    letter-spacing: 2px;
    font-size: 13px;
    padding-left: 5px;
    margin-left: 5px;
}
.headList{
    align-items: center;
    justify-content: space-between;
    color: #4C4C4B;
    font-size: 16px;
}
.headList li{
    margin: 0px 20px;
    position: relative;
}
.headBanner{
    width: 100%;
    position: relative;
}
.bannerText{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    text-align: center;
    flex-wrap: wrap;
}
.bannerText div{
    text-align: center;
    width: 100%;
}
.bannerText h5{
    color: #fff;
    font-size: 70px;
    letter-spacing: 10px;
}
.bannerText p:nth-child(2){
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.bannerText p:nth-child(3),.bannerText p:nth-child(4){
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
}
.headTitle{
    text-align: center;
    font-weight: bold;
    color:#4E4E4E ;
    font-size: 23px;
    margin: 35px auto;
    letter-spacing: 2px;
}
.headXian{
    margin: 30px auto 20px;
    /* height: 10px;
    width: 80%;
    background-color: #FAF2EF;
    box-shadow: 0px 8px 17px 10px #F8F1ED; */
}
.headTitleList1{
    align-items: center;
    justify-content: space-between;
}
.headTitleList1 li{
    width: 20%;
    position: relative;
}
.headTitleList1 li div{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    text-align: center;
    flex-wrap: wrap;
}
.headTitleList1 li div p{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;

}
.headTitleList2{
    justify-content: space-between;
    margin: 0px auto 50px;
}
.headTitleList2 li{
    width: 24%;
    font-size: 13px;
    color: #454545;
    text-align: justify;
    box-sizing: border-box;
    padding: 0px 40px 0px 40px;
}
.headTitleList3{
    justify-content: space-between;
    margin: 0px auto 50px;
}
.headTitleList3 li{
    width: 20%;
    font-size: 13px;
    color: #454545;
    text-align: justify;
    box-sizing: border-box;
    /* padding: 0px 40px 0px 40px; */
}
.headTitle p{
    font-size: 13px;
    color: #454545;
    text-align: center;
    font-weight: lighter;
    margin: 10px auto;
}
.headlist3{
    /* align-items: center; */
    justify-content: space-between;
    margin: 20px auto;
}
.headlist3>li{
    width: 47%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #FEEBE2;
    box-shadow: 1px 1px 13px 2px #FEEBE2;
}
.headlist3>li ul{
    align-items: center;
}
.headlist3>li ul li:nth-child(1){
   width: 45px;
   margin: 0px 20px;
}
.headlist3>li ul li:nth-child(2){
    width: 80%;
    color:#3F3F3F ;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px;
    letter-spacing: 2px;
 }
 .headlist3>li ul li:nth-child(2) p{
     font-size: 13px;
     font-weight: lighter;
     line-height: 22px;
 }
 .headBom{
     width: 100%;
     background: url(img/headBomImg.png) no-repeat;
     background-size: 100%;
     padding: 20px 0px;
 }
 .headBomTitle{
     color: #fff;
     font-size: 23px;
     font-weight: bold;
     letter-spacing: 2px;
     text-align: center;
     margin: 20px auto;
 }
 .headBomTitle p{
     font-size: 13px;
     font-weight: lighter;
     line-height: 22px;
 }
 .headBomList{
     /* align-items: center; */
     justify-content: space-between;
     text-align: center;
 }
 .headBomList> li:nth-child(1), .headBomList> li:nth-child(2){
     width: 25%;
     background-color: #fff;
     box-sizing: border-box;
     padding: 20px;
     box-shadow: 1px 1px 13px 2px #FEEBE2;

 }
 .headBomList> li:nth-child(1) h3, .headBomList> li:nth-child(2) h3, .headBomList> li:nth-child(3) h3{
     font-size: 20px;
     color: #454646;
     letter-spacing: 2px;
     text-align: center;
     margin: 10px auto;
 }
 .headBomList >li:nth-child(1) p, .headBomList >li:nth-child(2) p{
    font-size:17px;
    color: #454646;
    letter-spacing: 2px;
    border: 2px solid #FAD6C5;
    border-radius: 5px;
    padding: 10px 0px;
    text-align: center;
    margin: 20px auto;
}
.headBomList> li:nth-child(1) span, .headBomList >li:nth-child(2) span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #FE9721;
    display: inline-block;
    margin: 0  10px;
}
 .headBomList> li:nth-child(3){
     width: 40%;
     background-color: #fff;
     box-shadow: 1px 1px 13px 2px #FEEBE2;
    box-sizing: border-box;
    padding: 20px;
 }
 .headBomList>li:nth-child(3) h5{
     font-size: 30px;
     color: #454646;
     /* letter-spacing: 2px; */
     text-align: center;
     margin: 10px auto;
 }
 .headBomEr{
     align-items: center;
     justify-content: space-between;
 }
 .headBomEr li{
     width: 45%;
     color: #333333;
     font-size: 13px;
     line-height: 22px;
 }
 .headBom2{
     align-items: center;
     justify-content: space-between;
     color: #333333;
     font-size: 13px;
     margin: 20px auto;
     letter-spacing: 1px;
 }
 .headBom2 li:nth-child(2) span:nth-child(2){
    border-left: 1px solid #333;
    padding-left: 5px;
 }  
 /* 导师团队 */
 .tutor{
     align-items: center;
     justify-content: center;
     margin: 40px auto;
 }
 .tutor li:nth-child(1){
     width: 45%;
     border-radius: 1000px;
     overflow: hidden;
 }
 .tutor li:nth-child(2){
    width: 49%;
    font-size: 15px;
    color: #333;
    margin-left: 10px;
}
.tutor li:nth-child(2) h4{
    font-size: 23px;
    line-height: 30px;
    padding: 10px 0px;
}
.tutor li:nth-child(2) p{
    line-height: 20px;
    padding: 5px 0px;
}
.tutor li:nth-child(2) span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #333;
    display: inline-block;
    margin: 0  10px;
}
.tutorList{
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto;
}
.tutorList>li{
    width: 50%;
}
/* 公司 */
.companyTitle{
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 20px auto;
    text-align: justify;
}
.companyTitle2{
    width: 100%;
    position: relative;
}
.companyText{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 5% 0px;
}
.companyText ul{
    flex-wrap: wrap;
    text-align: center;
    height: 50%;
}
.companyText ul li{
    width: 33.33333%;
    /* height: 100%; */
    color: #fff;
}
.companyText ul li div{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}
.companyText ul li p{
    font-weight:lighter;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px auto;
}
.companyListText3{
    color: #333;
    line-height: 25px;
    margin: 20px auto;
    height: 125px;
}
.companyTitle4{
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: initial;
    margin: 10px auto;
}
.companyList4{
    align-items: center;
    justify-content: space-between;
    color: #333;
    line-height: 22px;
}
.companyList4 li:nth-child(1),.companyList4 li:nth-child(3){
    width: 20%;
}
.companyList4 li:nth-child(1){
    text-align: right;
    margin-right: 10px;
}
.companyList4 li div{
   margin: 80px auto;
}
.companyList4 li:nth-child(3){
    text-align: left;
    margin-left: 10px;
}
.companyList4 li:nth-child(2){
    width: 60%;
}
/* swiper */

  @media (max-width: 760px) {
    .swiper-button-next {
      /* right: 20px; */
      transform: rotate(90deg);
    }

    .swiper-button-prev {
      /* left: 20px; */
      transform: rotate(90deg);
    }
  }
  .swiper-button-next{
      background: url(img/aboutRight.png) no-repeat;
      background-size: 100% 100%;
    }
  .swiper-button-prev{
    background: url(img/aboutLeft.png) no-repeat;
    background-size: 100% 100%;
  }
  .aboutMap{
      align-items: center;
      justify-content: space-between;
      margin: 50px auto
  }
  .aboutMap li{
      width: 49%;

  }
  .aboutMap p{
      text-align: center;
      color: #333;
      padding: 10px 0px;
  }
  .aboutMobile{
      align-items: center;
      justify-content: space-between;
      margin: 20px auto;
  }
  .aboutMobile>li{
      width: 32%;
      box-sizing: border-box;
      padding: 10px 5px;
  }
  .aboutMobile ul{
      align-items: center;
      justify-content: center;
      color: #fff;
      background-color:#F8A41D;
      padding: 10px 0px;
      border-radius: 5px;
  }
  .aboutMobile ul li:nth-child(1){
      width: 50px;
      margin-right: 10px;
  }
  .aboutMobile ul li p{
    font-size: 13px;
  }
  .aboutMobile ul li h4{
      font-size: 30px;
  }
  .offineList{
      align-items: center;
      justify-content: space-between;
      margin: 40px auto;
  }
  .offineList li:nth-child(1){
      width: 35%;
  }
  .offineList li:nth-child(2){
    width: 64%;
    text-align: justify;
    color: #333;
    font-size: 18px;
    line-height: 23px;
}
body .headList .select p{
    width: 80%;
    height: 3px;
    background: #ec733e;
    margin: 5px auto;
}
.headList p{
    width: 80%;
    height: 3px;
    background: none;
    margin: 5px auto;
    position: absolute;
    left: 10%;
}