a {
  text-decoration: none !important;
  outline: none !important;
  color: #999;
}
input {
  outline: none;
}
body {
  background: #fff;
  color: #40BBCD;
  overflow-x: hidden;
}
.active_b {
  display: flex !important;
}
.active_c {
  display: block !important;
}
.active_d {
  background-image: linear-gradient(90deg, #0bd3d3, #22adfc) !important;
  color: #fff !important;
}
.title {
  position: relative;
  margin-bottom: 35px;
}
.title .c_title {
  color: #40bbcd;
  font-size: 100px;
  font-weight: 800;
  opacity: 0.2;
  line-height: 100px;
}
.title b {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 42px;
  color: #40bbcd;
}
.title a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #40BBCD !important;
}
.title .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.title .tag a {
  display: block;
  position: inherit;
  min-width: 130px;
  text-align: center;
  border: 2px solid #40BBCD;
  border-radius: 27px;
  font-size: 30px;
  padding: 5px 20px;
  transition: all 0.3s;
}
.title .item_link {
  margin-left: 10px;
}
.title .active_a {
  background: #40BBCD;
  color: #fff !important;
}
.content:nth-child(2n-1) {
  background-color: #ECF8FA;
}
.content {
  overflow: inherit;
  min-width: 1200px;
  padding: 50px 0;
}
.content .item {
  width: 1200px;
  margin: 0 auto;
}
header .content {
  padding: 0;
  background-color: #fff !important;
}
header hr {
  height: 1px;
  border: 0;
  background-color: #40BBCD;
}
header .top {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
header .top .left_item,
header .top .right_item {
  height: 80px;
}
header .top .left_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .top .right_item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
header .top .item_top {
  text-align: right;
  font-size: 14px;
}
header .top .item_top a {
  color: #999 !important;
}
header .top .item_top .line {
  margin: 0 20px;
}
header .top .item_bottom {
  color: #999;
}
header .top .item_bottom span {
  display: flex;
}
header .top .item_bottom span::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 33px;
  height: 33px;
  background: url(/homepage/index2022/imgs/phone.png) no-repeat;
}
header .top .item_bottom b {
  color: #40BBCD;
}
header .bottom {
  width: 1200px;
  margin: 10px auto;
}
header .bottom a:hover {
  color: #40BBCD;
}
header .bottom nav {
  display: flex;
  align-items: center;
}
header .bottom nav .search {
  display: flex;
}
header .bottom nav .search span {
  display: block;
  border: 1px solid #DADADA;
  border-top-left-radius: 21px;
  border-end-start-radius: 21px;
  border-right: none;
  color: #44BCCE;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  padding: 0 30px;
}
header .bottom nav .search::after {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background: #fff url(/homepage/index2022/imgs/play.png) no-repeat;
  border-radius: 50%;
  margin-left: -21px;
}
header .bottom nav ul {
  display: flex;
  font-size: 16px;
}
header .bottom nav ul li {
  position: relative;
  text-align: center;
}
header .bottom nav ul li a {
  color: #8D7989;
  font-weight: 800;
}
header .bottom nav ul li:nth-child(2n-1) {
  width: 103px;
}
header .bottom nav ul li:nth-child(2n) {
  color: #D4D7DD;
}
header .bottom nav ul li:last-child aside a {
  font-size: 13px;
}
header .bottom nav ul li aside {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  width: 103px;
  text-align: center;
  background-color: #fff;
  display: block;
  border-radius: 5px;
  padding: 20px 0;
  display: none;
}
header .bottom nav ul li aside::before {
  content: '';
  position: absolute;
  top: -19px;
  display: block;
  width: 103px;
  height: 19px;
  background: url(/homepage/index2022/imgs/jianjian.png) no-repeat center;
  background-size: 42px 19px;
}
header .bottom nav ul li aside span {
  display: block;
}
header .bottom nav ul li aside span:nth-child(2n) {
  color: #D4D7DD;
}
header .bottom nav ul li:hover aside {
  display: block;
  z-index: 999;
}
main {
  position: relative;
}
main .banner {
  min-width: 1200px;
}
main .banner .swiper a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 400px;
}
main .banner .swiper a img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
main .banner .swiper-button-next,
main .banner .swiper-button-prev {
  color: #fff;
}
main .banner .item {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
main .banner .item nav {
  position: absolute;
  top: -400px;
  width: 270px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.7);
  height: 400px;
  padding: 30px 10px 30px 20px;
}
main .banner .item nav a {
  font-size: 16px;
  color: #fff;
}
main .banner .item nav .list {
  position: relative;
  padding-left: 30px;
}
main .banner .item nav .list a {
  display: flex;
  justify-content: space-between;
  height: 32px;
}
main .banner .item nav .list:hover a {
  color: #40BBCD;
}
main .banner .item nav .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/homepage/index2022/imgs/icons2.png) no-repeat;
}
main .banner .item nav .list:hover::before {
  background: url(/homepage/index2022/imgs/icons.png) no-repeat;
}
main .banner .item nav .list:nth-child(1)::before {
  background-position: -7px -6px;
}
main .banner .item nav .list:nth-child(2)::before {
	  background-position: -258px -10px;
  
}
main .banner .item nav .list:nth-child(3)::before {
background-position: -38px -6px;
}
main .banner .item nav .list:nth-child(4)::before {
  background-position: -69px -10px;
}
main .banner .item nav .list:nth-child(5)::before {
  background-position: -98px -10px;
}
main .banner .item nav .list:nth-child(6)::before {
   background-position: -130px -10px;
}
main .banner .item nav .list:nth-child(7)::before {
 background-position: -165px -10px;
}
main .banner .item nav .list:nth-child(8)::before {
    background-position: -194px -10px;
}
main .banner .item nav .list:nth-child(9)::before {
background-position: -226px -10px;
}
main .m1 .item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 34px 0;
  color: #44BCCE;
}
main .m1 .item .item_enter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  box-shadow: 0px 0px 20px 0px rgba(68, 188, 206, 0.2), 0px 0px 20px 0px rgba(68, 188, 206, 0.5) inset;
  border-radius: 30px;
}
main .m1 .item .item_enter h3 {
  margin: 10px 0;
  font-size: 28px;
}
main .m1 .item .item_enter .item_link {
  min-width: 150px;
  height: 36px;
  border-radius: 18px;
  background: #44BCCE;
}
main .m1 .item .item_enter .item_link a {
  font-size: 22px;
  color: #fff;
}
main .fixed_box {
  position: fixed !important;
  top: 100px !important;
}
main .fixed_boxb {
  position: absolute !important;
  top: 5860px !important;
}
main .aside1 {
  background: url(/homepage/index2022/imgs/asidebg.png) no-repeat;
  position: absolute;
  top: 450px;
  right: -28px;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 234px;
  height: 456px;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  padding: 125px 0px 15px 25px;
  z-index: 999;
}
main .aside1 span {
  font-size: 16px;
  color: #fff;
}
main .aside1 a {
  color: #fff;
}
main .aside1 .item_link {
  width: 120px;
  height: 32px;
  display: flex;
  border: 1px solid #fff;
  padding: 2px 10px;
  border-radius: 16px;
  justify-content: space-around;
  align-items: center;
}
main .aside1 .item_link1 {
  background: #fff;
  padding: 2px 15px;
  border-radius: 16px;
}
main .aside1 .item_link1 a {
  color: #4193F1;
}
main .aside1 .item_link::before {
  content: '';
  display: block;
}
main .aside1 .item_link:nth-child(8)::before {
  content: none;
}
main .aside1 .item_link:nth-child(9)::before {
  width: 21px;
  height: 21px;
  background: url(/homepage/index2022/imgs/book.png) no-repeat;
}
main .aside1 .item_link:nth-child(10)::before {
  width: 21px;
  height: 21px;
  background: url(/homepage/index2022/imgs/money.png) no-repeat;
}
main .aside1 .item_link:nth-child(11)::before {
  width: 21px;
  height: 21px;
  background: url(/homepage/index2022/imgs/road.png) no-repeat;
}
main .m2 .item {
  position: relative;
}
main .m2 .item_top {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  color: #333;
}
main .m2 .item_top .curriculum {
  display: none;
  justify-content: space-between;
  align-items: center;
}
main .m2 .item_top .one {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
main .m2 .item_top .one .sha {
  position: absolute;
  top: 0;
  left: 0;
  width: 427px;
  height: 288px;
  background: rgba(0, 0, 0, 0.2) url(/homepage/index2022/imgs/play1.png) no-repeat center;
}
main .m2 .item_top .one span {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 14px;
}
main .m2 .item_top .one span::before {
  content: '';
  display: block;
  width: 14px;
  height: 15px;
  background: url(/homepage/index2022/imgs/iconson.png) no-repeat;
}
main .m2 .item_top .two {
  width: 400px;
}
main .m2 .item_top .two .two_title .t_two {
  font-size: 32px;
  font-weight: bolder;
  overflow: hidden;
}
main .m2 .item_top .two .two_title hr:not([size]) {
  height: 1px;
  border: none;
  background: url(/homepage/index2022/imgs/line1.png);
  opacity: 1;
  margin: 15px 0;
}
main .m2 .item_top .two .item_link {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  width: 226px;
  margin-bottom: 10px;
}
main .m2 .item_top .two .item_link a {
  display: block;
  width: 104px;
  height: 36px;
  background-color: #40BBCD;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 10px;
}
main .m2 .item_top .two .p_text {
  font-size: 16px;
}
main .m2 .item_top .two .p_text p {
  line-height: 28px;
}
main .m2 .item_top .two .p_text p:nth-child(3) {
  height: 56px;
  overflow: hidden;
}
main .m2 .item_top .two .p_text p:nth-child(3) a {
  color: #40BBCD;
}
main .m2 .item_top .three {
  width: 270px;
}
main .m2 .item_top .three b {
  font-size: 24px;
  font-weight: 400;
}
main .m2 .item_top .three .dir {
  height: 200px;
  overflow-y: scroll;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
}
main .m2 .item_top .three .dir::-webkit-scrollbar {
  width: 8px;
  background-color: #eee;
  border-radius: 5px;
  scroll-padding: 10px;
}
main .m2 .item_top .three .dir::-webkit-scrollbar-track {
  width: 10px;
  background-color: transparent;
  border-radius: 5px;
  scroll-padding: 10px;
}
main .m2 .item_top .three .dir::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 5px;
  background-color: rgba(64, 187, 205, 0.4);
  scroll-padding: 10px;
}
main .m2 .item_top .three .dir::-webkit-scrollbar-corner {
  background: khaki;
  scroll-padding: 10px;
}
main .m2 .item_bottom {
  overflow: hidden;
}
main .m2 .item_bottom .swiper-slide {
  width: 270px !important;
  margin: 15px 15px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
main .m2 .item_bottom .swiper-button-next,
main .m2 .item_bottom .swiper-button-prev {
  top: 80%;
  color: #40BBCD;
}
main .m2 .item_bottom .swiper-button-next {
  right: -30px;
}
main .m2 .item_bottom .swiper-button-prev {
  left: -30px;
}
main .m2 .item_bottom .carousel_img img {
  width: 270px;
  height: 200px;
}
main .m3 .item:last-child {
  display: flex;
}
main .m3 .item_left {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 400px;
  background: #40BBCD;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
main .m3 .item_left h2 {
  font-size: 34px;
  font-weight: bolder;
}
main .m3 .item_left h3 {
  font-size: 22px;
}
main .m3 .item_left .img_icon {
  margin: 15px 0;
}
main .m3 .item_left .item_link a {
  display: block;
  min-width: 200px;
  border-radius: 22.5px;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 0;
}
main .m3 .item_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
main .m3 .item_right .top,
main .m3 .item_right .bottom {
  display: flex;
}
main .m3 .item_right .item_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 208px;
  height: 190px;
  background-color: #8D7989;
  border-radius: 20px;
  margin-left: 20px;
  transition: all 0.3s;
}
main .m3 .item_right .top a:nth-child(1) .item_icon {
  background-image: linear-gradient(135deg, #FFBD39, #FFCA57);
}
main .m3 .item_right .top a:nth-child(2) .item_icon {
  background-image: linear-gradient(135deg, #F75552, #FA908D);
}
main .m3 .item_right .top a:nth-child(3) .item_icon {
  background-image: linear-gradient(135deg, #23A399, #5CC2B9);
}
main .m3 .item_right .top a:nth-child(4) .item_icon {
  background-image: linear-gradient(135deg, #8494A4, #A4B3C5);
}
main .m3 .item_right .bottom a:nth-child(1) .item_icon {
  background-image: linear-gradient(135deg, #6CB7EE, #9AC7E8);
}
main .m3 .item_right .bottom a:nth-child(2) .item_icon {
  background-image: linear-gradient(135deg, #61568B, #A199C3);
}
main .m3 .item_right .bottom a:nth-child(3) .item_icon {
  background-image: linear-gradient(135deg, #3587FF, #7AABF4);
}
main .m3 .item_right .bottom a:nth-child(4) .item_icon {
  background-image: linear-gradient(135deg, #63CED2, #63CED2);
}
main .m3 .item_right a {
  color: #fff;
}
main .m3 .item_right a:hover .item_icon {
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
main .m4 {
  position: relative;
}
main .m4 .get_info_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  color: #999;
}
main .m4 .get_info_bg .get_info {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 700px;
  height: 400px;
  background: #fff;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 20px;
  overflow: hidden;
}
main .m4 .get_info_bg .get_info .left,
main .m4 .get_info_bg .get_info .right {
  height: 100%;
  display: flex;
}
main .m4 .get_info_bg .get_info .left {
  width: 420px;
}
main .m4 .get_info_bg .get_info .left form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
main .m4 .get_info_bg .get_info .left form p {
  font-size: 16px;
}
main .m4 .get_info_bg .get_info .left form h3 {
  font-size: 26px;
  color: #000;
}
main .m4 .get_info_bg .get_info .left form .kecheng,
main .m4 .get_info_bg .get_info .left form .ages,
main .m4 .get_info_bg .get_info .left form .xueli {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
main .m4 .get_info_bg .get_info .left form .tijiao {
  display: flex;
  justify-content: space-between;
}
main .m4 .get_info_bg .get_info .left form label,
main .m4 .get_info_bg .get_info .left form .btn {
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}
main .m4 .get_info_bg .get_info .left form label {
  display: block;
  width: 120px;
  height: 32px;
  background: #eee;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
main .m4 .get_info_bg .get_info .left form .btns {
  display: flex;
  justify-content: space-between;
}
main .m4 .get_info_bg .get_info .left form .btn {
  text-shadow: 1px 1px 5px rgba(22, 86, 103, 0.69);
  width: 180px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  background-image: linear-gradient(#159ceb, #07c7c9);
}
main .m4 .get_info_bg .get_info .left form input {
  width: 120px;
  height: 32px;
  padding-left: 15px;
  background: #eee;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #999;
  font-size: 18px;
}
main .m4 .get_info_bg .get_info .left form input[name="phoneNumber"] {
  width: 170px;
}
main .m4 .get_info_bg .get_info .left form input::placeholder {
  color: #999;
}
main .m4 .get_info_bg .get_info .left form #dosubmit6 {
  width: 70px;
  height: 32px;
  line-height: 32px;
}
main .m4 .get_info_bg .get_info .right {
  position: relative;
  width: 280px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
main .m4 .get_info_bg .get_info .right .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
main .m4 .top,
main .m4 .bottom {
  display: flex;
  justify-content: space-between;
}
main .m4 .top h2,
main .m4 .bottom h2 {
  font-size: 26px;
  color: #40BBCD;
}
main .m4 .top span,
main .m4 .bottom span {
  font-size: 20px;
  color: #75CAD8;
}
main .m4 .top .item_link span,
main .m4 .bottom .item_link span {
  display: block;
  min-width: 130px;
  text-align: center;
  color: #40BBCD;
  border: 2px solid #40BBCD;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
}
main .m4 .top a,
main .m4 .bottom a {
  display: block;
  min-width: 130px;
  text-align: center;
  color: #40BBCD;
  border: 2px solid #40BBCD;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
}
main .m4 .top {
  margin-bottom: 30px;
}
main .m4 .item_icon {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  width: 280px;
  height: 300px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
main .m4 .item_icon::after {
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  border: 2px solid #40BBCD;
}
main .m4 .item_icon:hover {
  transition: all 0.3s;
  background-image: linear-gradient(#fff, #BEE8EE);
}
main .m5 .item:last-child {
  display: flex;
  justify-content: space-between;
}
main .m5 .item:last-child .one,
main .m5 .item:last-child .three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 360px;
  background: #40BBCD;
  color: #fff;
  border-radius: 20px;
}
main .m5 .item:last-child .one h2,
main .m5 .item:last-child .three h2 {
  font-size: 30px;
  font-weight: 800;
}
main .m5 .item:last-child .one span,
main .m5 .item:last-child .three span {
  font-size: 18px;
}
main .m5 .item:last-child .one a,
main .m5 .item:last-child .three a {
  display: block;
  min-width: 200px;
  border-radius: 22.5px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 0;
}
main .m5 .item:last-child .one .img_icon {
  margin: 20px 0;
}
main .m5 .item:last-child .two {
  display: flex;
  width: 550px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
main .m5 .item:last-child .two .t_title {
  position: relative;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #40BBCD;
  margin-bottom: 7px;
}
main .m5 .item:last-child .two span {
  color: #999;
  margin-top: -40px;
}
main .m5 .item:last-child .two .bottom {
  display: flex;
  justify-content: space-between;
}
main .m5 .item:last-child .two .bottom .img_icon {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
main .m5 .item:last-child .two .bottom .img_icon::after {
  content: '面试心得';
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 10px 15px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
}
main .m5 .item:last-child .two .bottom .img_icon:last-child::after {
  content: '校园招聘会';
}
main .m5 .item:last-child .two .item_title {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
main .m5 .item:last-child .two .item_title::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #40BBCD;
}
main .m5 .item:last-child .two h1::after {
  content: '';
  position: absolute;
  bottom: -11px;
  display: block;
  width: 50px;
  border: 3px solid #40BBCD;
}
main .m5 .item:last-child .three .text {
  font-size: 18px;
  margin: 20px 0;
  line-height: 30px;
}
main .m5 .item:last-child .three .text p {
  display: flex;
  align-items: center;
}
main .m5 .item:last-child .three .text p:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  margin-top: 2px;
  background: #fff;
  margin-right: 10px;
  border: 3px solid #fff;
  transform: rotateZ(45deg);
}
main .m6 {
  padding: 35px 0;
}
main .m6 .item:first-child {
  width: 1200px;
}
main .m6 .item {
  width: 1200px;
  position: relative;
}
main .m6 .item .swiper-wrapper {
  padding: 15px 0;
}
main .m6 .item .swiper-wrapper .swiper-slide {
  width: 270px !important;
  margin: 0 15px;
}
main .m6 .item .teacher {
  position: relative;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-end-end-radius: 60px;
  width: 270pxpx;
  height: 496px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
main .m6 .item .teacher .item_img img {
  width: 270px;
}
main .m6 .item .teacher .introduce {
  position: absolute;
  top: 396px;
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 496px;
  padding: 10px 15px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  background-color: #40BBCD;
  color: #fff;
  transition: all 0.5s;
}
main .m6 .item .teacher .introduce h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 5px;
}
main .m6 .item .teacher .introduce span::after {
  content: '';
  display: block;
  margin: 15px auto;
  width: 15px;
  border: 3px solid #fff;
  border-radius: 3px;
}
main .m6 .item .teacher .p_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  font-size: 18px;
  text-align: left;
  line-height: 26px;
  max-height: 315px;
  overflow: hidden;
}
main .m6 .item .introduce:hover {
  top: 0;
  padding-top: 20px;
}
main .m6 .item .swiper-button-prev,
main .m6 .item .swiper-button-next {
  left: -60px;
  width: 46px;
  height: 119px;
  background: rgba(0, 0, 0, 0.1);
  color: #3FBCCF;
  transform: translateY(-50%);
}
main .m6 .item .swiper-button-next {
  left: auto;
  right: -45px;
}
main .m7 .item:nth-child(n+2) {
  display: none;
  padding: 40px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
main .m7 .top,
main .m7 .bottom {
  display: flex;
  justify-content: space-between;
}
main .m7 .top .item_img,
main .m7 .bottom .item_img {
  border-radius: 20px;
  overflow: hidden;
}
main .m7 .top .item_img img,
main .m7 .bottom .item_img img {
  width: 268px;
  height: 230px;
}
main .m7 .top {
  margin-bottom: 20px;
}
main .m8 .item:nth-child(n+2) {
  display: none;
  justify-content: space-between;
}
main .m8 .information,
main .m8 .problem {
  display: none;
}
main .m8 .one,
main .m8 .three {
  width: 410px;
  background: #fff;
  border: 1px solid #40BBCD;
  border-radius: 20px;
}
main .m8 .one .news,
main .m8 .three .news,
main .m8 .one .information,
main .m8 .three .information,
main .m8 .one .problem,
main .m8 .three .problem {
  padding: 10px;
}
main .m8 .one img,
main .m8 .three img {
  border-radius: 20px;
}
main .m8 .one a:hover,
main .m8 .three a:hover {
  text-decoration: underline !important;
}
main .m8 .two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .m8 .two .top,
main .m8 .two .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 220px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #F4BB38;
}
main .m8 .two .top span,
main .m8 .two .bottom span {
  color: #fff;
  font-weight: 800;
  background: #F4BB38;
  padding: 10px;
  width: 42px;
  text-align: center;
  border-radius: 21px;
  line-height: 35px;
  margin-right: 10px;
}
main .m8 .two .top .p_text,
main .m8 .two .bottom .p_text {
  width: 250px;
  font-size: 20px;
  line-height: 35px;
}
main .m8 .text {
  font-size: 20px;
  padding-left: 20px;
}
main .m8 .text li {
  display: flex;
  align-items: center;
  line-height: 40px;
}
main .m8 .text li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
}
main .m8 .text li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #40BBCD;
  border: 3px solid #40BBCD;
  transform: rotateZ(45deg);
  margin-right: 10px;
}
main .m8 .text li:hover a {
  color: #969db4;
}
.bm {
  width: 100%;
  height: 70px;
  z-index: 9999;
  background-color: #1C98AB;
  position: sticky;
  bottom: 0;
  top: auto;
  opacity: 0.9;
  left: 0px;
}
.bm-1 {
  width: 1200px;
  height: 70px;
  margin: auto;
  color: white;
}
.bm-1 P {
  float: left;
  font-size: 14px;
}
.bm-1 input {
  height: 33px;
}
.yuyue {
  width: 950px;
  margin: auto;
}
footer {
  font-size: 22px;
  color: #fff;
  position: relative;
}
footer .content {
  padding: 0;
  background: #40BBCD !important;
}
footer .content .item {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
}
footer a {
  color: #fff;
  font-size: 16px;
}
footer .foot-more {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
footer .foot-more .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .foot-more .list img {
  border-radius: 50%;
  margin-bottom: 20px;
}
footer .foot-more .list p {
  font-size: 24px;
}
footer .foot-more .list p:nth-child(3) {
  font-size: 18px;
}
footer .foot-link {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .foot-adress {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 40px;
}
footer .foot-adress .foot-adress-mind {
  position: relative;
}
footer .foot-adress .foot-adress-mind::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  display: block;
  height: 100px;
  border-left: 1px solid #fff;
}
footer .foot-adress .foot-qrcode {
  display: flex;
  color: #333;
  text-align: center;
}
footer .foot-adress .foot-qrcode .img_icon {
  width: 91px;
  height: 113px;
  background: #fff;
  display: flex;
  flex-direction: column;
  line-height: 15px;
}
footer .foot-adress .foot-qrcode .img_icon:first-child {
  margin-right: 20px;
}
footer .beian {
  margin-top: 20px;
  font-size: 16px;
}
footer .beian span:last-child {
  margin-left: 50px;
}
footer .links {
  width: 1200px;
  margin: 0 auto;
}
footer .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .links ul li {
  min-width: 100px;
}
footer .links ul li a {
  color: #333;
  font-size: 14px;
}
