.load > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.load-warp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.load-warp img {
  width: 145px;
  height: 160px;
  margin: auto;
}
.load-t {
  margin-top: 38px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.load-t .after {
  width: 0%;
  height: 1px;
  background: #014f99;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.load {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.load-warp p {
  position: relative;
  left: 0%;
  transition: 0.6s;
}
.section .swiper .swiper-container {
  width: 100%;
}
.section .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.section .swiper .index-text {
  position: absolute;
  top: 30%;
  left: 10%;
}
.section .swiper .index-text p {
  text-transform: uppercase;
  width: 680px;
  font-size: 21px;
  font-weight: normal;
  color: #ffffff;
  line-height: 40px;
  position: relative;
  top: -50px;
  transition: 0s;
  opacity: 0;
}

.section .swiper .index-text span {
  display: block;
  width: 680px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 59px;
  position: relative;
  bottom: -50px;
  transition: 0s;
  opacity: 0;
}
.section .swiper .swiper-slide-active .index-text p {
  top: 0px;
  opacity: 1;
  transition: 2s;
}
.section .swiper .swiper-slide-active .index-text span {
  bottom: 0px;
  opacity: 1;
  transition: 2s;
}
.section .swiper .swiper-slide-active img {
  transform: scale(1);
}
.jindu {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  width: 680px;
  margin: 24px 0px;
}
.section .swiper .swiper-slide-active .jindu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: white;
  animation: jindut 4s infinite linear;
}
.swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 10;
  width: 22px;
  height: 22px;
  border: 1px solid #00ffff;
  border-radius: 50%;
  border-left: 0px;
  border-top: 0px;
  animation: xz 2s infinite linear;
  transition: 0.6s;
}
.swiper-pagination {
  margin-bottom: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-right: 40px !important;
  width: 5px;
  height: 5px;
  background-color: #00ffff ;
}
.swiper-pagination-clickable .swiper-pagination-bullet:last-child {
  margin-right: 0px !important;
}

@keyframes jindut {
  100% {
    width: 100%;
  }
}
@keyframes xz {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sec2-warp {
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(184, 206, 227, 1),
    rgba(184, 206, 227, 0) 50%
  );
  overflow: hidden;
}
.section2 .sec2-warp .sec2-top {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  align-items: start;
  margin-top: 80px;
}
.section2 .sec2-warp .sec2-top .sec2-top-le span {
  font-size: 40px;
  font-weight: bold;
  color: #014f99;
}
.sec2-top-le p {
  width: 776px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-top: 27px;
  margin-bottom: 129px;
}

