.cont .page3 .tab_form .item_r table.center2 tr td:nth-child(1){
  text-align: center;padding:0 15px;
      white-space: nowrap;
}
.cont .page3 .tab_form .item_r table.center2 tr td:nth-child(2){
  text-align: center;padding:0 15px;
      white-space: nowrap;
}
.cont .page3 .tab_form .item_r table.center1 tr td:nth-child(1){
  text-align: center;padding:0 15px;
      white-space: nowrap;
}
.cont .sw-tab {
  width: 100%;
}

.cont .sw-tab::after {
  content: '';
  display: block;
  position: absolute;
  background: #ebedf4;
  left: 0;
  right: 0;
  height: 2px;
  top: 18px;
}
.cont .sw-tab .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  cursor: pointer;
}
.cont .sw-tab .swiper-slide.on .ic {
  opacity: 1;
}

.cont .sw-tab .swiper-slide.on .txt {
  font-weight: 600;
}

.cont .sw-tab .swiper-slide::after {
  content: '';
  display: block;
  background: #cad0e5;
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 11px;
}
.cont .sw-tab .swiper-slide::before {
  content: '';
  display: block;
  background: #4f2a8c;
  position: absolute;
  top: 9px;
  margin-left: -1px;
  left: 50%;
  width: 2px;
  height: 11px;
}
.cont .sw-tab .ic {
  width: 51px;
  opacity: 0;
}
.cont .sw-tab .txt {
  margin-top: 10px;
  color: #4f2a8c;
}





.cont .page4 .img{
    position: relative;
}
.cont .page4 .img .list{
    padding: 40px 50px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}
.cont .page4 .img .list .item{
    border-radius: 10px;
    background: rgba(255,255,255,.2);
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cont .page4 .img .list .item p{
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  color: #fff;
}
.cont .sw-tab .swiper-slide .txt {
  width: 100%;
  text-align: center;
  color: #080748;
  position: relative;
  cursor: pointer;
}
.cont .sw-tab .swiper-slide .txt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 30%;
  height: 6px;
  background: #4f2b8c;
  opacity: 0;
}
.cont .sw-tab .swiper-slide.on .txt {
  color: #4f2a8c;
}
/*
.cont .sw-tab .swiper-slide.on .txt::after {
  opacity: 1;
}
*/
.cont .sw-tab .swiper-button-prev,
.cont .sw-tab .swiper-button-next {
  transform: translateY(-50%);
  display: none;
}
.cont .sw-tab .swiper-button-prev::after,
.cont .sw-tab .swiper-button-next::after {
  font-size: 20px;
}
.cont .sw-main .sw_internal .swiper-pagination {
  width: 45%;
  padding: 0 6% ;
  text-align: left;
  left: auto;
  right: 0;
  bottom: 10%;
}
.cont .sw-main .sw_internal .swiper-pagination .swiper-pagination-bullet-active {
  background: #4a2f87;
}
.cont .sw-main .sw_internal .swiper-slide {
  display: flex;
  justify-content: space-between;
  background: #f6f4f9;
  border-radius: 20px;
  overflow: hidden;
}
.cont .sw-main .sw_internal .swiper-slide .img {
  width: 55%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.cont .sw-main .sw_internal .swiper-slide .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    object-fit: cover;
}
.cont .sw-main .sw_internal .swiper-slide .txt {
  width: 45%;
  padding: 5% 6% 0;
}
.cont .sw-main .sw_internal .swiper-slide .txt p {
  display: block;
  color: #4f2a8c;
}
.cont .sw-main .sw_internal .swiper-slide .txt span {
  display: block;
  color: #080748;
  margin-top: 10px;
}

