@charset "UTF-8";
@media (min-width: 1920px) {
  body {
    --container-width: 1416px;
    --anli-item-width: 336px;
  }
  .container {
    max-width: var(--container-width);
  }
}
@media (min-width: 1160px) and (max-width: 1920px) {
  body {
    --container-width: 1140px;
    --anli-item-width: 270px;
  }
  .container {
    max-width: var(--container-width);
  }
}
@media (max-width: 1160px) {
  body {
    --anli-item-width: 270px;
  }
}
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
body .phone-popup,
body .qr-code-popup {
  display: none;
}

img {
  width: 100px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body {
  padding-top: 88px;
  scroll-behavior: smooth;
}

header {
  background: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
header .container {
  height: 88px;
}
header .container .logo {
  width: 146px;
  width: 57px;
  height: 57px;
  background-image: url("../static/imgs/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
header .container .right {
  position: relative;
  height: 100%;
}
header .container .right .item {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 0px;
  transition: color 0.18s;
  color: #212c39;
  margin-left: 72px;
  cursor: pointer;
}
header .container .right .item.active, header .container .right .item:hover {
  color: #096aff;
}
header .container .right .border {
  position: absolute;
  left: 68px;
  transition: left 0.18s;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: #096aff;
  z-index: 10;
}

.slide {
  position: relative;
  --swiper-pagination-bullet-width: 64px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #096aff;
}
.slide .swiper {
  width: 100vw;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.slide .swiper .swiper-wrapper {
  height: 100%;
}
.slide .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.slide .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide .swiper .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  top: 0;
  padding-top: 133px;
  padding-left: 100px;
}
.slide .swiper .swiper-wrapper .swiper-slide .container .title {
  font-family: PingFangSC-Medium;
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #212c39;
}
.slide .swiper .swiper-wrapper .swiper-slide .container .disc {
  width: 401px;
  margin-top: 31px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #76818f;
}
.slide .swiper .swiper-wrapper .swiper-slide .container .btn {
  cursor: pointer;
  margin-top: 72px;
  width: 144px;
  height: 57px;
  border-radius: 4px;
  opacity: 1;
  background: #096aff;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
}
.slide .pagination-con {
  height: 500px;
  width: var(--container-width);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  pointer-events: none;
}
.slide .pagination-con .swiper-pagination {
  pointer-events: visible;
  text-align: left;
  bottom: 38px;
  padding-left: 100px;
}
.slide .pagination-con .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}

.common-con {
  padding-top: 70px;
}
.common-con .con-header .title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  font-weight: normal;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0px;
  color: #252525;
}
.common-con .con-header .disc {
  margin-top: 22px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #76818f;
}

.cphjsfw .con {
  margin-top: 43px;
}
.cphjsfw .con .card-item {
  flex: 1;
  margin-right: 24px;
  border: 1px solid #edf7ff;
  height: 555px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.18s;
}
.cphjsfw .con .card-item:last-child {
  margin-right: 0;
}
.cphjsfw .con .card-item .header {
  height: 108px;
  border-radius: 6px 6px 0px 0px;
  opacity: 1;
  background: #edf7ff;
  position: relative;
}
.cphjsfw .con .card-item .header::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(281deg, #15a3ff 16%, #096aff 99%);
  opacity: 0;
  transition: all 0.18s;
}
.cphjsfw .con .card-item .header .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  justify-content: flex-start;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #252525;
  padding-left: 40px;
  transition: all 0.18s;
}
.cphjsfw .con .card-item .header .txt .icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: 0.18s;
}
.cphjsfw .con .card-item .header .txt .icon.icon-inactive {
  z-index: 10;
  opacity: 0;
  transition: 0.18s;
}
.cphjsfw .con .card-item .header .txt .icon-0 {
  background-image: url("../static/imgs/goods-icon-0.png");
}
.cphjsfw .con .card-item .header .txt .icon-0.icon-inactive {
  background-image: url("../static/imgs/goods-icon-inactive-0.png");
}
.cphjsfw .con .card-item .header .txt .icon-1 {
  background-image: url("../static/imgs/goods-icon-1.png");
}
.cphjsfw .con .card-item .header .txt .icon-1.icon-inactive {
  background-image: url("../static/imgs/goods-icon-inactive-1.png");
}
.cphjsfw .con .card-item .header .txt .icon-2 {
  background-image: url("../static/imgs/goods-icon-2.png");
}
.cphjsfw .con .card-item .header .txt .icon-2.icon-inactive {
  background-image: url("../static/imgs/goods-icon-inactive-2.png");
}
.cphjsfw .con .card-item .header .txt .icon-3 {
  background-image: url("../static/imgs/goods-icon-3.png");
}
.cphjsfw .con .card-item .header .txt .icon-3.icon-inactive {
  background-image: url("../static/imgs/goods-icon-inactive-3.png");
}
.cphjsfw .con .card-item:hover {
  box-shadow: 0px -3px 59px 0px #ecf1f8;
}
.cphjsfw .con .card-item:hover .header::after {
  opacity: 1;
}
.cphjsfw .con .card-item:hover .header .txt {
  color: #ffffff;
}
.cphjsfw .con .card-item:hover .header .txt .icon {
  opacity: 0;
}
.cphjsfw .con .card-item:hover .header .txt .icon.icon-inactive {
  opacity: 1;
}
.cphjsfw .con .card-item .items {
  padding-left: 20%;
  padding-top: 49px;
}
.cphjsfw .con .card-item .items .item {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #76818f;
  margin-bottom: 43px;
  position: relative;
}
.cphjsfw .con .card-item .items .item:last-child {
  margin-bottom: 0;
}
.cphjsfw .con .card-item .items .item::before {
  content: " ";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 50%;
  background: #1397ff;
}

