body .header.on {
  border-bottom: 1px solid rgba(2, 101, 255, 0.15);
}
body .header.on svg {
  fill: #0265ff;
}
body .header.on .right {
  color: #0265ff;
}
body .header.on .right::after, body .header.on .right::before {
  color: #0265ff;
}
body .header.on .menu {
  background: #0265ff;
}
body .header.on .menu:hover {
  background: #0265ff;
}

body .header:hover svg {
  fill: #0265ff !important;
}
body .header:hover .right {
  color: #0265ff !important;
}
body .header:hover .menu {
  background: #0265ff !important;
}

.pageTitle {
  font-weight: bold;
  font-size: 38px;
}

.btnBlue {
  display: block;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 48px;
  background: #0265ff;
  border: 1px solid #0265ff;
  border-radius: 4px;
  color: #ffffff;
}
.btnBlue span, .btnBlue p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btnBlue span {
  position: absolute;
  left: 0;
  top: 0;
  transition: margin 0.5s, opacity 0.5s;
  opacity: 1;
}
.btnBlue p {
  transition: margin 0.5s, opacity 0.5s;
  margin-top: 20px;
  opacity: 0;
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.btnWhite {
  display: block;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333;
}
.btnWhite span, .btnWhite p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btnWhite span {
  position: absolute;
  left: 0;
  top: 0;
  transition: margin 0.5s, opacity 0.5s;
  opacity: 1;
}
.btnWhite p {
  transition: margin 0.5s, opacity 0.5s;
  margin-top: 20px;
  opacity: 0;
}

.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img {
  font-size: 0;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 {
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .title, .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .tips {
  --wght: 700;
  --BEVL: 1;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
  font-size: 58px;
  line-height: 78px;
  color: #0265ff;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .tips {
  color: #112132;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .btnBlue {
  margin-top: 46px;
}
.indexBanner .indexBannerSwiper .swiper-pagination {
  bottom: 80px;
  font-size: 0;
}
.indexBanner .indexBannerSwiper .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #0265ff;
  background: #fff;
  opacity: 1;
}
.indexBanner .indexBannerSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0265ff;
}

.indexBlock {
  position: relative;
  z-index: 1;
  margin-top: -62px;
}
.indexBlock .w1400 {
  display: flex;
  flex-wrap: wrap;
}
.indexBlock .w1400 .list {
  display: flex;
  align-items: center;
  width: calc((100% - 50px) / 3);
  height: 130px;
  padding: 0 3.2857142857%;
  margin-left: 25px;
  background: #ffffff;
  background-image: linear-gradient(135deg, #fdfdfe 0%, #f0f5ff 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 2px 46px 0px rgba(207, 219, 236, 0.29);
  border-radius: 10px;
  border-bottom: 2px #fff solid;
}
.indexBlock .w1400 .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 52px;
  margin-right: 20px;
  font-size: 0;
}
.indexBlock .w1400 .list .text {
  padding-top: 21px;
}
.indexBlock .w1400 .list .text p {
  --wght: 500;
  --BEVL: 1;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
}
.indexBlock .w1400 .list .text .tips {
  height: 42px;
  margin-top: 7px;
  font-size: 14px;
}
.indexBlock .w1400 .list:first-child {
  margin-left: 0;
}

.indexBlock2 {
  padding-bottom: 110px;
}
.indexBlock2 .w1400 {
  flex-direction: column;
}
.indexBlock2 .w1400 .list {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  margin-top: 180px;
}
.indexBlock2 .w1400 .list .left {
  width: 44.5255474453%;
  padding-top: 5px;
  margin-right: 40px;
}
.indexBlock2 .w1400 .list .left .tips {
  margin-top: 11px;
  line-height: 1.75;
  color: #112132;
}
.indexBlock2 .w1400 .list .left .text {
  margin-top: 26px;
  margin-bottom: 28px;
}
.indexBlock2 .w1400 .list .left .text p {
  position: relative;
  line-height: 2.625;
  color: #31447b;
  padding-left: 14px;
}
.indexBlock2 .w1400 .list .left .text p::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #31447b;
}
.indexBlock2 .w1400 .list .left .menus {
  display: flex;
}
.indexBlock2 .w1400 .list .left .menus .btnWhite {
  margin-left: 20px;
}
.indexBlock2 .w1400 .list .right {
  max-width: 50%;
  font-size: 0;
}
.indexBlock2 .w1400 .list:first-child {
  margin-top: 150px;
}
.indexBlock2 .w1400 .list:nth-child(even) {
  flex-direction: row-reverse;
}
.indexBlock2 .w1400 .list:nth-child(even) .left {
  margin-right: 0;
  margin-left: 40px;
}

