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;
 }
.section_banner::before {
 content: "";
 position: absolute;
 inset: 0px 39.1667% 0px 0px;
 z-index: -2;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(11, 27, 53), transparent);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 576px){
.section_banner::before {
 right: 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -3;
 }
.img.img_cv {
 overflow: hidden;
 }
.section_banner .mask {
 position: absolute;
 inset: 0px;
 z-index: -1;
 }
.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;
 }
@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: 40px 0px;
 }}
.section_banner .head {
 color: rgb(255, 255, 255);
 max-width: 84rem;
 }
@media screen and (max-width: 768px){
.section_banner .head {
 max-width: 50%;
 }}
@media screen and (max-width: 576px){
.section_banner .head {
 max-width: 100%;
 }}
.syedittext h1 {
 font-weight: 700;
 font-size: 6.4rem;
 line-height: 8.9rem;
 }
[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 h1 {
 font-size: 25px;
 line-height: 1.3;
 }}
.syedittext h1 span {
 display: block;
 font-weight: 300;
 }
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.section_banner .head p {
 font-weight: 300;
 font-size: 2rem;
 line-height: 3.5rem;
 max-width: 56rem;
 margin-top: 1.8rem;
 min-height: 4.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 .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.section_banner .head p {
 font-size: 16px;
 line-height: 1.5;
 margin-top: 12px;
 }}
[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;
 }
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/home_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;
--secondary:#F5BE02;
--primary:#102759;
--title:#061C33;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_type {
 padding: 5.4rem 0px 4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_type {
 padding: 30px 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;
 }}
.home_type .syeditorlist {
 gap: 3rem;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
 }
