#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: #0e3f98;
}

#fullpage .index-title {
  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 .index-title h2 {
  color: #222222;
  font-size: 36px;
  line-height: 1;
  font-family: serif;
  font-weight: bold;
}

#fullpage .index-title .line {
  background-color: #969696;
  width: 73px;
  height: 3px;
  margin: 16px 0;
}

#fullpage .index-title p {
  color: #222222;
  font-size: 16px;
  line-height: 30px;
}

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

#fullpage .active .index-title .line {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .active .index-title p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

#fullpage .page1 .banner>.conte {
  position: absolute;
  width: 280px;
  height: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 32vh;
  z-index: 1111;
}

#fullpage .page1 .banner>.conte .bubble1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#fullpage .page1 .banner>.conte .bubble1::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/bubble1.png) no-repeat center center;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -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 .page1 .banner>.conte .bubble2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page1 .banner>.conte .bubble2::before {
  content: "";
  display: block;
  width: 193px;
  height: 193px;
  background: url(../images/bubble2.png) no-repeat center center;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -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 .page1 .banner .light {
  position: absolute;
  width: 696px;
  height: 749px;
  right: 0;
  top: 0;
  z-index: 10000;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#fullpage .page1 .banner .light::before {
  content: "";
  display: block;
  width: 696px;
  height: 749px;
  background: url(../images/light.png) no-repeat center center;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -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 .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: start;
  -ms-flex-align: start;
  align-items: start;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h1 {
  color: #0e3f98;
  font-size: 60px;
  font-weight: lighter;
  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;
  margin-top: 7vh;
  text-shadow: 2px 0px 2px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h3 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: lighter;
  -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: 2px 0px 2px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .sl {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  -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;
  margin-bottom: 24px;
  text-shadow: 2px 0px 2px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .en {
  color: rgba(255, 255, 255, 0.8);
  font-size: 23px;
  line-height: 30px;
  -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;
  text-shadow: 2px 0px 2px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .more {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  margin-top: 2em;
  border: 1px solid #fff;
  line-height: 1;
  padding: 0.25em 1em;
  border-radius: 99px;
  -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;
  cursor: pointer;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  text-shadow: 2px 0px 2px #000000;
  -webkit-box-shadow: 0px 0px 3px 1px #000000;
  box-shadow: 0px 0px 3px 1px #000000;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .more span {
  vertical-align: middle;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .more:hover {
  background-color: #0e3f98;
  color: #fff;
  border-color: #0e3f98;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .more .iconfont {
  font-size: 28px;
  vertical-align: middle;
}

#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 {
  overflow: hidden;
  background: #f6f7fb !important;
}

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

#fullpage .page2 .cont .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

#fullpage .page2 .cont .about .info {
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

#fullpage .page2 .cont .about .info .en {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #0e3f98;
}

#fullpage .page2 .cont .about .info h2 {
  color: #060606;
  font-size: 36px;
  line-height: 1;
  margin-top: 0.5em;
}

#fullpage .page2 .cont .about .info .desc {
  color: #060606;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  text-align: justify;
}

#fullpage .page2 .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0;
  margin-top: 52px;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

#fullpage .page2 .cont ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 46px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#fullpage .page2 .cont ul li .iconfont {
  color: #0e3f98;
  font-size: 32px;
  margin-right: 12px;
  line-height: 48px;
}

#fullpage .page2 .cont ul li .text {
  text-align: left;
}

#fullpage .page2 .cont ul li .text .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

#fullpage .page2 .cont ul li .text .num h3 {
  color: #1e1e1e;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

#fullpage .page2 .cont ul li .text .num span {
  color: #666666;
  font-size: 14px;
  margin-left: 0.5em;
}

#fullpage .page2 .cont ul li .text p {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  margin-top: 12px;
}

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

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

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

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

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

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

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

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

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

#fullpage .page3 {
  overflow: hidden;
}

#fullpage .page3 .bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
}

#fullpage .page3 .cont .pro-swiper {
  margin-top: 40px;
}

#fullpage .page3 .cont .pro-swiper .swiper-wrapper {
  padding: 20px 0;
}

#fullpage .page3 .cont .pro-swiper .swiper-wrapper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 375px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page3 .cont .pro-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#fullpage .page3 .cont .pro-swiper .swiper-wrapper .swiper-slide .tit {
  color: #101010;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: block;
  margin-top: 1em;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page3 .cont .pro-swiper .swiper-wrapper .swiper-slide.swiper-slide-next .pic {
  -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 .page3 .cont .pro-swiper .swiper-wrapper .swiper-slide.swiper-slide-next .tit {
  color: #0e3f98;
}

#fullpage .page3 .cont .pro-swiper .swiper-pagination {
  bottom: 0;
}

#fullpage .page3.active .bg {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#fullpage .page4 .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

#fullpage .page4 .cont ul li {
  width: 32.66666%;
  margin-right: 1%;
  height: 0;
  padding-top: 21.4%;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

#fullpage .page4 .cont ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

#fullpage .page4 .cont ul li .mask h2 {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 1;
}

#fullpage .page4 .cont ul li:nth-child(3n) {
  margin-right: 0;
}

#fullpage .page4 .cont ul li.active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#fullpage .page4 .cont ul li.active .mask {
  background-color: rgba(14, 63, 152, 0.5);
}

#fullpage .page4.active .cont ul li {
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

#fullpage .page4.active .cont ul li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

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

#fullpage .page4.active .cont ul li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#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 .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fullpage .page5 .cont .news-title h2 {
  color: #0a0a0d;
  font-size: 30px;
  font-weight: bold;
  -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;
  display: block;
}

#fullpage .page5 .cont .news-title h2 span {
  color: #0e3f98;
}

#fullpage .page5 .cont .news-title .en {
  color: #0a0a0d;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  -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;
  display: block;
}

#fullpage .page5 .cont .news-title .line {
  width: 100%;
  height: 8px;
  margin-top: 8px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e3f98), to(rgba(14, 63, 152, 0)));
  background-image: -o-linear-gradient(left, #0e3f98, rgba(14, 63, 152, 0));
  background-image: linear-gradient(to right, #0e3f98, rgba(14, 63, 152, 0));
}

#fullpage .page5 .cont .news-title .more {
  color: #0a0a0d;
  font-size: 16px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -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 .page5 .cont .news-title .more:hover {
  color: #0e3f98;
}

#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 #0e3f98;
  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: #0e3f98;
}

#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 .texts h2 {
  -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 .page5.active .cont .news-title .texts .en {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -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 .page5.active .cont .news-title .texts .line {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -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 .page5.active .cont .news-title .more {
  -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.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;
}