.fixTop {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
}

.header {
  width: 100%;
  height: 40px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  padding: 0 360px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #666;
}

.header_nav {
  width: 1200px;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right span {
  color: #fe2e1c;
}

.mid_nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.mid_nav .logo {
  width: 150px;
  height: 40px;
  margin-right: 41px;
}

.nav {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-color: #fff;
}

.address {
  display: flex;
  align-items: center;
}

.address img {
  width: 15px;
  height: 23px;
  margin-right: 41px;
}

.address span {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  margin-right: 10px;
  color: #587aff;
}

.nav_right ul {
  display: flex;
  align-items: center;
}

.nav_right ul li {
  position: relative;
  margin-right: 42px;
  cursor: pointer;
}

.nav_wraper {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #333;
}

.nav_wraper img {
  width: 12px;
  height: 7px;
  margin-left: 10px;
}

.cont_wraper {
  width: 180px;
  position: absolute;
  top: 22px;
  z-index: 999;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  font-size: 16px;
  /* box-shadow: 5px 3px 4px 0px rgba(0, 0, 0,0.2); */
  padding: 10px;
}

.cont_wraper div {
  padding-top: 10px;
  box-sizing: border-box;
}

.nav_wraper:hover .cont_wraper,
.nav_wraper:hover .wxlink {
  display: block;
}

.wxlink {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #fff;
  top: 25px;
  left: -50px;
  z-index: 999;
  display: none;
}

.wxlink h1 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
  background-color: #fff;
}

.wxlink .wxlogo {
  width: 200px;
  height: 200px;
  margin-left: 0px;
}

.banner {
  padding-top: 110px;
}

.banner img {
  height: 550px;
}

.jixunyingTop {
  display: flex;
  justify-content: center;
}

.jixunyingTop img {
  margin-top: 100px;
}

.jxy_cot li {
  display: none;
}

.jxy_cot li:first-child {
  display: block;
}

.SwiperBox {
  position: relative;
}

.jxy_cot .classSwiper {
  width: 1200px;
  height: 490px;
  margin: 0 auto;
}

.jxy_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 30px;
  width: 1100px;
}

.jxy_tab li {
  width: 200px;
  height: 60px;
  line-height: 55px;
  color: #333;
  text-align: center;
  padding: 0 8x;
  font-size: 28px;
  cursor: pointer;
}

.jxy_tab .active {
  background-color: #587AFF;
  color: #fff;
  cursor: pointer;
}

.swip_btn {
  display: flex;
  margin-left: 30px;
}

.swip_btn a,
.swip_btn p {
  display: block;
  text-align: center;
  cursor: pointer;
  background-color: #FF8E50;
  color: #fff;
  height: 40px;
  width: 160px;
  font-size: 18px;
  border-radius: 10px;
  margin-top: -80px;
  margin-left: 50px;
}

.swip_btn a {
  line-height: 40px;
}

.swip_btn p {
  font-size: 14px;
}

.jxy_cot li:nth-child(2) .swip_btn a,
.jxy_cot li:nth-child(2) .swip_btn p {
  background-color: #2EBED1;
}

.jxy_cot li:nth-child(3) .swip_btn a,
.jxy_cot li:nth-child(3) .swip_btn p {
  background-color: #FF7950;
}

.jxy_cot li:nth-child(4) .swip_btn a,
.jxy_cot li:nth-child(4) .swip_btn p {
  background-color: #40BFA3;
}

.jxy_cot li:nth-child(5) .swip_btn a,
.jxy_cot li:nth-child(5) .swip_btn p {
  background-color: #FF6794;
}

/* 微信弹框背景 */
#hui-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.wx_tan {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: none;
}

.wx_tan .wxcode {
  width: 300px;
  height: 300px;
}

.wx_tan .close {
  width: 20px;
  height: 20px;
  position: relative;
  top: -125px;
  left: -162px;
  cursor: pointer;
}