.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  padding-bottom: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/teaching_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page_banner .w1440 .subtit {
  color: #fff;
  margin-top: 10px;
}
.cont .page_bg {
  position: relative;
}
.cont .sw2 {
  margin-top: 140px;
  padding-bottom: 80px;
}
.cont .sw2 .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.cont .sw2 .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .sw2 .swiper-pagination {
  bottom: 0;
}
.cont .sw2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
.cont .sw2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4a2f87;
}
.cont .sw2 .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.cont .sw2 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .sw2 .txt {
  position: absolute;
  bottom: 1.5vw;
  left: 2vw;
  right: 2vw;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3), 0 0 3px rgba(0, 0, 0, .3), 0 0 3px rgba(0, 0, 0, .3);
}
.cont .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .w1440 {
  position: relative;
  z-index: 10;
  overflow: inherit;
}
.cont .page1 {
  position: relative;
  z-index: 20;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 80px;
}
.cont .page1 i {
  display: block;
  color: #080748;
}
.cont .page1 .tit {
  color: #080748;
  font-weight: 600;
  margin-top: 15px;
}
.cont .page1 .des {
  color: #080748;
  margin-top: 15px;
}
.cont .page2 {
  margin-top: 80px;
  position: relative;
  z-index: 20;
}
.cont .page2 .tit {
  color: #080748;
  font-weight: 600;
}
.cont .page2 .section {
  position: relative;
  margin-top: 70px;
}
.cont .page2 .section .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}
.cont .page2 .section .list li {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.cont .page2 .section .list li p {
  position: absolute;
  display: block;
  left: 30px;
  bottom: 30px;
  color: #fff;
}
.cont .page2 .section .list li:nth-child(even) p {
  right: 30px;
  left: auto;
  bottom: 30px;
}
.cont .page2 .section .list li:hover img {
  transform: scale(1.05);
}
.cont .page2 .section .location {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 314px;
  height: 314px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page2 .section .location .text {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page2 .section .location .text p {
  color: #0a044b;
  text-align: center;
}
.cont .page3 {
  margin-top: 110px;
  position: relative;
  z-index: 20;
}
.cont .page3 .tab_form {
  display: flex;
  justify-content: space-between;
}
.cont .page3 .tab_form .item_l {
  width: 26%;
}
.cont .page3 .tab_form .item_l li {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cont .page3 .tab_form .item_l li .one_layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4a2f87;
  padding: 0.9vw 2vw;
  cursor: pointer;
}
.cont .page3 .tab_form .item_l li .one_layer p {
  color: #fff;
  font-weight: 600;
}
.cont .page3 .tab_form .item_l li .one_layer .ic {
  width: 22px;
  height: 22px;
}
.cont .page3 .tab_form .item_l li .one_layer .ic svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cont .page3 .tab_form .item_l li .two_layer {
  background: #f6f4f9;
  padding: 1.2vw 2vw;
  display: none;
}
.cont .page3 .tab_form .item_l li .two_layer p {
  color: #080748;
  display: block;
  padding: 15px 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.cont .page3 .tab_form .item_l li .two_layer p:hover {
  color: rgba(8, 7, 72, 0.7);
}
.cont .page3 .tab_form .item_l li .two_layer p.on {
  color: #4a2f87;
}
.cont .page3 .tab_form .item_l li:nth-child(1) .two_layer {
  display: block;
}
.cont .page3 .tab_form .item_l li.on .one_layer .ic svg {
  transform: rotate(180deg);
}
.cont .page3 .tab_form .item_r {
  width: 72%;
  border-radius: 15px;
  overflow: hidden;
}
.cont .page3 .tab_form .item_r .toptit {
  text-align: center;
  background: #4a2f87;
  padding: 1.05vw 2vw;
  color: #fff;
  font-weight: 600;
}
.cont .page3 .tab_form .item_r table {
  width: 100%;
  border-collapse: collapse;
}
.cont .page3 .tab_form .item_r table tr {
  background: rgba(74, 47, 135, 0.05);
}
.cont .page3 .tab_form .item_r table tr:nth-child(even) {
  background: rgba(74, 47, 135, 0.1);
}
.cont .page3 .tab_form .item_r table tr td {
  padding: 1vw 0 1vw 3vw;
  color: #4a2f87;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.cont .page3 .tab_form .item_r table tr td:nth-last-child(1) {
  border-right: 0;
}
.cont .page4 {
  margin-top: 80px;
  position: relative;
  z-index: 20;
}
.cont .page4 .tit {
  color: #080748;
  font-weight: 600;
}
.cont .page4 .img {
  position: relative;
  margin-top: 70px;
  border-radius: 15px;
  overflow: hidden;
}
.cont .page4 .img .pic1,
.cont .page4 .img .pic2 {
  position: absolute;
  top: 0;
  right: 0;
}
.cont .page5 {
  margin-top: 140px;
  position: relative;
  z-index: 20;
}
.cont .page5 .tit {
  color: #080748;
  font-weight: 600;
}
.cont .page5 .img {
  margin-top: 30px;
}
.cont .page6 {
  position: relative;
  z-index: 20;
}
.cont .page6 .top_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cont .page6 .top_tit .tit {
  color: #080748;
  font-weight: 600;
  width: 100%;
}
.cont .page6 .top_tit .tit_r{
    margin-top: 10px;
}
.cont .page6 .top_tit .tab {
  display: flex;
  align-items: center;
}
.cont .page6 .top_tit .tab a {
  display: inline-block;
  padding: 0 32px;
  position: relative;
  color: rgba(8, 7, 72, 0.4);
  font-weight: bold;
  transition: all 0.3s;
}
.cont .page6 .top_tit .tab a::after {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 25%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.cont .page6 .top_tit .subtab{
    display: inline-block;
    margin-top: 10px;
}
.cont .page6 .top_tit .subtab a{
    display: inline-block;
  padding: 0 22px;
  position: relative;
  color: rgba(8, 7, 72, 0.4);
  font-weight: bold;
  transition: all 0.3s;
}
.cont .page6 .top_tit .subtab a:nth-child(1) {
  padding-left: 0;
}
.cont .page6 .top_tit .tab a:nth-child(1) {
  padding-left: 0;
}
.cont .page6 .top_tit .subtab a:nth-last-child(1){
    padding-right: 0;
}
.cont .page6 .top_tit .tab a:nth-last-child(1) {
  padding-right: 0;
}
.cont .page6 .top_tit .tab a:nth-last-child(1)::after {
  display: none;
  padding-right: 0;
}
.cont .page6 .top_tit .tab a.on {
  color: #080748;
}
.cont .page6 .top_tit .tab a:hover {
  color: #080748;
}

.cont .page6 .top_tit .subtab a.on {
  color: #080748;
}
.cont .page6 .top_tit .subtab a:hover {
  color: #080748;
}

.cont .page6 .sw2 {
  margin-top: 50px;
  display: none;
}
.cont .page6 .sw2:nth-child(1) {
  display: block;
}
/* 125% */
@media screen and (max-width: 1440px) {
    .cont .page4 .img .list{
    grid-template-columns: repeat(4,1fr);
   
}
  .cont .sw2 {
    margin-top: 80px;
  }
  .cont .page3 {
    margin-top: 80px;
  }
  .cont .page4 .img {
    margin-top: 50px;
  }
  .cont .page5,
  .cont .page6 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .cont .sw2 {
    padding-bottom: 50px;
  }
  .cont .page2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page2 .section .location {
    width: 270px;
    height: 270px;
  }
  .cont .page2 .section .location .text {
    width: 200px;
    height: 200px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    .cont .page4 .img .list{
    grid-template-columns: repeat(3,1fr);
   
}
  .cont .page2 .section .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 15px;
  }
  .cont .sw-main .sw_internal .swiper-slide{
          border-radius: 10px;
  }
  .cont .sw-tab {
    width: 70%;
}
  .cont .page2 .section .location {
    position: static;
    transform: translate(0, 0);
  }
  .cont .page2 .section .list li {
    border-radius: 10px;
  }
  .cont .page2 .section .location {
    width: 100%;
    border: 0;
    height: auto;
  }
  .cont .page2 .section {
    margin-top: 20px;
  }
  .cont .page2 .section .location .text {
    width: 100%;
    height: auto;
    background: transparent;
  }
  .cont .sw-tab .swiper-slide .txt::after{
      height: 2px;
  }
}
@media screen and (max-width: 768px) {
    .cont .page4 .img .list{
    grid-template-columns: repeat(2,1fr);
        padding: 20px 20px;
   
}
.cont .page4 .img .list .item{
    height: auto;
    padding: 20px 0;
}
        .cont .sw-tab {
        width: 100%;
    }
    .cont .sw-main .sw_internal .swiper-slide{
        flex-wrap:wrap;
        
    }
    .cont .sw-main .sw_internal{
        padding-bottom: 30px;
    }
    .cont .sw-main .sw_internal .swiper-slide .img{
        width: 100%;
    }
    .cont .sw-main .sw_internal .swiper-slide .txt{
        width: 100%;
            padding: 20px;
    }
    .cont .sw-main .sw_internal .swiper-slide .txt span{
        margin-top: 5px;
    }
    .cont .sw-main .sw_internal .swiper-pagination{
            width: 100%;
    text-align: center;
    right: 0;
    bottom: 0%;
    }
    .cont .sw-main .sw_internal .swiper-slide {
        border-radius: 5px;
    }
  .cont .cont_bg {
    background-size: 150%;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page_banner .w1440 .subtit {
    font-size: 14px;
    margin-top: 5px;
  }
  .cont .page1 .w1440 {
    padding-top: 40px;
  }
  .cont .page1 .tit,
  .cont .page1 .des {
    margin-top: 10px;
  }
  .cont .page2 {
    margin-top: 30px;
  }
  .cont .sw2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .cont .sw2 .txt {
    bottom: 10px;
    left: 15px;
    right: 15px;
    font-size: 14px;
  }
  .cont .sw2 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .cont .sw2 .swiper-slide {
    border-radius: 10px;
  }
  .cont .page3 .tab_form {
    flex-wrap: wrap;
  }
  .cont .page3 .tab_form .item_l {
    width: 100%;
    margin-bottom: 10px;
  }
  .cont .page3 .tab_form .item_r {
    width: 100%;
    border-radius: 10px;
  }
  .cont .page3 .tab_form .item_l li .one_layer {
    padding: 10px 20px;
  }
  .cont .page3 .tab_form .item_l li .two_layer {
    padding: 10px 20px;
  }
  .cont .page3 .tab_form .item_l li .two_layer p {
    padding: 5px 0;
  }
  .cont .page3 .tab_form .item_l li {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .cont .page3 .tab_form .item_r .toptit {
    padding: 10px 20px;
  }
  .cont .page3 .tab_form .item_r table tr td {
    font-size: 14px;
    padding: 10px 15px;
  }
  .cont .page4 {
    margin-top: 40px;
  }
  .cont .page4 .img {
    margin-top: 20px;
    border-radius: 10px;
  }
  .cont .page5,
  .cont .page6 {
    margin-top: 40px;
  }
  .cont .page3 {
    margin-top: 40px;
  }
  .cont .page5 .img {
    margin-top: 10px;
  }
  .cont .page6 .top_tit {
    flex-wrap: wrap;
  }
  .cont .page6 .top_tit .tit {
    width: 100%;
  }
  .cont .page6 .top_tit .tab {
    width: 100%;
    margin-top: 15px;
  }
  .cont .page6 .top_tit .tab a {
    padding: 0 15px;
  }
  .cont .page6 .sw2 {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=./teaching.css.map */
