/* Static reproduction of src/views/index.vue. 1rem = 10px. */
.home-page {
  background: #fff;
  font-family: "Microsoft YaHei", sans-serif;
}
.p-item,
.home-inner {
  width: 140rem;
  margin: 0 auto;
}
.home-banner {
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
  background: #edf2f7;
}
.home-banner__swiper,
.home-banner__swiper .swiper-wrapper,
.home-banner__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-banner__swiper .swiper-slide img {
  width: 100%;
  height: 45rem;
  display: block;
  object-fit: cover;
}
.home-banner__swiper {
  --swiper-navigation-size: 1.4rem;
}
.home-banner__swiper .swiper-button-prev,
.home-banner__swiper .swiper-button-next {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  border-radius: 50%;
  background: #fff;
  color: #00479d;
}
.home-banner__swiper .swiper-button-prev {
  left: 4%;
}
.home-banner__swiper .swiper-button-next {
  right: 4%;
}
.home-banner__swiper .home-banner__pagination {
  bottom: 2.2rem;
  left: 5%;
  width: auto;
  display: flex;
  gap: .6rem;
  width: 100%;
  justify-content: center;
}
.home-banner__swiper .home-banner__pagination .swiper-pagination-bullet {
  width: 2.6rem;
  height: .3rem;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .65);
  opacity: 1;
  transition: width .25s, background .25s;
}
.home-banner__swiper .home-banner__pagination .swiper-pagination-bullet-active {
  width: 4rem;
  background: #fff;
}
.home-shortcuts {
  height: 13rem;
  margin-top: 4.5rem;
  padding: 2.8rem 3rem;
  display: flex;
  justify-content: space-between;
  border-radius: 1.3rem;
  background: url("../img/home/tab_bg.png") 0 0/100% 100% no-repeat;
  box-shadow: 0 0.3rem 0.6rem 0.1rem rgba(0, 71, 157, 0.2);
}
.home-shortcut {
  display: flex;
  align-items: center;
  margin-left: 2.3rem;
  color: #333;
  text-decoration: none;
}
.home-shortcut:first-child {
  margin-left: 0;
}
.home-shortcut span {
  display: flex;
  flex-direction: column;
  margin-right: 1.3rem;
}
.home-shortcut strong {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.home-shortcut img {
  width: 7rem;
  height: 7rem;
}
.home-shortcut:hover strong {
  color: #00479d;
}
.e_container {
  padding: 15rem 0 7rem;
}
.e_container .c_box > .title,
.e_container .c_box > .content {
  margin: 0;
  text-align: center;
  line-height: normal;
}
.e_container .c_box > .title {
  color: #10233e;
  font-size: 3.6rem;
  font-weight: 500;
}
.e_container .c_box > .content {
  text-align: center;
  line-height: normal;
  font-size: 1.6rem;
  color: #666;
  margin-top: 1rem;
}
.c_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.c_item {
  display: flex;
  padding: 1.9rem;
  border-right: 0.1rem solid #eee;
  border-bottom: 0.1rem solid #eee;
  color: inherit;
  text-decoration: none;
}
.c_item:nth-child(4n) {
  border-right: 0;
}
.c_item:nth-child(n + 5) {
  border-bottom: 0;
}
.c_item > img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.c_item .info {
  flex: 1;
  width: 23rem;
  padding-left: 2rem;
}
.c_item .info .title {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.c_item .info .content {
  margin: 1rem 0 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
}
.c_item .tip {
  margin-top: 2rem;
  padding-bottom: 1.5rem;
}
.c_item .tip ul {
  width: 100%;
  list-style: none;
}
.c_item .tip li {
  width: 100%;
  display: inline-block;
  margin-right: 2rem;
  color: #333;
  line-height: 2.8rem;
}
.c_item .tip i {
  color: #00479d;
  font-size: 1.8rem;
  font-style: normal;
}
.c_item .tip span {
  margin-left: 0.8rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
}
.c_item:hover .info .title,
.c_item:hover .info .content,
.c_item:hover .tip span {
  color: #00479d;
}
.client {
  padding: 7rem 0 9rem;
  background: #f2f6fa;
}
.client .c_box > .title {
  margin: 0;
  color: #10233e;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
.client .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.client .item {
  width: 21.6rem;
  height: 10rem;
  display: flex;
  align-items: center;
  margin: 0 2rem 2rem 0;
  padding: 1rem;
  border: 0.1rem solid #ddd;
  background: #fff;
}
.client .item:nth-child(6n) {
  margin-right: 0;
}
.client .item img {
  width: 100%;
  height: 100%;
}
.connect {
  height: 18rem;
  display: flex;
  background: url("../img/home/connect_bg.jpg") 0 0/100% 100% no-repeat;
}
.connect .p-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connect .text {
  color: #10233e;
  font-size: 3.6rem;
  font-weight: 700;
}
.fa_morelink {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.fa_morelink i {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #00479d;
  vertical-align: middle;
  transition: all 0.5s;
}
.fa_morelink i::before,
.fa_morelink i::after {
  content: "→";
  position: absolute;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  transition: all 0.5s;
}
.fa_morelink i::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0.2s;
}
.fa_morelink i::after {
  left: 50%;
  top: 56%;
  transform: translate(-150%, 50%) rotate(-45deg);
}
.fa_morelink span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 1rem;
  padding-bottom: 0.8rem;
  color: #10233e;
  font-size: 1.8rem;
  vertical-align: middle;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.fa_morelink span::before,
.fa_morelink span::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #10233e;
  transition: all 0.5s;
}
.fa_morelink span::before {
  transition-delay: 0.2s;
}
.fa_morelink span::after {
  transform: translateX(-100%);
}
.fa_morelink:hover span {
  color: #00479d;
}
.fa_morelink:hover span::before {
  transform: translateX(100%);
  transition-delay: 0s;
}
.fa_morelink:hover span::after {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.fa_morelink:hover i {
  background: #0c8d5b;
}
.fa_morelink:hover i::before {
  transform: translate(50%, -150%) rotate(-45deg);
  transition-delay: 0s;
}
.fa_morelink:hover i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  /* Vue H5 banner keeps the source 1920:450 aspect ratio. */
  .home-banner { height: 23.4375vw; }
  .home-banner__swiper,
  .home-banner__swiper .swiper-wrapper,
  .home-banner__swiper .swiper-slide { height: 23.4375vw; }
  .home-banner__swiper .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: fill;
  }
  .home-banner__swiper .swiper-button-prev,
  .home-banner__swiper .swiper-button-next {
    display: flex;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    background: #fff;
    color: #00479d;
    border-radius: 50%;
  }
  .home-banner__swiper .swiper-button-prev { left: 1rem; }
  .home-banner__swiper .swiper-button-next { right: 1rem; }
  .home-banner__swiper { --swiper-navigation-size: 1.3rem; }
  .home-banner__swiper .home-banner__pagination { display: none; }
  .home-banner__swiper .home-banner__pagination .swiper-pagination-bullet { width: 2rem; }
  .home-banner__swiper .home-banner__pagination .swiper-pagination-bullet-active { width: 2rem; }
  .p-item,
  .home-inner {
    width: 94vw;
    max-width: 100%;
  }
  .home-shortcuts {
    width: 94vw;
    height: auto;
    box-sizing: border-box;
    margin: 5vw auto;
    padding: 3vw;
    flex-wrap: wrap;
  }
  .home-shortcut,
  .home-shortcut:first-child {
    width: 100%;
    margin: 0;
  }
  .home-shortcut + .home-shortcut { margin-top: 1.5rem; }
  .home-shortcut strong { font-size: 1.8rem; }
  .e_container {
    padding: 3vw;
  }
  .e_container .c_box > .content {
    font-size: 4.4vw;
  }
  .e_container .c_box > .title,
  .client .c_box > .title {
    font-size: 5vw;
  }
  .c_item {
    width: 100%;
    box-sizing: border-box;
    border-right: 0;
  }
  .c_item:nth-child(n + 5) { border-bottom: .1rem solid #eee; }
  .c_item:last-child { border-bottom: 0; }
  .client {
    padding: 3vw;
  }
  .client .list {
    column-gap: 2%;
    row-gap: 3vw;
  }
  .client .item {
    width: 49%;
    margin: 0 !important;
  }
  .connect {
    padding: 3vw;
    height: auto;
    min-height: 12rem;
  }
  .connect .p-item { width: 100%; }
  .connect .text {
    font-size: 5vw;
  }
}
