@charset "utf-8";
/*----公共样式-----*/
.max_width {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}
.two_a a:nth-of-type(1):hover {
  transition: 0.1s;
  bottom: 5px !important;
}
.two_a a:nth-of-type(2):hover {
  transition: 0.1s;
  bottom: 26px !important;
}
/*----------------*/
.banner_wrap {
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-image: url(../images/banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.banner_wrap::after {
  content: "";
  display: block;
  /*图片的宽高比计算得出*/
  padding-top: 38%;
}
.banner {
  width: 100%;
  min-width: 1200px;
  height: auto;
  position: absolute;
  top: 148px;
}
.banner a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 44%;
  height: auto;
  background-image: url(../images/banner_btn.png);
  background-repeat: no-repeat;
  background-size: 75% auto;
}
.banner a:hover {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 44%;
  height: auto;
  background-image: url(../images/banner_hover.png);
  background-repeat: no-repeat;
  background-size: 75% auto;
}
.banner::after {
  content: "";
  display: block;
  /*图片的宽高比计算得出*/
  padding-top: 38%;
}
.banner a::after {
  content: "";
  display: block;
  /*图片的宽高比计算得出*/
  padding-top: 28%;
}
.box1_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 604px;
  background: url(../images/box1_bg.jpg) no-repeat top;
}
.box1_wrap .box1 .title {
  padding-top: 55px;
  padding-bottom: 29px;
}
.box1_wrap .box1 .title h2 {
  line-height: 50px;
  text-align: left;
  font-size: 46px;
  color: #333333;
}
.box1_wrap .box1 .title p {
  line-height: 45px;
  text-align: left;
  font-size: 24px;
  color: #555555;
}
.box1_wrap .box1 .mail_bg {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  width: 1029px;
  height: 357px;
  background: url(../images/box1_img.png) no-repeat top;
}
.box1_wrap .box1 .mail_bg .left_box {
  box-sizing: border-box;
  padding-left: 19px;
  width: 715px;
}
.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 .show_address {
  display: flex;
  justify-content: flex-start;
  width: 535px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .show_address .city_address {
  padding-left: 70px;
  padding-top: 36px;
  width: 418px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .show_address .city_address .time {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .show_address .city_address .clcik_em {
  display: flex;
  justify-content: flex-start;
  margin-left: 8px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .show_address .city_address .clcik_em em {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #eeadec;
  margin: 0 3px;
  cursor: pointer;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .show_address .city_address .clcik_em em.active {
  background: #eeadec;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .show_address .city_address .dz_box {
  padding-top: 6px;
  color: #fff;
  font-size: 16px;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address_name {
  text-align: center;
  width: 35px;
  line-height: 32px;
  padding-left: 12px;
  padding-top: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.box1_wrap .box1 .mail_bg .left_box .address_top .address_box {
  width: 455px;
  padding-left: 48px;
}
.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: 44px;
}
.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: 107px;
  height: 80px;
  background: #b52b45;
  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: #fff;
}
.box1_wrap .box1 .mail_bg .left_box .address_list > li em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.box1_wrap .box1 .mail_bg .left_box .address_list li.active {
  background-image: linear-gradient(#8448fe, #602bf4);
}
.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;
}
.box1_wrap .box1 .mail_bg .right_box {
  width: 285px;
}
.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: 641px;
  background: url(../images/box2_bg.jpg) no-repeat top;
}
.box2_wrap .box2 .title {
  padding-top: 55px;
  padding-bottom: 29px;
}
.box2_wrap .box2 .title h2 {
  line-height: 50px;
  text-align: left;
  font-size: 40px;
  color: #333;
}
.box2_wrap .box2 .title p {
  line-height: 30px;
  text-align: left;
  font-size: 20px;
  color: #333;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-slide .teacher_bottom {
  transition: 0.1s;
  position: absolute;
  bottom: -40px;
  left: 15px;
  width: 111px;
  height: 40px;
  overflow: hidden;
}
.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 {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 111px;
  height: 40px;
  background: url(../images/ico_a.png);
}
.box2_wrap .box2 .teacher_swiperBox .swiper-pagination-progressbar {
  width: 100%;
  height: 10px;
  left: 0;
  top: initial;
  bottom: 0;
  background: #fff;
  border-radius: 25px;
}
.box2_wrap .box2 .teacher_swiperBox .swiper-pagination-progressbar-fill {
  width: 99.5%;
  margin-top: 2px;
  margin-left: 2px;
  height: 6px;
  background: #642df2;
  border-radius: 3px;
  background-image: linear-gradient(to right, #f63d94, #602cf3);
}
.box2_wrap .box2 .two_a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 640px;
  height: 93px;
}
.box2_wrap .box2 .two_a .btn1 {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 87px;
  width: 288px;
  height: 93px;
  background: url(../images/box2_btn1.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box2_wrap .box2 .two_a .btn2 {
  position: absolute;
  right: 0;
  bottom: 21px;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 75px;
  width: 276px;
  height: 54px;
  background: url(../images/box2_btn2.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box3_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 511px;
  background: url(../images/box3_bg.jpg) no-repeat top;
}
.box3_wrap .box3 .title {
  padding-top: 55px;
  padding-bottom: 29px;
}
.box3_wrap .box3 .title h2 {
  line-height: 50px;
  text-align: left;
  font-size: 40px;
  color: #fff;
}
.box3_wrap .box3 .box3_bg2 {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
  height: 330px;
  margin-top: 10px;
  -background: url(../images/box3_bg2.png) no-repeat top;
}
.box3_wrap .box3 .box3_bg2 .box3_list {
  width: 124px;
  margin-top: 36px;
  margin-left: 13px;
}
.box3_wrap .box3 .box3_bg2 .box3_list li {
  width: 124px;
  height: 56px;
  margin-bottom: 6px;
}
.box3_wrap .box3 .box3_bg2 .video_tab {
  display: none;
  width: 393px;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content {
  display: flex;
  justify-content: flex-start;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left {
  box-sizing: border-box;
  padding-left: 20px;
  width: 380px;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left h2 {
  padding-top: 40px;
  font-size: 24px;
  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: 26px;
  font-size: 16px;
  color: #333333;
}
.box3_wrap .box3 .box3_bg2 .video_tab .tab_content .video_left .xtfb_btn {
  display: block;
  width: 288px;
  height: 93px;
  margin-left: -10px;
  margin-top: 21px;
  background: url(../images/xtfbh_btn.png) no-repeat top;
}
.box3_wrap .box3 .box3_bg2 .text_box {
  width: 470px;
}
.box3_wrap .box3 .box3_bg2 .text_box .mar_auto {
  width: 400px;
  margin: 0 auto;
}
.box3_wrap .box3 .box3_bg2 .text_box .mar_auto h3 {
  padding-top: 39px;
  padding-bottom: 18px;
  font-size: 18px;
  color: #fff;
}
.box3_wrap .box3 .box3_bg2 .text_box .mar_auto p {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.box4_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 608px;
  background: url(../images/box4_bg.jpg) no-repeat top;
}
.box4_wrap .box4 .title {
  padding-top: 55px;
  padding-bottom: 29px;
}
.box4_wrap .box4 .title h2 {
  line-height: 50px;
  text-align: left;
  font-size: 40px;
  color: #fff;
}
.box4_wrap .box4 .time_swiper {
  margin-top: 20px;
  padding-bottom: 20px;
}
.box4_wrap .box4 .time_swiper .swiper-pagination-progressbar {
  width: 100%;
  height: 10px;
  left: 0;
  top: initial;
  bottom: 0;
  background: #fff;
  border-radius: 25px;
}
.box4_wrap .box4 .time_swiper .swiper-pagination-progressbar-fill {
  width: 99.5%;
  margin-top: 2px;
  margin-left: 2px;
  height: 6px;
  background: #642df2;
  border-radius: 3px;
  background-image: linear-gradient(to right, #f63d94, #602cf3);
}
.box4_wrap .box4 .two_a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 640px;
  height: 93px;
}
.box4_wrap .box4 .two_a .btn1 {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 87px;
  width: 288px;
  height: 93px;
  background: url(../images/box4_btn1.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box4_wrap .box4 .two_a .btn2 {
  position: absolute;
  right: 0;
  bottom: 21px;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 75px;
  width: 275px;
  height: 51px;
  background: url(../images/box4_btn2.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box5_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 580px;
  background: url(../images/box5_bg.jpg) no-repeat top;
}
.box5_wrap .box5 {
  overflow: hidden;
  height: 580px;
}
.box5_wrap .box5 .box5_bd {
  display: flex;
  margin: 0 auto;
  margin-top: 81px;
  width: 1000px;
}
.box5_wrap .box5 .box5_bd iframe {
  border: none;
  width: 50%;
}
.box6_wrap {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 708px;
  background: url(../images/box6_bg.jpg) no-repeat top;
}
.box6_wrap .box6 {
  overflow: hidden;
  margin: 0 auto;
  width: 1003px;
}
.box6_wrap .box6 .title {
  padding-top: 55px;
  padding-bottom: 25px;
}
.box6_wrap .box6 .title h2 {
  line-height: 50px;
  text-align: left;
  font-size: 40px;
  color: #333;
}
.box6_wrap .box6 .title p {
  line-height: 30px;
  text-align: left;
  font-size: 20px;
  color: #333;
}
.box6_wrap .two_a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 640px;
  height: 93px;
}
.box6_wrap .two_a .btn1 {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 87px;
  width: 288px;
  height: 93px;
  background: url(../images/box6_btn1.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.box6_wrap .two_a .btn2 {
  position: absolute;
  right: 0;
  bottom: 21px;
  box-sizing: border-box;
  line-height: 56px;
  padding-left: 75px;
  width: 276px;
  height: 54px;
  background: url(../images/box6_btn2.png) no-repeat top;
  font-size: 20px;
  color: #fff;
}
.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.jpg) 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;
  cursor: pointer;
}
.left_nav {
  position: fixed;
  left: 0;
  top: 200px;
  width: 139px;
  height: 448px;
  background: url(../images/left_nav.jpg) no-repeat center;
  z-index: 103;
}
.left_nav .left_list {
  overflow: hidden;
  margin-top: 132px;
}
.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 auto;
  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;
}
.bottom_fc {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background: url(../images/bottom_bg.jpg) no-repeat top;
  z-index: 999;
}
.bottom_fc .fc_box {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  width: 1000px;
  height: 80px;
}
.bottom_fc .fc_box > a {
  margin-top: 24px;
  margin-right: 35px;
  width: 183px;
  height: 40px;
}
