body {
  font-family: 'Noto Sans SC', 'Source Han Sans SC', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden;
  color: rgba(34, 34, 34, 1);
}

.swiper .swiper-wrapper {
  align-items: stretch;
}

.swiper .swiper-wrapper .swiper-slide {
  /*height: auto;*/
  display: flex;
  /* 核心属性：改变主轴方向为从下往上 */
  flex-direction: column-reverse; 
}

.setSlow0 {
  animation: an0 1s ease forwards;
}

.setSlow1 {
  animation: an1 1s ease forwards;
}

.setSlow2 {
  animation: an2 1s ease forwards;
}

.setSlow3 {
  animation: an3 1s ease forwards;
}

.setSlow4 {
  animation: an4 1s ease forwards;
}

.setSlow5 {
  animation: an5 1s ease forwards;
}

.setSlow1_1 {
  animation: an1 1s ease forwards;
  animation-delay: 0.5s;
}

.setSlow2_1 {
  animation: an2 1s ease forwards;
  animation-delay: 0.5s;
}

.setSlow3_1 {
  animation: an3 1s ease forwards;
  animation-delay: 0.5s;
}

.setSlow1_2 {
  animation: an1_1 1s ease forwards;
}

.setSlow2_2 {
  animation: an2_2 1s ease forwards;
}

.setSlow3_2 {
  animation: an3_3 1s ease forwards;
}

@keyframes an0 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an1 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes an2 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes an3 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes an4 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an5 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes an1_1 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

@keyframes an2_2 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}

@keyframes an3_3 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: auto;
  text-align: left;
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 400;
}

table tr {
  padding-bottom: var(--d10);
}

@media (max-width: 1200px) {
  .table-box {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

body.fancybox-active {
  overflow: auto;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(2 / 3 * 100%);
}

.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

label {
  width: 100%;
}

.pro {
  position: relative;
}

.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 50px;
  transform: translateY(-100%);
  left: 0;
}

.fooder-up {
  opacity: 0;
  transition: all 0.5s;
}

.show {
  opacity: 1 !important;
}

@keyframes playan1 {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes playan3 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes linean1 {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  60% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes linean2 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  }

  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes linean3 {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }

  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes linean4 {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }

  60% {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
}

input,
textarea {
  border: none;
  resize: none;
  outline: none;
}

i {
  line-height: 1;
}

.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

.videoclock {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 10;
}

.videoclock svg {
  width: var(--d40);
  fill: #fff;
}

.videoclock:hover svg {
  fill: var(--c);
}

.videoaction {
  opacity: 1;
  visibility: visible;
}

.video-box video {
  /*height: 80%;*/
  object-fit: cover;
  max-width: 100%;
}

.swiper-re {
  position: relative !important;
}

.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 10 !important;
}

.swiper-initial2,
.swiper-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}

.row {
  --bs-gutter-x: 1.875rem;
}

@media (min-width: 1921px) {
  .container {
    max-width: 79.16667vw;
  }

  :root {
    --p: calc((100vw - 79.16667vw) / 2);
  }
}

.container {
  padding: 0;
}

.con {
  background: var(--c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --c: #ff8000;
  --c2: linear-gradient(180deg, #FFCD7D 0%, #FD550E 100%);
  --c3: #222222;
  --y60: 60px;
  --y40: 40px;
  --y20: 20px;
  --g72: 4.5rem;
  --r120: 120px;
  --r100: 100px;
  --r80: 80px;
  --r64: 64px;
  --r60: 60px;
  --r48: 48px;
  --d300: 300px;
  --d207: 207px;
  --d200: 200px;
  --d175: 175px;
  --d160: 160px;
  --d155: 155px;
  --d150: 150px;
  --d145: 145px;
  --d140: 140px;
  --d130: 130px;
  --d127: 127px;
  --d120: 120px;
  --d116: 116px;
  --d113: 113px;
  --d106: 106px;
  --d104: 104px;
  --d100: 100px;
  --d96: 96px;
  --d94: 94px;
  --d92: 92px;
  --d80: 80px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d66: 66px;
  --d60: 60px;
  --d58: 58px;
  --d55: 55px;
  --d50: 50px;
  --d46: 46px;
  --d44: 44px;
  --d40: 40px;
  --d36: 36px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --120: 120px;
  --72: 72px;
  --64: 64px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --40: 40px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --24: 24px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

@media (max-width: 1920px) {
  .container {
    max-width: 1520px;
    padding: 0;
  }

  :root {
    --p: calc((100vw - 1520px) / 2);
  }
}

@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }

  :root {
    --r48: 40px;
    --24: 20px;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }

  :root {
    --p: calc((100vw - 1260px) / 2);
    --r100: 80px;
    --r80: 70px;
    --r64: 60px;
    --r60: 45px;
    --r48: 35px;
    --d300: 250px;
    --d207: 120px;
    --d200: 120px;
    --d175: 100px;
    --d160: 100px;
    --d155: 100px;
    --d150: 100px;
    --d145: 100px;
    --d140: 90px;
    --d130: 90px;
    --d127: 90px;
    --d120: 90px;
    --d113: 90px;
    --d106: 70px;
    --d104: 70px;
    --d100: 70px;
    --d96: 70px;
    --d94: 70px;
    --d92: 70px;
    --d80: 60px;
    --d72: 50px;
    --d70: 50px;
    --d66: 40px;
    --d60: 35px;
    --d58: 35px;
    --d55: 35px;
    --d50: 30px;
    --d46: 30px;
    --d44: 30px;
    --d40: 30px;
    --d36: 24px;
    --d34: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d16: 10px;
    --d12: 8px;
    --120: 100px;
    --72: 65px;
    --64: 54px;
    --56: 45px;
    --50: 38px;
    --48: 38px;
    --40: 30px;
    --36: 30px;
    --32: 30px;
    --30: 28px;
    --24: 20px;
    --20: 18px;
    --18: 16px;
    --16: 16px;
    --14: 16px;
  }
}

@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }

  .container {
    max-width: 1060px;
  }

  :root {
    --p: calc((100vw - 1060px) / 2);
    --r100: 70px;
    --r80: 60px;
    --r64: 50px;
    --r60: 50px;
    --r48: 30px;
    --d300: 205px;
    --d207: 80px;
    --d200: 80px;
    --d175: 75px;
    --d160: 75px;
    --d155: 75px;
    --d150: 70px;
    --d145: 70px;
    --d140: 60px;
    --d130: 60px;
    --d127: 60px;
    --d120: 60px;
    --d113: 60px;
    --d106: 60px;
    --d104: 60px;
    --d100: 60px;
    --d96: 40px;
    --d94: 40px;
    --d92: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d66: 30px;
    --d60: 30px;
    --d55: 25px;
    --d50: 30px;
    --d46: 30px;
    --d44: 30px;
    --d40: 20px;
    --d36: 20px;
    --d34: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d22: 15px;
    --d20: 15px;
    --d18: 15px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --d10: 10px;
    --d8: 10px;
    --120: 66px;
    --72: 50px;
    --64: 46px;
    --56: 38px;
    --50: 36px;
    --48: 30px;
    --40: 30px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --18: 16px;
    --16: 14px;
    --14: 14px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }

  :root {
    --p: calc((100vw - 860px) / 2);
    --r120: 100px;
    --r60: 40px;
    --d300: 150px;
    --d113: 55px;
    --d106: 55px;
    --d104: 55px;
    --d100: 55px;
    --d96: 55px;
    --d94: 55px;
    --d92: 55px;
    --d80: 45px;
    --d72: 45px;
    --d70: 45px;
    --d66: 40px;
    --d64: 38px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d44: 20px;
    --d40: 20px;
    --d26: 15px;
    --d20: 20px;
    --d18: 16px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --120: 50px;
    --72: 45px;
    --64: 38px;
    --56: 32px;
    --50: 32px;
    --48: 30px;
    --40: 25px;
    --36: 25px;
    --32: 24px;
    --30: 20px;
    --24: 18px;
    --20: 18px;
    --18: 16px;
  }
}

@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }

  :root {
    --p: calc((100vw - 700px) / 2);
    --r120: 80px;
    --d300: 100px;
    --d113: 60px;
    --d106: 60px;
    --d104: 60px;
    --d100: 60px;
    --d96: 50px;
    --d94: 50px;
    --d92: 50px;
    --d80: 40px;
    --d72: 40px;
    --d70: 40px;
    --d66: 40px;
    --d60: 40px;
    --d58: 40px;
    --d50: 30px;
    --d48: 28px;
    --d46: 26px;
    --d44: 26px;
    --d40: 26px;
    --d34: 26px;
    --d32: 26px;
    --d24: 20px;
    --120: 50px;
    --72: 40px;
    --64: 30px;
    --56: 30px;
    --50: 30px;
    --48: 28px;
    --40: 26px;
    --36: 26px;
    --32: 22px;
    --24: 18px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }

  :root {
    --p: 5%;
    --r80: 50px;
    --r64: 45px;
    --r48: 35px;
    --d300: 85px;
    --d207: 60px;
    --d200: 60px;
    --d175: 50px;
    --d160: 50px;
    --d155: 50px;
    --d150: 50px;
    --d145: 50px;
    --d140: 40px;
    --d130: 40px;
    --d127: 40px;
    --d120: 40px;
    --d113: 40px;
    --d106: 40px;
    --d104: 40px;
    --d100: 40px;
    --d96: 40px;
    --d94: 40px;
    --d92: 40px;
    --d80: 40px;
    --d75: 40px;
    --d72: 36px;
    --d70: 36px;
    --d66: 36px;
    --d64: 36px;
    --d60: 34px;
    --d58: 32px;
    --d55: 30px;
    --d50: 28px;
    --d46: 28px;
    --d40: 24px;
    --d36: 24px;
    --d32: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 12px;
    --d20: 12px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 12px;
    --d10: 10px;
    --120: 40px;
    --72: 36px;
    --64: 36px;
    --56: 30px;
    --50: 28px;
    --48: 28px;
    --40: 28px;
    --36: 24px;
    --32: 20px;
    --30: 20px;
    --24: 18px;
    --22: 18px;
    --20: 18px;
    --18: 14px;
    --16: 14px;
    --14: 12px;
  }
}

@media (max-width: 576px) {
  :root {
    --y60: 30px;
    --y40: 20px;
    --y20: 10px;
    --r120: 70px;
    --d300: 50px;
    --d207: 30px;
    --d200: 30px;
    --d175: 30px;
    --d160: 30px;
    --d155: 30px;
    --d150: 30px;
    --d145: 30px;
    --d140: 30px;
    --d130: 30px;
    --d127: 30px;
    --d120: 30px;
    --d113: 30px;
    --d106: 30px;
    --d104: 30px;
    --d100: 30px;
    --d96: 35px;
    --d94: 35px;
    --d92: 35px;
    --d80: 30px;
    --d75: 28px;
    --d72: 28px;
    --d70: 28px;
    --d66: 28px;
    --d64: 28px;
    --d60: 28px;
    --d50: 20px;
    --d48: 20px;
    --d46: 26px;
    --d44: 15px;
    --d40: 15px;
    --d36: 15px;
    --d34: 15px;
    --d32: 15px;
    --d30: 15px;
    --d24: 15px;
    --d22: 16px;
    --d20: 15px;
    --d18: 14px;
    --d16: 8px;
    --d15: 8px;
    --d10: 8px;
    --d8: 8px;
    --120: 35px;
    --72: 28px;
    --64: 28px;
    --56: 28px;
    --50: 28px;
    --48: 26px;
    --44: 24px;
    --40: 22px;
    --36: 22px;
    --30: 20px;
    --24: 16px;
    --22: 16px;
    --20: 16px;
    --18: 14px;
    --16: 14px;
    --14: 14px;
  }
}

.titlebox {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.titlebox .title {
  font-size: var(--48);
  line-height: calc(70 / 48);
  font-weight: 700;
  color: var(--c3);
}

.titlebox .title span {
  background: var(--c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titlebox .titleimg {
  width: 83px;
}

.titlebox .titleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titlebox2 {
  display: block;
}

.text {
  font-size: var(--20);
  line-height: 1.75;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  background-color: transparent;
}

.header:hover {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.2);
}

.header:hover .header-nav .header-list .header-list2 .header-list3>a {
  color: var(--c3);
}

.header:hover .header-but .header-but2::after {
  opacity: 1;
}

.header .header-box1 {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}

.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}

.header .header-box1 .header-content1 .logo {
  width: 231px;
}

.header .header-box1 .header-content1 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.header .header-box1 .header-content1 .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header .header-but .header-but2 {
  padding: var(--d10) var(--d20);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.header .header-but .header-but2::after {
  background: var(--c2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s;
  opacity: 0;
}

.header .header-but .header-but2 span {
  position: relative;
  z-index: 10;
}

.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}

.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}

.header .s-nav-action i {
  background-color: #000;
}

.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}

.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}

.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.pro-more {
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 2px 10px 1px rgba(177, 177, 177, 0.2);
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.pro-more .pro-more-left {
  width: 230px;
  background-color: #fff6eb;
}

.pro-more .pro-more-left .pro-more-nav {
  padding: var(--d40) 0;
}

.pro-more .pro-more-left .pro-more-nav .pro-more-nav2 {
  margin-bottom: var(--d14);
}

.pro-more .pro-more-left .pro-more-nav .pro-more-nav2:last-child {
  margin-bottom: 0;
}

.pro-more .pro-more-left .pro-more-nav .pro-more-nav2 .pro-more-nav3 {
  padding: var(--d14) var(--d20);
  text-align: center;
  font-size: var(--18);
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.pro-more .pro-more-left .pro-more-nav .pro-more-nav2 .pro-more-nav3::after {
  width: 4px;
  height: 0%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--c);
  content: '';
  position: absolute;
  transition: all 0.5s;
}

.pro-more .pro-more-left .pro-more-nav .pro-more-nav2 .pro-more-nav3:hover {
  background-color: #fff;
}

.pro-more .pro-more-left .pro-more-nav .pro-more-nav2 .pro-more-nav3:hover::after {
  height: 100%;
}

.pro-more .pro-more-left .pro-more-nav .action .pro-more-nav3 {
  background-color: #fff;
}

.pro-more .pro-more-left .pro-more-nav .action .pro-more-nav3::after {
  height: 100%;
}

.pro-more .pro-more-right {
  width: 260px;
  position: relative;
}

.pro-more .pro-more-right .pro-more-con {
  width: 100%;
  height: 100%;
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 .pro-more-con3 {
  padding: var(--d40) 0;
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 .pro-more-con3 .pro-more-connav .pro-more-connav2 {
  padding-left: var(--d40);
  margin-bottom: var(--d14);
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 .pro-more-con3 .pro-more-connav .pro-more-connav2:last-child {
  margin-bottom: 0;
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 .pro-more-con3 .pro-more-connav .pro-more-connav2 .pro-more-connav3 {
  text-align: left;
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #666;
  transition: all 0.5s;
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 .pro-more-con3 .pro-more-connav .pro-more-connav2 .pro-more-connav3:hover {
  color: var(--c);
}

.pro-more .pro-more-right .pro-more-con .pro-more-con2 .pro-more-con3 .pro-more-connav .action .pro-more-connav3 {
  color: var(--c);
}

.pro-more .pro-more-right .pro-more-con .pro-more-act {
  opacity: 1;
  z-index: 10;
}

.other-header {
  position: sticky;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.2);
}

.other-header .header-but .header-but2::after {
  opacity: 1;
}

.other-header .header-nav .header-list .header-list2 .header-list3>a {
  color: var(--c3);
}

.headeraction {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.2);
}

.headeraction .header-nav .header-list .header-list2 .header-list3>a {
  color: var(--c3);
}

.headeraction .header-but .header-but2::after {
  opacity: 1;
}

@media (min-width: 1201px) {
  .header-none {
    display: none !important;
  }

  .header-nav {
    height: 100%;
    margin-right: 80px;
  }

  .header-nav .header-list {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }

  .header-nav .header-list .header-list2 {
    position: relative;
    transition: all 0.5s;
    margin-right: 38px;
  }

  .header-nav .header-list .header-list2:hover .header-list3>a {
    color: var(--c) !important;
  }

  .header-nav .header-list .header-list2:hover .pro-more {
    opacity: 1;
    transform: translate(-50%, 0%);
    visibility: visible;
  }

  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 0%);
    visibility: visible;
  }

  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: none;
  }

  .header-nav .header-list .header-list2 .header-list3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .header-nav .header-list .header-list2 .header-list3 a span {
    font-size: var(--20);
    line-height: calc(29 / 20);
    transition: all 0.5s;
    font-weight: 500;
  }

  .header-nav .header-list .action .header-list3>a {
    background: var(--c2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .header-nav .header-list:last-child {
    margin-right: 0;
  }

  .header-navbox1 .header-product-list .more {
    display: none;
  }

  .more {
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.2);
    min-width: 100%;
    text-align: center;
    background-color: #fff;
    padding: var(--d20);
    border-radius: 0 0 20px 20px;
    white-space: nowrap;
  }

  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }

  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: var(--16);
    line-height: calc(23 / 16);
    color: #666;
    transition: all 0.5s;
    font-weight: 500;
    margin-bottom: var(--d14);
  }

  .more .more-1-list .more-1-list2:last-child {
    margin-bottom: 0;
  }

  .more .more-1-list .more-1-list2:hover {
    color: var(--c);
  }

  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }

  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }

  .more .more-1-list .action {
    background: var(--c2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav {
    height: 100%;
    margin-right: -10px;
  }
}

@media (max-width: 1200px) {
  .header-none2 {
    display: none !important;
  }

  .header .s-nav {
    display: flex;
  }

  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }

  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    width: 100%;
  }

  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }

  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
  }

  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }

  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }

  .header-nav .header-list .header-list2 .header-list3>a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
  }

  .header-nav .header-list .header-list2 .header-list3>a img {
    opacity: 0;
    margin-right: 10px;
  }

  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-nav .header-list .header-list2 .more {
    display: none;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 500;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }

  .header-nav .header-list .action .header-list3>a {
    color: var(--c) !important;
  }

  .header-nav .header-list .action .header-list3>a img {
    opacity: 1;
  }
}

.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}

.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}

.s-nav-action i:nth-child(2) {
  opacity: 0;
}

.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.banneranbox {
  animation: banneran 6s ease forwards;
}

@keyframes banneran {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes banneranline {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(300%);
  }
}

.index-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-banner .banner-scroll {
  position: absolute;
  right: var(--p);
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}

.index-banner .banner-scroll .banner-scroll-title {
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #fff;
  font-weight: 400;
  margin-bottom: var(--d10);
}

.index-banner .banner-scroll .banner-line {
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}

.index-banner .banner-scroll .banner-line .banner-line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(20 / 60 * 100%);
  background-color: #fff;
  width: 100%;
  animation: banneranline 2s linear infinite normal;
}

.index-banner .banner-pagination {
  position: absolute;
  text-align: center;
  z-index: 100;
  bottom: var(--d40);
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  background-color: #fff;
  margin: 0 5px;
  width: 12px;
  height: 12px;
}

.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.index-banner .banner-swiper {
  height: 100%;
}

.index-banner .swiper-slide {
  width: 100%;
  position: relative;
}

.index-banner .swiper-slide .slide-inner {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(960 / 1920 * 100%);
}

.index-banner .swiper-slide video,
.index-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

.banner-textbox {
  position: absolute;
  bottom: var(--d160);
  width: 100%;
  color: #fff;
  z-index: 10;
}

.banner-textbox .banner-title {
  margin-bottom: var(--d20);
  animation-delay: 1s;
  opacity: 0;
}

