@charset "utf-8";
/*----公共样式-----*/
.max_width {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}
/*----------------*/
.banner_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 847px;
  background: url(../images/banner.jpg) no-repeat top;
}
.banner_wrap .banner {
  position: relative;
  height: 847px;
}
.banner_wrap .banner a {
  position: absolute;
  right: 115px;
  bottom: 170px;
  width: 344px;
  height: 62px;
  background: url(../images/banner_btn.png) no-repeat top;
}
.banner_wrap .banner a:hover {
  height: 58px;
  background: url(../images/banner_btn1.png) no-repeat top;
}
.box1_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 504px;
  background: url(../images/box1_bg.jpg) no-repeat top;
}
.box1_wrap .box1 > p img {
  max-width: 1000px;
}
.box1_wrap .box1 .mail_bg {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  width: 1000px;
  height: 339px;
  background: url(../images/box1_img.jpg) no-repeat top;
}
.box1_wrap .box1 .mail_bg .left_box {
  box-sizing: border-box;
  padding-left: 19px;
  width: 735px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top {
  display: flex;
  justify-content: flex-start;
  height: 136px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address_name {
  text-align: center;
  width: 55px;
  padding-top: 18px;
  line-height: 33px;
  font-size: 30px;
  color: #fff;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address {
  width: 430px;
  padding-left: 65px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address > p > span {
  font-size: 14px;
  color: #eeadec;
  cursor: pointer;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address > p span.active {
  background: #eeadec;
  color: #333333;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address .address_p1 {
  padding-top: 42px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address .address_p1 > span {
  padding: 4px 16px;
  border: 1px solid #eeadec;
  border-radius: 15px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address .address_as {
  padding-top: 42px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address .address_as > span {
  padding: 4px 16px;
  border: 1px solid #eeadec;
  border-radius: 15px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address .address_p2 {
  display: none;
  padding-top: 12px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address .address_p2 > em {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .btn {
  display: block;
  width: 120px;
  height: 50px;
  background: url(../images/box_ico.png) no-repeat center;
  margin-top: 52px;
}
.box1_wrap .box1 .mail_bg .left_box .address_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 661px;
}
.box1_wrap .box1 .mail_bg .left_box .address_list > li {
  width: 80px;
  height: 80px;
  background: #cd46c9;
  border-radius: 25px;
  margin-top: 12px;
  cursor: pointer;
}
.box1_wrap .box1 .mail_bg .left_box .address_list > li strong {
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #eeadec;
}
.box1_wrap .box1 .mail_bg .left_box .address_list > li em {
  margin-left: 20px;
  padding: 2px 8px;
  font-size: 12px;
  color: #eeadec;
  background: #b73cb3;
  border-radius: 8px;
}
.box1_wrap .box1 .mail_bg .left_box .address_list li.active {
  background: #7e43fd;
}
.box1_wrap .box1 .mail_bg .left_box .address_list li.active strong {
  color: #fff;
}
.box1_wrap .box1 .mail_bg .left_box .address_list li.active em {
  color: #fff;
  background: #3c0bb0;
}
.box1_wrap .box1 .mail_bg .right_box .bd_box {
  height: 100%;
}
.box1_wrap .box1 .mail_bg .right_box .bd_box iframe {
  border: none;
  height: 100%;
}
.box2_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 560px;
  background: url(../images/box2_bg.jpg) no-repeat top;
}
.box2_wrap .box2 > p img {
  max-width: 1000px;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide {
  cursor: pointer;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide .teacher_bottom {
  transition: 0.1s;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 136px;
  height: 95px;
  background: #3c0bb0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide .teacher_bottom i {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 11px;
  width: 20px;
  height: 3px;
  background: #a9d8ff;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide .teacher_bottom h2 {
  text-align: center;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide .teacher_bottom p {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 14px;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide .teacher_bottom a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100px;
  height: 26px;
  background: #f53d95;
  font-weight: bold;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide:hover div {
  height: 127px;
  background: #6125ef;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide:hover div p {
  padding-bottom: 5px;
}
.box2_wrap .box2 .teacher_swiperBox .lxh:hover div {
  height: 150px !important;
  background: #6125ef !important;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-container-horizontal .swiper-scrollbar {
  opacity: 1 !important;
  width: 240px;
  height: 10px;
  background: #3c0bb0;
  left: 380px;
  bottom: 5px;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-scrollbar-drag {
  height: 8px;
  -width: 1;
  position: relative;
  background: url(../images/yb.png) no-repeat left;
  left: 0;
  top: 1px;
}
.box3_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 475px;
  background: url(../images/box3_bg.jpg) no-repeat top;
}
.box3_wrap .box3 > p img {
  max-width: 1000px;
}
.box3_wrap .box3 .box3_bg2 {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
  height: 290px;
  background: url(../images/box3_bg2.png) no-repeat top;
}
.box3_wrap .box3 .box3_bg2 .box3_list {
  width: 150px;
  margin-top: 24px;
}
.box3_wrap .box3 .box3_bg2 .box3_list li {
  width: 124px;
  height: 56px;
  margin-bottom: 6px;
  margin-left: 24px;
}
.box3_wrap .box3 .box3_bg2 .video_tab {
  display: none;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content {
  display: flex;
  justify-content: flex-start;
  width: 850px;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left {
  box-sizing: border-box;
  padding-left: 40px;
  width: 380px;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left h2 {
  padding-top: 40px;
  font-size: 30px;
  color: #6031f3;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left > p {
  padding-top: 10px;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left > p span {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left .xtfb_btn {
  display: block;
  width: 324px;
  height: 86px;
  margin-left: -10px;
  background: url(../images/xtfbh_btn.png) no-repeat top;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_right {
  width: 470px;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_right > a {
  display: block;
  width: 409px;
  height: 230px;
  margin-left: 31px;
  margin-top: 30px;
}
.box4_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 601px;
  background: url(../images/box4_bg.jpg) no-repeat top;
}
.box4_wrap .box4 > p img {
  max-width: 1000px;
}
.box4_wrap .box4 .two_a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
  width: 757px;
  height: 62px;
}
.box4_wrap .box4 .two_a .btn1 {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 87px;
  width: 344px;
  height: 62px;
  background: url(../images/left_btn.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box4_wrap .box4 .two_a .btn2 {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 75px;
  width: 344px;
  height: 62px;
  background: url(../images/right_btn.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box4_wrap .box4 .two_a .btn1:hover {
  height: 58px;
  background: url(../images/hover_btn1.png) no-repeat top;
}
.box4_wrap .box4 .two_a .btn2:hover {
  height: 58px;
  background: url(../images/hover_btn.png) no-repeat top;
}
.box5_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 620px;
  background: url(../images/box5_bg.jpg) no-repeat top;
}
.box5_wrap .box5 {
  margin-top: 76px;
  overflow: hidden;
  height: 544px;
  background: url(../images/box5_bg2.png) no-repeat top;
}
.box5_wrap .box5 .box5_bd {
  margin: 0 auto;
  margin-top: 350px;
  width: 660px;
}
.box5_wrap .box5 .box5_bd iframe {
  border: none;
  width: 100%;
}
.box6_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 659px;
  background: url(../images/box6_bg.jpg) no-repeat top;
}
.box6_wrap .box6 > p img {
  max-width: 1000px;
}
.box6_wrap .box6 .box6_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box6_wrap .box6 .box6_list > li {
  width: 320px;
  height: 200px;
  border: 4px solid #3c0bb0;
  border-radius: 15px;
  margin-bottom: 20px;
}
.box6_wrap .box6 .swiper-container-horizontal .swiper-scrollbar {
  opacity: 1 !important;
  width: 440px;
  height: 8px;
  background: #d2d2d2;
  left: 280px;
  bottom: 67px;
}
.box6_wrap .box6 .box5_1_c {
  padding-bottom: 60px;
}
.box6_wrap .box6 .box5_1_c .box5_1_A {
  width: 160px;
  bottom: 10px;
  left: 403px;
}
.box6_wrap .box6 .swiper-scrollbar-drag {
  height: 8px;
  -width: 1;
  position: relative;
  background: url(../images/yb.png) no-repeat left;
  left: 0px;
  top: 0px;
}
.box6_wrap .box6 img {
  max-width: 1000px;
}
.box7_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 530px;
  background: url(../images/box7_bg.jpg) no-repeat top;
}
.tk_wrap {
  display: none;
}
.tk_wrap .tk_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 340px;
  margin-left: -260px;
  margin-top: -170px;
  background: url(../images/tk_bg.png) no-repeat top;
  z-index: 10;
}
.tk_wrap .tk_box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tk_wrap .tk_box .dele_btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 50px;
  height: 40px;
}
.left_nav {
  position: fixed;
  left: 0;
  top: 200px;
  width: 126px;
  height: 439px;
  background: url(../images/left_nav.png) no-repeat center;
}
.left_nav .left_list {
  overflow: hidden;
  margin-top: 147px;
}
.left_nav .left_list > li {
  margin-top: 6px;
}
.left_nav .left_list > li > a {
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
}
.left_nav .left_list li.active a {
  margin: 0 3px;
  width: 120px;
  height: 30px;
  background: url(../images/left_hover.png) no-repeat center;
}
.left_nav .laftNav_btn {
  margin: 0 auto;
  margin-top: 20px;
  width: 106px;
  height: 42px;
  background: url(../images/leftNav_btn.png) no-repeat center;
  cursor: pointer;
}