@media screen and (max-width: 768px){
.home_type .syeditorlist {
 gap: 20px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_type .item {
 gap: 11.9658%;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr auto;
 transition: 0.3s;
 border-radius: 2.4rem;
 background-color: rgb(220, 240, 247);
 padding: 4.68085% 10.2128% 4.68085% 6.80851%;
 }
.home_type .item:hover {
 transform: translateY(-0.5rem);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1rem;
 }
.home_type .item.active {
 background-color: rgb(249, 240, 220);
 }
[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);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_type .item {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.home_type .item {
 gap: 15px;
 padding: 20px;
 border-radius: 10px;
 }}
.home_type .item .img {
 width: 13.5rem;
 height: 14rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_type .item .img {
 width: 10rem;
 height: 10rem;
 }}
@media screen and (max-width: 768px){
.home_type .item .img {
 width: 60px;
 height: 60px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_type .item .syedittext {
 padding-bottom: 1.6rem;
 }
@media screen and (max-width: 768px){
.home_type .item .syedittext {
 padding: 0px;
 }}
.home_type .item .syedittext strong {
 display: block;
 font-weight: 500;
 font-size: 2.8rem;
 line-height: 4.1rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_type .item .syedittext strong {
 font-size: 2.2rem;
 }}
@media screen and (max-width: 768px){
.home_type .item .syedittext strong {
 font-size: 16px;
 line-height: 1.5;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_type .item .syedittext p {
 color: var(--text);
 font-size: 2.2rem;
 line-height: 3.2rem;
 margin-top: 0.6rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_type .item .syedittext p {
 font-size: 1.8rem;
 }}
@media screen and (max-width: 768px){
.home_type .item .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 8px;
 }}
i, em {
 font-style: normal;
 }
.home_type .item:hover i {
 transform: scale(1.1);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1rem;
 }
.home_type .item.active i {
 background-color: var(--secondary);
 }
.home_type .item.active i::after {
 filter: none;
 }
.home_type .item i {
 width: 5.6rem;
 height: 5.6rem;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 transition: 0.3s;
 background-color: var(--primary);
 }
.home_type .item i::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/home_1/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_type .item i {
 width: 40px;
 height: 40px;
 }}
[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;
 }
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;
--primary:#102759;
--secondary:#F5BE02;
--title:#061C33;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_about {
 padding: 4rem 0px 3.5rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_about {
 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;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
@media screen and (max-width: 576px){
.home_about .flex {
 display: block;
 }}
.home_about .lt {
 width: 53.4722%;
 }
@media screen and (max-width: 768px){
.home_about .lt {
 width: 50%;
 }}
@media screen and (max-width: 576px){
.home_about .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;
 }}
.home_about .lt .image {
 width: 117.922%;
 margin-left: -17.9221%;
 margin-top: 10%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_about .lt .image {
 width: 110%;
 margin-left: -10%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_about .lt .image {
 width: 100%;
 margin-left: 0px;
 }}
@media screen and (max-width: 768px){
.home_about .lt .image {
 width: 100%;
 margin: 30px 0px 0px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_about .lt .img_cv {
 border-radius: 4.8rem;
 }
@media screen and (max-width: 768px){
.home_about .lt .img_cv {
 border-radius: 20px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_about .lt .img_cv:hover img {
 transform: scale(1.02);
 }
.home_about .lt .img_ct {
 width: 7.92952%;
 margin: -2rem 0px 0px 1.2rem;
 position: relative;
 z-index: 2;
 }
.img.img_ct img {
 object-fit: contain;
 }
.home_about .rt {
 width: 35.0694%;
 }
@media screen and (max-width: 768px){
.home_about .rt {
 width: 45%;
 }}
@media screen and (max-width: 576px){
.home_about .rt {
 width: 100%;
 }}
.home_about .rt .head {
 position: relative;
 z-index: 3;
 margin-top: 18.6139%;
 }
@media screen and (max-width: 768px){
.home_about .rt .head {
 margin-top: 30px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_about .head p {
 color: var(--text);
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_cir {
 gap: 2rem;
 display: inline-flex;
 vertical-align: top;
 position: relative;
 text-align: center;
 cursor: pointer;
 font-size: 2rem;
 font-weight: 500;
 line-height: 5rem;
 background-color: transparent;
 }
.home_about .head .btn_cir {
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.btn_cir {
 gap: 12px;
 font-size: 14px;
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
.home_about .head .btn_cir {
 margin-top: 20px;
 }}
i, em {
 font-style: normal;
 }
.btn_cir i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 5rem;
 height: 5rem;
 transition: 0.3s;
 border-radius: 50%;
 background-color: var(--primary);
 }
.btn_cir i::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/home_2/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.btn_cir:hover i {
 transform: scale(1.1);
 background-color: var(--secondary);
 }
.btn_cir:hover i::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.btn_cir i {
 width: 42px;
 height: 42px;
 }}
.home_about .rt .image {
 width: 147.921%;
 position: relative;
 z-index: 2;
 margin: -21.3861% -50.297% 0px 1.2rem;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_about .rt .image {
 width: 120%;
 margin-right: -20%;
 margin-left: 0px;
 margin-top: -10%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_about .rt .image {
 width: 110%;
 margin-right: -10%;
 }}
@media screen and (max-width: 768px){
.home_about .rt .image {
 width: 100%;
 margin: -40px 0px 0px;
 }}
.home_about .rt .line {
 position: absolute;
 right: -22.2222%;
 top: 8.2rem;
 z-index: -1;
 width: 359.17%;
 pointer-events: none;
 }
.home_about .rt .img1 {
 width: 24.3641%;
 margin: 0px 5.89023% 0px auto;
 }
.home_about .rt .line ~ .img:hover img {
 transform: scale(1.03);
 }
.home_about .rt .img2 {
 width: 50.6024%;
 border-radius: 4.8rem;
 margin: 8.29987% 0px 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_about .rt .img2, .home_about .rt .img3 {
 border-radius: 3rem;
 }}
@media screen and (max-width: 768px){
.home_about .rt .img2, .home_about .rt .img3 {
 border-radius: 10px;
 }}
.home_about .rt .img3 {
 width: 37.8849%;
 border-radius: 4.8rem;
 margin-top: -8.29987%;
 }
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 {
--secondary:#F5BE02;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--text:#4A555E;
--title:#061C33;
--primary:#102759;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_solution {
 padding: 3.5rem 0px 12.6rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_solution {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.home_solution {
 overflow: hidden;
 }}
.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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_solution .head {
 padding-bottom: 1.5rem;
 }
@media screen and (max-width: 768px){
.home_solution .head {
 padding: 0px;
 }}
.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;
 }}
.home_solution .tabs {
 padding-right: 3.75%;
 }
@media screen and (max-width: 768px){
.home_solution .tabs {
 padding: 0px;
 }}
.home_solution .tabs ul {
 gap: 3.4rem;
 display: flex;
 flex-wrap: wrap;
 }
@media screen and (max-width: 768px){
.home_solution .tabs ul {
 gap: 10px;
 }}
li {
 list-style: none;
 }
.home_solution .tabs li {
 cursor: pointer;
 font-weight: 500;
 font-size: 2.2rem;
 text-align: center;
 transition: 0.3s;
 border-radius: 100px;
 background-color: rgb(244, 244, 244);
 padding: 1.5rem 4.4rem 2rem;
 min-width: 20.2rem;
 }
.home_solution .tabs li.active, .home_solution .tabs li:hover {
 background-color: var(--secondary);
 }
@media screen and (max-width: 768px){
.home_solution .tabs li {
 font-size: 14px;
 padding: 10px 20px;
 min-width: 100px;
 }}
.swiper_box {
 position: relative;
 }
.home_solution .swiper_box {
 margin-top: 5.5rem;
 }
@media screen and (max-width: 768px){
.home_solution .swiper_box {
 margin-top: 30px;
 }}
.home_solution .home_solution_swiper {
 overflow: hidden;
 border-radius: 2.8rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper {
 border-radius: 20px;
 }}
@media screen and (max-width: 576px){
.home_solution .home_solution_swiper {
 overflow: visible;
 }}
.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.swiper-slide {
 height: auto;
 }
.home_solution .home_solution_swiper .swiper-slide {
 gap: 3rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
.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: 576px){
.home_solution .home_solution_swiper .swiper-slide {
 display: block;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_solution .home_solution_swiper .img {
 --h: 64.647713%;
 width: 56.1806%;
 border-radius: 2.8rem;
 }
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .img {
 width: 50%;
 border-radius: 20px;
 }}
@media screen and (max-width: 576px){
.home_solution .home_solution_swiper .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_solution .home_solution_swiper .img:hover img {
 transform: scale(1.02);
 }
.home_solution .home_solution_swiper .text {
 flex: 1 1 0%;
 max-width: 49.2rem;
 }
@media screen and (max-width: 576px){
.home_solution .home_solution_swiper .text {
 margin-top: 20px;
 }}
.home_solution .home_solution_swiper .text h3 {
 font-weight: 500;
 font-size: 3.8rem;
 }
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .text h3 {
 font-size: 18px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_solution .home_solution_swiper .text p {
 color: var(--text);
 margin-top: 2.2rem;
 max-width: 47rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .text p {
 margin-top: 12px;
 }}
.home_solution .home_solution_swiper .text ul {
 padding-top: 2.5rem;
 }
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .text ul {
 padding-top: 8px;
 }}
.home_solution .home_solution_swiper .text li {
 font-size: 2.2rem;
 line-height: 3.2rem;
 position: relative;
 padding-left: 4.8rem;
 margin-top: 1.6rem;
 }
.home_solution .home_solution_swiper .text li::before {
 content: "";
 display: block;
 width: 3rem;
 height: 3rem;
 position: absolute;
 left: 0px;
 top: 0.2rem;
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/icon-gou-cir.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .text li {
 font-size: 16px;
 line-height: 1.5;
 padding-left: 26px;
 margin-top: 8px;
 }}
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .text li::before {
 width: 16px;
 height: 16px;
 top: 5px;
 }}
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;
 }
.home_solution .home_solution_swiper .text .btn {
 margin-top: 4.6rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.home_solution .home_solution_swiper .text .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/home_3/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;
 }}
.home_solution .svg1 {
 position: absolute;
 top: -2rem;
 left: -3.33333%;
 z-index: 2;
 width: 5.20833%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.home_solution .svg2 {
 position: absolute;
 top: -4.6rem;
 right: -8%;
 width: 9.58333%;
 }
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 {
--primary:#102759;
--secondary:#F5BE02;
--swiper-wrapper-transition-timing-function,initial:;
--text:#4A555E;
--title:#061C33;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_advantage {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 9rem 0px 9.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_advantage {
 padding: 8rem 0px;
 }}
@media screen and (max-width: 768px){
.home_advantage {
 padding: 50px 0px;
 }}
.home_advantage .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;
 }
.home_advantage .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_advantage .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_advantage .bg img {
 width: 150%;
 margin: 0px -25%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_advantage .bg img {
 width: 180%;
 margin: 0px -40%;
 }}
@media screen and (max-width: 768px){
.home_advantage .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
@media screen and (max-width: 576px){
.home_advantage .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;
 }}
.center {
 text-align: center;
 }
.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;
 }}
.home_advantage .inner {
 gap: 3rem;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr auto;
 max-width: 116rem;
 margin: 3.2rem auto 0px;
 }
@media screen and (max-width: 768px){
.home_advantage .inner {
 margin-top: 10px;
 max-width: 600px;
 }}
@media screen and (max-width: 576px){
.home_advantage .inner {
 display: block;
 }}
.swiper_btns {
 gap: 3.2rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.home_advantage .inner .swiper_btns {
 display: none;
 }}
.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/home_4/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;
 }}
.home_advantage .home_advantage_swiper {
 overflow: hidden;
 width: 100%;
 max-width: 92.2rem;
 padding: 1.6rem 1rem;
 margin: 0px auto;
 }
.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;
 }
.home_advantage .home_advantage_swiper .swiper-slide:has(.img_cv) {
 position: relative;
 z-index: 2;
 }
.home_advantage .home_advantage_swiper .swiper-slide:has(.img_cv)::before {
 content: "";
 position: absolute;
 inset: 0px;
 z-index: -1;
 border-radius: 1.4rem;
 transform: rotate(-2deg);
 pointer-events: none;
 background-color: var(--secondary);
 }
.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;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_advantage .home_advantage_swiper .img {
 padding-bottom: 52.1064%;
 }
.home_advantage .home_advantage_swiper .img_cv {
 border-radius: 1.8rem;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_advantage .home_advantage_swiper .img:hover img {
 transform: scale(1.02);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgba(22, 22, 22, 0.4);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
.home_advantage .home_advantage_text_swiper {
 max-width: 65.2rem;
 margin: 2.6rem auto 0px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.home_advantage .home_advantage_text_swiper {
 max-width: 360px;
 margin-top: 0px;
 }}
.home_advantage .home_advantage_text_swiper .syedittext {
 color: var(--text);
 }
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
.home_advantage .home_advantage_thumbs_swiper {
 overflow: hidden;
 margin-top: 1.4rem;
 }
@media screen and (max-width: 768px){
.home_advantage .home_advantage_thumbs_swiper {
 margin-top: 10px;
 }}
.home_advantage .home_advantage_thumbs_swiper .swiper-slide {
 padding: 0px 2.9rem;
 pointer-events: none;
 max-width: max-content;
 }
@media screen and (max-width: 768px){
.home_advantage .home_advantage_thumbs_swiper .swiper-slide {
 padding: 0px 10px;
 }}
.home_advantage .home_advantage_thumbs_swiper .swiper-slide .item {
 display: block;
 cursor: pointer;
 color: rgb(142, 150, 155);
 font-weight: 500;
 font-size: 2.4rem;
 text-align: center;
 transition: 0.3s;
 padding: 2.4rem;
 min-width: 21.8rem;
 border-bottom: 2px solid rgb(191, 208, 221);
 position: relative;
 pointer-events: all;
 }
.home_advantage .home_advantage_thumbs_swiper .swiper-slide .item::after {
 content: "";
 display: block;
 width: 0px;
 height: 3px;
 position: absolute;
 left: 0px;
 bottom: -2px;
 z-index: 2;
 border-radius: 10px;
 background-color: var(--secondary);
 }
@media screen and (max-width: 768px){
.home_advantage .home_advantage_thumbs_swiper .swiper-slide .item {
 font-size: 14px;
 padding: 12px;
 min-width: 100px;
 }}
.home_advantage .home_advantage_thumbs_swiper .swiper-slide-thumb-active .item {
 color: var(--title);
 }
.home_advantage .home_advantage_thumbs_swiper .swiper-slide-thumb-active .item::after {
 width: 100%;
 transition: 5.3s linear;
 }
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 {
--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;
 }
.home_why {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 11.8rem 0px 9.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_why {
 padding: 8rem 0px;
 }}
@media screen and (max-width: 768px){
.home_why {
 padding: 50px 0px;
 }}
.home_why .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;
 }
.home_why .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_why .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_why .bg img {
 width: 150%;
 margin: 0px -25%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_why .bg img {
 width: 180%;
 margin: 0px -40%;
 }}
@media screen and (max-width: 768px){
.home_why .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
@media screen and (max-width: 576px){
.home_why .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;
 }}
.center {
 text-align: center;
 }
.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;
 }
.home_why .swiper_box {
 overflow: hidden;
 }
.home_why .home_why_swiper {
 margin-top: 4.6rem;
 padding-bottom: 6.8rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_why .home_why_swiper {
 padding: 0px;
 margin-top: 20px;
 }}
.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;
 }
.home_why .home_why_swiper .swiper-slide {
 max-width: 24.4444%;
 }
.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 (min-width: 769px) and (max-width: 1024px){
.home_why .home_why_swiper .swiper-slide {
 max-width: 30%;
 }}
@media screen and (max-width: 768px){
.home_why .home_why_swiper .swiper-slide {
 max-width: 250px;
 }}
.img.img_ab {
 position: relative;
 }
.home_why .home_why_swiper .img {
 position: relative;
 padding-bottom: 72.7273%;
 }
.home_why .home_why_swiper .img::after {
 content: "";
 display: block;
 width: 36.9318%;
 height: 4.4rem;
 position: absolute;
 top: 50%;
 left: 108.523%;
 transform: translateY(-50%);
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/home-why-arrow1.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_why .home_why_swiper .img::after {
 width: 20%;
 }}
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_why .home_why_swiper .syedittext {
 padding: 0px 1.2rem;
 text-align: center;
 margin-top: 4.8rem;
 }
@media screen and (max-width: 768px){
.home_why .home_why_swiper .syedittext {
 padding: 0px;
 margin-top: 20px;
 }}
.home_why .home_why_swiper .syedittext h3 {
 font-weight: 500;
 font-size: 3rem;
 }
@media screen and (max-width: 768px){
.home_why .home_why_swiper .syedittext h3 {
 font-size: 18px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_why .home_why_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){
.home_why .home_why_swiper .syedittext p {
 margin-top: 12px;
 }}
.home_why .home_why_swiper .swiper-slide:nth-child(2n) {
 transform: translateY(6.8rem);
 }
@media screen and (max-width: 768px){
.home_why .home_why_swiper .swiper-slide:nth-child(2n) {
 transform: translate(0px);
 }}
.home_why .home_why_swiper .swiper-slide:nth-child(2n) .img::after {
 background-image: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/home-why-arrow2.svg");
 }
.home_why .home_why_swiper .swiper-slide:last-child .img::after {
 display: none;
 }
.home_why .swiper_controls {
 gap: 3rem;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 margin-top: 2.6rem;
 }
.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/home_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;
 }}
.swiper_btns .swiper-button-disabled {
 border-color: rgba(22, 22, 22, 0.4);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
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;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#102759;
--secondary:#F5BE02;
--title:#061C33;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_partner {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 14.5rem 0px 10.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_partner {
 padding: 8rem 0px;
 }}
@media screen and (max-width: 768px){
.home_partner {
 padding: 50px 0px;
 }}
.home_partner .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;
 }
