.slide-fade-enter-active {
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
}

.slide-fade-leave-active {
  transition: all 1.5s cubic-bezier(1, 0.5, 0.8, 1);
  -webkit-transition: all 1.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
}

.bg-fade-enter-active {
  transition: all 4s ease;
  -webkit-transition: all 4s ease;
}

.bg-fade-leave-active {
  transition: all 4.5s cubic-bezier(1, 0.5, 0.8, 1);
  -webkit-transition: all 4.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.bg-fade-enter,
.bg-fade-leave-to {
  opacity: 0;
}

.home-page .warpper {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.home-page .warpper .swiper-container-horizontal {
  width: 100%;
  height: 100%;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content {
  margin-left: 389px;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-icon {
  width: 17px;
  height: 17px;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-icon-group .swiper-content-icon-group-item .small-icon {
  width: 64px;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-custom-text {
  display: flex;
  align-items: center;
  color: #003478;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-custom-text .swiper-content-custom-box {
  width: 172px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #003478;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content .swiper-content-custom-text .line {
  width: 18px;
  height: 1px;
  margin: 0 5px;
  background-color: #003478;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content-ghost-img {
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.home-page .warpper .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-item .swiper-content-ghost-img .ghost-img {
  width: 278px;
  height: 323px;
}
.home-page .warpper .swiper-pagination-bullet {
  width: 45px;
  height: 7px;
  background: #fbfbfd;
  border-radius: 4px;
  opacity: 0.5;
  outline-style: none;
}
.home-page .warpper .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-page .wrapper-phone {
  display: none;
  width: 100%;
  height: 286px;
  overflow: hidden;
}
.home-page .wrapper-phone .swiper-container-horizontal {
  width: 100%;
  height: 100%;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 51, 128, 0.65);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content {
  width: 100%;
  height: 100%;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content .swiper-content-item-content-title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content .swiper-content-item-content-line {
  width: 19px;
  height: 1px;
  background-color: #fff;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content .swiper-content-item-content-btn {
  width: 82px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content .swiper-content-item-content-btn:hover {
  opacity: 0.8;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content .swiper-content-item-content-btn:active {
  opacity: 1;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content1 img {
  width: 228px;
  height: 30px;
  margin-bottom: 7px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content1 .swiper-content-item-content1-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 11px 0 32px;
  font-size: 14px;
  line-height: 19px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content1 .swiper-content-item-content1-center .swiper-content-item-content1-sub {
  width: 94px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content1 .swiper-content-item-content1-center .swiper-content-item-content1-line {
  margin: 0 6px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main {
  margin-right: 16px;
  padding-top: 49px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main img {
  width: 165px;
  height: 31px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info1 {
  margin-bottom: 6px;
  line-height: 31px;
  font-size: 24px;
  font-weight: bold;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info2 {
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info3 {
  margin: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 239px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info3 .swiper-content-item-content-line {
  margin: 0 10px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info4 {
  display: flex;
  align-items: flex-end;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info4 .swiper-content-item-content2-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  font-size: 12px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info4 .swiper-content-item-content2-icon img {
  width: 48px;
  height: 45px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content2 .swiper-content-item-content2-main .swiper-content-item-content2-info4 .swiper-content-item-content2-icon1 {
  margin: 0 22px 0 14px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content3 .swiper-content-item-content3-main {
  padding: 77px 0 0 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content3 .swiper-content-item-content3-main .swiper-content-item-content3-main-left img {
  width: 289px;
  height: 24px;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content3 .swiper-content-item-content3-main .swiper-content-item-content3-main-left .swiper-content-item-content-title {
  margin: 12px 0;
  display: flex;
  align-items: center;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content3 .swiper-content-item-content3-main .swiper-content-item-content3-main-left .swiper-content-item-content-title span {
  display: inline-block;
  margin: 0 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.home-page .wrapper-phone .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-content3 .swiper-content-item-content3-main .swiper-content-item-content3-main-left .swiper-content-item-content3-p3 {
  margin: 4px 0 19px;
}
.home-page .wrapper-phone .swiper-pagination-bullets {
  bottom: 3.5px;
}
.home-page .wrapper-phone .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #fbfbfd;
  border-radius: 4px;
  opacity: 0.5;
  outline-style: none;
}
.home-page .wrapper-phone .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-page .content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 26px;
  font-size: 20px;
  color: #666666;
}
.home-page .content-title .line {
  margin: 18px 0 15px;
  width: 87px;
  height: 1px;
  background-color: #166efd;
}
.home-page .content-title p:nth-child(1) {
  line-height: 42px;
  color: #333333;
  font-weight: bold;
  font-size: 32px;
}
.home-page .company-c {
  height: 645px;
  padding-top: 118px;
  box-sizing: border-box;
}
.home-page .company-c .company-main {
  position: relative;
  width: 1200px;
  margin: 42px auto 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 76px 0 52px;
  font-size: 17px;
  color: #333333;
  line-height: 28px;
}
.home-page .company-c .company-main .company-main-left p:nth-child(1) {
  line-height: 29px;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
}
.home-page .company-c .company-main .company-main-left p:nth-child(2) {
  margin-top: 33px;
  width: 51px;
  height: 2px;
  background-color: #166efd;
}
.home-page .company-c .company-main .company-main-left p:nth-child(3) {
  width: 500px;
  margin: 24px 0 41px;
}
.home-page .company-c .company-main .company-main-right {
  margin-top: 35px;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.home-page .company-c .company-main .company-main-right .company-main-right-div {
  display: flex;
}
.home-page .company-c .company-main .company-main-right .company-main-right-div:nth-child(1) .company-main-right-item::after {
  content: "";
  position: absolute;
  top: 117px;
  width: 98px;
  border-bottom: 1px solid rgba(22, 110, 253, 0.25);
}
.home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item {
  width: 154px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item p {
  margin-bottom: 19px;
  font-size: 30px;
  font-weight: bold;
  color: #166efd;
  line-height: 40px;
}
.home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item:nth-child(1) {
  border-right: 1px solid rgba(22, 110, 253, 0.25);
}
.home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item:nth-child(1), .home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item:nth-child(2) {
  margin-bottom: 63px;
}
.home-page .company-c .company-main .company-bga-pc {
  position: absolute;
  width: 716px;
  height: 415px;
  top: -91px;
  left: -325px;
  z-index: -1;
}
.home-page .company-c .company-main .company-bga-phone {
  display: none;
}
.home-page .product-c {
  height: 572px;
  padding: 62px 0;
  box-sizing: border-box;
  background-color: #fafafa;
}
.home-page .product-c .product-item-phone {
  display: none;
}
.home-page .core-c-pc {
  height: 856px;
  padding-top: 124px;
  box-sizing: border-box;
  background-color: #fff;
}
.home-page .core-c-phone {
  display: none;
}
.home-page .case-c {
  height: 644px;
  padding: 42px 0 0;
  box-sizing: border-box;
  background-color: #fafafa;
}
.home-page .application-c {
  height: 776px;
  padding: 120px 0 0;
  box-sizing: border-box;
}
.home-page .partners-c {
  padding-bottom: 120px;
}
.home-page .contact-c {
  width: 100%;
  height: 590px;
  display: flex;
  align-items: center;
  background-color: rgba(31, 51, 128, 0.65);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/homePage/contact_us.jpg);
}
@media screen and (max-width: 767px) {
  .home-page .warpper {
    display: none;
  }
  .home-page .wrapper-phone {
    display: block;
  }
  .home-page .content-title {
    line-height: 14px;
    font-size: 10px;
  }
  .home-page .content-title .line {
    margin: 7px 0 5px;
    width: 51px;
  }
  .home-page .content-title p:nth-child(1) {
    line-height: 21px;
    font-size: 16px;
  }
  .home-page .company-c {
    height: auto;
    padding-top: 25px;
  }
  .home-page .company-c .company-main {
    position: relative;
    width: 100%;
    margin: 23px auto 0;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 11px;
    line-height: 17px;
  }
  .home-page .company-c .company-main .company-main-left p:nth-child(1) {
    line-height: 19px;
    font-size: 14px;
  }
  .home-page .company-c .company-main .company-main-left p:nth-child(2) {
    margin: 12px 0 11px;
    width: 34px;
    height: 2px;
  }
  .home-page .company-c .company-main .company-main-left p:nth-child(3) {
    width: 194px;
    margin: 0 0 8px;
  }
  .home-page .company-c .company-main .company-main-left .company-main-left-btn {
    display: none;
  }
  .home-page .company-c .company-main .company-main-right {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .home-page .company-c .company-main .company-main-right .company-main-right-div:nth-child(1) .company-main-right-item::after {
    content: "";
    position: absolute;
    top: 58px;
    width: 49px;
    border-bottom: 1px solid rgba(22, 110, 253, 0.25);
  }
  .home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item {
    width: 73px;
  }
  .home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item p {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 21px;
  }
  .home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item:nth-child(1), .home-page .company-c .company-main .company-main-right .company-main-right-div .company-main-right-item:nth-child(2) {
    margin-bottom: 22px;
  }
  .home-page .company-c .company-main .company-bga-pc {
    display: none;
  }
  .home-page .company-c .company-main .company-bga-phone {
    display: block;
    position: absolute;
    width: 144px;
    height: 83px;
    top: 23px;
    left: 6px;
    z-index: -1;
  }
  .home-page .product-c {
    margin: 44px 0 53px;
    height: 278px;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .home-page .product-c .product-item {
    display: none;
  }
  .home-page .product-c .product-item-phone {
    display: block;
    position: relative;
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 154px;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub .product-item-phone-sub-bga {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub .product-item-phone-sub-more {
    margin-top: 4px;
    width: 26px;
    height: 26px;
    z-index: 1;
    cursor: pointer;
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub span {
    z-index: 1;
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub:nth-child(1) {
    left: calc(50% - 77.5px);
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub:nth-child(2) {
    top: 124px;
    left: calc(50% - 147.5px);
  }
  .home-page .product-c .product-item-phone .product-item-phone-sub:nth-child(3) {
    top: 124px;
    right: calc(50% - 147.5px);
  }
  .home-page .core-c-pc {
    display: none;
  }
  .home-page .core-c-phone {
    display: block;
  }
  .home-page .core-c-phone .core-c-phone-main {
    width: 370px;
    margin: 23px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .home-page .core-c-phone .core-content-item {
    margin-bottom: 18px;
  }
  .home-page .core-c-phone .core-content-item .core-content-item-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #166efd 0%, #3147ff 100%);
    border-radius: 4px;
  }
  .home-page .core-c-phone .core-content-item .core-content-item-icon img {
    width: 41px;
    height: 40px;
  }
  .home-page .core-c-phone .core-content-item .core-content-item-info {
    width: 92px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
  }
  .home-page .core-c-phone .core-content-item .core-content-item-info span {
    margin: 3px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
  }
  .home-page .core-c-phone .core-content-item:nth-child(2) {
    margin: 0 30px;
  }
  .home-page .core-c-phone .core-content-item:nth-child(4) {
    margin-right: 30px;
  }
  .home-page .case-c {
    height: auto;
    padding: 38px 0 0;
    background-color: #fff;
  }
  .home-page .application-c {
    height: auto;
    padding: 38px 0 0;
  }
  .home-page .partners-c {
    padding: 38px 0 39px;
  }
  .home-page .contact-c {
    height: 457px;
    background-image: url(/static/homePhone/contact_us.jpg);
  }
}

.product-item {
  width: 1200px;
  margin: 0 auto;
}
.product-item .product-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item .product-item-content .product-item-content-sub {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 355px;
  height: 448px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px #d7d7d7;
  border-radius: 10px;
}
.product-item .product-item-content .product-item-content-sub .product-item-content-sub-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 18px 0;
  border-bottom: 1px solid #d7d7d7;
}
.product-item .product-item-content .product-item-content-sub .product-item-content-sub-img img {
  display: block;
  width: 314px;
  height: 201px;
  border-radius: 7px;
}
.product-item .product-item-content .product-item-content-sub span {
  margin: 41px 0 11px;
  line-height: 27px;
  font-size: 21px;
  letter-spacing: 4px;
}
.product-item .product-item-content .product-item-content-sub p {
  margin-bottom: 15px;
  width: 297px;
  height: 42px;
  line-height: 19px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  letter-spacing: 2px;
}
.product-item .product-item-content .product-item-content-sub .product-item-content-sub-info {
  position: absolute;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  z-index: 11;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
}
.product-item .product-item-content .product-item-content-sub .product-item-content-sub-info p {
  position: absolute;
  left: 47px;
  bottom: 0;
  width: 264px;
  height: 150px;
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  transition: 0.5s;
}
.product-item .product-item-content .product-item-content-sub:hover .product-item-content-sub-info {
  width: 355px;
  height: 448px;
  visibility: visible;
  opacity: 1;
  background: linear-gradient(180deg, rgba(5, 57, 132, 0) 0%, #0950f7 100%);
}
.product-item .product-item-content .product-item-content-sub:hover .product-item-content-sub-info p {
  transform: translateY(-32px);
}

.core-main {
  position: relative;
  width: 1200px;
  margin: 42px auto 0;
  display: flex;
  justify-content: space-between;
}
.core-main .core-swiper-pagination {
  min-height: 430px;
  display: flex;
  flex-direction: column;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 85px;
  display: flex;
  align-items: center;
  background: transparent;
  opacity: 1;
  outline-style: none;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-box {
  padding-left: 21px;
  display: flex;
  align-items: center;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-box .swiper-pagination-bullet-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(180deg, #166efd 0%, #3147ff 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-box .swiper-pagination-bullet-icon img {
  width: 58px;
  height: 57px;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-box .swiper-pagination-bullet-info {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-box .swiper-pagination-bullet-info span {
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  color: #333333;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-box .swiper-pagination-bullet-info p {
  display: none;
  margin-top: 9px;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet-active {
  display: flex;
  width: 335px;
  height: 120px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px #e3efff;
  border-radius: 4px;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet-active .process-bar {
  height: 120px;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet-active .process-bar span {
  display: block;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 110, 253)), to(rgb(49, 71, 255)));
  background: -webkit-linear-gradient(top, rgb(22, 110, 253) 0%, rgb(49, 71, 255) 100%);
  background: -o-linear-gradient(top, rgb(22, 110, 253) 0%, rgb(49, 71, 255) 100%);
  background: linear-gradient(-180deg, rgb(22, 110, 253) 0%, rgb(49, 71, 255) 100%);
  animation-name: process-bar;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes process-bar {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.core-main .core-swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-bullet-box .swiper-pagination-bullet-icon {
  background: linear-gradient(180deg, #166efd 0%, #3147ff 100%);
}
.core-main .core-swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-bullet-box .swiper-pagination-bullet-info span {
  color: #166efd;
}
.core-main .core-swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-bullet-box .swiper-pagination-bullet-info p {
  display: block;
}
.core-main .core-swiper-container {
  width: 832px;
  height: 469px;
  border-radius: 10px;
}
.core-main .core-swiper-container .swiper-slide .swiper-content-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core-main .core-swiper-container .swiper-slide .swiper-content-item p {
  width: 454px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.core-main .core-bga {
  position: absolute;
  width: 464px;
  height: 419px;
  top: 0px;
  right: -117px;
}

.case-main {
  width: 1200px;
  margin: 42px auto 0;
}
.case-main .swiper-container-horizontal {
  width: 100%;
  height: 361px;
  box-shadow: 0px 4px 18px 0px #d7d7d7;
  border-radius: 20px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item {
  display: flex;
  cursor: pointer;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-left {
  overflow: hidden;
  border-radius: 20px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-left img {
  width: 561px;
  height: 361px;
  border-radius: 20px;
  transition: transform 0.5s;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-left img:hover {
  transform: scale(1.1);
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-tip {
  margin: 32px 0 12px;
  display: inline-block;
  width: 57px;
  height: 22px;
  line-height: 22px;
  background: linear-gradient(180deg, #166efd 0%, #3147ff 100%);
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-p {
  margin: 16px 0;
  width: 537px;
  height: 64px;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-info {
  width: 536px;
  height: 147px;
  padding-left: 21px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f6faff;
  border-radius: 5px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-info .case-info-item {
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-info .case-info-item img {
  margin-right: 9px;
  width: 12px;
  height: 12px;
}
.case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-more {
  display: none;
}
.case-main .case-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 51px;
}
.case-main .swiper-pagination-bullet {
  margin: 0 6px;
  width: 14px;
  height: 8px;
  background: #d7d7d7;
  display: inline-block;
  border-radius: 4px;
  opacity: 1;
  outline-style: none;
}
.case-main .swiper-pagination-bullet-active {
  width: 34px;
  background: #166efd;
}
@media screen and (max-width: 767px) {
  .case-main {
    width: 100%;
    padding: 0 16px;
    margin: 16px auto 0;
    box-sizing: border-box;
  }
  .case-main .swiper-container-horizontal {
    height: 627px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item {
    flex-direction: column;
    box-sizing: border-box;
    padding: 11px 11px 0;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-left {
    margin: 0 auto;
    border-radius: 10px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-left img {
    width: 320px;
    height: 206px;
    border-radius: 10px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right {
    margin-left: 0px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-tip {
    margin: 20px 0 12px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-p {
    margin: 10px 0;
    width: 100%;
    height: 129px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-info {
    width: 100%;
    height: 147px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-info .case-info-item {
    padding: 6px 0;
    align-items: flex-start;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-info .case-info-item img {
    margin-right: 7px;
    width: 16px;
    height: 16px;
  }
  .case-main .swiper-container-horizontal .swiper-wrapper .swiper-slide .swiper-content-item .swiper-content-item-right .case-more {
    display: block;
    margin-top: 7px;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    color: #166efd;
  }
  .case-main .case-swiper-pagination {
    margin-top: 23px;
  }
}

.application-main {
  width: 1205px;
  margin: 2px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.application-main .application-main-item {
  margin: 0 25px;
  text-align: center;
  font-size: 20px;
  color: #166efd;
  line-height: 26px;
}
.application-main .application-main-item .application-main-item-img {
  margin: 40px 0 20px;
  width: 129px;
  height: 129px;
  background: #edf5ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-main .application-main-item .application-main-item-img img {
  width: 60px;
  height: 60px;
}
.application-main .application-main-item:nth-child(1), .application-main .application-main-item:nth-child(8) {
  margin: 0 25px 0 0;
}
.application-main .application-main-item:nth-child(7), .application-main .application-main-item:nth-child(14) {
  margin: 0 0 0 25px;
}
.application-main .application-main-item:hover .application-main-item-img {
  animation: fadeInUpBit 1s both;
}
.application-main .application-main-item:hover p {
  animation: fadeInUpBit 1s both;
}
@keyframes fadeInUpBit {
  from {
    transform: rotateY(0deg);
    opacity: 0;
  }
  to {
    transform: rotateY(360deg);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .application-main {
    width: 380px;
    margin: 10px auto 0;
    padding: 0 3px;
    box-sizing: border-box;
  }
  .application-main .application-main-item {
    margin: 14px 9px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .application-main .application-main-item .application-main-item-img {
    margin: 0 0 4px;
    width: 52px;
    height: 52px;
  }
  .application-main .application-main-item .application-main-item-img img {
    width: 25px;
    height: 25px;
  }
  .application-main .application-main-item:nth-child(1), .application-main .application-main-item:nth-child(8) {
    margin: 14px 9px 0;
  }
  .application-main .application-main-item:nth-child(7), .application-main .application-main-item:nth-child(14) {
    margin: 14px 9px 0;
  }
}

.partners-main {
  width: 1200px;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners-main .partners-main-item {
  width: 189px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #166efd;
  overflow: hidden;
}
.partners-main .partners-main-item img {
  width: 179px;
  height: 78px;
}
.partners-main .partners-main-item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .partners-main {
    width: 345px;
    margin: 12px auto 0;
  }
  .partners-main .partners-main-item {
    width: 65px;
    height: 30px;
    margin-top: 4px;
  }
  .partners-main .partners-main-item img {
    width: 62px;
    height: 28px;
  }
}

.contact-main {
  width: 1091px;
  height: 445px;
  margin: 0 auto;
  padding-top: 11px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  opacity: 0.85;
  backdrop-filter: blur(50px);
}
.contact-main .contact-main-form {
  width: 911px;
  margin: 42px auto 0;
  justify-content: center;
}
.contact-main .contact-main-form .contact-main-form-input {
  display: flex;
  justify-content: space-between;
}
.contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item {
  position: relative;
  width: 288px;
  height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item p {
  position: absolute;
  top: 8px;
  left: 11px;
}
.contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item p span {
  color: rgb(224, 32, 32);
}
.contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item input {
  width: 100%;
  height: 100%;
  outline-style: none;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #999999;
  padding-left: 53px;
}
.contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item input:focus {
  border: 1px solid #166efd;
}
.contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item:last-child input {
  padding-left: 71px;
}
.contact-main .contact-main-form .contact-main-form-textarea {
  position: relative;
  margin: 15px 0 11px;
}
.contact-main .contact-main-form .contact-main-form-textarea p {
  position: absolute;
  top: 8px;
  left: 11px;
  line-height: 16px;
}
.contact-main .contact-main-form .contact-main-form-textarea textarea {
  width: 911px;
  height: 98px;
  padding: 8px 0 0 76px;
  box-sizing: border-box;
  line-height: 16px;
  border-radius: 3px;
  resize: none;
  outline-style: none;
  border: 1px solid #999999;
}
.contact-main .contact-main-form .contact-main-form-textarea textarea:focus {
  border: 1px solid #166efd;
}
.contact-main .contact-main-form .contact-main-form-phone {
  display: flex;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.contact-main .contact-main-form .contact-main-form-phone p {
  margin-right: 51px;
}
.contact-main .contact-main-form .contact-main-form-phone p span {
  margin-left: 13px;
  color: rgb(22, 110, 253);
}
.contact-main .contact-main-form .contact-main-form-btn {
  margin: 28px 0 0 calc(50% - 75.5px);
}
@media screen and (max-width: 767px) {
  .contact-main {
    width: 342px;
    height: 410px;
    border-radius: 10px;
  }
  .contact-main .contact-main-form {
    width: auto;
    margin: 14px auto 0;
  }
  .contact-main .contact-main-form .contact-main-form-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-main .contact-main-form .contact-main-form-input .contact-main-form-input-item {
    margin-bottom: 10px;
  }
  .contact-main .contact-main-form .contact-main-form-textarea {
    position: relative;
    margin: 0 0 7px 26px;
  }
  .contact-main .contact-main-form .contact-main-form-textarea p {
    position: absolute;
    top: 8px;
    left: 11px;
    line-height: 16px;
  }
  .contact-main .contact-main-form .contact-main-form-textarea textarea {
    width: 289px;
  }
  .contact-main .contact-main-form .contact-main-form-phone {
    margin-left: 26px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .contact-main .contact-main-form .contact-main-form-phone p {
    margin-right: 0;
  }
  .contact-main .contact-main-form .contact-main-form-phone p span {
    margin-left: 13px;
  }
  .contact-main .contact-main-form .contact-main-form-btn {
    margin: 17px 0 0 calc(50% - 57px);
  }
}

.module-option-item {
  padding-top: 124px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.module-option-item .introduction-title {
  font-size: 32px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 5px;
}
.module-option-item .introduction-title .introduction-bottom {
  height: 16px;
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(to right, rgba(146, 173, 255, 0), rgb(146, 173, 255), rgba(146, 173, 255, 0));
}
.module-option-item .introduction-subtitle {
  margin-top: 23px;
  font-size: 20px;
  color: #666666;
  letter-spacing: 3px;
}

.product-center .product-center-card-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  justify-content: space-between;
}
.product-center .product-center-card-box .product-center-card-item {
  width: 587px;
  height: 255px;
  margin-bottom: 38px;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  padding: 11px;
  box-shadow: 0px 4px 24px rgba(0, 61, 141, 0.07);
  transition: all 0.12s linear;
}
.product-center .product-center-card-box .product-center-card-item:hover {
  transform: scale(1.02);
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-img img {
  width: 231px;
  border-radius: 3px;
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-text {
  margin-left: 15px;
  text-align: left;
  position: relative;
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-text .product-center-card-item-text-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-text .product-center-card-item-text-subtitle {
  margin-top: 6px;
  color: #333;
  font-size: 16px;
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-text .product-center-card-item-text-description {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-text .product-center-card-item-text-show-more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgb(22, 110, 253);
  font-size: 14px;
}
.product-center .product-center-card-box .product-center-card-item .product-center-card-item-text .product-center-card-item-text-show-more:hover {
  color: rgba(22, 110, 253, 0.8);
}

.usage-scenario {
  width: 1070px;
}
.usage-scenario .usage-scenario-description {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 26px;
  text-align: left;
}
.usage-scenario .usage-scenario-item {
  margin-top: 43px;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-title {
  color: #333;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-title span {
  position: relative;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-title span::before {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateX(-4px) translateY(-50%);
  background: linear-gradient(to right, rgba(146, 173, 255, 0), rgb(146, 173, 255));
}
.usage-scenario .usage-scenario-item .usage-scenario-item-title span::after {
  content: "";
  width: 80px;
  height: 8px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateX(4px) translateY(-50%);
  background: linear-gradient(to right, rgb(146, 173, 255), rgba(146, 173, 255, 0));
}
.usage-scenario .usage-scenario-item .usage-scenario-item-subtitle {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-point-box {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-point-box .usage-scenario-item-point {
  width: 203px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-point-box .usage-scenario-item-point .usage-scenario-item-point-img img {
  width: 84px;
  transition: all 1.2s;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-point-box .usage-scenario-item-point .usage-scenario-item-point-img img:hover {
  transform: rotate(360deg);
}
.usage-scenario .usage-scenario-item .usage-scenario-item-point-box .usage-scenario-item-point .usage-scenario-item-point-name {
  font-size: 16px;
  color: #333;
  letter-spacing: 3px;
  line-height: 21px;
  font-weight: bold;
}
.usage-scenario .usage-scenario-item .usage-scenario-item-point-box .usage-scenario-item-point .usage-scenario-item-point-text {
  text-align: left;
  color: #666;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-size: 14px;
  margin-top: 10px;
}

.case .case-container {
  margin-top: 42px;
}
.case .case-container .case-menu {
  height: 70px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 2px 18px rgba(0, 61, 141, 0.07);
}
.case .case-container .case-menu .case-menu-item {
  color: #666666;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  transition: all 0.12s;
}
.case .case-container .case-menu .case-menu-item:hover {
  font-size: 18px;
  text-shadow: 2px 2px rgba(0, 61, 141, 0.07);
}
.case .case-container .case-menu .case-menu-item.case-menu-item-active {
  font-size: 18px;
  color: #166efd;
  font-weight: bold;
}
.case .case-container .case-content {
  height: 454px;
  padding: 0 31px 0 19px;
  display: flex;
  align-items: center;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 18px rgba(0, 61, 141, 0.07) inset;
}
.case .case-container .case-content .case-content-item {
  display: flex;
  align-items: center;
}
.case .case-container .case-content .case-content-item .case-content-item-img {
  width: 589px;
  height: 331px;
}
.case .case-container .case-content .case-content-item .case-content-item-img video {
  width: 100%;
  height: 100%;
}
.case .case-container .case-content .case-content-item .case-content-item-detail {
  height: 331px;
  display: flex;
  margin-left: 25px;
  padding: 17px 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-top .case-content-item-detail-top-tag {
  width: 57px;
  height: 22px;
  border-radius: 2px;
  color: #166efd;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 22px;
  background-color: rgba(22, 110, 253, 0.08);
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-top .case-content-item-detail-top-title {
  color: #333;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 21px;
  font-weight: bold;
  margin-top: 12px;
  text-align: left;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-top .case-content-item-detail-top-description {
  text-align: left;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  margin-top: 16px;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom {
  height: 147px;
  border-radius: 5px;
  background-color: rgba(22, 110, 253, 0.05);
  padding: 24px 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-highlight-item {
  display: flex;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-highlight-item .case-content-item-detail-bottom-highlight-item-text {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  margin-left: 9px;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim {
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-cycle-container {
  position: relative;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  animation: ghost 2s linear infinite;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-cycle-container .case-content-item-detail-bottom-num-anim-cycle {
  border-radius: 50%;
  box-sizing: border-box;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-cycle-container .cycle1 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -1px;
  top: -1px;
  border: 1px solid rgba(1, 110, 255, 0.5);
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-cycle-container .cycle2 {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px solid #016eff;
  box-shadow: inset 0px 0px 8px 0px rgba(1, 110, 255, 0.26);
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-cycle-container .cycle3 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-cycle-container .case-content-item-detail-bottom-num-anim-cycle-num {
  color: #166efd;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case .case-container .case-content .case-content-item .case-content-item-detail .case-content-item-detail-bottom .case-content-item-detail-bottom-num-anim .case-content-item-detail-bottom-num-anim-text {
  color: #166efd;
  font-size: 12px;
  margin-top: 5px;
}
.case .case-container .show-more-btn-box {
  margin-top: 30px;
}

.core-advantage .core-advantage-list {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  height: 168px;
  overflow-y: hidden;
}
.core-advantage .core-advantage-list .core-advantage-other-item {
  transition: all 0.2s linear;
  width: 231px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 52, 120, 0.07);
  border-radius: 3px;
}
.core-advantage .core-advantage-list .core-advantage-other-item .core-advantage-other-item-img {
  width: fit-content;
  position: relative;
}
.core-advantage .core-advantage-list .core-advantage-other-item .core-advantage-other-item-img .core-advantage-other-item-hover-img {
  width: 98px;
}
.core-advantage .core-advantage-list .core-advantage-other-item .core-advantage-other-item-img .core-advantage-other-item-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  letter-spacing: 2px;
}
.core-advantage .core-advantage-list .core-advantage-other-item .core-advantage-other-item-overview {
  width: 138px;
  margin: 5px auto 0;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.core-advantage .core-advantage-list .core-advantage-brand {
  width: 500px;
  height: 168px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 27px;
  transition: all 0.2s linear;
}
.core-advantage .core-advantage-list .core-advantage-brand .core-advantage-brand-text {
  width: 290px;
  text-align: left;
}
.core-advantage .core-advantage-list .core-advantage-brand .core-advantage-brand-text .core-advantage-brand-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  letter-spacing: 2px;
}
.core-advantage .core-advantage-list .core-advantage-brand .core-advantage-brand-text .core-advantage-brand-description {
  font-size: 12px;
  color: #999999;
  line-height: 19px;
  margin-top: 12px;
}
.core-advantage .core-advantage-list .core-advantage-brand .core-advantage-brand-img img {
  width: 125px;
}
.core-advantage .core-advantage-list .core-advantage-detail-hide {
  display: none;
}
.core-advantage .core-advantage-company {
  width: 1200px;
  height: 284px;
  padding: 15px 0 15px 17px;
  margin-top: 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.core-advantage .core-advantage-company .core-advantage-company-img img {
  width: 455px;
}
.core-advantage .core-advantage-company .core-advantage-company-description {
  width: 627px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 53px;
  text-align: left;
}

.news-information .news-information-toggle-btn-group {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.news-information .news-information-toggle-btn-group .news-information-toggle-btn {
  width: 195px;
  height: 70px;
  color: #666;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 1px;
  cursor: pointer;
}
.news-information .news-information-toggle-btn-group .news-information-toggle-btn:hover {
  color: #166efd;
}
.news-information .news-information-toggle-btn-group .news-information-active-btn {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 18px 0px rgba(0, 61, 141, 0.1);
  border-radius: 5px;
  color: #166efd;
}
.news-information .news-information-content {
  height: 270px;
  position: relative;
  margin-top: 33px;
}
.news-information .news-information-content .swiper-container {
  width: 1100px;
  height: 260px;
}
.news-information .news-information-content .news-information-swiper-item {
  width: 356px;
  height: 168px;
  margin: auto;
  position: relative;
}
.news-information .news-information-content .news-information-swiper-item .news-information-swiper-item-bg {
  width: 356px;
  height: 168px;
}
.news-information .news-information-content .news-information-swiper-item .news-information-swiper-item-text {
  width: 328px;
  height: 135px;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
  box-sizing: border-box;
  padding: 16px 18px 20px;
  border-bottom: none;
}
.news-information-swiper-item-text>.news-information-swiper-item-text-title{
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
  letter-spacing: 2px;
  text-align: left;
}
.news-information-swiper-item-text>.news-information-swiper-item-text-title:hover{
  color: #166EFD;
}
.news-information-swiper-item-text>.news-information-swiper-item-text-desc{
  margin-top: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-information .news-information-content .swiper-button-prev {
  width: 39px;
  height: 39px;
  left: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 52, 120, 0.17);
}
.news-information .news-information-content .swiper-button-prev::after {
  font-size: 12px;
}
.news-information .news-information-content .swiper-button-next {
  width: 39px;
  height: 39px;
  right: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 52, 120, 0.17);
}
.news-information .news-information-content .swiper-button-next::after {
  font-size: 12px;
}

.contact-us {
  width: 100%;
  height: 406px;
  margin-top: 100px;
  padding-top: 32px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us .introduction-title {
  color: #fff;
}
.contact-us .contact-main-form {
  width: 911px;
  margin: 42px auto 0;
  justify-content: center;
}
.contact-us .contact-main-form .contact-main-form-input {
  display: flex;
  justify-content: space-between;
}
.contact-us .contact-main-form .contact-main-form-input .contact-main-form-input-item {
  position: relative;
  width: 288px;
  height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}
.contact-us .contact-main-form .contact-main-form-input .contact-main-form-input-item p {
  position: absolute;
  top: 8px;
  left: 11px;
}
.contact-us .contact-main-form .contact-main-form-input .contact-main-form-input-item p span {
  color: rgb(224, 32, 32);
}
.contact-us .contact-main-form .contact-main-form-input .contact-main-form-input-item input {
  width: 100%;
  height: 100%;
  outline-style: none;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding-left: 53px;
  background: transparent;
  color: #fff;
}
.contact-us .contact-main-form .contact-main-form-input .contact-main-form-input-item input:focus {
  border: 1px solid #166efd;
}
.contact-us .contact-main-form .contact-main-form-input .contact-main-form-input-item:last-child input {
  padding-left: 71px;
}
.contact-us .contact-main-form .contact-main-form-textarea {
  position: relative;
  margin: 15px 0 11px;
}
.contact-us .contact-main-form .contact-main-form-textarea p {
  position: absolute;
  top: 8px;
  left: 11px;
  color: #fff;
  line-height: 16px;
}
.contact-us .contact-main-form .contact-main-form-textarea textarea {
  width: 911px;
  height: 98px;
  padding: 8px 0 0 76px;
  box-sizing: border-box;
  line-height: 16px;
  border-radius: 3px;
  resize: none;
  outline-style: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.contact-us .contact-main-form .contact-main-form-textarea textarea:focus {
  border: 1px solid #166efd;
}
.contact-us .contact-main-form .contact-main-form-phone {
  display: flex;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}
.contact-us .contact-main-form .contact-main-form-phone p {
  margin-right: 51px;
}
.contact-us .contact-main-form .contact-main-form-phone p span {
  margin-left: 13px;
  color: rgb(22, 110, 253);
}
.contact-us .contact-main-form .contact-main-form-btn {
  margin-top: 28px;
}

/*# sourceMappingURL=homepage.css.map */
