

.section {
    width: 100%;
    height: auto;
}

.section-nav {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #EEEEEE;
}

.section-nav {
    width: 1545px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-nav .nav-warp {
    width: 1545px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-nav .nav-warp .left {
    display: flex;
    height: 100%;
    align-items: center;
}

.section-nav .nav-warp .left span {
    font-size: 15px;
    color: #005CFF;
    margin-right: 9px;
}

.section-nav .nav-warp .left a {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    transition: 0.4s;
}

.section-nav .nav-warp .right {
    display: flex;
    height: 100%;
}

.section-nav .nav-warp .right li {
    margin-right: 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-nav .nav-warp .right li:hover:after {
    width: 100%;
}

.section-nav .nav-warp .right .color:after {
    width: 100%;
}

.section-nav .nav-warp .right li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #005CFF;
    transition: 1s;
}

.section-nav .nav-warp .right li a {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    padding: 20px 0;
}


.sec1 {
  position: relative;
  padding: 70px 0 90px;
}
.sec1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2657px;
  background: linear-gradient(
    180deg,
    rgba(172, 203, 238, 0.5) 0%,
    rgba(231, 240, 253, 0) 50%,
    rgba(231, 240, 253, 0) 100%
  );
  opacity: 0.7;
}
.sec1 .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec1 .wrap .bg_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  width: 1334px;
  filter: blur(20px);
}
.sec1 .wrap .l {
  width: 1090px;
  background: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(128, 128, 128, 0.1);
  border-radius: 15px;
  padding: 50px 50px 78px;
  position: relative;
  z-index: 3;
}
.sec1 .wrap .l .title {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(27, 27, 29, 0.1);
}
.sec1 .wrap .l .title h1 {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  margin: 0 0 24px;
}
.sec1 .wrap .l .title .text {
  display: flex;
  align-items: center;
}
.sec1 .wrap .l .title .text p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0 45px 0 0;
}
.sec1 .wrap .l .flex {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 0;
  position: relative;
}
.sec1 .wrap .l .flex:after {
  content: "";
  width: 1090px;
  height: 1px;
  background: #1b1b1d;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.sec1 .wrap .l .flex a {
  display: block;
}
.sec1 .wrap .l .flex a h5 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #005cff;
}
.sec1 .wrap .l .flex a h5 .iconfont {
  font-size: 20px;
}
.sec1 .wrap .l .flex a p {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 1;
  margin: 20px 0 0;
  transition: 0.6s;
}
.sec1 .wrap .l .flex a:nth-child(1) h5 .iconfont {
  transform: rotate(180deg);
}
.sec1 .wrap .l .flex a:nth-last-child(1) h5 {
  display: flex;
  justify-content: flex-end;
}
.sec1 .wrap .l .flex a:hover p {
  color: #005cff;
}
.sec1 .wrap .l .content {
  padding: 30px 0 100px;
}
.sec1 .wrap .l .content p {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
}
.sec1 .wrap .l .content p img {
  margin: 0 0 10px;
}
.sec1 .wrap .r {
  width: 290px;
  height: fit-content;
  background: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(128, 128, 128, 0.1);
  border-radius: 15px;
  padding: 50px 30px 34px;
  position: sticky;
  /*top: 76px;*/
  top: 100px;
  z-index: 3;
}
.sec1 .wrap .r h3 {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  margin: 0 0 29px;
}
.sec1 .wrap .r .item {
  display: block;
  width: 230px;
  line-height: 1;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(27, 27, 29, 0.1);
}
.sec1 .wrap .r .item:not(:last-child) {
  margin: 0 0 20px;
}
.sec1 .wrap .r .item .img {
  overflow: hidden;
  margin: 0 0 14px;
}
.sec1 .wrap .r .item .img img {
  display: block;
  transition: 3s;
}
.sec1 .wrap .r .item p {
  font-weight: 400;
  font-size: 12px;
  color: #444444;
  margin: 0 0 9px;
}
.sec1 .wrap .r .item h5 {
  font-weight: bold;
  font-size: 14px;
  color: #111111;
  transition: 0.6s;
}
.sec1 .wrap .r .item:hover h5 {
  color: #005cff;
}
.sec1 .wrap .r .item:hover .img img {
  transform: scale(1.1);
}
.sec2 {
  padding: 0 0 140px;
}
.sec2 .wrap {
  width: 1400px;
  margin: 0 auto;
}
.sec2 .wrap h1 {
  font-weight: bold;
  font-size: 40px;
  color: #111111;
  margin: 0 0 40px;
}
.sec2 .wrap .flex {
  display: flex;
}
.sec2 .wrap .flex .item {
  display: block;
  width: 335px;
  padding: 50px 0 38px;
  background: linear-gradient(
    -60deg,
    #d8e3ff,
    rgba(216, 227, 255, 0.6),
    #fff 90%
  );
  text-align: center;
  position: relative;
}
.sec2 .wrap .flex .item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #005cff, #7dbefe);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.sec2 .wrap .flex .item:not(:nth-last-child(1)) {
  margin: 0 20px 0 0;
}
.sec2 .wrap .flex .item .img {
  width: 230px;
  height: 200px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sec2 .wrap .flex .item .img img {
  display: block;
}
.sec2 .wrap .flex .item .proInfo {
  position: relative;
  z-index: 2;
}
.sec2 .wrap .flex .item .proInfo h5 {
  font-weight: 600;
  font-size: 20px;
  color: #111111;
  margin: 0 0 15px;
  transition: 0.6s;
}
.sec2 .wrap .flex .item .proInfo p {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  transition: 0.6s;
}
.sec2 .wrap .flex .item > p {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  line-height: 1;
  margin: 20px 0 0;
  position: relative;
  z-index: 2;
  transition: 0.6s;
}
.sec2 .wrap .flex .item:hover:after {
  opacity: 1;
}
.sec2 .wrap .flex .item:hover .proInfo h5,
.sec2 .wrap .flex .item:hover .proInfo p {
  color: #ffffff;
}
.sec2 .wrap .flex .item:hover > p {
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .sec1 {
    position: relative;
    padding: 3.6458333333vw 0 4.6875vw;
  }
  .sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 138.3854166667vw;
    background: linear-gradient(
      180deg,
      rgba(172, 203, 238, 0.5) 0%,
      rgba(231, 240, 253, 0) 50%,
      rgba(231, 240, 253, 0) 100%
    );
    opacity: 0.7;
  }
  .sec1 .wrap {
    width: 72.9166666667vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .sec1 .wrap .bg_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    width: 69.4791666667vw;
    filter: blur(1.0416666667vw);
  }
  .sec1 .wrap .l {
    width: 56.7708333333vw;
    background: #ffffff;
    box-shadow: 0.15625vw 0.2083333333vw 1.0416666667vw 0px
      rgba(128, 128, 128, 0.1);
    border-radius: 0.78125vw;
    padding: 2.6041666667vw 2.6041666667vw 4.0625vw;
    position: relative;
    z-index: 3;
  }
  .sec1 .wrap .l .title {
    padding: 0 0 1.5625vw;
    border-bottom: 1px solid rgba(27, 27, 29, 0.1);
  }
  .sec1 .wrap .l .title h1 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #111111;
    margin: 0 0 1.25vw;
  }
  .sec1 .wrap .l .title .text {
    display: flex;
    align-items: center;
  }
  .sec1 .wrap .l .title .text p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #333333;
    margin: 0 2.34375vw 0 0;
  }
  .sec1 .wrap .l .flex {
    display: flex;
    justify-content: space-between;
    padding: 2.5vw 0 0;
    position: relative;
  }
  .sec1 .wrap .l .flex:after {
    content: "";
    width: 56.7708333333vw;
    height: 1px;
    background: #1b1b1d;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .sec1 .wrap .l .flex a {
    display: block;
  }
  .sec1 .wrap .l .flex a h5 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.9375vw;
    color: #005cff;
  }
  .sec1 .wrap .l .flex a h5 .iconfont {
    font-size: 1.0416666667vw;
  }
  .sec1 .wrap .l .flex a p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #444444;
    line-height: 1;
    margin: 1.0416666667vw 0 0;
    transition: 0.6s;
  }
  .sec1 .wrap .l .flex a:nth-child(1) h5 .iconfont {
    transform: rotate(180deg);
  }
  .sec1 .wrap .l .flex a:nth-last-child(1) h5 {
    display: flex;
    justify-content: flex-end;
  }
  .sec1 .wrap .l .flex a:hover p {
    color: #005cff;
  }
  .sec1 .wrap .l .content {
    padding: 1.5625vw 0 5.2083333333vw;
  }
  .sec1 .wrap .l .content p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #444444;
    line-height: 1.6666666667vw;
  }
  .sec1 .wrap .l .content p img {
    margin: 0 0 0.5208333333vw;
  }
  .sec1 .wrap .r {
    width: 15.1041666667vw;
    height: fit-content;
    background: #ffffff;
    box-shadow: 0.15625vw 0.2083333333vw 1.0416666667vw 0px
      rgba(128, 128, 128, 0.1);
    border-radius: 0.78125vw;
    padding: 2.6041666667vw 1.5625vw 1.7708333333vw;
    position: sticky;
    top: 6vw;
    z-index: 3;
  }
  .sec1 .wrap .r h3 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #111111;
    margin: 0 0 1.5104166667vw;
  }
  .sec1 .wrap .r .item {
    display: block;
    width: 11.9791666667vw;
    line-height: 1;
    padding: 0 0 1.0416666667vw;
    border-bottom: 1px solid rgba(27, 27, 29, 0.1);
  }
  .sec1 .wrap .r .item:not(:last-child) {
    margin: 0 0 1.0416666667vw;
  }
  .sec1 .wrap .r .item .img {
    overflow: hidden;
    margin: 0 0 0.7291666667vw;
  }
  .sec1 .wrap .r .item .img img {
    display: block;
    transition: 3s;
  }
  .sec1 .wrap .r .item p {
    font-weight: 400;
    font-size: 0.625vw;
    color: #444444;
    margin: 0 0 0.46875vw;
  }
  .sec1 .wrap .r .item h5 {
    font-weight: bold;
    font-size: 0.7291666667vw;
    color: #111111;
    transition: 0.6s;
  }
  .sec1 .wrap .r .item:hover h5 {
    color: #005cff;
  }
  .sec1 .wrap .r .item:hover .img img {
    transform: scale(1.1);
  }
  .sec2 {
    padding: 0 0 7.2916666667vw;
  }
  .sec2 .wrap {
    width: 72.9166666667vw;
    margin: 0 auto;
  }
  .sec2 .wrap h1 {
    font-weight: bold;
    font-size: 2.0833333333vw;
    color: #111111;
    margin: 0 0 2.0833333333vw;
  }
  .sec2 .wrap .flex {
    display: flex;
  }
  .sec2 .wrap .flex .item {
    display: block;
    width: 17.4479166667vw;
    padding: 2.6041666667vw 0 1.9791666667vw;
    background: linear-gradient(
      -60deg,
      #d8e3ff,
      rgba(216, 227, 255, 0.6),
      #fff 90%
    );
    text-align: center;
    position: relative;
  }
  .sec2 .wrap .flex .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #005cff, #7dbefe);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
  }
  .sec2 .wrap .flex .item:not(:nth-last-child(1)) {
    margin: 0 1.0416666667vw 0 0;
  }
  .sec2 .wrap .flex .item .img {
    width: 11.9791666667vw;
    height: 10.4166666667vw;
    margin: 0 auto 2.6041666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .sec2 .wrap .flex .item .img img {
    display: block;
  }
  .sec2 .wrap .flex .item .proInfo {
    position: relative;
    z-index: 2;
  }
  .sec2 .wrap .flex .item .proInfo h5 {
    font-weight: 600;
    font-size: 1.0416666667vw;
    color: #111111;
    margin: 0 0 0.78125vw;
    transition: 0.6s;
  }
  .sec2 .wrap .flex .item .proInfo p {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #666666;
    line-height: 1;
    transition: 0.6s;
  }
  .sec2 .wrap .flex .item > p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #111111;
    line-height: 1;
    margin: 1.0416666667vw 0 0;
    position: relative;
    z-index: 2;
    transition: 0.6s;
  }
  .sec2 .wrap .flex .item:hover:after {
    opacity: 1;
  }
  .sec2 .wrap .flex .item:hover .proInfo h5,
  .sec2 .wrap .flex .item:hover .proInfo p {
    color: #ffffff;
  }
  .sec2 .wrap .flex .item:hover > p {
    color: #ffffff;
  }
}