.sec2-top-ri {
  width: 609px;
  margin-top: 80px;
}
.sec2-top-ri .time-item{
  position: relative;
  padding-bottom: 15px;
}
.sec2-top-ri .time-item .time-dot{
  width: 9px;
  height: 9px;
  background: #DCE7F1;
  border-radius: 50%;
  border: 1px solid #014F99;
  position: absolute;
  top: 4px;
  left: -54px;
}
.sec2-top-ri .time-item .time-line{
  width: 1px;
  height: 100%;
  background: #9AB9D7;
  position: absolute;
  left: -50px;
  top: 13px;
}
.sec2-top-ri .time-item:last-child .time-line{
  height: 75%;
}
.sec2-top-ri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 .sec2-warp .sec2-bottom {
  width: 80%;
  height: auto;
  border-top: 1px solid #e6e6e6;
  padding-top: 62px;
  padding-bottom: 62px;
  margin: auto;
  margin-top: 49px;
  display: flex;
  justify-content: space-between;
}
.section2 .sec2-warp .sec2-bottom .count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.section2 .sec2-warp .sec2-bottom .count p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.section2 .sec2-warp .sec2-bottom .count .mun {
  display: flex;
  align-items: flex-end;
}
.section2 .sec2-warp .sec2-bottom .count .mun p {
  font-size: 22px;
  font-weight: 400;
  color: #014f99;
  position: relative;
  top: -11px;
  margin-left: 5px;
}
.section2 .sec2-warp .sec2-bottom .count .mun span {
  font-size: 60px;
  font-weight: 600;
  color: #014f99;
}
.section3 {
  width: 100%;
  position: relative;
}
.section3 > img {
  width: 100%;
  height: 100%;
  margin: auto;
}
.section3 .sec3-text {
  position: absolute;
  left: 5%;
  top: 100px;
}
.section3 .sec3-text > span {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 43px;
  margin-left: 5%;
}
.section3 .sec3-text {
  width: 90%;
  margin: auto;
}
.section3 .sec3-text .sec3-nei {
  width: 90%;
  height: 650px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.section3 .sec3-text .sec3-nei1 {
  position: relative;
  overflow: hidden;
}
.section3 .sec3-text .sec3-nei1 img {
  transition: 2s;
}
.section3 .sec3-text .sec3-nei1:hover img {
  transform: scale(1.1);
}
.section3 .sec3-text .sec3-nei1 span {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 22px;
}
.section3 .sec3-text .sec3-nei1 p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
.section3 .sec3-text .sec3-nei1 a {
  display: block;
  width: 150px;
  height: 50px;
  background: rgba(240, 241, 246, 0);
  border: 1px solid #ffffff;
  margin-top: 110px;
  display: flex;
  align-items: center;
  transition: 0.6s;
}
.section3 .sec3-text .sec3-nei1 a:before {
  color: #fff;
}
.section3 .sec3-text .sec3-nei1 a:hover:before {
  color: #2d93d5;
}
.section3 .sec3-text .sec3-nei .sec3-nei1-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
}
.section3 .sec3-text .sec3-nei1 a i {
  color: #fff;
  transition: 0.6s;
}
.section3 .sec3-text .sec3-nei1 a:hover {
  background: #fff;
}
.section3 .sec3-text .sec3-nei1 a .par p {
  color: #2d93d5;
}
.section3 .sec3-text .sec3-nei1 a:hover i {
  color: #2d93d5;
}
.section4 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section4 .warp {
  width: 1560px;
  margin: 96px auto 82px;
}
.section4 .warp .title {
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #014f99;
  margin-bottom: 58px;
}
.section4 .warp .content {
  width: 100%;
}
.section4 .warp .content .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 36px;
  transition: 0.6s;
}
.section4 .warp .content .item:hover {
  background: #f5f5f5;
}
.section4 .warp .content .item .images {
  width: auto;
  height: 200px;
  overflow: hidden;
  margin-right: 59px;
  margin-top: 40px;
  flex-shrink: 0;
}
.section4 .warp .content .item .images img {
  width: 100%;
  height: 200px;
  transition: 3s;
}
.section4 .warp .content .item .text {
  margin-right: 205px;
  flex: 1;
}
.section4 .warp .content .item .text .time {
  font-size: 16px;

  font-weight: normal;
  color: #999999;
  margin-bottom: 20px;
}
.section4 .warp .content .item .text span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  transition: 0.6s;
}
.section4 .warp .content .item:hover span {
  color: #014f99;
}
.section4 .warp .content .item .text p {
  margin-top: 30px;
  /* width: 721px; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section4 .warp .content .item .more {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.section4 .warp .content .anniu {
  margin: 55px auto 0;
}
.section4 .warp .content .item:hover .images img {
  transform: scale(1.1);
}
.load-t .after {
  display: none;
}
.load-t {
  display: none;
}
.load-warp p {
  display: none;
}
.logo-img {
  transition: 2s;
}
.load {
  transition: 3s;
}
.bk {
  transform: scale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../images/load.jpg");
  background-size: cover;
  animation: fd 10s infinite linear;
  opacity: 1;
}
header {
  display: none;
}
@keyframes fd {
  100% {
    transform: scale(2);
  }
}
.sec2-top-ri img {
  /*animation: 30s rotate infinite linear;*/
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.section4 .warp .content .item:hover .more i {
  left: 5px;
}
.section4 .warp .content .item .more i {
  font-size: 26px;
  position: relative;
  top: 3px;
  transition: 0.6s;
  left: 0px;
}
@media screen and (max-width: 1768px) {
  .section3 .sec3-text .sec3-nei {
    height: auto;
  }
  .sec2-top-le {
    width: 70%;
  }
  .sec2-top-le p {
    width: 100%;
  }
  .section4 .warp {
    width: 100%;
  }
  .section4 .warp .content {
    width: 90%;
    margin: auto;
  }
  .section4 .warp .content .item .images img {
    object-fit: cover;
  }
  
  .section4 .warp .content .item .text {
    margin-right: 10%;
  }
  .section4 .warp .title {
    width: 90%;
    margin: auto;
  }
  .section3 .sec3-text .sec3-nei1 {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  input::placeholder {
    font-size: 12px;
  }
  .section4 .warp .content .item .images img{
    height: auto;
  }
  .section3 .sec3-text .sec3-nei1 {
    width: unset;
  }
  .section4 .warp .content .item .text .time {
    margin-top: 10px;
  }
  .section .swiper .index-text p {
    width: 100%;
  }
  .jindu {
    width: 98%;
  }
  .section .swiper .index-text span {
    width: 100%;
    font-size: 22px;
  }
  .section2 .sec2-warp .sec2-bottom {
    margin-top: 0px;
    padding-top: 36px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }
  .section4 .warp .title {
    margin-bottom: 20px;
  }
  .sec2-warp {
    height: auto;
  }
   .sec2-top-le {
    width: 100%;
    padding: 30px;
  }
  .sec2-top-le p {
    width: 100%;
    margin-bottom: 70px;
  }
  .section2 .sec2-warp .sec2-top {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }
  .sec2-top-ri {
    width: 100%;
    height: 400px;
    padding: 30px;
     margin-top: 0px;
  }
  .app canvas {
    width: 300px !important;
    height: 300px !important;
  }
  .section2 .sec2-warp .sec2-bottom .count {
    width: 50%;
  }
  .section2 .sec2-warp .sec2-bottom .count .mun span {
    font-size: 40px;
  }
  .section2 .sec2-warp .sec2-bottom .count .mun p {
    font-size: 12px;
    font-weight: 600;
  }
  .section2 .sec2-warp .sec2-bottom .count {
    justify-content: flex-start;
  }
  .section3 {
    overflow: hidden;
  }
  .section3 > img {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    object-fit: cover;
  }
  .section3 .sec3-text {
    margin-top: 30px;
    position: static;
  }
  .section3 .sec3-text .sec3-nei {
    height: unset;
    flex-direction: column;
  }
  .section3 .sec3-text .sec3-nei1 {
    margin-bottom: 40px;
  }
  .section4 .warp {
    width: 100%;
  }
  .section4 .warp .content .item {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .section4 .warp .content .item .text {
    width: 100%;
    padding: 0 15px;
    margin-right: 0;
  }
  .section4 .warp .content .item .text p {
    width: 100%;
    white-space: unset;
  }
   .section4 .warp .content .item .more{
    display: none;
  }
  .section4 .warp .title {
    margin-left: 5%;
  }
  .section4 .warp .content .item .images{
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