.jjfa .con {
  margin-top: 43px;
  border: 1px solid #edf7ff;
  border-radius: 10px;
  overflow: hidden;
}
.jjfa .con .left,
.jjfa .con .right {
  flex: 1;
}
.jjfa .con .left {
  background-image: url("../static/imgs/c-bg.png");
  background-size: cover;
  background-position: left center;
}
.jjfa .con .left .item {
  border-bottom: 1px solid #edf7ff;
  height: 223px;
  backdrop-filter: blur(13.6px);
  padding: 0 48px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.18s;
  border-left: 2px solid #fff;
}
.jjfa .con .left .item:last-child {
  border-bottom: none;
}
.jjfa .con .left .item .title {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  width: 100%;
  color: #252525;
  position: relative;
  transition: all 0.18s;
}
.jjfa .con .left .item .title .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 10px;
  background-image: url("../static/imgs/icon-right-jiantou.png");
}
.jjfa .con .left .item .text {
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 1.5px;
  color: #76818f;
}
.jjfa .con .left .item:hover, .jjfa .con .left .item.active {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(13.6px);
  box-shadow: 0px 5px 18px 0px #ecf1f8;
  border-left-color: #096aff;
}
.jjfa .con .left .item:hover .title, .jjfa .con .left .item.active .title {
  color: #096aff;
}
.jjfa .con .right {
  position: relative;
  width: 100px;
  height: 669px;
  --swiper-pagination-bullet-width: 120px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #096aff;
}
.jjfa .con .right .swiper-center {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jjfa .con .right .swiper-center .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jjfa .con .right .swiper-center .m-bottom-con {
  display: none;
}
.jjfa .con .right .pagination-con {
  position: relative;
  top: -50px;
  z-index: 50;
}
.jjfa .con .right .pagination-con .swiper-pagination-center {
  pointer-events: visible;
  text-align: center;
}
.jjfa .con .right .pagination-con .swiper-pagination-center .swiper-pagination-bullet {
  border-radius: 0;
}

.anli .con {
  flex-wrap: wrap;
}
.anli .con .item {
  width: var(--anli-item-width);
  margin-top: 43px;
  cursor: pointer;
}
.anli .con .item .pic {
  width: 100%;
  height: 270px;
  border-radius: 6px;
  overflow: hidden;
}
.anli .con .item .pic .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.18s;
}
.anli .con .item .title {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #252525;
  margin-top: 32px;
  transition: all 0.18s;
}
.anli .con .item .disc {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 1.5px;
  color: #76818f;
  margin-top: 20px;
}
.anli .con .item:hover .pic .img {
  transform: scale(110%);
}
.anli .con .item:hover .title {
  color: #096aff;
}
.anli .con-footer {
  margin-top: 75px;
  text-align: center;
}
.anli .con-footer .tips {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #76818f;
}
.anli .con-footer .btn {
  width: 407px;
  height: 68px;
  border-radius: 34px;
  opacity: 1;
  background: #096aff;
  box-shadow: 0px 11px 59px 0px #91bfff;
  margin: 0 auto;
  margin-top: 27px;
  cursor: pointer;
}
.anli .con-footer .btn .txt {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.88px;
  color: #ffffff;
}
.anli .con-footer .btn .icon {
  width: 31px;
  height: 5.5px;
  margin-left: 17.5px;
  background-image: url(../static/imgs/icon-r-w.png);
}

