#fp-nav ul li a span {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px #b9b9b9;
  box-shadow: 0px 0px 3px 1px #b9b9b9;
}

#fp-nav ul li a.active span {
  background: #fff;
}

#fullpage .next {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: 0 auto;
  z-index: 100;
  bottom: 40px;
  width: 34px;
  height: 36px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#fullpage .next .iconfont {
  font-size: 48px;
  color: #fff;
}

#fullpage .page1 {
  position: relative;
  overflow: hidden;
}

#fullpage .page1 .banner {
  width: 100%;
  height: 100%;
}

#fullpage .page1 .banner .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide {
  width: 100vw !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h1 {
  color: #fff;
  font-size: 72px;
  line-height: 1.6;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  text-shadow: 0px 0px 8px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .en {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .en .line {
  width: 33px;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .en span {
  color: #fff;
  font-size: 30px;
  margin: 0 1em;
  text-shadow: 0px 0px 8px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-background {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .sl {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .en {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .more {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page1 .banner .swiper-pagination-bullet {
  background-color: #fff;
}

#fullpage .page2 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .page2 .cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 40%;
}

#fullpage .page2 .cont .info .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3485fb;
  line-height: 1;
  padding: 0.5em 1em;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .info .tag .iconfont {
  color: #fff;
  font-size: 24px;
  margin-right: 8px;
}

#fullpage .page2 .cont .info .tag span {
  color: #fff;
  font-size: 16px;
}

#fullpage .page2 .cont .info h2 {
  color: #282828;
  font-size: 48px;
  font-weight: bold;
  margin-top: 24px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .info h3 {
  color: #282828;
  font-size: 30px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .info .desc {
  color: #313131;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin: 24px 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .info .more {
  line-height: 1;
  padding: 0.75em 2em;
  border: 1px solid #020202;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .info .more .iconfont {
  color: #020202;
  font-size: 16px;
  margin-right: 8px;
}

#fullpage .page2 .cont .info .more span {
  color: #020202;
  font-size: 16px;
}

#fullpage .page2 .cont .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#fullpage .page2 .cont .right .video {
  width: 31.25vw;
  min-width: 432px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#fullpage .page2 .cont .right ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d8d8d8;
  color: #313131;
  font-size: 18px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page2 .cont .right ul li .num span {
  background: -webkit-gradient(linear, left top, right top, from(#293c6c), to(#3584ec));
  background: -o-linear-gradient(left, #293c6c, #3584ec);
  background: linear-gradient(to right, #293c6c, #3584ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
}

#fullpage .page2.active .cont .info .tag {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page2.active .cont .info h2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page2.active .cont .info h3 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page2.active .cont .info .desc {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page2.active .cont .info .more {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page2.active .cont .right .video {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#fullpage .page2.active .cont .right ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#fullpage .page2.active .cont .right ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#fullpage .page2.active .cont .right ul li:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#fullpage .page2.active .cont .right ul li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#fullpage .page3 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#fullpage .page3 .pro-title {
  height: 20vh;
  text-align: center;
  background-color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .page3 .pro-title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
  position: relative;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page3 .pro-title h1 {
  color: #3c3c3c;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-top: -20px;
  text-transform: uppercase;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page3 .pro-title .line {
  width: 38px;
  height: 2px;
  margin-top: 20px;
  background-color: #3485fb;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page3 .list {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fullpage .page3 .list .item {
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 100%;
  transition: all 0.66s;
  -o-transition: all 0.66s;
  -ms-transition: all 0.66s;
  -webkit-transition: all 0.66s;
  -moz-transition: all 0.66s;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#fullpage .page3 .list .item .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.66s;
  -o-transition: all 0.66s;
  -ms-transition: all 0.66s;
  -webkit-transition: all 0.66s;
  -moz-transition: all 0.66s;
}

#fullpage .page3 .list .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#fullpage .page3 .list .item .title {
  position: absolute;
  bottom: 0;
  background: rgba(27, 31, 33, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.66s;
  -o-transition: all 0.66s;
  -ms-transition: all 0.66s;
  -webkit-transition: all 0.66s;
  -moz-transition: all 0.66s;
}

#fullpage .page3 .list .item .title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 0px 2px #000000;
}

#fullpage .page3 .list .item .title .iconfont {
  color: #fff;
  font-size: 56px;
  margin: 16px 0;
  text-shadow: 2px 0px 2px #000000;
}

#fullpage .page3 .list .item .title p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  text-shadow: 2px 0px 2px #000000;
}

#fullpage .page3 .list .item.active {
  width: 40%;
}

#fullpage .page3 .list .item.active .title {
  background: rgba(27, 31, 33, 0);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-left: 95px;
}

#fullpage .page3 .list .item.active .title p {
  font-size: 18px;
  width: 346px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page3.active.fp-completely .pro-title h3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page3.active.fp-completely .pro-title h1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page3.active.fp-completely .pro-title .line {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page3.active.fp-completely .list .item {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#fullpage .page4 {
  overflow: hidden;
}

#fullpage .page4 .ser-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .page4 .ser-title h3 {
  color: #292929;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page4 .ser-title h1 {
  color: #e9e9e9;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-top: -20px;
  text-transform: uppercase;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page4 .ser-title .line {
  width: 38px;
  height: 2px;
  margin-top: 20px;
  background-color: #3485fb;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page4 .ser-title p {
  color: #292929;
  font-size: 18px;
  line-height: 1;
  margin-top: 1em;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page4 .cont {
  text-align: center;
}

#fullpage .page4 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5vh;
  position: relative;
}

#fullpage .page4 .cont .list .mySwiper {
  width: 240px;
  overflow: initial;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

#fullpage .page4 .cont .list .mySwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#fullpage .page4 .cont .list .mySwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292929;
  font-size: 20px;
  height: 40px;
  margin: 10px 0;
  line-height: 1;
  text-align: center;
  padding-left: 16px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .list .mySwiper .swiper-wrapper .swiper-slide .iconfont {
  font-size: 24px;
  color: #333333;
  margin-right: 8px;
}

#fullpage .page4 .cont .list .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #3485fb;
  border: 1px solid #3485fb;
}

#fullpage .page4 .cont .list .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .iconfont {
  color: #3485fb;
}

#fullpage .page4 .cont .list .mySwiper2 {
  height: 50vh;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 168px;
  overflow: hidden;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

#fullpage .page4 .cont .list .mySwiper2 .swiper-wrapper {
  height: 64vh;
}

#fullpage .page4 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  text-align: left;
  padding: 5vh 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 128px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-content: space-between;
  -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

#fullpage .page4 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

#fullpage .page4 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info .desc {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

#fullpage .page4 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info .more {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0.75em 2em;
  border: 1px solid #fff;
}

#fullpage .page4 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#fullpage .page4 .cont .list .btns .swiper-button-prev {
  left: 260px;
  top: 48%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#fullpage .page4 .cont .list .btns .swiper-button-prev::after {
  font-size: 16px;
}

#fullpage .page4 .cont .list .btns .swiper-button-next {
  left: 260px;
  top: 52%;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#fullpage .page4 .cont .list .btns .swiper-button-next::after {
  font-size: 16px;
}

#fullpage .page4.active .ser-title h3 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active .ser-title h1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active .ser-title .line {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active .ser-title p {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active .list .mySwiper {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#fullpage .page4.active .list .mySwiper2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#fullpage .page5 {
  background: url(../images/bg.jpg) no-repeat top center;
}