.home_partner .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_partner .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_partner .bg img {
 width: 150%;
 margin: 0px -25%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_partner .bg img {
 width: 180%;
 margin: 0px -40%;
 }}
@media screen and (max-width: 768px){
.home_partner .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
@media screen and (max-width: 576px){
.home_partner .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;
 }}
.center {
 text-align: center;
 }
.home_partner .head {
 max-width: 66rem;
 margin: 0px auto;
 }
.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;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_partner .head p {
 color: var(--text);
 margin-top: 3.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){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_partner .head p {
 margin-top: 12px;
 }}
.home_partner .swiper_boxs {
 padding-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.home_partner .swiper_boxs {
 padding-top: 10px;
 }}
.swiper_box {
 position: relative;
 }
.home_partner .swiper_box {
 overflow: hidden;
 position: relative;
 }
.home_partner .swiper_box::before, .home_partner .swiper_box::after {
 content: "";
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
 z-index: 2;
 width: 21.6rem;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(222, 236, 249), rgb(222, 236, 249), transparent);
 }
.home_partner .swiper_box::after {
 left: unset;
 right: 0px;
 transform: rotate(180deg);
 }
@media screen and (max-width: 768px){
.home_partner .swiper_box::before, .home_partner .swiper_box::after {
 width: 30px;
 }}
