header {
  box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}
.banner2-wrap .index-main {
  margin: 0 auto;
  width: 100%;
}
.magic-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1260px;
  padding: 0 30px;
}
.magic-box .magic-link {
  display: block;
  width: 49%;
}
.magic-box .magic-link:nth-child(n + 4) {
  margin-top: 24px;
}
.magic-box .magic-link-top {
  width: 100%;
}
/*主产品..................主产品*/
.magic-top {
  width: 100%;
  padding: 60px 40px 30px 40px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  /*border: 1px solid #504f4f;*/
  background: url("/assets/images/index_box_top_bg.png") no-repeat center
    center/100% 100%;
  transition: all 0.3s ease-in-out;
}
.magic-top:hover {
  transform: translateY(-5px);
  background: url("/assets/images/index_box_top_bg.png") no-repeat center
    center/105% 105%;
  box-shadow: 0px 17px 29px 0px rgba(162, 163, 165, 0.43);
  background-size: 110% 110%;
}
.magic-top:hover .magic-text .magic-more {
  text-indent: 10px;
}
.magic-top .magic-text .magic-link-link {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 15px;
}
.magic-top .magic-text .magic-link-link h4 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #242323;
}
.magic-top .magic-text .magic-link-link h1 {
  font-size: 36px;
  line-height: 1;
  color: #242323;
  margin-bottom: 15px;
}