.indexBlock3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/chuhai/indexBlock3Bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.indexBlock3 .w1400 {
  flex-direction: column;
}
.indexBlock3 .w1400 .pageTitle {
  text-align: center;
  color: #fff;
}
.indexBlock3 .w1400 .pageTips {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 34px;
  text-align: center;
  color: #fff;
}
.indexBlock3 .w1400 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.indexBlock3 .w1400 .content .list {
  position: relative;
  z-index: 1;
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  padding: 57px 20px;
}
.indexBlock3 .w1400 .content .list .img {
  text-align: center;
  font-size: 0;
}
.indexBlock3 .w1400 .content .list p {
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.indexBlock3 .w1400 .content .list p span {
  font-family: SpaceGrotesk-Regular;
  font-size: 58px;
}
.indexBlock3 .w1400 .content .list .tips {
  margin-top: 4px;
  text-align: center;
  color: #fff;
}
.indexBlock3 .w1400 .content .list::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0265ff 0%, #ffffff 100%), linear-gradient(#0265ff, #0265ff);
  border-radius: 10px;
  opacity: 0.5;
}
.indexBlock3 .w1400 .content .list::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: 50%;
  border: 1px solid #0265ff;
  border-radius: 10px;
  border-bottom: 0;
}
.indexBlock3 .w1400 .content .list:first-child {
  margin-left: 0;
}
.indexBlock3 .w1400 .btnBlue {
  margin: 0 auto;
  margin-top: 64px;
}

.indexBlock4 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.indexBlock4 .w1400 {
  flex-direction: column;
}
.indexBlock4 .w1400 .pageTitle {
  text-align: center;
}
.indexBlock4 .w1400 .pageTips {
  margin-top: 10px;
  text-align: center;
}
.indexBlock4 .w1400 .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 75px;
}
.indexBlock4 .w1400 .content .list {
  font-size: 0;
}
.indexBlock4 .w1400 .content .list img {
  width: 100%;
}

.indexBlock5 {
  position: relative;
}
.indexBlock5 .img {
  font-size: 0;
}
.indexBlock5 .img img {
  width: 100%;
  min-height: 367px;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock5 .w1400 {
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexBlock5 .w1400 .pageTitle {
  text-align: center;
  color: #fff;
}
.indexBlock5 .w1400 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.indexBlock5 .w1400 .content .btnWhite {
  margin-left: 20px;
  background: #fff;
}

@media (any-hover: hover) {
  .btnBlue:hover span, .btnWhite:hover span {
    margin-top: -20px;
    opacity: 0;
  }
  .btnBlue:hover p, .btnWhite:hover p {
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1080px) {
  .pageTitle {
    font-size: 28px;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .title, .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .tips {
    font-size: 38px;
    line-height: 1.5;
  }
  .indexBlock {
    margin-top: 0;
    padding: 40px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .indexBlock .w1400 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexBlock .w1400 .list {
    width: calc((100% - 20px) / 2);
    margin: 0;
    margin-bottom: 20px;
  }
  .indexBlock .w1400 .list .text {
    padding-top: 0;
  }
  .indexBlock .w1400 .list .text .tips {
    height: auto;
  }
  .indexBlock2 {
    padding-bottom: 40px;
  }
  .indexBlock2 .w1400 .list {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }
  .indexBlock2 .w1400 .list .left {
    margin: 0;
  }
  .indexBlock2 .w1400 .list .left .tips {
    font-size: 14px;
  }
  .indexBlock2 .w1400 .list .left .text {
    margin: 20px 0;
  }
  .indexBlock2 .w1400 .list .left .text p {
    font-size: 14px;
  }
  .indexBlock2 .w1400 .list .left .text p::after {
    top: 16px;
  }
  .indexBlock2 .w1400 .list .left {
    width: 100%;
    margin-top: 20px;
  }
  .indexBlock2 .w1400 .list .right {
    max-width: 100%;
    width: 100%;
  }
  .indexBlock2 .w1400 .list .right img {
    width: 100%;
  }
  .indexBlock2 .w1400 .list:first-child {
    margin-top: 40px;
  }
  .indexBlock2 .w1400 .list:nth-child(even) {
    flex-direction: column-reverse;
  }
  .indexBlock2 .w1400 .list:nth-child(even) .left {
    margin-left: 0px;
  }
  .indexBlock3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .indexBlock3 .w1400 .pageTips {
    margin-top: 10px;
    font-size: 14px;
  }
  .indexBlock3 .w1400 .content {
    margin-top: 40px;
  }
  .indexBlock3 .w1400 .content .list .img {
    height: 55px;
  }
  .indexBlock3 .w1400 .content .list .img img {
    max-height: 100%;
  }
  .indexBlock3 .w1400 .content .list p span {
    font-size: 38px;
  }
  .indexBlock3 .w1400 .btnBlue {
    margin-top: 40px;
  }
  .indexBlock4 {
    padding: 40px 0;
  }
  .indexBlock4 .w1400 .content {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .indexBlock5 .img img {
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  .indexBlock3 .w1400 .content {
    justify-content: space-between;
    margin-top: 10px;
  }
  .indexBlock3 .w1400 .content .list {
    width: calc((100% - 30px) / 2);
    margin: 0;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .pageTitle {
    font-size: 24px;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .title, .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1400 .tips {
    font-size: 28px;
  }
  .indexBlock .w1400 .list {
    width: 100%;
  }
  .indexBlock3 .w1400 .content .list {
    width: 100%;
    padding: 30px;
  }
}/*# sourceMappingURL=pinpaichuhai.css.map */