.home_partner .home_partner_swiper {
 max-width: 256rem;
 margin: 1.4rem auto 0px;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_partner .home_partner_swiper {
 margin-top: 10px;
 }}
.home_partner .home_partner_swiper .swiper-wrapper {
 transition: linear;
 }
.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;
 }
.home_partner .home_partner_swiper .swiper-slide {
 max-width: 20rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
@media screen and (max-width: 768px){
.home_partner .home_partner_swiper .swiper-slide {
 max-width: 100px;
 }}
.home_partner .home_partner_swiper .img {
 overflow: hidden;
 border-radius: 50%;
 transition: 0.3s;
 background-color: rgba(255, 255, 255, 0.63);
 }
.home_partner .home_partner_swiper .img:hover {
 background-color: rgb(255, 255, 255);
 box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 1.5rem;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_cir {
 gap: 2rem;
 display: inline-flex;
 vertical-align: top;
 position: relative;
 text-align: center;
 cursor: pointer;
 font-size: 2rem;
 font-weight: 500;
 line-height: 5rem;
 background-color: transparent;
 }
.home_partner .btn_cir {
 margin-top: 5.6rem;
 }
@media screen and (max-width: 768px){
.btn_cir {
 gap: 12px;
 font-size: 14px;
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
.home_partner .btn_cir {
 margin-top: 30px;
 }}
i, em {
 font-style: normal;
 }
.btn_cir i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 5rem;
 height: 5rem;
 transition: 0.3s;
 border-radius: 50%;
 background-color: var(--primary);
 }
.btn_cir i::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/home_6/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.btn_cir:hover i {
 transform: scale(1.1);
 background-color: var(--secondary);
 }
.btn_cir:hover i::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.btn_cir 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 {
--h:;
--text:#4A555E;
--title:#061C33;
--secondary:#F5BE02;
--primary:#102759;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_process {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 19.4rem 0px 14rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_process {
 padding-bottom: 25rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_process {
 padding-bottom: 19rem;
 }}
@media screen and (max-width: 768px){
.home_process {
 padding: 50px 0px;
 }}
.home_process .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;
 }
.home_process .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_process .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_process .bg img {
 width: 150%;
 margin: 0px -25%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_process .bg img {
 width: 180%;
 margin: 0px -40%;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_process .bg img {
 width: 190%;
 margin: 0px -45%;
 }}
@media screen and (max-width: 768px){
.home_process .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
@media screen and (max-width: 576px){
.home_process .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;
 }}
.home_process .head {
 position: relative;
 z-index: 3;
 max-width: 31rem;
 }
.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;
 }}