.magic-top .magic-text .magic-link-link img {
  height: 18px;
  vertical-align: top;
}
.magic-top .magic-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #999;
  margin-bottom: 20px;
}
.magic-top .magic-text ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.magic-top .magic-text ul li {
  color: #666;
  line-height: 1.7;
  list-style: disc;
}
.magic-top .magic-text .magic-more {
  display: block;
  width: 200px;
  overflow: hidden;
  color: #e6251f;
  margin: 0;
  text-indent: -80px;
  transition: all 0.3s ease-in-out;
}
.magic-top .magic-text .magic-more-link {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.magic-top .magic-text .magic-more-link a {
  display: block;
  color: #999;
  line-height: 1;
  padding: 0 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.magic-top .magic-text .magic-more-link a:not(:last-child):after {
  content: "|";
  font-weight: bold;
  color: #ccc;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0;
}
.magic-top .magic-text .magic-more-link a:first-child {
  padding-left: 0;
}
.magic-top .magic-text .magic-more-link a:hover {
  color: #e83820;
}
.magic-top .magic-img {
  width: 40%;
}
.magic-top .magic-img img {
  max-width: 100%;
  margin-left: 30px;
}
/*其它产品..................其它产品*/
.magic-item {
  width: 100%;
  height: 100%;
  padding: 60px 0 60px 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  background: url("/assets/images/index_box_product.png") no-repeat center
    center/100% 100%;
  transition: all 0.3s ease-in-out;
}
.magic-item .magic-text {
  flex: 1;
}
.magic-item .magic-text .magic-link-link {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #222222;
  margin-bottom: 15px;
}
.magic-item .magic-text h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.magic-item .magic-text .magic-link-link i {
  line-height: 1;
  color: #918f8f;
  margin-right: 5px;
}
.magic-item .magic-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #999;
  margin-right: 30px;
  margin-bottom: 20px;
}
.magic-item .magic-text ul {
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 10px;
}
.magic-item .magic-text ul li {
  color: #666;
  line-height: 1.7;
  list-style: disc;
  margin-top: 8px;
  margin-bottom: 8px;
}
.magic-item .magic-text .magic-more {
  display: block;
  width: 200px;
  overflow: hidden;
  color: #e6251f;
  text-indent: -80px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.magic-item .magic-img {
  width: 48%;
  margin-left: 2%;
}
.magic-item .magic-img img {
  max-width: 100%;
  opacity: 1;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.magic-item:hover {
  transform: translateY(-5px);
  background: url("/assets/images/index_box_product.png") no-repeat center
    center/110% 110%;
  box-shadow: 0px 17px 29px 0px rgba(98, 98, 99, 0.43);
  background-size: 110% 110%;
}
.magic-item:hover .magic-img img {
  transform: scale(1);
  opacity: 0.9;
}
.magic-item:hover .magic-text .magic-more {
  text-indent: 10px;
}
.magic-link:nth-child(n + 4) .magic-text ul li:last-child {
  height: auto !important;
}
.magic-link:nth-child(4) .magic-text ul li:first-child {
  height: auto !important;
}
.magic-link:nth-child(4) .magic-text ul li:last-child {
  height: 48px !important;
}

.index-main h2.title {
  margin-top: 40px;
}

/*解决方案..................解决方案*/
.index-solution-wrap {
  background-color: #383838;
}
.index-solution-wrap h2.title {
  margin-top: 40px;
}
.index-solution {
  width: 24%;
  padding: 40px 15px 40px 30px;
  border-radius: 6px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.index-solution:first-child {
  background: url("/assets/images/index_box_solution1.png") no-repeat center
    center/100% 100%;
  position: relative;
}
.index-solution:first-child:after {
  content: "";
  position: absolute;
  z-index: 9;
  right: -6px;
  top: -5px;
  width: 60px;
  height: 60px;
}
.index-solution:nth-child(2) {
  background: url("/assets/images/index_box_solution2.png") no-repeat center
    center/100% 100%;
}
.index-solution:nth-child(2) .index-solution-more:hover {
  color: #595ad7;
}
.index-solution:nth-child(3) {
  background: url("/assets/images/index_box_solution3.png") no-repeat center
    center/100% 100%;
}
.index-solution:nth-child(3) .index-solution-more:hover {
  color: #cc9b39;
}
.index-solution:nth-child(4) {
  background: url("/assets/images/index_box_solution4.png") no-repeat center
    center/100% 100%;
}
.index-solution:nth-child(4) .index-solution-more:hover {
  color: #cc9b39;
}
.index-solution:hover {
  box-shadow: 0px 17px 29px 0px rgba(180, 210, 250, 0.43);
  background-size: 110% 110%;
}
.index-solution .index-solution-title {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.index-solution p {
  font-size: 13px;
  opacity: 0.8;
}
.index-solution .index-solution-more {
  display: block;
  margin-top: 30px;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.index-solution .index-solution-more:hover {
  background-color: #fff;
  color: #416bee;
}

/*友情连接..................友情连接*/
.index-friendlink {
  width: 1180px;
  margin: 20px auto;
  color: #8c8c8c;
  overflow: hidden;
}
.index-friendlink .index-bottom-click {
  margin-bottom: 10px;
  cursor: pointer;
}
.index-friendlink ul {
  width: 100%;
}
.index-friendlink ul a {
  margin: 0;
  padding: 0px 1px 0 0;
  color: #8c8c8c !important;
  font-size: 14px;
  line-height: 2;
  word-break: keep-all;
}
.index-friendlink ul a:hover {
  color: #ccc;
}
.index-friendlink ul span {
  color: #8c8c8c;
  display: inline-block;
  margin: 0 2px 0 1px;
}
.index-friendlink .nav-icon {
  vertical-align: middle;
  padding-left: 4px;
  width: 14px;
}

/*我们的优势..................我们的优势*/
.index-advan-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-advan-box .index-advan {
  width: 23%;
  padding: 30px 20px;
  text-align: center;
  border-radius: 6px;
  background-color: #fbfcfd;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, 0.07),
    0px 5px 40px 0px rgba(47, 72, 88, 0.07);
}
.index-advan-box .index-advan h3 {
  font-size: 18px;
  line-height: 3;
  color: #1c2761;
}
.index-advan-box .index-advan .index-advan-line {
  margin: 10px auto 30px;
  width: 100px;
  height: 3px;
  background-color: #5c79f7;
}
.index-advan-box .index-advan p {
  text-align: left;
  color: #999;
  line-height: 2;
}
.index-advan-box .index-advan:hover {
  transform: translateY(-4px);
  background-color: #3965e7;
}
.index-advan-box .index-advan:hover h3 {
  color: #fff;
}
.index-advan-box .index-advan:hover .index-advan-line {
  background-color: #ccc;
}
.index-advan-box .index-advan:hover p {
  color: #eee;
}
/*新闻资讯......................新闻资讯*/
.index-news-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.index-news-box .index-news-right {
  width: 31%;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 8px 0 rgba(232, 237, 250, 0.6),
    0 2px 4px 0 rgba(232, 237, 250, 0.5);
}
.index-news-box .index-news-right:hover {
  box-shadow: 0px 13px 24px 0px rgba(198, 210, 219, 0.23);
}
.index-news-box .index-news-right .index-news-right-item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.index-news-box .index-news-right .index-news-right-item img {
  width: 100%;
  height: 240px;
  transition: all 0.3s ease-in-out;
}
.index-news-box .index-news-right .index-news-right-item img:hover {
  transform: scale(1.1);
}
.index-news-box .index-news-right .index-news-right-item i {
  color: #fff;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(to right, #f45b4b, #fb6364);
  font-style: normal;
  position: absolute;
  top: 15px;
  right: 0px;
  border-radius: 13px 0 13px 0;
  z-index: 9;
  display: block;
}
.index-news-box .index-news-right li {
  color: #666;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  padding: 0 18px;
}
.index-news-box .index-news-right li a {
  font-size: 14px;
  margin-left: -5px;
  color: #666;
  transition: all 0.1s ease-in-out;
}
.index-news-box .index-news-right li a:hover {
  color: #e7282e;
}
.index-news-box .index-news-right li:hover {
  color: #e7282e;
  transform: translateX(-2px);
}
.index-news-box .index-news-more {
  color: #bebebe;
  display: block;
  float: right;
  margin-top: 10px;
  margin-right: 18px;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
.index-news-box .index-news-more:hover {
  color: #e7282e;
  margin-right: 16px;
}

.index-news-box .index-news-more:hover {
  margin-right: 6px;
}
.index-news-box .index-news-more i {
  font-size: 12px;
  font-weight: normal;
}

.index-news-bottom-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
}

.index-news-bottom-box .index-news-bottom-link {
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5%;
  text-align: center;
  display: block;
  border-radius: 4px;
}
.index-news-bottom-box .index-news-bottom-link img {
  height: 20px;
  margin-right: 5px;
}
.index-news-bottom-box .index-news-bottom-link:hover {
  color: #f3484b;
}
.index-news-bottom-box .index-news-bottom-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-news-bottom-box a {
  display: block;
  width: 30%;
  color: #666;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.index-news-icon {
  font-size: 24px;
  color: #e7282e;
}
.index-news-bottom-box a:hover {
  color: #e7282e;
}
.index-news-bottom-box a span {
  text-align: center;
  color: #e7282e;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #eaebf1;
  border-radius: 4px;
}
.index-news-bottom-box a span i {
  vertical-align: middle;
  line-height: 25px;
}
.index-news-bottom-box .index-news-more {
  width: 6%;
  color: #e7282e;
  padding-right: 10px;
  text-align: right;
}
.index-news-bottom-box .index-news-more i {
  font-size: 12px;
  font-weight: bold;
}

.index-news-question-box {
  align-items: flex-start;
}
/*轮播........................轮播*/
.swiper-banner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.swiper-banner .swiper-slide {
  width: 100%;
}
.swiper-banner .banner-text-wrap {
  width: 100%;
}
.swiper-banner .banner-text-wrap .swiper-link {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-banner .banner-text-wrap .top-banner-text {
  max-width: 1180px;
  height: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
.swiper-banner .banner-text-wrap .top-banner-text object {
  display: flex;
  align-items: center;
}
.swiper-banner .banner-text-wrap .top-banner-text object .button-link {
  display: block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: rgba(243, 241, 241, 0.2);
  transition: all 0.1s ease-in-out;
  z-index: 5;
}
.swiper-banner .banner-text-wrap .top-banner-text object .button-link:hover {
  color: #fff;
  box-shadow: 0 10px 25px 3px rgba(228, 223, 223, 0.1);
  border-bottom: #ccc 1px solid;
}
.swiper-banner .banner-text-wrap .top-banner-text object .button-online {
  display: block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  margin-left: 15px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #436ce9, #3965e7);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.swiper-banner .banner-text-wrap .top-banner-text object .button-online:hover {
  box-shadow: 0 10px 25px 5px rgba(228, 223, 223, 0.1);
  border-bottom: #ccc 1px solid;
}

.swiper-banner .banner-text-wrap h2 {
  font-size: 48px;
  color: #ffffff;
}
.swiper-banner .banner-text-wrap h4 {
  font-size: 48px;
  color: #ffffff;
}
.swiper-banner .banner-text-wrap p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #fff;
  opacity: 0.8;
}
.swiper-banner .banner0-wrap {
  /*background: linear-gradient(to top right, #202848, #2b3352);*/
  background: url("/assets/images/mvb2000_banner.png") no-repeat center
    center/cover;
}

.swiper-banner .banner1-wrap {
  /*background: linear-gradient(to right, #03185e, #2d479e);*/
  background: url("/assets/images/government_banner.png") no-repeat center
    center/cover;
}

.swiper-banner .banner2-wrap {
  /*background: linear-gradient(to right, #00b6bc, #00c2a9);*/
  background: url("/assets/images/ai_banner.png") no-repeat center center/cover;
}
.swiper-banner .banner2-wrap .banner2 p {
  color: #fff;
}
.swiper-banner .banner3-wrap {
  /*background: linear-gradient(to right, #4085c1, #5c94c5);*/
  background: url("/assets/images/train_banner.png") no-repeat center
    center/cover;
}

.swiper-banner .banner4-wrap {
  /*background: linear-gradient(to right, #e4bbbe, #c2979c);*/
  background: url("/assets/images/homecare_banner.png") no-repeat center
    center/cover;
}

.swiper-banner .banner4-wrap .banner4 h2 {
  color: #222;
}
.swiper-banner .banner4-wrap .banner4 p {
  color: #222;
  opacity: 0.8;
}

.swiper-banner .banner5-wrap {
  /*background: linear-gradient(to right, #f1f7fd, #d4e4f4);*/
  background: url("/assets/images/success_banner.png") no-repeat center
    center/cover;
}
.swiper-banner .banner5-wrap .banner5 h2 {
  color: #222;
}
.swiper-banner .banner5-wrap .banner5 p {
  color: #222;
  opacity: 0.8;
}

.swiper-banner .swiper-pagination {
  bottom: 32px !important;
}
.swiper-banner .swiper-pagination-bullet {
  width: 17px;
  height: 6px;
  margin: 0 6px !important;
  background: #fff;
  border-radius: 3px;
}
.swiper-banner .swiper-pagination-bullet-active {
  width: 48px;
  height: 6px;
  opacity: 1;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  width: 100px;
  height: 400px;
  top: 21px;
}

@media screen and (max-width: 768px) {
  nav {
    width: 100%;
  }
  nav .swiper-banner {
    width: 100%;
    height: 32rem;
  }
  nav .swiper-banner .banner-text-wrap {
    width: 100%;
  }
  nav .swiper-banner .banner-text-wrap .top-banner-text {
    height: 32rem;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1rem;
  }
  nav .swiper-banner .banner-text-wrap h2 {
    margin-top: 9rem;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }
  nav .swiper-banner .banner-text-wrap h4 {
    margin-top: 9rem;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }
  nav .swiper-banner .banner-text-wrap p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 1.5rem !important;
  }
  nav .swiper-banner .banner-text-wrap object .button-link {
    width: 10.2rem !important;
    height: 3.2rem !important;
    font-size: 1.4rem !important;
    line-height: 3.2rem !important;
    margin-top: 1rem !important;
  }
  nav .swiper-banner .banner-text-wrap .top-banner-text object .button-online {
    width: 10.2rem !important;
    height: 3.2rem !important;
    font-size: 1.4rem !important;
    line-height: 3.2rem !important;
    margin-top: 1rem !important;
  }
  nav .swiper-banner .banner0-wrap {
    background: url("/assets/images/mvb2000_banner.png") no-repeat center
      center/cover;
  }
  nav .swiper-banner .banner1-wrap {
    background: url("/assets/images/government_banner.png") no-repeat center
      center/cover;
  }
  nav .swiper-banner .banner2-wrap {
    background: url("/assets/images/ai_banner.png") no-repeat center
      center/cover;
  }
  nav .swiper-banner .banner3-wrap {
    background: url("/assets/images/train_banner.png") no-repeat center
      center/cover;
  }
  nav .swiper-banner .banner4-wrap {
    background: url("/assets/images/homecare_banner.png") no-repeat center
      center/cover;
  }
  nav .swiper-banner .banner5-wrap {
    background: url("/assets/images/success_banner.png") no-repeat center
      center/cover;
  }
  nav .swiper-banner .swiper-pagination-bullet {
    display: none;
  }

  .magic-box {
    max-width: 100%;
    padding: 0 2%;
  }
  .magic-box .magic-link {
    width: 100%;
  }
  .magic-box .magic-link:nth-child(n + 1) {
    margin-top: 5%;
  }
  .magic-top {
    width: 100%;
    padding: 3rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    background: url("/assets/images/index_box_top_bg.png") no-repeat center
      center/auto 100%;
    transition: all 0.3s ease-in-out;
  }
  .magic-top:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, 0.07);
    background: url("/assets/images/index_box_top_bg.png") no-repeat center
      center/auto 105%;
  }
  .magic-top .magic-text .magic-link-link h1 {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #444;
    margin-bottom: 1.5rem;
  }
  .magic-top .magic-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #999;
    margin-bottom: 1rem;
  }
  .magic-top .magic-text ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  .magic-top .magic-text ul li {
    color: #666;
    font-size: 1.1rem;
    line-height: 2;
    list-style: disc;
  }
  .magic-top .magic-text .magic-more {
    display: none;
  }
  .magic-top .magic-img {
    display: none;
  }
  .magic-item {
    width: 100%;
    padding: 2rem 0 2rem 1rem;
    flex-wrap: wrap;
    background: url("/assets/images/index_box_product.png") no-repeat center
      center/100% 100%;
  }
  .magic-item .magic-text {
    width: 100%;
    min-width: 100%;
  }
  .magic-item .magic-text .magic-link-link {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #444;
    margin-bottom: 1.5rem;
    min-height: 0;
  }
  .magic-item .magic-text h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .magic-item .magic-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    min-height: 6.7rem;
    color: #999;
    margin-bottom: 0;
  }

  .magic-item .magic-text ul {
    display: none;
    padding-left: 0rem;
    margin-bottom: 1rem;
  }
  .magic-item .magic-text ul li {
    height: 3rem;
    font-size: 1.2rem;
    line-height: 1.7;
    list-style: none;
  }
  .magic-item .magic-text .magic-more {
    display: none;
  }
  .magic-item .magic-img {
    width: 90%;
    margin-left: 2%;
  }
  .magic-item .magic-img img {
    max-width: 100%;
    opacity: 1;
    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
  }
  .magic-item:hover {
    transform: translateY(-0.5rem);
    background: url("/assets/images/index_box_product.png") no-repeat center
      center/110% 110%;
    box-shadow: 0rem 0.5rem 2rem 0rem rgba(47, 72, 88, 0.07);
  }
  .magic-item:hover .magic-img img {
    transform: scale(1);
    opacity: 0.9;
  }
  .magic-item:hover .magic-text .magic-more {
    text-indent: 1rem;
  }
  .index-solution-wrap h2.title {
    margin-top: 2.5rem;
  }
  .index-solution {
    width: 100%;
    padding: 2.5rem 1rem 2.5rem 2rem;
    border-radius: 0.375rem;
    margin-bottom: 2rem;
  }

  .index-solution:hover {
    box-shadow: 0rem 0.5rem 2rem 0rem rgba(180, 210, 250, 0.43);
    background-size: 110% 110%;
  }
  .index-solution .index-solution-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .index-solution p {
    font-size: 1rem;
  }
  .index-solution .index-solution-more {
    display: none;
  }

  .index-advan-box .index-advan {
    width: 49%;
    margin-top: 2%;
    padding: 2rem 1.2rem;
    border-radius: 0.375rem;
    box-shadow: 0rem 0.5rem 2rem 0rem rgba(47, 72, 88, 0.07),
      0rem 0.5rem 2rem 0rem rgba(47, 72, 88, 0.07);
  }
  .index-advan-box .index-advan h3 {
    font-size: 1.5rem;
  }
  .index-advan-box .index-advan .index-advan-line {
    margin: 0.625rem auto 1.875rem;
    width: 6.25rem;
    height: 0.18rem;
  }

  .index-news-box {
    padding-bottom: 2rem;
    border: 0;
  }
  .index-news-box .index-news-right {
    width: 100%;
    margin-top: 2rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.375rem 0 rgba(232, 237, 250, 0.6),
      0 0.125rem 0.25rem 0 rgba(232, 237, 250, 0.5);
  }
  .index-news-box .index-news-right:hover {
    box-shadow: 0px 1rem 1.5rem 0px rgba(198, 210, 219, 0.23);
  }
  .index-news-box .index-news-right .index-news-right-item {
    margin-bottom: 1rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .index-news-box .index-news-right .index-news-right-item img {
    height: 15rem;
  }
  .index-news-box .index-news-right .index-news-right-item i {
    width: 5.625rem;
    height: 2rem;
    line-height: 2rem;
    top: 1rem;
    border-radius: 0.8rem 0 0.8rem 0;
  }
  .index-news-box .index-news-right li a {
    font-size: 1.3rem;
    margin-left: -0.32rem;
  }
  .index-news-box .index-news-more {
    margin-top: 0.625rem;
    margin-right: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .index-news-box .index-news-more:hover {
    margin-right: 1rem;
  }

  .index-news-box .index-news-more:hover {
    margin-right: 0.375rem;
  }
  .index-news-box .index-news-more i {
    font-size: 0.75rem;
  }
}
