#fp-nav ul li a span {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px #b9b9b9;
  box-shadow: 0px 0px 5px 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;
}

#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 {
  text-align: center;
  position: relative;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: lighter;
  line-height: 1.6;
  -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: fadeOutUp;
  animation-name: fadeOutUp;
}

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

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .more {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  margin-top: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -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: fadeOutUp;
  animation-name: fadeOutUp;
  cursor: pointer;
}

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

#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: 1.2s;
  animation-duration: 1.2s;
  -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.45s;
  animation-delay: 0.45s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -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.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -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 .page1 .fp-slidesNav {
  bottom: 10px;
}

#fullpage .page1 .fp-slidesNav ul {
  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;
}

#fullpage .page1 .fp-slidesNav ul li {
  margin: 0 6px;
}

#fullpage .page1 .fp-slidesNav ul li a span {
  background: #fff !important;
  margin: 0 !important;
}

#fullpage .page1 .fp-slidesNav ul li a.active span {
  background: #fff !important;
  margin: 0 !important;
}

#fullpage .page1.active.fp-completely .honeycomb ul li {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#fullpage .page1.active.fp-completely .honeycomb ul li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#fullpage .page2 {
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

#fullpage .page2 .content {
  height: 100%;
}

#fullpage .page2 .content>.cont {
  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 .content>.cont .title {
  text-align: center;
  -ms-flex-item-align: start;
  align-self: start;
  padding-top: 1vw;
}

#fullpage .page2 .content>.cont .title p {
  color: #dedede;
  font-size: 30px;
  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 .page2 .content>.cont .title h3 {
  color: #262626;
  font-size: 40px;
  -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 .content>.cont .btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fullpage .page2 .content>.cont .btns .btn {
  width: 51px;
  height: 51px;
  line-height: 51px;
  border-radius: 25.5px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(185, 185, 185, 0.33);
  box-shadow: 1px 1px 10px 0 rgba(185, 185, 185, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}

#fullpage .page2 .content>.cont .btns .btn .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page2 .content>.cont .btns .btn .lines .dot {
  width: 2px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page2 .content>.cont .btns .btn .lines .line {
  width: 26px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page2 .content>.cont .btns .btn .iconfont {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page2 .content>.cont .btns .btn.prev-btn {
  padding-left: 15px;
  -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: fadeOutLeft;
  animation-name: fadeOutLeft;
}

#fullpage .page2 .content>.cont .btns .btn.prev-btn .lines {
  left: 23px;
}

#fullpage .page2 .content>.cont .btns .btn.prev-btn .lines .dot {
  margin-left: 2px;
}

#fullpage .page2 .content>.cont .btns .btn.next-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  margin-left: 40px;
  -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: fadeOutRight;
  animation-name: fadeOutRight;
}

#fullpage .page2 .content>.cont .btns .btn.next-btn .lines {
  right: 23px;
}

#fullpage .page2 .content>.cont .btns .btn.next-btn .lines .dot {
  margin-right: 2px;
}

#fullpage .page2 .content>.cont .btns .btn:hover {
  width: 74px;
}

#fullpage .page2 .content>.cont .btns .btn:hover .iconfont {
  color: #01ada3;
}

#fullpage .page2 .content>.cont .btns .btn:hover .lines {
  width: 30px;
}

#fullpage .page2 .content>.cont .btns .btn:hover .lines .line {
  background-color: #01ada3;
}

#fullpage .page2 .content>.cont .btns .btn:hover .lines .dot {
  background-color: #01ada3;
}

