.solution-one-one_area {
  width: 100%;
  position: relative;
  padding: 8.3333333333vw 0 7.2916666667vw 0;
  overflow: hidden;
}
.solution-one-one_area .solution-one-one_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/solution/bg1.png") no-repeat top left;
  background-size: 63.28125vw 25vw;
  width: 63.28125vw;
  height: 25vw;
  transition: all 0.2s;
}
.solution-one-one_area .solution-one-one_bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/solution/bg2.png") no-repeat top left;
  background-size: 20.9375vw 25.0520833333vw;
  width: 20.9375vw;
  height: 25.0520833333vw;
}
.solution-one-one_area .solution-one-one__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-one {
  width: 24.1145833333vw;
  margin-top: 1.0416666667vw;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-one h4 {
  color: #000;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2.0833333333vw;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-one h4 span {
  display: block;
  color: #1C32B9;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-one p {
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  /* 120% */
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-two {
  width: 34.8958333333vw;
  margin-bottom: 1.0416666667vw;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-two span {
  display: block;
  width: 4.6354166667vw;
  line-height: 1.875vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  border-radius: 1.25vw;
  border: 1px solid #BFBFBF;
  text-align: center;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-two p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  margin-bottom: 0;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__left .solution-one-one__content__left-two p:nth-of-type(1) {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.0416666667vw;
  margin-top: 0.8333333333vw;
}
.solution-one-one_area .solution-one-one__content .solution-one-one__content__right img {
  display: block;
  width: 28.4375vw;
  height: 28.4375vw;
}

.solution-one-two_area {
  background: #f9f9f9;
  width: 100%;
  padding: 7.2916666667vw 0;
  overflow: hidden;
}
.solution-one-two_area .solution-one-two__title {
  color: #000;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.solution-one-two_area .solution-one-two__title span {
  display: block;
  color: rgba(0, 0, 0, 0.3);
}
.solution-one-two_area .solution-one-two__content {
  margin-top: 6.25vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 8.2291666667vw;
       column-gap: 8.2291666667vw;
  row-gap: 4.1666666667vw;
}
.solution-one-two_area .solution-one-two__content .solution-one-two__content-box {
  width: 17.0833333333vw;
}
.solution-one-two_area .solution-one-two__content .solution-one-two__content-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  margin-bottom: 1.875vw;
  border: 2px var(--thm-color1) solid;
  border-radius: 50%;
}
.solution-one-two_area .solution-one-two__content .solution-one-two__content-box h4 {
  color: #000;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.25vw;
}
.solution-one-two_area .solution-one-two__content .solution-one-two__content-box p {
  width: 17.0833333333vw;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  /* 128.571% */
  margin: 0;
}
.solution-one-two_area .solution-one-two__product {
  position: relative;
  margin-top: 7.8125vw;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-nav {
  margin-bottom: 2.6041666667vw;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-nav i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-nav span {
  display: inline-block;
  margin-right: 0.2083333333vw;
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-nav span.active {
  color: var(--thm-color1);
}
.solution-one-two_area .solution-one-two__product .swiper-solution-prev,
.solution-one-two_area .solution-one-two__product .swiper-solution-next {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.solution-one-two_area .solution-one-two__product .swiper-solution-prev::after,
.solution-one-two_area .solution-one-two__product .swiper-solution-next::after {
  font-size: 0.8333333333vw;
  color: #929292;
  font-weight: bold;
}
.solution-one-two_area .solution-one-two__product .swiper-solution-prev {
  top: 0;
  left: auto;
  right: 4.1666666667vw;
}
.solution-one-two_area .solution-one-two__product .swiper-solution-next {
  position: absolute;
  top: 0%;
}
.solution-one-two_area .solution-one-two__product .swiper-solution-prev:hover,
.solution-one-two_area .solution-one-two__product .swiper-solution-next:hover {
  background: var(--thm-color1);
  color: #fff;
}
.solution-one-two_area .solution-one-two__product .swiper-solution-prev:hover::after,
.solution-one-two_area .solution-one-two__product .swiper-solution-next:hover::after {
  color: #fff;
}
.solution-one-two_area .solution-one-two__product .swiperSolution .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.5208333333vw;
       column-gap: 0.5208333333vw;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item {
  background: #fff;
  width: 22.9166666667vw;
  border-radius: 0.5208333333vw;
  padding-bottom: 1.5625vw;
  overflow: hidden;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item .solution-one-two__product-item-info {
  display: block;
  width: 100%;
  margin-bottom: 1.9270833333vw;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item .solution-one-two__product-item-info img {
  display: block;
  width: 100%;
  height: 17.0833333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5208333333vw 0.5208333333vw 0 0;
  transition: all 0.3s ease-in-out;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item .solution-one-two__product-item-info h2 {
  padding: 0 1.5625vw;
  margin-top: 1.7708333333vw;
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item .solution-one-two__product-item-info p {
  margin: 0.5208333333vw 0 0;
  padding: 0 1.5625vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item .thm-btn {
  background: #f9f9f9;
  margin: 0 1.5625vw;
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item:hover .solution-one-two__product-item-info img {
  transform: scale(1.05);
}
.solution-one-two_area .solution-one-two__product .solution-one-two__product-item:hover .solution-one-two__product-item-info h2 {
  color: var(--thm-color1);
}

.solution-one-three_area {
  width: 100%;
  background: linear-gradient(to right, #3773E0, #48D4FE);
  padding: 7.2916666667vw 0;
  position: relative;
  overflow: hidden;
}
.solution-one-three_area .solution-one-three__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33.3854166667vw;
  height: 25.2604166667vw;
}
.solution-one-three_area .container {
  display: flex;
  justify-content: space-between;
}
.solution-one-three_area .container .solution-one-three__left .solution-one-three__left-title {
  color: #FFF;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-one-three_area .container .solution-one-three__right {
  width: 34.9479166667vw;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item {
  display: flex;
  margin-bottom: 4.1666666667vw;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item:last-child {
  margin-bottom: 0;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dt {
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 0.8333333333vw;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd {
  width: calc(100% - 52px);
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd h2 {
  margin-bottom: 1.3020833333vw;
  padding-bottom: 0.8854166667vw;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  color: rgb(255, 255, 255);
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd h2 span {
  color: #07FFD4;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd .solution-one-three__right-item-box {
  display: flex;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd .solution-one-three__right-item-box .solution-one-three__right-item-list {
  display: flex;
  flex: 0 0 33.3333%;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd .solution-one-three__right-item-box .solution-one-three__right-item-list::before {
  content: "";
  display: block;
  background: #fff;
  width: 0.2083333333vw;
  height: 0.6770833333vw;
  margin-top: 0.2083333333vw;
  margin-right: 0.5208333333vw;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd .solution-one-three__right-item-box .solution-one-three__right-item-list h4 {
  color: #FFF;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5208333333vw;
}
.solution-one-three_area .container .solution-one-three__right .solution-one-three__right-item dd .solution-one-three__right-item-box .solution-one-three__right-item-list p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.solution-one-four_area {
  padding: 7.2916666667vw 0;
  width: 100%;
}
.solution-one-four_area .solution-one-four__title {
  margin-bottom: 2.6041666667vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.solution-one-four_area .solution-one-four__title .solution-one-four__title-text h2 {
  color: #000;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.7291666667vw;
  margin-bottom: 0;
}
.solution-one-four_area .solution-one-four__title .solution-one-four__title-text p {
  color: #BEBEBE;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.solution-one-four_area .solution-one-four__title a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-one-four_area .solution-one-four__title a i {
  margin-left: 0.5208333333vw;
}
.solution-one-four_area .solution-one-four__case {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list {
  width: 22.7083333333vw;
  border-radius: 1.0416666667vw;
  background: #F4F5F7;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a {
  display: block;
  width: 100%;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a .solution-one-four__case-list-img {
  width: 22.7083333333vw;
  height: 16.5104166667vw;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  transition: all 0.3s;
  overflow: hidden;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a .solution-one-four__case-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a .solution-one-four__case-list-text {
  padding: 1.40625vw 2.0833333333vw 2.0833333333vw;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a .solution-one-four__case-list-text h4 {
  width: 15.625vw;
  color: #000;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0416666667vw;
  margin-bottom: 4.6354166667vw;
  /* 125% */
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a .solution-one-four__case-list-text p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0416666667vw;
  margin: 0;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a .solution-one-four__case-list-text p span:nth-of-type(1) {
  color: #00C298;
}
.solution-one-four_area .solution-one-four__case .solution-one-four__case-list a:hover .solution-one-four__case-list-img {
  transform: scale(1.05);
}

.solution-three-one_area {
  background: #F9F9F9;
  width: 100%;
  position: relative;
  padding: 8.3333333333vw 0 5.2083333333vw 0;
  overflow: hidden;
}
.solution-three-one_area .solution-three-one_bg1 {
  position: absolute;
  bottom: 0;
  left: -15.625vw;
  background: url("../images/solution/bg4.png") no-repeat top left;
  background-size: 42.7083333333vw 24.1666666667vw;
  width: 42.7083333333vw;
  height: 24.1666666667vw;
}
.solution-three-one_area .solution-three-one_bg2 {
  position: absolute;
  top: 0;
  right: -15.625vw;
  background: url("../images/solution/bg5.png") no-repeat top left;
  background-size: 44.375vw 29.4791666667vw;
  width: 44.375vw;
  height: 29.4791666667vw;
}
.solution-three-one_area .solution-three-one__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__left .solution-three-one__content__left-one {
  width: 24.1145833333vw;
  margin-top: 1.0416666667vw;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__left .solution-three-one__content__left-one h4 {
  color: #000;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2.0833333333vw;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__left .solution-three-one__content__left-one h4 span {
  display: block;
  color: #1C32B9;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__left .solution-three-one__content__left-one p {
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  /* 120% */
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__right {
  width: 29.84375vw;
  margin-top: 11.1979166667vw;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__right .solution-three-one__content__right-two {
  position: relative;
  z-index: 10;
  width: 29.84375vw;
  margin-bottom: 1.0416666667vw;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__right .solution-three-one__content__right-two h6 {
  color: #0BE0B2;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.8333333333vw;
  margin-bottom: 1.5625vw;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__right .solution-three-one__content__right-two p {
  color: #000;
  font-size: 1.1458333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
}
.solution-three-one_area .solution-three-one__content .solution-three-one__content__right .solution-three-one__content__right-two p span {
  color: rgba(0, 0, 0, 0.5);
}

.solution-three-two__area {
  padding: 10.2083333333vw 0 7.7604166667vw;
}
.solution-three-two__area .solution-three-two__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.5208333333vw;
       column-gap: 0.5208333333vw;
  row-gap: 4.1666666667vw;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2.0833333333vw;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .solution-three-two__img {
  position: relative;
  width: 22.9166666667vw;
  height: 15.1041666667vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .solution-three-two__img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .solution-three-two__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .solution-three-two__text {
  margin-top: 1.5625vw;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .solution-three-two__text h4 {
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .solution-three-two__text p {
  margin: 0.9375vw 0 2.6041666667vw;
  width: 19.775vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single .solution-three-two__link .thm-btn {
  background: #f9f9f9;
  transition: all 0.3s ease-in-out;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single:hover {
  border-color: var(--thm-color1);
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single:hover .solution-three-two__link .solution-three-two__img::before {
  display: none;
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single:hover .solution-three-two__link .solution-three-two__img img {
  transform: scale(1.01);
}
.solution-three-two__area .solution-three-two__box .solution-three-two__single:hover .solution-three-two__link .thm-btn {
  background: var(--thm-color1);
  color: #fff;
}

.solution-three-three__area {
  background: url(../images/solution/bg6.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 8.3333333333vw 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.solution-three-three__area h2 {
  color: #FFF;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5625vw;
}

.section-four-one__aera {
  background: #0128A5;
  padding: 1.7708333333vw 0;
}
.section-four-one__aera a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-four-one__aera a:last-child {
  color: #fff;
}
.section-four-one__aera span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0.2604166667vw;
}

.section-four-two__area {
  padding: 4.1666666667vw 0 6.25vw;
}
.section-four-two__area h2 {
  width: 35.5208333333vw;
  color: #000;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8.125vw;
}
.section-four-two__area p {
  width: 34.8958333333vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-four-three__area {
  background: #F9F9F9;
  padding: 5.2083333333vw 0 6.25vw;
}
.section-four-three__area .section-four-three__title {
  position: relative;
  margin-bottom: 3.125vw;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.section-four-three__area .section-four-three__title h2 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-four-three__area .section-four-three__title h2 span {
  display: block;
  color: #000;
}
.section-four-three__area .section-four-three__title .swiper-shiyou-prev,
.section-four-three__area .section-four-three__title .swiper-shiyou-next {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.section-four-three__area .section-four-three__title .swiper-shiyou-prev::after,
.section-four-three__area .section-four-three__title .swiper-shiyou-next::after {
  font-size: 0.8333333333vw;
  color: #929292;
  font-weight: bold;
}
.section-four-three__area .section-four-three__title .swiper-shiyou-prev {
  top: 3.6458333333vw;
  left: auto;
  right: 4.1666666667vw;
}
.section-four-three__area .section-four-three__title .swiper-shiyou-next {
  position: absolute;
  top: 3.6458333333vw;
}
.section-four-three__area .section-four-three__title .swiper-shiyou-prev:hover,
.section-four-three__area .section-four-three__title .swiper-shiyou-next:hover {
  background: var(--thm-color1);
  color: #fff;
}
.section-four-three__area .section-four-three__title .swiper-shiyou-prev:hover::after,
.section-four-three__area .section-four-three__title .swiper-shiyou-next:hover::after {
  color: #fff;
}
.section-four-three__area .section-four-three__content {
  padding: 0 15.1041666667vw;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item {
  border-radius: 0.5208333333vw;
  background: #FFF;
  transition: all 0.3s ease-in-out;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item img {
  margin-top: 2.34375vw;
  margin-left: 2.0833333333vw;
  margin-bottom: 5.8333333333vw;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item .section-four-three__item-text {
  padding-top: 2.0833333333vw;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 0.5208333333vw 0.5208333333vw;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item .section-four-three__item-text h2 {
  color: #000;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 2.0833333333vw 3.6458333333vw;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item .section-four-three__item-text p {
  padding: 1.0416666667vw 2.0833333333vw 2.65625vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  min-height: 7.8125vw;
  line-height: 1.4583333333vw;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item:hover .section-four-three__item-text {
  background: #1C32B9;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item:hover .section-four-three__item-text h2 {
  color: #fff;
}
.section-four-three__area .section-four-three__content .swiperShiyou .section-four-three__item:hover .section-four-three__item-text p {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.section-four-four__area {
  background: #F9F9F9;
  padding-bottom: 6.25vw;
}
.section-four-four__area .section-four-four__title {
  color: #000;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 3.125vw;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.section-four-four__area .section-four-four__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.5208333333vw;
       column-gap: 0.5208333333vw;
  row-gap: 0.5208333333vw;
}
.section-four-four__area .section-four-four__content .section-four-four__item {
  background: #fff;
  border-radius: 0.5208333333vw;
}
.section-four-four__area .section-four-four__content .section-four-four__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-four-four__area .section-four-four__content .section-four-four__item a .section-four-four__text {
  padding: 2.0833333333vw 0 2.0833333333vw 2.0833333333vw;
}
.section-four-four__area .section-four-four__content .section-four-four__item a .section-four-four__text h4 {
  color: #000;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7.96875vw;
}
.section-four-four__area .section-four-four__content .section-four-four__item a .section-four-four__text p {
  width: 15.0520833333vw;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4583333333vw;
  margin: 0;
  /* 128.571% */
}
.section-four-four__area .section-four-four__content .section-four-four__item a .section-four-four__img {
  flex: 0 0 16.6145833333vw;
}
.section-four-four__area .section-four-four__content .section-four-four__item a .section-four-four__img img {
  display: block;
  width: 16.6145833333vw;
  height: 15.2083333333vw;
}
.section-four-four__area .section-four-four__content .section-four-four__item:hover a .section-four-four__text h4 {
  color: var(--thm-color1);
}/*# sourceMappingURL=solution.css.map */