.home_type {
  padding: 5.4rem 0 4rem;
}
.home_type .syeditorlist {
  gap: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.home_type .item {
  gap: 11.965812%;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  transition: all 0.3s;
  border-radius: 2.4rem;
  background-color: #DCF0F7;
  padding: 4.680851% 10.212766% 4.680851% 6.808511%;
}
.home_type .item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.home_type .item:hover i {
  transform: scale(1.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.home_type .item.active {
  background-color: #F9F0DC;
}
.home_type .item.active i {
  background-color: var(--secondary);
}
.home_type .item.active i::after {
  filter: none;
}
.home_type .item .img {
  width: 13.5rem;
  height: 14rem;
}
.home_type .item .syedittext {
  padding-bottom: 1.6rem;
}
.home_type .item .syedittext strong {
  display: block;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 4.1rem;
}
.home_type .item .syedittext p {
  color: var(--text);
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 0.6rem;
}
.home_type .item i {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: var(--primary);
}
.home_type .item i::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.home_about {
  padding: 4rem 0 3.5rem;
  overflow: hidden;
}
.home_about .head p {
  color: var(--text);
}
.home_about .head .btn_cir {
  margin-top: 3.2rem;
}
.home_about .lt {
  width: 53.472222%;
}
.home_about .lt .image {
  width: 117.922078%;
  margin-left: -17.922078%;
  margin-top: 10%;
}
.home_about .lt .img_cv {
  border-radius: 4.8rem;
}
.home_about .lt .img_cv:hover img {
  transform: scale(1.02);
}
.home_about .lt .img_ct {
  width: 7.929515%;
  margin: -2rem 0 0 1.2rem;
  position: relative;
  z-index: 2;
}
.home_about .rt {
  width: 35.069444%;
}
.home_about .rt .head {
  position: relative;
  z-index: 3;
  margin-top: 18.613861%;
}
.home_about .rt .image {
  width: 147.920792%;
  position: relative;
  z-index: 2;
  margin: -21.386139% -50.29703% 0 1.2rem;
}
.home_about .rt .line ~ .img:hover img {
  transform: scale(1.03);
}
.home_about .rt .line {
  position: absolute;
  right: -22.222222%;
  top: 8.2rem;
  z-index: -1;
  width: 359.170013%;
  pointer-events: none;
}
.home_about .rt .img1 {
  width: 24.364123%;
  margin: 0 5.890228% 0 auto;
}
.home_about .rt .img2 {
  width: 50.60241%;
  border-radius: 4.8rem;
  margin: 8.299866% 0 0 auto;
}
.home_about .rt .img3 {
  width: 37.884873%;
  border-radius: 4.8rem;
  margin-top: -8.299866%;
}
.home_solution {
  padding: 3.5rem 0 12.6rem;
  overflow: hidden;
}
.home_solution .head {
  padding-bottom: 1.5rem;
}
.home_solution .tabs {
  padding-right: 3.75%;
}
.home_solution .tabs ul {
  gap: 3.4rem;
  display: flex;
  flex-wrap: wrap;
}
.home_solution .tabs li {
  cursor: pointer;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #F4F4F4;
  padding: 1.5rem 4.4rem 2rem;
  min-width: 20.2rem;
}
.home_solution .tabs li.active,
.home_solution .tabs li:hover {
  background-color: var(--secondary);
}
.home_solution .swiper_box {
  margin-top: 5.5rem;
}
.home_solution .svg1 {
  position: absolute;
  top: -2rem;
  left: -3.333333%;
  z-index: 2;
  width: 5.208333%;
}
.home_solution .svg2 {
  position: absolute;
  top: -4.6rem;
  right: -8%;
  width: 9.583333%;
}
.home_solution .home_solution_swiper {
  overflow: hidden;
  border-radius: 2.8rem;
}
.home_solution .home_solution_swiper .swiper-slide {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_solution .home_solution_swiper .img {
  --h: 64.647713%;
  width: 56.180556%;
  border-radius: 2.8rem;
}
.home_solution .home_solution_swiper .img:hover img {
  transform: scale(1.02);
}
.home_solution .home_solution_swiper .text {
  flex: 1;
  max-width: 49.2rem;
}
.home_solution .home_solution_swiper .text h3 {
  font-weight: 500;
  font-size: 3.8rem;
}
.home_solution .home_solution_swiper .text p {
  color: var(--text);
  margin-top: 2.2rem;
  max-width: 47rem;
}
.home_solution .home_solution_swiper .text ul {
  padding-top: 2.5rem;
}
.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: 0;
  top: 0.2rem;
  background: url(../img/icon-gou-cir.svg) no-repeat center / contain;
}
.home_solution .home_solution_swiper .text .btn {
  margin-top: 4.6rem;
}
.home_advantage {
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin: 0 auto;
  padding: 9rem 0 9.8rem;
}
.home_advantage .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.home_advantage .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.home_advantage .inner {
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  max-width: 116rem;
  margin: 3.2rem auto 0;
}
.home_advantage .home_advantage_swiper {
  overflow: hidden;
  width: 100%;
  max-width: 92.2rem;
  padding: 1.6rem 1rem;
  margin: 0 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;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 1.4rem;
  transform: rotate(-2deg);
  pointer-events: none;
  background-color: var(--secondary);
}
.home_advantage .home_advantage_swiper .img {
  padding-bottom: 52.10643%;
}
.home_advantage .home_advantage_swiper .img:hover img {
  transform: scale(1.02);
}
.home_advantage .home_advantage_swiper .img_cv {
  border-radius: 1.8rem;
}
.home_advantage .home_advantage_text_swiper {
  max-width: 65.2rem;
  margin: 2.6rem auto 0;
  overflow: hidden;
}
.home_advantage .home_advantage_text_swiper .syedittext {
  color: var(--text);
}
.home_advantage .home_advantage_thumbs_swiper {
  overflow: hidden;
  margin-top: 1.4rem;
}
.home_advantage .home_advantage_thumbs_swiper .swiper-slide {
  padding: 0 2.9rem;
  pointer-events: none;
  max-width: max-content;
}
.home_advantage .home_advantage_thumbs_swiper .swiper-slide .item {
  display: block;
  cursor: pointer;
  color: #8E969B;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  transition: all 0.3s;
  padding: 2.4rem;
  min-width: 21.8rem;
  border-bottom: 2px solid #BFD0DD;
  position: relative;
  pointer-events: all;
}
.home_advantage .home_advantage_thumbs_swiper .swiper-slide .item::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  border-radius: 10px;
  background-color: var(--secondary);
}
.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: all 5.3s linear;
}
.home_why {
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin: 0 auto;
  padding: 11.8rem 0 9.8rem;
}
.home_why .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.home_why .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.home_why .swiper_box {
  overflow: hidden;
}
.home_why .home_why_swiper {
  margin-top: 4.6rem;
  padding-bottom: 6.8rem;
}
.home_why .home_why_swiper .swiper-slide {
  max-width: 24.444444%;
}
.home_why .home_why_swiper .swiper-slide:nth-child(even) {
  transform: translateY(6.8rem);
}
.home_why .home_why_swiper .swiper-slide:nth-child(even) .img::after {
  background-image: url(../img/home-why-arrow2.svg);
}
.home_why .home_why_swiper .swiper-slide:last-child .img::after {
  display: none;
}
.home_why .home_why_swiper .img {
  position: relative;
  padding-bottom: 72.727273%;
}
.home_why .home_why_swiper .img::after {
  content: '';
  display: block;
  width: 36.931818%;
  height: 4.4rem;
  position: absolute;
  top: 50%;
  left: 108.522727%;
  transform: translateY(-50%);
  background: url(../img/home-why-arrow1.svg) no-repeat center / contain;
}
.home_why .home_why_swiper .syedittext {
  padding: 0 1.2rem;
  text-align: center;
  margin-top: 4.8rem;
}
.home_why .home_why_swiper .syedittext h3 {
  font-weight: 500;
  font-size: 3rem;
}
.home_why .home_why_swiper .syedittext p {
  color: var(--text);
  margin-top: 1.8rem;
}
.home_why .swiper_controls {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.home_partner {
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin: 0 auto;
  padding: 14.5rem 0 10.2rem;
}
.home_partner .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.home_partner .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.home_partner .head {
  max-width: 66rem;
  margin: 0 auto;
}
.home_partner .head p {
  color: var(--text);
  margin-top: 3.2rem;
}
.home_partner .swiper_boxs {
  padding-top: 2.8rem;
}
.home_partner .swiper_box {
  overflow: hidden;
  position: relative;
}
.home_partner .swiper_box::before,
.home_partner .swiper_box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 21.6rem;
  pointer-events: none;
  background-image: linear-gradient(to right, #DEECF9, #DEECF9, transparent);
}
.home_partner .swiper_box::after {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.home_partner .home_partner_swiper {
  max-width: 256rem;
  margin: 1.4rem auto 0;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: linear;
}
.home_partner .home_partner_swiper .swiper-slide {
  max-width: 20rem;
}
.home_partner .home_partner_swiper .img {
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.63);
}
.home_partner .home_partner_swiper .img:hover {
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(255, 255, 255, 0.1);
}
.home_partner .btn_cir {
  margin-top: 5.6rem;
}
.home_process {
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin: 0 auto;
  padding: 19.4rem 0 14rem;
}
.home_process .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.home_process .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.home_process .head {
  position: relative;
  z-index: 3;
  max-width: 31rem;
}
.home_process .con {
  width: 106.597222%;
  margin: -15.138889% 0 0 1.2rem;
}
.home_process .con .image {
  position: relative;
}
.home_process .items,
.home_process .items .syeditorlist {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home_process .item {
  position: absolute;
}
.home_process .item .syedittext {
  position: absolute;
  white-space: nowrap;
}
.home_process .item .syedittext h3 {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.home_process .item .syedittext p {
  color: var(--text);
  font-size: 2rem;
}
.home_process .item1 {
  width: 10.29316%;
  left: 3.5%;
  top: 60%;
}
.home_process .item1 .img {
  --h: 96.202532%;
}
.home_process .item1 .syedittext {
  left: 121.518987%;
  bottom: -30.263158%;
}
.home_process .item2 {
  width: 10.814332%;
  left: 29.5%;
  top: 45.5%;
}
.home_process .item2 .img {
  --h: 88.554217%;
}
.home_process .item2 .syedittext {
  left: -16.86747%;
  bottom: 113.605442%;
}
.home_process .item3 {
  width: 10.29316%;
  left: 55%;
  top: 38%;
}
.home_process .item3 .img {
  --h: 96.202532%;
}
.home_process .item3 .syedittext {
  left: 93.670886%;
  top: 96%;
}
.home_process .item4 {
  width: 10.814332%;
  left: 71%;
  top: 11%;
}
.home_process .item4 .img {
  --h: 88.554217%;
}
.home_process .item4 .syedittext {
  right: 130%;
  top: -13%;
}
.home_process .center {
  margin-top: -6.388889%;
  position: relative;
  z-index: 3;
}
.home_cases {
  padding: 7.8rem 0 9rem;
}
.home_cases .flex {
  position: relative;
  z-index: 3;
}
.home_cases .head {
  width: 29.583333%;
}
.home_cases .btn_cir {
  margin-bottom: 0.7rem;
}
.home_cases .home_cases_swiper {
  overflow: hidden;
  margin-top: -3.055556%;
}
.home_cases .home_cases_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_cases .home_cases_swiper .info {
  width: 23.472222%;
  padding-top: 2.777778%;
}
.home_cases .home_cases_swiper .info .syedittext h3 {
  font-weight: 500;
  font-size: 3.8rem;
}
.home_cases .home_cases_swiper .info .syedittext p {
  color: var(--text);
  font-size: 2rem;
  margin-top: 1rem;
}
.home_cases .home_cases_swiper .items {
  padding-top: 3.8rem;
}
.home_cases .home_cases_swiper .items .item {
  margin-top: 2rem;
}
.home_cases .home_cases_swiper .items strong {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1;
}
.home_cases .home_cases_swiper .items strong::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0.9rem;
  background-color: #FFEDC0;
}
.home_cases .home_cases_swiper .items p {
  color: var(--text);
}
.home_cases .home_cases_swiper .image {
  width: 37.847222%;
  position: relative;
  z-index: 2;
}
.home_cases .home_cases_swiper .image::before {
  content: '';
  display: block;
  width: 98.165138%;
  height: 97.574627%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 4rem;
  transform: translate(-50%, -50%) rotate(-1deg) scale(0.98);
  background-color: var(--secondary);
}
.home_cases .home_cases_swiper .image .img {
  padding-bottom: 98.348624%;
  mask-image: url(../img/cases-mask.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.home_cases .home_cases_swiper .image .img:hover img {
  transform: scale(1.03);
}
.home_cases .home_cases_swiper .desc {
  width: 23.472222%;
  padding-top: 13.611111%;
}
.home_cases .home_cases_swiper .desc .syedittext {
  color: var(--text);
}
.home_cases .home_cases_swiper .desc .btn {
  margin-top: 3.4rem;
}
.home_cases .home_cases_thumbs_swiper {
  overflow: hidden;
  margin-top: 2rem;
}
.home_cases .home_cases_thumbs_swiper .swiper-slide-thumb-active .icon {
  background-color: var(--secondary);
}
.home_cases .home_cases_thumbs_swiper .icon {
  position: relative;
  border-radius: 50%;
  transition: all 0.3s;
  max-width: 9.6rem;
  margin: 0 auto;
  cursor: pointer;
}
.home_cases .home_cases_thumbs_swiper .icon::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.home_cases .home_cases_thumbs_swiper .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.home_cases .home_cases_thumbs_swiper .title {
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-top: 1rem;
}
.home_start {
  position: relative;
  z-index: 2;
  max-width: 192rem;
  margin: 0 auto;
  padding: 13.8rem 0 19rem;
}
.home_start .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.home_start .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.home_start .lt {
  width: 30.694444%;
  margin-left: -4.583333%;
}
.home_start .head {
  width: 40%;
  padding-top: 6.388889%;
}
.home_start .head p {
  color: var(--text);
  max-width: 53rem;
  margin: 3rem auto 0;
}
.home_start .head .btn {
  margin-top: 4.8rem;
}
.home_start .rt {
  width: 29.097222%;
  margin-right: -4.652778%;
}
.home_start .img_cv {
  border-radius: 2.6rem;
}
.home_start .img_cv:hover img {
  transform: scale(1.03);
}
.home_start .img2 {
  width: 61.085973%;
  margin: 11.764706% 0 0 16.289593%;
}
.home_start .img3 {
  width: 66.109785%;
  margin: 0 9.069212% 19.331742% auto;
}
.home_testimonial {
  padding: 7.4rem 0 8.6rem;
  overflow: hidden;
}
.home_testimonial .head {
  position: relative;
  z-index: 3;
}
.home_testimonial .head p {
  color: var(--text);
  max-width: 40rem;
  margin-top: 3rem;
}
.home_testimonial .swiper_box {
  margin-top: -5%;
}
.home_testimonial .bg {
  position: absolute;
  left: -36.111111%;
  top: -4.8rem;
  width: 167.083333%;
}
.home_testimonial .home_testimonial_swiper {
  width: 69.305556%;
  margin-left: auto;
}
.home_testimonial .home_testimonial_swiper .swiper-slide {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-prev .img {
  right: -57%;
  top: 23%;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active ~ .swiper-slide .img {
  opacity: 0;
  right: 0;
  top: 0;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active .img {
  right: 0;
  top: 0;
  transform: scale(1);
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active .text {
  opacity: 1;
}
.home_testimonial .home_testimonial_swiper .img {
  --h: 100%;
  width: 51.102204%;
  transition: all 0.5s;
  transform: scale(0.439216);
  position: relative;
  right: -127%;
  top: 0;
  z-index: 2;
  border-radius: 50%;
}
.home_testimonial .home_testimonial_swiper .img:hover img {
  transform: scale(1.03);
}
.home_testimonial .home_testimonial_swiper .text {
  flex: 1;
  opacity: 0;
  max-width: 40.6rem;
  transition: all 0.3s;
}
.home_testimonial .home_testimonial_swiper .text::before {
  content: '';
  display: block;
  width: 6.4rem;
  height: 5.2rem;
  margin-bottom: 2.6rem;
  background: url(../img/icon-yinhao.svg) no-repeat center / contain;
}
.home_testimonial .home_testimonial_swiper .con {
  color: var(--text);
}
.home_testimonial .home_testimonial_swiper .info {
  margin-top: 8.8rem;
}
.home_testimonial .home_testimonial_swiper .info strong {
  font-weight: 500;
  font-size: 2.4rem;
}
.home_testimonial .home_testimonial_swiper .info p {
  color: var(--text);
}
.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;
}
.home_blog {
  padding: 8.6rem 0 12.2rem;
  overflow: hidden;
}
.home_blog .svg {
  width: 8.75%;
  position: absolute;
  right: -12.5%;
  top: -10rem;
}
.home_blog .flex_top {
  margin-top: 7rem;
}
.home_blog .tabs {
  flex: 1;
  position: relative;
  z-index: 3;
}
.home_blog .tabs li {
  cursor: pointer;
  transition: all 0.3s;
  max-width: max-content;
  font-size: 1.8rem;
  border-radius: 100px;
  background-color: #F4F4F4;
  padding: 1rem 3rem 1.3rem;
}
.home_blog .tabs li.active,
.home_blog .tabs li:hover {
  color: #fff;
  background-color: var(--title);
}
.home_blog .tabs li + li {
  margin-top: 2rem;
}
.home_blog .swiper_box {
  width: 81.388889%;
}
.home_blog .home_blog_swiper .swiper-slide {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
}
.home_blog .home_blog_swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.home_blog .home_blog_swiper .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .home_about .lt .image {
    width: 110%;
    margin-left: -10%;
  }
  .home_about .rt .image {
    width: 120%;
    margin-right: -20%;
    margin-left: 0;
    margin-top: -10%;
  }
  .home_advantage .bg img {
    width: 130%;
    margin: 0 -15%;
  }
  .home_why .bg img {
    width: 130%;
    margin: 0 -15%;
  }
  .home_partner .bg img {
    width: 130%;
    margin: 0 -15%;
  }
  .home_process {
    padding-bottom: 25rem;
  }
  .home_process .bg img {
    width: 130%;
    margin: 0 -15%;
  }
  .home_process .con {
    width: 103%;
  }
  .home_start .bg img {
    width: 130%;
    margin: 0 -15%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_about .lt .image {
    width: 100%;
    margin-left: 0;
  }
  .home_about .rt .image {
    width: 110%;
    margin-right: -10%;
  }
  .home_advantage {
    padding: 8rem 0;
  }
  .home_advantage .bg img {
    width: 150%;
    margin: 0 -25%;
  }
  .home_why {
    padding: 8rem 0;
  }
  .home_why .bg img {
    width: 150%;
    margin: 0 -25%;
  }
  .home_partner {
    padding: 8rem 0;
  }
  .home_partner .bg img {
    width: 150%;
    margin: 0 -25%;
  }
  .home_process {
    padding-bottom: 19rem;
  }
  .home_process .bg img {
    width: 150%;
    margin: 0 -25%;
  }
  .home_process .con {
    width: 100%;
    margin-top: -10%;
  }
  .home_start .bg img {
    width: 140%;
    margin: 0 -20%;
  }
  .home_start .lt {
    margin-left: 0;
  }
  .home_start .rt {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_type .item {
    gap: 3rem;
  }
  .home_type .item .img {
    width: 10rem;
    height: 10rem;
  }
  .home_type .item .syedittext strong {
    font-size: 2.2rem;
  }
  .home_type .item .syedittext p {
    font-size: 1.8rem;
  }
  .home_about .rt .img2,
  .home_about .rt .img3 {
    border-radius: 3rem;
  }
  .home_advantage .bg img {
    width: 180%;
    margin: 0 -40%;
  }
  .home_why .bg img {
    width: 180%;
    margin: 0 -40%;
  }
  .home_why .home_why_swiper .swiper-slide {
    max-width: 30%;
  }
  .home_partner .bg img {
    width: 180%;
    margin: 0 -40%;
  }
  .home_process .bg img {
    width: 180%;
    margin: 0 -40%;
  }
  .home_process .con {
    margin-top: 0;
  }
  .home_cases .head {
    flex: 1;
  }
  .home_cases .home_cases_swiper {
    margin: 5rem 0;
  }
  .home_cases .home_cases_swiper .info,
  .home_cases .home_cases_swiper .desc {
    padding: 0;
    width: 28%;
  }
  .home_start .head h2 br {
    display: none;
  }
  .home_testimonial .swiper_box {
    margin: 5% 0;
  }
  .home_testimonial .home_testimonial_swiper .info {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_process .bg img {
    width: 190%;
    margin: 0 -45%;
  }
  .home_start .bg img {
    width: 160%;
    margin: 0 -30%;
  }
}
@media screen and (max-width: 768px) {
  .home_type {
    padding: 30px 0;
  }
  .home_type .syeditorlist {
    gap: 20px;
  }
  .home_type .item {
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
  }
  .home_type .item .img {
    width: 60px;
    height: 60px;
  }
  .home_type .item .syedittext {
    padding: 0;
  }
  .home_type .item .syedittext strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_type .item .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .home_type .item i {
    width: 40px;
    height: 40px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .head .btn_cir {
    margin-top: 20px;
  }
  .home_about .lt {
    width: 50%;
  }
  .home_about .lt .image {
    width: 100%;
    margin: 30px 0 0;
  }
  .home_about .lt .img_cv {
    border-radius: 20px;
  }
  .home_about .rt {
    width: 45%;
  }
  .home_about .rt .head {
    margin-top: 30px;
  }
  .home_about .rt .image {
    width: 100%;
    margin: -40px 0 0;
  }
  .home_about .rt .img2,
  .home_about .rt .img3 {
    border-radius: 10px;
  }
  .home_solution {
    padding: 50px 0;
  }
  .home_solution .head {
    padding: 0;
  }
  .home_solution .tabs {
    padding: 0;
  }
  .home_solution .tabs ul {
    gap: 10px;
  }
  .home_solution .tabs li {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 100px;
  }
  .home_solution .swiper_box {
    margin-top: 30px;
  }
  .home_solution .home_solution_swiper {
    border-radius: 20px;
  }
  .home_solution .home_solution_swiper .img {
    width: 50%;
    border-radius: 20px;
  }
  .home_solution .home_solution_swiper .text h3 {
    font-size: 18px;
  }
  .home_solution .home_solution_swiper .text p {
    margin-top: 12px;
  }
  .home_solution .home_solution_swiper .text ul {
    padding-top: 8px;
  }
  .home_solution .home_solution_swiper .text li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 26px;
    margin-top: 8px;
  }
  .home_solution .home_solution_swiper .text li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  .home_solution .home_solution_swiper .text .btn {
    margin-top: 20px;
  }
  .home_advantage {
    padding: 50px 0;
  }
  .home_advantage .bg img {
    width: 140%;
    margin: 0 -20%;
  }
  .home_advantage .inner {
    margin-top: 10px;
    max-width: 600px;
  }
  .home_advantage .home_advantage_text_swiper {
    max-width: 360px;
    margin-top: 0;
  }
  .home_advantage .home_advantage_thumbs_swiper {
    margin-top: 10px;
  }
  .home_advantage .home_advantage_thumbs_swiper .swiper-slide {
    padding: 0 10px;
  }
  .home_advantage .home_advantage_thumbs_swiper .swiper-slide .item {
    font-size: 14px;
    padding: 12px;
    min-width: 100px;
  }
  .home_why {
    padding: 50px 0;
  }
  .home_why .bg img {
    width: 140%;
    margin: 0 -20%;
  }
  .home_why .home_why_swiper {
    padding: 0;
    margin-top: 20px;
  }
  .home_why .home_why_swiper .swiper-slide {
    max-width: 250px;
  }
  .home_why .home_why_swiper .swiper-slide:nth-child(even) {
    transform: translate(0);
  }
  .home_why .home_why_swiper .img::after {
    width: 20%;
  }
  .home_why .home_why_swiper .syedittext {
    padding: 0;
    margin-top: 20px;
  }
  .home_why .home_why_swiper .syedittext h3 {
    font-size: 18px;
  }
  .home_why .home_why_swiper .syedittext p {
    margin-top: 12px;
  }
  .home_partner {
    padding: 50px 0;
  }
  .home_partner .bg img {
    width: 140%;
    margin: 0 -20%;
  }
  .home_partner .head p {
    margin-top: 12px;
  }
  .home_partner .swiper_boxs {
    padding-top: 10px;
  }
  .home_partner .swiper_box::before,
  .home_partner .swiper_box::after {
    width: 30px;
  }
  .home_partner .home_partner_swiper {
    margin-top: 10px;
  }
  .home_partner .home_partner_swiper .swiper-slide {
    max-width: 100px;
  }
  .home_partner .btn_cir {
    margin-top: 30px;
  }
  .home_process {
    padding: 50px 0;
  }
  .home_process .bg img {
    width: 140%;
    margin: 0 -20%;
  }
  .home_process .con {
    width: 100%;
    margin: -30px 0 0;
  }
  .home_process .item .syedittext h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .home_process .item .syedittext p {
    font-size: 14px;
  }
  .home_cases {
    padding: 50px 0;
  }
  .home_cases .head {
    width: auto;
  }
  .home_cases .btn_cir {
    margin: 0;
  }
  .home_cases .home_cases_swiper {
    margin-top: 30px;
  }
  .home_cases .home_cases_swiper .info {
    width: 27%;
    padding: 0;
  }
  .home_cases .home_cases_swiper .info .syedittext h3 {
    font-size: 18px;
  }
  .home_cases .home_cases_swiper .info .syedittext p {
    font-size: 14px;
  }
  .home_cases .home_cases_swiper .info .items {
    padding-top: 10px;
  }
  .home_cases .home_cases_swiper .info .items .item {
    margin-top: 12px;
  }
  .home_cases .home_cases_swiper .info .items strong {
    font-size: 16px;
  }
  .home_cases .home_cases_swiper .info .items p {
    font-size: 14px;
    margin-top: 6px;
  }
  .home_cases .home_cases_swiper .image {
    width: 40%;
  }
  .home_cases .home_cases_swiper .desc {
    width: 27%;
    padding: 0;
  }
  .home_cases .home_cases_swiper .desc .btn {
    margin-top: 20px;
  }
  .home_cases .home_cases_thumbs_swiper {
    margin-top: 30px;
  }
  .home_cases .home_cases_thumbs_swiper .icon {
    max-width: 60px;
  }
  .home_cases .home_cases_thumbs_swiper .title {
    font-size: 14px;
  }
  .home_start {
    padding: 80px 0;
  }
  .home_start .bg img {
    width: 140%;
    margin: 0 -20%;
  }
  .home_start .lt {
    margin-left: 0;
  }
  .home_start .head {
    padding: 0;
  }
  .home_start .head p {
    margin-top: 12px;
  }
  .home_start .head .btn {
    margin-top: 20px;
  }
  .home_start .rt {
    margin-right: 0;
  }
  .home_start .img {
    border-radius: 10px;
  }
  .home_testimonial {
    padding: 50px 0;
  }
  .home_testimonial .head p {
    margin-top: 12px;
  }
  .home_testimonial .swiper_box {
    margin-top: 10px;
  }
  .home_testimonial .home_testimonial_swiper .text::before {
    width: 30px;
    height: 20px;
    margin-bottom: 10px;
  }
  .home_testimonial .home_testimonial_swiper .info {
    margin-top: 20px;
  }
  .home_testimonial .home_testimonial_swiper .info strong {
    font-size: 16px;
  }
  .home_testimonial .swiper_controls {
    margin-top: 20px;
  }
  .home_blog {
    padding: 50px 0;
  }
  .home_blog .flex_top {
    margin-top: 20px;
  }
  .home_blog .tabs li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .home_blog .tabs li + li {
    margin-top: 15px;
  }
  .home_blog .swiper_box {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .home_about .flex {
    display: block;
  }
  .home_about .lt {
    width: 100%;
  }
  .home_about .rt {
    width: 100%;
  }
  .home_solution {
    overflow: hidden;
  }
  .home_solution .home_solution_swiper {
    overflow: visible;
  }
  .home_solution .home_solution_swiper .swiper-slide {
    display: block;
  }
  .home_solution .home_solution_swiper .img {
    width: 100%;
  }
  .home_solution .home_solution_swiper .text {
    margin-top: 20px;
  }
  .home_advantage .bg img {
    width: 260%;
    margin: 0 -80%;
  }
  .home_advantage .inner {
    display: block;
  }
  .home_advantage .inner .swiper_btns {
    display: none;
  }
  .home_why .bg img {
    width: 260%;
    margin: 0 -80%;
  }
  .home_partner .bg img {
    width: 260%;
    margin: 0 -80%;
  }
  .home_process .bg img {
    width: 260%;
    margin: 0 -80%;
  }
  .home_process .con {
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
    width: calc(100% + 40px);
  }
  .home_process .con::-webkit-scrollbar {
    display: none;
  }
  .home_process .image {
    min-width: 600px;
  }
  .home_process .item .syedittext h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .home_process .item .syedittext p {
    font-size: 12px;
  }
  .home_cases {
    overflow: hidden;
  }
  .home_cases .home_cases_swiper {
    overflow: visible;
  }
  .home_cases .home_cases_swiper .swiper-slide {
    flex-direction: column;
  }
  .home_cases .home_cases_swiper .info {
    width: 100%;
    margin: 20px 0;
  }
  .home_cases .home_cases_swiper .image {
    order: -1;
    width: 80%;
  }
  .home_cases .home_cases_swiper .desc {
    width: 100%;
  }
  .home_cases .home_cases_thumbs_swiper {
    overflow: visible;
  }
  .home_start {
    padding: 50px 0;
    background-color: #F7F5F2;
  }
  .home_start .bg {
    display: none;
  }
  .home_start .flex {
    gap: 0;
    flex-wrap: wrap;
  }
  .home_start .head {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .home_start .lt,
  .home_start .rt {
    width: 50%;
  }
  .home_testimonial .swiper_box {
    margin-top: 20px;
  }
  .home_testimonial .home_testimonial_swiper {
    width: 100%;
  }
  .home_testimonial .home_testimonial_swiper .swiper-slide {
    display: block;
  }
  .home_testimonial .home_testimonial_swiper .text {
    margin-top: 10px;
    max-width: 100% !important;
  }
  .home_testimonial .home_testimonial_swiper .img{
    margin-left: auto;
    margin-right: auto;
  }
  .home_blog .flex_top {
    display: block;
  }
  .home_blog .tabs ul {
    gap: 10px;
    display: flex;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .home_blog .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .home_blog .tabs li {
    white-space: nowrap;
  }
  .home_blog .tabs li + li {
    margin: 0;
  }
  .home_blog .swiper_box {
    width: 100%;
    margin-top: 30px;
  }
  .home_blog .swiper_box .swiper-slide {
    opacity: 1;
    transform: translate(0);
  }
}
