@charset "utf-8";
/*----公共样式-----*/
.max_width {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}
.title {
  height: 79px;
  background: url(../images/title_bg.png) no-repeat top;
  font-size: 46px;
  color: #333333;
  text-align: center;
  line-height: 79px;
  margin-top: 90px;
  font-weight: bold;
}
.two_btnBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 520px;
  margin-top: 36px;
}
.two_btnBox a:nth-of-type(1) {
  width: 240px;
  height: 60px;
  background: linear-gradient(90deg, #6690FF 0%, #346CFF 100%);
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.two_btnBox a:nth-of-type(2) {
  width: 240px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 2px solid #3063E5;
  font-size: 24px;
  color: #3063E5;
  text-align: center;
  line-height: 60px;
}
.banner_wrap {
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-image: url(../images/banner.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.banner_wrap::after {
  content: "";
  display: block;
  /*图片的宽高比计算得出*/
  padding-top: 29%;
}
.banner {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  height: auto;
  position: absolute;
  top: 148px;
}
.banner a {
  position: absolute;
  bottom: 7%;
  width: 240px;
  height: 60px;
  background: linear-gradient(90deg, #FFCE00 0%, #FFAC00 100%);
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.banner::after {
  content: "";
  display: block;
  /*图片的宽高比计算得出*/
  padding-top: 29%;
}
.banner a::after {
  content: "";
  display: block;
  /*图片的宽高比计算得出*/
  padding-top: 29%;
}
.box1_wrap {
  overflow: hidden;
}
.box1_wrap .box1 {
  margin-top: 38px;
}
.box1_wrap .box1 img {
  margin: 0 auto;
  width: 1012px;
}
.box2_wrap .title_bottom {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #333333;
  padding-top: 31px;
}
.box2_wrap .city_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.box2_wrap .city_list li {
  width: 232px;
  height: 60px;
  -margin-right: 20px;
  line-height: 60px;
  background: #F5F6F6;
  border-radius: 30px;
  border: 1px solid #D5D5D5;
  margin-top: 20px;
  font-size: 24px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}
.box2_wrap .city_list li.active {
  background: linear-gradient(90deg, #6690FF 0%, #346CFF 100%);
  color: #fff;
}
.box2_wrap .city_nameBox {
  display: flex;
  width: 1000px;
  height: 61px;
  line-height: 61px;
  background: #F8F8F8;
  border-radius: 31px;
  margin-top: 32px;
}
.box2_wrap .city_nameBox p {
  width: 200px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 31px;
  border: 1px solid #3C72FF;
  color: #3A70FF;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
}
.box2_wrap .city_nameBox span {
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
}
.box2_wrap .city_nameBox em {
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
}
.box2_wrap .tab_box {
  display: none;
}
.box2_wrap .tab_box .city_bottom {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.box2_wrap .tab_box .city_bottom .right_bg {
  margin-left: 11px;
}
.box2_wrap .tab_box .city_bottom .img_Bg p {
  display: none;
}
.box2_wrap .tab_box .city_bottom .city_tabUl {
  position: absolute;
  right: 6px;
  width: 715px;
  top: 0;
  display: flex;
  justify-content: space-between;
  margin-left: 7px;
}
.box2_wrap .tab_box .city_bottom .city_tabUl li {
  width: 357px;
  height: 46px;
  background: #fff;
  border: 1px solid #366DFF;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.box2_wrap .tab_box .city_bottom .city_tabUl li:nth-of-type(1) {
  border-right: none;
}
.box2_wrap .tab_box .city_bottom .city_tabUl li.active {
  background: #346CFF;
  color: #fff;
}
.box2_wrap .city_iframe {
  overflow: hidden;
  margin-top: 108px;
  width: 100%;
  height: 246px;
  background: url(../images/box2_bottomBg.png) no-repeat top;
}
.box2_wrap .city_iframe .center_box {
  width: 880px;
  margin: 0 auto;
  margin-top: 25px;
}
.box2_wrap .city_iframe .center_box iframe {
  width: 100%;
  height: 246px;
}
.box3_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 916px;
  margin: 0 auto;
}
.box3_wrap .list li {
  width: 415px;
  height: 63px;
  background: #F7F9FF;
  border-radius: 32px;
  font-size: 32px;
  color: #333333;
  line-height: 63px;
  text-align: center;
  margin-top: 25px;
}
.box3_wrap .list li img {
  padding: 0 15px;
}
.box3_wrap .list li:nth-of-type(2) {
  width: 477px;
}
.box3_wrap .list li:nth-of-type(4) {
  width: 477px;
}
.box3_wrap .times {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 916px;
  height: 64px;
  background: #F7F9FF;
  border-radius: 32px;
  border: 1px solid #386FFF;
  margin-top: 33px;
}
.box3_wrap .times p {
  font-size: 28px;
  color: #1E5CFF;
  line-height: 64px;
  padding-left: 36px;
}
.box3_wrap .times a {
  width: 368px;
  height: 64px;
  background: linear-gradient(90deg, #6690FF 0%, #346CFF 100%);
  border-radius: 35px;
  line-height: 64px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.box3_wrap .teacher_wrap {
  overflow: hidden;
  margin-top: 66px;
  height: 334px;
  background: #E7E7E7;
}
.box3_wrap .teacher_wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.box3_wrap .teacher_wrap ul li {
  position: relative;
  width: 316px;
  height: 287px;
  transition: 0.1s;
}
.box3_wrap .teacher_wrap ul li .flex {
  position: absolute;
  top: 0;
  width: 317px;
  height: 179px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  background: #fff;
  background: #FFFFFF;
  border-radius: 12px;
}
.box3_wrap .teacher_wrap ul li .flex > div {
  box-sizing: border-box;
  padding-left: 26px;
  padding-top: 31px;
}
.box3_wrap .teacher_wrap ul li .flex > div h2 {
  font-size: 24px;
  color: #333333;
}
.box3_wrap .teacher_wrap ul li .flex > div p {
  padding-top: 10px;
  font-size: 16px;
  color: #666666;
}
.box3_wrap .teacher_wrap ul li .flex > div a {
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 124px;
  height: 38px;
  line-height: 38px;
  background: linear-gradient(90deg, #6690FF 0%, #346CFF 100%);
  border-radius: 19px;
  font-size: 20px;
  color: #fff;
}
.box3_wrap .teacher_wrap ul li .bottom {
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  width: 316px;
  height: 108px;
  background: linear-gradient(90deg, #6690FF 0%, #346CFF 100%);
  border-radius: 0px 0px 12px 12px;
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  padding-left: 10px;
  line-height: 24px;
}
.box4_wrap .title_bottom {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #333333;
  padding-top: 31px;
}
.box4_wrap .box4_boxBg {
  display: flex;
  justify-content: flex-start;
  margin-top: 45px;
  width: 989px;
  height: 287px;
  background: #346CFF;
  border-radius: 10px;
}
.box4_wrap .box4_boxBg .imgL {
  box-sizing: border-box;
  width: 120px;
  height: 259px;
  margin-top: 10px;
  margin-left: 6px;
}
.box4_wrap .box4_boxBg .list {
  display: flex;
  justify-content: space-between;
  width: 836px;
  margin-top: 18px;
  margin-left: 5px;
}
.box4_wrap .box4_boxBg .list li {
  width: 272px;
  height: 244px;
  background: #FFFFFF;
  border-radius: 12px;
}
.box4_wrap .box4_boxBg .list li a {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 240px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.box4_wrap .box4_boxBg .list li p {
  width: 248px;
  line-height: 25px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: baseline;
}
.box4_wrap .box4_boxBg .list li p img {
  padding: 0 8px 0 10px;
}
.box4_wrap .two_btnBox {
  margin-top: 48px;
}
.box5_wrap {
  background: #E7E7E7;
}
.box5_wrap .title_bottom {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #333333;
  padding-top: 31px;
}
.box5_wrap .big_teacherBox {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
.box5_wrap .p_tabBtn img {
  display: block;
  cursor: pointer;
}
.box5_wrap .tab_teacher {
  width: 735px;
  overflow: hidden;
}
.box5_wrap .tab_teacher .tab_teacherSwiper #teacher1 {
  padding-bottom: 40px;
}
.box5_wrap .tab_teacher .tab_teacherSwiper #teacher2 {
  padding-bottom: 40px;
}
.box5_wrap .tab_teacher .tab_teacherSwiper #teacher2 a {
  background: linear-gradient(90deg, #FFCE00 0%, #FFAC00 100%);
}
.box5_wrap .tab_teacher .tab_teacherSwiper .swiper-pagination-bullet {
  width: 60px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 7px;
  border: 1px solid #FF3B54;
  opacity: 1;
}
.box5_wrap .tab_teacher .tab_teacherSwiper .swiper-pagination-bullet-active {
  width: 60px;
  height: 12px;
  background: #FF3B54;
  border-radius: 7px;
}
.box5_wrap .tab_teacher .tab_teacherSwiper .bg_teacher {
  margin: 0 auto;
  width: 231px;
  height: 340px;
  background: #FFFFFF;
  border-radius: 12px;
}
.box5_wrap .tab_teacher .tab_teacherSwiper .bg_teacher img {
  box-sizing: border-box;
  margin-top: 10px;
  margin-left: 18px;
}
.box5_wrap .tab_teacher .tab_teacherSwiper .bg_teacher h3 {
  padding-top: 5px;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.box5_wrap .tab_teacher .tab_teacherSwiper .bg_teacher p {
  height: 38px;
  padding-top: 5px;
  text-align: center;
  margin: 0 auto;
  width: 190px;
  font-size: 14px;
  color: #333333;
}
.box5_wrap .tab_teacher .tab_teacherSwiper .bg_teacher a {
  margin: 0 auto;
  margin-top: 5px;
  display: block;
  width: 198px;
  height: 38px;
  background: linear-gradient(90deg, #FF7C71 0%, #FF3250 100%);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
}
.box5_wrap .bottom_img {
  position: relative;
  padding-top: 10px;
  padding-bottom: 33px;
}
.box5_wrap .bottom_img .two_btnBox {
  position: absolute;
  width: 366px;
  bottom: 60px;
  left: 310px;
}
.box5_wrap .bottom_img .two_btnBox a {
  width: 176px;
}
.box6_wrap {
  padding-bottom: 90px;
}
.box6_wrap .title_bottom {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #333333;
  padding-top: 31px;
}
.box6_wrap .ul {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.box6_wrap .ul li {
  position: relative;
}
.box6_wrap .ul li a {
  position: absolute;
  bottom: 20px;
  left: 34px;
  width: 240px;
  height: 52px;
  background: linear-gradient(90deg, #FFCE00 0%, #FFAC00 100%);
  border-radius: 26px;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  color: #fff;
}
