@-webkit-keyframes move-top {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move-top {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.it-wrap {
  background: rgba(240, 240, 240, 0.8);
}

.banner {
  height: 243px;
  background: url(../images/b9.png) no-repeat center #0677f2;
}

.it-title {
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.it-title .it-t {
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #000;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
}

.it-title .it-l {
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#016cff), to(#24d1ff));
  background: -webkit-linear-gradient(left, #016cff 0%, #24d1ff 100%);
  background: linear-gradient(90deg, #016cff 0%, #24d1ff 100%);
  margin-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}

.pc-staff-wrap {
  margin-bottom: 40px;
  position: relative;
}

.pc-staff-wrap .left {
  float: left;
  width: 500px;
}

.pc-staff-wrap .left p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
  line-height: 35px;
  text-align: justify;
}

.pc-staff-wrap .right {
  float: right;
}

.pc-staff-wrap .right .pc-intro-img {
  position: relative;
  top: -100px;
}

.pc-staff-wrap .right .pc-intro-img img {
  width: 650px;
  height: 350px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.pc-staff-wrap .right .pc-intro-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.intro-index {
  width: 1300px;
  margin: 0 auto;
  height: 350px;
  padding: 100px 0 100px;
}

.intro-index .it-box {
  float: left;
  width: 470px;
}

.intro-index .it-box .it-t {
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #000;
}

.intro-index .it-box .it-l {
  width: 140px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#016cff), to(#24d1ff));
  background: -webkit-linear-gradient(left, #016cff 0%, #24d1ff 100%);
  background: linear-gradient(90deg, #016cff 0%, #24d1ff 100%);
  margin-bottom: 50px;
}

.intro-index .it-box .it-p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: justify;
}

.intro-index .it-img {
  float: right;
  width: 650px;
  height: 350px;
  display: block;
}

.history {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 750px;
  background: -webkit-gradient(linear, left top, left bottom, from(#004c92), to(#00101e));
  background: -webkit-linear-gradient(top, #004c92 0%, #00101e 100%);
  background: linear-gradient(180deg, #004c92 0%, #00101e 100%);
  margin-bottom: 80px;
  overflow: hidden;
}

.history .center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.history .logo {
  position: absolute;
  width: 65px;
  height: 60px;
  left: 50%;
  top: 13px;
  margin-left: -33px;
}

.history .logo img {
  width: 100%;
  height: 100%;
}

.history .hq {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border-top: none !important;
}

.history .hq .item {
  color: #fff;
  position: absolute;
  width: 200px;
}

.history .hq .item .y {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 -4px 8px;
}

.history .hq .item .time {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 3px;
}

.history .hq .item .note {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
  white-space: nowrap;
}

.history .hq .item .bigTime {
  font-size: 26px;
  color: #4497fd;
  font-weight: 600;
  position: relative;
  top: -20px;
  left: 10px;
}

.history .hq .item .bigNote {
  font-size: 18px;
  width: 140px;
  line-height: 1.5;
}

.history .hq .item .bigNote span {
  color: #4497fd;
}

.history .hq .item.rt0 {
  top: 98.3%;
  left: 10.5%;
  text-align: center;
}

.history .hq .item.rt0 .y {
  margin: 0 auto;
  margin-bottom: 5px;
}

.history .hq .item.rt1 {
  top: 76%;
  left: -42.5%;
  text-align: right;
  position: relative;
}

.history .hq .item.rt1 .y {
  position: absolute;
  right: 0;
}

.history .hq .item.rt1 .time {
  padding-top: 10px;
}

.history .hq .item.rt2 {
  top: 99%;
  left: 24.5%;
  text-align: center;
}

.history .hq .item.rt2 .y {
  margin: 0 auto;
  margin-bottom: 5px;
}

.history .hq .item.rt3 {
  top: 75%;
  left: 92.5%;
}

.history .hq .item.rt3 .y {
  margin-bottom: 5px;
}

.history .hq .item.lt1 {
  top: 75%;
  right: 93.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.history .hq .item.lt2 {
  top: 75%;
  left: 93.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

.history .hq .item.lt3 {
  top: 99.4%;
  left: 36.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.history .hq .item.lt4 {
  top: 88%;
  right: -9.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.lt5 {
  top: 59%;
  right: -26.9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.lt6 {
  top: 63%;
  right: -28.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.midL {
  top: 90%;
  right: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.history .hq .item.midR {
  top: 90%;
  left: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.history .hq .item.mid0 {
  top: 98.5%;
  left: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.midc {
  top: 97%;
  left: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.rt {
  top: 60%;
  left: 99%;
}

.history .hq .item.lt {
  top: 66%;
  left: 67%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.history .hq .item.mid,
.history .hq .item .mid3 {
  top: 94.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.history .hq .item.mid.l,
.history .hq .item .mid3.l {
  right: 90%;
  top: 72%;
}

.history .hq .item.mid.r,
.history .hq .item .mid3.r {
  top: 90%;
  left: 15%;
}

.history .hq .item.mid1 {
  right: 99.3%;
  top: 58%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.history .hq .item.mid2 {
  left: -9.1%;
  top: 76.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.history .hq .item.mid3 {
  left: 17%;
  top: 97.1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.history .hq .item.mid6 {
  left: 64%;
  top: 97.7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.mid7 {
  left: 68%;
  top: 96.4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.mid8 {
  left: 92.5%;
  top: 76.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.mid9 {
  left: 87.7%;
  top: 82.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq .item.mid10 {
  left: 95%;
  top: 71.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.history .hq.q1 {
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.history .hq.q2 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.history .hq.q3 {
  width: 680px;
  height: 680px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.history .hq.q4 {
  width: 1200px;
  height: 1160px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.swiper1 {
  width: 1300px;
  height: 528px;
  margin-bottom: 80px;
}

.swiper1 .bg1 {
  background: url(../images/bg891.png) no-repeat center;
}

.swiper1 .bg2 {
  background: url(../images/b104.jpg) no-repeat center;
}

.swiper1 .bg3 {
  background: url(../images/b105.png) no-repeat center;
}

.swiper1 .t1 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  padding-top: 350px;
  letter-spacing: 20px;
  text-shadow: 5px 2px 6px rgba(0, 0, 0, 0.3);
}

.swiper1 .t3 {
  padding-top: 20px;
  font-size: 14px;
  font-family: 'Arial';
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  opacity: 0.9;
  text-shadow: 5px 2px 6px rgba(0, 0, 0, 0.3);
}

.swiper1 .t4 {
  padding-top: 100px;
  font-size: 18px;
  text-align: center;
  color: #086cca;
  letter-spacing: 5px;
  opacity: 0.9;
  font-weight: 700;
  text-shadow: 5px 2px 6px rgba(0, 0, 0, 0.3);
}

.swiper1 .swiper-slide {
  height: 528px;
  width: 1300px;
}

.swiper1 .pagination2 {
  left: auto !important;
  bottom: auto !important;
  right: 30px;
  top: 20px !important;
  text-align: right;
}

.swiper1 .pagination2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
}

.circlepp {
  position: absolute;
  z-index: 10;
  display: block;
  -webkit-animation-name: beat1;
          animation-name: beat1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.circlepp.pp4 {
  top: 100px;
  left: -150px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.circlepp.pp5 {
  top: -100px;
  left: -250px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.circlepp.pp2 {
  right: 600px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.circlepp.pp3 {
  right: 550px;
  top: -80px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes beat1 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes beat1 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.swiper2 {
  width: 1300px;
  height: 700px;
}

.swiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper2 .swiper-slide img {
  height: 600px;
  width: 400px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.swiper2 .swiper-slide img:hover {
  opacity: 0.8;
}

.swiper2 .pagination2 {
  bottom: 10px !important;
}

.swiper2 .pagination2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.pc-vlog1 {
  position: relative;
  height: 700px;
}

.pc-vlog1 img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pc-vlog1 .swiper-img-left1 {
  position: absolute;
  top: 320px;
  left: -100px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.3;
}

.pc-vlog1 .swiper-img-left1:active {
  opacity: 0.6;
  left: -105px;
}

.pc-vlog1 .swiper-img-right1 {
  position: absolute;
  top: 320px;
  right: -100px;
  width: 50px;
  height: 50px;
  opacity: 0.3;
  cursor: pointer;
}

.pc-vlog1 .swiper-img-right1:active {
  opacity: 0.6;
  right: -105px;
}

.tips11 {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 20px;
  width: 1000px;
  text-align: center;
}

.sub699 {
  font-size: 35px;
  font-weight: bold;
}