#fullpage .page2 .content .pc-slide {
  margin-top: 3vw;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 432px;
  height: 387px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic .green {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #00ad68;
  position: absolute;
  left: 0;
  top: 68px;
  -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: backOutLeft;
  animation-name: backOutLeft;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic .orange {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: #f5b91d;
  position: absolute;
  bottom: 0;
  right: 51px;
  -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: backOutRight;
  animation-name: backOutRight;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic img {
  position: absolute;
  right: 0;
  top: 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: backOutUp;
  animation-name: backOutUp;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info {
  margin-left: 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info h3 {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: bold;
  -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 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .desc {
  color: #828282;
  font-size: 16px;
  line-height: 30px;
  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 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 201px;
  height: 56px;
  background-color: #fff;
  padding: 8px;
  border-radius: 28px;
  line-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 52px;
  -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;
  -webkit-box-shadow: 0 10px 18px 0 rgba(185, 185, 185, 0.33);
  box-shadow: 0 10px 18px 0 rgba(185, 185, 185, 0.33);
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more span {
  color: #828282;
  font-size: 18px;
  padding-left: 52px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  z-index: 2;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more .iconfont {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  margin-left: auto;
  border-radius: 24px;
  line-height: 40px;
  position: absolute;
  z-index: 2;
  right: 8px;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 24px;
  position: absolute;
  right: 8px;
  background-color: #01ada3;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more:hover span {
  color: #fff;
  padding-left: 52px;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more:hover .iconfont {
  right: 32px;
}

#fullpage .page2 .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more:hover::after {
  width: 185px;
}

#fullpage .page2 .content .pc-slide .preview {
  width: 100%;
  height: 200px;
  margin-top: 1vw;
  background: url(../images/wave.png) no-repeat top center;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container {
  width: 1095px;
  margin: 0 auto;
  height: 100%;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #01ada3;
  padding: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  margin-top: 21px;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide .iconfont {
  display: block;
  font-size: 0;
  background-color: #01ada3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  line-height: 10px;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 0;
  line-height: 1;
  margin-top: 1em;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide:nth-child(1).active-nav,
#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide:nth-child(3).active-nav {
  margin-top: 0;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) {
  margin-top: 110px;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide:nth-child(2).active-nav {
  margin-top: 70px;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide.active-nav {
  width: 87px;
  border: none;
  height: auto;
  padding: 0;
  text-align: center;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide.active-nav .iconfont {
  width: 87px;
  height: 87px;
  color: #fff;
  font-size: 48px;
  line-height: 87px;
}

#fullpage .page2 .content .pc-slide .preview .swiper-container .swiper-wrapper .swiper-slide.active-nav p {
  color: #01ada3;
  font-size: 18px;
}

#fullpage .page2.active.fp-completely .content .cont .title p {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#fullpage .page2.active.fp-completely .content .cont .title h3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#fullpage .page2.active.fp-completely .content .cont .btns .prev-btn {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#fullpage .page2.active.fp-completely .content .cont .btns .next-btn {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#fullpage .page2.active.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

#fullpage .page2.active.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic .green {
  -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: backInLeft;
  animation-name: backInLeft;
}

#fullpage .page2.active.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic .orange {
  -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: backInUp;
  animation-name: backInUp;
}

#fullpage .page2.active.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .pic img {
  -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: backInDown;
  animation-name: backInDown;
}

#fullpage .page2.active.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info h3 {
  -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: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page2.active.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .desc {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -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.fp-completely .content .pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .info .more {
  -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 .case {
  height: 100%;
  width: 100%;
  position: relative;
}

#fullpage .page3 .case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#fullpage .page3 .case ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 33.33333%;
  position: relative;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

#fullpage .page3 .case ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#fullpage .page3 .case ul li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#fullpage .page3 .case ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#fullpage .page3 .case ul li .mask {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 0 12%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

#fullpage .page3 .case ul li .mask>.iconfont {
  font-size: 60px;
  color: #fff;
}

#fullpage .page3 .case ul li .mask .tit {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}

#fullpage .page3 .case ul li .mask .en {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
}

#fullpage .page3 .case ul li .mask .line {
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  margin: 0 0;
}

#fullpage .page3 .case ul li .mask .desc {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -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 .case ul li .mask .more {
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -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: fadeOutDown;
  animation-name: fadeOutDown;
}

#fullpage .page3 .case ul li .mask .more .iconfont {
  color: #fff;
  font-size: 40px;
}

#fullpage .page3 .case ul li:hover .mask {
  background-color: rgba(0, 0, 0, 0.4);
}

#fullpage .page3 .case ul li:hover .mask .line {
  width: 70px;
  margin: 30px 0;
}

#fullpage .page3 .case ul li:hover .mask .desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page3 .case ul li:hover .mask .more {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

#fullpage .page4 .cont .title .index-title .en {
  color: #dedede;
  font-size: 30px;
}

#fullpage .page4 .cont .title .index-title h3 {
  color: #262626;
  font-size: 40px;
}

#fullpage .page4 .cont .title .btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fullpage .page4 .cont .title .btns .btn {
  width: 51px;
  height: 51px;
  line-height: 51px;
  border-radius: 25.5px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(185, 185, 185, 0.33);
  box-shadow: 1px 1px 10px 0 rgba(185, 185, 185, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}

