html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
  --title:#061C33;
  --secondary:#F5BE02;
  --primary:#102759;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.section_banner {
  max-width: 256rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

/* 关键：不要再靠 section_banner::before 做遮罩，直接压在 mask 上 */
.section_banner > img. {
  display: none;
}

.section_banner .mask {
  position: absolute;
  inset: 0px;
  z-index: 0;
  overflow: hidden;
}

.section_banner .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section_banner .mask::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(6, 28, 51, 0.78) 0%,
    rgba(6, 28, 51, 0.60) 28%,
    rgba(6, 28, 51, 0.34) 52%,
    rgba(6, 28, 51, 0.14) 72%,
    rgba(6, 28, 51, 0.04) 100%
  );
}

body > section {
  position: relative;
}

body > section:hover {
}

@media screen and (max-width: 576px){
  .section_banner .mask::after {
    background: linear-gradient(
      to bottom,
      rgba(6, 28, 51, 0.72) 0%,
      rgba(6, 28, 51, 0.52) 38%,
      rgba(6, 28, 51, 0.22) 100%
    );
  }
}

.img.img_cv {
  overflow: hidden;
}

.img.img_cv img {
  object-fit: cover;
}

.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}

.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1220px){
  .content {
    padding: 0px 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
  .content, .swiper_content {
    max-width: 896px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px){
  .content, .swiper_content {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px){
  .content {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 576px){
  .content {
    padding: 0px 20px;
  }
}

.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}

.section_banner .flex {
  height: 100vh;
  max-height: 91.6rem;
  min-height: max-content;
  padding: 22.6rem 0px 14.2rem;
}

@media screen and (max-width: 768px){
  .section_banner .flex {
    height: auto;
    min-height: 30vh;
    max-height: unset;
    padding: 130px 0px 50px;
  }
}

@media screen and (max-width: 576px){
  .section_banner .flex {
    padding: 60px 0px 40px;
  }
}

.section_banner .head {
  color: rgba(255, 255, 255, 0.96);
  max-width: 84rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px){
  .section_banner .head {
    max-width: 72%;
  }
}
@media screen and (max-width: 576px){
  .section_banner .head {
    max-width: 100%;
  }
}

.syedittext h1 {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.98);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.30);
}

/* 关键：让副标题单独成行，不再一整条又长又散 */
.syedittext h1 span {
  display: block;
  font-weight: 300;
  font-size: 5.2rem;
  line-height: 1.22;
  margin-top: 1.2rem;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 768px){
  .syedittext h1 {
    font-size: 25px;
    line-height: 1.28;
  }
  .syedittext h1 span {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.syedittext p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.section_banner .head p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.75;
  max-width: 56rem;
  margin-top: 2.2rem;
  min-height: 4.8rem;
  color: rgba(255, 255, 255, 0.90);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 768px){
  .syedittext .desc, .syedittext p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px){
  .section_banner .head p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 14px;
    max-width: 100%;
  }
}

[data-aos][data-aos][data-aos-duration="800"], 
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], 
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0px);
}
[data-aos="fade-up"] {
  transform: translate3d(0px, 100px, 0px);
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, 
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, 
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: var(--title);
  font-size: 2rem;
  font-weight: 500;
  line-height: 6.2rem;
  background-color: transparent;
}

.section_banner .head .btn {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px){
  .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .section_banner .head .btn {
    margin-top: 20px;
  }
}

.btn span {
  padding: 0px 4.2rem;
  min-width: 20.4rem;
  transition: 0.3s;
  border-radius: 3.1rem;
  background-color: var(--secondary);
}

.btn:hover span {
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 3.1rem 0px 0px 3.1rem;
}

@media screen and (max-width: 768px){
  .btn span {
    padding: 0px 20px;
    line-height: 42px;
    min-width: 120px;
  }
}

i, em {
  font-style: normal;
}

.btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  transition: 0.3s;
  margin-left: -1.2rem;
  border-radius: 3.1rem;
  background-color: var(--secondary);
}

.btn i::after {
  content: "";
  display: block;
  width: 26%;
  height: 26%;
  transition: 0.3s;
  background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/solution_0/assets/img/arrow-r-b.svg") center center / contain no-repeat;
}

.btn:hover i {
  background-color: var(--primary);
  border-radius: 0px 3.1rem 3.1rem 0px;
}

.btn:hover i::after {
  transform: translateX(-1.8rem);
  filter: contrast(0) brightness(2);
}

