.container {
  position: relative;
  overflow: hidden;
}
.container .cir {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.container .cir1 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 2.4479166667vw;
  left: -11.25vw;
}
.container .cir2 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 32.2916666667vw;
  right: -1.8229166667vw;
}
.container .cir3 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 102.1354166667vw;
  left: -9.21875vw;
}
.container .cir4 {
  content: "";
  width: 38.0729166667vw;
  height: 38.0729166667vw;
  border-radius: 50%;
  opacity: 0.7;
  background: rgba(102, 167, 255, 0.7);
  filter: blur(13.0208333333vw);
  position: absolute;
  top: 219.8958333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec1 {
  padding: 14.0104166667vw 6.6145833333vw 0;
}
.sec1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sec1 .wrap .l_box {
  width: 39.4270833333vw;
}
.sec1 .wrap .l_box .h5 {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
}
.sec1 .wrap .l_box .p {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin: 2.5vw 0 0;
}
.sec1 .wrap .r_box {
  width: 39.8958333333vw;
  height: 18.59375vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
.sec1 .wrap .r_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec1 .wrap .r_box:hover img {
  transform: scale(1.1);
}

.sec2 {
  padding: 14.0104166667vw 0 0;
  overflow: hidden;
}
.sec2 .wrap .title {
  color: #0D2052;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4.0104166667vw;
}
.sec2 .wrap .list {
  display: flex;
  justify-content: center;
  gap: 3.8541666667vw;
  margin-bottom: 3.5416666667vw;
}
.sec2 .wrap .list .line {
  width: 0.0520833333vw;
  background: linear-gradient(to top, rgba(42, 77, 156, 0), rgb(42, 77, 156), rgba(42, 77, 156, 0));
}
.sec2 .wrap .list .item {
  width: 22.8125vw;
  padding: 0.46875vw 0;
}
.sec2 .wrap .list .item .h5 {
  color: #0D2052;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
}
.sec2 .wrap .list .item .p {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin: 2.5520833333vw 0 0;
}
.sec2 .wrap .imgs .flex {
  display: flex;
  width: max-content;
  animation: img_go 100s infinite linear;
}
.sec2 .wrap .imgs .flex .img_flex {
  display: flex;
}
.sec2 .wrap .imgs .flex .img_flex .img {
  width: 23.3854166667vw;
  height: 12.1875vw;
  margin-right: 2.5520833333vw;
}
.sec2 .wrap .imgs .flex .img_flex .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  overflow: hidden;
}
.sec2 .wrap .imgs .flex .img_flex .img:hover img {
  transform: scale(1.1);
}
.sec2 .wrap .imgs1 {
  margin: 2.5520833333vw 0 0;
}
.sec2 .wrap .imgs1 .flex {
  animation: img_go2 100s infinite linear;
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes img_go2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.sec3 {
  padding: 13.125vw 8.59375vw 0 8.4375vw;
}
.sec3 .wrap .item {
  display: none;
}
.sec3 .wrap .item:nth-child(1), .sec3 .wrap .item:nth-child(2), .sec3 .wrap .item:nth-child(3) {
  display: block;
}
.sec3 .wrap .item .item_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 3.5416666667vw;
  border-bottom: 0.0520833333vw solid #0D2052;
}
.sec3 .wrap .item:not(:last-child) {
  margin-bottom: 5.8854166667vw;
}
.sec3 .wrap .item:nth-child(2n) .item_box {
  flex-direction: row-reverse;
}
.sec3 .wrap .item .l_box {
  width: 41.0416666667vw;
}
.sec3 .wrap .item .l_box .item_title {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.sec3 .wrap .item .l_box .h5 {
  color: #2A4D9C;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.sec3 .wrap .item .l_box .item_des {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.sec3 .wrap .item .l_box .item_des span {
  color: #2A4D9C;
}
.sec3 .wrap .item .l_box .item_des li:not(:last-child) {
  margin-bottom: 0.78125vw;
}
.sec3 .wrap .item .l_box .item_more {
  padding: 0.3125vw 0.5208333333vw 0.3125vw 1.4583333333vw;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.7291666667vw;
  border-radius: 52.0833333333vw;
  border: 0.0520833333vw solid #0D2052;
  transition: 0.6s;
}
.sec3 .wrap .item .l_box .item_more p {
  color: #0D2052;
  font-weight: 500;
  transition: 0.6s;
}
.sec3 .wrap .item .l_box .item_more .jt {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D2052;
  transition: 0.6s;
}
.sec3 .wrap .item .l_box .item_more .jt svg {
  display: block;
  width: 0.625vw;
  height: unset;
}
.sec3 .wrap .item .l_box .item_more .jt svg path {
  transition: 0.6s;
}
.sec3 .wrap .item .l_box .item_more:hover {
  background: #F9D4AB;
  border: 0.0520833333vw solid #F9D4AB;
}
.sec3 .wrap .item .l_box .item_more:hover p {
  color: #091740;
}
.sec3 .wrap .item .l_box .item_more:hover .jt {
  transform: rotate(30deg);
  background: #FFFFFF;
}
.sec3 .wrap .item .l_box .item_more:hover .jt svg path {
  fill: #091740;
}
.sec3 .wrap .item .r_box {
  display: block;
  width: 37.4479166667vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
.sec3 .wrap .item .r_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec3 .wrap .item .r_box:hover img {
  transform: scale(1.1);
}
.sec3 .more {
  width: fit-content;
  padding: 0.7291666667vw 2.2395833333vw;
  border-radius: 52.0833333333vw;
  border: 0.0520833333vw solid #0D2052;
  color: #0D2052;
  font-weight: 500;
  transition: 0.6s;
  cursor: pointer;
  margin: -3.3854166667vw auto 0;
}
.sec3 .more:hover {
  border: 0.0520833333vw solid #F9D4AB;
  background: #F9D4AB;
  color: #091740;
}

.sec4 {
  padding: 9.6875vw 0 12.6041666667vw;
  position: relative;
  overflow: hidden;
}
.sec4 .wrap .title {
  color: #0D2052;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}
.sec4 .wrap .des {
  width: 46.09375vw;
  color: #696969;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  margin: 2.5vw auto 14.1666666667vw;
}
.sec4 .wrap .list {
  display: flex;
  justify-content: center;
  gap: 11.6145833333vw;
}
.sec4 .wrap .list .item {
  width: 15.625vw;
}
.sec4 .wrap .list .item .icon {
  width: 5.6770833333vw;
  height: 5.6770833333vw;
  background: linear-gradient(145deg, #2A60DA 42.69%, #FFF 117.87%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1.875vw;
}
.sec4 .wrap .list .item .icon img {
  display: block;
  width: 2.5vw;
}
.sec4 .wrap .list .item .h5 {
  color: #0D2052;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0.78125vw;
}
.sec4 .wrap .list .item .p {
  color: #696969;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
}
.sec4 .wrap .list .item:nth-child(2) {
  margin: -7.3958333333vw 0 0;
}
.sec4 .wrap .list .item:nth-child(2) .icon {
  width: 7.3958333333vw;
  height: 7.3958333333vw;
}
.sec4 .wrap .list .item:nth-child(2) .icon img {
  width: 2.9166666667vw;
}
.sec4 .wrap .line {
  width: 64.0625vw;
  margin: -1.0416666667vw auto 0;
}
.sec4 .wrap .line img {
  display: block;
  width: 100%;
  height: unset;
}

.sec5 .wrap {
  width: 89.5833333333vw;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 14.21875vw;
}
.sec5 .wrap .title {
  color: #0D2052;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}
.sec5 .wrap .des {
  width: 46.09375vw;
  color: #696969;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  margin: 2.5vw auto 3.5416666667vw;
  word-break: break-all;
}
.sec5 .wrap .sec5_swiper {
  width: 145.3125vw;
  margin-left: -27.8645833333vw;
  height: 27.6041666667vw;
}
.sec5 .wrap .sec5_swiper .swiper-wrapper {
  align-items: center;
}
.sec5 .wrap .sec5_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.sec5 .wrap .sec5_swiper .swiper-slide .slide_box {
  display: block;
  transition: 0.6s;
  width: 25.78125vw;
  height: 21.3541666667vw;
  border-radius: 1.25vw;
  overflow: hidden;
  position: relative;
}
.sec5 .wrap .sec5_swiper .swiper-slide .slide_box > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec5 .wrap .sec5_swiper .swiper-slide .slide_box:hover > img {
  transform: scale(1.1);
}
.sec5 .wrap .sec5_swiper .swiper-slide .slide_box .slide_text {
  position: absolute;
  bottom: 2.0833333333vw;
  width: 100%;
  padding: 0 2.5vw;
  transition: 0.6s;
}
.sec5 .wrap .sec5_swiper .swiper-slide .slide_box .slide_text .h5 {
  color: #FFF;
  font-weight: 500;
  transition: 0.6s;
  font-size: 1.25vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.78125vw;
}
.sec5 .wrap .sec5_swiper .swiper-slide .slide_box .slide_text .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  width: 21.6145833333vw;
  word-break: break-all;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec5 .wrap .sec5_swiper .swiper-slide.swiper-slide-prev .slide_box {
  transform: translateX(21.1979166667vw);
}
.sec5 .wrap .sec5_swiper .swiper-slide.swiper-slide-prev .slide_box .slide_text .p {
  width: 12.0833333333vw;
}
.sec5 .wrap .sec5_swiper .swiper-slide.swiper-slide-active .slide_box {
  width: 100%;
  height: 100%;
}
.sec5 .wrap .sec5_swiper .swiper-slide.swiper-slide-active .slide_box .slide_text {
  padding: 0 2.0833333333vw;
}
.sec5 .wrap .sec5_swiper .swiper-slide.swiper-slide-active .slide_box .slide_text .h5 {
  font-size: 1.25vw;
}
.sec5 .wrap .sec5_swiper .swiper-slide.swiper-slide-active .slide_box .slide_text .p {
  font-size: 0.9375vw;
}
.sec5 .wrap .swiper_control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.4791666667vw 0 0;
  gap: 7.8125vw;
}
.sec5 .wrap .swiper_control .swiper-scrollbar {
  width: 48.4375vw;
  height: 0.2604166667vw;
  border-radius: 0.6770833333vw;
  background: rgba(126, 126, 126, 0.2);
}
.sec5 .wrap .swiper_control .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2A4D9C;
}
.sec5 .wrap .swiper_control .btns {
  display: flex;
  gap: 1.25vw;
}
.sec5 .wrap .swiper_control .btns .jt {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  border: 0.0520833333vw solid rgb(12, 33, 82);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s;
}
.sec5 .wrap .swiper_control .btns .jt img {
  display: block;
  width: 0.46875vw;
}
.sec5 .wrap .swiper_control .btns .jt:hover {
  background: rgb(249, 212, 171);
  border: 0.0520833333vw solid rgb(249, 212, 171);
}

.sec6 {
  padding: 3.6979166667vw 8.3333333333vw 4.7916666667vw;
  position: relative;
}
.sec6 .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec6 .logo {
  width: 23.5416666667vw;
}
.sec6 .logo img {
  display: block;
  width: 100%;
}
.sec6 .h5 {
  margin: 2.5vw 0;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  line-height: 120%;
  background: linear-gradient(182deg, #FFF -14.1%, #D8A059 98.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec6 .ewms {
  display: flex;
  gap: 0.9375vw;
}
.sec6 .ewms .ewm .img {
  width: 7.1354166667vw;
  height: 7.1354166667vw;
  border-radius: 0.6770833333vw;
  background: #FFFFFF;
  overflow: hidden;
  margin: 0 auto 0.46875vw;
}
.sec6 .ewms .ewm .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec6 .ewms .ewm p {
  color: #FFF;
  line-height: 120%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 40px 5vw 0;
  }
  .sec1 .wrap {
    flex-direction: column-reverse;
  }
  .sec1 .wrap .r_box {
    width: 100%;
    height: 44vw;
    border-radius: 10px;
  }
  .sec1 .wrap .l_box {
    margin: 25px 0 0;
    width: 100%;
  }
  .sec1 .wrap .l_box .p {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .sec2 {
    padding: 60px 5vw 0;
  }
  .sec2 .wrap .title {
    margin-bottom: 25px;
  }
  .sec2 .wrap .list {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  .sec2 .wrap .list .item {
    width: 100%;
  }
  .sec2 .wrap .list .item .h5 {
    font-size: 16px;
  }
  .sec2 .wrap .list .item .p {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .sec2 .wrap .imgs .flex .img_flex .img {
    width: 180px;
    height: 100px;
    margin-right: 15px;
  }
  .sec2 .wrap .imgs1 {
    margin: 15px 0 0;
  }
  .sec3 {
    padding: 70px 5vw 0;
  }
  .sec3 .wrap {
    display: none;
  }
  .sec3 .more {
    display: none;
  }
  .sec3 .sec3_swiper {
    display: block !important;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box {
    display: block;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .r_box {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .r_box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_title {
    color: #0D2052;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .h5 {
    font-size: 16px;
    color: #2A4D9C;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 6px;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_des {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #696969;
    max-height: 205px;
    overflow-y: auto;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_des li:not(:last-child) {
    margin-bottom: 6px;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_des span {
    color: #2A4D9C;
    display: block;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_more {
    margin: 15px 0 0;
    width: fit-content;
    padding: 3px 3px 3px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 30px;
    border: 1px solid #0D2052;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_more p {
    color: #0D2052;
    font-size: 14px;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_more .jt {
    width: 24px;
    height: 24px;
    background: #0D2052;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec3 .sec3_swiper .swiper-slide .slide_box .l_box .item_more .jt svg {
    display: block;
    width: 10px;
  }
  .sec4 {
    padding: 60px 5vw;
  }
  .sec4 .wrap .des {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .sec4 .wrap .list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .sec4 .wrap .list .item {
    width: 100%;
    margin: 0 !important;
  }
  .sec4 .wrap .list .item .icon {
    width: 50px !important;
    margin: 0 auto 8px;
    height: 50px !important;
  }
  .sec4 .wrap .list .item .icon img {
    width: 24px !important;
    height: 24px !important;
  }
  .sec4 .wrap .list .item .h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sec4 .wrap .list .item .p {
    font-size: 14px;
  }
  .sec4 .wrap .line {
    display: none;
  }
  .sec5 {
    padding: 0 5vw 40px;
    overflow: hidden;
  }
  .sec5 .wrap {
    overflow: unset;
  }
  .sec5 .wrap .des {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .sec5 .wrap .swiper {
    width: 100%;
    margin: 0;
    height: unset;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100% !important;
    height: unset !important;
    transform: unset !important;
    border-radius: 0;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box img {
    display: block;
    width: 100%;
    height: 40vw;
    border-radius: 10px;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .slide_text {
    position: unset;
    width: 100% !important;
    padding: 20px 0 !important;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .slide_text .h5 {
    font-size: 16px !important;
    color: #0D2052;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .slide_text .p {
    width: 100% !important;
    font-size: 14px !important;
    color: #696969;
    margin: 10px 0 0;
  }
  .sec5 .wrap .swiper_control {
    margin: 25px auto 0;
    gap: 10px;
  }
  .sec5 .wrap .swiper_control .swiper-scrollbar {
    width: 60vw;
    height: 4px;
  }
  .sec5 .wrap .swiper_control .btns {
    gap: 10px;
  }
  .sec5 .wrap .swiper_control .btns .jt {
    width: 32px;
    height: 32px;
  }
  .sec5 .wrap .swiper_control .btns .jt img {
    width: 6px;
  }
  .sec6 {
    padding: 60px 5vw;
  }
  .sec6 .logo {
    width: 180px;
  }
  .sec6 .h5 {
    font-size: 20px;
    margin: 20px 0 30px;
  }
  .sec6 .ewms {
    justify-content: space-between;
  }
  .sec6 .ewms .ewm .img {
    width: 26vw;
    height: 26vw;
    border-radius: 6px;
  }
  .sec6 .ewms .ewm p {
    font-size: 13px;
    margin: 8px 0 0;
  }
}

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