#fullpage .page4 .cont .title .btns .btn .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .title .btns .btn .lines .dot {
  width: 2px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .title .btns .btn .lines .line {
  width: 26px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .title .btns .btn .iconfont {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .title .btns .btn.prev-btn {
  padding-left: 15px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

#fullpage .page4 .cont .title .btns .btn.prev-btn .lines {
  left: 23px;
}

#fullpage .page4 .cont .title .btns .btn.prev-btn .lines .dot {
  margin-left: 2px;
}

#fullpage .page4 .cont .title .btns .btn.next-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  margin-left: 40px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

#fullpage .page4 .cont .title .btns .btn.next-btn .lines {
  right: 23px;
}

#fullpage .page4 .cont .title .btns .btn.next-btn .lines .dot {
  margin-right: 2px;
}

#fullpage .page4 .cont .title .btns .btn:hover {
  width: 74px;
}

#fullpage .page4 .cont .title .btns .btn:hover .iconfont {
  color: #01ada3;
}

#fullpage .page4 .cont .title .btns .btn:hover .lines {
  width: 30px;
}

#fullpage .page4 .cont .title .btns .btn:hover .lines .line {
  background-color: #01ada3;
}

#fullpage .page4 .cont .title .btns .btn:hover .lines .dot {
  background-color: #01ada3;
}

#fullpage .page4 .cont .top-news {
  margin-top: 30px;
}

#fullpage .page4 .cont .top-news .swiper-wrapper {
  padding-bottom: 10px;
}

#fullpage .page4 .cont .top-news .swiper-wrapper .swiper-slide {
  position: relative;
  height: 18.75vw;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .top-news .swiper-wrapper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 14vw;
  overflow: hidden;
  position: relative;
}

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

#fullpage .page4 .cont .top-news .swiper-wrapper .swiper-slide .pic .date {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #01ada3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: -75px;
  left: -45px;
  z-index: 2;
}

#fullpage .page4 .cont .top-news .swiper-wrapper .swiper-slide .pic .date span {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -1px;
}

#fullpage .page4 .cont .top-news .swiper-wrapper .swiper-slide .tit {
  color: #464646;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  margin-top: 1em;
  display: block;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .top-news .swiper-wrapper .swiper-slide:hover .tit {
  color: #01ada3;
}

#fullpage .page4 .cont .bottom-news {
  margin-top: 30px;
}

#fullpage .page4 .cont .bottom-news .preview1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container {
  height: 40px;
  justify-self: start;
  margin: 0;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
  color: #5e5c5c;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .swiper-wrapper .swiper-slide.active-nav {
  color: #01ada3;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .process {
  width: 100%;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .process .process-line {
  width: 47px;
  border-radius: 2px;
  background-color: #01ada3;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .process .separate-line {
  width: 15px;
  height: 4px;
  border-radius: 2px;
  background-color: #01ada3;
  margin: 0 9px;
}

#fullpage .page4 .cont .bottom-news .preview1 .swiper-container .process .fill-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4px;
  background: #d6d6d6;
}

#fullpage .page4 .cont .bottom-news .preview1 .more {
  position: absolute;
  color: #5e5c5c;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

#fullpage .page4 .cont .bottom-news .preview1 .more .iconfont {
  color: #5e5c5c;
  font-size: 24px;
}

#fullpage .page4 .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#fullpage .page4 .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul li {
  width: 32%;
  margin-right: 2%;
  line-height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

#fullpage .page4 .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul li a {
  color: #888888;
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#fullpage .page4 .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul li span {
  font-size: 16px;
  color: #01ada3;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#fullpage .page4 .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(3n) {
  margin-right: 0;
}

#fullpage .page4 .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul li:hover a {
  color: #01ada3;
}

#fullpage .page4.active.fp-completely .cont .title .index-title .en {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active.fp-completely .cont .title .index-title h3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active.fp-completely .cont .title .btns .prev-btn {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#fullpage .page4.active.fp-completely .cont .title .btns .next-btn {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#fullpage .page4.active.fp-completely .cont .top-news .swiper-wrapper .swiper-slide {
  -webkit-filter: blur(0);
  filter: blur(0);
}

#fullpage .page4.active.fp-completely .cont .bottom-news .preview1 .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page4.active.fp-completely .cont .bottom-news .preview1 .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#fullpage .page4.active.fp-completely .cont .bottom-news .preview1 .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#fullpage .page4.active.fp-completely .cont .bottom-news .preview1 .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#fullpage .page4.active.fp-completely .cont .bottom-news .preview1 .process {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#fullpage .page4.active.fp-completely .cont .bottom-news .preview1 .more {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#fullpage .page4.active.fp-completely .cont .bottom-news .view1 .swiper-container .swiper-wrapper .swiper-slide ul li {
  -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: fadeInUp;
  animation-name: fadeInUp;
}

#fullpage .page5 {
  position: relative;
  height: 429px !important;
}