.jxy_btn {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.jxy_btn button {
  border: none;
  background-color: #587aff;
  width: 280px;
  height: 56px;
  font-size: 22px;
  color: #fff;
  border-radius: 10px;
}

.jxy_btn button:nth-child(2) {
  width: 380px;
}

.cen_fle {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.fudao {
  background-color: #F5F7FE;
  height: 900px;
}

.hot {
  margin-top: 100px;
}

.hot_course {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.hot_course li img {
  width: 270px;
}

.all {
  margin-top: 100px;
}

.all_ti {
  margin-top: 50px;
}

.question {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}

.tea_one {
  display: flex;
  justify-content: center;
}

.cen_fle {
  margin-top: 20px;
}

.teachSwiper {
  margin-top: 80px;
}

.swiper_te {
  margin-bottom: 60px;
}

.perfect {
  margin-top: 80px;
  background-color: #F5F7FE;
  height: 800px;
}

.real_top {
  margin-top: 60px;
}

.teacher {
  margin-top: 100px;
}

.teal_tab {
  width: 1100px;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
}

.teal_tab li {
  font-size: 30px;
  padding: 5px 20px;
  cursor: pointer;
}

.teal_tab .active2 {
  background-color: #587aff;
  color: #fff;
  cursor: pointer;
}

.teal_cat {
  margin-bottom: 60px;
}

.teal_cat li {
  display: none; 
}

.teal_cat li>div {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.teal_cat li>div img {
  width: 47%;
}

.teal_cat li:first-child {
  display: block;
}

.number {
  margin-top: 100px;
}

.people {
  background-color: #587aff;
  height: 650px;
}

.peo_ti {
  width: 800px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.form input {
  display: block;
  border: none;
  outline: none;
  width: 700px;
  height: 60px;
  border-radius: 15px;
  margin: 20px auto;
  font-size: 22px;
  padding-left: 25px;
  color: #999;
}

.form p {
  margin-left: 250px;
  color: #fff;
  margin-top: -10px;
}

.form button {
  display: block;
  border: none;
  margin: 20px auto;
  width: 730px;
  height: 60px;
  background: linear-gradient(to right, #FFC352, #FF850B);
  border-radius: 15px;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}

.gdky {
  margin-top: 100px;
  background-color: #F5F7FE;
  height: 800px;
}

.friend {
  height: 120px;
  line-height: 120px;
  display: flex;
}

.friend li {
  font-size: 24px;
  margin-left: 20px;
}

.friend li p {
  color: #3286CD;
  font-weight: 600;
}

.footer {
  background-color: #1C1B1B;
  height: 650px;
}

.jylogo {
  padding-top: 50px;
}

.foot_menu {
  display: flex;
  font-size: 20px;
  margin-top: 70px;
}

.foot_menu li a {
  display: block;
  color: #fff;
  padding: 0 50px;
  border-right: 1px solid #fff;

}

.foot_menu li:last-child a {
  border-right: none;
}

.erweima {
  display: inline-block;
  width: 220px;
  margin-top: 50px;
}

.txt_foot div {
  color: #fff;
  width: 940px;
  font-size: 20px;
  margin-left: 260px;
  margin-top: -200px;
}

.txt_foot p {
  color: #fff;
  width: 940px;
  font-size: 20px;
  text-align: center;
  margin: 25px 280px;
}

.final {
  height: 100px;
  width: 100%;
  background-color: #587aff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
}

.fix_foot {
  display: flex;
  justify-content: space-around;
}

.fix_foot button {
  height: 50px;
  width: 250px;
  border: none;
  border-radius: 15px;
  margin-top: 25px;
  font-size: 20px;
  color: #587aff;
}

.fix_foot button:last-child {
  font-size: 16px;
}

.foot_close {
  position: absolute;
  right: 30px;
  top: 20px;
}

.tanchukuang {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 100000;
}

.tanchukuang {
  width: 200px;
  height: 520px;
  border: #587aff 3px solid;
  border-radius: 98px;
  background-color: #fff;
}

.small_logo {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.small_logo img {
  width: 80px;
}

.cebian {
  margin-left: 14px;
}

.cebian li {
  width: 170px;
  height: 32px;
  flex-wrap: wrap;
  background-color: #587aff;
  margin-top: 18px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}

.cebian li a {
  color: #fff;
}

.zixun {
  margin-top: 20px;
}

.zixun p {
  text-align: center;
  font-size: 20px;
  color: #587aff;
}