#fullpage .page5 .news-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .page5 .news-title h3 {
  color: #292929;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page5 .news-title h1 {
  color: #e9e9e9;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-top: -20px;
  text-transform: uppercase;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page5 .news-title .line {
  width: 38px;
  height: 2px;
  margin-top: 20px;
  background-color: #3485fb;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page5 .news-title p {
  color: #292929;
  font-size: 18px;
  line-height: 1;
  margin-top: 1em;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page5 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#fullpage .page5 .cont ul {
  height: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 4vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fullpage .page5 .cont ul li {
  width: 414px;
  min-width: 400px;
  min-height: 50vh;
  -webkit-transition: all 0.66s linear;
  -o-transition: all 0.66s linear;
  transition: all 0.66s linear;
  border: 1px solid #3485fb;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#fullpage .page5 .cont ul li .pic {
  width: 100%;
  height: 318px;
  margin-top: -318px;
  display: block;
  -webkit-transition: all 0.66s linear;
  -o-transition: all 0.66s linear;
  transition: all 0.66s linear;
}

#fullpage .page5 .cont ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.66s linear;
  -o-transition: all 0.66s linear;
  transition: all 0.66s linear;
}

#fullpage .page5 .cont ul li .info {
  padding: 20px 38px;
  -webkit-transition: all 0.66s linear;
  -o-transition: all 0.66s linear;
  transition: all 0.66s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#fullpage .page5 .cont ul li .info .date span {
  color: #000000;
  font-size: 20px;
  display: block;
  line-height: 1;
}

#fullpage .page5 .cont ul li .info .date strong {
  color: #0a0a0d;
  font-size: 40px;
  font-weight: bold;
  display: block;
}

#fullpage .page5 .cont ul li .info .tit {
  color: #0a0a0d;
  font-size: 20px;
}

#fullpage .page5 .cont ul li .info .desc {
  color: rgba(10, 10, 13, 0.5);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#fullpage .page5 .cont ul li.active {
  border: 0px;
}

#fullpage .page5 .cont ul li.active .pic {
  margin-top: 0;
}

#fullpage .page5 .cont ul li.active .info {
  background-color: #3485fb;
}

#fullpage .page5 .cont ul li.active .info .date span {
  color: #fff;
}

#fullpage .page5 .cont ul li.active .info .date strong {
  color: rgba(255, 255, 255, 0.9);
}

#fullpage .page5 .cont ul li.active .info .tit {
  color: rgba(255, 255, 255, 0.8);
}

#fullpage .page5 .cont ul li.active .info .desc {
  color: rgba(255, 255, 255, 0.5);
  -webkit-line-clamp: 2;
}

#fullpage .page5.active .cont .news-title h3 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page5.active .cont .news-title h1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page5.active .cont .news-title .line {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page5.active .cont ul li {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#fullpage .page5.active .cont ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#fullpage .page5.active .cont ul li:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#fullpage .page5.active .cont ul li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#fullpage .page6 {
  height: 360px !important;
}