.home_process .con {
 width: 106.597%;
 margin: -15.1389% 0px 0px 1.2rem;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_process .con {
 width: 103%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_process .con {
 width: 100%;
 margin-top: -10%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_process .con {
 margin-top: 0px;
 }}
@media screen and (max-width: 768px){
.home_process .con {
 width: 100%;
 margin: -30px 0px 0px;
 }}
@media screen and (max-width: 576px){
.home_process .con {
 padding: 0px 20px;
 margin: 0px -20px;
 overflow: auto;
 width: calc(100% + 40px);
 }}
.home_process .con .image {
 position: relative;
 }
[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: 576px){
.home_process .image {
 min-width: 600px;
 }}
.home_process .items, .home_process .items .syeditorlist {
 position: absolute;
 inset: 0px;
 }
.home_process .item {
 position: absolute;
 }
.home_process .item1 {
 width: 10.2932%;
 left: 3.5%;
 top: 60%;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_process .item1 .img {
 --h: 96.202532%;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_process .item .syedittext {
 position: absolute;
 white-space: nowrap;
 }
.home_process .item1 .syedittext {
 left: 121.519%;
 bottom: -30.2632%;
 }
.home_process .item .syedittext h3 {
 font-weight: 500;
 font-size: 3rem;
 margin-bottom: 1rem;
 }
@media screen and (max-width: 768px){
.home_process .item .syedittext h3 {
 font-size: 18px;
 margin-bottom: 8px;
 }}
@media screen and (max-width: 576px){
.home_process .item .syedittext h3 {
 font-size: 16px;
 margin-bottom: 6px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_process .item .syedittext p {
 color: var(--text);
 font-size: 2rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_process .item .syedittext p {
 font-size: 14px;
 }}
@media screen and (max-width: 576px){
.home_process .item .syedittext p {
 font-size: 12px;
 }}
.home_process .item2 {
 width: 10.8143%;
 left: 29.5%;
 top: 45.5%;
 }
.home_process .item2 .img {
 --h: 88.554217%;
 }
.home_process .item2 .syedittext {
 left: -16.8675%;
 bottom: 113.605%;
 }
.home_process .item3 {
 width: 10.2932%;
 left: 55%;
 top: 38%;
 }
.home_process .item3 .img {
 --h: 96.202532%;
 }
.home_process .item3 .syedittext {
 left: 93.6709%;
 top: 96%;
 }
.home_process .item4 {
 width: 10.8143%;
 left: 71%;
 top: 11%;
 }
.home_process .item4 .img {
 --h: 88.554217%;
 }
.home_process .item4 .syedittext {
 right: 130%;
 top: -13%;
 }
.center {
 text-align: center;
 }
.home_process .center {
 margin-top: -6.38889%;
 position: relative;
 z-index: 3;
 }
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;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 }}
.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/home_7/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){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4A555E;
--title:#061C33;
--secondary:#F5BE02;
--primary:#102759;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_start {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 13.8rem 0px 19rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_start {
 padding: 80px 0px;
 }}
@media screen and (max-width: 576px){
.home_start {
 padding: 50px 0px;
 background-color: rgb(247, 245, 242);
 }}
.home_start .bg {
 position: absolute;
 left: 0px;
 top: 0px;
 right: 0px;
 z-index: -1;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.home_start .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_start .bg {
 display: none;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_start .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.home_start .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_start .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_start .bg img {
 width: 160%;
 margin: 0px -30%;
 }}
@media screen and (max-width: 768px){
.home_start .bg img {
 width: 140%;
 margin: 0px -20%;
 }}
.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;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.home_start .flex {
 gap: 0px;
 flex-wrap: wrap;
 }}
.home_start .lt {
 width: 30.6944%;
 margin-left: -4.58333%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_start .lt {
 margin-left: 0px;
 }}
@media screen and (max-width: 768px){
.home_start .lt {
 margin-left: 0px;
 }}
@media screen and (max-width: 576px){
.home_start .lt, .home_start .rt {
 width: 50%;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_start .img_cv {
 border-radius: 2.6rem;
 }
[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);
 }
.img.img_cv img {
 object-fit: cover;
 }
.home_start .img_cv:hover img {
 transform: scale(1.03);
 }
.home_start .img2 {
 width: 61.086%;
 margin: 11.7647% 0px 0px 16.2896%;
 }
.center {
 text-align: center;
 }
.home_start .head {
 width: 40%;
 padding-top: 6.38889%;
 }
@media screen and (max-width: 768px){
.home_start .head {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.home_start .head {
 order: -1;
 width: 100%;
 margin-bottom: 20px;
 }}
.syedittext .subtitle {
 color: rgb(133, 143, 158);
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 1.3rem;
 }
[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;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_start .head h2 br {
 display: none;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_start .head p {
 color: var(--text);
 max-width: 53rem;
 margin: 3rem auto 0px;
 }
[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){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_start .head p {
 margin-top: 12px;
 }}
[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;
 }
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;
 }
.home_start .head .btn {
 margin-top: 4.8rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.home_start .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/home_9/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;
 }}
.home_start .rt {
 width: 29.0972%;
 margin-right: -4.65278%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_start .rt {
 margin-right: 0px;
 }}
@media screen and (max-width: 768px){
.home_start .rt {
 margin-right: 0px;
 }}
.home_start .img3 {
 width: 66.1098%;
 margin: 0px 9.06921% 19.3317% auto;
 }
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;
--primary:#102759;
--secondary:#F5BE02;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--swiper-pagination-bottom,8px:;
--title:#061C33;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--swiper-pagination-bullet-opacity, 1:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_testimonial {
 padding: 7.4rem 0px 8.6rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_testimonial {
 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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_testimonial .head {
 position: relative;
 z-index: 3;
 }
.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;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.home_testimonial .head p {
 color: var(--text);
 max-width: 40rem;
 margin-top: 3rem;
 }
[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){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_testimonial .head p {
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_cir {
 gap: 2rem;
 display: inline-flex;
 vertical-align: top;
 position: relative;
 text-align: center;
 cursor: pointer;
 font-size: 2rem;
 font-weight: 500;
 line-height: 5rem;
 background-color: transparent;
 }
@media screen and (max-width: 768px){
.btn_cir {
 gap: 12px;
 font-size: 14px;
 line-height: 42px;
 }}
i, em {
 font-style: normal;
 }
.btn_cir i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 5rem;
 height: 5rem;
 transition: 0.3s;
 border-radius: 50%;
 background-color: var(--primary);
 }
.btn_cir i::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/home_10/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.btn_cir:hover i {
 transform: scale(1.1);
 background-color: var(--secondary);
 }
.btn_cir:hover i::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.btn_cir i {
 width: 42px;
 height: 42px;
 }}
.swiper_box {
 position: relative;
 }
.home_testimonial .swiper_box {
 margin-top: -5%;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_testimonial .swiper_box {
 margin: 5% 0px;
 }}
@media screen and (max-width: 768px){
.home_testimonial .swiper_box {
 margin-top: 10px;
 }}
@media screen and (max-width: 576px){
.home_testimonial .swiper_box {
 margin-top: 20px;
 }}
.home_testimonial .bg {
 position: absolute;
 left: -36.1111%;
 top: -4.8rem;
 width: 167.083%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_testimonial .home_testimonial_swiper {
 width: 69.3056%;
 margin-left: auto;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 576px){
.home_testimonial .home_testimonial_swiper {
 width: 100%;
 }}
.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;
 }
.home_testimonial .home_testimonial_swiper .swiper-slide {
 gap: 3rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
.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: 576px){
.home_testimonial .home_testimonial_swiper .swiper-slide {
 display: block;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_testimonial .home_testimonial_swiper .img {
 --h: 100%;
 width: 51.1022%;
 transition: 0.5s;
 transform: scale(0.439216);
 position: relative;
 right: -127%;
 top: 0px;
 z-index: 2;
 border-radius: 50%;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_testimonial .home_testimonial_swiper .img:hover img {
 transform: scale(1.03);
 }
.home_testimonial .home_testimonial_swiper .text {
 flex: 1 1 0%;
 opacity: 0;
 max-width: 40.6rem;
 transition: 0.3s;
 }
.home_testimonial .home_testimonial_swiper .text::before {
 content: "";
 display: block;
 width: 6.4rem;
 height: 5.2rem;
 margin-bottom: 2.6rem;
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/home_10/assets/img/icon-yinhao.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_testimonial .home_testimonial_swiper .text::before {
 width: 30px;
 height: 20px;
 margin-bottom: 10px;
 }}
@media screen and (max-width: 576px){
.home_testimonial .home_testimonial_swiper .text {
 margin-top: 10px;
 }}
.home_testimonial .home_testimonial_swiper .con {
 color: var(--text);
 }
.home_testimonial .home_testimonial_swiper .info {
 margin-top: 8.8rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_testimonial .home_testimonial_swiper .info {
 margin-top: 5rem;
 }}
@media screen and (max-width: 768px){
.home_testimonial .home_testimonial_swiper .info {
 margin-top: 20px;
 }}
.home_testimonial .home_testimonial_swiper .info strong {
 font-weight: 500;
 font-size: 2.4rem;
 }
@media screen and (max-width: 768px){
.home_testimonial .home_testimonial_swiper .info strong {
 font-size: 16px;
 }}
.home_testimonial .home_testimonial_swiper .info p {
 color: var(--text);
 }
.home_testimonial .home_testimonial_swiper .swiper-slide-prev .img {
 right: -57%;
 top: 23%;
 }
.home_testimonial .home_testimonial_swiper .swiper-slide-active .img {
 right: 0px;
 top: 0px;
 transform: scale(1);
 }
.home_testimonial .home_testimonial_swiper .swiper-slide-active .text {
 opacity: 1;
 }
.home_testimonial .home_testimonial_swiper .swiper-slide-active ~ .swiper-slide .img {
 opacity: 0;
 right: 0px;
 top: 0px;
 }
.home_testimonial .swiper_controls {
 gap: 3rem;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 margin-top: -1rem;
 position: relative;
 z-index: 3;
 }
@media screen and (max-width: 768px){
.home_testimonial .swiper_controls {
 margin-top: 20px;
 }}
.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/home_10/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){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}