#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 > .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: #009b4c;
  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: #009b4c;
  color: #fff;
  border-color: #009b4c;
}
#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;
}
#fullpage .page2 .cont {
  text-align: center;
}
#fullpage .page2 .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
}
#fullpage .page2 .cont .list .mySwiper {
  width: 188px;
  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 .page2 .cont .list .mySwiper .pro-title {
  text-align: left;
}
#fullpage .page2 .cont .list .mySwiper .pro-title h4 {
  color: #e6e6e6;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  transform: scaleY(1.3);
  line-height: 1;
}
#fullpage .page2 .cont .list .mySwiper .pro-title .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 16px;
}
#fullpage .page2 .cont .list .mySwiper .pro-title .line::before {
  width: 52px;
  height: 4px;
  content: "";
  display: block;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page2 .cont .list .mySwiper .pro-title .line::after {
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  margin-left: 4px;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page2 .cont .list .mySwiper .pro-title h3 {
  color: #333;
  font-size: 36px;
}
#fullpage .page2 .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 .page2 .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;
  height: 20px;
  margin-top: 40px;
  color: #333333;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#fullpage .page2 .cont .list .mySwiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #009b4c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#fullpage .page2 .cont .list .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #009b4c;
}
#fullpage .page2 .cont .list .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  background-color: #009b4c;
}
#fullpage .page2 .cont .list .mySwiper2 {
  height: 64vh;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  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 .page2 .cont .list .mySwiper2 .swiper-wrapper {
  height: 64vh;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide {
  padding-left: 15vw;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 31.25vw;
  min-width: 480px;
  height: 42vh;
  background-color: #fff;
  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;
  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 .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info h2 {
  color: #009b4c;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info h4 {
  color: #000000;
  font-size: 20px;
  line-height: 1;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info .ell {
  color: #000000;
  font-size: 20px;
  line-height: 1;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info .desc {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide .info .more {
  position: absolute;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background-color: #009b4c;
  padding: 1em 2em;
  border-radius: 99px;
  bottom: -24px;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-button-prev {
  left: unset;
  right: 20px;
  top: 26vh;
  font-size: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: 0px 1px 3px #000000;
}
#fullpage .page2 .cont .list .mySwiper2 .swiper-button-next {
  right: 20px;
  bottom: 26vh;
  font-size: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: 0px 1px 3px #000000;
}
#fullpage .page2.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 .page2.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 .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 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#fullpage .page3 .cont .content {
  padding-right: 50%;
}
#fullpage .page3 .cont .pro-title {
  text-align: left;
}
#fullpage .page3 .cont .pro-title .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 16px;
  -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 .page3 .cont .pro-title .line::before {
  width: 52px;
  height: 4px;
  content: "";
  display: block;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page3 .cont .pro-title .line::after {
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  margin-left: 4px;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page3 .cont .pro-title h3 {
  color: #333;
  font-size: 36px;
  -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 .page3 .cont h5 {
  color: #009b4c;
  font-size: 30px;
  line-height: 40px;
  margin: 4vh 0;
  -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 .page3 .cont .desc {
  color: #0a0a0d;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -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 .page3 .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}
#fullpage .page3 .cont ul li {
  text-align: center;
  color: #0a0a0d;
  font-size: 18px;
}
#fullpage .page3 .cont ul li .num span {
  color: #009b4c;
  font-size: 60px;
  font-weight: bold;
  margin-right: 10px;
}
#fullpage .page3.active .bg {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#fullpage .page3.active .cont .pro-title .line {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page3.active .cont .pro-title h3 {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page3.active .cont h5 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page3.active .cont .desc {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page3.active .cont ul {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#fullpage .page4 .cont .pro-title {
  text-align: left;
}
#fullpage .page4 .cont .pro-title h4 {
  color: #e6e6e6;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  transform: scaleY(1.3);
  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: fadeOutLeft;
  animation-name: fadeOutLeft;
}
#fullpage .page4 .cont .pro-title .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 16px;
  -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 .pro-title .line::before {
  width: 52px;
  height: 4px;
  content: "";
  display: block;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page4 .cont .pro-title .line::after {
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  margin-left: 4px;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page4 .cont .pro-title h3 {
  color: #333;
  font-size: 36px;
  -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 .pro-title h5 {
  color: #009b4c;
  font-size: 30px;
  line-height: 40px;
  margin: 3vh 0;
  -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 .pro-title .desc {
  color: #0a0a0d;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -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 .pro-title .more {
  color: #333;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #009b4c;
  padding: 0.75em 2em;
  border-radius: 99px;
  margin-top: 2vh;
  display: inline-block;
  -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: fadeOutLeft;
  animation-name: fadeOutLeft;
}
#fullpage .page4 .cont .pro-title .more:hover {
  background-color: #009b4c;
  color: #fff;
}
#fullpage .page4 .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
#fullpage .page4 .cont ul li {
  width: 18vw;
  height: 50vh;
  max-width: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin-left: 20px;
  padding: 4vh 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -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;
}
#fullpage .page4 .cont ul li::before {
  content: "";
  position: absolute;
  background-color: #009b4c;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#fullpage .page4 .cont ul li .iconfont {
  color: #666;
  font-size: 40px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#fullpage .page4 .cont ul li .tit {
  color: #0a0a0d;
  font-size: 24px;
  font-weight: bold;
  margin-top: auto;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  line-height: 1.5;
}
#fullpage .page4 .cont ul li .en {
  color: #0a0a0d80;
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: auto;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  line-height: 1.5;
  text-transform: capitalize;
}
#fullpage .page4 .cont ul li .more {
  font-size: 36px;
  color: #bebebe;
  margin-top: auto;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#fullpage .page4 .cont ul li:first-child {
  margin-left: 0;
}
#fullpage .page4 .cont ul li.active::before {
  width: 100%;
  left: 0;
}
#fullpage .page4 .cont ul li.active .iconfont {
  color: rgba(255, 255, 255, 0.6);
}
#fullpage .page4 .cont ul li.active .tit {
  color: #fff;
}
#fullpage .page4 .cont ul li.active .en {
  color: rgba(255, 255, 255, 0.6);
}
#fullpage .page4 .cont ul li.active .more {
  color: rgba(255, 255, 255, 0.6);
}
#fullpage .page4.active .cont .pro-title h4 {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont .pro-title .line {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont .pro-title h3 {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont .pro-title h5 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont .pro-title .desc {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont .pro-title .more {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont ul li:nth-child(1) {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont ul li:nth-child(2) {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page4.active .cont ul li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page5 {
  position: relative;
}
#fullpage .page5 > .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  top: 22.5%;
}
#fullpage .page5 > .cont .pro-title {
  text-align: left;
}
#fullpage .page5 > .cont .pro-title h4 {
  color: #e6e6e6;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  transform: scaleY(1.3);
  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: fadeOutLeft;
  animation-name: fadeOutLeft;
}
#fullpage .page5 > .cont .pro-title .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 16px;
  -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 .page5 > .cont .pro-title .line::before {
  width: 52px;
  height: 4px;
  content: "";
  display: block;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page5 > .cont .pro-title .line::after {
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  margin-left: 4px;
  background-color: #009b4c;
  border-radius: 2px;
}
#fullpage .page5 > .cont .pro-title h3 {
  color: #333;
  font-size: 36px;
  -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 .page5 .project-slide {
  width: 100%;
  height: 100%;
}
#fullpage .page5 .project-slide .view {
  width: 100%;
  height: 100%;
}
#fullpage .page5 .project-slide .view .swiper {
  width: 100%;
  height: 100%;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide .info {
  position: absolute;
  background-color: #009b4c;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 32%;
  padding-left: 8%;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide .info .tit {
  color: #fff;
  font-size: 20px;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide .info .desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide .info .more {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 99px;
  padding: 0.75em 1.5em;
  border: 1px solid #fff;
}
#fullpage .page5 .project-slide .view .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .info {
  -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: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
#fullpage .page5 .project-slide .preview {
  position: absolute;
  z-index: 10;
  left: 0;
  top: calc(22.5% + 200px);
  width: 100%;
}
#fullpage .page5 .project-slide .preview .swiper .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#fullpage .page5 .project-slide .preview .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  color: #0a0a0d;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  cursor: pointer;
  position: relative;
  z-index: 20;
  padding-left: 2px;
  -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 .page5 .project-slide .preview .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #009b4c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#fullpage .page5 .project-slide .preview .swiper .swiper-wrapper .swiper-slide.active-nav {
  color: #009b4c;
}
#fullpage .page5 .project-slide .preview .swiper .swiper-wrapper .swiper-slide.active-nav::before {
  background-color: #009b4c;
}
#fullpage .page5.active .cont .pro-title h4 {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page5.active .cont .pro-title .line {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page5.active .cont .pro-title h3 {
  -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: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page5.active .project-slide .preview .cont .swiper .swiper-slide {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#fullpage .page5.active .project-slide .preview .cont .swiper .swiper-slide:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#fullpage .page5.active .project-slide .preview .cont .swiper .swiper-slide:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#fullpage .page5.active .project-slide .preview .cont .swiper .swiper-slide:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#fullpage .page6 .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 .page6 .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 .page6 .cont .news-title h2 {
  color: #0a0a0d;
  font-size: 2.5vw;
  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 .page6 .cont .news-title h2 span {
  color: #009b4c;
}
#fullpage .page6 .cont .news-title .en {
  color: #0a0a0d;
  font-size: 1.5625vw;
  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 .page6 .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: -o-linear-gradient(left, #009b4c, rgba(0, 155, 76, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(#009b4c), to(rgba(0, 155, 76, 0)));
  background-image: linear-gradient(to right, #009b4c, rgba(0, 155, 76, 0));
}
#fullpage .page6 .cont .news-title .more {
  color: #0a0a0d;
  font-size: 18px;
  -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 .page6 .cont .news-title .more:hover {
  color: #009b4c;
}
#fullpage .page6 .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 .page6 .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 #009b4c;
  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 .page6 .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 .page6 .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 .page6 .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 .page6 .cont ul li .info .date span {
  color: #000000;
  font-size: 20px;
  display: block;
  line-height: 1;
}
#fullpage .page6 .cont ul li .info .date strong {
  color: #0a0a0d;
  font-size: 40px;
  font-weight: bold;
  display: block;
}
#fullpage .page6 .cont ul li .info .tit {
  color: #0a0a0d;
  font-size: 20px;
}
#fullpage .page6 .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 .page6 .cont ul li.active {
  border: 0px;
}
#fullpage .page6 .cont ul li.active .pic {
  margin-top: 0;
}
#fullpage .page6 .cont ul li.active .info {
  background-color: #009b4c;
}
#fullpage .page6 .cont ul li.active .info .date span {
  color: #fff;
}
#fullpage .page6 .cont ul li.active .info .date strong {
  color: rgba(255, 255, 255, 0.9);
}
#fullpage .page6 .cont ul li.active .info .tit {
  color: rgba(255, 255, 255, 0.8);
}
#fullpage .page6 .cont ul li.active .info .desc {
  color: rgba(255, 255, 255, 0.5);
  -webkit-line-clamp: 2;
}
#fullpage .page6.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 .page6.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 .page6.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 .page6.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 .page6.active .cont ul li {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#fullpage .page6.active .cont ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#fullpage .page6.active .cont ul li:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#fullpage .page6.active .cont ul li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#fullpage .page7 {
  height: 360px !important;
}