.hzpp {
  padding-top: 120px;
}
.hzpp .con {
  flex-wrap: wrap;
  margin-top: 20px;
}
.hzpp .con .item {
  width: 216px;
  border-radius: 12px;
  opacity: 1;
  background: #ffffff;
  margin-top: 24px;
  cursor: pointer;
}
.hzpp .con .item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.18s;
}
.hzpp .con .item:hover .img {
  transform: scale(110%);
}

.abount {
  background-image: url(../static/imgs/about-bg.png);
  background-size: cover;
  height: 332px;
  margin-top: 118px;
  padding-top: 99px;
}
.abount .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.abount .disc {
  margin-top: 28px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.85);
}
.abount .items {
  margin-top: 59px;
}
.abount .items .item {
  width: var(--anli-item-width);
  height: 129px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #edf7ff;
  position: relative;
  overflow: hidden;
  transition: 0.18s;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.abount .items .item .con {
  width: 100%;
  height: 100%;
  padding-left: 17px;
  padding-right: 48px;
  position: relative;
  z-index: 10;
}
.abount .items .item .con .txt {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #252525;
  transition: 0.18s;
}
.abount .items .item .con .icon {
  width: 174.09px;
  height: 90px;
}
.abount .items .item .con .icon-0 {
  background-image: url("../static/imgs/about-icon-0.png");
}
.abount .items .item .con .icon-1 {
  background-image: url("../static/imgs/about-icon-1.png");
}
.abount .items .item .con .icon-2 {
  background-image: url("../static/imgs/about-icon-2.png");
}
.abount .items .item .con .icon-3 {
  background-image: url("../static/imgs/about-icon-3.png");
}
.abount .items .item::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #d4ebff 0%, #ffffff 78%);
  opacity: 0;
  transition: 0.18s;
}
.abount .items .item:hover {
  box-shadow: 0px 5px 18px 0px #ecf1f8;
}
.abount .items .item:hover::after {
  opacity: 1;
}
.abount .items .item:hover .con .txt {
  color: #096aff;
}

