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/immigrating_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;
 }
.immigrating_intro {
 overflow: hidden;
 padding: 21rem 0px 5.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.immigrating_intro {
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
.immigrating_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;
 }}
.immigrating_intro .bg {
 position: absolute;
 left: -4.72222%;
 top: -10.8rem;
 z-index: -1;
 width: 125.972%;
 }
@media screen and (max-width: 768px){
.immigrating_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;
 }
.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;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
.immigrating_intro .flex {
 margin-top: 8.2rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.immigrating_intro .flex {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.immigrating_intro .flex {
 display: block;
 }}
.immigrating_intro .lt {
 width: 54.0278%;
 margin-left: -5.97222%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.immigrating_intro .lt {
 margin-left: 0px;
 }}
@media screen and (max-width: 768px){
.immigrating_intro .lt {
 width: 45%;
 margin-left: 0px;
 }}
@media screen and (max-width: 576px){
.immigrating_intro .lt {
 width: 100%;
 }}
.img.img_cv {
 overflow: hidden;
 }
.immigrating_intro .img_cv {
 border-radius: 3.8rem;
 }
.img.img_cv img {
 object-fit: cover;
 }
.immigrating_intro .img_cv:hover img {
 transform: scale(1.03);
 }
.immigrating_intro .rt {
 width: 42.6389%;
 margin-right: -0.972222%;
 padding-top: 2rem;
 }
@media screen and (max-width: 768px){
.immigrating_intro .rt {
 width: 50%;
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.immigrating_intro .rt {
 width: 100%;
 margin-top: 20px;
 }}
.immigrating_intro .rt .syedittext {
 width: 92.1824%;
 margin-left: auto;
 }
@media screen and (max-width: 768px){
.immigrating_intro .rt .syedittext {
 width: 100%;
 }}
.immigrating_intro .syedittext h3 {
 font-weight: 500;
 font-size: 2.8rem;
 margin-bottom: 3.2rem;
 }
@media screen and (max-width: 768px){
.immigrating_intro .rt .syedittext h3 {
 margin-bottom: 0px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.immigrating_intro .syedittext p {
 color: var(--text);
 margin-top: 3rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.immigrating_intro .rt .syedittext p {
 margin-top: 12px;
 }}
.immigrating_intro .rt .img {
 width: 59.2834%;
 margin-top: 16.2866%;
 }
@media screen and (max-width: 768px){
.immigrating_intro .rt .img {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.immigrating_intro .rt .img {
 width: 100%;
 }}
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;
--primary:#102759;
--secondary:#F5BE02;
--swiper-wrapper-transition-timing-function,initial:;
--title:#061C33;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-opacity, 1:;
--swiper-pagination-bullet-horizontal-gap,4px:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.immigrating_method {
 overflow: hidden;
 padding: 5.4rem 0px 12rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.immigrating_method {
 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;
 }
.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;
 }}
.immigrating_method .items {
 margin-top: 16.4rem;
 }
@media screen and (max-width: 768px){
.immigrating_method .items {
 margin-top: 50px;
 }}
.immigrating_method .items .syeditorlist {
 gap: 3rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.immigrating_method .items .syeditorlist {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.immigrating_method .items .syeditorlist {
 display: block;
 }}
.immigrating_method .items .item {
 flex: 1 1 0%;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 2.4rem;
 border: 2px solid rgb(220, 240, 247);
 background-color: rgb(220, 240, 247);
 padding: 0px 3.88889% 2.91667%;
 }
@media screen and (max-width: 768px){
.immigrating_method .items .item {
 border-radius: 20px;
 padding: 0px 20px 20px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.immigrating_method .items .item .img {
 --h: 103.225806%;
 max-width: 24.8rem;
 margin: -12.2rem auto 0px;
 }
@media screen and (max-width: 768px){
.immigrating_method .items .item .img {
 margin-top: -30px;
 max-width: 120px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.immigrating_method .items .item .syedittext {
 margin-top: 3.2rem;
 }
.immigrating_method .items .item .syedittext strong {
 font-weight: 500;
 font-size: 3.2rem;
 line-height: 4.1rem;
 }
@media screen and (max-width: 768px){
.immigrating_method .items .item .syedittext strong {
 font-size: 18px;
 line-height: 1.5;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.immigrating_method .items .item .syedittext p {
 color: var(--text);
 font-size: 2.2rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.syedittext .desc, .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.immigrating_method .items .item .syedittext p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
i, em {
 font-style: normal;
 }
.immigrating_method .items .item i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 5.6rem;
 height: 5.6rem;
 border-radius: 50%;
 transition: 0.3s;
 margin-top: 3.6rem;
 background-color: var(--primary);
 }
.immigrating_method .items .item i:hover {
 transform: scale(1.1);
 }
.immigrating_method .items .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/immigrating_2/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 }
.immigrating_method .items .item.active {
 background-color: rgb(255, 255, 255);
 border-color: var(--secondary);
 box-shadow: rgba(160, 159, 139, 0.3) 0px 1rem 1rem;
 }
@media screen and (max-width: 576px){
.immigrating_method .items .item + .item {
 margin-top: 50px;
 }}
.immigrating_method .items .item.active i {
 background-color: var(--secondary);
 }
.immigrating_method .items .item.active i::after {
 filter: none;
 transform: rotate(90deg);
 }
.immigrating_method .svg1 {
 width: 8.88889%;
 margin: -2rem -5% 0px auto;
 }
.swiper_box {
 position: relative;
 }
.immigrating_method .swiper_box {
 margin-top: 9rem;
 }
@media screen and (max-width: 768px){
.immigrating_method .swiper_box {
 margin-top: 30px;
 }}
.immigrating_method .svg2 {
 position: absolute;
 top: 4.2rem;
 left: -1.80556%;
 z-index: 2;
 width: 5.20833%;
 }
.immigrating_method .immigrating_method_swiper {
 overflow: hidden;
 margin-left: -2.43056%;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.immigrating_method .immigrating_method_swiper {
 margin-left: 0px;
 }}
@media screen and (max-width: 768px){
.immigrating_method .immigrating_method_swiper {
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.immigrating_method .immigrating_method_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 {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.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;
 }
.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){
.immigrating_method .immigrating_method_swiper .flex {
 display: block;
 }}
.img.img_cv {
 overflow: hidden;
 }
.immigrating_method .immigrating_method_swiper .img {
 width: 56.2034%;
 --h: 81.905911%;
 mask-image: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/immigrating_2/assets/img/immigrating-method-mask.svg");
 mask-repeat: no-repeat;
 mask-position: center center;
 mask-size: contain;
 }
@media screen and (max-width: 576px){
.immigrating_method .immigrating_method_swiper .img {
 width: 100%;
 margin-bottom: 20px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.immigrating_method .immigrating_method_swiper .img:hover img {
 transform: scale(1.03);
 }
.immigrating_method .immigrating_method_swiper .info {
 flex: 1 1 0%;
 max-width: 53rem;
 padding-bottom: 5.27778%;
 }
.immigrating_method .immigrating_method_swiper .info h3 {
 font-weight: 500;
 font-size: 3.8rem;
 margin-bottom: -0.7rem;
 }
@media screen and (max-width: 768px){
.immigrating_method .immigrating_method_swiper .info h3 {
 font-size: 18px;
 line-height: 1.5;
 }}
.immigrating_method .immigrating_method_swiper .info p {
 color: var(--text);
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.immigrating_method .immigrating_method_swiper .info p {
 margin-top: 12px;
 }}
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;
 }
.immigrating_method .immigrating_method_swiper .info .btn {
 margin-top: 3.6rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.immigrating_method .immigrating_method_swiper .info .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;
 }}
.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/immigrating_2/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;
 }}
.swiper_btns {
 gap: 3.2rem;
 display: flex;
 }
.swiper_btns.middle {
 justify-content: space-between;
 width: 98%;
 max-width: 172rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.immigrating_method .swiper_btns {
 display: none;
 }}
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled {
 pointer-events: 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/immigrating_2/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);
 }
.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;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.immigrating_method div.swiper-pagination {
 position: static;
 gap: 1.5rem;
 display: flex;
 width: 36.8056%;
 margin: -7.08333% 0px 0px auto;
 }
.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%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.immigrating_method div.swiper-pagination {
 margin-top: 10px;
 }}
@media screen and (max-width: 768px){
.immigrating_method div.swiper-pagination {
 width: 40.9605%;
 margin-top: 10px;
 gap: 8px;
 }}
@media screen and (max-width: 576px){
.immigrating_method div.swiper-pagination {
 width: 100%;
 justify-content: center;
 }}
.immigrating_method div.swiper-pagination .swiper-pagination-bullet {
 opacity: 1;
 margin: 0px;
 width: 10.5rem;
 height: 2px;
 transition: 0.3s;
 border-radius: 0px;
 background-color: rgb(224, 224, 224);
 }
.immigrating_method div.swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 width: 0px;
 height: 2px;
 background-color: var(--secondary);
 }
.immigrating_method div.swiper-pagination .swiper-pagination-bullet-active::after {
 width: 100%;
 transition: 5.3s linear;
 }
.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-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
.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);
 }
@media screen and (max-width: 768px){
.immigrating_method div.swiper-pagination .swiper-pagination-bullet {
 width: 30px;
 }}
.immigrating_method .cards {
 position: relative;
 z-index: 3;
 margin-top: 4.6rem;
 margin-left: auto;
 width: 77.0833%;
 }
@media screen and (max-width: 768px){
.immigrating_method .cards {
 width: 100%;
 margin-top: 30px;
 }}
.immigrating_method .cards .syeditorlist {
 display: grid;
 gap: 5rem 4.5045%;
 grid-template-columns: repeat(2, 1fr);
 }
@media screen and (max-width: 768px){
.immigrating_method .cards .syeditorlist {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.immigrating_method .cards .syeditorlist {
 grid-template-columns: 1fr;
 }}
.immigrating_method .cards .card {
 border-radius: 2.4rem;
 border: 1px solid rgb(200, 204, 206);
 background-color: rgb(255, 255, 255);
 gap: 8.18182%;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 padding: 8.30189%;
 }
.immigrating_method .cards .card::before {
 content: "";
 display: block;
 width: 5.5rem;
 height: 5rem;
 background: url("https://eternaleducation.cn//wp-content/plugins/sytech-fronteditor/sytpl/immigrating_2/assets/img/icon-gou-case.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.immigrating_method .cards .card {
 gap: 15px;
 padding: 15px;
 border-radius: 10px;
 }}
@media screen and (max-width: 768px){
.immigrating_method .cards .card::before {
 width: 20px;
 height: 20px;
 }}
.immigrating_method .cards .card p {
 color: var(--text);
 font-size: 2rem;
 line-height: 3.6rem;
 }
@media screen and (max-width: 768px){
.immigrating_method .cards .card p {
 font-size: 14px;
 line-height: 1.5;
 }}
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;
 }
.immigrating_feature {
 position: relative;
 z-index: 2;
 max-width: 192rem;
 margin: 0px auto;
 padding: 15.8rem 0px 21.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.immigrating_feature {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.immigrating_feature {
 background-color: rgb(247, 245, 242);
 }}
.immigrating_feature .bg {
 position: absolute;
 left: 0px;
 top: -4rem;
 right: 0px;
 z-index: -1;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.immigrating_feature .bg {
 top: 0px;
 }}
@media screen and (max-width: 768px){
.immigrating_feature .img {
 flex: 1 1 0%;
 }}
@media screen and (max-width: 576px){
.immigrating_feature .bg {
 display: none;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.immigrating_feature .bg img {
 width: 113.958%;
 margin: 0px -6.97917%;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.immigrating_feature .bg img {
 width: 130%;
 margin: 0px -15%;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.immigrating_feature .bg img {
 width: 150%;
 margin: 0px -25%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.immigrating_feature .bg img {
 width: 180%;
 margin: 0px -40%;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.immigrating_feature .bg img {
 width: 200%;
 margin: 0px -50%;
 }}
@media screen and (max-width: 768px){
.immigrating_feature .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;
 }}
.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;
 }}
.immigrating_feature .items {
 margin-top: 9.6rem;
 }
@media screen and (max-width: 768px){
.immigrating_feature .items {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.immigrating_feature .items {
 margin-top: 0px;
 }}
.immigrating_feature .syeditorlist {
 gap: 3rem;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 }
@media screen and (max-width: 768px){
.immigrating_feature .syeditorlist {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.immigrating_feature .syeditorlist {
 display: block;
 }}
.immigrating_feature .item {
 max-width: 35.8rem;
 }
@media screen and (max-width: 768px){
.immigrating_feature .item {
 flex: 2 1 0%;
 }}
@media screen and (max-width: 576px){
.immigrating_feature .item {
 max-width: unset;
 margin-top: 30px;
 }}
.immigrating_feature .item .img {
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.immigrating_feature .item .img {
 height: 120px;
 }}
.immigrating_feature .item .syedittext {
 text-align: center;
 }
.immigrating_feature .item .syedittext h3 {
 font-weight: 500;
 font-size: 3rem;
 margin-top: 5.2rem;
 }
@media screen and (max-width: 768px){
.immigrating_feature .item .syedittext h3 {
 font-size: 18px;
 margin-top: 20px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 }
.immigrating_feature .item .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){
.immigrating_feature .item .syedittext p {
 margin-top: 12px;
 }}
.immigrating_feature .arrow1 {
 width: 11.4583%;
 margin-top: 4.30556%;
 }
@media screen and (max-width: 576px){
.immigrating_feature .syeditorlist > .img {
 display: none;
 }}
.immigrating_feature .arrow2 {
 width: 10.4167%;
 margin-top: 3.88889%;
 }
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;
}