@charset "utf-8";
/*----公共样式-----*/
.max_width {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}
.two_btn {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 700px;
}
.two_btn .btn1 {
  margin-right: 65px;
}
.two_btn .btn2 {
  background: none;
  border: 2px solid #FF4A4A;
  color: #FF4A4A;
}
.two_btn a {
  box-sizing: border-box;
  display: inline-block;
  width: 300px;
  height: 60px;
  background: #FFB900;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
.title {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  height: 84px;
  background: url(../images/title_bg.png) no-repeat top;
}
.title span {
  font-size: 42px;
  color: #333333;
  font-weight: normal;
}
img {
  max-width: initial;
}
/*----------------*/
.banner_wrap {
  overflow: hidden;
  width: 100%;
  height: 560px;
  background: url(../images/banner.jpg) no-repeat top;
}
.banner_wrap a {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 52px;
  margin-top: 450px;
  background: url(../images/banner_btn.png) no-repeat top;
}
.box1_wrap {
  overflow: hidden;
  width: 100%;
  height: 1141px;
  background: url(../images/box1_bg.png) no-repeat top;
}
.box1_wrap .title {
  height: 84px;
  background: url(../images/title_bg.png) no-repeat top;
}
.box1_wrap .list {
  overflow: hidden;
}
.box1_wrap .list li {
  position: relative;
  width: 980px;
  height: 331px;
}
.box1_wrap .list li a {
  position: absolute;
  right: 62px;
  bottom: 46px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFB900;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
}
.box1_wrap .list .bg1 {
  background: url(../images/box1_img1.png) no-repeat top;
}
.box1_wrap .list .bg2 {
  background: url(../images/box1_img2.png) no-repeat top;
}
.box1_wrap .list .bg3 {
  background: url(../images/box1_img3.png) no-repeat top;
}
.box2_wrap {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.box2_wrap .small_title {
  text-align: center;
  font-size: 28px;
  color: #333333;
  font-weight: normal;
  padding-top: 37px;
}
.box2_wrap .max_width1 {
  width: 940px;
  margin: 0 auto;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin-top: 20px;
}
.box2_wrap .max_width1 .tab_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
}
.box2_wrap .max_width1 .tab_list li {
  width: 188px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.box2_wrap .max_width1 .tab_list li.active {
  background: #00D2EB;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box2_wrap .max_width1 .tab_box {
  box-sizing: border-box;
  padding: 0 20px;
  padding-bottom: 20px;
  padding-top: 7px;
}
.box2_wrap .max_width1 .tab_box .pulic_tab {
  display: none;
}
.box2_wrap .max_width1 .tab_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box2_wrap .max_width1 .tab_box ul li {
  margin-top: 13px;
  width: 442px;
  height: 242px;
  background: url(../images/box2_imgBg.png) no-repeat top;
}
.box2_wrap .max_width1 .tab_box ul li h2 {
  padding-top: 12px;
  padding-left: 35px;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
.box2_wrap .max_width1 .tab_box ul li .all_p {
  padding-left: 35px;
  padding-top: 10px;
}
.box2_wrap .max_width1 .tab_box ul li .all_p > p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.box2_wrap .max_width1 .tab_box ul li .two_btnBox {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.box2_wrap .max_width1 .tab_box ul li .two_btnBox .btn1 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFB900;
  border-radius: 23px;
  font-size: 20px;
  color: #fff;
  margin-right: 17px;
}
.box2_wrap .max_width1 .tab_box ul li .two_btnBox .btn2 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 23px;
  border: 1px solid #04C1D8;
  font-size: 20px;
  color: #666;
}
.box2_wrap .er_title {
  text-align: center;
  margin-top: 66px;
  font-size: 28px;
  font-weight: 300;
  color: #333333;
  line-height: 42px;
}
.box2_wrap .img_div {
  margin: 0 auto;
  margin-top: 20px;
  width: 958px;
}
.box2_wrap .one_btn {
  margin: 0 auto;
  margin-top: 35px;
  display: block;
  width: 300px;
  height: 60px;
  background: #FFB900;
  border-radius: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.box2_wrap .second_wrap .table_list {
  overflow: hidden;
  width: 64px;
  height: 322px;
  border: 1px solid #999999;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box2_wrap .second_wrap .table_list li {
  text-align: center;
  width: 64px;
  height: 50%;
  font-size: 24px;
  line-height: 32px;
  color: #666666;
  flex-direction: column;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.box2_wrap .second_wrap .table_list li.active {
  background: #00D2EB;
  color: #fff;
  border-bottom-left-radius: 5px;
}
.box2_wrap .second_wrap .table_div {
  width: 100%;
}
.box2_wrap .second_wrap .table_div table {
  -display: none;
  width: 100%;
  border: 1px solid #999999;
}
.box2_wrap .second_wrap .table_div table thead {
  background: #DCF9FF;
}
.box2_wrap .second_wrap .table_div table thead th {
  padding-left: 10px;
  text-align: left;
  color: #333333;
  line-height: 27px;
  font-size: 18px;
  line-height: 46px;
  font-weight: normal;
  border: 1px solid #999999;
}
.box2_wrap .second_wrap .table_div table tbody tr {
  height: 68px;
}
.box2_wrap .second_wrap .table_div table tbody tr td {
  padding-left: 10px;
  text-align: left;
  color: #333333;
  line-height: 68px;
  font-size: 18px;
  vertical-align: middle;
  border: 1px solid #999999;
}
.box2_wrap .second_wrap .table_div table tbody tr td a {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFB900;
  border-radius: 23px;
  color: #fff;
}
.box2_wrap .img_list {
  display: flex;
  justify-content: space-between;
}
.box2_wrap .img_list li {
  width: 364px;
  height: 326px;
  position: relative;
}
.box2_wrap .img_list li a {
  position: absolute;
  bottom: 48px;
  left: 30px;
  margin: 0 auto;
  margin-top: 35px;
  display: block;
  width: 180px;
  height: 40px;
  background: #FFB900;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.box2_wrap .img_list .li1 {
  background: url(../images/box2_img01.png) no-repeat top;
}
.box2_wrap .img_list .li2 {
  background: url(../images/box2_img02.png) no-repeat top;
}
.box2_wrap .img_list .li3 {
  background: url(../images/box2_img03.png) no-repeat top;
}
.box3_wrap {
  overflow: hidden;
  height: 624px;
  background: url(../images/box3_bg.png) no-repeat top;
}
.box3_wrap .box3_mar {
  overflow: hidden;
  margin-top: 20px;
}
.box3_wrap .box3_mar .box3_left {
  float: left;
  padding-right: 20px;
  margin-top: 7px;
  margin-left: 18px;
}
.box3_wrap .box3_mar .table_div {
  float: left;
}
.box3_wrap .box3_mar .table_div .table1 .listA1 {
  border-bottom: 1px solid #d4d4d4;
}
.box3_wrap .box3_mar .table_div .table1 .listA1 li {
  position: relative;
}
.box3_wrap .box3_mar .table_div .table1 .listA1 li img {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 12px;
  height: 12px;
  border: none;
}
.box3_wrap .box3_mar .table_div .table2 {
  margin-top: 20px;
}
.box3_wrap .box3_mar .table_div .table2 .listA2 {
  border-bottom: 1px solid #d4d4d4;
}
.box3_wrap .box3_mar .table_div .table2 .listA2 li {
  position: relative;
  width: 105px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
}
.box3_wrap .box3_mar .table_div .table2 .listA2 li img {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 12px;
  height: 12px;
  border: none;
  margin-right: 5px;
}
.box3_wrap .box3_mar .table_div .table3 {
  margin-top: 25px;
}
.box3_wrap .box3_mar .table_div .table3 .listA3 {
  border-bottom: 1px solid #d4d4d4;
}
.box3_wrap .box3_mar .table_div .table3 .listA3 li {
  position: relative;
}
.box3_wrap .box3_mar .table_div .table3 .listA3 li img {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 12px;
  height: 12px;
  border: none;
}
.box3_wrap .box3_mar .table_div .table4 {
  margin-top: 20px;
}
.box3_wrap .box3_mar .table_div .table4 li {
  position: relative;
}
.box3_wrap .box3_mar .table_div .table4 li img {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 12px;
  height: 12px;
  border: none;
}
.box3_wrap .box3_mar table {
  border: none;
  margin-bottom: 3px;
}
.box3_wrap .box3_mar tr {
  text-align: center;
  border: none;
}
.box3_wrap .box3_mar th {
  text-align: left;
  width: 162px;
  font-size: 24px;
  color: #666666;
  border: none;
  font-weight: normal;
  vertical-align: top;
}
.box3_wrap .box3_mar td {
  padding-top: 6px;
  font-size: 22px;
  color: #757575;
  border: none;
}
.box3_wrap .box3_mar td ul {
  overflow: hidden;
  width: 715px;
}
.box3_wrap .box3_mar td ul li {
  float: left;
  margin: 0 1px;
  width: 100px;
  cursor: pointer;
  font-size: 18px;
  color: #5c5f69;
  border-radius: 25px;
  margin-bottom: 28px;
}
.box3_wrap .box3_mar td ul li.active {
  background: #00D2EB;
  color: #fff;
}
.box3_wrap .two_btn {
  margin-top: 15px;
}
.box4_wrap {
  overflow: hidden;
}
.box4_wrap .box4 h2 {
  padding-top: 32px;
  height: 130px;
}
.box4_wrap .box4 .teacher {
  width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  box-sizing: border-box;
}
.box4_wrap .teacher_swiper {
  width: 1000px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.box4_wrap .box4 .teacher .swiper-slide {
  position: relative;
}
.box4_wrap .sw_height {
  position: relative;
}
.box4_wrap .sw_height > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 455px;
  cursor: pointer;
}
.box4_wrap .sw_height > div a {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* .box4_wrap .sw_height > div:hover a {
  font-size: 14px;
  color: #fff;
  background: #00D2EB;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
} */
.box4_wrap .sw_height .div1 {
  top: 0px;
  left: 0px;
}
.box4_wrap .sw_height .div2 {
  top: 0px;
  left: 240px;
}
.box4_wrap .sw_height .div3 {
  top: 0px;
  left: 480px;
}
.box4_wrap .sw_height .div4 {
  top: 0px;
  left: 720px;
}
.box4_wrap .box4 .teacher .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 15px !important;
}
.box4_wrap .box4 .teacher .swiper-pagination-bullet-active {
  background: #4baea9;
}
.box4_wrap .two_btn {
  margin-top: 10px;
}
.box5_wrap {
  max-width: 0 auto;
  background: #fff;
  padding-bottom: 40px;
  0margin-top: 30px;
}
.box5_wrap .box5_1 {
  margin: 0 auto;
  width: 940px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  background: #EFFDFF;
  padding: 10px 0;
}
.box5_wrap .box5_1 .box5_1_left {
  width: 140px;
  margin-right: 20px;
}
.box5_wrap .box5_1 .box5_1_left li {
  width: 140px;
  height: 110px;
  line-height: 28px;
  margin-bottom: 2px;
  float: left;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 25px;
}
.box5_wrap .box5_1 .box5_1_left li h2 {
  line-height: 34px;
  font-size: 24px;
  color: #666666;
}
.box5_wrap .box5_1 .box5_1_left li p {
  line-height: 34px;
  font-size: 18px;
  color: #666666;
}
.box5_wrap .box5 .box5_1 .box5_1_left li.side {
  background: #00D2EB;
}
.box5_wrap .box5 .box5_1 .box5_1_left li.side h2 {
  color: #fff;
}
.box5_wrap .box5 .box5_1 .box5_1_left li.side p {
  color: #fff;
}
.box5_wrap .box5 .box5_1 .box5_1_left li:nth-of-type(1) {
  border-top-left-radius: 20px;
}
.box5_wrap .box5 .box5_1 .box5_1_left li:nth-of-type(3) {
  border-bottom-left-radius: 20px;
}
.box5_wrap .box5 .box5_1 .box5_1_right {
  width: 868px;
  height: 332px;
}
.box5_wrap .box5 .box5_1 .box5_1_right .tabCon {
  width: 868px;
  height: 332px;
  padding-top: 20px;
  display: none;
}
.box5_wrap .box5 .box5_1 .box5_1_right .tabCon1 {
  background: url(../images/box5_03.png) no-repeat;
}
.box5_wrap .box5 .box5_1 .box5_1_right .tabCon2 {
  background: url(../images/box5_04.png) no-repeat;
}
.box5_wrap .box5 .box5_1 .box5_1_right .tabCon3 {
  background: url(../images/box5_05.png) no-repeat;
}
.box5_wrap .box5 .box5_1 .box5_1_right .tabCon p {
  font-size: 22px;
  color: #FFF;
  line-height: 56px;
  padding-left: 22PX;
}
.box5_wrap .two_btn {
  margin-top: 50px;
}
.box6_wrap {
  overflow: hidden;
  height: 910px;
  padding-bottom: 20px;
  background: url(../images/last_bg.png) no-repeat top;
}
.box6_wrap .box6 {
  margin: 0 auto;
  width: 1000px;
  height: 622px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.box6_wrap .box6 .box6_list {
  display: flex;
  justify-content: space-between;
  margin: 0 88px;
  padding-top: 18px;
  box-sizing: border-box;
}
.box6_wrap .box6 .box6_list li {
  width: 145px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #94969c;
  cursor: pointer;
}
.box6_wrap .box6 .box6_list li.active {
  background: #00D2EB;
  border-radius: 25px;
  color: #fff;
}
.box6_wrap .box6 .box6_list_con {
  margin-top: 12px;
}
.box6_wrap .box6 .box6_list_con p {
  display: none;
  width: 963px;
  margin: 0 auto;
}
.box6_wrap .box6 .box6_list_con p:nth-of-type(1) {
  display: block;
}
.box6_wrap .danmu {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  margin-top: 40px;
}
.box6_wrap .fc_left1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 200px;
  background: linear-gradient(to right, #f2f7fa, rgba(255, 255, 255, 0));
  z-index: 111;
}
.box6_wrap .fc_left2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 200px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #e9f5f9);
  z-index: 111;
}
.box6_wrap .share_box {
  margin-bottom: 26px;
}
.box6_wrap .share_box ul li {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.box6_wrap .share_box ul li p {
  position: relative;
  width: 420px;
  padding: 0 10px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #00C0D7;
  border-radius: 26px;
  margin: 0 22px;
  font-size: 16px;
  color: #00C0D7;
}
.box6_wrap .share_box ul li p img {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 30px;
}
.box6_wrap > a {
  margin: 0 auto;
  display: block;
  width: 192px;
  height: 48px;
  background: #ffe952;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  color: #d37200;
  border-radius: 30px;
  margin-top: 25px;
}