.contact {
  margin-top: 184px;
}
.contact .title {
  font-family: PingFangSC-Medium;
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0px;
  color: #252525;
}
.contact .pic {
  height: 402px;
  margin-top: 46px;
  overflow: hidden;
  cursor: pointer;
}
.contact .pic .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.18s;
}
.contact .pic:hover .img {
  transform: scale(130%);
}
.contact .items {
  margin-top: 51px;
}
.contact .items .item {
  padding-left: 32px;
  flex: 1;
  justify-content: flex-start;
  cursor: pointer;
}
.contact .items .item .icon {
  width: 56px;
  height: 56px;
}
.contact .items .item .icon-0 {
  background-image: url("../static/imgs/contact-icon-0.png");
}
.contact .items .item .icon-1 {
  background-image: url("../static/imgs/contact-icon-1.png");
}
.contact .items .item .icon-2 {
  background-image: url("../static/imgs/contact-icon-2.png");
}
.contact .items .item .icon-3 {
  background-image: url("../static/imgs/contact-icon-3.png");
}
.contact .items .item .txt {
  margin-left: 16px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #252525;
}

footer {
  margin-top: 140px;
  height: 429px;
  opacity: 1;
  background: #2d4157;
  padding: 0 100px;
  padding-top: 108px;
  position: relative;
}
footer .top .logo {
  width: 235.97px;
  height: 16.77px;
  background-image: url(../static/imgs/logo-h.png);
}
footer .top .right .label {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
footer .top .right .val {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
footer .con {
  margin-top: 38px;
}
footer .con .left {
  display: flex;
}
footer .con .left .item {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 120px;
  cursor: pointer;
}
footer .con .right {
  width: 120px;
  height: 120px;
}
footer .con .right .img {
  width: 100%;
  height: 100%;
}
footer .cp {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-bottom: 15px;
}
footer .cp .a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.fixed-right {
  position: fixed;
  right: 120px;
  top: 0;
  bottom: 0;
  z-index: 100;
  flex-direction: column;
  pointer-events: none;
}
.fixed-right .btn {
  width: 66px;
  height: 66px;
  margin: 20px 0;
  pointer-events: visible;
  cursor: pointer;
  position: relative;
}
.fixed-right .btn .popup {
  background-color: #fff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  right: calc(100% + 15px);
  top: 0;
  opacity: 0;
  transition: all 0.18s;
  pointer-events: none;
}
.fixed-right .btn .popup .img {
  width: 150px;
  height: 150px;
}
.fixed-right .btn .popup .phone {
  width: 200px;
}
.fixed-right .btn .popup.phone-con {
  top: 12px;
}
.fixed-right .btn:hover .popup {
  opacity: 1;
}
.fixed-right .icon-0 {
  background-image: url("../static/imgs/aside-icon-0.png");
}
.fixed-right .icon-1 {
  background-image: url("../static/imgs/aside-icon-1.png");
}
.fixed-right .icon-2 {
  background-image: url("../static/imgs/aside-icon-2.png");
}
.fixed-right .icon-3 {
  background-image: url("../static/imgs/aside-icon-3.png");
}

@media (min-width: 1160px) and (max-width: 1920px) {
  .cphjsfw .con .card-item .header .txt {
    font-size: 18px;
  }
  .cphjsfw .con .card-item .header .icon {
    width: 60px;
    height: 60px;
  }
  .abount .items .item .con {
    padding: 0;
    padding-right: 20px;
  }
  .anli .con .item .pic {
    height: 225px;
  }
  .hzpp .con .item {
    width: 180px;
    height: 78px;
  }
}
@media (max-width: 1160px) {
  body {
    padding-top: 0.88rem;
  }
  body .m-full-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0.88rem;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: 0.18s;
  }
  body .m-full-mask.active {
    pointer-events: visible;
    opacity: 1;
  }
  body .phone-popup {
    display: block;
    position: fixed;
    left: 0.6rem;
    right: 0.6rem;
    top: 50%;
    transform: scale(0) translateY(-50%);
    z-index: 100;
    width: 6.3rem;
    height: 3.26rem;
    background: #ffffff;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    opacity: 0;
    text-align: center;
    padding-top: 1rem;
    pointer-events: none;
    transition: all 0.18s;
  }
  body .phone-popup.active {
    pointer-events: visible;
    opacity: 1;
    transform: scale(1) translateY(-50%);
  }
  body .phone-popup .txt {
    font-size: 0.36rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #151515;
    line-height: 0.36rem;
  }
  body .phone-popup .btns {
    padding: 0 0.88rem;
    margin-top: 0.72rem;
  }
  body .phone-popup .btn {
    width: 1.98rem;
    height: 0.84rem;
    border-radius: 0.12rem;
    border: 0.02rem solid #979797;
    font-size: 0.32rem;
    font-family: Alibaba PuHuiTi -63 Medium, Alibaba PuHuiTi 20;
    font-weight: 500;
    color: #151515;
    line-height: 0.28rem;
  }
  body .phone-popup .btn.active {
    border: none;
    background-color: #096aff;
    color: #fff;
  }
  body .qr-code-popup {
    width: 4.71rem;
    height: 5.43rem;
    background: linear-gradient(180deg, #daeeff 0%, #ffffff 44%);
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    left: 1.4rem;
    right: 1.4rem;
    padding-top: 0.8rem;
  }
  body .qr-code-popup .title {
    font-size: 0.32rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #252525;
    line-height: 0.28rem;
  }
  body .qr-code-popup .pic {
    width: 2.43rem;
    height: 2.43rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  body .qr-code-popup .pic .img {
    width: 100%;
    height: 100%;
  }
  body .qr-code-popup .disc {
    font-size: 0.24rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #252525;
    line-height: 0.28rem;
    margin-top: 0.4rem;
  }
  body .qr-code-popup .close-btn {
    background-image: url(../static/imgs/close-icon.png);
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    z-index: 10;
    transform: translateX(-50%);
  }
  header .container {
    height: 0.88rem;
    padding-left: 0.4rem;
    position: relative;
    overflow: visible;
  }
  header .container .logo {
    width: 1.84rem;
    height: 0.47rem;
  }
  header .container .m-menu-icon {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.48rem;
    height: 0.48rem;
    background-image: url(../static/imgs/top-menu-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
  }
  header .container .right {
    position: absolute;
    width: 2.4rem;
    height: 5.44rem;
    background: #ffffff;
    right: -100%;
    top: 100%;
    z-index: 100;
    flex-direction: column;
    transition: 0.18s;
  }
  header .container .right.active {
    right: 0;
  }
  header .container .right .border {
    display: none;
  }
  header .container .right .item {
    flex: 1;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #252525;
  }
  header .container .right .item.active, header .container .right .item:hover {
    color: #252525;
  }
  .slide {
    --swiper-pagination-bullet-width: 0.64rem;
  }
  .slide .swiper {
    height: 7.05rem;
  }
  .slide .swiper .swiper-wrapper .swiper-slide .container {
    background-color: rgba(8, 22, 50, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slide .swiper .swiper-wrapper .swiper-slide .container .title {
    font-size: 0.4rem;
    font-weight: 500;
    color: #ffffff;
  }
  .slide .swiper .swiper-wrapper .swiper-slide .container .disc {
    margin-top: 0.36rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
  }
  .slide .swiper .swiper-wrapper .swiper-slide .container .btn {
    margin-top: 0.64rem;
    width: 1.76rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .slide .pagination-con {
    background-color: red;
    transform: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
  }
  .slide .pagination-con .swiper-pagination {
    text-align: center;
    bottom: 0.41rem;
    padding-left: 0;
  }
  .common-con {
    padding-top: 0.8rem;
  }
  .common-con .con-header .title {
    font-size: 0.32rem;
    line-height: 0.31rem;
  }
  .common-con .con-header .disc {
    margin-top: 0.32rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding: 0 0.3rem;
  }
  .cphjsfw .con {
    margin-top: 0.6rem;
    flex-wrap: wrap;
    padding: 0 0.24rem;
  }
  .cphjsfw .con .card-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 3.41rem;
    margin: 0;
    overflow: hidden;
    height: 6.32rem;
  }
  .cphjsfw .con .card-item:nth-child(1), .cphjsfw .con .card-item:nth-child(2) {
    margin-bottom: 0.2rem;
  }
  .cphjsfw .con .card-item .header {
    height: 1.08rem;
  }
  .cphjsfw .con .card-item .header .txt {
    padding-left: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .cphjsfw .con .card-item .header .txt .icon {
    top: 0.18rem;
    right: 0.24rem;
    width: 0.72rem;
    height: 0.72rem;
  }
  .cphjsfw .con .card-item .items {
    padding-left: 0.65rem;
    padding-top: 0.56rem;
  }
  .cphjsfw .con .card-item .items .item {
    font-size: 0.24rem;
    line-height: 0.22rem;
    margin-bottom: 0.58rem;
  }
  .cphjsfw .con .card-item .items .item::before {
    content: " ";
    position: absolute;
    left: -0.32rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    opacity: 1;
    border-radius: 50%;
    background: #1397ff;
  }
  .jjfa {
    margin-top: 0.6rem;
  }
  .jjfa .con {
    padding: 0 0.3rem;
  }
  .jjfa .con .left {
    display: none;
  }
  .jjfa .con .right {
    width: 7.02rem;
    height: 7.05rem;
    --swiper-pagination-bullet-width: 0.64rem;
  }
  .jjfa .con .right .swiper-center .img {
    height: 5.07rem;
  }
  .jjfa .con .right .swiper-center .m-bottom-con {
    background-color: #f4f4f4;
    height: 1.98rem;
    padding: 0.4rem 0.24rem 0;
    margin-top: -0.15rem;
    display: block;
  }
  .jjfa .con .right .swiper-center .m-bottom-con .title {
    font-size: 0.28rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #252525;
    line-height: 0.24rem;
  }
  .jjfa .con .right .swiper-center .m-bottom-con .disc {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #76818f;
    line-height: 0.32rem;
    letter-spacing: 1px;
  }
  .jjfa .con .right .pagination-con {
    top: -3.1rem;
  }
  .anli .con {
    padding: 0 0.24rem;
  }
  .anli .con .item {
    width: 3.41rem;
    margin-top: 0.2rem;
    padding-bottom: 0.28rem;
    background: #f4f4f4;
    border-radius: 0.06rem;
    overflow: hidden;
  }
  .anli .con .item .pic {
    height: 2.7rem;
  }
  .anli .con .item .title {
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding: 0 0.24rem;
    margin-top: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .anli .con .item .disc {
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding: 0 0.24rem;
    height: 0.64rem;
    margin-top: 0.24rem;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .anli .con-footer {
    margin-top: 0.56rem;
  }
  .anli .con-footer .tips {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .anli .con-footer .btn {
    width: 5.06rem;
    height: 0.84rem;
  }
  .anli .con-footer .btn .txt {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .anli .con-footer .btn .icon {
    width: 0.38rem;
    margin-left: 0.1rem;
  }
  .hzpp {
    padding-top: 0.8rem;
  }
  .hzpp .con {
    margin-top: 0.26rem;
    padding: 0 0.24rem;
  }
  .hzpp .con .item {
    width: 2.2rem;
    height: 0.97rem;
    margin-top: 0.21rem;
  }
  .abount {
    background-image: url(../static/imgs/about-bg-m.png);
    background-size: cover;
    height: 6.72rem;
    margin-top: 0.81rem;
    padding: 0 0.24rem;
    padding-top: 0.64rem;
  }
  .abount .title {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .abount .disc {
    margin-top: 0.28rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    letter-spacing: 1px;
  }
  .abount .items {
    margin-top: 0.51rem;
    flex-wrap: wrap;
  }
  .abount .items .item {
    width: 3.41rem;
    height: 1.29rem;
  }
  .abount .items .item:nth-child(1), .abount .items .item:nth-child(2) {
    margin-bottom: 0.2rem;
  }
  .abount .items .item .con {
    padding-left: 0.17rem;
    padding-right: 0.33rem;
  }
  .abount .items .item .con .txt {
    font-size: 0.28rem;
    line-height: 0.22rem;
  }
  .abount .items .item .con .icon {
    width: 1.74rem;
    height: 0.9rem;
  }
  .abount .items .item .con .icon-0 {
    background-image: url("../static/imgs/about-icon-0.png");
  }
  .abount .items .item .con .icon-1 {
    background-image: url("../static/imgs/about-icon-1.png");
  }
  .abount .items .item .con .icon-2 {
    background-image: url("../static/imgs/about-icon-2.png");
  }
  .abount .items .item .con .icon-3 {
    background-image: url("../static/imgs/about-icon-3.png");
  }
  .contact {
    margin-top: 0.8rem;
  }
  .contact .title {
    font-size: 0.32rem;
    line-height: 0.31rem;
  }
  .contact .pic {
    margin-top: 0.6rem;
    width: 7.02rem;
    height: 3.2rem;
    margin-left: 0.24rem;
    border-radius: 0.12rem;
  }
  .contact .items {
    flex-wrap: wrap;
    margin-top: 0.38rem;
  }
  .contact .items .item {
    padding-left: 0.58rem;
    flex: 0 0 100%;
    margin-bottom: 0.32rem;
  }
  .contact .items .item .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
  .contact .items .item .txt {
    margin-left: 0.19rem;
    font-size: 0.24rem;
    line-height: 0.22rem;
  }
  footer {
    margin-top: 0.6rem;
    padding: 0 0.45rem;
    padding-top: 0.48rem;
    height: 6rem;
  }
  footer .container {
    overflow: visible;
  }
  footer .top {
    position: relative;
  }
  footer .top .logo {
    width: 2.69rem;
    height: 0.19rem;
  }
  footer .top .right {
    position: absolute;
    top: 1.92rem;
  }
  footer .top .right .label,
  footer .top .right .val {
    font-size: 0.2rem;
  }
  footer .con {
    position: relative;
  }
  footer .con .left .item {
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin-right: 0.64rem;
  }
  footer .con .left .item:last-child {
    margin-right: 0;
  }
  footer .con .right {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 0;
    top: 0.8rem;
    z-index: 10;
  }
  footer .cp {
    padding-bottom: 0rem;
  }
  .fixed-right {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.54rem;
    top: auto;
    flex-direction: row;
    height: 1.29rem;
    background: #ffffff;
    box-shadow: 0rem 0.08rem 0.32rem 0rem rgba(0, 0, 0, 0.16);
    border-radius: 0.65rem 0.65rem 0.65rem 0.65rem;
    justify-content: space-between;
    z-index: 10;
    padding: 0 1rem;
  }
  .fixed-right .btn {
    width: 0.66rem;
    height: 0.66rem;
    overflow: visible;
    position: relative;
    top: -0.1rem;
    background-image: url("../static/imgs/bottom-btn-icon-0.png");
  }
  .fixed-right .btn .popup {
    display: none;
  }
  .fixed-right .btn::after {
    content: "专属客服";
    font-size: 0.2rem;
    font-family: Alibaba PuHuiTi -53 Regular, Alibaba PuHuiTi 20;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 0.2rem;
    position: absolute;
    left: -0.5rem;
    right: -0.5rem;
    text-align: center;
    bottom: -0.25rem;
  }
  .fixed-right .btn.icon-1 {
    background-image: url("../static/imgs/aside-icon-0.png");
  }
  .fixed-right .btn.icon-1::after {
    content: "公众号";
  }
  .fixed-right .btn.icon-2 {
    background-image: url("../static/imgs/aside-icon-1.png");
  }
  .fixed-right .btn.icon-2::after {
    content: "联系电话";
  }
}

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