.container {
  position: relative
}

@keyframes img_go {
  100% {
    transform: translateX(-50%)
  }
}

.container .sec1 {
  padding: 11.875vw 8.33333vw 18.54167vw;
  position: relative;
  overflow: hidden
}

.container .sec1::before {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  left: -14.0625vw;
  top: 14.0625vw;
  z-index: -1
}

.container .sec1::after {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  right: -3.125vw;
  top: -10.41667vw;
  z-index: -1
}

.container .sec1 .t {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.08333vw
}

.container .sec1 .content {
  display: flex;
  justify-content: space-between;
  gap: 8.22917vw
}

.container .sec1 .content .text {
  flex: 1;
  padding-top: 5.9375vw
}

.container .sec1 .content .text .des {
  padding: 0 6.25vw 0 5.78125vw;
  position: relative
}

.container .sec1 .content .text .des::before {
  content: '“';
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E3B182;
  font-family: "Noto Sans SC";
  font-size: 10.41667vw;
  font-style: normal;
  color: transparent;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  left: -6.25vw;
  top: -5.20833vw
}

.container .sec1 .content .text .des::after {
  content: '“';
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E3B182;
  font-family: "Noto Sans SC";
  font-size: 10.41667vw;
  font-style: normal;
  color: transparent;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  right: -4.16667vw;
  top: -4.16667vw;
  transform: rotate(180deg)
}

.container .sec1 .content .text .name {
  text-align: right;
  margin-top: 4.01042vw
}

.container .sec1 .content .pic {
  width: 16.66667vw;
  border-radius: 1.04167vw
}

.container .sec1 .content .pic img {
  display: block
}

.container .sec2 {
  background: var(--bg, #0D2052);
  padding: 6.61458vw 8.4375vw 6.35417vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.89583vw;
  overflow: hidden
}

.container .sec2 .item {
  color: #fff
}

.container .sec2 .item .p1 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.25vw
}

.container .sec2 .item .des {
  line-height: 1.5
}

.container .sec3 {
  padding: 6.77083vw 8.4375vw 14.0625vw;
  position: relative;
  overflow: hidden
}

.container .sec3::before {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  right: -9.6875vw;
  top: -5.57292vw;
  z-index: -1
}

.container .sec3 .t {
  color: #0D2052;
  line-height: 1.5;
  margin-bottom: 3.54167vw;
  text-align: center
}

.container .sec3 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.375vw
}

.container .sec3 .items .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.14583vw
}

.container .sec3 .items .item .num {
  font-family: "Gotham";
  font-style: italic;
  line-height: 1.5;
  color: #0D2052
}

.container .sec3 .items .item .info {
  flex: 1;
  margin-top: 1.30208vw
}

.container .sec3 .items .item .info .pic {
  height: 17.96875vw;
  border-radius: 1.66667vw;
  overflow: hidden
}

.container .sec3 .items .item .info .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 600ms
}

.container .sec3 .items .item .info .pt {
  margin: 1.25vw 0;
  color: #2A4D9C;
  font-weight: 500;
  line-height: 1.5
}

.container .sec3 .items .item .info .des {
  color: #696969;
  line-height: 1.5
}

.container .sec3 .items .item:hover .info .pic img {
  transform: scale(1.05)
}

.container .sec4 .fix {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 0 8.33333vw;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.container .sec4 .fix .t {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 3.54167vw
}

.container .sec4 .fix .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25.3125vw
}

.container .sec4 .fix .wrap .l_box {
  width: 49.6875vw
}

.container .sec4 .fix .wrap .l_box .part {
  height: 70vh;
  overflow-y: auto;
  display: none;
  padding-right: 1.82292vw
}

.container .sec4 .fix .wrap .l_box .part::-webkit-scrollbar {
  width: 2px;
  border-radius: 10px
}

.container .sec4 .fix .wrap .l_box .part::-webkit-scrollbar-thumb {
  background: #2A4D9C;
  border-radius: 10px
}

.container .sec4 .fix .wrap .l_box .part::-webkit-scrollbar-track {
  background: rgba(184, 184, 184, 0.6)
}

.container .sec4 .fix .wrap .l_box .part.on {
  display: block
}

.container .sec4 .fix .wrap .l_box .part .part_item:not(:last-child) {
  margin-bottom: 48px
}

.container .sec4 .fix .wrap .l_box .part .part_item .h5 {
  color: #000;
  font-weight: 500;
  line-height: 150%
}

.container .sec4 .fix .wrap .l_box .part .part_item .p {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin: 1.25vw 0 2.5vw
}

.container .sec4 .fix .wrap .l_box .part .part_item .p b {
  color: #000;
  font-weight: 500;
  display: block
}

.container .sec4 .fix .wrap .l_box .part .part_item .img {
  width: 30.98958vw;
  border-radius: 1.66667vw;
  overflow: hidden
}

.container .sec4 .fix .wrap .l_box .part .part_item .img img {
  display: block;
  width: 100%;
  transition: 1s
}

.container .sec4 .fix .wrap .l_box .part .part_item .img:hover img {
  transform: scale(1.1)
}

.container .sec4 .fix .wrap .r_box .sq {
  width: 4.375vw;
  height: 1.04167vw;
  position: relative;
  margin-bottom: .67708vw;
  display: flex;
  align-items: center;
  justify-content: center
}

.container .sec4 .fix .wrap .r_box .sq::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #2A4D9C;
  transition: 0.6s;
  position: absolute
}

.container .sec4 .fix .wrap .r_box .sq p {
  position: absolute;
  left: -2.44792vw;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: 0.6s;
  color: #2A4D9C;
  font-weight: 700;
  line-height: 150%;
  transition: 0.6s;
  opacity: 0.5;
  white-space: nowrap
}

.container .sec4 .fix .wrap .r_box .sq.on::after {
  width: 5.88542vw;
  height: 1.40625vw;
  opacity: 1
}

.container .sec4 .fix .wrap .r_box .sq.on p {
  font-size: 2.5vw;
  opacity: 1
}

.container .sec5 {
  position: relative;
  overflow: hidden
}

.container .sec5 video {
  display: block;
  width: 100%;
  height: 96.77083vw;
  object-fit: cover
}

.container .sec5 .wrap {
  position: absolute;
  left: 0;
  bottom: 11.25vw;
  width: 100%;
  color: #fff;
  z-index: 5
}

.container .sec5 .wrap .g {
  position: absolute;
  left: 30.57292vw;
  top: -2.60417vw;
  width: 37.76042vw;
  display: block;
  z-index: -1
}

.container .sec5 .wrap .t {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.54167vw
}

.container .sec5 .wrap .t p {
  color: #F9D4AB
}

.container .sec5 .wrap .intro {
  width: 53.48958vw;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center
}

.container .sec5 .wrap .nums {
  margin-top: 8.28125vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.54167vw 3.33333vw
}

.container .sec5 .wrap .nums .item {
  width: 20.3125vw
}

.container .sec5 .wrap .nums .item .num {
  color: #F9D4AB;
  font-style: italic;
  line-height: 1.5;
  font-family: "Gotham"
}

.container .sec5 .wrap .nums .item .des {
  margin: -1.04167vw 0 0 1.71875vw
}

.container .sec6 {
  padding: 9.11458vw 8.38542vw 8.64583vw;
  position: relative;
  overflow: hidden
}

.container .sec6::before {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  left: -10vw;
  top: -6.77083vw;
  z-index: -1
}

.container .sec6::after {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  left: -13.33333vw;
  bottom: -10.41667vw;
  z-index: -1
}

.container .sec6 .flex_b {
  display: flex;
  justify-content: space-between;
  gap: 9.94792vw;
  align-items: flex-end;
  margin-bottom: 8.75vw
}

.container .sec6 .flex_b .lbox {
  flex: 1
}

.container .sec6 .flex_b .lbox .info {
  display: flex;
  align-items: center;
  gap: 3.33333vw;
  margin-bottom: 3.54167vw
}