.banner-textbox .banner-title h2 {
  font-size: var(--72);
  font-weight: 700;
  color: #fff;
}
.banner-textbox .banner-title p {
  font-size: var(--72);
  font-weight: 700;
  color: #fff;
}
.con-but .con-but2 {
  padding: var(--d16) var(--d32);
  background: var(--c2);
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.con-but .con-but2:hover .dot::after {
  transition: all 1.5s;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
}

.con-but .con-but2:hover .dot::before {
  transition: all 1.5s;
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
}

.con-but .con-but2:hover .con-icon {
  transform: scale(1.2);
}

.con-but .con-but2 span {
  margin-right: var(--d16);
}

.con-but .con-but2 .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.con-but .con-but2 .dot::after {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  opacity: 0.4;
}

.con-but .con-but2 .dot::before {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  opacity: 0.4;
}

.con-but .con-but2 .dot .dot2 {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.con-but .con-but2 .con-icon {
  transition: all 0.5s;
  width: var(--24);
  height: var(--24);
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-but .con-but2 .con-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-but .con-but3 {
  background: #fd550e;
}

.con-but .con-but4 {
  background: transparent;
  transition: all 0.5s;
}

.con-but .con-but4:hover {
  color: #fff !important;
}

.con-but .con-but4:hover .dot {
  border-color: #fff !important;
}

.con-but .con-but4:hover .dot .dot2 {
  background-color: #fff !important;
}

.con-but .con-but4 .dot {
  transition: all 0.5s;
}

.con-but .con-but4 .dot .dot2 {
  transition: all 0.5s;
}

.con-but .con-but5:hover img {
  transform: translateY(5px);
}

.con-but .con-but5 img {
  transition: all 0.5s;
  width: var(--24);
  height: var(--24);
}

.crbam {
  color: #999999;
  padding-top: var(--d20);
  font-weight: 400;
}

.crbam i {
  margin-right: 6px;
  font-size: var(--16);
}

.crbam .crbam-list {
  display: inline;
  font-size: var(--16);
}

.crbam .crbam-list .crbam-list2 {
  display: inline;
}

.crbam .crbam-list .crbam-list2::after {
  content: '>';
}

.crbam .crbam-list .crbam-list2:last-child::after {
  content: '';
}

.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-butbox .swiper-but3:first-child,
.swiper-butbox .swiper-but2:first-child,
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d20);
}

.swiper-but {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--c2);
  position: relative;
}

.swiper-but:hover::after {
  opacity: 0;
}

.swiper-but:hover img {
  filter: brightness(0) invert(1);
}

.swiper-but::after {
  width: calc(56 / 60 * 100%);
  height: calc(56 / 60 * 100%);
  background-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s;
}

.swiper-but img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.swiper-but2 {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.swiper-but2:hover img {
  filter: brightness(0) invert(1);
}

.swiper-but2:hover i {
  color: #fff;
}

.swiper-but2 img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.swiper-but2 i {
  font-size: var(--24);
  transition: all 0.5s;
}

.swiper-but2 {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff8000;
  position: relative;
  transition: all 0.5s;
}

.swiper-but2:hover {
  background-color: #ff8000;
}

.swiper-but2:hover img {
  filter: brightness(0) invert(1);
}

.swiper-but2 img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.index .index-navbox .index-nav {
  padding: var(--d20) var(--d40);
  display: flex;
  justify-content: space-between;
}

.index .index-navbox .index-nav .index-nav2 {
  flex: 1;
  margin-right: var(--d22);
}

.index .index-navbox .index-nav .index-nav2:last-child {
  margin-right: 0;
}

.index .index-navbox .index-nav .index-nav2 .index-nav3 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: var(--d10);
  padding-bottom: var(--d10);
  position: relative;
}

.index .index-navbox .index-nav .index-nav2 .index-nav3:hover::after {
  width: 100%;
}