@media screen and (max-width: 768px){
  .btn i {
    width: 42px;
    height: 42px;
  }
}

input, button, textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}

button, input[type="submit"] {
  cursor: pointer;
}

.sytech_export_template {
  display: none;
}

@media screen and (max-width: 786px){
}

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4A555E;
--title:#061C33;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.solution_intro {
 padding: 18rem 0px 21.2rem;
 margin-bottom: -15rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.solution_intro {
 margin: 0px;
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
.solution_intro .content {
 z-index: 2;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.solution_intro .bg {
 position: absolute;
 right: -28.8194%;
 bottom: -21.2rem;
 z-index: -1;
 width: 152.361%;
 }
@media screen and (max-width: 768px){
.solution_intro .img {
 border-radius: 20px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
@media screen and (max-width: 576px){
.solution_intro .flex {
 display: block;
 }}
.solution_intro .lt {
 width: 42.7083%;
 }
@media screen and (max-width: 576px){
.solution_intro .lt {
 width: 100%;
 }}
.syedittext .subtitle {
 color: rgb(133, 143, 158);
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 1.3rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.syedittext .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.syedittext h2 {
 font-weight: 500;
 font-size: 5.2rem;
 line-height: 6.8rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.solution_intro .head h3 {
 font-weight: 500;
 font-size: 2.8rem;
 margin-top: 9.2rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.solution_intro .head h3 {
 margin-top: 20px;
 font-size: 18px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.solution_intro .head p {
 color: var(--text);
 margin-top: 2rem;
 max-width: 50rem;
 }
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
 transition-delay: 0.15s;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.solution_intro .head p {
 margin-top: 12px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.solution_intro .lt .img {
 width: 73.8211%;
 margin: 26.0163% 0px 0px auto;
 }
.solution_intro .img_cv {
 border-radius: 4rem;
 }
@media screen and (max-width: 768px){
.solution_intro .lt .img {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.solution_intro .lt .img {
 width: 100%;
 margin-bottom: 20px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.solution_intro .img_cv:hover img {
 transform: scale(1.03);
 }
.solution_intro .rt {
 width: 49.1667%;
 margin-right: -1.52778%;
 position: relative;
 padding-bottom: 4.44444%;
 }
@media screen and (max-width: 768px){
.solution_intro .rt {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.solution_intro .rt {
 width: 100%;
 }}
.solution_intro .svg {
 width: 10.5932%;
 position: absolute;
 right: -3.67232%;
 top: -3.2rem;
 z-index: 2;
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}




html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4A555E;
--title:#061C33;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.solution_road {
 position: relative;
 z-index: 2;
 padding: 6.2rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.solution_road {
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.solution_road .head {
 position: relative;
 z-index: 2;
 }
.syedittext .subtitle {
 color: rgb(133, 143, 158);
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 1.3rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.syedittext .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.syedittext h2 {
 font-weight: 500;
 font-size: 5.2rem;
 line-height: 6.8rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.solution_road .main {
 position: relative;
 padding-bottom: 47.2222%;
 margin-top: -3rem;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.solution_road .main {
 padding: 0px;
 margin: 30px 0px 0px;
 }}
@media screen and (max-width: 768px){
.solution_road .main {
 padding: 0px;
 margin-top: 30px;
 }}
.solution_road .img {
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 2;
 width: 67.0833%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.solution_road .img {
 display: none;
 }}
@media screen and (max-width: 768px){
.solution_road .img {
 display: none;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.solution_road .syeditorlist {
 position: absolute;
 inset: 0px;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.solution_road .syeditorlist {
 position: static;
 gap: 5rem;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.solution_road .syeditorlist {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.solution_road .syeditorlist {
 position: static;
 gap: 20px;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 }}
@media screen and (max-width: 576px){
.solution_road .syeditorlist {
 grid-template-columns: 1fr;
 }}
.solution_road .item {
 width: 33.125%;
 padding: 0px 4.16667%;
 min-height: 20.9rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
 background: center center / contain no-repeat;
 position: absolute;
 }
.solution_road .item1 {
 right: 2.36111%;
 top: 4.70588%;
 background-image: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/solution_2/assets/img/solution-road1.svg");
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.solution_road .item {
 width: 100%;
 position: static;
 padding: 0px 12%;
 min-height: 28rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.solution_road .item {
 min-height: 24rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.solution_road .item {
 min-height: 21rem;
 }}
@media screen and (max-width: 768px){
.solution_road .item {
 width: 100%;
 position: static;
 min-height: 160px;
 padding: 0px 10%;
 }}
@media screen and (max-width: 576px){
.solution_road .item {
 min-height: 150px;
 }}
.solution_road .item h3 {
 font-weight: 500;
 font-size: 2.6rem;
 }
@media screen and (max-width: 768px){
.solution_road .item h3 {
 font-size: 18px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.solution_road .item p {
 color: var(--text);
 margin-top: 0.6rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
.solution_road .item2 {
 right: 6.25%;
 top: 37.9412%;
 background-image: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/solution_2/assets/img/solution-road2.svg");
 }
.solution_road .item3 {
 left: 36.9444%;
 bottom: 6.47059%;
 background-image: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/solution_2/assets/img/solution-road3.svg");
 }
.solution_road .item4 {
 left: 2.22222%;
 bottom: 0px;
 background-image: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/solution_2/assets/img/solution-road4.svg");
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}










html {font-size: clamp(7.5px, 0.522vw, 10px);}
:root {
  --title: #061C33;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.solution_data {
  padding: 6.2rem 0 15rem;
}

body > section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .solution_data {
    padding: 50px 0;
  }
}

.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content, .swiper_content {
    max-width: 896px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content, .swiper_content {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
}

.solution_data .svg {
  position: absolute;
  right: -5%;
  top: -12rem;
  width: 9.65278%;
}
@media screen and (max-width: 768px) {
  .solution_data .svg {
    right: 0;
    top: 0;
  }
}

.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}

.syedittext h2 {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 6.8rem;
}
.solution_data .head h2 {
  font-size: 3.8rem;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .solution_data .head h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

.solution_data .items {
  margin: 6.8rem 0 0 -1.25%;
}
@media screen and (max-width: 768px) {
  .solution_data .items {
    margin-top: 30px;
  }
}

.solution_data .items .syeditorlist {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .solution_data .items .syeditorlist {
    gap: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
}

.solution_data .item {
  color: #fff;
  position: relative;
}
.solution_data .item1 {
  width: 28.6694%;
  margin-top: 0.411523%;
}
.solution_data .item2 {
  width: 26.749%;
  margin-left: -3.01783%;
  margin-top: 1.23457%;
}
.solution_data .item3 {
  width: 27.4348%;
  margin-left: -3.97805%;
}
.solution_data .item4 {
  width: 26.8861%;
  margin-left: -2.74348%;
  margin-top: 3.56653%;
}

@media screen and (max-width: 576px) {
  .solution_data .items .item {
    width: 100%;
    margin: 0;
  }
}

.solution_data .item .con {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12% 12%;
}

@media screen and (max-width: 768px) {
  .solution_data .item .con {
    padding: 10% 10%;
  }
}

.solution_data .item .num {
  display: block !important;
  white-space: normal !important;
  width: 100%;
  max-width: 100%;
}

.solution_data .item span {
  display: block;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.solution_data .item i {
  display: none;
}

.syedittext p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.solution_data .item p {
  font-size: 0.85rem;
  line-height: 1.45;
  margin-top: 0.8rem;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .solution_data .item span {
    font-size: 0.98rem;
    line-height: 1.2;
  }
  .solution_data .item p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .solution_data .item span {
    font-size: 0.55rem;
    line-height: 1.2;
  }
  .solution_data .item p {
    font-size: 0.82rem;
    line-height: 1.4;
    margin-top: 0.6rem;
    max-width: 88%;
  }
}

@media screen and (max-width: 576px) {
  .solution_data .items .item span {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .solution_data .item p {
    font-size: 0.78rem;
    line-height: 1.35;
  }
}

i, em {
  font-style: normal;
}

input, button, textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
button, input[type="submit"] {
  cursor: pointer;
}
.sytech_export_template {
  display: none;
}
@media screen and (max-width: 786px) {
}
.solution_data .item .num .digit {
  display: inline !important;
  white-space: normal !important;
  font-size: 2.08rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.solution_data .item p {
  font-size: 1.78rem !important;
  line-height: 1.45 !important;
  margin-top: 0.9rem !important;
  max-width: 84% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--text:#4A555E;
--swiper-pagination-bottom,8px:;
--title:#061C33;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--swiper-pagination-bullet-opacity, 1:;
--primary:#102759;
--secondary:#F5BE02;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.solution_feature {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 19.4rem 0px 18.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.solution_feature {
 padding: 50px 0px;
 }}
.solution_feature .bg {
 position: absolute;
 left: 0px;
 top: 0px;
 right: 0px;
 z-index: -1;
 overflow: hidden;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.solution_feature .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.solution_feature .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.solution_feature .bg img {
 width: 150%;
 margin: 0px -25%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.solution_feature .bg img {
 width: 180%;
 margin: 0px -40%;
 }}
@media screen and (max-width: 768px){
.solution_feature .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
@media screen and (max-width: 576px){
.solution_feature .bg img {
 width: 260%;
 margin: 0px -80%;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.syedittext .subtitle {
 color: rgb(133, 143, 158);
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 1.3rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.syedittext .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.syedittext h2 {
 font-weight: 500;
 font-size: 5.2rem;
 line-height: 6.8rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.swiper_box {
 position: relative;
 }
.solution_feature .swiper_box {
 overflow: hidden;
 margin-top: 7.5rem;
 }
@media screen and (max-width: 768px){
.solution_feature .swiper_box {
 margin-top: 30px;
 }}
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.solution_feature .solution_feature_swiper .swiper-slide {
 position: relative;
 max-width: 30.5rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.solution_feature .solution_feature_swiper .swiper-slide {
 max-width: 250px;
 }}
.solution_feature .solution_feature_swiper .arrow {
 position: absolute;
 left: 95%;
 top: 7.8rem;
 width: 56.3934%;
 }
@media screen and (max-width: 768px){
.solution_feature .solution_feature_swiper .swiper-slide .img.arrow {
 width: 20%;
 left: 105%;
 top: 25%;
 }}
@media screen and (max-width: 576px){
.solution_feature .solution_feature_swiper .swiper-slide .img.arrow {
 left: 100%;
 }}
.solution_feature .solution_feature_swiper .svg {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 3rem;
 }
@media screen and (max-width: 768px){
.solution_feature .solution_feature_swiper .swiper-slide .img.svg {
 height: 150px;
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.solution_feature .solution_feature_swiper .swiper-slide .img.svg {
 height: 120px;
 }}
.solution_feature .solution_feature_swiper .syedittext {
 text-align: center;
 margin-top: 7rem;
 }
@media screen and (max-width: 768px){
.solution_feature .solution_feature_swiper .swiper-slide .syedittext {
 margin-top: 20px;
 }}
.solution_feature .solution_feature_swiper .syedittext h3 {
 font-weight: 500;
 font-size: 3rem;
 }
@media screen and (max-width: 768px){
.solution_feature .solution_feature_swiper .swiper-slide .syedittext h3 {
 font-size: 18px;
 line-height: 1.5;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.solution_feature .solution_feature_swiper .syedittext p {
 color: var(--text);
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.solution_feature .solution_feature_swiper .swiper-slide .syedittext p {
 margin-top: 12px;
 }}
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+2) .arrow {
 left: 92%;
 top: 9.6rem;
 width: 51.8033%;
 }
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+2) .svg {
 margin-top: 4.8rem;
 }
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+3) .arrow {
 left: 98%;
 top: 9.8rem;
 width: 49.1803%;
 }
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+3) .svg {
 margin-top: 0px;
 }
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+4) .arrow {
 top: 12.8rem;
 width: 43.2787%;
 }
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+4) .svg {
 margin-top: 7.4rem;
 }
.solution_feature .solution_feature_swiper .swiper-slide:nth-child(5n+5) .svg {
 margin-top: 5.2rem;
 }
.solution_feature .swiper_controls {
 gap: 3rem;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 position: relative;
 z-index: 3;
 margin-top: 5.8rem;
 }
@media screen and (max-width: 768px){
.solution_feature .swiper_controls {
 margin-top: 30px;
 }}
.swiper_controls div.swiper-pagination {
 width: auto;
 position: static;
 gap: 0.8rem;
 display: flex;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
.swiper_controls div.swiper-pagination .swiper-pagination-bullet {
 opacity: 1;
 margin: 0px;
 width: 1rem;
 height: 1rem;
 transition: 0.3s;
 border: 1px solid var(--title);
 background-color: var(--title);
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
.swiper_controls div.swiper-pagination .swiper-pagination-bullet-active {
 background-color: transparent;
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
.swiper_btns {
 gap: 3.2rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 border-radius: 50%;
 transition: 0.3s;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/solution_5/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
.swiper_btns div:hover::after {
 filter: none;
 }
.swiper_btns .btn_prev::after {
 transform: rotate(180deg);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}