.container .sec6 .flex_b .lbox .info .pic {
  width: 8.90625vw;
  height: 8.90625vw;
  border-radius: 50%
}

.container .sec6 .flex_b .lbox .info .text {
  flex: 1
}

.container .sec6 .flex_b .lbox .info .text .pt {
  display: flex;
  gap: 1.45833vw;
  align-items: center;
  margin-bottom: 1.25vw
}

.container .sec6 .flex_b .lbox .info .text .pt p {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5
}

.container .sec6 .flex_b .lbox .info .text .pt span {
  inherits: 1.5
}

.container .sec6 .flex_b .lbox .info .text .des {
  line-height: 1.5
}

.container .sec6 .flex_b .lbox .des {
  color: #696969
}

.container .sec6 .flex_b .rbox {
  width: 36.35417vw;
  border-radius: 1.04167vw
}

.container .sec6 .dvideo .t {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2.5vw
}

.container .sec6 .dvideo .v {
  position: relative;
  border-radius: 2.5vw;
  overflow: hidden
}

.container .sec6 .dvideo .v img {
  display: block;
  height: 38.38542vw;
  object-fit: cover;
  width: 100%;
  transition: all 600ms
}

.container .sec6 .dvideo .v .play {
  position: absolute;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%)
}

.container .sec6 .dvideo .v .play svg {
  display: block;
  width: 7.91667vw;
  height: auto
}

.container .sec6 .dvideo .v:hover img {
  transform: scale(1.05)
}

.container .sec7 {
  background: var(--bg, #0D2052);
  padding: 6.45833vw 8.33333vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25vw;
  overflow: hidden
}

.container .sec7 .item {
  width: 100%;
  background: #FFF;
  border-radius: 2.5vw;
  padding: 2.08333vw;
  padding-bottom: 4.6875vw;
  transition: all 600ms
}

.container .sec7 .item .icon img {
  display: block;
  width: 2.60417vw;
  transition: all 600ms
}

.container .sec7 .item .pt {
  margin: 2.5vw 0 1.25vw;
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  transition: all 600ms
}

.container .sec7 .item .des {
  color: #696969;
  line-height: 1.5;
  transition: all 600ms
}

.container .sec7 .item:hover {
  background: var(--Color, #2A4D9C)
}

.container .sec7 .item:hover .icon img {
  filter: brightness(0) invert(1)
}

.container .sec7 .item:hover .pt,
.container .sec7 .item:hover .des {
  color: #FFF
}

.container .sec8 {
  padding: 4.79167vw 8.33333vw 10.10417vw;
  position: relative;
  overflow: hidden
}

.container .sec8::before {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  right: -9.11458vw;
  bottom: 18.85417vw;
  z-index: -1
}

.container .sec8 .logo img {
  display: block;
  width: 23.64583vw;
  margin: 0 auto
}

.container .sec8 .intro {
  margin: 1.25vw auto 5.20833vw;
  color: #696969;
  font-weight: 500;
  line-height: 1.5;
  width: 33.69792vw;
  text-align: center
}

.container .sec8 .items {
  display: flex;
  justify-content: space-between
}

.container .sec8 .items .item {
  width: 18.80208vw;
  text-align: center
}

.container .sec8 .items .item .icon img {
  width: 2.60417vw
}

.container .sec8 .items .item .pt {
  margin: 1.25vw 0;
  color: #0D2052;
  font-weight: 500
}

.container .sec8 .items .item .des {
  color: #696969;
  line-height: 1.5
}

.container .sec8 .items .line {
  background: linear-gradient(180deg, rgba(42, 77, 156, 0.1) 0%, #2A4D9C 50.86%, rgba(11, 152, 148, 0.1) 100%);
  width: 1px;
  transform: scale(0.99);
  height: 20.10417vw
}

.container .sec8 .team {
  margin-top: 11.04167vw
}

.container .sec8 .team .t {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.54167vw
}

.container .sec8 .team .swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5.41667vw
}

.container .sec8 .team .swiper .item {
  width: 100%
}

.container .sec8 .team .swiper .item .info {
  display: flex;
  gap: 3.33333vw;
  align-items: center;
  margin-bottom: 3.54167vw
}

.container .sec8 .team .swiper .item .info .pic {
  width: 7.65625vw;
  height: 7.65625vw;
  border-radius: 50%
}

.container .sec8 .team .swiper .item .info .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.container .sec8 .team .swiper .item .info .text {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  line-height: 1.5
}

.container .sec8 .team .swiper .item .info .text p {
  color: #0D2052;
  font-weight: 500
}

.container .sec8 .team .swiper .item .des {
  color: #696969;
  line-height: 1.5
}

.container .sec8 .team .s_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8.02083vw
}

.container .sec8 .team .s_btns .swiper-pagination {
  position: static;
  flex: 1;
  border-radius: 1.04167vw;
  height: .20833vw;
  background: rgba(114, 113, 113, 0.2);
  overflow: hidden
}

.container .sec8 .team .s_btns .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #214088;
  border-radius: 1.04167vw
}

.container .sec8 .team .s_btns .btns {
  display: flex;
  gap: 1.25vw
}

.container .sec8 .team .s_btns .btns .prev,
.container .sec8 .team .s_btns .btns .next {
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid #0c2152;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer
}

.container .sec8 .team .s_btns .btns .prev svg,
.container .sec8 .team .s_btns .btns .next svg {
  display: block;
  width: .46875vw;
  height: auto
}

.container .sec8 .team .s_btns .btns .prev:hover,
.container .sec8 .team .s_btns .btns .next:hover {
  background: #F9D4AB;
  border-color: transparent
}

.container .sec9 {
  padding: 6.14583vw 8.33333vw 5.41667vw;
  background: linear-gradient(243deg, #0C2152 75.09%, rgba(49, 85, 171, 0) 172.49%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.container .sec9 .l_box {
  width: 28.22917vw;
  position: sticky;
  top: 6.14583vw
}

.container .sec9 .l_box .des {
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4.27083vw
}

.container .sec9 .l_box .des span {
  color: #F9D4AB
}

.container .sec9 .l_box .num_list {
  display: flex;
  justify-content: space-between
}

.container .sec9 .l_box .num_list .item {
  padding: 0 0 0 1.45833vw;
  position: relative
}

.container .sec9 .l_box .num_list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .26042vw;
  height: 5.78125vw;
  background: #F9D4AB
}

.container .sec9 .l_box .num_list .item .num {
  color: #F9D4AB;
  font-weight: 700;
  line-height: 150%
}

.container .sec9 .l_box .num_list .item .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%
}

.container .sec9 .r_box {
  width: 41.66667vw
}

.container .sec9 .r_box .title {
  color: #F9D4AB;
  font-weight: 500;
  line-height: 150%
}

.container .sec9 .r_box .des {
  color: #FFF;
  font-weight: 400;
  margin: 1.25vw 0 3.125vw
}

.container .sec9 .r_box .list .item {
  width: 100%;
  border-radius: .52083vw;
  background: #FFF;
  position: relative;
  padding: 2.44792vw 12.86458vw 2.39583vw 2.08333vw
}

.container .sec9 .r_box .list .item .item_h5 {
  color: #2A4D9C;
  font-weight: 500;
  line-height: 150%
}

.container .sec9 .r_box .list .item .item_sort {
  color: #2A4D9C;
  font-weight: 400;
  margin: .52083vw 0
}

.container .sec9 .r_box .list .item .item_p {
  color: #696969;
  font-weight: 400;
  line-height: 150%
}

.container .sec9 .r_box .list .item .sort {
  color: #0D2052;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .15625vw;
  position: absolute;
  right: .78125vw;
  bottom: .625vw
}

.container .sec9 .r_box .list .item:not(:last-child) {
  margin-bottom: 1.25vw
}

.container .sec9 .r_box .h5 {
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  margin: 3.125vw 0 1.25vw
}

.container .sec9 .r_box .p {
  color: #FFF;
  font-weight: 400
}

.container .sec10 .tx_hero {
  padding: 10.88542vw 9.01042vw 15.57292vw 7.65625vw;
  position: relative
}

