.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.border-g {
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
}
.border-g-white {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.font-gradation-white {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.bg-white {
  background-color: #fff;
  padding: 1px 0;
}
.banner {
  width: 100%;
}
.banner .swiper1 {
  width: 100%;
}
.banner .swiper1 .swiper-slide {
  width: 100%;
}
.banner .swiper1 .swiper-slide .box {
  width: 100%;
  position: relative;
}
.banner .swiper1 .swiper-slide .box .img {
  width: 100%;
}
.banner .swiper1 .swiper-slide .box .img img {
  width: 100%;
  display: block;
}
.banner .swiper1 .swiper-slide .box .text {
  font-weight: bold;
  font-size: 80px;
  color: #181818;
  line-height: 1.5;
  letter-spacing: 3px;
  position: absolute;
  top: 29.3%;
  left: 11.11%;
}
.banner .swiper1 .swiper-slide .box .text div {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}
.banner .swiper1 .swiper-slide .box .text div:last-child {
  transition-delay: 0.2s;
}
.banner .swiper1 .swiper-slide .box .text span {
  color: #000A66;
}
.banner .swiper1 .swiper-slide .box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .swiper1 .swiper-slide .box.active .text div:first-child {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper1 .swiper-slide .box.active .text div:last-child {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper1 .swiper-pagination1 {
  bottom: 40px;
}
.banner .swiper1 .swiper-pagination1 .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  border-radius: 1px;
  background: #fff;
  opacity: 0.8;
}
.banner .swiper1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.introduce {
  width: 100%;
  height: 300px;
  background-color: #000A66;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.introduce .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduce .text {
  width: 77.777%;
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.introduce .text span {
  color: #7cd0ff;
  font-size: 42px;
  vertical-align: bottom;
}
.popular {
  width: 100%;
}
.popular .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular .box {
  width: 100%;
  position: relative;
}
.popular .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
}
.popular .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular .box .swiper2 {
  width: 77.777%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.popular .box .swiper2 .swiper-slide {
  width: 100%;
}
.popular .box .swiper2 .swiper-slide .slide-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.popular .box .swiper2 .swiper-slide .slide-box .left {
  width: 54.934%;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .name {
  font-weight: bold;
  font-size: 38px;
  color: #1D1D1F;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .s-title {
  font-weight: 400;
  font-size: 24px;
  color: #1D1D1F;
  line-height: 1;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
  margin-top: 20px;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .p {
  margin-top: 24px;
  font-size: 24px;
  color: #1D1D1F;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
  margin-top: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .button a {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .button a span {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}
.popular .box .swiper2 .swiper-slide .slide-box .left .button:hover a span {
  margin-left: 20px;
}
.popular .box .swiper2 .swiper-slide .slide-box .right {
  width: 35.714%;
  transform: scale(0.3);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
.popular .box .swiper2 .swiper-slide .slide-box .right img {
  width: 100%;
}
.popular .box .swiper2 .swiper-slide .slide-box.active .left .name {
  transform: translateY(0);
  opacity: 1;
}
.popular .box .swiper2 .swiper-slide .slide-box.active .left .s-title {
  transform: translateY(0);
  opacity: 1;
}
.popular .box .swiper2 .swiper-slide .slide-box.active .left .p {
  transform: translateY(0);
  opacity: 1;
}
.popular .box .swiper2 .swiper-slide .slide-box.active .left .button {
  transform: translateY(0);
  opacity: 1;
}
.popular .box .swiper2 .swiper-slide .slide-box.active .right {
  transform: scale(1);
  opacity: 1;
}
.popular .box .swiper2 .swiper-pagination2 {
  bottom: 40px;
}
.popular .box .swiper2 .swiper-pagination2 .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  border-radius: 1px;
  background: #000A66;
  opacity: 0.3;
}
.popular .box .swiper2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.popular .box .swiper-button-next2,
.popular .box .swiper-button-prev2 {
  position: absolute;
  top: 60%;
  width: 62px;
  height: 62px;
  margin-top: -100px;
  border-radius: 100%;
  background: url('../images/swiper-prev-icon.png') no-repeat center center;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000A66;
}
.popular .box .swiper-button-next2 {
  background: url('../images/swiper-next-icon.png') no-repeat center center;
}
.popular .box .swiper-button-next2::after,
.popular .box .swiper-button-prev2::after {
  display: none;
}
.popular .box .swiper-button-prev2 {
  left: calc(10% - 60px);
  right: auto;
}
.popular .box .swiper-button-next2 {
  right: calc(10% - 60px);
  left: auto;
}
.sort {
  width: 100%;
  height: 927px;
  background-color: #a9b4cf;
  position: relative;
}
.sort .title {
  color: #fff;
}
.sort .title::after,
.sort .title::before {
  background-color: #fff;
}
.sort .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sort .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sort .box {
  width: 79.166%;
  height: 855px;
  margin: 0 auto;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: center;
}
.sort .box > .p {
  width: 80%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 150px;
}
.sort .box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sort .box .list .item {
  background-color: #fff;
  border-radius: 10px;
  flex: 0 1 calc(33.3% - 10px);
  margin-bottom: 20px;
  color: #181818;
}
.sort .box .list .item .item-box {
  padding: 46px 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.sort .box .list .item .left1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sort .box .list .item .right1 img {
  margin-left: 30px;
}
.sort .box .list .item .name {
  font-size: 26px;
  color: #181818;
}
.sort .box .list .item .p {
  font-size: 18px;
  color: #6E6E73;
  margin-top: 10px;
}
.sort .box .list .item .hover-img {
  display: none;
}
.sort .box .list .item:hover {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.sort .box .list .item:hover .default-img {
  display: none;
}
.sort .box .list .item:hover .hover-img {
  display: block;
}
.sort .box .list .item:hover .name,
.sort .box .list .item:hover .p {
  color: #fff;
}
.sort .box .left {
  width: 48.214%;
  position: relative;
}
.sort .box .left .bg {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.sort .box .left .bg img {
  width: 100%;
  display: block;
}
.sort .box .left .title {
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1.5;
  position: absolute;
  top: 70px;
  left: 60px;
}
.sort .box .left .p {
  width: 70.292%;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.5;
  position: absolute;
  top: 146px;
  left: 60px;
}
.sort .box .right {
  width: 51.785%;
}
.sort .box .right .item {
  width: 100%;
  height: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sort .box .right .item .item-box {
  width: 73.154%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sort .box .right .item .item-box .left1 .name {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  color: #181818;
  transition: 0.5s;
}
.sort .box .right .item .item-box .left1 .p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
  color: #6e6e73;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sort .box .right .item .item-box .right1 {
  width: 79px;
  height: 82px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sort .box .right .item .item-box .right1 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.sort .box .right .item .item-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sort .box .right .item .item-box:hover .left1 .name {
  color: #000A66;
}
.solution {
  width: 100%;
  background-color: #f5f5f5;
}
.solution .box {
  width: 79.166%;
  margin: 0 auto;
}
.solution .box .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.solution .box .list .item {
  width: 31.578%;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.solution .box .list .item .img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.solution .box .list .item .img img {
  width: 100%;
  display: block;
  transition: 1s;
}
.solution .box .list .item .text {
  width: 81.025%;
  margin: 0 auto;
  margin-top: 24px;
  padding-bottom: 36px;
}
.solution .box .list .item .text .name {
  font-weight: 500;
  font-size: 23px;
  color: #131313;
  line-height: 1.5;
  transition: 1s;
}
.solution .box .list .item .text .p {
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  color: #6E6E73;
  line-height: 1.5;
  transition: 1s;
}
.solution .box .list .item .text .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
  margin-top: 20px;
  transition: 1s;
  position: relative;
}
.solution .box .list .item .text .button a {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
.solution .box .list .item .text .button a span {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}
.solution .box .list .item .text .button:hover a span {
  margin-left: 20px;
}
.solution .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.solution .box .list .item:hover .img img {
  transform: scale(1.1);
}
.solution .box .list .item:hover .text .name {
  color: #000A66;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .content .map {
    font-size: 16px;
    left: 15px;
    position: relative;
  }
  .banner .swiper1 .swiper-pagination1 {
    bottom: 10px;
  }
  .introduce {
    width: 100%;
    height: 200px;
    background-color: #000A66;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .introduce .text {
    width: 90%;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .introduce .text span {
    font-size: 30px;
  }
  .popular .box .swiper2 .swiper-pagination2 {
    bottom: 0;
  }
  .popular .top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popular .box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .popular .box .swiper2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .popular .box .swiper-button-next2,
  .popular .box .swiper-button-prev2 {
    display: none;
  }
  .popular .box .swiper2 .swiper-slide .slide-box .right {
    width: 40.714%;
    transform: scale(0.3);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
  }
  .popular .box .swiper2 .swiper-slide .slide-box .left .name {
    font-weight: bold;
    font-size: 28px;
    color: #1D1D1F;
    line-height: 1.5;
  }
  .popular .box .swiper2 .swiper-slide .slide-box .left .s-title {
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1F;
    line-height: 1.5;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
    margin-top: 20px;
  }
  .popular .box .swiper2 .swiper-slide .slide-box .left .p {
    margin-top: 24px;
    font-size: 14px;
    color: #1D1D1F;
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
  }
  .solution {
    width: 100%;
    background-color: #f5f5f5;
  }
  .solution .box .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .solution .box .list .item {
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .sort .box > .p {
    font-size: 16px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sort .box .list .item {
    flex: 0 1 100%;
    height: 110px;
  }
  .sort .box .list .item .item-box {
    padding: 20px 10px;
  }
  .sort .box .list .item .name {
    font-size: 16px;
  }
  .sort .box .list .item .p {
    font-size: 14px;
  }
  .sort .box .list .item .right1 img {
    width: 40px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 680px) {
  .introduce .text {
    width: 90%;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .introduce .text span {
    font-size: 24px;
  }
  .popular {
    padding-bottom: 50px;
  }
  .popular .box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .popular .box .swiper2 .swiper-slide .slide-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .popular .box .swiper2 .swiper-slide .slide-box .right {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transform: scale(0.3);
    opacity: 0;
    transition: 1s;
    transition-delay: 0.2s;
  }
  .popular .box .swiper2 .swiper-slide .slide-box .left {
    width: 100%;
  }
  .sort {
    width: 100%;
    background-color: #a9b4cf;
    position: relative;
    height: auto;
    padding-bottom: 40px;
  }
  .sort .box {
    height: auto;
  }
}
