#fp-nav ul li a span {
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgb(185, 185, 185);
}

#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;
  animation-fill-mode: both;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

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

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

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

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

#fullpage .page1 .banner .swiper-wrapper .swiper-slide {
  width: 100vw !important;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  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;
  filter: blur(5px);
  transform: scale(1.3);
  opacity: 0.5;
  transition: all 2s linear;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.6;
  font-weight: bold;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h3 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.6;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text p {
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}

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

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

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

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

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

#fullpage .index-title h2 {
  color: #216a9e;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 0.5em;
}

#fullpage .index-title .en {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-family: serif;
}

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

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

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

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

#fullpage .page2 .cont .index-cates {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

#fullpage .page2 .cont .index-cates .mySwiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}

#fullpage .page2 .cont .index-cates .mySwiper .swiper-wrapper {
  gap: 16px;
  padding: 1rem;
}

#fullpage .page2 .cont .index-cates .mySwiper .swiper-wrapper .swiper-slide {
  width: auto;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s linear;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  border-radius: 5px;
  padding: 0.6em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#fullpage .page2 .cont .index-cates .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: #216a9e;
  color: #fff;
}

#fullpage .page2 .cont .mySwiper2 {
  position: relative;
  margin-top: 5vh;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide {
  position: relative;
  padding-bottom: 64px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info {
  width: 82%;
  border-radius: 10px;
  padding-left: 32%;
  padding-top: 81px;
  padding-bottom: 81px;
  height: 50vh;
  max-height: 501px;
  background: #f2f7fa url(../images/bg.png) no-repeat left center;
  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 .mySwiper2 .swiper-wrapper .swiper-slide .info .title {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info .title .tit a {
  color: #333333;
  font-size: 24px;
  line-height: 1;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info .title .tit .line {
  width: 47px;
  height: 4px;
  margin-top: 14px;
  background-color: #216a9e;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info .title .more {
  color: #fff;
  font-size: 36px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  margin-left: 2em;
  background-color: #216a9e;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info p {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  color: #666666;
  display: flex;
  align-items: center;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info p::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 1em;
  background-color: #666666;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .info p span {
  color: #333333;
}

#fullpage .page2 .cont .mySwiper2 .swiper-wrapper .swiper-slide .pic {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 460px;
  height: 330px;
  border-radius: 10px;
  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 .mySwiper2 .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#fullpage .page2 .cont .mySwiper2 .bubble {
  width: 274px;
  height: 290px;
  position: absolute;
  right: 48px;
  top: 16px;
  z-index: 11;
  animation: spin 60s linear infinite;
}

#fullpage .page2 .cont .mySwiper2 .bubble .b1 {
  width: 129px;
  height: 152px;
  top: 0;
  right: 0;
  position: absolute;
  animation: spin 45s linear infinite;
  animation-direction: reverse;
  background: url(../images/b1.png) no-repeat center center;
}

#fullpage .page2 .cont .mySwiper2 .bubble .b2 {
  width: 128px;
  height: 127px;
  top: 68px;
  left: 0;
  position: absolute;
  animation: spin 50s linear infinite;
  background: url(../images/b2.png) no-repeat center center;
}

#fullpage .page2 .cont .mySwiper2 .bubble .b3 {
  width: 125px;
  height: 127px;
  right: 25px;
  bottom: 0;
  position: absolute;
  animation: spin 55s linear infinite;
  background: url(../images/b3.png) no-repeat center center;
}

#fullpage .page3 {
  background: url(../images/bg1.jpg) no-repeat center top;
  overflow: hidden;
}

#fullpage .page3 .cont .information {
  display: flex;
  gap: 32px;
}

#fullpage .page3 .cont .information img {
  border-radius: 10px;
  height: 42vh;
  max-height: 402px;
  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 .information .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

#fullpage .page3 .cont .information .info .desc {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  text-indent: 2em;
}

#fullpage .page3 .cont .information .info .more {
  color: #fff;
  font-size: 36px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  background-color: #216a9e;
}

#fullpage .page3 .cont ul {
  display: flex;
  padding: 3.75vh 0;
  margin-top: 7.5vh;
  border-radius: 10px;
  background-color: #fff;
  justify-content: space-around;
  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 ul li {
  color: #333333;
  font-size: 24px;
}

#fullpage .page3 .cont ul li .num span {
  color: #d10707;
  font-size: 48px;
  margin-right: 16px;
}

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

#fullpage .page4 .index-title {
  text-align: center;
  margin-top: auto;
}

#fullpage .page4 .factory {
  margin-top: 7.5vh;
  background-color: #f0f0ee;
}

#fullpage .page4 .factory .cont {
  position: relative;
}

#fullpage .page4 .factory .cont .left {
  width: 300px;
  height: 56.25vh;
  max-height: 540px;
  left: -300px;
  top: 0;
  position: absolute;
  background: url(../images/left.jpg) no-repeat center center;
}