.index .index-navbox .index-nav .index-nav2 .index-nav3::after {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--c2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.index .index-navbox .index-nav .index-nav2 .index-nav3 .index-navimg {
  width: var(--50);
  height: var(--50);
  margin-bottom: var(--d10);
}

.index .index-navbox .index-nav .index-nav2 .index-nav3 .index-navimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .index-navbox .index-nav .index-nav2 .index-nav3 .index-nav-title {
  text-align: center;
  font-size: var(--18);
  line-height: 1.5;
  color: var(--c3);
}

.index .indexcon1 {
  padding-top: var(--d120);
}

.index .indexcon1 .indexcon1-title {
  margin-bottom: var(--d40);
}

.index .indexcon1 .indexcon1-list {
  display: flex;
  justify-content: center;
  margin-bottom: var(--d20);
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 {
  margin-right: var(--d32);
  cursor: pointer;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2:last-child {
  margin-right: 0;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box {
  width: 254px;
  position: relative;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box .indexcon1-bg {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box .indexcon1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con {
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff6eb;
  border-radius: var(--y20);
  transition: all 0.5s;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-icon {
  width: 56px;
  height: 56px;
  position: relative;
  margin-bottom: 10px;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-icon .indexcon1-list-icon2 {
  opacity: 0;
}

.index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-title {
  font-size: 24px;
  line-height: calc(35 / 24);
  color: var(--c3);
  text-align: center;
  transition: all 0.5s;
}

.index .indexcon1 .indexcon1-list .action .indexcon1-bg {
  opacity: 1 !important;
}

.index .indexcon1 .indexcon1-list .action .indexcon1-list-con {
  background-color: transparent !important;
}

.index .indexcon1 .indexcon1-list .action .indexcon1-list-icon1 {
  opacity: 0 !important;
}

.index .indexcon1 .indexcon1-list .action .indexcon1-list-icon2 {
  opacity: 1 !important;
}

.index .indexcon1 .indexcon1-list .action .indexcon1-list-title {
  color: #fff !important;
}

.index .indexcon1 .indexcon1-con {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index .indexcon1 .indexcon1-con .indexcon1-swiper {
  width: 100%;
}

.index .indexcon1 .indexcon1-con .indexcon1-swiper .swiper-slide {
  width: 100%;
}

.index .indexcon1 .indexcon1-con .indexcon1-con1 {
  padding: var(--d207) 0;
}

.index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box {
  width: 665px;
  max-width: 100%;
  position: relative;
}

.index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box .indexcon1-con1-boxbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box .indexcon1-con1-textbox {
  position: absolute;
  padding: var(--d106) var(--d80);
  width: 100%;
  top: 0;
}

.index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box .indexcon1-con1-textbox .indexcon1-con1-title {
  font-size: var(--40);
  line-height: calc(58 / 40);
  margin-bottom: var(--d70);
  color: var(--c3);
  font-weight: 700;
}

.index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box .indexcon1-con1-textbox .indexcon1-con1-text {
  font-size: var(--20);
  line-height: 1.75;
  color: #666666;
  margin-bottom: var(--d44);
}

.index .indexcon1 .indexcon1-con .indexcon1-con2 {
  padding: var(--d55) 0;
}

.index .indexcon1 .indexcon1-con .indexcon1-con2 .indexcon1-con2-box {
  border-radius: var(--y40);
  background: #FFF6EB;
  backdrop-filter: blur(7px);
  padding: var(--d60) var(--d80);
}

.index .indexcon1 .indexcon1-con .indexcon1-con2 .indexcon1-con2-box .indexcon1-con2-imgbox {
  width: 100%;
  margin-bottom: var(--d40);
}

.index .indexcon1 .indexcon1-con .indexcon1-con2 .indexcon1-con2-box .indexcon1-con2-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexmpbileb{display:none;}

.index .indexcon1 .indexcon1-con .indexcon1-con2 .indexcon1-con2-box .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 {
  padding: var(--d55) 0;
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box {
  border-radius: var(--y40);
  background: #FFF6EB;
  backdrop-filter: blur(7px);
  padding: var(--d60) var(--d80);
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table {
  margin-bottom: var(--d40);
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table table tr {
  border-color: #FFF6EB;
  border-width: 4px;
  font-size: var(--14);
  line-height: calc(20 / 14);
  color: #fff;
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table table tr:first-child td {
  text-align: center;
  font-weight: 700;
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table table tr td {
  border-color: #FFF6EB;
  border-width: 4px;
  /*background-color: #ffcd7d;*/
  border-radius: var(--y20);
  padding: var(--d10) var(--d8);
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table table tr td:first-child {
  /*font-size: var(--16);*/
  /*line-height: calc(22 / 16);*/
  /*color: var(--c3);*/
  /*text-align: center;*/
  /*font-weight: 700;*/
}

.index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .indexcon3 .indexcon3-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d92) 0;
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-textbox {
  width: calc(904 / 1520 * 100%);
  padding-right: var(--d32);
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-textbox .indexcon3-1-title {
  margin-bottom: var(--d20);
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-textbox .indexcon3-1-title h2 {
  font-size: var(--40);
  font-weight: 700;
  line-height: calc(70 / 48 * 100%);
  color: #fd550e;
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-textbox .indexcon3-1-title2 {
  margin-bottom: var(--d60);
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-textbox .indexcon3-1-title2 h2 {
  font-size: var(--36);
  line-height: 1.2;
  font-weight: 700;
  color: #562277;
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-img {
  width: calc(616 / 1520 * 100%);
}

.index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon3 .indexcon3-2 {
  padding-top: var(--d92);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box {
  display: flex;
  justify-content: space-between;
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left {
  width: calc(366 / 1520 * 100%);
  /* padding-right: var(--d145); */
  padding-top: var(--d20);
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox {
  margin-bottom: var(--d96);
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .indexcon3-2-title {
  margin-bottom: var(--d10);
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .indexcon3-2-title h2 {
  color: #fff;
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .indexcon3-2-title .indexcon3-2-title1 {
  font-size: var(--64);
  line-height: calc(95 / 64);
  font-weight: 700;
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .indexcon3-2-title .indexcon3-2-title2 {
  font-size: var(--56);
  line-height: calc(78 / 56);
  font-weight: 700;
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .titleimg {
  width: 83px;
  filter: brightness(0) invert(1);
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .titleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-right {
  width: calc(1154 / 1520 * 100%);
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-right .indexcon3-2-text {
  color: #fff;
  margin-bottom: var(--d40);
}

.index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-right .indexcon3-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon4 {
  padding-top: var(--d140);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index .indexcon4 .titlebox {
  margin-bottom: var(--d80);
}

.index .indexcon4 .indexcon4-swbox {
  padding-left: var(--p);
}

.index .indexcon4 .indexcon4-box {
  border-radius: var(--y20);
  padding: var(--d20);
  height: 100%;
}

.index .indexcon4 .indexcon4-box:hover .img-box img {
  transform: scale(1.1);
}

.index .indexcon4 .indexcon4-box:hover .indexcon2-more {
  opacity: 1 !important;
}

.index .indexcon4 .indexcon4-box .indexcon4-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.index .indexcon4 .indexcon4-box .indexcon4-con-title {
  padding: var(--d20) var(--d10);
}

.index .indexcon4 .indexcon4-box .indexcon4-con-title h3 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #222;
  font-weight: 500;
}

.index .indexcon5 {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}

.index .indexcon5 .titlebox {
  margin-bottom: var(--d80);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 {
  margin-bottom: var(--d60);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2:nth-child(2n) .indexcon5-list3 {
  flex-direction: row-reverse;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2:nth-child(2n) .indexcon5-list3 .indexcon5-list-textbox {
  padding-right: 0;
  padding-left: var(--d40);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2:last-child {
  margin-bottom: 0;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 {
  padding: var(--d40);
  border-radius: var(--y20);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox {
  width: calc(648 / 1440 * 100%);
  padding-left: 0;
  padding-right: var(--d40);
  position: relative;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(105 / 649 * 100%);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-textbox2 {
  position: relative;
  padding-left: var(--d20);
  padding-top: var(--d58);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-textbox2 .indexcon5-list-title {
  margin-bottom: var(--d60);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-textbox2 .indexcon5-list-title h3 {
  font-size: var(--40);
  line-height: calc(58 / 40);
  font-weight: 700;
  color: #fd550e;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-textbox2 .indexcon5-list-text {
  margin-bottom: var(--d60);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox {
  width: calc(792 / 1440 * 100%);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist {
  margin-bottom: calc(-1 * var(--d16));
  --bs-gutter-x: 1rem;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist .indexcon5-imglist2 {
  margin-bottom: var(--d16);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist .indexcon5-imglist2:hover .img-box img {
  transform: scale(1.1);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist3 {
  position: relative;
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist3:hover img {
  transform: scale(1.1);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist3 .img-box {
  border-radius: var(--y20);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist3 .indexcon5-type {
  position: absolute;
  top: var(--d15);
  left: var(--d10);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10) var(--d20);
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: var(--c3);
  z-index: 10;
  border-radius: 10px;
  background: rgba(255, 240, 0, 0.8);
}

.index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox .indexcon5-imglist3 .indexcon5-type img {
  width: var(--24);
  height: var(--24);
  min-width: var(--24);
  margin-right: var(--d10);
}

.index .indexcon6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d113) 0;
}

.index .indexcon6 .titlebox {
  margin-bottom: var(--d80);
}

.index .indexcon6 .indexcon6-list .indexcon6-list2 .indexcon6-list3 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFCD7D;
  background: #FFF;
  padding: var(--d24) var(--d40);
  transition: all 0.5s;
}

.index .indexcon6 .indexcon6-list .indexcon6-list2 .indexcon6-list3:hover {
  border-radius: 40px 0;
  border: 1px solid #FFCD7D;
  background: #FFF;
  backdrop-filter: blur(10px);
}

.index .indexcon6 .indexcon6-list .indexcon6-list2 .indexcon6-list3:hover h3 {
  color: var(--c);
}

.index .indexcon6 .indexcon6-list .indexcon6-list2 .indexcon6-list3 h3 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  transition: all 0.5s;
  color: #222;
  font-weight: 500;
}

.index .indexcon6 .indexcon6-list .indexcon6-list2 .indexcon6-list3 img {
  width: var(--64);
  height: var(--64);
  min-width: var(--64);
}

.index .indexcon7 {
  padding-top: var(--d120);
  padding-bottom: var(--d80);
}

.index .indexcon7 .titlebox {
  margin-bottom: var(--d80);
}

.index .indexcon7 .indexcon7-list {
  margin-bottom: calc(-1 * var(--d32));
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 {
  margin-bottom: var(--d32);
}

.index .indexcon7 .indexcon7-list .indexcon7-list2:nth-child(2n) .indexcon7-list3 {
  flex-direction: column-reverse;
}

.index .indexcon7 .indexcon7-list .indexcon7-list2:nth-child(2n) .indexcon7-list3 .indexcon7-imgbox {
  margin-bottom: 0;
  margin-top: var(--d28);
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3 {
  display: flex;
  flex-direction: column;
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3:hover .indexcon7-imgbox img {
  transform: scale(1.16);
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3:hover .indexcon7-list-title {
  color: var(--c) !important;
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3 .indexcon7-imgbox {
  padding: var(--d80);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--y40);
  margin-bottom: var(--d28);
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3 .indexcon7-imgbox img {
  width: var(--120);
  height: var(--120);
  object-fit: cover;
  transition: all 0.5s;
}

.index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3 .indexcon7-list-title {
  padding-left: var(--d32);
  font-size: var(--32);
  line-height: calc(46 / 32);
  color: var(--c3);
  transition: all 0.5s;
}

.indexcon2 {
  padding-top: var(--d120);
}

.indexcon2 .indexcon2-title {
  margin-bottom: var(--d20);
  position: relative;
}

.indexcon2 .indexcon2-title .indexcon2-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 82.23958vw;
  pointer-events: none;
}

.indexcon2 .indexcon2-title .indexcon2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexcon2 .indexcon2-title .title {
  position: relative;
  z-index: 10;
}

.indexcon2 .indexcon2-title .titleimg {
  position: relative;
  z-index: 10;
}

.indexcon2 .indexcon2-text {
  width: 1002px;
  max-width: 100%;
  margin: 0 auto var(--d80);
  text-align: center;
}

.indexcon2 .indexcon2-swiper {
  margin-bottom: var(--d60);
}

.indexcon2 .indexcon2-swiper .indexcon2-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 25vw;
}

.indexcon2 .indexcon2-swiper .indexcon2-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 25vw;
}

.indexcon2 .indexcon2-conbox {
  position: relative;
  border-radius: var(--y20);
  overflow: hidden;
}

.indexcon2 .indexcon2-conbox:hover .img-box img {
  transform: scale(1.1);
}

.indexcon2 .indexcon2-conbox:hover .indexcon2-more {
  opacity: 1 !important;
}

.indexcon2 .indexcon2-conbox .indexcon2-con-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--d40);
  text-align: center;
  background: linear-gradient(180deg, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.5) 100%);
  z-index: 10;
}

.indexcon2 .indexcon2-conbox .indexcon2-con-title h3 {
  font-size: var(--32);
  color: #fff;
}

.indexcon2 .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexcon2-box {
  padding-top: var(--d120);
  padding-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexcon2-box .indexcon2-left {
  width: calc(630 / 1520 * 100%);
  padding-right: var(--d70);
}

.indexcon2-box .indexcon2-left .titlebox {
  align-items: flex-start;
  margin-bottom: var(--d40);
}

.indexcon2-box .indexcon2-left .text {
  margin-bottom: var(--d120);
}

.indexcon2-box .indexcon2-left .con-but {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.indexcon2-box .indexcon2-map {
  width: calc(890 / 1520 * 100%);
  position: relative;
}

.indexcon2-box .indexcon2-map .map2 {
  display: none;
}

.indexcon2-box .indexcon2-map>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexcon2-box .indexcon2-map .map-list {
  width: 100%;
  height: 100%;
}

.indexcon2-box .indexcon2-map .map-list .map-list2 {
  position: absolute;
  z-index: 10;
  width: calc(32 / 890 * 100%);
  height: calc(32 / 747.8 * 100%);
  cursor: pointer;
}

.indexcon2-box .indexcon2-map .map-list .map-list2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.indexcon2-box .indexcon2-map .map-list .map-list2 .icon {
  z-index: 1;
}

.indexcon2-box .indexcon2-map .map-list .map-list2 .add {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(-50%, -60%);
  z-index: 1;
}

.indexcon2-box .indexcon2-map .map-list .map-list2 .map-textbox {
  min-width: calc(220 / 32 * 100%);
  border-radius: var(--y20);
  background-color: #FD550E;
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--d20));
  transform: translate(110%, -50%);
  padding: var(--d20);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 100;
}

.indexcon2-box .indexcon2-map .map-list .map-list2 .map-textbox .map-title {
  color: #fff;
  line-height: 1.75;
  font-size: var(--20);
  margin-bottom: var(--d10);
}

.indexcon2-box .indexcon2-map .map-list .map-list2 .map-textbox .map-text {
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #fff;
  font-weight: 400;
}

.indexcon2-box .indexcon2-map .map-list .action {
  z-index: 15;
}

.indexcon2-box .indexcon2-map .map-list .action .icon {
  opacity: 0;
}

.indexcon2-box .indexcon2-map .map-list .action .add {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.indexcon2-box .indexcon2-map .map-list .action .map-textbox {
  opacity: 1;
  visibility: visible;
  transform: translate(100%, -50%);
}

.indexcon2-box .indexcon2-map .map-list .map1 {
  left: 76.15%;
  top: 12.4%;
}

.indexcon2-box .indexcon2-map .map-list .map2 {
  left: 74.35%;
  top: 20.8%;
}

.indexcon2-box .indexcon2-map .map-list .map3 {
  left: 70.65%;
  top: 26.48%;
}

.indexcon2-box .indexcon2-map .map-list .map4 {
  left: 53.7%;
  top: 27.75%;
}

.indexcon2-box .indexcon2-map .map-list .map5 {
  left: 60.2%;
  top: 33.8%;
}

.indexcon2-box .indexcon2-map .map-list .map6 {
  left: 63.8%;
  top: 39.15%;
}

.indexcon2-box .indexcon2-map .map-list .map7 {
  left: 55.2%;
  top: 37.9%;
}

.indexcon2-box .indexcon2-map .map-list .map8 {
  left: 46.1%;
  top: 37%;
}

.indexcon2-box .indexcon2-map .map-list .map9 {
  left: 42.85%;
  top: 42.1%;
}

.indexcon2-box .indexcon2-map .map-list .map10 {
  left: 30.75%;
  top: 39.75%;
}

.indexcon2-box .indexcon2-map .map-list .map11 {
  left: 50.1%;
  top: 44.6%;
}

.indexcon2-box .indexcon2-map .map-list .map12 {
  left: 57.75%;
  top: 45.1%;
}

.indexcon2-box .indexcon2-map .map-list .map13 {
  left: 67.11%;
  top: 46.5%;
}

.indexcon2-box .indexcon2-map .map-list .map14 {
  left: 63.85%;
  top: 50.8%;
}

.indexcon2-box .indexcon2-map .map-list .map15 {
  left: 55.45%;
  top: 52.2%;
}

.indexcon2-box .indexcon2-map .map-list .map16 {
  left: 40.8%;
  top: 52.1%;
}

.indexcon2-box .indexcon2-map .map-list .map17 {
  left: 47.45%;
  top: 55.4%;
}

.indexcon2-box .indexcon2-map .map-list .map18 {
  left: 68.8%;
  top: 56.3%;
}

.indexcon2-box .indexcon2-map .map-list .map19 {
  left: 61.6%;
  top: 59.25%;
}

.indexcon2-box .indexcon2-map .map-list .map20 {
  left: 55.2%;
  top: 60.35%;
}

.indexcon2-box .indexcon2-map .map-list .map21 {
  left: 47%;
  top: 62.4%;
}

.indexcon2-box .indexcon2-map .map-list .map22 {
  left: 37%;
  top: 66.4%;
}

.indexcon2-box .indexcon2-map .map-list .map23 {
  left: 50.7%;
  top: 69%;
}

.indexcon2-box .indexcon2-map .map-list .map24 {
  left: 58.1%;
  top: 69.5%;
}

.indexcon2-box .indexcon2-map .map-list .map25 {
  left: 66.1%;
  top: 64%;
}

.indexcon2-box .indexcon2-map .map-list .heilongjiang {
  left: 76.15%;
  top: 12.4%;
}

.indexcon2-box .indexcon2-map .map-list .jilin {
  left: 74.35%;
  top: 20.8%;
}

.indexcon2-box .indexcon2-map .map-list .liaoning {
  left: 70.65%;
  top: 26.48%;
}

.indexcon2-box .indexcon2-map .map-list .neimenggu {
  left: 53.7%;
  top: 27.75%;
}

.indexcon2-box .indexcon2-map .map-list .hebei {
  left: 60.2%;
  top: 33.8%;
}

.indexcon2-box .indexcon2-map .map-list .shandong {
  left: 63.8%;
  top: 39.15%;
}

.indexcon2-box .indexcon2-map .map-list .shanxicu {
  left: 55.2%;
  top: 37.9%;
}

.indexcon2-box .indexcon2-map .map-list .shanxisheng {
  left: 55.2%;
  top: 37.9%;
}

.indexcon2-box .indexcon2-map .map-list .ningxia {
  left: 46.1%;
  top: 37%;
}

.indexcon2-box .indexcon2-map .map-list .gansu {
  left: 42.85%;
  top: 42.1%;
}

.indexcon2-box .indexcon2-map .map-list .qinghai {
  left: 30.75%;
  top: 39.75%;
}

.indexcon2-box .indexcon2-map .map-list .shanxi {
  left: 50.1%;
  top: 44.6%;
}

.indexcon2-box .indexcon2-map .map-list .henan {
  left: 57.75%;
  top: 45.1%;
}

.indexcon2-box .indexcon2-map .map-list .jiangsu {
  left: 67.11%;
  top: 46.5%;
}

.indexcon2-box .indexcon2-map .map-list .anhui {
  left: 63.85%;
  top: 50.8%;
}

.indexcon2-box .indexcon2-map .map-list .hubei {
  left: 55.45%;
  top: 52.2%;
}

.indexcon2-box .indexcon2-map .map-list .sichuan {
  left: 40.8%;
  top: 52.1%;
}

.indexcon2-box .indexcon2-map .map-list .chongqing {
  left: 47.45%;
  top: 55.4%;
}

.indexcon2-box .indexcon2-map .map-list .zhejiang {
  left: 68.8%;
  top: 56.3%;
}

.indexcon2-box .indexcon2-map .map-list .jiangxi {
  left: 61.6%;
  top: 59.25%;
}

.indexcon2-box .indexcon2-map .map-list .hunan {
  left: 55.2%;
  top: 60.35%;
}

.indexcon2-box .indexcon2-map .map-list .guizhou {
  left: 47%;
  top: 62.4%;
}

.indexcon2-box .indexcon2-map .map-list .yunnan {
  left: 37%;
  top: 66.4%;
}

.indexcon2-box .indexcon2-map .map-list .guangxi {
  left: 50.7%;
  top: 69%;
}

.indexcon2-box .indexcon2-map .map-list .guangdong {
  left: 58.1%;
  top: 69.5%;
}

.indexcon2-box .indexcon2-map .map-list .fujian {
  left: 66.1%;
  top: 64%;
}

.indexcon8 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.indexcon8 .indexcon8-conbox {
  padding: var(--d120) 0;
}

.indexcon8 .indexcon8-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d80);
}

.indexcon8 .indexcon8-titlebox .titlebox {
  display: block;
}

.indexcon8 .indexcon8-box {
  display: flex;
  justify-content: space-between;
}

.indexcon8 .indexcon8-box .indexcon8-left {
  width: calc(743 / 1520 * 100%);
}

.indexcon8 .indexcon8-box .indexcon8-left .indexcon8-swbox {
  width: calc(100% - var(--d16));
  height: calc(100% - var(--d18));
  transition: all 0.5s;
  position: relative;
}

.indexcon8 .indexcon8-box .indexcon8-left .indexcon8-swbox::after {
  border-radius: 100px 0;
  background: var(--c2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: var(--d18);
  left: var(--d16);
  content: '';
}

.indexcon8 .indexcon8-box .indexcon8-left .indexcon8-swbox .indexcon8-swiper {
  position: relative;
  z-index: 10;
  height: 100%;
  border-radius: 100px 0;
}

.indexcon8 .indexcon8-box .indexcon8-left .indexcon8-swbox .indexcon8-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 0 100px 0;
}

.indexcon8 .indexcon8-box .indexcon8-right {
  width: calc(777 / 1520 * 100%);
  padding-left: var(--d100);
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 {
  margin-bottom: var(--d20);
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2:last-child {
  margin-bottom: 0;
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3 {
  padding: var(--d20) 0;
  position: relative;
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3:hover .indexcon8-list-title h3 {
  color: var(--c);
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3:hover .indexcon8-list-date {
  color: var(--c);
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3::after {
  content: '';
  background-color: #e9e9e9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3 .indexcon8-list-title {
  margin-bottom: var(--d10);
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3 .indexcon8-list-title h3 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  font-weight: 500;
  color: var(--c3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .indexcon8-list2 .indexcon8-list3 .indexcon8-list-date {
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--18);
  line-height: calc(27 / 18);
  color: #666666;
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .action .indexcon8-list-title h3 {
  color: var(--c) !important;
}

.indexcon8 .indexcon8-box .indexcon8-right .indexcon8-list .action .indexcon8-list-date {
  color: var(--c) !important;
}

.indexcon2-more {
  width: var(--r120);
  height: var(--r120);
  min-width: var(--r120);
  background-color: #FFF000;
  border-radius: 50%;
  position: absolute;
  right: var(--d30);
  bottom: var(--d30);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}

.indexcon2-more .indexcon2-more-title {
  font-size: var(--16);
  color: #222;
  width: 38%;
  text-align: center;
  transform-origin: center;
  animation: indexcon2title 3s linear infinite normal;
}

@keyframes indexcon2title {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(45deg);
  }

  75% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0);
  }
}

.fooder .fooder-form {
  position: relative;
}

.fooder .fooder-form .fooder-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #262628;
  height: 50%;
}

.fooder .fooder-form .container {
  position: relative;
  z-index: 10;
}

.fooder .fooder-form .fooder-form-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: var(--d80) var(--d66);
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  background-position: -70px;
}

.fooder .fooder-form .fooder-form-box .fooder-form-titlebox {
  width: calc(100% - 744px);
}

.fooder .fooder-form .fooder-form-box .fooder-form-titlebox .fooder-form-title {
  margin-bottom: var(--d10);
}

.fooder .fooder-form .fooder-form-box .fooder-form-titlebox .fooder-form-title h2 {
  font-size: var(--48);
  line-height: calc(67 / 48);
  color: #fff;
  font-weight: 700;
}

.fooder .fooder-form .fooder-form-box .fooder-form-titlebox .fooder-form-title .titleimg {
  width: 83px;
  filter: brightness(0) invert(1);
}

.fooder .fooder-form .fooder-form-box .fooder-form-titlebox .fooder-form-title .titleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-con {
  padding-top: var(--d36);
  background-color: #262628;
  position: relative;
  z-index: 100;
}

.fooder .fooder-con .fooder-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d40) 0;
  position: relative;
  z-index: 11;
  margin-bottom: var(--d40);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fooder .fooder-con .fooder-top .fooder-logobox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fooder .fooder-con .fooder-top .fooder-logobox .fooder-logo {
  width: 231px;
  margin-right: var(--d20);
}

.fooder .fooder-con .fooder-top .fooder-logobox .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-con .fooder-top .fooder-logobox .fooder-logotext {
  font-size: var(--20);
  line-height: 1.75;
  color: #fff;
}

.fooder .fooder-con .fooder-top .fooder-logobox .fooder-logotext {
    max-width: 594px;
}
.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2 {
  margin-right: var(--d20);
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2:last-child {
  margin-right: 0;
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2 .fooder-share-list3 {
  width: var(--r48);
  height: var(--r48);
  min-width: var(--r48);
  position: relative;
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2 .fooder-share-list3:hover .fooder-share-qc {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -100%);
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2 .fooder-share-list3 .fooder-share-qc {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2 .fooder-share-list3 .fooder-share-qc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-con .fooder-top .fooder-share .fooder-share-list .fooder-share-list2 .fooder-share-list3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-con .fooder-con2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d40);
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-imgbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--d20);
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-imgbox .fooder-img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  margin-bottom: var(--d10);
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-imgbox .fooder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-imgbox .fooder-imgtitle {
  font-size: var(--18);
  line-height: calc(27 / 18);
  color: #fff;
  font-weight: 400;
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-tel a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-tel a img {
  width: var(--24);
  height: var(--24);
  min-width: var(--24);
  margin-right: var(--d14);
}

.fooder .fooder-con .fooder-con2 .fooder-mes .fooder-tel a span {
  font-weight: 500;
  font-size: var(--32);
  line-height: calc(46 / 32);
  background: linear-gradient(180deg, #FFCD7D 0%, #FD550E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fooder .fooder-con .fooder-con2 .fooder-nav {
  width: 1133px;
  display: flex;
  justify-content: space-between;
}

.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navtitle {
  font-size: var(--20);
  line-height: calc(35 / 20);
  position: relative;
  color: #fff;
  margin-bottom: var(--d20);
}

.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navtitle::after {
  width: 37px;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #FD550E;
  position: absolute;
  content: '';
}

.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navcon a {
  display: block;
  margin-bottom: var(--d12);
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #fff;
  opacity: 0.3;
  transition: all 0.5s;
  font-weight: 400;
}

.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navcon a:hover {
  opacity: 1;
}

.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navcon a:last-child {
  margin-bottom: 0;
}

.fooder .fooder-con .fooder-add {
  margin-bottom: var(--d40);
}

.fooder .fooder-con .fooder-add .fooder-addtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--20);
  line-height: 1.75;
  color: #fff;
  margin-bottom: var(--d20);
}

.fooder .fooder-con .fooder-add .fooder-addtitle img {
  width: var(--24);
  height: var(--24);
  min-width: var(--24);
  margin-right: var(--d8);
}

.fooder .fooder-con .fooder-add .fooder-add-list {
  display: flex;
  justify-content: flex-start;
  margin-right: calc(-1 * var(--d20));
  margin-bottom: calc(-1 * var(--d16));
  flex-wrap: wrap;
}

.fooder .fooder-con .fooder-add .fooder-add-list .fooder-add-list2 {
  margin-right: var(--d20);
  margin-bottom: var(--d16);
}

.fooder .fooder-con .fooder-add .fooder-add-list .fooder-add-list2 .fooder-add-list3 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: var(--d8);
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-add .fooder-add-list .fooder-add-list2 .fooder-add-list3:hover {
  color: var(--c);
}

.fooder .fooder-con .fooder-bom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: var(--d24) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.fooder-form-con {
  width: 744px;
}

.fooder-form-con ul {
  --bs-gutter-x: 1.25rem;
}

.fooder-form-con ul li {
  margin-bottom: var(--d20);
}

.fooder-form-con .input-box {
  padding: var(--d20);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: var(--c3);
  font-size: var(--18);
  line-height: calc(25 / 18);
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}

.fooder-form-con .input-box::placeholder {
  color: #666;
}

.fooder-form-con select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fooder-form-con select option:checked {
  background-color: #409eff !important;
  color: #fff !important;
}

.fooder-form-con select:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0;
}

.fooder-form-con .submit {
  background-color: transparent;
}

.select-box {
  /* 瀹瑰櫒 */
  /* 涓嬫媺妗嗗ご閮� */
  /* 澶撮儴閫変腑锛堣仛鐒︼級鏍峰紡 */
  /* 涓嬫媺绠ご */
  /* 閫夐」鍒楄〃 */
  /* 閫夐」鏍峰紡 */
  /* 閫夐」 hover 鏍峰紡锛堝畬鍏ㄨ嚜瀹氫箟锛� */
  /* 閫夐」閫変腑鏍峰紡锛堝畬鍏ㄨ嚜瀹氫箟锛� */
  /* 鏄剧ず鍒楄〃 */
}

.select-box .custom-select {
  position: relative;
  width: 100%;
}

.select-box #selectText {
  color: #666666 !important;
}

.select-box .select-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box .select-header.active {
  border: 2px solid #FF8000 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.select-box .select-arrow {
  width: var(--24);
  height: var(--24);
}

.select-box .select-arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-box .select-options {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: none;
  border-radius: 10px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}

.select-box .select-options li {
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 !important;
  padding: var(--d10) var(--d20);
  font-size: var(--16);
  color: #666666;
}

.select-box .select-options li:hover {
  color: var(--c);
}

.select-box .select-options li.selected {
  color: var(--c);
}

.select-box .custom-select.active .select-options {
  display: block;
}

.overall {
  position: relative;
  padding-top: var(--d60);
}

.overall .overall-bg {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -10%);
}

.overall .overall-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overall .overall-title {
  margin-bottom: var(--d20);
}

.overall .overall-title h2 {
  font-weight: 700;
  font-size: var(--56);
  line-height: calc(81 / 56);
  text-align: center;
  color: var(--c);
}

.overall .overall-text {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #666666;
  text-align: center;
}
.overall .overall-text p{
    text-indent: 2em;
}
.overall .overall-listbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d40);
}

.overall .overall-listbox .overall-list {
  border-radius: var(--y60);
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(253, 85, 14, 0.2);
  padding: var(--d12) var(--d24);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.overall .overall-listbox .overall-list .overall-list2 {
  margin-right: var(--d20);
}

.overall .overall-listbox .overall-list .overall-list2:last-child {
  margin-right: 0;
}

.overall .overall-listbox .overall-list .overall-list2 .overall-list3 {
  padding: var(--d12) var(--d24);
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #666;
  border-radius: var(--y40);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.overall .overall-listbox .overall-list .overall-list2 .overall-list3:hover {
  color: #fff;
}

.overall .overall-listbox .overall-list .overall-list2 .overall-list3:hover::after {
  opacity: 1;
}

.overall .overall-listbox .overall-list .overall-list2 .overall-list3::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--c2);
  transition: all 0.5s;
  opacity: 0;
}

.overall .overall-listbox .overall-list .overall-list2 .overall-list3 span {
  position: relative;
  z-index: 10;
}

.overall .overall-listbox .overall-list .action .overall-list3 {
  color: #fff;
}

.overall .overall-listbox .overall-list .action .overall-list3::after {
  opacity: 1;
}

.overall .overall-swiper {
  margin-top: var(--d60);
  border-radius: var(--y40);
}

.overall .overall-swiper .overall-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overall .overall-swiper .overall-pagination {
  position: absolute;
  text-align: center;
  bottom: var(--d26);
  z-index: 10;
}

.overall .overall-swiper .overall-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ff8000;
  opacity: 0.4;
}

.overall .overall-swiper .overall-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.overall2 .overall-swiper {
  margin-top: var(--d80);
}

.course .course-conbox {
  padding-top: var(--d80);
}

.course .course-conbox .course-list {
  padding-bottom: var(--d140);
}

.course .course-conbox .course-list .course-list2 {
  margin-bottom: var(--d100);
}

.course .course-conbox .course-list .course-list2:last-child {
  margin-bottom: 0;
}

.course .course-conbox .course-list .course-list2 .course-list3 .course-list-title {
  padding: var(--d12) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d60);
  border-bottom: 2px solid rgba(253, 85, 14, 0.4);
}

.course .course-conbox .course-list .course-list2 .course-list3 .course-list-title img {
  width: var(--64);
  height: var(--64);
  object-fit: cover;
  margin-right: var(--d20);
}

.course .course-conbox .course-list .course-list2 .course-list3 .course-list-title h2 {
  color: var(--c3);
  font-size: var(--40);
  line-height: calc(58 / 40);
  font-weight: 700;
}

.course .course-conbox .course-con1 .course-con2 {
  margin-bottom: var(--d40);
}

.course .course-conbox .course-con1 .course-con2:last-child {
  margin-bottom: 0;
}

.course .course-conbox .course-con1 .course-con2 .course-con3 {
  padding: var(--d60);
  border-radius: var(--y40);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course .course-conbox .course-con1 .course-con2 .course-con3:hover .img-box img {
  transform: scale(1.1);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-img {
  width: calc(743 / 1400 * 100%);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-img .img-box {
  padding-bottom: calc(9 / 16 * 100%);
  border-radius: var(--y40);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox {
  width: calc(657 / 1400 * 100%);
  padding-left: var(--d100);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox .course-con-title {
  margin-bottom: var(--d10);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox .course-con-title h2 {
  font-weight: 700;
  font-size: var(--40);
  line-height: calc(58 / 40);
  background: var(--c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox .course-con-text {
  margin-bottom: var(--d40);
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: var(--c3);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox .course-con-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: var(--d40);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox .course-con-list .course-con-list2 {
  list-style-type: disc;
  margin-bottom: var(--d10);
}

.course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox .course-con-list .course-con-list2:last-child {
  margin-bottom: 0;
}

.other-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.other-banner .other-banner-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 48px;
  min-height: 540px;
}

@media (max-width: 1600px) {
  .other-banner .other-banner-con {
    min-height: unset;
  }
}


.other-banner .other-banner-con .other-banner-textbox {
  width: calc(100% - 575px);
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-title {
  margin-bottom: var(--d20);
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-title h1 {
  font-size: var(--48);
  line-height: calc(70 / 48);
  color: var(--c3);
  font-weight: 700;
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-text {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #666666;
  .other-banner .other-banner-con .other-banner-img margin-bottom: var(--d60);
  width: 639px;
  max-width: 100%;
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-text p {
  margin-bottom: 4px;
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-text p:last-child {
  margin-bottom: 0;
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: var(--d80);
}

.other-banner .other-banner-con .other-banner-textbox .other-banner-butbox .con-but:first-child {
  margin-right: var(--d40);
}

.other-banner .other-banner-con .other-banner-img {
  width: 575px;
}

.other-banner .other-banner-con .other-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-text {
  text-align: center;
  color: #666666;
  margin-bottom: var(--d80);
}

.introduction {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}

.introduction .introduction-box {
  display: flex;
  justify-content: space-between;
}

.introduction .introduction-box .introduction-left {
  width: calc(740 / 1520 * 100%);
  position: relative;
  border-radius: var(--y20);
  overflow: hidden;
  cursor: pointer;
}

.introduction .introduction-box .introduction-left:hover img {
  transform: scale(1.1);
}

.introduction .introduction-box .introduction-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .introduction .introduction-box .introduction-left img {
    position: unset;
  }
}

.introduction .introduction-box .introduction-left .introduction-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r120);
  height: var(--r120);
}

.introduction .introduction-box .introduction-right {
  width: calc(748 / 1520 * 100%);
  padding: var(--d70) var(--d60);
  border-radius: var(--y20);
}

.introduction .introduction-box .introduction-right .introduction-con-title {
  margin-bottom: var(--d10);
}

.introduction .introduction-box .introduction-right .introduction-con-title h3 {
  font-size: var(--40);
  font-weight: 700;
  color: #fff;
}

.introduction .introduction-box .introduction-right .introduction-con-text {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fff;
}

.introduction .introduction-box .introduction-right .introduction-con-titlebox {
  margin-bottom: var(--d60);
}

.introduction .introduction-box .introduction-right .introduction-con-list .introduction-con-list2 {
  position: relative;
  padding-left: calc(var(--24) + var(--d10));
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #fff;
  margin-bottom: var(--d16);
}

.introduction .introduction-box .introduction-right .introduction-con-list .introduction-con-list2:last-child {
  margin-bottom: 0;
}

.introduction .introduction-box .introduction-right .introduction-con-list .introduction-con-list2::after {
  width: var(--24);
  height: var(--24);
  background-image: url('../image/icon/dui.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.course-titlebox {
  margin-bottom: var(--d80);
}

.course-title {
  margin-bottom: var(--d20);
}

.course-title2 {
  margin-bottom: var(--d80);
}

.course1 {
  padding-top: var(--d94);
  padding-bottom: var(--d94);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course1 .course1-list {
  align-items: center;
  margin-bottom: calc(-1 * var(--d30));
}

.course1 .course1-list .course1-list2 {
  margin-bottom: var(--d30);
}

.course1 .course1-list .course1-list2 .course1-list3 {
  padding: var(--d60) var(--d40);
  border-radius: var(--y20);
  height: 100%;
}

.course1 .course1-list .course1-list2 .course1-list3:has(.course1-list-text) .course1-list-title {
  margin-bottom: var(--d10);
}

.course1 .course1-list .course1-list2 .course1-list3:has(.course1-list-text2) .course1-list-title {
  margin-bottom: var(--d20);
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-title {
  margin-bottom: var(--d60);
  font-size: var(--40);
  line-height: calc(50 / 40);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-title img {
  margin-right: var(--d20);
  min-width: var(--50);
  width: var(--50);
  height: var(--50);
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-text {
  margin-bottom: var(--d40);
  font-size: var(--18);
  color: var(--c3);
  font-weight: 400;
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-text2 {
  margin-bottom: var(--d60);
  font-size: var(--24);
  color: #fff;
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2 {
  margin-bottom: var(--d20);
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2:last-child {
  margin-bottom: 0;
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2 .course1-list-con3 {
  padding: var(--d20);
  background-color: #fff;
  border-radius: var(--y20);
  height: 100%;
  box-shadow: 0 10px 40px 0 rgba(29, 42, 115, 0.1);
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2 .course1-list-con3 .course1-list-contitle {
  margin-bottom: var(--d10);
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fe2c55;
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2 .course1-list-con3 .course1-list-context {
  font-size: var(--18);
  line-height: 1.5;
  color: var(--c3);
  font-weight: 400;
}

.course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2 .course1-list-con3 .course1-list-context2 {
  font-size: var(--24);
  line-height: 1.5;
  color: #666666;
}

.regularclass1 .course1 .course1-list {
  align-items: stretch;
}

.course2 {
  padding-top: var(--d120);
}

.course2 .course2-list {
  margin-top: var(--d80);
}

.course2 .course2-list .course2-list2 {
  margin-bottom: var(--d20);
}

.course2 .course2-list .course2-list2:last-child {
  margin-bottom: 0;
}

.course2 .course2-list .course2-list2 .course2-list3 {
  align-items: center;
  padding: var(--d40) var(--d60);
  background-color: rgba(204, 236, 250, 0.6);
  border-radius: var(--y40);
  display: flex;
  justify-content: space-between;
}

.course2 .course2-list .course2-list2 .course2-list3 .course2-list-textbox {
  width: calc(100% - 167px);
}

.course2 .course2-list .course2-list2 .course2-list3 .course2-list-textbox .course2-list-title {
  margin-bottom: var(--d20);
}

.course2 .course2-list .course2-list2 .course2-list3 .course2-list-textbox .course2-list-title h3 {
  font-size: var(--32);
  line-height: calc(46 / 32);
  color: #fe2c55;
  font-weight: 500;
}

.course2 .course2-list .course2-list2 .course2-list3 .course2-list-textbox .course2-list-text {
  font-size: var(--20);
  line-height: 1.75;
  color: #666666;
}

.course2 .course2-list .course2-list2 .course2-list3 .course2-img {
  width: 167px;
}

.course2 .course2-list .course2-list2 .course2-list3 .course2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course3 {
  padding-top: var(--d155);
  padding-bottom: var(--d130);
}

.course3 .titlebox {
  margin-bottom: var(--d80);
}

.course3 .course3-list {
  --bs-gutter-x: 1.5rem;
  margin-bottom: calc(-1 * var(--d24));
}

.course3 .course3-list .course3-list2 {
  margin-bottom: var(--d24);
}

.course3 .course3-list .course3-list2 .course3-list3 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.course3 .course3-list .course3-list2 .course3-list3 .course3-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--y20);
  margin-bottom: var(--d24);
}

.course3 .course3-list .course3-list2 .course3-list3 .course3-img:hover img {
  transform: scale(1.1);
}

.course3 .course3-list .course3-list2 .course3-list3 .course3-img:last-child {
  margin-bottom: 0;
}

.course3 .course3-list .course3-list2 .course3-list3 .course3-img .course3-list-title {
  background: linear-gradient(180deg, rgba(9, 179, 255, 0) 0%, rgba(9, 179, 255, 0.8) 41.8%, #09B3FF 100%);
  padding: var(--d20);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.course3 .course3-list .course3-list2 .course3-list3 .course3-img .course3-list-title h3 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fff;
}

.course3 .course3-list .course3-list2 .course3-list3 .course3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.course4 {
  padding: var(--d104) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course4 .course4-title {
  margin-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course4 .course4-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.course4 .course4-butbox .course4-but {
  padding: var(--d12) var(--d24);
  text-align: center;
  font-size: var(--24);
  line-height: calc(35 / 24);
  transition: all 0.5s;
  border-radius: 50px;
  margin-right: var(--d20);
  cursor: pointer;
  color: #666666;
}

.course4 .course4-butbox .course4-but:last-child {
  margin-right: 0;
}

.course4 .course4-butbox .action {
  color: #fff !important;
}

.course4 .course4-box {
  padding-left: var(--p);
}

.course4 .course4-box .course4-box2 {
  position: relative;
  border-radius: var(--y20);
  overflow: hidden;
}

.course4 .course4-box .course4-box2 .course4-imgbox {
  position: relative;
  cursor: pointer;
}

.course4 .course4-box .course4-box2 .course4-imgbox .introduction-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r120);
  height: var(--r120);
  z-index: 10;
}

.course4 .course4-box .course4-box2 .img-box {
  border-radius: var(--y20);
}

.course4 .course4-box .course4-box2 .img-box:hover img {
  transform: scale(1.1);
}

.course4 .course4-box .course4-box2 .course4-swbox .swiper {
  margin-bottom: var(--d60);
}

.course4 .course4-box .course4-box2 .course4-swbox .course4-sw-butbox {
  padding-right: var(--p);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course4 .course4-box .course4-box2 .course4-swbox .course4-sw-butbox .course4-pagination {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - var(--r60) * 2 - var(--d20) - var(--d40));
  border-radius: 8px;
  overflow: hidden;
}

.headmaster3-swiper {
  padding-bottom: var(--d30);
}

.course4 .course4-box .course4-box2 .course4-swbox .course4-sw-butbox .course4-pagination .swiper-pagination-progressbar-fill {
  border-radius: 8px;
  display: inline-block;
}

.course4-sw-butbox {
  padding-right: var(--p);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course4-sw-butbox .headmaster3-pagination {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - var(--r60) * 2 - var(--d20) - var(--d40));
  border-radius: 8px;
  overflow: hidden;
}

.course4-sw-butbox .headmaster3-pagination .swiper-pagination-progressbar-fill {
  border-radius: 8px;
  display: inline-block;
  background-color: var(--c);
}

.course5 {
  padding-top: var(--d120);
}

.course5 .course5-con {
  padding-bottom: var(--d150);
}

.course5 .course5-con .course5-title {
  margin-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course5 .course5-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course5 .course5-list .course5-list2 {
  margin-bottom: var(--d30);
}

.course5 {
  background: linear-gradient(180deg, rgba(255, 128, 0, 0.00) 0%, rgba(255, 128, 0, 0.14) 100%) !important;
}

.news-box {
  padding: var(--d20);
  background-color: #fff;
  border-radius: var(--y20);
  transition: all 0.5s;
  height: 100%;
}

.news-box:hover {
  box-shadow: 0 10px 40px 0 rgba(116, 116, 116, 0.2);
}

.news-box:hover .img-box img {
  transform: scale(1.1);
}

.news-box:hover .news-list-title h3 {
  color: var(--c) !important;
}

.news-box .news-imgbox {
  margin-bottom: var(--d20);
}

.news-box .news-imgbox .img-box {
  border-radius: var(--y20);
}

.news-box .news-list-textbox .news-list-date {
  font-size: var(--18);
  line-height: calc(27 / 18);
  color: #666666;
  font-weight: 400;
  margin-bottom: var(--d20);
}

.news-box .news-list-textbox .news-list-title {
  margin-bottom: var(--d20);
}

.news-box .news-list-textbox .news-list-title h3 {
  font-size: var(--20);
  line-height: calc(35 / 20);
  color: var(--c3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.5s;
}

.news-box .news-list-textbox .news-list-more {
  margin-bottom: var(--d20);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news-box .news-list-textbox .news-list-more span {
  background: var(--c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: var(--d16);
}

.news-box .news-list-textbox .news-list-more .dot {
  width: 24px;
  height: 24px;
  background: var(--c2);
  border-radius: 50%;
  position: relative;
}

.news-box .news-list-textbox .news-list-more .dot::after {
  width: calc(20 / 24 * 100%);
  height: calc(20 / 24 * 100%);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.news-box .news-list-textbox .news-list-more .dot::before {
  width: calc(8 / 24 * 100%);
  height: calc(8 / 24 * 100%);
  background: var(--c2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  z-index: 10;
}

.regularclass2 .course6 .titlebox {
  margin-bottom: 11.14583vw;
}

.regularclass2 .course6 .course6-box .course6-conbox .course6-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.artclass .course6 .course6-box .course6-conbox {
  padding: var(--d40) var(--d20);
}

.course6 {
  padding: var(--d104) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course6 .titlebox {
  position: relative;
}

.course6 .titlebox .course6-img {
  position: absolute;
  width: 100%;
  bottom: calc(-1 * var(--d60));
  left: 50%;
  transform: translate(-50%, 100%);
}

.course6 .titlebox .course6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course6 .course6-box .course6-con-title {
  margin-bottom: var(--d20);
}

.course6 .course6-box .course6-con-title h3 {
  font-size: var(--32);
  font-weight: 500;
  color: var(--c3);
  text-align: center;
}

.course6 .course6-box .course6-conbox {
  padding: var(--d40) var(--d60);
  width: 22.91667vw;
  border-radius: var(--y20);
  display: flex;
  justify-content: center;
  align-items: center;
}

.course6 .course6-box .course6-conbox .course6-text {
  font-size: var(--20);
  line-height: 1.75;
  color: var(--c3);
}

@media (min-width: 1201px) {
  .up-swiper1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .up-swiper1 .swiper-wrapper .swiper-slide {
    width: auto;
  }
}

.course7 {
  padding: var(--d127) 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course7 .course7-swiper {
  padding-bottom: var(--d127);
}

.course7 .course7-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d80);
}

.course7 .course7-swbox {
  padding-left: var(--p);
}

.course7 .course7-con {
  padding: var(--d40);
  border-radius: var(--y20);
  background-color: #fff;
  box-shadow: 2px 4px 20px 0 rgba(113, 113, 113, 0.2);
  height: 100%;
}

.course7 .course7-con .course7-num {
  width: var(--r64);
  height: var(--r64);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--y20);
  color: #fd550e;
  font-size: var(--32);
  line-height: calc(42 / 32);
  font-weight: 800;
  margin-bottom: var(--d20);
}

.course7 .course7-con .course7-con-title {
  margin-bottom: var(--d20);
}

.course7 .course7-con .course7-con-title h3 {
  font-size: var(--24);
  font-weight: 500;
  color: var(--c3);
  line-height: calc(35 / 24);
}

.course7 .course7-con .course7-con-img {
  margin-bottom: var(--d20);
}

.course7 .course7-con .course7-con-img .img-box {
  border-radius: var(--y20);
  padding-bottom: calc(140 / 280 * 100%);
}

.course7 .course7-con .course7-con-text {
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #666666;
  font-weight: 400;
}

.course8 {
  padding-top: var(--d104);
  padding-bottom: var(--d94);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course8 .titlebox {
  margin-bottom: var(--d80);
}

.join-list .join-list2 {
  margin-bottom: var(--d20);
}

.join-list .join-list2:last-child {
  margin-bottom: 0;
}

.join-list .join-list2 .join-list3 {
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(110, 110, 110, 0.1);
  padding: var(--d40) var(--d60);
}

.join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title {
  color: var(--c);
}

.join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - var(--40));
  font-size: var(--32);
  line-height: calc(46 / 32);
  color: var(--c3);
  position: relative;
  transition: all 0.5s;
  display: flex;
  font-weight: 500;
  align-items: center;
}

.join-list .join-list2 .join-list3 .join-titlebox .join-icon {
  width: var(--40);
  height: var(--40);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.join-list .join-list2 .join-list3 .join-titlebox .join-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-list .join-list2 .join-list3 .join-textbox {
  padding-top: var(--d20);
  display: none;
  font-size: var(--18);
  line-height: 1.5;
  font-weight: 400;
}

.join-list .open .join-list-title {
  color: var(--c) !important;
}

.join-list .open .join-icon {
  transform: rotate(-180deg) !important;
}

.course9 .course9-list .course9-list2 .course9-list3 {
  height: 100%;
  border-radius: var(--y20);
  border: 1px solid #DBDBDB;
  background-color: #fff;
  padding: var(--d20);
}

.course9 .course9-list .course9-list2 .course9-list3:hover .img-box img {
  transform: scale(1.1);
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-imgbox .img-box {
  border-radius: var(--y20);
  padding-bottom: calc(260 / 445 * 100%);
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox {
  position: relative;
  z-index: 10;
  margin-top: calc(var(--r100) * -0.3);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-icon {
  width: var(--r100);
  height: var(--r100);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #c8102e;
  margin-bottom: var(--d20);
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-icon img {
  width: calc(60 / 100 * 100%);
  height: calc(60 / 100 * 100%);
  object-fit: cover;
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-title {
  margin-bottom: var(--d20);
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-title h3 {
  text-align: center;
  font-size: var(--32);
  line-height: calc(46 / 32);
  color: #c8102e;
  font-weight: 500;
}

.course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-text {
  font-size: var(--20);
  line-height: 1.75;
  text-align: center;
  color: #666666;
}

.course10 {
  padding-top: var(--d130);
  padding-bottom: var(--d150);
}

.course10-list {
  margin-bottom: calc(-1 * var(--d32));
}

.course10-list .course10-list2 {
  margin-bottom: var(--d32);
}

.course10-list .course10-list2 .course10-list3 {
  border-radius: var(--y20);
  background-color: #fff;
  box-shadow: 2px 4px 20px 0 rgba(113, 113, 113, 0.2);
  padding: var(--d40) var(--d20);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.course10-list .course10-list2 .course10-list3 .course10-icon {
  width: var(--r80);
  height: var(--r80);
  border-radius: var(--y20);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d20);
}

.course10-list .course10-list2 .course10-list3 .course10-icon img {
  width: calc(40 / 80 * 100%);
  height: calc(40 / 80 * 100%);
  object-fit: calc();
}

.course10-list .course10-list2 .course10-list3 .course10-list-title h3 {
  text-align: center;
  font-size: var(--24);
  font-weight: 500;
  color: var(--c3);
}

.course-butbox {
  display: flex;
  justify-content: safe center;
  align-items: center;
}

.course-butbox .course-but {
  padding: var(--d12) var(--d24);
  text-align: center;
  font-size: var(--24);
  line-height: calc(35 / 24);
  transition: all 0.5s;
  border-radius: 50px;
  margin-right: var(--d20);
  cursor: pointer;
  color: #666666;
  background-color: rgba(200, 16, 46, 0.1);
}

.course-butbox .course-but:last-child {
  margin-right: 0;
}

.course-butbox .action {
  background-color: #c8102e;
  color: #fff !important;
}

.regularclass3 {
  overflow: hidden;
}

.course11 {
  position: relative;
  overflow: hidden;
  padding-top: var(--d300);
  padding-bottom: var(--d120);
}

.course11 .course11-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 750px;
}

.course11 .course11-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course11 .container {
  position: relative;
  z-index: 10;
}

.course11 .course11-conbox {
  padding: var(--d60) var(--d60) var(--d80);
  border-radius: var(--y60);
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(113, 113, 113, 0.25);
}

.course11 .course11-conbox .text {
  margin-bottom: var(--d40);
}

.course11 .course11-conbox .course-butbox {
  margin-bottom: var(--d46);
}

.course11 .course11-conbox .course11-table table tr {
  border-color: #fff;
  border-width: 4px;
  font-size: var(--20);
  line-height: 1.75;
  color: #666666;
  text-align: center;
}

.course11 .course11-conbox .course11-table table tr:first-child td {
  background-color: rgba(219, 234, 254, 0.8);
  text-align: center;
  font-weight: 700;
  color: var(--c3);
}

.course11 .course11-conbox .course11-table table tr td {
  border-color: #fff;
  border-width: 4px;
  background-color: rgba(219, 234, 254, 0.4);
  border-radius: var(--y20);
  padding: var(--d20);
}

.course11-list {
  display: none;
}

.course-list3-but {
  padding: var(--d12) var(--d24);
  text-align: center;
  font-size: var(--24);
  line-height: calc(35 / 24);
  transition: all 0.5s;
  border-radius: 50px;
  cursor: pointer;
  color: #666666;
  background-color: rgba(200, 16, 46, 0.1);
  margin: 0 auto var(--d30);
}

@media (max-width: 768px) {

  .regularclass3 .course11 .course11-swiper,
  .regularclass3 .course11 .course-butbox {
    display: none;
  }

  .course11-list {
    display: block;
  }
}

.course12 {
  position: relative;
}

.course12 .course12-bg {
  position: absolute;
  border-radius: 50%;
  background: rgba(51, 105, 227, 0.14);
  filter: blur(300px);
  width: 32.91667vw;
  height: 32.91667vw;
  top: 0;
  right: 0;
  transform: translate(45%, -45%);
}

.course12 .course12-bg2 {
  position: absolute;
  border-radius: 50%;
  background: rgba(51, 105, 227, 0.14);
  filter: blur(300px);
  width: 32.91667vw;
  height: 32.91667vw;
  bottom: 0;
  left: 0;
  transform: translate(-45%, 45%);
}

.course12 .text {
  margin-bottom: var(--d60);
}

.course12 .course12-swbox {
  position: relative;
}

.course12 .course12-swbox .swiper-but2 {
  position: absolute;
  top: calc((100% - var(--d160)) / 2);
  z-index: 10;
}

.course12 .course12-swbox .course12-prev {
  left: calc(-1 * var(--d30));
  transform: translate(-100%, -50%);
}

.course12 .course12-swbox .course12-next {
  right: calc(-1 * var(--d30));
  transform: translate(100%, -50%);
}

.course12 .course12-swbox .course12-swiper {
  padding-bottom: var(--d160);
}

.course12 .course12-swbox .course12-conbox {
  padding: var(--d20);
  border-radius: var(--y20);
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(17, 27, 80, 0.1);
}

.course12 .course12-swbox .course12-conbox .course12-imgbox {
  margin-bottom: var(--d20);
}

.course12 .course12-swbox .course12-conbox .course12-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course12 .course12-swbox .course12-conbox .course12-sw-title {
  margin-bottom: var(--d20);
}

.course12 .course12-swbox .course12-conbox .course12-sw-title h3 {
  font-size: var(--24);
  color: var(--c3);
  text-align: center;
  font-weight: 500;
}

.course12 .course12-swbox .course12-conbox .course12-sw-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(-1 * var(--d10)) -5px;
}

 
.course12 .course12-swbox .course12-conbox ul.course12-sw-type > li:nth-child(5n+1) .course12-type2 {
    background-color: #f3e8ff; 
}
.course12 .course12-swbox .course12-conbox ul.course12-sw-type > li:nth-child(5n+2) .course12-type2 {
    background-color: #dbeafe; 
}

.course12 .course12-swbox .course12-conbox ul.course12-sw-type > li:nth-child(5n+3) .course12-type2 {
    background-color: #dcfce7; 
}


.course12 .course12-swbox .course12-conbox ul.course12-sw-type > li:nth-child(5n+4) .course12-type2 {
    background-color: #fce1e1; 
}

.course12 .course12-swbox .course12-conbox ul.course12-sw-type > li:nth-child(5n+5) .course12-type2 {
    background-color: #fef9c3; 
}




.course12 .course12-swbox .course12-conbox .course12-sw-type .course12-type1 {
  padding: var(--d10) 5px;
}

.course12 .course12-swbox .course12-conbox .course12-sw-type .course12-type1 .course12-type2 {
  padding: var(--d10) var(--d14);
  border-radius: var(--y40);
  background: #E9F2FE;
}

.course13 {
  padding-bottom: var(--d160);
}

.course13 .course13-box {
  display: flex;
  justify-content: space-between;
}

.course13 .course13-box .course13-left {
  width: calc(776 / 1520 * 100%);
  padding-right: var(--d72);
}

.course13 .course13-box .course13-right {
  width: calc(744 / 1520 * 100%);
  border-radius: var(--y20);
  overflow: hidden;
}

.course13 .course13-box .course13-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course13 .course13-box .course13-right-con {
  width: calc(744 / 1520 * 100%);
  border-radius: var(--y40);
  background: #F5443D;
  box-shadow: 4px 10px 40px 0 rgba(0, 0, 0, 0.2);
  padding: var(--d60) var(--d40);
}

.course13 .course13-box .course13-right-con .course13-right-title {
  margin-bottom: var(--d40);
  font-size: var(--40);
  line-height: calc(50 / 40);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course13 .course13-box .course13-right-con .course13-right-title img {
  margin-right: var(--d20);
  min-width: var(--50);
  width: var(--50);
  height: var(--50);
}

.course13 .course13-box .course13-right-con .course13-right-list {
  --bs-gutter-x: 1.25rem;
  margin-bottom: calc(-1 * var(--d20));
  padding-bottom: var(--d40);
}

.course13 .course13-box .course13-right-con .course13-right-list .course13-right-list2 {
  margin-bottom: var(--d20);
}

.course13 .course13-box .course13-right-con .course13-right-list .course13-right-list2 .course13-right-list3 {
  border-radius: var(--y20);
  background-color: #fff;
  padding: var(--d20);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.course13 .course13-box .course13-right-con .course13-right-list .course13-right-list2 .course13-right-list3 .num {
  font-size: var(--48);
  line-height: calc(70 / 48);
  font-weight: 700;
  color: #F5443D;
}

.course13 .course13-box .course13-right-con .course13-right-list .course13-right-list2 .course13-right-list3 .course13-right-list-title {
  font-size: var(--20);
  font-weight: 500;
  line-height: 1.75;
  color: #222;
  text-align: center;
}

.course13 .course13-box .course13-right-con .course13-right-textbox {
  padding: var(--d10);
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 0 10px 40px 0 rgba(17, 27, 80, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  font-weight: 500;
  color: var(--c3);
}

.course13 .course13-box .course13-right-con .course13-right-textbox span {
  margin-left: var(--d40);
}

.course13 .course13-box .course13-right-con .course13-right-textbox .course-con-icon {
  background-color: #F59E0B;
  margin-bottom: 0;
}

.course13 .course13-box .course13-right-con .course13-right-textbox .course-con-icon img {
  filter: brightness(0) invert(1);
}

.course13-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.course13-list .course13-list2 {
  margin-bottom: var(--d40);
}

.course13-list .course13-list2:last-child {
  margin-bottom: 0;
}

.course13-list .course13-list2 .course13-list3 {
  border-radius: var(--y20);
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(17, 27, 80, 0.1);
  padding: var(--d24) var(--d20);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course13-list .course13-list2 .course13-list3 .course13-list-icon {
  width: var(--r64);
  height: var(--r64);
  min-width: var(--r64);
  border-radius: var(--y20);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--32);
  font-weight: 800;
  color: #fff;
}

.course13-list .course13-list2 .course13-list3 .course13-list-icon img {
  width: calc(40 / 64 * 100%);
  height: calc(40 / 64 * 100%);
}

.course13-list .course13-list2 .course13-list3 .course13-list-text {
  width: calc(100% - var(--r64));
  padding-left: var(--d40);
  font-size: var(--24);
  font-weight: 500;
  color: var(--c3);
  line-height: calc(35 / 24);
}

.course13-list .course13-list2 .course13-list3 .course13-list-title {
  margin-bottom: 6px;
}

.course13-list .course13-list2 .course13-list3 .course13-list-text2 {
  font-size: var(--16);
  font-weight: 400;
  color: #666;
}

.course13-2 .course13-box {
  flex-direction: row-reverse;
}

.course13-2 .course13-box .course13-left {
  padding-left: var(--d72);
  padding-right: 0;
}

.specialclass3 .course13 .course13-box .course13-left .course13-list .course13-list2 .course13-list3 {
  padding: var(--d40) var(--d20);
}

.course14 {
  padding-bottom: var(--d127);
}

.course14 .text {
  margin-bottom: var(--d40);
}

.course14 .course-butbox {
  margin-bottom: var(--d60);
}

.course14 .course14-box {
  display: flex;
  justify-content: space-between;
}

.course14 .course14-box .course14-left {
  width: calc(744 / 1520 * 100%);
  border-radius: var(--y20);
  overflow: hidden;
}

.course14 .course14-box .course14-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .course14 .course14-box .course14-left img {
    position: unset;
  }
}

.course14 .course14-box .course14-right {
  padding: var(--d40);
  width: calc(744 / 1520 * 100%);
  border-radius: var(--y20);
  overflow: hidden;
  background-color: rgba(204, 236, 250, 0.4);
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox {
  margin-bottom: var(--d40);
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-con-title {
  font-size: var(--40);
  line-height: calc(58 / 40);
  color: var(--c3);
  font-weight: 700;
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-con-text {
  font-size: var(--18);
  line-height: 1.5;
  color: #666666;
  font-weight: 400;
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-con-text2 {
  font-size: var(--24);
  color: var(--c3);
  margin-bottom: 6px;
  line-height: calc(35 / 24);
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-type {
  padding-top: var(--d20);
  margin: calc(-1 * var(--d10));
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: var(--d20);
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-type .course14-type2 {
  padding: var(--d10);
}

.course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-type .course14-type2 .course14-type3 {
  padding: var(--d10) var(--d20);
  border-radius: 50px;
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 {
  margin-bottom: var(--d20);
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2:last-child {
  margin-bottom: 0;
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 {
  border-radius: var(--y20);
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(110, 110, 110, 0.1);
  padding: var(--d24) var(--d20);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-icon {
  width: var(--r64);
  height: var(--r64);
  min-width: var(--r64);
  border-radius: var(--y20);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fd550e;
  font-size: var(--32);
  line-height: calc(42 / 32);
  font-weight: 800;
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-icon img {
  width: calc(32 / 64 * 100%);
  height: calc(32 / 64 * 100%);
  object-fit: cover;
  filter: brightness(0) invert(1);
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-textbox {
  width: calc(100% - var(--r64));
  padding-left: var(--d40);
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-textbox .course14-con-title {
  font-size: var(--24);
  color: var(--c3);
  margin-bottom: 6px;
  line-height: calc(35 / 24);
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-textbox .course14-con-text {
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #666;
  font-weight: 400;
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-textbox2 {
  width: calc(100% - var(--r64));
  padding-left: var(--d40);
  display: flex;
  justify-content: space-between;
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-textbox2 .course14-con-title2 {
  font-size: var(--24);
  color: var(--c3);
  margin-bottom: 6px;
  line-height: calc(35 / 24);
}

.course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-textbox2 .course14-con-text2 {
  padding: 0 var(--d10);
  font-size: var(--24);
  color: #c8102e;
  margin-bottom: 6px;
  line-height: calc(35 / 24);
}

.course14 .course14-conbox2 {
  padding: var(--d20);
  padding-bottom: 0;
}

.course14 .course14-conbox2 .course10-list {
  padding-bottom: var(--d113);
}

.course14 .course14-conbox2 .course14-conbox2-title {
  font-size: var(--48);
  line-height: calc(70 / 48);
  font-weight: 700;
  text-align: center;
  color: var(--c3);
}

.course15 {
  padding-bottom: var(--d120);
}

.course15 .course15-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course15 .course15-list .course15-list2 {
  margin-bottom: var(--d30);
}

.course15 .course15-list .course15-list2 .course15-list3 {
  border-radius: var(--y20);
  overflow: hidden;
  box-shadow: 0 4px 40px 0 rgba(17, 27, 80, 0.1);
  height: 100%;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-iconbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: var(--d24) var(--d20);
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-iconbox .course15-icon {
  width: var(--64);
  height: var(--64);
  margin-bottom: var(--d10);
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-iconbox .course15-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-iconbox .course15-list-title h3 {
  text-align: center;
  font-size: var(--24);
  font-weight: 500;
  color: #fff;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox {
  background-color: #fff;
  padding: var(--d20);
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-conlist {
  margin-bottom: var(--d20);
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-conlist .course15-conlist2 {
  margin-bottom: var(--d10);
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-conlist .course15-conlist2:last-child {
  margin-bottom: 0;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-conlist .course15-conlist2 .course15-conlist3 i {
  font-size: var(--24);
  margin-right: var(--d10);
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-conlist .course15-conlist2 .course15-conlist3 span {
  font-size: var(--18);
  line-height: var(--24);
  color: var(--c3);
  font-weight: 400;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-type {
  margin: -3px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-type .course15-type2 {
  padding: 3px;
}

.course15 .course15-list .course15-list2 .course15-list3 .course15-conbox .course15-type .course15-type2 .course15-type3 {
  padding: 4px var(--d10);
  font-size: var(--16);
  line-height: calc(23 / 16);
  border-radius: 50px;
}

.course16 {
  margin-bottom: var(--d130);
}

.course16 .course16-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course16 .course16-list .course16-list2 {
  margin-bottom: var(--d30);
}

.course16 .course16-list .course16-list2 .course16-list3 {
  padding: var(--d60) var(--d40);
  border-radius: var(--y20);
  overflow: hidden;
  height: 100%;
}

.course16 .course16-list .course16-list2 .course16-list3 .course16-con-icon {
  width: var(--r64);
  height: var(--r64);
  min-width: var(--r64);
  border-radius: var(--y20);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--32);
  line-height: calc(42 / 32);
  font-weight: 800;
  margin-bottom: var(--d20);
}

.course16 .course16-list .course16-list2 .course16-list3 .course16-list-title {
  margin-bottom: var(--d40);
}

.course16 .course16-list .course16-list2 .course16-list3 .course16-list-title h3 {
  font-size: var(--24);
  font-weight: 500;
  color: var(--c3);
  line-height: calc(35 / 24);
}

.course16 .course16-list .course16-list2 .course16-list3 .course16-list-text {
  font-size: var(--18);
  color: #666;
  margin-bottom: var(--d10);
  font-weight: 400;
}

.course16 .course16-list .course16-list2 .course16-list3 .course16-list-text2 {
  font-size: var(--18);
}

.course-con-icon {
  width: var(--r64);
  height: var(--r64);
  min-width: var(--r64);
  border-radius: var(--y20);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--32);
  line-height: calc(42 / 32);
  font-weight: 800;
  margin-bottom: var(--d20);
}

.course-con-icon img {
  width: calc(32 / 64 * 100%);
  height: calc(32 / 64 * 100%);
  object-fit: cover;
}

.course17 {
  padding: var(--d140) 0;
}

.course17 .course17-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course17 .course17-list .course17-list2 {
  margin-bottom: var(--d30);
}

.course17 .course17-list .course17-list2 .course17-list3 {
  padding: var(--d60) var(--d40);
  border-radius: var(--y40);
  overflow: hidden;
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-list-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d60);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-list-titlebox .course17-list-title {
  font-size: var(--40);
  line-height: calc(50 / 40);
  color: var(--c3);
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-list-titlebox .course17-list-title img {
  margin-right: var(--d20);
  min-width: var(--50);
  width: var(--50);
  height: var(--50);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-list-titlebox .course17-type {
  white-space: nowrap;
  padding: var(--d10) var(--d20);
  border-radius: 50px;
  font-size: var(--20);
  line-height: 1.75;
  color: #fff;
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-conlist {
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(110, 110, 110, 0.1);
  padding: var(--d20);
  margin-bottom: var(--d60);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-conlist .course17-conlist2 {
  margin-bottom: var(--d26);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-conlist .course17-conlist2:last-child {
  margin-bottom: 0;
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-conlist .course17-conlist2 .course17-conlist3 i {
  font-size: var(--32);
  margin-right: var(--d10);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-conlist .course17-conlist2 .course17-conlist3 span {
  font-size: var(--24);
  line-height: var(--32);
  color: var(--c3);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-imgbox {
  margin-bottom: calc(-1 * var(--d16));
  --bs-gutter-x: 1rem;
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-imgbox .course17-imgbox2 {
  margin-bottom: var(--d16);
}

.course17 .course17-list .course17-list2 .course17-list3 .course17-imgbox .course17-imgbox2 .course17-imgbox3 .img-box {
  border-radius: var(--y20);
}

.course18 {
  padding: var(--d113) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course18 .course18-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.course18 .course18-con .course18-con2 {
  position: relative;
}

.course18 .course18-con .course18-con2 .course18-img {
  width: 518px;
}

.course18 .course18-con .course18-con2 .course18-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(1) .course18-list3 {
  top: 0;
  left: calc(-1 * var(--d50));
  transform: translate(-100%, 0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(1) .course18-list3 .course18-list-title {
  border-radius: 0 30px;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(1) .course18-list3 .course18-list-text {
  text-align: right;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(2) .course18-list3 {
  top: 0;
  right: calc(-1 * var(--d50));
  transform: translate(100%, 0);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(2) .course18-list3 .course18-list-title {
  border-radius: 30px 0;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(2) .course18-list3 .course18-list-text {
  text-align: left;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(3) .course18-list3 {
  bottom: 0;
  left: calc(-1 * var(--d50));
  transform: translate(-100%, 0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(3) .course18-list3 .course18-list-title {
  border-radius: 0 30px;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(3) .course18-list3 .course18-list-text {
  text-align: right;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(4) .course18-list3 {
  bottom: 0;
  right: calc(-1 * var(--d50));
  transform: translate(100%, 0);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(4) .course18-list3 .course18-list-title {
  border-radius: 30px 0;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2:nth-child(4) .course18-list3 .course18-list-text {
  text-align: left;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 {
  position: absolute;
  width: 439px;
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 .course18-list-title {
  padding: var(--d16) var(--d24);
  color: #fff;
  font-size: var(--24);
  line-height: calc(35 / 24);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d20);
}

.course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 .course18-list-text {
  font-size: var(--18);
  font-weight: 400;
  color: #222;
}

.course19 {
  padding-bottom: var(--d130);
}

.course19 .course19-con {
  padding-bottom: var(--d40);
  margin-bottom: calc(-1 * var(--d30));
}

.course19 .course19-con .course19-con2 {
  margin-bottom: var(--d30);
}

.course19 .course19-con .course19-con2 .course19-con3 {
  height: 100%;
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 2px 4px 20px 0 rgba(113, 113, 113, 0.1);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-img {
  width: 50%;
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox {
  width: 50%;
  padding: var(--40);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox .course-con-icon {
  background-color: #fe2c55;
  font-size: var(--32);
  margin-bottom: var(--d20);
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox .course19-con-title {
  margin-bottom: var(--d40);
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox .course19-con-title h3 {
  font-size: var(--24);
  font-weight: 500;
  line-height: calc(35 / 24);
  color: var(--c3);
}

.course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox .course19-con-text {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #fe2c55;
}

.course19 .course19-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course19 .course19-list .course19-list2 {
  margin-bottom: var(--d30);
}

.course19 .course19-list .course19-list2 .course19-list3 {
  height: 100%;
  padding: var(--d24) var(--d20);
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(17, 27, 80, 0.1);
}

.course19 .course19-list .course19-list2 .course19-list3 .course19-list-title {
  margin-bottom: 6px;
}

.course19 .course19-list .course19-list2 .course19-list3 .course19-list-title h3 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #222;
  font-weight: 500;
}

.course19 .course19-list .course19-list2 .course19-list3 .course19-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  font-weight: 400;
  color: #666;
}

.course20 {
  padding-bottom: var(--d140);
}

.course20 .course20-table {
  box-shadow: 0 10px 40px 0 rgba(116, 116, 116, 0.2);
  border-radius: var(--y40);
  overflow: hidden;
}

.course20 .course20-table table tr {
  font-size: var(--18);
  font-weight: 400;
  color: #222;
  text-align: left;
}

.course20 .course20-table table tr:first-child td {
  background-color: #fe2c55;
  font-weight: 500;
  color: #fff;
}

.course20 .course20-table table tr td {
  padding: var(--d20);
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 25%;
}

.course14-swiper .swiper-wrapper {
  align-items: flex-start;
}

.course14-swiper .swiper-slide {
  height: 0 !important;
  overflow: hidden;
  transition: all 0.5s;
}

.course14-swiper .swiper-slide-active {
  height: auto !important;
  transition: all 0.5s;
}

.course21 {
  padding: var(--d113) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course21 .course21-con {
  border-radius: var(--y40);
  background: #FFF3F5;
  padding: var(--d60) var(--d40);
}

.course21 .course21-con .course21-list {
  --bs-gutter-x: 2.5rem;
  margin-bottom: calc(-1 * var(--d40));
}

.course21 .course21-con .course21-list .course21-list2 {
  margin-bottom: var(--d40);
}

.course21 .course21-con .course21-list .course21-list2 .course21-list3 {
  border-radius: var(--y20);
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(110, 110, 110, 0.1);
  padding: var(--d24) var(--d20);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course21 .course21-con .course21-list .course21-list2 .course21-list3 .course-con-icon {
  margin-bottom: 0;
  background-color: #fe2c55;
}

.course21 .course21-con .course21-list .course21-list2 .course21-list3 .course21-list-textbox {
  width: calc(100% - var(--r64));
  padding-left: var(--d40);
}

.course21 .course21-con .course21-list .course21-list2 .course21-list3 .course21-list-textbox .course21-list-title {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #222;
  margin-bottom: 6px;
}

.course21 .course21-con .course21-list .course21-list2 .course21-list3 .course21-list-textbox .course21-list-text {
  font-size: var(--16);
  color: #666666;
}

.regularclass5 .course13 {
  padding: var(--d140) 0;
}

.specialclass1 .course6 .course6-box .course6-conbox {
  width: 17.44792vw;
}

.specialclass1 .course6 .course6-box .course6-con-title h3 {
  font-size: var(--20);
  color: #ff8000;
  line-height: 1.75;
  font-weight: 500;
}

.specialclass1 .course14 {
  padding-top: var(--d130);
}

.specialclass1 .course14 .course14-box .course14-right .course14-conbox .course14-con-titlebox .course14-con-text {
  font-size: var(--24);
  font-weight: 500;
  color: var(--c3);
  margin-bottom: var(--d40);
}

.specialclass1 .course14 .course14-box .course14-right {
  padding: var(--d50) var(--d40);
}

.specialclass1 .course14 .course14-box .course14-right .course14-con-list .course14-con-list2 .course14-con-list3 .course14-con-icon img {
  filter: brightness(0) invert(1);
}

.course22 {
  padding: var(--d72) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.course22 .course22-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course22 .course22-list .course22-list2 {
  margin-bottom: var(--d30);
}

.course22 .course22-list .course22-list2 .course22-list3 {
  padding: var(--d60) var(--d80);
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 2px 4px 20px 0 rgba(113, 113, 113, 0.2);
  height: 100%;
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10) var(--d20);
  background-color: #f5443d;
  font-size: var(--18);
  line-height: calc(27 / 18);
  margin-bottom: var(--d40);
  border-radius: 50px;
  color: #fff;
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-title {
  margin-bottom: var(--d10);
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-title h3 {
  font-size: var(--32);
  line-height: calc(46 / 32);
  font-weight: 500;
  color: #222;
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-text {
  font-size: var(--18);
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  margin-bottom: var(--d20);
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-img {
  margin-bottom: var(--d20);
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-list .course22-con-list2 {
  margin-bottom: var(--d10);
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-list .course22-con-list2:last-child {
  margin-bottom: 0;
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-list .course22-con-list2 .course22-con-list3 {
  color: #f5443d;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  font-weight: 500;
  line-height: calc(26 / 18);
}

.course22 .course22-list .course22-list2 .course22-list3 .course22-con-list .course22-con-list2 .course22-con-list3 i {
  font-size: var(--24);
  margin-right: var(--d10);
}

.course23 {
  padding: var(--d145) 0;
}

.course23 .course23-list {
  margin-bottom: calc(-1 * var(--d32));
}

.course23 .course23-list .course23-list2 {
  margin-bottom: var(--d32);
}

.course23 .course23-list .course23-list2 .course23-list3 {
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 2px 4px 20px 0 rgba(113, 113, 113, 0.2);
  padding: var(--d60) var(--d40);
  height: 100%;
}

.course23 .course23-list .course23-list2 .course23-list3 .course23-con-title {
  margin-bottom: var(--d40);
}

.course23 .course23-list .course23-list2 .course23-list3 .course23-con-title h3 {
  font-size: var(--24);
  font-weight: 500;
  line-height: calc(35 / 24);
  color: #222;
}

.course23 .course23-list .course23-list2 .course23-list3 .course23-con-text {
  font-size: var(--18);
  font-weight: 400;
  color: #666;
  margin-bottom: var(--d10);
}

.course23 .course23-list .course23-list2 .course23-list3 .course23-con-text2 {
  font-size: var(--18);
  font-weight: 500;
}

.specialclass4 .course16 .course16-list .course16-list2 .course16-list3 {
  border-radius: var(--y20);
  background: #FFF;
  box-shadow: 2px 4px 20px 0 rgba(113, 113, 113, 0.2);
}

.specialclass4 .course-butbox .course-but {
  background: rgba(255, 128, 0, 0.1);
}

.specialclass4 .course-butbox .action {
  background: #FF8000;
}

.specialclass4 .course16_2 .course16-list .course16-list2 .course16-list3 {
  box-shadow: none;
}

.specialclass4 .course13 .course13-box .course13-left .course13-list .course13-list2 .course13-list3 .course13-list-icon img {
  filter: brightness(0) invert(1);
}

.artclass .course6 .course6-box .course6-conbox {
  width: 10.57292vw;
}

.artclass .course9 {
  padding: var(--d120) 0;
}

.artclass .course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-icon {
  background-color: #fd550e;
}

.artclass .course9 .course9-list .course9-list2 .course9-list3 .course9-list-titlebox .course9-list-title h3 {
  color: #fd550e;
}

.artclass .course1 .course13-list .course13-list2 .course13-list3 .course13-list-icon img {
  filter: brightness(0) invert(1);
}

.artclass .course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2 {
  margin-bottom: var(--d40);
}

.artclass .course1 .course1-list .course1-list2 .course1-list3 .course1-list-con .course1-list-con2:last-child {
  margin-bottom: 0;
}

.artclass .course1 .course1-list .course1-list2 .course1-list3 .course1-list-text {
  margin-bottom: var(--d80);
}

.artclass .course13 {
  padding-top: var(--d120);
}

.course24 {
  padding: var(--d160) 0;
}

.course24 .titlebox .title {
  color: #fff;
}

.course24 .titlebox .titleimg img {
  filter: blur() brightness(0) invert(1);
}

.course24 .course24-list {
  --bs-gutter-x: var(--g72);
  margin-bottom: calc(-1 * var(--d30));
}

.course24 .course24-list .course24-list2 {
  margin-bottom: var(--d30);
}

.course24 .course24-list .course24-list2:last-child .course24-list3 .course24-icon {
  display: none;
}

.course24 .course24-list .course24-list2 .course24-list3 {
  border-radius: var(--y20);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: var(--d60) var(--d20);
  position: relative;
  height: 100%;
}

.course24 .course24-list .course24-list2 .course24-list3 .course24-icon {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(var(--g72) * -1 / 2);
}

.course24 .course24-list .course24-list2 .course24-list3 .course24-top {
  margin-bottom: var(--d20);
}

.course24 .course24-list .course24-list2 .course24-list3 .course24-list-title h3 {
  font-size: var(--24);
  color: #222;
  font-weight: 500;
}

.course24 .course24-list .course24-list2 .course24-list3 .course24-list-text {
  font-size: var(--18);
  font-weight: 400;
  color: #666;
}

.course25 {
  padding-top: var(--d127);
}

.course25 .course25-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course26 {
  padding-top: var(--d130);
}

.course26 .course26-list {
  margin-bottom: calc(-1 * var(--d30));
}

.course26 .course26-list .course26-list2 {
  margin-bottom: var(--d30);
}

.course26 .course26-list .course26-list2 .course26-list3 {
  border-radius: var(--y20);
  overflow: hidden;
  position: relative;
  height: 100%;
}

.course26 .course26-list .course26-list2 .course26-list3:hover .img-box img {
  transform: scale(1.1);
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-list-textbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: var(--d20);
  backdrop-filter: blur(5px);
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-list-textbox .course26-list-title {
  margin-bottom: 4px;
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-list-textbox .course26-list-title h3 {
  color: #fff;
  font-size: var(--20);
  line-height: 1.75;
  font-weight: 500;
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-list-textbox .course26-list-text {
  color: #fff;
  font-size: var(--16);
  line-height: calc(23 / 16);
  font-weight: 400;
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-imgbox .img-box {
  padding-bottom: calc(390 / 485 * 100%);
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-imgbox2 .img-box {
  padding-bottom: calc(390 / 614 * 100%);
}

.course26 .course26-list .course26-list2 .course26-list3 .course26-imgbox3 .img-box {
  padding-bottom: calc(390 / 871 * 100%);
}

.course27 .course27-list {
  margin-bottom: calc(-1 * var(--d60));
}

.course27 .course27-list .course27-list2 {
  margin-bottom: var(--d60);
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-swiper {
  border-radius: var(--y20);
  position: relative;
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-swiper .course27-imgbox .img-box {
  padding-bottom: calc(489 / 732 * 100%);
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-swiper .course27-pagination {
  position: absolute;
  text-align: center;
  bottom: var(--d26);
  z-index: 10;
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-swiper .course27-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ff8000;
  opacity: 0.4;
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-swiper .course27-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-list-title {
  margin-top: var(--d20);
}

.course27 .course27-list .course27-list2 .course27-list3 .course27-list-title h3 {
  text-align: center;
  font-size: var(--32);
  font-weight: 500;
  color: var(--c3);
  line-height: calc(46 / 32);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ff8000;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.faculty .faculty1 {
  padding-top: var(--d78);
  padding-bottom: var(--d70);
}

.faculty .faculty1 .con-text {
  margin-bottom: var(--d40);
  text-indent: 2em;
  text-align: left;
}

.faculty .faculty1 .faculty1-list {
  --bs-gutter-x: 0;
}

.faculty .faculty1 .faculty1-list .faculty1-list2 .faculty1-list3 {
  position: relative;
}

.faculty .faculty1 .faculty1-list .faculty1-list2 .faculty1-list3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty .faculty1 .faculty1-list .faculty1-list2 .faculty1-list3 .faculty1-list-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.faculty .faculty1 .faculty1-list .faculty1-list2 .faculty1-list3 .faculty1-list-textbox .faculty1-list-title1 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  font-weight: 500;
}

.faculty .faculty1 .faculty1-list .faculty1-list2 .faculty1-list3 .faculty1-list-textbox .faculty1-list-title2 {
  font-size: var(--40);
  font-weight: 700;
  line-height: calc(58 / 40);
}

.faculty .faculty2 {
  padding-top: var(--d104);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.faculty .faculty2 .faculty2-title {
  margin-bottom: var(--d10);
}

.faculty .faculty2 .faculty2-title h2 {
  font-weight: 700;
  text-align: center;
  font-size: var(--40);
  color: var(--c3);
  line-height: calc(58 / 40);
}

.faculty .faculty2 .faculty2-title h2 span {
  color: #fd550e;
}

.faculty .faculty2 .faculty2-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faculty .faculty2 .faculty2-con .faculty2-img {
  width: calc(486 / 1520 * 100%);
}

.faculty .faculty2 .faculty2-con .faculty2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty .faculty2 .faculty2-con .faculty2-list {
  width: calc(1034 / 1520 * 100%);
  margin-bottom: calc(-1 * var(--d30));
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 {
  margin-bottom: var(--d30);
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 {
  padding: var(--d40) var(--d60);
  border-radius: var(--y20);
  overflow: hidden;
  color: #fff;
  height: 100%;
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d20);
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-titlebox h3 {
  font-size: var(--32);
  line-height: calc(46 / 32);
  font-weight: 500;
  width: calc(100% - var(--r64));
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-titlebox .faculty2-icon {
  width: var(--r64);
  height: var(--r64);
  min-width: var(--r64);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-titlebox .faculty2-icon i {
  font-size: var(--40);
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-text ul {
  padding-left: 15px;
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-text ul li {
  margin-bottom: var(--d10);
  list-style-type: disc;
  font-size: var(--18);
}

.faculty .faculty2 .faculty2-con .faculty2-list .faculty2-list2 .faculty2-list3 .faculty2-text ul li:last-child {
  margin-bottom: 0;
}

.faculty .faculty3 {
  padding-top: var(--d140);
}

.faculty .faculty3 .faculty3-list {
  --bs-gutter-x: var(--g72);
  margin-bottom: calc(-1 * var(--d30));
}

.faculty .faculty3 .faculty3-list .faculty3-list2 {
  margin-bottom: var(--d30);
}

.faculty .faculty3 .faculty3-list .faculty3-list2:last-child .faculty3-list3 .faculty3-icon {
  display: none;
}

.faculty .faculty3 .faculty3-list .faculty3-list2 .faculty3-list3 {
  border-radius: var(--y60) 0;
  padding: var(--d60) var(--d40);
  color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
}

.faculty .faculty3 .faculty3-list .faculty3-list2 .faculty3-list3 .faculty3-icon {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(var(--g72) * -1 / 2);
}

.faculty .faculty3 .faculty3-list .faculty3-list2 .faculty3-list3 .faculty3-list-title {
  margin-bottom: var(--d40);
}

.faculty .faculty3 .faculty3-list .faculty3-list2 .faculty3-list3 .faculty3-list-title h2 {
  font-size: var(--32);
  line-height: calc(46 / 32);
  font-weight: 500;
}

.faculty .faculty3 .faculty3-list .faculty3-list2 .faculty3-list3 .faculty3-list-text {
  font-size: var(--18);
  font-weight: 400;
  line-height: calc(26 / 18);
}

.faculty .faculty4 {
  padding-top: var(--d150);
}

.faculty .faculty5 {
  padding-top: var(--d150);
}

.faculty .faculty5 .faculty5-list {
  display: flex;
  justify-content: space-between;
  margin: calc(-1 * var(--d32)) calc(-1 * var(--d16));
}

.faculty .faculty5 .faculty5-list .faculty5-list2 {
  padding: var(--d32) var(--d16);
  width: 25%;
  transition: all 0.5s;
}

.faculty .faculty5 .faculty5-list .faculty5-list2 .faculty5-list3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25.83333vw;
  border-radius: var(--y20);
}
@media (max-width: 768px) {
  .faculty .faculty5 .faculty5-list .faculty5-list2 .faculty5-list3{
  height: 50vw;
      
  }
}

.faculty .faculty5 .faculty5-list .action {
  width: 50%;
}

.faculty .faculty6 {
  padding-top: var(--d150);
  padding-bottom: var(--d140);
}

.faculty .faculty6 .con-text {
  margin-bottom: var(--d60);
}

.faculty .faculty6 .course-butbox .course-but {
  background-color: rgba(253, 85, 14, 0.2);
}

.faculty .faculty6 .course-butbox .action {
  background-color: #fd550e;
}

.faculty .faculty6 .faculty6-box {
  position: relative;
}

.faculty .faculty6 .faculty6-box .course6-img {
  position: absolute;
  width: 100%;
  bottom: calc(-1 * var(--d60));
  left: 50%;
  transform: translate(-50%, 100%);
}

.faculty .faculty6 .faculty6-box .course6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty .faculty6 .faculty6-img {
  width: 100%;
}

.faculty .faculty6 .faculty6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty .faculty6 .faculty6-star {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d20);
}

.faculty .faculty6 .faculty6-star i {
  font-size: var(--30);
  margin-right: 4px;
}

.faculty .faculty6 .faculty6-star i:last-child {
  margin-right: 0;
}

.faculty .faculty6 .faculty6-con-title {
  text-align: center;
  margin-bottom: var(--d20);
  font-size: var(--24);
  line-height: calc(35 / 24);
}

.faculty .faculty6 .faculty6-conbox {
  padding: var(--d20) 0;
  border-radius: var(--y20);
  overflow: hidden;
}

.up-con4 .faculty6-box {
  width: 17.44792vw;
}

.up-con5 .faculty6-box {
  width: 14.44792vw;
}

.activity .activity1-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: var(--d80);
  padding-bottom: var(--d10);
  border-bottom: 2px solid rgba(253, 85, 14, 0.4);
  margin-bottom: var(--d60);
}

.activity .activity1-title img {
  width: var(--64);
  height: var(--64);
  margin-right: var(--d20);
}

.activity .activity1-title h2 {
  font-size: var(--40);
  line-height: calc(58 / 40);
  color: var(--c3);
  font-weight: 700;
}

.activity .activity1 {
  margin-bottom: var(--d100);
}

.activity .activity1 .activity1-con .activity1-list {
  margin-bottom: -30px;
  padding-bottom: var(--d40);
}

.activity .activity1 .activity1-con .activity1-list .img-box:hover img {
  transform: scale(1.1);
}

.activity .activity1 .activity1-con .activity1-list .activity1-list2 {
  margin-bottom: 30px;
}

.activity .activity1 .activity1-con .activity1-list .activity1-list2 .activity1-list3 {
  height: 100%;
  border-radius: var(--y20);
  overflow: hidden;
}

.activity .activity1 .activity1-con .activity1-list .activity1-list2 .activity1-list3 .activity1-con-text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d40);
  font-size: var(--20);
  color: #fff;
  line-height: 1.75;
}

.activity .activity1 .activity1-pagination {
  text-align: center;
  margin-top: var(--d20);
}

.activity .activity1-text {
  font-size: var(--20);
  line-height: 1.75;
  color: var(--c3);
  margin-bottom: var(--d50);
}

.activity .activity2 {
  padding-bottom: var(--d140);
}

.activity .activity2 .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-list {
  margin-bottom: calc(-1 * var(--d40));
  padding-bottom: var(--d60);
}

.example-list .example-list2 {
  margin-bottom: var(--d40);
}

.example-list .example-list2 .example-list3 {
  border-radius: var(--y20);
  background: #FFFAF5;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.example-list .example-list2 .example-list3 .example-imgbox {
  width: 50%;
}

.example-list .example-list2 .example-list3 .example-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.example-list .example-list2 .example-list3 .example-textbox {
  width: 50%;
  padding: var(--d40);
}

.example-list .example-list2 .example-list3 .example-textbox .example-date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) var(--d24);
  color: #666666;
  background-color: rgba(253, 85, 14, 0.2);
  border-radius: 50px;
  font-size: var(--20);
  line-height: 1.75;
  margin-bottom: var(--d40);
}

.example-list .example-list2 .example-list3 .example-textbox .example-con-list .example-con-list2 {
  margin-bottom: var(--d20);
}

.example-list .example-list2 .example-list3 .example-textbox .example-con-list .example-con-list2:last-child {
  margin-bottom: 0;
}

.example-list .example-list2 .example-list3 .example-textbox .example-con-list .example-con-list2 .example-con-list3 {
  font-size: var(--20);
  line-height: 1.75;
  color: #666666;
}

.example .example1 {
  padding-top: var(--d100);
  padding-bottom: var(--d140);
}

.example .example1 .example-list {
  padding-bottom: var(--d60);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a {
  width: var(--r48);
  height: var(--r48);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: var(--16);
  transition: all 0.5s;
}

.pagination a i {
  font-size: var(--20);
}

.pagination a:hover {
  background-color: var(--c);
  border: var(--c);
  color: #fff;
}

.pagination .active a {
  background-color: var(--c);
  border: var(--c);
  color: #fff;
}

.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 var(--d20);
}

.pagination .pagination-page li {
  margin-right: var(--d16);
}

.pagination .pagination-page li:last-child {
  margin-right: 0;
}

.domestic .domestic1 {
  padding-top: var(--d100);
  margin-bottom: var(--d100);
}

.domestic .domestic1:last-child {
  margin-bottom: var(--d120);
}

.domestic .domestic1 .domestic-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d30);
}

.domestic .domestic1 .domestic-list .domestic-list2 {
  margin-bottom: var(--d30);
}

.domestic .domestic1 .domestic-pagination {
  text-align: center;
  margin-top: var(--d20);
}

.internationality .internationality1 {
  padding-top: var(--d60);
}

.internationality .internationality1 .internationality1-title {
  margin-bottom: var(--d10);
}

.internationality .internationality1 .internationality1-title h2 {
  font-size: var(--48);
  line-height: calc(70 / 48);
  color: var(--c3);
  font-weight: 700;
}

.internationality .internationality1 .internationality1-title2 {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: var(--c);
  margin-bottom: var(--d40);
}

.internationality .internationality1 .internationality1-text {
  margin-bottom: var(--d40);
  font-size: var(--20);
  line-height: 1.75;
  color: #666666;
}

.internationality .internationality1 .internationality1-list {
  margin-bottom: calc(-1 * var(--d30));
}

.internationality .internationality1 .internationality1-list .internationality1-list2 {
  margin-bottom: var(--d30);
}

.internationality .internationality1 .internationality1-list .internationality1-list2 .internationality1-list3 img {
  border-radius: var(--y20);
}

.internationality .internationality2 {
  padding: var(--d120) 0;
}

.internationality .internationality2 .internationality2-list {
  --bs-gutter-x: 3.375rem;
}

.internationality .internationality2 .internationality2-list .internationality2-list2 .internationality2-list3 .internationality2-img .img-box {
  border-radius: var(--y20);
}

.internationality .internationality2 .internationality2-list .internationality2-list2 .internationality2-list3 .internationality2-textbox {
  padding: var(--d20) 0;
  display: flex;
  justify-content: space-between;
}

.internationality .internationality2 .internationality2-list .internationality2-list2 .internationality2-list3 .internationality2-textbox .internationality2-num {
  margin-right: var(--d20);
  background: linear-gradient(180deg, #FFCD7D 0%, #FD550E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--32);
  font-weight: 700;
}

.internationality .internationality2 .internationality2-list .internationality2-list2 .internationality2-list3 .internationality2-textbox .internationality2-textbox2 .internationality2-con-title h2 {
  font-size: var(--32);
  line-height: calc(46 / 32);
  margin-bottom: var(--d10);
  font-weight: 500;
  color: rgba(34, 34, 34, 1);
}

.internationality .internationality2 .internationality2-list .internationality2-list2 .internationality2-list3 .internationality2-textbox .internationality2-textbox2 .internationality2-con-text {
  font-size: var(--18);
  line-height: 1.5;
  color: #666666;
  font-weight: 400;
}

.internationality .internationality3 {
  padding: var(--d145) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.internationality .internationality3 .titlebox h2 {
  color: #fff;
}

.internationality .internationality3 .titlebox .titleimg img {
  filter: brightness(0) invert(1);
}

.internationality .internationality3 .internationality3-list {
  --bs-gutter-x: var(--g72);
  margin-bottom: calc(-1 * var(--d30));
}

.internationality .internationality3 .internationality3-list .internationality3-list2 {
  margin-bottom: var(--d30);
}

.internationality .internationality3 .internationality3-list .internationality3-list2:last-child .internationality3-list3 .internationality3-icon {
  display: none;
}

.internationality .internationality3 .internationality3-list .internationality3-list2 .internationality3-list3 {
  position: relative;
  padding: var(--d40) var(--d20);
  border-radius: var(--y20);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  height: 100%;
}

.internationality .internationality3 .internationality3-list .internationality3-list2 .internationality3-list3 .internationality3-icon {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(var(--g72) * -1 / 2);
}

.internationality .internationality3 .internationality3-list .internationality3-list2 .internationality3-list3 .internationality3-list-title {
  font-size: var(--24);
  line-height: calc(30 / 24);
  margin-bottom: var(--d20);
}

.internationality .internationality3 .internationality3-list .internationality3-list2 .internationality3-list3 .internationality3-list-text {
  color: #666;
  font-size: var(--18);
  font-weight: 400;
}

.internationality .internationality6 {
  padding-bottom: var(--d106);
}

.internationality .internationality6 .img-box {
  border-radius: var(--y20);
}

.i-worldwide-img {
  display: inline-block;
  width: 32.1875vw;
  margin-right: 0.83333vw;
}

@media (max-width: 1200px) {
  .i-worldwide-img {
    width: 50vw !important;
  }
}

@media (max-width: 768px) {
  .i-worldwide-img {
    width: 70vw !important;
  }
}

.i-worldwide-img {
  display: inline-block;
  width: 32.1875vw;
  margin-right: 0.83333vw;
}

.about .about1 {
  padding-top: var(--d80);
  padding-bottom: var(--d80);
}

.about .about1 .about1-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d60);
}

.about .about1 .about1-list .about1-list2 .about1-list3 .about1-list-title {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fd550e;
  margin-bottom: var(--d20);
}

.about .about1 .about1-list .about1-list2 .about1-list3 .about1-list-numbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about1 .about1-list .about1-list2 .about1-list3 .about1-list-numbox .about1-list-num {
  font-size: var(--72);
  line-height: calc(57 / 72);
  color: #fd550e;
  font-weight: 700;
  position: relative;
}

.about .about1 .about1-list .about1-list2 .about1-list3 .about1-list-numbox .about1-list-num span {
  opacity: 0;
}

.about .about1 .about1-list .about1-list2 .about1-list3 .about1-list-numbox .about1-list-num .num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about .about1 .about1-list .about1-list2 .about1-list3 .about1-list-numbox .tip {
  font-size: var(--20);
  line-height: 1.75;
  color: #fd550e;
}

.about .about1 .about1-text {
  font-size: var(--20);
  line-height: 1.75;
  color: #666;
  margin-bottom: var(--d60);
}

.about .about1 .about1-text2 {
  font-size: var(--20);
  line-height: 1.75;
  color: #666;
  display: none;
}

.about .about1 .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d150) 0;
}

.about .about2 .titlebox {
  margin-bottom: var(--d60);
}

.about .about2 .about2-text {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto var(--d20);
  color: var(--c);
  font-size: var(--24);
  line-height: calc(35 / 24);
  text-align: left;
}
.about .about2 .about2-text p{
    text-indent: 2em;
}
.about .about2 .about2-text2 {
  text-align: left;
  color: #562277;
  width: 1200px;
  margin: 0 auto;
  font-size: var(--24);
  line-height: calc(35 / 24);
  max-width: 100%;
}
.about .about2 .about2-text2 p{
    text-indent: 2em;
}
.about .about3 {
  padding: var(--d140) 0;
}

.about .about3 .about3-box {
  border-radius: var(--y40);
  box-shadow: 2px 4px 40px 0 rgba(113, 113, 113, 0.2);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.about .about3 .about3-box .about3-img {
  width: calc(615 / 1520 * 100%);
}

.about .about3 .about3-box .about3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about3 .about3-box .about3-textbox {
  width: calc(905 / 1520 * 100%);
  padding: var(--d80) var(--d60);
  position: relative;
}

.about .about3 .about3-box .about3-textbox .about3-img1 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(320 / 905 * 100%);
}

.about .about3 .about3-box .about3-textbox .about3-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about3 .about3-box .about3-textbox .about3-img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(156 / 905 * 100%);
}

.about .about3 .about3-box .about3-textbox .about3-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about3 .about3-box .about3-textbox .titlebox {
  align-items: flex-start;
  margin-bottom: var(--d44);
}

.about .about3 .about3-box .about3-textbox .about3-text {
  line-height: calc(35 / 20);
  font-size: var(--20);
  color: #666666;
}

.about .about4 .con-text {
  color: #222222;
}

.about .about5 {
  padding: var(--d140) 0;
}

.about .about5 .about5-list {
  margin-bottom: calc(-1 * var(--d30));
}

.about .about5 .about5-list .about5-list2 {
  margin-bottom: var(--d30);
}

.about .about5 .about5-list .about5-list2 .about5-list3 .about5-imgbox {
  margin-bottom: var(--d10);
  padding: var(--d80) var(--d92);
  border-radius: var(--y40);
  background: linear-gradient(180deg, #FFEAD5 0%, #FFF1CF 100%);
}

.about .about5 .about5-list .about5-list2 .about5-list3 .about5-imgbox .img-box {
  padding-bottom: calc(214 / 300 * 100%);
}

.about .about5 .about5-list .about5-list2 .about5-list3 .about5-imgtitle h3 {
  text-align: center;
  font-size: var(--24);
  line-height: calc(36 / 24);
  color: var(--c3);
  font-weight: 500;
}

.about .about5 .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d60);
}

.headmaster .headmaster1 {
  padding-top: var(--d80);
  padding-bottom: var(--d127);
}

.headmaster .headmaster1 .headmaster1-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headmaster .headmaster1 .headmaster1-box .headmaster1-textbox {
  width: calc(744 / 1520 * 100%);
  padding: var(--d60) var(--d40);
  border-radius: 80px 0;
  background-color: #FF8000;
}

.headmaster .headmaster1 .headmaster1-box .headmaster1-textbox .headmaster1-list .headmaster1-list2 {
  font-size: var(--20);
  line-height: calc(35 / 20);
  margin-bottom: 5px;
  color: #fff;
}

.headmaster .headmaster1 .headmaster1-box .headmaster1-textbox .headmaster1-list .headmaster1-list2:last-child {
  margin-bottom: 0;
}

.headmaster .headmaster1 .headmaster1-box .headmaster1-imgbox {
  width: calc(744 / 1520 * 100%);
}

.headmaster .headmaster1 .headmaster1-box .headmaster1-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headmaster .headmaster2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.headmaster .headmaster2 .headmaster2-box {
  width: 663px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.headmaster .headmaster2 .headmaster2-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headmaster .headmaster2 .headmaster2-box .headmaster2-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.headmaster .headmaster2 .headmaster2-box .headmaster2-textbox .titlebox {
  margin-bottom: var(--d60);
}

.headmaster .headmaster2 .headmaster2-box .headmaster2-textbox .headmaster2-text {
  text-align: center;
  font-size: var(--24);
  line-height: 2;
}

.headmaster .headmaster3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.headmaster .headmaster3 .headmaster3-con {
  padding-bottom: var(--d116);
  padding-top: var(--d200);
}

.headmaster .headmaster3 .headmaster3-titlebox {
  margin-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headmaster .headmaster3 .headmaster3-titlebox .titlebox {
  align-items: flex-start;
  margin-bottom: var(--d40);
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox .headmaster3-but {
  padding: var(--d12) var(--d24);
  text-align: center;
  font-size: var(--24);
  line-height: calc(35 / 24);
  transition: all 0.5s;
  border-radius: 50px;
  margin-right: var(--d20);
  cursor: pointer;
  color: #666666;
  background: linear-gradient(180deg, rgba(255, 205, 125, 0.1) 0%, rgba(253, 85, 14, 0.1) 100%);
  position: relative;
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox .headmaster3-but:last-child {
  margin-right: 0;
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox .headmaster3-but::after {
  background: linear-gradient(180deg, #FFCD7D 0%, #FD550E 100%);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  transition: all 0.5s;
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox .headmaster3-but span {
  position: relative;
  z-index: 10;
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox .action {
  color: #fff !important;
}

.headmaster .headmaster3 .headmaster3-titlebox .headmaster3-butbox .action::after {
  opacity: 1;
}

.headmaster .headmaster3 .headmaster3-box {
  position: relative;
  margin-bottom: var(--d140);
}

.timeline .timeline1 {
  overflow: hidden;
  position: relative;
  margin-top: var(--d80);
  padding-bottom: var(--d175);
}

.timeline .timeline1::after {
  height: 100%;
  width: 2px;
  background-color: rgba(243, 196, 0, 0.4);
  left: 50%;
  top: 0;
  content: '';
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}

.timeline .timeline1 .timeline1-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
}

.timeline .timeline1 .timeline1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline .timeline1 .timeline1-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d78);
}

.timeline .timeline1 .timeline1-icon img {
  width: var(--r64);
  height: var(--r64);
}

.timeline .timeline1 .timeline1-list .timeline1-list2 {
  position: relative;
}

.timeline .timeline1 .timeline1-list .timeline1-list2:nth-child(2n) .timeline1-list3 {
  margin-left: auto;
}

.timeline .timeline1 .timeline1-list .timeline1-list2::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #f3c400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}

.timeline .timeline1 .timeline1-list .timeline1-list2::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: rgba(243, 196, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
}

.timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 {
  padding: var(--d34) var(--d40);
  min-height: 260px;
  width: calc(679 / 1520 * 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 10px 40px rgba(255, 128, 0, 0.1));
  border-radius: var(--y40);
  flex-direction: column;
}

.timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 .timeline1-list-title {
  margin-bottom: var(--d20);
}

.timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 .timeline1-list-title h3 {
  font-size: var(--32);
  line-height: calc(46 / 32);
  font-weight: 700;
  color: var(--c);
}

.timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 .timeline1-list-text ul {
  list-style-type: disc;
  padding-left: 15px;
}

.timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 .timeline1-list-text ul li {
  list-style-type: disc;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: var(--c3);
  font-weight: 400;
}

.timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 .timeline1-list-text ul li::marker {
  color: var(--c);
}

.school .school1 {
  padding-top: var(--d80);
  padding-bottom: var(--d130);
}

.school .school1 .school1-list {
  margin-bottom: calc(-1 * var(--d40));
}

.school .school1 .school1-list .school1-list2 {
  margin-bottom: var(--d40);
}

.school .school1 .school1-list .school1-list2 .school1-list3:hover .img-box img {
  transform: scale(1.1);
}

.school .school1 .school1-list .school1-list2 .school1-list3:hover .indexcon2-more {
  opacity: 1 !important;
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-imgbox {
  border-radius: var(--y20);
  overflow: hidden;
  position: relative;
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-textbox {
  padding: var(--d10);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-textbox img {
  width: var(--36);
  height: var(--36);
  min-width: var(--36);
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-textbox .school1-textbox2 {
  width: calc(100% - var(--36));
  padding-left: var(--d10);
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-textbox .school1-textbox2 .school1-list-title {
  margin-bottom: 4px;
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-textbox .school1-textbox2 .school1-list-title h2 {
  font-size: var(--20);
  line-height: 1.75;
  font-weight: 500;
  color: var(--c);
}

.school .school1 .school1-list .school1-list2 .school1-list3 .school1-textbox .school1-textbox2 .school1-list-text {
  font-size: var(--16);
  font-weight: 400;
  color: var(--c3);
}

.school .school1 .school1-but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d60);
}

.details {
  background: linear-gradient(180deg, #FEFBF5 0%, #FFF0E2 100%);
}

.details .details-con {
  padding-top: var(--d40);
  padding-bottom: var(--d140);
}

.details .details-con .details-box {
  display: flex;
  justify-content: space-between;
}

.details .details-con .details-box .details-conbox {
  width: calc(1035 / 1520 * 100%);
  padding-right: var(--d32);
}

.details .details-con .details-box .details-conbox .details-conbox2 {
  padding: var(--d40) 0 var(--d20);
  border-radius: var(--y20);
  background: #FFF;
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-title {
  margin-bottom: var(--d20);
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-title h1 {
  font-size: var(--40);
  line-height: calc(58 / 40);
  color: var(--c3);
  font-weight: 700;
  padding:0 var(--d22);
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-add {
  padding: var(--d10) var(--d22);
  font-size: var(--20);
  line-height: var(--34);
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-add img {
  width: var(--34);
  height: var(--34);
  margin-right: var(--d10);
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-text {
  padding: var(--d40) 10px;
  font-size: var(--16);
  font-weight: 400;
  color: #222222;
  line-height: 2;
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-text p{
  text-indent: 2em;  
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-text img{max-width:100%;}

.details .details-con .details-box .details-conbox .details-conbox2 .details-text p:has(img) {
  text-align: center;
  text-indent: 0ch !important;
  max-width:100%;
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-text p:has(video) {
  text-align: center;
  text-indent: 0ch !important;
  max-width:100%;
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-text p:has(table) {
  text-align: center;
  text-indent: 0ch !important;
   
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-text p img {
  max-width: 100%;
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-text p video {
  max-width: 100%;
  max-height:auto!important;
}
.details .details-con .details-box .details-conbox .details-conbox2 .details-butbox {
  border-top: 1px solid #eaeaea;
  padding: var(--d20) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-butbox .details-butleft {
  width: calc(100% - 144px);
  padding-right: var(--d50);
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-butbox .details-butleft a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--16);
  color: #666666;
  margin-bottom: var(--d10);
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-butbox .details-butleft a:last-child {
  margin-bottom: 0;
}

.details .details-con .details-box .details-conbox .details-conbox2 .details-butbox .details-butleft a span {
  color: #222222;
}

.details .details-con .details-box .details-right {
  width: calc(485 / 1520 * 100%);
}

.details .details-con .details-box .details-right .details-right2 {
  border-radius: var(--y20);
  background: #FFF;
  position: sticky;
  top: 120px;
  left: 0;
  padding: var(--d20) var(--d40) var(--d40);
}

.details .details-con .details-box .details-right .details-right2 .details-right-title {
  padding: var(--d20) 0;
  font-size: var(--32);
  line-height: calc(46 / 32);
  color: var(--c3);
}

.details .details-con .details-box .details-right .details-right2 .details-right-list {
  border-top: 1px solid #eaeaea;
}

.details .details-con .details-box .details-right .details-right2 .details-right-list .details-right-list2 {
  border-bottom: 1px solid #eaeaea;
}

.details .details-con .details-box .details-right .details-right2 .details-right-list .details-right-list2 .details-right-list3 {
  padding: var(--d10) 0;
  font-size: var(--20);
  line-height: 1.75;
  color: var(--c3);
  transition: all 0.5s;
}

.details .details-con .details-box .details-right .details-right2 .details-right-list .details-right-list2 .details-right-list3:hover {
  color: var(--c);
}

.details .details-con .details-box .details-right .details-right2 .details-right-list .details-right-list2 .details-right-list3:hover .details-right-date {
  color: var(--c);
}

.details .details-con .details-box .details-right .details-right2 .details-right-list .details-right-list2 .details-right-list3 .details-right-date {
  transition: all 0.5s;
  color: #666666;
  margin-bottom: var(--d20);
}

.details .details-con .details-box .details-right .details-right2 .details-right-list .details-right-list2 .details-right-list3>div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox {
  padding-top: var(--d20);
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox .details-qrbox2 {
  width: 233px;
  max-width: 100%;
  border-radius: var(--y20);
  background: linear-gradient(180deg, #FFCD7D 0%, #FD550E 100%);
  padding: var(--d20);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox .details-qrbox2 .details-qrimg {
  width: calc(128 / 233 * 100%);
  margin-bottom: 5px;
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox .details-qrbox2 .details-qrimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox .details-qrbox2 .details-qrtitle {
  text-align: center;
  font-size: var(--18);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: var(--d10);
  color: #fff;
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox .details-qrbox2 .details-qetel {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details .details-con .details-box .details-right .details-right2 .details-qrbox .details-qrbox2 .details-qetel img {
  width: var(--24);
  filter: brightness(0) invert(1);
  margin-right: var(--d14);
}

.details-back {
  padding: var(--d16) var(--d32);
  background: var(--c2);
  position: relative;
  color: #222222;
  transition: all 0.5s;
  font-size: var(--18);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-back img {
  width: var(--24);
  height: var(--24);
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}

.details-back span {
  position: relative;
  z-index: 10;
  margin-right: var(--d16);
}

.details-back .details-back-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ff8000;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.details-back:hover {
  color: #fff;
}

.details-back:hover .details-back-icon {
  background-color: transparent;
}

.details-back:hover img {
  filter: brightness(0) invert(1);
}

.details-back:hover::after {
  opacity: 0;
}

.details-back::after {
  width: calc(59 / 60 * 100%);
  height: calc(58 / 60 * 100%);
  background-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  border-radius: 50px;
}

.share {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E2 100%);
}

.share .share1 {
  padding-top: var(--d80);
  padding-bottom: var(--d100);
}

.share .share-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d60);
}

.share .share-list .share-list2 {
  margin-bottom: var(--d30);
}

.share .share-list .share-list2 .share-list3 {
  padding: var(--d20) var(--d40);
  transition: all 0.5s;
  height: 100%;
  border-radius: var(--y20);
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
}

.share .share-list .share-list2 .share-list3:hover {
  box-shadow: 0 10px 40px 0 rgba(116, 116, 116, 0.2);
}

.share .share-list .share-list2 .share-list3:hover .share-list-title h2 {
  color: var(--c);
}

.share .share-list .share-list2 .share-list3:hover .details-back {
  color: #fff;
}

.share .share-list .share-list2 .share-list3:hover .details-back .details-back-icon {
  background-color: transparent;
}

.share .share-list .share-list2 .share-list3:hover .details-back img {
  filter: brightness(0) invert(1);
}

.share .share-list .share-list2 .share-list3:hover .details-back::after {
  opacity: 0;
}

.share .share-list .share-list2 .share-list3 .share-list-title {
  margin-bottom: var(--d10);
}

.share .share-list .share-list2 .share-list3 .share-list-title h2 {
  transition: all 0.5s;
  color: #222;
  font-size: var(--20);
  line-height: calc(35 / 20);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.share .share-list .share-list2 .share-list3 .share-list-type {
  font-size: var(--16);
  font-weight: 400;
  color: #666;
  margin-bottom: var(--d40);
}

.gmt-box {
  display: flex;
  justify-content: space-between;
}

.gmt-box .gmt-left {
  width: calc(425 / 1520 * 100%);
}

.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  margin-bottom: var(--d20);
  overflow: hidden;
  border-radius: var(--y20);
  position: relative;
  border: 1px solid rgba(255, 128, 0, 0.6);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c2);
  backdrop-filter: blur(9.6px);
  opacity: 0;
  transition: all 0.5s;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover::after {
  opacity: 1;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 .menubut .gmt-but i {
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 a {
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: var(--d20) var(--d40);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but img {
  transition: all 0.5s;
  width: var(--24);
  height: var(--24);
  display: block;
  filter: brightness(0);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d20) var(--d40);
  font-size: var(--20);
  line-height: calc(35 / 20);
  color: #222;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 100%;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding: 0 var(--d40) var(--d20);
  position: relative;
  z-index: 10;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more1 {
  overflow: hidden;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d14);
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover {
  text-decoration: underline;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--18);
  line-height: calc(27 / 18);
  transition: all 0.5s;
  position: relative;
  color: #fff;
  font-weight: 400;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action {
  text-decoration: underline;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open::after {
  opacity: 1;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but img {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .action::after {
  opacity: 1;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .action .gmt-list3 .menubut .gmt-but img {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .action .gmt-list3 a {
  color: #fff;
}

.gmt-box .gmt-rigth {
  width: calc(1095 / 1520 * 100%);
  padding-left: var(--d92);
}

.login {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.login .login-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 90%;
  background-color: #fff;
  border-radius: var(--y20);
}

.login .login-con .login-titlebox {
  border-radius: 20px 20px 0 0;
  padding: var(--d20) var(--d40);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff8000;
  width: 100%;
}

.login .login-con .login-titlebox .login-title {
  font-size: var(--24);
  line-height: calc(35 / 24);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - var(--40));
}

.login .login-con .login-titlebox .login-close {
  width: var(--40);
  height: var(--40);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.login .login-con .login-titlebox .login-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login .login-con .login-form {
  padding: var(--d40) var(--d28);
  width: 100%;
}

.login .login-con .login-form .input-box {
  background-color: rgba(255, 128, 0, 0.1);
}

.login-open {
  opacity: 1;
  visibility: visible;
}

.news {
  background: linear-gradient(180deg, #FFF 0%, #FFF0E2 100%);
}

.news .news1 {
  padding-top: var(--d80);
  padding-bottom: var(--d66);
}

.news .news1 .news1-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d60);
}

.news .news1 .news1-list .news1-list2 {
  margin-bottom: var(--d30);
}

.floating {
  position: fixed;
  right: var(--d18);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}

.floating .floating-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floating .floating-list {
  border-radius: 14px;
  background: linear-gradient(180deg, #FFCD7D 0%, #FD550E 100%);
  box-shadow: 0 4px 10px 0 rgba(77, 77, 77, 0.25);
  padding: var(--d10) 6px;
  position: relative;
  z-index: 10;
}

.floating .floating-list .floating-list2 {
  cursor: pointer;
  margin-bottom: 4px;
  position: relative;
}

.floating .floating-list .floating-list2:last-child {
  margin-bottom: 0;
}

.floating .floating-list .floating-list2:hover .floating-list3 {
  background-color: #FD550E;
}

.floating .floating-list .floating-list2:hover .floating-con0 {
  transform: translate(-100%, -50%);
  left: 0px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}

.floating .floating-list .floating-list2 .floating-list3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--d10) 4px;
  transition: all 0.5s;
  border-radius: 16px;
}

.floating .floating-list .floating-list2 .floating-list3 .floating-icon {
  width: var(--24);
  height: var(--24);
  margin-bottom: 4px;
}

.floating .floating-list .floating-list2 .floating-list3 .floating-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating .floating-list .floating-list2 .floating-list3 .floating-title {
  font-size: var(--16);
  line-height: calc(24 / 16);
  text-align: center;
  color: #fff;
}

.floating .floating-list .floating-list2 .floating-con0 {
  padding-right: var(--d16);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.floating .floating-list .floating-list2 .floating-con {
  border-radius: 16px;
  background: #FD550E;
  box-shadow: 0 4px 10px 0 rgba(77, 77, 77, 0.25);
  padding: var(--d20);
  font-size: var(--20);
  line-height: calc(27 / 20);
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
}

.floating .floating-list .floating-list2 .floating-con img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

#pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#pinContainer .titlebox {
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%) !important;
}

#pinContainer .indexcon4-1-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pinContainer .indexcon4-1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel {
  height: 100vh;
  position: absolute;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--p);
}

.panel .indexcon4-list {
  display: flex;
  justify-content: flex-start;
  padding-right: calc(var(--p) * 2);
}

.panel .indexcon4-list .indexcon4-list2 {
  width: 27.34375vw;
  margin-right: var(--d32);
}

.indexcon4-2 {
  display: none;
  padding-top: var(--d140);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1200px) {
  .indexcon4-1 {
    display: none;
  }

  .indexcon4-2 {
    display: block;
  }
}

@media (max-width: 1600px) {
  .fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navcon a {
    font-size: 14px;
  }

  .fooder .fooder-con .fooder-con2 .fooder-nav {
    width: 900px;
  }

  .index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box {
    width: 610px;
  }

  .other-banner .other-banner-con .other-banner-img {
    width: 400px;
  }

  .other-banner .other-banner-con .other-banner-textbox {
    width: calc(100% - 400px);
  }

  .course18 .course18-con .course18-con2 .course18-img {
    width: 400px;
  }
}

@media (max-width: 1400px) {
  .course18 .course18-con .course18-con2 .course18-img {
    width: 300px;
  }

  .course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 {
    position: absolute;
    width: 300px;
  }

  .other-banner .other-banner-con .other-banner-img {
    width: 300px;
  }

  .course2 .course2-list .course2-list2 .course2-list3 .course2-img {
    width: 120px;
  }

  .other-banner .other-banner-con .other-banner-textbox {
    width: calc(100% - 300px);
  }

  .header .header-box1 .header-content1 .logo {
    width: 180px;
  }

  .index .index-navbox .index-nav .index-nav2 .index-nav3 .index-nav-title {
    font-size: var(--14);
  }

  .indexcon2 .indexcon2-swiper .indexcon2-prev {
    left: 24.5vw;
  }

  .indexcon2 .indexcon2-swiper .indexcon2-next {
    right: 24.5vw;
  }

  .fooder .fooder-con .fooder-con2 .fooder-nav {
    width: 800px;
  }

  .header .header-box1 .header-content1 {
    height: 80px;
  }

  .fooder-form-con {
    width: 644px;
  }

  .fooder .fooder-form .fooder-form-box .fooder-form-titlebox {
    width: calc(100% - 644px);
  }

  .floating {
    transform: scale(0.8);
    right: 10px;
  }
}

@media (max-width: 1200px) {
  .gmt-box {
    flex-direction: column;
  }

  .gmt-box .gmt-left {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }

  .faculty .faculty2 .faculty2-con {
    flex-direction: column;
    margin-top: var(--d30);
  }

  .headmaster .headmaster1 .headmaster1-box .headmaster1-imgbox {
    width: 100%;
  }

  .headmaster .headmaster1 .headmaster1-box .headmaster1-textbox {
    width: 100%;
  }

  .headmaster .headmaster1 .headmaster1-box {
    flex-direction: column;
  }

  .about .about3 .about3-box .about3-textbox {
    width: 100%;
  }

  .about .about3 .about3-box .about3-img {
    width: 100%;
  }

  .about .about3 .about3-box {
    flex-direction: column;
  }

  .internationality .internationality3 .internationality3-list .internationality3-list2 .internationality3-list3 .internationality3-icon {
    display: none;
  }

  .faculty .faculty2 .faculty2-con .faculty2-list {
    width: 100%;
  }

  .up-con5 .faculty6-box,
  .up-con4 .faculty6-box {
    width: auto;
  }

  .faculty .faculty3 .faculty3-list .faculty3-list2 .faculty3-list3 .faculty3-icon {
    display: none;
  }

  .faculty .faculty5 .faculty5-list {
    flex-wrap: wrap;
  }

  .faculty .faculty5 .faculty5-list .faculty5-list2 {
    width: 100%;
  }

  .faculty .faculty6 .faculty6-conbox {
    height: 80px;
  }

  .course6 .titlebox .course6-img {
    display: none;
  }

  .course-butbox {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .course11-table {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .course11-table table {
    min-width: 900px;
  }

  .course14 .course14-box {
    flex-direction: column;
  }

  .course14 .course14-box .course14-left {
    width: 100%;
    margin-bottom: var(--d10);
  }

  .course13 .course13-box {
    flex-direction: column-reverse !important;
  }

  .course13 .course13-box .course13-left {
    width: 100%;
    padding: 0;
  }

  .course13 .course13-box .course13-right {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .course14-swiper .swiper-slide {
    height: 0 !important;
  }

  .course14-swiper .swiper-slide-active {
    height: auto !important;
  }

  .course14 .course14-box .course14-right {
    width: 100%;
  }

  .course6 .course6-box .course6-conbox {
    width: 100%;
    height: auto !important;
  }

  .course .course-conbox .course-con1 .course-con2 .course-con3 {
    flex-direction: column;
  }

  .overall .overall-listbox .overall-list {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .course .course-conbox .course-con1 .course-con2 .course-con3 .course-img {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .course .course-conbox .course-con1 .course-con2 .course-con3 .course-textbox {
    width: 100%;
    padding-left: 0;
  }

  .header {
    position: sticky;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.2);
  }

  .header .header-but .header-but2::after {
    opacity: 1;
  }

  .header .header-nav .header-list .header-list2 .header-list3>a {
    color: var(--c3);
  }

  .index .index-navbox .index-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .index .index-navbox .index-nav .index-nav2 .index-nav3 .index-nav-title {
    white-space: nowrap;
  }

  .index .indexcon1 .indexcon1-con {
    background-size: unset;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .index .indexcon1 .indexcon1-con .swiper .swiper-wrapper {
    align-items: flex-start;
  }

  .index .indexcon1 .indexcon1-con .swiper-slide {
    height: 0;
  }

  .index .indexcon1 .indexcon1-con .swiper-slide-active {
    height: auto;
  }

  .indexcon2 .indexcon2-swiper .indexcon2-next {
    right: 22.5vw;
  }

  .indexcon2 .indexcon2-swiper .indexcon2-prev {
    left: 22.5vw;
  }

  .fooder .fooder-con .fooder-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .fooder-mes {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fooder .fooder-con .fooder-con2 .fooder-mes .fooder-imgbox {
    margin-right: var(--d30);
  }

  .fooder .fooder-con .fooder-top .fooder-logobox {
    margin-bottom: var(--d30);
  }

  .fooder .fooder-con .fooder-con2 .fooder-nav {
    display: none;
  }

  .indexcon8 .indexcon8-box {
    flex-direction: column;
  }

  .indexcon8 .indexcon8-box .indexcon8-left {
    width: 100%;
    display: none;
  }

  .fooder .fooder-form .fooder-form-box {
    flex-direction: column;
    background-position: -120px;
  }

  .fooder-form-con {
    width: 100%;
  }

  .fooder .fooder-form .fooder-form-box .fooder-form-titlebox {
    width: 100%;
  }

  .indexcon8 .indexcon8-box .indexcon8-right {
    width: 100%;
    padding-left: 0;
  }

  .indexcon2-box {
    flex-direction: column;
  }

  .indexcon2-box .indexcon2-left {
    width: 100%;
    padding-left: 0;
  }

  .indexcon2-box .indexcon2-map {
    width: 100%;
  }

  .indexcon2-box .indexcon2-map .map-list {
    display: none;
  }

  .indexcon2-box .indexcon2-map .map1 {
    display: none;
  }

  .indexcon2-box .indexcon2-map .map2 {
    display: block;
  }

  .index .indexcon4 .indexcon4-swbox {
    padding-right: var(--p);
  }

  .index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table table {
    min-width: 2500px;
  }

  .course4 .course4-box {
    padding-right: var(--p);
  }

  .course20 .course20-table {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .course20 .course20-table table {
    min-width: 900px;
  }

  .artclass .course6 .course6-box .course6-conbox {
    width: 100%;
    height: auto !important;
  }

  .course24 .course24-list .course24-list2 .course24-list3 .course24-icon {
    display: none;
  }

  .specialclass1 .course6 .course6-box .course6-conbox {
    width: 100% !important;
    height: 80% !important;
  }

  .course6-box {
    height: 100%;
  }

  .details .details-con .details-box .details-conbox {
    padding-left: 0;
    width: 100%;
  }

  .details .details-con .details-box .details-right {
    display: none;
  }

  .course13 .course13-box .course13-right-con {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .timeline .timeline1 .timeline1-list .timeline1-list2 .timeline1-list3 {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .timeline .timeline1 .timeline1-list .timeline1-list2::after {
    display: none;
  }

  .timeline .timeline1 .timeline1-list .timeline1-list2::before {
    display: none;
  }
}

@media (max-width: 990px) {
  .course18 .course18-con .course18-con2 .course18-list .course18-list2 {
    margin-bottom: var(--d30);
  }

  .course18 .course18-con .course18-con2 .course18-list .course18-list2:last-child {
    margin-bottom: 0;
  }

  .course18 .course18-con .course18-con2 .course18-img {
    margin: 0 auto var(--d30);
  }

  .course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 .course18-list-text {
    text-align: left !important;
  }

  .course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 {
    position: unset !important;
    transform: unset !important;
    width: 100%;
    align-items: unset !important;
  }

  .course18 .course18-con .course18-con2 .course18-list .course18-list2 .course18-list3 .course18-list-title {
    border-radius: 0 30px !important;
  }

  .introduction .introduction-box {
    flex-direction: column;
  }

  .other-banner .other-banner-con {
    flex-direction: column-reverse;
  }

  .other-banner .other-banner-con .other-banner-img {
    width: 100%;
  }

  .other-banner .other-banner-con .other-banner-textbox {
    width: 100%;
  }

  .introduction .introduction-box .introduction-left {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .introduction .introduction-box .introduction-right {
    width: 100%;
  }

  .index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left .indexcon3-2-titelebox .indexcon3-2-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .index .indexcon3 .indexcon3-1 .indexcon3-1-box {
    flex-direction: column;
  }

  .index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-textbox {
    width: 100%;
    padding: 0;
  }

  .index .indexcon3 .indexcon3-1 .indexcon3-1-box .indexcon3-1-img {
    width: 100%;
  }

  .index .indexcon3 .indexcon3-2 .indexcon3-2-box {
    flex-direction: column;
  }

  .index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-left {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }

  .index .indexcon3 .indexcon3-2 .indexcon3-2-box .indexcon3-2-right {
    width: 100%;
  }

  .index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 {
    flex-direction: column-reverse !important;
  }

  .index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-imgbox {
    width: 100%;
  }

  .index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox {
    width: 100%;
    padding: 0 !important;
    padding-top: var(--d50);
  }

  .index .indexcon5 .indexcon5-list .indexcon5-list2 .indexcon5-list3 .indexcon5-list-textbox .indexcon5-list-textbox2 {
    padding-left: 0;
  }

  .index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box .indexcon1-con1-textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .index .indexcon1 .indexcon1-list {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .headmaster .headmaster3 .headmaster3-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }

  .headmaster .headmaster3 .headmaster3-titlebox .titlebox {
    text-align: left;
  }

  .headmaster .headmaster3 .headmaster3-titlebox .titlebox {
    width: 100%;
  }

  .course12 .course12-swbox {
    padding: 0 50px;
  }

  .course12 .course12-swbox .course12-conbox {
    box-shadow: 0 10px 10px 0 rgba(17, 27, 80, 0.1);
  }

  .course12 .course12-swbox .course12-prev {
    left: 0;
    transform: translate(0, -50%);
  }

  .course12 .course12-swbox .course12-next {
    transform: translate(0, -50%);
    right: 0;
  }

  .indexcon2 {
    padding: var(--d120) var(--p) 0;
  }

  .indexcon2 .indexcon2-swiper .indexcon2-next {
    right: 10px;
  }

  .indexcon2 .indexcon2-swiper .indexcon2-prev {
    left: 10px;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box {
    width: 200px;
    position: relative;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con {
    padding: 20px 10px;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-icon {
    width: 40px;
    height: 40px;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-title {
    font-size: 18px;
  }
  .faculty .faculty2 .faculty2-title h2 {
      font-size: var(--36);
  }
}

@media (max-width: 576px) {
  .index .indexcon1 .indexcon1-con .indexcon1-con1 .indexcon1-con1-box .indexcon1-con1-textbox {
    background-image: url(../image/other/indexcon1_con1_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: unset;
    transform: unset;
  }
  .index .indexcon1 .indexcon1-list .indexcon1-list2 {
    
    margin: 14px;
}
  .index .indexcon1 .indexcon1-con .indexcon1-con2{
      padding: var(--d20) 0;
  }
  .indexcontainer2 {
        max-width: 98%;
    }
.index .indexcon1 .indexcon1-con .indexcon1-con2 .indexcon1-con2-box {
border-radius: var(--y20);
  padding: var(--d10) var(--d10);
}
.indexpcpc{display:none;}
.indexmpbileb{display:block;}


  .course19 .course19-con .course19-con2 .course19-con3 {
    flex-direction: column;
  }

  .course19 .course19-con .course19-con2 .course19-con3 .course19-con-img {
    width: 100%;
  }

  .course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox {
    width: 100%;
  }

  .course17 .course17-list .course17-list2 .course17-list3 .course17-list-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }

  .course17 .course17-list .course17-list2 .course17-list3 .course17-list-titlebox .course17-list-title {
    width: 100%;
  }

  .course17 .course17-list .course17-list2 .course17-list3 .course17-conlist .course17-conlist2 .course17-conlist3 i {
    font-size: 16px;
    margin-right: 0px;
  }

  .join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
    font-size: 20px;
  }

  .course2 .course2-list .course2-list2 .course2-list3 {
    flex-direction: column;
  }

  .course2 .course2-list .course2-list2 .course2-list3 .course2-list-textbox {
    width: 100%;
    margin-bottom: var(--d20);
  }

  .header .header-box1 .header-content1 {
    height: 60px;
  }

  .header .header-box1 .header-content1 .logo {
    width: 120px;
  }

  .indexcon1-con1-boxbg {
    display: none;
  }

  .index .indexcon7 .indexcon7-list .indexcon7-list2:nth-child(2n) .indexcon7-list3 {
    flex-direction: column;
  }

  .index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3 .indexcon7-list-title {
    padding-left: 0;
    text-align: center;
  }

  .index-banner .swiper-slide .slide-inner {
    padding-bottom: 75%;
  }

  .index-banner .banner-scroll {
    display: none;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box .indexcon1-bg img {
    display: none;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con {
    position: unset;
  }

  .index .indexcon1 .indexcon1-list .action .indexcon1-list3 .indexcon1-list-con {
    background-color: #FD550E !important;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box {
    width: 150px;
  }

  .fooder-mes {
    display: block;
    margin: 0 auto;
  }

  .fooder .fooder-con .fooder-top .fooder-logobox {
    flex-direction: column;
    width: 100%;
  }

  .fooder .fooder-con .fooder-top .fooder-logobox .fooder-logo {
    margin-bottom: var(--d30);
  }

  .fooder-share {
    width: 100%;
  }


  .faculty .faculty1 .faculty1-list .faculty1-list2:last-child {
    margin-bottom: 0;
  }

  .internationality .internationality6 {
    padding: 0 var(--p) var(--d106);
  }

  .floating {
    display: none;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-icon {
    display: none;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con .indexcon1-list-title {
    font-size: 16px;
    padding: 2px;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-box {
    width: 100px;
  }

  .course2 .course2-list .course2-list2 .course2-list3 .course2-img {
    display: none;
  }

  .faculty .faculty1 .faculty1-list .faculty1-list2 .faculty1-list3 img {
    transform: scale(1.4);
  }

  .overall .overall-swiper {
    border-radius: 20px;
  }

  .overall-banner {
   // height: 300px;
  }

  .index .indexcon7 .indexcon7-list .indexcon7-list2:nth-child(2n) .indexcon7-list3 .indexcon7-imgbox {
    margin-top: 0;
  }

  .faculty .faculty2 .faculty2-con .faculty2-img {
    display: none;
  }

  .faculty .faculty2 {
    padding-bottom: var(--d100);
  }

  .index .indexcon7 .indexcon7-list .indexcon7-list2 .indexcon7-list3 .indexcon7-imgbox {
    margin-bottom: 0;
  }

  .index .indexcon1 .indexcon1-list .indexcon1-list2 .indexcon1-list3 .indexcon1-list-con {
    padding: 10px;
  }
  .details .details-con .details-box .details-conbox {
  width: 100%;
  padding-right: 0;
}
.overall .overall-text {
    text-align: left;
}
.banner-textbox .banner-title p {
  font-size: var(--44);
  font-weight: 700;
  color: #fff;
}
.con-text {
 text-align: left;   
}

.indexcon2 .indexcon2-text p{
    text-align: left;
}
.course19 .course19-con .course19-con2 {
    width: 48%;
    margin: 2px;
}
.course19 .course19-con .course19-con2 .course19-con3 .course19-con-textbox {
    padding: 20px 8px;
}

.course19 .course19-con .course19-con2 .course19-con3 {
        justify-content: flex-start;
}
.news-box .news-list-textbox .news-list-title h3
 {
    font-size: 22px;
 }
 .overall .overall-text p{text-indent: 0;}
 .course26-imgbox{padding-bottom: 80px;}
 .course26-imgbox2{padding-bottom: 80px;}
 .course26-imgbox3{padding-bottom: 80px;}
 
 .fooder .fooder-con .fooder-con2 .fooder-mes .fooder-imgbox{margin-right:0;}
 .course6 .titlebox .title {width: 200px;}
 .indexcon2-more .indexcon2-more-title{width: 50%;}
 
 
    
    .index .indexcon1 .indexcon1-con .indexcon1-con3 .indexcon1-con3-box .indexcon1-table p img{
        width:100%;
    } 
    
    .faculty .faculty2 .faculty2-title h2 {
        font-size: var(--36);
        text-align: left;
    }
    .faculty .faculty6 .faculty6-con-title{
        font-size: var(--16);
        height: 32px;
    }
    .faculty .faculty6 .faculty6-star i {
    font-size: 11px;
    margin-right: 4px;
   }
  .titlespan1{width:100%;
      text-align: center;
              display: block;
  }
  .titlespan2{width:100%;
      display: none;
  }
  .titlespan3{width:100%;
      text-align: center;
  }
  
  
/* 基础容器设置 */
.fooder .fooder-con .fooder-con2 {
    flex-direction: column;
}
.fooder .fooder-con .fooder-con2 .fooder-nav {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.fooder-nav {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /*border-top: 1px solid #e0e0e0;*/
    background-color: transparent; 
}

.fooder-nav2 {
    /*border-bottom: 1px solid #e0e0e0;*/
    background-color: transparent; 
}

/* 一级菜单布局 */
.fooder-nav3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    position: relative;
}

/* 一级菜单链接 */
.fooder-nav3 > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; 
    text-decoration: none;
    color: inherit;
    padding: 2px 0; 
}

/* 一级菜单标题样式 */
.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navtitle {
    padding: 0 20px; 
    font-size: 16px;
    font-weight: 600;
     
    flex-grow: 1;
    margin-bottom: 0;
    margin: 0;
}

/* 【核心修改】右侧 "+" 号的绘制 */
/* 只有当 .fooder-nav3 内部包含 .fooder-navcon 时，才显示 + 号 */
.fooder-nav3:has(.fooder-navcon) > a::after {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    font-size: 30px;
    color: #666;
    font-weight: bold;
    border-radius: 50%;
    /*background-color: #f0f0f0; */
    transition: all 0.3s ease;
    flex-shrink: 0; 
    padding: 0 2px 10px;
}

/* 子菜单样式 */
.fooder-navcon {
    display: none; 
    width: 100%;   
    background-color: transparent; 
    overflow: hidden;
}
.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navcon a {
    margin-bottom: 0;
}
.fooder-navcon a {
    display: block;
    padding: 6px 20px;
    padding-left: 35px; 
    font-size: 14px;
    color: #666;
    text-decoration: none;
    /*border-bottom: 1px dashed #eee;*/
    transition: background 0.2s;
    margin-bottom: 0;
}

.fooder-navcon a:last-child {
    border-bottom: none;
}

/* 清理标题自带的伪元素 */
.fooder .fooder-con .fooder-con2 .fooder-nav .fooder-nav2 .fooder-nav3 .fooder-navtitle::after {
    height: 0;
}

.fooder-navcon a:active {
    background-color: rgba(0,0,0,0.05); 
}

/* --- 交互状态类 (由JS控制) --- */
/* 展开子菜单 */
.fooder-nav2.active .fooder-navcon {
    display: block;
}

/* 【核心修改】展开时，只有带子菜单的项，+ 号才会变为 - 号 */
.fooder-nav2.active .fooder-nav3:has(.fooder-navcon) > a::after {
    content: '-';
    padding: 0 2px 8px;
    transform: rotate(180deg);
}

  
}
.swiper-slide231{width:25%;}
.swiper-slide232{width:20%;}
.shishizihei{height:auto;}
.course18 .titlebox .title span {
    -webkit-text-fill-color: unset;
}
.course6 .titlebox .title span {
    -webkit-text-fill-color: unset;
}