.container .sec10 .tx_hero::before {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  left: -2.60417vw;
  top: 26.92708vw;
  z-index: -1
}

.container .sec10 .tx_hero .t {
  color: #0D2052;
  font-weight: 500
}

.container .sec10 .tx_hero .pic {
  margin: 2.5vw 0 3.54167vw
}

.container .sec10 .tx_hero .pic img {
  display: block;
  width: 100%
}

.container .sec10 .tx_hero .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.53125vw;
  padding: 0 1.71875vw
}

.container .sec10 .tx_hero .items .item {
  width: 100%
}

.container .sec10 .tx_hero .items .item .pt {
  color: #012350;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.25vw
}

.container .sec10 .tx_hero .items .item .pt span {
  color: #0055D5;
  margin-right: .20833vw
}

.container .sec10 .tx_hero .items .item .des {
  color: #696969
}

.container .sec10 .university {
  padding: 0 0 3.64583vw 8.4375vw;
  display: flex;
  justify-content: space-between;
  gap: .26042vw
}

.container .sec10 .university .lbox {
  flex: 1;
  padding-top: .83333vw
}

.container .sec10 .university .lbox .pt {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.54167vw
}

.container .sec10 .university .lbox .des {
  color: #696969;
  line-height: 1.5
}

.container .sec10 .university .pic {
  width: 44.47917vw;
  border-radius: 2.08333vw
}

.container .sec10 .teacher .t_box {
  padding: 2.8125vw 5.41667vw 0 8.33333vw;
  background: linear-gradient(0deg, rgba(157, 192, 240, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #fff
}

.container .sec10 .teacher .t_box .t {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.54167vw
}

.container .sec10 .teacher .t_box .content {
  display: flex;
  justify-content: space-between;
  gap: 2.08333vw
}

.container .sec10 .teacher .t_box .content .lbox {
  width: 33.22917vw
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 {
  width: 100%;
  overflow: hidden
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info {
  display: flex;
  align-items: center;
  gap: 1.71875vw;
  margin-bottom: 2.86458vw
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .pic {
  width: 5.20833vw;
  height: 5.20833vw;
  border-radius: 50%
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .pic img {
  height: 100%
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .text {
  flex: 1
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .text .p1 {
  color: #0D2052;
  font-weight: 500;
  margin-bottom: .41667vw
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .text .p2 {
  color: #757D8E
}

.container .sec10 .teacher .t_box .content .lbox .swiper2 .item .des {
  color: #696969;
  width: 28.48958vw;
  line-height: 1.5
}

.container .sec10 .teacher .t_box .content .lbox .btns {
  display: flex;
  gap: 1.25vw;
  margin-top: 2.86458vw
}

.container .sec10 .teacher .t_box .content .lbox .btns .prev,
.container .sec10 .teacher .t_box .content .lbox .btns .next {
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid #0c2152;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer
}

.container .sec10 .teacher .t_box .content .lbox .btns .prev svg,
.container .sec10 .teacher .t_box .content .lbox .btns .next svg {
  display: block;
  width: .46875vw;
  height: auto
}

.container .sec10 .teacher .t_box .content .lbox .btns .prev:hover,
.container .sec10 .teacher .t_box .content .lbox .btns .next:hover {
  background: #F9D4AB;
  border-color: transparent
}

.container .sec10 .teacher .t_box .content .rbox {
  flex: 1
}

.container .sec10 .teacher .t_box .content .rbox img {
  display: block;
  width: 100%
}

.container .sec10 .teacher .b_box {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(157, 192, 240, 0.2) 100%);
  padding: 3.90625vw 6.77083vw 2.55208vw 6.77083vw
}

.container .sec10 .teacher .b_box .table_b {
  height: 11.66667vw;
  overflow-y: scroll;
  padding-right: 2.5vw
}

.container .sec10 .teacher .b_box .table_b::-webkit-scrollbar {
  width: 2px
}

.container .sec10 .teacher .b_box .table_b::-webkit-scrollbar-thumb {
  background: var(--Color, #2A4D9C)
}

.container .sec10 .teacher .b_box .table_b::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2)
}

.container .sec10 .teacher .b_box .table_b .item {
  border-top: 1px solid var(--Color, #2A4D9C);
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1.5;
  padding: 1.14583vw 0;
  color: #696969
}

.container .sec10 .teacher .b_box .table_b .item:first-child {
  color: #000
}

.container .sec10 .teacher .b_box .table_b .item .p1,
.container .sec10 .teacher .b_box .table_b .item .p6 {
  width: 3.125vw
}

.container .sec10 .teacher .b_box .table_b .item .p2 {
  width: 2.08333vw
}

.container .sec10 .teacher .b_box .table_b .item .p3 {
  width: 11.61458vw
}

.container .sec10 .teacher .b_box .table_b .item .p4 {
  width: 6.25vw
}

.container .sec10 .teacher .b_box .table_b .item .p5 {
  width: 4.16667vw
}

.container .sec10 .teacher .b_box .nums {
  display: flex;
  justify-content: space-between;
  gap: 7.5vw;
  margin-top: 3.54167vw
}

.container .sec10 .teacher .b_box .nums .item {
  width: 100%;
  text-align: center
}

.container .sec10 .teacher .b_box .nums .item .p1 {
  color: var(--Color, #2A4D9C);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.25vw
}

.container .sec10 .teacher .b_box .nums .item .p2 {
  color: #696969
}

.container .sec11 {
  padding-bottom: 5.05208vw
}

.container .sec11 .t_box {
  padding: 13.48958vw 11.25vw 5.36458vw 14.58333vw
}

.container .sec11 .t_box .t {
  color: #0D2052;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2.5vw
}

.container .sec11 .t_box .des {
  color: #696969;
  line-height: 1.5;
  overflow-y: scroll;
  padding-right: 3.38542vw;
  height: 12.65625vw
}

.container .sec11 .t_box .des::-webkit-scrollbar {
  width: 2px
}

.container .sec11 .t_box .des::-webkit-scrollbar-thumb {
  background: var(--Color, #2A4D9C)
}

.container .sec11 .t_box .des::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2)
}

.container .sec11 .pic_scroll {
  width: 100%;
  overflow: hidden
}

.container .sec11 .pic_scroll .flex {
  display: flex;
  align-items: center;
  width: max-content;
  animation: img_go 50s infinite linear;
  gap: 2.96875vw
}

.container .sec11 .pic_scroll .flex .img_flex {
  display: flex;
  gap: 2.96875vw
}

.container .sec11 .pic_scroll .flex .img_flex .pic {
  border-radius: 2.08333vw
}

.container .sec11 .pic_scroll .flex .img_flex .pic img {
  height: 20.83333vw;
  object-fit: cover
}

.container .sec12 .t_box {
  background: #FCFDFF;
  position: relative;
  padding: 5.625vw 9.01042vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 6
}

.container .sec12 .t_box::before {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.48;
  background: #9DC0F0;
  filter: blur(357.14999px);
  left: -5.3125vw;
  top: -6.19792vw;
  z-index: -1
}

.container .sec12 .t_box::after {
  content: '';
  display: block;
  position: absolute;
  width: 28.22917vw;
  height: 28.22917vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.14999px);
  right: -5.41667vw;
  bottom: -9.42708vw;
  z-index: -1
}

.container .sec12 .t_box .lbox {
  width: 29.16667vw
}

.container .sec12 .t_box .lbox .pic {
  border-radius: 2.08333vw
}

.container .sec12 .t_box .lbox .pt {
  margin: 1.875vw 0 .52083vw;
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5
}

.container .sec12 .t_box .lbox .des {
  color: #0D2052;
  line-height: 1.5
}

.container .sec12 .t_box .rbox {
  width: 40vw;
  color: #696969;
  line-height: 1.5
}

.container .sec12 .b_box {
  padding: 5.36458vw 6.77083vw 16.04167vw 6.77083vw
}

.container .sec12 .b_box .table_b {
  height: 11.66667vw;
  overflow-y: scroll;
  padding-right: 2.5vw
}

.container .sec12 .b_box .table_b::-webkit-scrollbar {
  width: 2px
}

.container .sec12 .b_box .table_b::-webkit-scrollbar-thumb {
  background: var(--Color, #2A4D9C)
}

.container .sec12 .b_box .table_b::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2)
}

.container .sec12 .b_box .table_b .item {
  border-top: 1px solid var(--Color, #2A4D9C);
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1.5;
  padding: 1.14583vw 0;
  color: #696969
}

.container .sec12 .b_box .table_b .item:first-child {
  color: #000
}

.container .sec12 .b_box .table_b .item .p1 {
  width: 4.73958vw
}

.container .sec12 .b_box .table_b .item .p2 {
  width: 10.41667vw
}

.container .sec12 .b_box .table_b .item .p3 {
  width: 45.05208vw;
  text-align: left
}

.container .sec12 .b_box .nums {
  display: flex;
  gap: 7.70833vw;
  margin: 3.54167vw 6.97917vw 0 0
}

.container .sec12 .b_box .nums .item {
  text-align: center
}

.container .sec12 .b_box .nums .item .p1 {
  color: var(--Color, #2A4D9C);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.25vw
}

.container .sec12 .b_box .nums .item .p2 {
  color: #696969
}

.container .sec13 .teacher .t_box {
  padding: 4.84375vw 6.77083vw 0;
  background: linear-gradient(0deg, rgba(157, 192, 240, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #fff
}

.container .sec13 .teacher .t_box .tech {
  width: 67.70833vw;
  margin: 0 auto;
  text-align: center
}

.container .sec13 .teacher .t_box .tech .title {
  color: #0D2052;
  font-weight: 500
}

.container .sec13 .teacher .t_box .tech .title .en {
  margin-top: .52083vw
}

.container .sec13 .teacher .t_box .tech .tabs {
  margin: 2.5vw 0;
  display: flex;
  justify-content: center;
  gap: 1.25vw
}

.container .sec13 .teacher .t_box .tech .tabs span {
  padding: .46875vw 1.30208vw;
  border-radius: 2.08333vw;
  border: 1px solid var(--Color, #2A4D9C);
  cursor: pointer;
  color: #0D2052;
  line-height: 1.5;
  transition: all 600ms
}

.container .sec13 .teacher .t_box .tech .tabs span.on {
  background: var(--Color, #2A4D9C);
  color: #fff
}

.container .sec13 .teacher .t_box .tech .tabs span:hover {
  background: var(--Color, #6288e1);
  border-color: transparent;
  color: #fff
}

.container .sec13 .teacher .t_box .tech .des_box {
  margin-bottom: 6.66667vw
}

.container .sec13 .teacher .t_box .tech .des_box .des {
  display: none;
  color: #696969;
  line-height: 1.5
}

.container .sec13 .teacher .t_box .tech .des_box .des.on {
  display: block
}

.container .sec13 .teacher .t_box .content {
  display: flex;
  justify-content: space-between;
  gap: 2.08333vw
}

.container .sec13 .teacher .t_box .content .lbox {
  width: 33.22917vw
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 {
  width: 100%;
  overflow: hidden
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info {
  display: flex;
  align-items: center;
  gap: 1.71875vw;
  margin-bottom: 2.86458vw
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .pic {
  width: 5.20833vw;
  height: 5.20833vw;
  border-radius: 50%
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .pic img {
  height: 100%
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .text {
  flex: 1
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .text .p1 {
  color: #0D2052;
  font-weight: 500;
  margin-bottom: .41667vw
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .text .p2 {
  color: #757D8E
}

.container .sec13 .teacher .t_box .content .lbox .swiper3 .item .des {
  color: #696969;
  width: 28.48958vw;
  line-height: 1.5
}

.container .sec13 .teacher .t_box .content .lbox .btns {
  display: flex;
  gap: 1.25vw;
  margin-top: 2.86458vw
}

.container .sec13 .teacher .t_box .content .lbox .btns .prev,
.container .sec13 .teacher .t_box .content .lbox .btns .next {
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid #0c2152;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer
}

.container .sec13 .teacher .t_box .content .lbox .btns .prev svg,
.container .sec13 .teacher .t_box .content .lbox .btns .next svg {
  display: block;
  width: .46875vw;
  height: auto
}

.container .sec13 .teacher .t_box .content .lbox .btns .prev:hover,
.container .sec13 .teacher .t_box .content .lbox .btns .next:hover {
  background: #F9D4AB;
  border-color: transparent
}

.container .sec13 .teacher .t_box .content .rbox {
  flex: 1
}

.container .sec13 .teacher .t_box .content .rbox img {
  display: block;
  width: 100%
}

.container .sec13 .teacher .b_box {
  padding: 3.90625vw 6.77083vw 3.33333vw 6.77083vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(157, 192, 240, 0.2) 100%)
}

.container .sec13 .teacher .b_box .table_b {
  height: 11.66667vw;
  overflow-y: scroll;
  padding-right: 2.5vw
}

.container .sec13 .teacher .b_box .table_b::-webkit-scrollbar {
  width: 2px
}

.container .sec13 .teacher .b_box .table_b::-webkit-scrollbar-thumb {
  background: var(--Color, #2A4D9C)
}

.container .sec13 .teacher .b_box .table_b::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2)
}

.container .sec13 .teacher .b_box .table_b .item {
  border-top: 1px solid var(--Color, #2A4D9C);
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1.5;
  padding: 1.14583vw 0;
  color: #696969
}

.container .sec13 .teacher .b_box .table_b .item:first-child {
  color: #000
}

.container .sec13 .teacher .b_box .table_b .item .p1 {
  width: 3.125vw
}

.container .sec13 .teacher .b_box .table_b .item .p2 {
  width: 2.08333vw
}

.container .sec13 .teacher .b_box .table_b .item .p3 {
  width: 11.61458vw
}

.container .sec13 .teacher .b_box .table_b .item .p4 {
  width: 21.5625vw
}

.container .sec13 .teacher .b_box .nums {
  display: flex;
  justify-content: space-between;
  gap: 7.5vw;
  margin-top: 3.54167vw;
  padding-right: 3.22917vw
}

.container .sec13 .teacher .b_box .nums .item {
  text-align: center
}

.container .sec13 .teacher .b_box .nums .item .p1 {
  color: var(--Color, #2A4D9C);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.25vw
}

.container .sec13 .teacher .b_box .nums .item .p2 {
  color: #696969
}

.container .sec14 {
  padding-top: 19.6875vw
}

.container .sec14 .teacher .t_box .tech {
  width: 67.70833vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3.64583vw
}

.container .sec14 .teacher .t_box .tech .title {
  color: #0D2052;
  font-weight: 500
}

.container .sec14 .teacher .t_box .tech .title .en {
  margin-top: .52083vw
}

.container .sec14 .teacher .t_box .tech .tabs {
  margin: 2.5vw 0;
  display: flex;
  justify-content: center;
  gap: 2.5vw
}

.container .sec14 .teacher .t_box .tech .tabs .items {
  display: flex;
  gap: 1.25vw;
  align-items: center
}

.container .sec14 .teacher .t_box .tech .tabs .items span {
  padding: .46875vw 1.30208vw;
  border-radius: 2.08333vw;
  border: 1px solid var(--Color, #2A4D9C);
  cursor: pointer;
  color: #0D2052;
  line-height: 1.5;
  transition: all 600ms
}

.container .sec14 .teacher .t_box .tech .tabs .items span.on {
  background: var(--Color, #2A4D9C);
  color: #fff
}

.container .sec14 .teacher .t_box .tech .tabs .items span:hover {
  background: var(--Color, #6288e1);
  border-color: transparent;
  color: #fff
}

.container .sec14 .teacher .t_box .tech .des_box .des {
  display: none;
  color: #696969;
  line-height: 1.5
}

.container .sec14 .teacher .t_box .tech .des_box .des.on {
  display: block
}

.container .sec14 .teacher .t_box .content {
  background: linear-gradient(0deg, rgba(157, 192, 240, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 12.91667vw 1.66667vw 11.875vw
}

.container .sec14 .teacher .t_box .content .lbox {
  width: 31.25vw
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 {
  width: 100%;
  overflow: hidden
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info {
  display: flex;
  align-items: center;
  gap: 1.71875vw;
  margin-bottom: 1.77083vw
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .pic {
  width: 5.20833vw;
  height: 5.20833vw;
  border-radius: 50%
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .pic img {
  height: 100%
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .text .p1 {
  color: #0D2052;
  font-weight: 500;
  margin-bottom: .41667vw
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .text .p2 {
  color: #757D8E
}

.container .sec14 .teacher .t_box .content .lbox .swiper4 .item .des {
  color: #696969;
  width: 100%;
  line-height: 1.5
}

.container .sec14 .teacher .t_box .content .lbox .btns {
  display: flex;
  gap: 1.25vw;
  margin-top: 1.25vw
}

.container .sec14 .teacher .t_box .content .lbox .btns .prev,
.container .sec14 .teacher .t_box .content .lbox .btns .next {
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid #0c2152;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer
}

.container .sec14 .teacher .t_box .content .lbox .btns .prev svg,
.container .sec14 .teacher .t_box .content .lbox .btns .next svg {
  display: block;
  width: .46875vw;
  height: auto
}

.container .sec14 .teacher .t_box .content .lbox .btns .prev:hover,
.container .sec14 .teacher .t_box .content .lbox .btns .next:hover {
  background: #F9D4AB;
  border-color: transparent
}

.container .sec14 .teacher .t_box .content .rbox {
  width: 27.1875vw
}

.container .sec14 .teacher .t_box .content .rbox img {
  display: none;
  width: 100%
}

.container .sec14 .teacher .t_box .content .rbox img.on {
  display: block
}

.container .sec14 .teacher .b_box {
  padding: 3.90625vw 6.77083vw 3.33333vw 6.77083vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(157, 192, 240, 0.2) 100%)
}

.container .sec14 .teacher .b_box .table_b {
  height: 11.66667vw;
  overflow-y: scroll;
  padding-right: 2.5vw
}

.container .sec14 .teacher .b_box .table_b::-webkit-scrollbar {
  width: 2px
}

.container .sec14 .teacher .b_box .table_b::-webkit-scrollbar-thumb {
  background: var(--Color, #2A4D9C)
}

.container .sec14 .teacher .b_box .table_b::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2)
}

.container .sec14 .teacher .b_box .table_b .item {
  border-top: 1px solid var(--Color, #2A4D9C);
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1.5;
  padding: 1.14583vw 0;
  color: #696969
}

.container .sec14 .teacher .b_box .table_b .item:first-child {
  color: #000
}

.container .sec14 .teacher .b_box .table_b .item .p1 {
  width: 3.125vw
}

.container .sec14 .teacher .b_box .table_b .item .p2 {
  width: 2.08333vw
}

.container .sec14 .teacher .b_box .table_b .item .p3 {
  width: 11.61458vw
}

.container .sec14 .teacher .b_box .table_b .item .p4 {
  width: 21.5625vw
}

.container .sec14 .teacher .b_box .nums {
  display: flex;
  justify-content: space-between;
  gap: 7.5vw;
  margin-top: 3.54167vw;
  padding-right: 3.22917vw
}

.container .sec14 .teacher .b_box .nums .item {
  text-align: center
}

.container .sec14 .teacher .b_box .nums .item .p1 {
  color: var(--Color, #2A4D9C);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.25vw
}

.container .sec14 .teacher .b_box .nums .item .p2 {
  color: #696969
}

.container .sec15 {
  padding: 14.375vw 10.15625vw
}

.container .sec15 .t_box {
  text-align: center;
  width: 59.84375vw;
  margin: 0 auto 5.36458vw;
  line-height: 1.5
}

.container .sec15 .t_box .t {
  color: #0D2052;
  font-weight: 500;
  margin-bottom: 2.5vw
}

.container .sec15 .t_box .intro {
  color: #696969
}

.container .sec15 .box {
  width: 32.03125vw;
  height: 32.08333vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.container .sec15 .box .item {
  position: absolute;
  z-index: 9
}

.container .sec15 .box .item .item_cir {
  width: 5.20833vw;
  height: 5.20833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.container .sec15 .box .item .item_cir:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.6s;
  background: linear-gradient(90deg, #4DA7FE 0%, #244290 100%);
  position: absolute;
  z-index: -1;
  pointer-events: none
}

.container .sec15 .box .item .item_cir:before {
  content: "";
  width: 17.60417vw;
  height: 17.60417vw;
  border-radius: 50%;
  background: #D0E3FF;
  position: absolute;
  z-index: -1;
  transform: scale(0);
  transition: 0.8s;
  pointer-events: none
}

.container .sec15 .box .item .item_cir svg {
  display: block;
  width: 3.33333vw;
  height: unset
}

.container .sec15 .box .item .item_cir svg path {
  transition: 0.6s;
  stroke: #fff
}

.container .sec15 .box .item .item_box {
  position: absolute;
  width: 28.59375vw;
  right: -1.04167vw;
  top: .625vw;
  transform: translateX(100%);
  pointer-events: none
}

.container .sec15 .box .item .item_box .h5 {
  color: #0d2052;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: .625vw
}

.container .sec15 .box .item .item_box .item_des {
  position: relative
}

.container .sec15 .box .item .item_box .item_des .p {
  width: 19.01042vw;
  color: #696969;
  font-weight: 400;
  line-height: 150%
}

.container .sec15 .box .item .item_box .item_des .p1 {
  position: absolute;
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(1.04167vw);
  transition: 0.6s
}

.container .sec15 .box .item.item1 {
  top: 2.8125vw;
  right: 1.45833vw
}

.container .sec15 .box .item.item2 {
  top: 23.17708vw;
  left: 26.77083vw
}

.container .sec15 .box .item.item2 .item_cir .ic {
  top: unset;
  bottom: -7.03125vw;
  left: -5.57292vw
}

.container .sec15 .box .item.item3 {
  top: 29.73958vw;
  left: 12.39583vw
}

.container .sec15 .box .item.item3 .item_cir .ic {
  top: unset;
  bottom: -7.03125vw;
  left: 0
}

.container .sec15 .box .item.item3 .item_box {
  left: -1.04167vw;
  transform: translateX(-100%)
}

.container .sec15 .box .item.item3 .item_box .h5 {
  text-align: right
}

.container .sec15 .box .item.item3 .item_box .item_des .p {
  text-align: right;
  margin: 0 0 0 auto
}

.container .sec15 .box .item.item4 {
  top: 19.11458vw;
  left: -1.77083vw
}

.container .sec15 .box .item.item4 .item_cir .ic {
  left: 0.4875vw
}

.container .sec15 .box .item.item4 .item_box {
  left: -1.04167vw;
  transform: translateX(-100%)
}

.container .sec15 .box .item.item4 .item_box .h5 {
  text-align: right
}

.container .sec15 .box .item.item4 .item_box .item_des .p {
  text-align: right;
  margin: 0 0 0 auto
}

.container .sec15 .box .item.item5 {
  top: 2.8125vw;
  left: 1.45833vw
}

.container .sec15 .box .item.item5 .item_cir .ic {
  left: 0.4875vw
}

.container .sec15 .box .item.item5 .item_box {
  left: -1.04167vw;
  transform: translateX(-100%)
}

.container .sec15 .box .item.item5 .item_box .h5 {
  text-align: right
}

.container .sec15 .box .item.item5 .item_box .item_des .p {
  text-align: right;
  margin: 0 0 0 auto
}

.container .sec15 .box .item.on .item_cir .ic {
  opacity: 1;
  transition-delay: 0.3s
}

.container .sec15 .box .item.on .item_cir:after {
  opacity: 0
}

.container .sec15 .box .item.on .item_cir:before {
  transform: scale(1)
}

.container .sec15 .box .item.on .item_cir svg path {
  stroke: #0055D5
}

.container .sec15 .box .item.on .item_box .item_des .p {
  opacity: 0
}

.container .sec15 .box .item.on .item_box .item_des .p1 {
  opacity: 1;
  transform: translateY(0)
}

.container .sec15 .box .cir {
  width: 100%
}

.container .sec15 .box .cir img {
  display: block;
  width: 100%
}

.container .sec15 .box .img {
  width: 27.8125vw;
  height: 27.8125vw;
  border-radius: 50%;
  overflow: hidden;
  position: absolute
}

.container .sec15 .box .img img {
  display: block;
  width: 100%;
  height: 100%
}

.contact_box {
  background: url(../images/8bg.png) no-repeat;
  background-size: cover;
  padding: 7.29167vw 8.33333vw 7.91667vw;
  color: #fff
}

.contact_box .info {
  width: 21.61458vw
}

.contact_box .info .pt {
  font-weight: 700;
  margin-bottom: 3.54167vw
}

.contact_box .info .codes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.69792vw
}

.contact_box .info .codes .item {
  width: 100%
}

.contact_box .info .codes .item .code {
  background: var(--bg, #F9D4AB);
  padding: .67708vw;
  margin-bottom: 1.04167vw
}

.contact_box .info .codes .item .code img {
  display: block;
  width: 100%;
  object-fit: cover
}

.contact_box .info .codes .item .st {
  text-align: center;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .container .sec1 {
    padding: 30px 5%
  }

  .container .sec1::before,
  .container .sec1::after {
    display: none
  }

  .container .sec1 .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec1 .content {
    flex-direction: column;
    gap: 30px
  }

  .container .sec1 .content .text {
    padding-top: 0;
    font-size: 16px
  }

  .container .sec1 .content .text .des {
    padding: 0
  }

  .container .sec1 .content .text .des::before,
  .container .sec1 .content .text .des::after {
    display: none
  }

  .container .sec1 .content .text .name {
    margin-top: 30px
  }

  .container .sec1 .content .pic {
    width: 100%;
    border-radius: 10px
  }

  .container .sec2 {
    padding: 40px 5%;
    grid-template-columns: 1fr;
    gap: 30px
  }

  .container .sec2 .item .p1 {
    font-size: 20px;
    margin-bottom: 15px
  }

  .container .sec3 {
    padding: 30px 5%
  }

  .container .sec3::before {
    display: none
  }

  .container .sec3 .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec3 .items {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .container .sec3 .items .item {
    flex-direction: column;
    gap: 0
  }

  .container .sec3 .items .item .info {
    margin-top: 0
  }

  .container .sec3 .items .item .info .pic {
    height: 200px;
    border-radius: 15px
  }

  .container .sec3 .items .item .info .pt {
    margin: 15px 0 5px
  }

  .container .sec4 .fix {
    height: unset;
    padding: 50px 5vw;
    display: block
  }

  .container .sec4 .fix .r_box {
    display: none
  }

  .container .sec4 .fix .wrap .l_box {
    display: block;
    width: 100%
  }

  .container .sec4 .fix .wrap .l_box .part {
    display: block;
    height: unset;
    overflow: hidden;
    overscroll-behavior: unset
  }

  .container .sec4 .fix .wrap .l_box .part:not(:last-child) {
    margin-bottom: 25px
  }

  .container .sec4 .fix .wrap .l_box .part .part_item .h5 {
    font-size: 15px;
    margin-bottom: 10px
  }

  .container .sec4 .fix .wrap .l_box .part .part_item .p {
    font-size: 13px;
    margin-bottom: 10px
  }

  .container .sec4 .fix .wrap .l_box .part .part_item .img {
    width: 100%;
    border-radius: 10px
  }

  .container .sec4 .fix .wrap .l_box .part .part_item:not(:last-child) {
    margin-bottom: 15px
  }

  .container .sec5 {
    background: #081E56;
    padding-bottom: 60px
  }

  .container .sec5 video {
    height: auto
  }

  .container .sec5 .wrap {
    position: static;
    padding: 0 5%;
    margin-top: -200px
  }

  .container .sec5 .wrap .g {
    display: none
  }

  .container .sec5 .wrap .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec5 .wrap .t p {
    font-size: 18px
  }

  .container .sec5 .wrap .intro {
    width: 100%;
    padding: 0;
    font-size: 14px
  }

  .container .sec5 .wrap .nums {
    margin-top: 30px;
    gap: 20px
  }

  .container .sec5 .wrap .nums .item {
    width: calc(50% - 10px)
  }

  .container .sec5 .wrap .nums .item .num {
    font-size: 24px
  }

  .container .sec5 .wrap .nums .item .des {
    margin: -5px 0 0 10px;
    font-size: 12px
  }

  .container .sec6 {
    padding: 30px 5%
  }

  .container .sec6::before,
  .container .sec6::after {
    display: none
  }

  .container .sec6 .flex_b {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px
  }

  .container .sec6 .flex_b .lbox .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px
  }

  .container .sec6 .flex_b .lbox .info .pic {
    width: 100px;
    height: 100px
  }

  .container .sec6 .flex_b .lbox .info .text .pt {
    gap: 10px;
    margin-bottom: 15px
  }

  .container .sec6 .flex_b .rbox {
    width: 100%;
    border-radius: 10px
  }

  .container .sec6 .dvideo .t {
    font-size: 19px;
    margin-bottom: 20px
  }

  .container .sec6 .dvideo .v {
    border-radius: 20px
  }

  .container .sec6 .dvideo .v img {
    height: 200px
  }

  .container .sec6 .dvideo .v .play svg {
    width: 50px
  }

  .container .sec7 {
    padding: 30px 5%;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px
  }

  .container .sec7 .item {
    padding: 20px;
    border-radius: 20px
  }

  .container .sec7 .item .icon img {
    width: 40px
  }

  .container .sec8 {
    padding: 30px 5%
  }

  .container .sec8::before {
    display: none
  }

  .container .sec8 .logo img {
    width: 80%
  }

  .container .sec8 .intro {
    margin: 20px auto 40px;
    width: 100%;
    font-size: 16px
  }

  .container .sec8 .items {
    flex-direction: column;
    gap: 30px 0
  }

  .container .sec8 .items .item {
    width: 100%
  }

  .container .sec8 .items .item .icon img {
    width: 40px
  }

  .container .sec8 .items .item .pt {
    margin: 20px 0
  }

  .container .sec8 .items .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(42, 77, 156, 0.1) 0%, #2A4D9C 50.86%, rgba(11, 152, 148, 0.1) 100%)
  }

  .container .sec8 .team {
    margin-top: 60px
  }

  .container .sec8 .team .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec8 .team .swiper {
    margin-bottom: 20px
  }

  .container .sec8 .team .swiper .item .info {
    gap: 20px;
    margin-bottom: 10px
  }

  .container .sec8 .team .swiper .item .info .pic {
    width: 80px;
    height: 80px
  }

  .container .sec8 .team .swiper .item .info .text {
    gap: 12px
  }

  .container .sec8 .team .swiper .item .des {
    height: 150px;
    overflow-y: scroll;
    font-size: 14px
  }

  .container .sec8 .team .s_btns {
    gap: 20px
  }

  .container .sec8 .team .s_btns .swiper-pagination {
    border-radius: 10px;
    height: 2px
  }

  .container .sec8 .team .s_btns .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: 10px
  }

  .container .sec8 .team .s_btns .btns {
    gap: 10px
  }

  .container .sec8 .team .s_btns .btns .prev,
  .container .sec8 .team .s_btns .btns .next {
    width: 40px;
    height: 40px
  }

  .container .sec8 .team .s_btns .btns .prev svg,
  .container .sec8 .team .s_btns .btns .next svg {
    width: 6px
  }

  .container .sec9 {
    padding: 30px 5%;
    display: block
  }

  .container .sec9 .l_box {
    width: 100%;
    margin-bottom: 30px;
    position: unset
  }

  .container .sec9 .l_box .des {
    font-size: 14px
  }

  .container .sec9 .l_box .num_list .item {
    padding: 0 0 0 10px
  }

  .container .sec9 .l_box .num_list .item::after {
    height: 90%
  }

  .container .sec9 .l_box .num_list .item .item_des {
    font-size: 13px
  }

  .container .sec9 .r_box {
    width: 100%
  }

  .container .sec9 .r_box .des {
    font-size: 14px;
    margin: 10px 0 15px
  }

  .container .sec9 .r_box .list .item {
    border-radius: 8px;
    padding: 15px
  }

  .container .sec9 .r_box .list .item:not(:last-child) {
    margin-bottom: 15px
  }

  .container .sec9 .r_box .list .item .item_h5 {
    font-size: 16px
  }

  .container .sec9 .r_box .list .item .item_sort {
    font-size: 13px;
    margin: 8px 0
  }

  .container .sec9 .r_box .list .item .item_p {
    font-size: 13px
  }

  .container .sec9 .r_box .list .item .sort {
    font-size: 22px;
    right: 8px;
    bottom: 8px
  }

  .container .sec9 .r_box .h5 {
    font-size: 18px;
    margin: 20px 0 10px
  }

  .container .sec9 .r_box .p {
    font-size: 14px
  }

  .container .sec10 .tx_hero {
    padding: 30px 5% 60px
  }

  .container .sec10 .tx_hero::before {
    display: none
  }

  .container .sec10 .tx_hero .t {
    font-size: 20px
  }

  .container .sec10 .tx_hero .pic {
    margin: 20px 0;
    display: none
  }

  .container .sec10 .tx_hero .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
    margin-top: 20px
  }

  .container .sec10 .tx_hero .items .item .pt {
    margin-bottom: 5px
  }

  .container .sec10 .university {
    padding: 0 5% 30px;
    flex-direction: column;
    gap: 20px
  }

  .container .sec10 .university .lbox {
    padding-top: 0
  }

  .container .sec10 .university .lbox .pt {
    margin-bottom: 20px;
    font-size: 20px
  }

  .container .sec10 .university .pic {
    width: 100%;
    border-radius: 15px
  }

  .container .sec10 .teacher .t_box {
    padding: 30px 5% 0
  }

  .container .sec10 .teacher .t_box .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec10 .teacher .t_box .content {
    flex-direction: column;
    gap: 20px
  }

  .container .sec10 .teacher .t_box .content .lbox {
    width: 100%
  }

  .container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info {
    gap: 15px;
    margin-bottom: 10px
  }

  .container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .pic {
    width: 60px;
    height: 60px
  }

  .container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .text .p1 {
    font-size: 18px
  }

  .container .sec10 .teacher .t_box .content .lbox .swiper2 .item .info .text .p2 {
    font-size: 16px
  }

  .container .sec10 .teacher .t_box .content .lbox .swiper2 .item .des {
    width: 100%;
    font-size: 14px;
    height: 150px;
    overflow-y: scroll
  }

  .container .sec10 .teacher .t_box .content .lbox .btns {
    gap: 10px
  }

  .container .sec10 .teacher .t_box .content .lbox .btns .prev,
  .container .sec10 .teacher .t_box .content .lbox .btns .next {
    width: 40px;
    height: 40px
  }

  .container .sec10 .teacher .t_box .content .lbox .btns .prev svg,
  .container .sec10 .teacher .t_box .content .lbox .btns .next svg {
    display: block;
    width: 6px
  }

  .container .sec10 .teacher .b_box {
    padding: 30px 5%
  }

  .container .sec10 .teacher .b_box .table_b {
    height: 150px;
    padding-right: 15px
  }

  .container .sec10 .teacher .b_box .table_b .item {
    padding: 10px 0
  }

  .container .sec10 .teacher .b_box .table_b .item .p1,
  .container .sec10 .teacher .b_box .table_b .item .p6 {
    width: 30px;
    font-size: 10px
  }

  .container .sec10 .teacher .b_box .table_b .item .p2 {
    width: 25px;
    font-size: 10px
  }

  .container .sec10 .teacher .b_box .table_b .item .p3 {
    width: 80px;
    font-size: 10px
  }

  .container .sec10 .teacher .b_box .table_b .item .p4 {
    width: 60px;
    font-size: 10px
  }

  .container .sec10 .teacher .b_box .table_b .item .p5 {
    width: 40px;
    font-size: 10px
  }

  .container .sec10 .teacher .b_box .nums {
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center
  }

  .container .sec10 .teacher .b_box .nums .item {
    width: auto
  }

  .container .sec10 .teacher .b_box .nums .item .p1 {
    font-size: 24px;
    margin-bottom: 5px
  }

  .container .sec10 .teacher .b_box .nums .item .p1 span {
    font-size: 16px
  }

  .container .sec10 .teacher .b_box .nums .item .p2 {
    font-size: 14px
  }

  .container .sec11 {
    padding-bottom: 40px
  }

  .container .sec11 .t_box {
    padding: 30px 5%
  }

  .container .sec11 .t_box .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec11 .t_box .des {
    height: 150px;
    padding-right: 15px;
    font-size: 14px
  }

  .container .sec11 .pic_scroll .flex {
    gap: 15px
  }

  .container .sec11 .pic_scroll .flex .img_flex {
    gap: 15px
  }

  .container .sec11 .pic_scroll .flex .img_flex .pic {
    width: 200px;
    border-radius: 15px
  }

  .container .sec11 .pic_scroll .flex .img_flex .pic img {
    height: 123px
  }

  .container .sec12 .t_box {
    padding: 40px 5%;
    flex-direction: column;
    gap: 20px
  }

  .container .sec12 .t_box::before,
  .container .sec12 .t_box::after {
    display: none
  }

  .container .sec12 .t_box .lbox {
    width: 100%
  }

  .container .sec12 .t_box .lbox .pic {
    border-radius: 15px
  }

  .container .sec12 .t_box .lbox .pt {
    margin: 15px 0 5px;
    font-size: 18px
  }

  .container .sec12 .t_box .rbox {
    width: 100%;
    font-size: 14px
  }

  .container .sec12 .b_box {
    padding: 30px 15px
  }

  .container .sec12 .b_box .table_b {
    height: 150px;
    padding-right: 15px
  }

  .container .sec12 .b_box .table_b .item {
    padding: 10px 0
  }

  .container .sec12 .b_box .table_b .item .p1 {
    width: 50px;
    font-size: 10px
  }

  .container .sec12 .b_box .table_b .item .p2 {
    width: 80px;
    font-size: 10px
  }

  .container .sec12 .b_box .table_b .item .p3 {
    width: calc(100% - 180px);
    font-size: 10px
  }

  .container .sec12 .b_box .nums {
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center
  }

  .container .sec12 .b_box .nums .item {
    width: auto
  }

  .container .sec12 .b_box .nums .item .p1 {
    font-size: 24px;
    margin-bottom: 5px
  }

  .container .sec12 .b_box .nums .item .p1 span {
    font-size: 16px
  }

  .container .sec12 .b_box .nums .item .p2 {
    font-size: 14px
  }

  .container .sec13 .teacher .t_box,
  .container .sec14 .teacher .t_box {
    padding: 30px 0 0
  }

  .container .sec13 .teacher .t_box .tech,
  .container .sec14 .teacher .t_box .tech {
    width: 100%;
    padding: 0 5%
  }

  .container .sec13 .teacher .t_box .tech .title,
  .container .sec14 .teacher .t_box .tech .title {
    font-size: 20px
  }

  .container .sec13 .teacher .t_box .tech .tabs,
  .container .sec14 .teacher .t_box .tech .tabs {
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 10px
  }

  .container .sec13 .teacher .t_box .tech .tabs p,
  .container .sec14 .teacher .t_box .tech .tabs p {
    font-size: 16px
  }

  .container .sec13 .teacher .t_box .tech .tabs span,
  .container .sec14 .teacher .t_box .tech .tabs span {
    padding: 5px 12px !important;
    font-size: 14px
  }

  .container .sec13 .teacher .t_box .tech .des_box,
  .container .sec14 .teacher .t_box .tech .des_box {
    margin-bottom: 30px
  }

  .container .sec13 .teacher .t_box .tech .des_box .des,
  .container .sec14 .teacher .t_box .tech .des_box .des {
    font-size: 15px
  }

  .container .sec13 .teacher .t_box .content,
  .container .sec14 .teacher .t_box .content {
    flex-direction: column;
    padding: 0 5%;
    gap: 20px
  }

  .container .sec13 .teacher .t_box .content .lbox,
  .container .sec14 .teacher .t_box .content .lbox {
    width: 100%
  }

  .container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info,
  .container .sec13 .teacher .t_box .content .lbox .swiper4 .item .info,
  .container .sec14 .teacher .t_box .content .lbox .swiper3 .item .info,
  .container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info {
    gap: 15px;
    margin-bottom: 20px
  }

  .container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .pic,
  .container .sec13 .teacher .t_box .content .lbox .swiper4 .item .info .pic,
  .container .sec14 .teacher .t_box .content .lbox .swiper3 .item .info .pic,
  .container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .pic {
    width: 60px;
    height: 60px
  }

  .container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .text .p1,
  .container .sec13 .teacher .t_box .content .lbox .swiper4 .item .info .text .p1,
  .container .sec14 .teacher .t_box .content .lbox .swiper3 .item .info .text .p1,
  .container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .text .p1 {
    font-size: 18px
  }

  .container .sec13 .teacher .t_box .content .lbox .swiper3 .item .info .text .p2,
  .container .sec13 .teacher .t_box .content .lbox .swiper4 .item .info .text .p2,
  .container .sec14 .teacher .t_box .content .lbox .swiper3 .item .info .text .p2,
  .container .sec14 .teacher .t_box .content .lbox .swiper4 .item .info .text .p2 {
    font-size: 15px
  }

  .container .sec13 .teacher .t_box .content .lbox .swiper3 .item .des,
  .container .sec13 .teacher .t_box .content .lbox .swiper4 .item .des,
  .container .sec14 .teacher .t_box .content .lbox .swiper3 .item .des,
  .container .sec14 .teacher .t_box .content .lbox .swiper4 .item .des {
    width: 100%;
    font-size: 14px
  }

  .container .sec13 .teacher .t_box .content .lbox .btns,
  .container .sec14 .teacher .t_box .content .lbox .btns {
    gap: 10px;
    margin-top: 30px
  }

  .container .sec13 .teacher .t_box .content .lbox .btns .prev,
  .container .sec13 .teacher .t_box .content .lbox .btns .next,
  .container .sec14 .teacher .t_box .content .lbox .btns .prev,
  .container .sec14 .teacher .t_box .content .lbox .btns .next {
    width: 40px;
    height: 40px
  }

  .container .sec13 .teacher .t_box .content .lbox .btns .prev svg,
  .container .sec13 .teacher .t_box .content .lbox .btns .next svg,
  .container .sec14 .teacher .t_box .content .lbox .btns .prev svg,
  .container .sec14 .teacher .t_box .content .lbox .btns .next svg {
    width: 6px
  }

  .container .sec13 .teacher .t_box .content .rbox,
  .container .sec14 .teacher .t_box .content .rbox {
    width: 100%
  }

  .container .sec13 .teacher .b_box,
  .container .sec14 .teacher .b_box {
    padding: 30px 15px
  }

  .container .sec13 .teacher .b_box .table_b,
  .container .sec14 .teacher .b_box .table_b {
    height: 150px;
    padding-right: 15px
  }

  .container .sec13 .teacher .b_box .table_b .item,
  .container .sec14 .teacher .b_box .table_b .item {
    padding: 10px 0
  }

  .container .sec13 .teacher .b_box .table_b .item .p1,
  .container .sec14 .teacher .b_box .table_b .item .p1 {
    width: 30px;
    font-size: 10px
  }

  .container .sec13 .teacher .b_box .table_b .item .p2,
  .container .sec14 .teacher .b_box .table_b .item .p2 {
    width: 25px;
    font-size: 10px
  }

  .container .sec13 .teacher .b_box .table_b .item .p3,
  .container .sec14 .teacher .b_box .table_b .item .p3 {
    width: 80px;
    font-size: 10px
  }

  .container .sec13 .teacher .b_box .table_b .item .p4,
  .container .sec14 .teacher .b_box .table_b .item .p4 {
    width: calc(100% - 180px);
    font-size: 10px
  }

  .container .sec13 .teacher .b_box .nums,
  .container .sec14 .teacher .b_box .nums {
    gap: 20px 0;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center
  }

  .container .sec13 .teacher .b_box .nums .item,
  .container .sec14 .teacher .b_box .nums .item {
    width: 33%;
    text-align: center
  }

  .container .sec13 .teacher .b_box .nums .item .p1,
  .container .sec14 .teacher .b_box .nums .item .p1 {
    font-size: 24px;
    margin-bottom: 5px
  }

  .container .sec13 .teacher .b_box .nums .item .p1 span,
  .container .sec14 .teacher .b_box .nums .item .p1 span {
    font-size: 16px
  }

  .container .sec13 .teacher .b_box .nums .item .p2,
  .container .sec14 .teacher .b_box .nums .item .p2 {
    font-size: 14px
  }

  .container .sec14 {
    padding-top: 60px
  }

  .container .sec14 .teacher .t_box .tech {
    margin-bottom: 30px
  }

  .container .sec14 .teacher .t_box .tech .tabs {
    flex-direction: column;
    align-items: center
  }

  .container .sec14 .teacher .t_box .tech .tabs .items {
    flex-wrap: wrap;
    justify-content: center
  }

  .container .sec15 {
    padding: 60px 15px
  }

  .container .sec15 .t_box {
    width: 100%;
    margin: 0 0 40px
  }

  .container .sec15 .t_box .t {
    font-size: 20px;
    margin-bottom: 20px
  }

  .container .sec15 .t_box .intro {
    font-size: 15px
  }

  .container .sec15 .box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    height: unset
  }

  .container .sec15 .box .cir,
  .container .sec15 .box .img {
    display: none
  }

  .container .sec15 .box .item {
    position: unset;
    width: 100%
  }

  .container .sec15 .box .item .item_cir {
    width: 60px;
    height: 60px
  }

  .container .sec15 .box .item .item_cir .ic {
    display: none
  }

  .container .sec15 .box .item .item_cir:after {
    opacity: 1 !important
  }

  .container .sec15 .box .item .item_cir:before {
    display: none
  }

  .container .sec15 .box .item .item_cir svg {
    width: 30px
  }

  .container .sec15 .box .item .item_cir svg path {
    stroke: #FFFFFF !important
  }

  .container .sec15 .box .item .item_box {
    display: block;
    width: 100%;
    transform: unset !important;
    position: unset;
    margin: 8px 0 0
  }

  .container .sec15 .box .item .item_box .h5 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left !important
  }

  .container .sec15 .box .item .item_box .item_des .p {
    display: none
  }

  .container .sec15 .box .item .item_box .item_des .p1 {
    opacity: 1;
    transform: unset;
    position: unset;
    font-size: 13px;
    line-height: 1.6
  }

  .container .sec15 .box .item.item1 {
    order: 1
  }

  .container .sec15 .box .item.item2 {
    order: 5
  }

  .container .sec15 .box .item.item3 {
    order: 4
  }

  .container .sec15 .box .item.item4 {
    order: 3
  }

  .container .sec15 .box .item.item5 {
    order: 2
  }

  .contact_box {
    padding: 40px 5%
  }

  .contact_box .info {
    width: 100%
  }

  .contact_box .info .pt {
    font-size: 20px;
    margin-bottom: 30px
  }

  .contact_box .info .codes {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .contact_box .info .codes .item .code {
    padding: 10px;
    margin-bottom: 10px
  }

  .contact_box .info .codes .item .st {
    font-size: 14px
  }
}