#fullpage .page4 .factory .cont .right {
  width: 300px;
  height: 56.25vh;
  max-height: 540px;
  right: -300px;
  top: 0;
  position: absolute;
  background: url(../images/right.jpg) no-repeat center center;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top {
  display: flex;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top .pic {
  width: 50%;
  height: 56.25vh;
  max-height: 540px;
}

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

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top .info {
  width: 50%;
  height: 56.25vh;
  max-height: 540px;
  position: relative;
  background-color: #216a9e;
  padding: 15vh 4vw 6.66vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top .info .desc {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top .info .more {
  color: #216a9e;
  font-size: 36px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  background-color: #fff;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top .info .quo {
  width: 62px;
  height: 47px;
  position: absolute;
  top: 72px;
  left: 64px;
  background: url(../images/quo.png) no-repeat center center;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .top .info .quo1 {
  width: 55px;
  height: 43px;
  position: absolute;
  right: 64px;
  bottom: 72px;
  background: url(../images/quo1.png) no-repeat center center;
}

#fullpage .page4 .factory .cont .fac-swiper .swiper-wrapper .swiper-slide .tit {
  width: 50%;
  height: 14vh;
  display: block;
  line-height: 14vh;
  text-align: center;
  color: #333333;
  font-size: 24px;
  background-color: #fff;
}

#fullpage .page4 .factory .cont .btns {
  width: 50%;
  height: 14vh;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}

#fullpage .page4 .factory .cont .btns .left-btn {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: #0b5386;
}

#fullpage .page4 .factory .cont .btns .left-btn .swiper-button-prev {
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
}

#fullpage .page4 .factory .cont .btns .right-btn {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: #023b63;
}

#fullpage .page4 .factory .cont .btns .right-btn .swiper-button-next {
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
}

#fullpage .page5 {
  position: relative;
  background: url(../images/bg2.jpg) no-repeat center center/cover;
}

#fullpage .page5 .cont .news {
  display: flex;
  margin-top: 5vh;
  align-items: center;
}

#fullpage .page5 .cont .news .news-swiper {
  width: 49%;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper1 {
  border-bottom: 1px solid #dcdcdc;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper1 .swiper-wrapper .swiper-slide {
  width: 33.33%;
  text-align: center;
  color: #333333;
  font-size: 20px;
  line-height: 2.5;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s linear;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: #216a9e;
  color: #fff;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper2 .swiper-wrapper .swiper-slide ul li {
  display: flex;
  align-items: center;
  line-height: 3;
  border-bottom: 1px dashed #b6b7b7;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper2 .swiper-wrapper .swiper-slide ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666666;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper2 .swiper-wrapper .swiper-slide ul li a {
  color: #333333;
  font-size: 18px;
  margin-left: 1em;
}

#fullpage .page5 .cont .news .news-swiper .news-swiper2 .swiper-wrapper .swiper-slide ul li span {
  color: #666666;
  font-size: 18px;
  margin-left: auto;
}

#fullpage .page5 .cont .news .news-gallery {
  width: 49%;
  height: 326px;
  padding: 1rem;
  display: flex;
  margin-left: auto;
  background-color: #fff;
  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 .page5 .cont .news .news-gallery .news-gallery2 {
  flex: 1;
  margin-right: 1rem;
}

#fullpage .page5 .cont .news .news-gallery .news-gallery2 .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

#fullpage .page5 .cont .news .news-gallery .news-gallery2 .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  display: block;
}

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

#fullpage .page5 .cont .news .news-gallery .news-gallery2 .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 2.5;
  z-index: 1;
  font-size: 18px;
  text-indent: 1em;
  background-color: rgba(0, 0, 0, 0.6);
}

#fullpage .page5 .cont .news .news-gallery .news-gallery1 {
  height: 100%;
  width: 25%;
}

#fullpage .page5 .cont .news .news-gallery .news-gallery1 .swiper-wrapper {
  height: 100%;
  gap: 2%;
}

#fullpage .page5 .cont .news .news-gallery .news-gallery1 .swiper-wrapper .swiper-slide {
  height: 32%;
  width: 100%;
  position: relative;
}

#fullpage .page5 .cont .news .news-gallery .news-gallery1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #216a9e;
}

#fullpage .page5 .cont .news .news-gallery .news-gallery1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#fullpage .page6 {
  position: relative;
  background: url(../images/bg3.jpg) no-repeat center center;
}

#fullpage .page6 .cont .contact {
  display: flex;
  margin-top: 2vh;
  gap: 2rem;
}
#fullpage .page6 .cont .contact .info {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#fullpage .page6 .cont .contact .info .tels {
  line-height: 1.5;
  margin-top: 1rem;
}
#fullpage .page6 .cont .contact .info .tels .logo {
  margin-bottom: 2rem;
}
#fullpage .page6 .cont .contact .info .tels span {
  color: #333333;
  font-size: 20px;
}
#fullpage .page6 .cont .contact .info .tels p {
  color: #d10707;
  font-size: 24px;
}
#fullpage .page6 .cont .contact .map {
  width: 100%;
  height: 404px;
  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 .page6 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */