﻿i {
  font-style: normal;
}

#fullpage .page1 .more {
  /*transition-delay: 0.7s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;*/
  width: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#fullpage .page1 .more .me_btn {
  width: 56px;
  height: 56px;
  position: relative;
}

#fullpage .page1 .more .me_btn img {
  transition: all 1s;
  transform-origin: 50% 61%;
}

#fullpage .page1 .more .me_btn .ic {
  width: 22px;
  height: 22px;
  transition: all 0.5s;
  background-color: #d7000f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page1 .more .me_btn .ic_vio {
  background: #bb9a7d;
}

#fullpage .page1 .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page1 .more p {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  transition: all 1s;
}

#fullpage .page1 .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page1 .more:hover p {
  transform: translateX(10px);
}

#fullpage {
  width: 100%;
  overflow: hidden;
}

#fullpage .page1 {
  width: 100%;
}

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

#fullpage .page1 .banner .banner_btn {
  width: 3.125%;
  position: absolute;
  right: 220px;
  bottom: 10%;
  z-index: 10;
  animation: banner_btn 2s linear 0s infinite;
  cursor: pointer;
}

#fullpage .page1 .banner .swiper-container {
  height: 100%;
}

#fullpage .page1 .banner .swiper-container.pc_banner {
  display: block;
}

#fullpage .page1 .banner .swiper-container.mb_banner {
  display: none;
}

#fullpage .page1 .banner .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}

#fullpage .page1 .banner .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page1 .banner .index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
}

#fullpage .page1 .banner .index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.07);
  transition: all ease-out 6s;
}

#fullpage .page1 .banner .index_banner .swiper-slide .text {
  position: absolute;
  bottom: 14%;
  left: 10%;
  color: #fff;
  display: none;
}

#fullpage .page1 .banner .index_banner .swiper-slide .text::after {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #d6000f;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.7s;
  transition-duration: 1.5s;
}

#fullpage .page1 .banner .index_banner .swiper-slide .text::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.7s;
  transition-duration: 1.5s;
}

#fullpage .page1 .banner .index_banner .swiper-slide .text p {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1s;
  transition-duration: 1.5s;
  display: block;
}

#fullpage .page1 .banner .index_banner .swiper-slide .text span {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1.2s;
  transition-duration: 1.5s;
  display: block;
}

#fullpage .page1 .banner .index_banner .swiper-slide .text_img {
  width: 10%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1s;
}

#fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .img img {
  transform: translate(-50%, -50%) scale(1.001);
}

#fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .text_img {
  animation: large-text 2s ease-out 0s 1 forwards;
}

#fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .text::after {
  transform: translateY(0);
  opacity: 1;
}

#fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .text::before {
  transform: translateY(0);
  opacity: 1;
}

#fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .text p,
#fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .text span {
  transform: translateY(0);
  opacity: 1;
}

#fullpage .page1 .banner .index_banner .banner_pagination {
  width: 150px;
  right: 110px;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

#fullpage .page1 .banner .index_banner .banner_pagination span {
  background-color: transparent !important;
  width: auto;
  height: auto;
  font-size: 18px;
  margin-top: 30px;
  color: #b79374;
  opacity: 0.8;
  text-align: right;
  transition: all 0.5s;
}

#fullpage .page1 .banner .index_banner .banner_pagination span:nth-child(1)::before {
  display: none !important;
}

#fullpage .page1 .banner .index_banner .banner_pagination span::before {
  content: '';
  height: 0px;
  transition: all 1s;
}

#fullpage .page1 .banner .index_banner .banner_pagination span.swiper-pagination-bullet-active {
  color: #d7000f;
  font-size: 30px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 5px;
}

#fullpage .page1 .banner .index_banner .banner_pagination span.swiper-pagination-bullet-active::before {
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #d7000f;
}

#fullpage .page2 {
  position: relative;
}

#fullpage .page2 .bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
  background: url(../image/2adfcf66-c125-4fc6-8245-ea29e5c1e6bf.jpeg) no-repeat center center;
}

#fullpage .page2 .ctn {
  position: relative;
  z-index: 8;
}

.video_mask {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 9;
}

.video_mask>div {
  max-height: 80%;
  max-width: 1080px;
  position: relative;
}

.video_mask video {
  width: 100%;
}

.close_mask {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 2;
}

.close_mask:hover {
  transition: 0.5s;
  transform: rotate(180deg);
}

.house {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66%;
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
  z-index: 2;
}

#fullpage .page2.active .house {
  opacity: 1;
  transform: translateX(0);
}

@font-face {
  font-family: "ts";
  src: url("../font/Helvetica\ Inserat\ Cyrillic\ Upright.ttf");
}

.numCount {
  font-size: 180px;
  position: absolute;
  left: 28%;
  top: -25%;
  color: #9d9d9d;
  font-family: "Impact";
  z-index: 2;
  background: url(../image/e10e3108-608c-4e54-9390-e07fa2233f00.png) no-repeat center right;
  width: 500px;
  height: 388px;
  padding-top: 33px;
  transform: scale(0.9);
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  opacity: 0;
}

.numCX {
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  transform: translateX(-50px);
}

#fullpage .page2 .numCount {
  color: #bf9a78;
}

#fullpage .page2 .pic_ink {
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  transform: translateX(50px);
  opacity: 0;
}

#fullpage .page2.active .numCount {
  transform: scale(1);
  opacity: 1;
}

#fullpage .page2.active .numCX {
  transform: translateX(0);
}

#fullpage .page2.active .pic_ink {
  transform: translateX(0);
  opacity: 1;
}

#fullpage .page2 .box_t {
  width: 5.5%;
  position: absolute;
  top: 10%;
  left: 0;
  transform: translateX(-30px);
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1s;
}

#fullpage .page2 .box_b {
  width: 41%;
  position: absolute;
  bottom: 0%;
  left: 0;
  /*background-color: #eaeaea;*/
  padding-right: 12%;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 1s;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#fullpage .page2 .box_b img {
  max-width: 100%;
  max-height: 96%;
  object-fit: contain;
  width: auto;
}

#fullpage .page2 .w1600 {
  overflow: inherit;
}

#fullpage .page2 .tit {
  transform: translateX(-30px);
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
}

#fullpage .page2 .tit p {
  color: #333333;
  border-bottom: 1px solid #ce0021;
  display: inline-block;
  padding-right: 5%;
  position: relative;
}

#fullpage .page2 .tit p i {
  vertical-align: middle;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page2 .tit p img {
  width: 40px;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

#fullpage .page2 .tit p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page2 .tit p::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page2 .tit span {
  display: block;
  color: #333333;
  font-family: "Arial";
}

#fullpage .page2 .des {
  width: 35%;
  position: relative;
  z-index: 2;
}

#fullpage .page2 .des p {
  transition-delay: 0.5s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;
  color: #333333;
  display: block;
  margin-top: 10%;
  font-weight: bold;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page2 .des span {
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;
  color: #666666;
  display: block;
  margin-top: 10%;
  text-align: justify;
  line-height: 2.5;
  text-indent: 2em;
}

#fullpage .page2 .more {
  transition-delay: 0.7s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#fullpage .page2 .two_btn {
  display: flex;
  margin-top: 5%;
  align-items: center;
  margin-bottom: 2%;
  justify-content: space-between;

  width: 35%;
}

#fullpage .page2 .vio_btn p {
  color: #666;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid #666;
  transition: all 1s;
}

#fullpage .page2 .more .me_btn {
  width: 86px;
  height: 86px;
  position: relative;
}

#fullpage .page2 .more .me_btn img {
  transition: all 1s;
  transform-origin: 50% 61%;
}

#fullpage .page2 .more .me_btn .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #d7000f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page2 .more .me_btn .ic_vio {
  background: #bb9a7d;
}

#fullpage .page2 .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page2 .more p {
  color: #666;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid #ce0021;
  transition: all 1s;
}

#fullpage .page2 .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page2 .more:hover p {
  transform: translateX(10px);
}

#fullpage .page2 .ink {
  display: none;
  position: absolute;
  right: 3%;
  top: -6%;
  width: 1000px;
}

#fullpage .page2 .pic_ink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 95vh;
}

#fullpage .page2 .pic_ink img {
  max-width: 100%;
  height: inherit;
}

#fullpage .page2 .btn_video {
  transition-delay: 0.7s;
  transition-duration: 1s;
  width: 80px;
  height: 68px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: relative;
}

.vio_btn {
  display: flex;
  align-items: center;
}

#fullpage .page2 .btn_video img {
  transition: all 1s;
  transform-origin: 50% 59%;
  width: auto;
}

#fullpage .page2 .btn_video .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #f3c7a2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page2 .btn_video .ic svg {
  margin: 0px;
  width: 12px;
  height: 12px;
}

#fullpage .page2 .btn_video:hover img {
  transform: rotate(360deg);
}

#fullpage .page2.active .bg {
  opacity: 1;
}

#fullpage .page2.active .tit {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page2.active .more {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page2.active .des p,
#fullpage .page2.active .des span {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page2.active .box_t {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page2.active .box_b {
  opacity: 1;
  transform: translateY(0);
}

#fullpage .page2.active .btn_video {
  opacity: 1;
}

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

#fullpage .page3 .bg {
  background: url('../image/55cd65e4-65cd-46ef-8cd7-1d9f39b72a37.jpg') no-repeat center center;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fullpage .page3 .box_t {
  width: 50%;
  position: absolute;
  object-fit: cover;
  height: 75%;
  top: 0%;
  left: 0;
  transform: translateX(-100%);
  transition-delay: 0.1s;
  transition-duration: 1s;
}

.l_kuai {
  height: 26%;
  background: #c9caca;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - 1440px)/2);
}

#fullpage .page3 .box_b {
  width: 23.95%;
  position: absolute;
  object-fit: cover;
  height: 7%;
  bottom: 0%;
  right: 0;
  transform: translateX(100%);
  transition-delay: 0.1s;
  transition-duration: 1s;
}

#fullpage .page3 .ctn {
  position: relative;
  z-index: 2;
  height: 100%;
}

#fullpage .page3 .ctn .w1600 {
  height: 100%;
  position: relative;
}

#fullpage .page3 .item {
  position: absolute;
  overflow: hidden;
}

#fullpage .page3 .item:hover .bg_img {
  transform: scale(1.05);
}

#fullpage .page3 .item .bg_img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#fullpage .page3 .item .text {
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 35px;
  color: #fff;

}

#fullpage .page3 .pic5 .text,
#fullpage .page3 .pic6 .text {
  color: #bf9a78;
}

#fullpage .page3 .item .text .des {
  display: none;
}

#fullpage .page3 .item .text .des>div {
  display: inline-block;
  width: 100%;
}

#fullpage .page3 .item .text .des>div::before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0 25px;
}

#fullpage .page3 .item .text .more {
  width: 200px;
  display: flex;
  flex-direction: row;
  margin-top: 5%;
  align-items: center;
  margin-bottom: 2%;
}

#fullpage .page3 .item .text .more .me_btn {
  width: 84px;
  height: 84px;
  position: relative;
}

#fullpage .page3 .item .text .more .me_btn img {
  transition: all 1s;
  transform-origin: 50% 61%;
}

#fullpage .page3 .item .text .more .me_btn .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page3 .item .text .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page3 .item .text .more p {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  transition: all 1s;
}

#fullpage .page3 .item .text .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page3 .item .text .more:hover p {
  transform: translateX(10px);
}

#fullpage .page3 .item.pic0 {
  width: 50%;
  height: 24%;
  left: 0;
  top: 0%;
  transform: translateX(0px);
  transition-delay: 0.6s;
  transition-duration: 1s;
  opacity: 1;
  display: flex;
  align-items: center;
}

#fullpage .page3 .pic0 .tit p {
  color: white;
  border-bottom: 1px solid white;
  display: inline-block;
  width: 295px;
  position: relative;
}

#fullpage .page3 .pic0 .tit span {
  display: block;
  color: #e8bc94;
  font-family: "Arial";
}

#fullpage .page3 .pic0 .tit p i {
  vertical-align: middle;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page3 .pic0 .tit p img {
  width: 40px;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

#fullpage .page3 .pic0 .tit p::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: white;
}

#fullpage .page3 .pic0 .tit p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: white;
}

#fullpage .page3 .item.pic1 {
  width: 50%;
  height: 51%;
  left: 0;
  top: 24%;
  transform: translateX(-50px);
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  opacity: 0;
}

#fullpage .page3 .item.pic2 {
  width: 25%;
  height: 24%;
  top: 0;
  left: 50%;
  transform: translateY(-50px);
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  opacity: 0;
}

#fullpage .page3 .item.pic3 {
  width: 25%;
  height: 24%;
  top: 0;
  left: 75%;
  transform: translateY(-50px);
  transition-delay: 0.7s;
  transition-duration: 1.5s;
  opacity: 0;
}

#fullpage .page3 .item.pic4 {
  width: 50%;
  height: 51%;
  top: 24%;
  left: 50%;
  transform: translateX(50px);
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  opacity: 0;
}

#fullpage .page3 .item.pic5 {
  width: 26%;
  height: 25%;
  top: 75%;
  left: 24%;
  transform: translateY(50px);
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  opacity: 0;
}

#fullpage .page3 .item.pic6 {
  width: 26%;
  height: 25%;
  top: 75%;
  left: 50%;
  transform: translateY(50px);
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  opacity: 0;
}

#fullpage .page3 .item.img_box {
  cursor: pointer;
}

#fullpage .page3 .item.pic7 {
  height: 18%;
  top: 75%;
  display: flex;
  align-items: center;
  right: 0;
}

#fullpage .page3 .item.pic7 .more {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#fullpage .page3 .item.pic7 .more .me_btn {
  width: 86px;
  height: 86px;
  position: relative;
}

#fullpage .page3 .item.pic7 .more .me_btn img {
  transition: all 1.5s;
  transform-origin: 50% 61%;
}

#fullpage .page3 .item.pic7 .more .me_btn .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #d7000f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page3 .item.pic7 .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page3 .item.pic7 .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page3.active .box_t,
#fullpage .page3.active .box_b,
#fullpage .page3.active .item.pic1,
#fullpage .page3.active .item.pic2,
#fullpage .page3.active .item.pic3,
#fullpage .page3.active .item.pic4,
#fullpage .page3.active .item.pic5,
#fullpage .page3.active .item.pic6 {
  transform: translate(0);
  opacity: 1;
}

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

#fullpage .page4 .bg {
  background: url('../image/e050c79f-a341-4c0d-bb67-636a8dbe946d.jpg') no-repeat center center;
  background-size: cover;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fullpage .page4 .box_t {
  width: 30%;
  position: absolute;
  object-fit: cover;
  height: 18%;
  top: 0%;
  right: 0;
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateX(50px);
  opacity: 0;
}

#fullpage .page4.active .box_t {
  transform: translateX(0px);
  opacity: 1;
}

#fullpage .page4 .box_b {
  width: 25%;
  position: absolute;
  object-fit: cover;
  height: 80px;
  bottom: 0%;
  left: 0;
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page4.active .box_b {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page4 .ctn {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: 12.5%;
}

#fullpage .page4 .ctn .more {
  position: absolute;
  top: 4%;
  right: 11%;
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#fullpage .page4 .ctn .more .me_btn {
  width: 84px;
  height: 84px;
  position: relative;
}

#fullpage .page4 .ctn .more .me_btn img {
  transition: all 1s;
  transform-origin: 50% 61%;
}

#fullpage .page4 .ctn .more .me_btn .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page4 .ctn .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page4 .ctn .more p {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  transition: all 1s;
}

#fullpage .page4 .ctn .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page4 .ctn .more:hover p {
  transform: translateX(10px);
}

#fullpage .page4 .ctn .tit {
  padding-top: 2%;
}

#fullpage .page4 .ctn .tit p {
  color: #333333;
  border-bottom: 1px solid #ce0021;
  display: inline-block;
  padding-right: 5%;
  position: relative;
}

#fullpage .page4 .ctn .tit p i {
  vertical-align: middle;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page4 .ctn .tit p img {
  width: 40px;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

#fullpage .page4 .ctn .tit p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page4 .ctn .tit p::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page4 .ctn .tit span {
  display: block;
  color: #333333;
  font-family: Arial;
}

#fullpage .page4 .ctn .project_tab {
  position: absolute;
  bottom: 0%;
  left: 12.5%;
  width: 88.3%;
  height: 82%;
  overflow: inherit;
}

#fullpage .page4 .ctn .project_tab .swiper-container {
  overflow: inherit;
  height: 100%;
}

#fullpage .page4 .ctn .project_tab>div {
  opacity: 0.0001;
  transition: all 3s;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes myfirst {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#fullpage .page4 .ctn .project_tab .project_act {
  opacity: 1;
  z-index: 2;
  height: 100%;
}

#fullpage .page4 .ctn .project .text {
  position: absolute;
  left: -9%;
  top: 5%;
  display: flex;
  border-right: 1px solid #ce0021;
  padding-top: 30px;
  padding-right: 20px;
  z-index: 2;
}

#fullpage .page4 .ctn .project .text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page4 .ctn .project .text::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page4 .ctn .project .text p,
#fullpage .page4 .ctn .project .text span {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-family: "宋体";
}

#fullpage .page4 .ctn .project .text p {
  color: #8e8e8e;
  text-transform: uppercase;
  height: 60vh;
  max-width: 3em;
  min-width: 1.5em;
}

#fullpage .page4 .ctn .project .text span {
  color: #333;
  width: 1.5em;
}

#fullpage .page4 .ctn .project .img {
  width: 100%;
  height: 100%;
  position: relative;
}

#fullpage .page4 .ctn .project .img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  z-index: 9999;
}

#fullpage .page4 .ctn .project .img img {
  height: 100%;
  object-fit: cover;
  transition: all 0s;
}

#fullpage .page4 .ctn .project .swiper-slide-active .img img {
  transform: scale(1);
  transition: all 2s;
}

#fullpage .page4 .ctn .nav_name {
  position: absolute;
  bottom: 0;
  left: 12.5%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 88.3%;
  align-items: end;
}

#fullpage .page4 .ctn .nav_name a {
  display: flex;
  width: 25%;
  color: #fff;
  padding: 0px 20px;
  align-items: center;
  height: 80px;
}

#fullpage .page4 .ctn .nav_name a:hover p,
#fullpage .page4 .ctn .nav_name a:hover span {
  margin-left: 10px;
  transition: 0.5s;
}

#fullpage .page4 .ctn .nav_name a:nth-child(1) {

  transition-delay: 0.7s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page4 .ctn .nav_name a:nth-child(2) {

  transition-delay: 0.8s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page4 .ctn .nav_name a:nth-child(3) {

  transition-delay: 0.9s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page4 .ctn .nav_name a:nth-child(4) {
  transition-delay: 1s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page4 .ctn .nav_name a:nth-child(1).on {
  background: rgba(215, 0, 15, 0.8);
  transition-duration: 0.5s;
}

#fullpage .page4 .ctn .nav_name a:nth-child(2).on {
  background: rgba(23, 53, 77, 0.8);
  transition-duration: 0.5s;
}

#fullpage .page4 .ctn .nav_name a:nth-child(3).on {
  background: rgba(181, 181, 181, 0.8);
  transition-duration: 0.5s;
}

#fullpage .page4 .ctn .nav_name a:nth-child(4).on {
  background: rgba(58, 42, 51, 0.8);
  transition-duration: 0.5s;
}

#fullpage .page4.active .ctn .nav_name a:nth-child(1) {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page4.active .ctn .nav_name a:nth-child(2) {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page4.active .ctn .nav_name a:nth-child(3) {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page4.active .ctn .nav_name a:nth-child(4) {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page4 .ctn .nav_name a span,
#fullpage .page4 .ctn .nav_name a p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  height: 1.5em;
  transition: 0.5s;
}

/*#fullpage .page4 .ctn .project .nav_name a.on {
  background-color: rgba(208, 16, 16, 0.8);
}*/
#fullpage .page4 .ctn .project .swiper-button-prev::after,
#fullpage .page4 .ctn .project .swiper-button-next::after {
  display: none;
}

#fullpage .page4 .ctn .project .swiper-button-next,
#fullpage .page4 .ctn .project .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#fullpage .page4 .ctn .project .swiper-button-next img,
#fullpage .page4 .ctn .project .swiper-button-prev img {
  width: 30px;
  height: 30px;
}

#fullpage .page4 .ctn .project .swiper-button-next:hover,
#fullpage .page4 .ctn .project .swiper-button-prev:hover {
  background-color: rgba(215, 0, 15, 0.8);
}

#fullpage .page4 .ctn .project .swiper-button-prev {
  left: 30px;
}

#fullpage .page4 .ctn .project .swiper-button-next {
  right: 50px;
}

#fullpage .page4 .ctn .project .swiper-button-next img {
  transform: rotate(180deg);
}

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

#fullpage .page5 .bg {
  background: url('../image/3b466683-3192-476c-bffb-720f571e0f25.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fullpage .page5 .w1600 {
  height: 100%;
  width: 1440px;
}

#fullpage .page5 .btn_cb {
  width: 25%;
  height: 5%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ce212d;
}

#fullpage .page5 .ctn {
  position: relative;
  height: 100%;
}

#fullpage .page5 .ctn .more {
  position: absolute;
  top: 7%;
  right: 0%;
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#fullpage .page5 .ctn .more .me_btn {
  width: 84px;
  height: 84px;
  position: relative;
}

#fullpage .page5 .ctn .more .me_btn img {
  transition: all 1s;
  transform-origin: 50% 61%;
}

#fullpage .page5 .ctn .more .me_btn .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #d7000f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page5 .ctn .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page5 .ctn .more p {
  color: #2e2e2e;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid #2e2e2e;
  transition: all 1s;
}

#fullpage .page5 .ctn .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page5 .ctn .more:hover p {
  transform: translateX(10px);
}

#fullpage .page5 .ctn .tit {
  padding-top: 5%;
}

#fullpage .page5 .ctn .tit p {
  color: #333333;
  border-bottom: 1px solid #ce0021;
  display: inline-block;
  padding-right: 5%;
  position: relative;
}

#fullpage .page5 .ctn .tit p i {
  vertical-align: middle;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page5 .ctn .tit p img {
  width: 40px;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

#fullpage .page5 .ctn .tit p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page5 .ctn .tit p::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page5 .ctn .tit span {
  display: block;
  color: #333333;
  font-family: Arial;
}

#fullpage .page5 .ctn .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}

#fullpage .page5 .ctn .news .time {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#fullpage .page5 .ctn .news .time i {
  display: inline-block;
  font-size: 36px;
  color: #d7000f;
}

#fullpage .page5 .ctn .news .time .days {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  margin-left: 8px;
  transition: all 1s;
}

#fullpage .page5 .ctn .news .time .line {
  width: 40px;
  height: 2px;
  background-color: #d6000f;
  display: inline-block;
  margin-left: 14px;
  transition: all 1s;
}

#fullpage .page5 .ctn .news li {
  position: relative;
}

#fullpage .page5 .ctn .news li::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d6000f;
  transition: all 1s;
  z-index: 10;
}

#fullpage .page5 .ctn .news li:hover::before {
  width: 100%;
}

#fullpage .page5 .ctn .news li:nth-child(1n) {
  width: 47%;
  transition: 0.5s;
}

#fullpage .page5 .ctn .news li:nth-child(2n) {
  width: 47%;
  transition: 0.5s;
}

#fullpage .page5 .ctn .news li:nth-child(1):hover .text,
#fullpage .page5 .ctn .news li:nth-child(4):hover .text {
  transform: translateY(-20px);
}

#fullpage .page5 .ctn .news li:nth-child(1) .des,
#fullpage .page5 .ctn .news li:nth-child(4) .des {
  display: none;
}

#fullpage .page5 .ctn .news li:nth-child(1) .img,
#fullpage .page5 .ctn .news li:nth-child(4) .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

/*#fullpage .page5 .ctn .news li:nth-child(1):hover{
  width: 51%;
  transition: 0.5s;
}
#fullpage .page5 .ctn .news li:nth-child(4):hover{
  width: 51%;
  transition: 0.5s;
}*/
#fullpage .page5 .ctn .news li:nth-child(1) .img img,
#fullpage .page5 .ctn .news li:nth-child(4) .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page5 .ctn .news li:nth-child(1) .text,
#fullpage .page5 .ctn .news li:nth-child(4) .text {
  position: absolute;
  left: 6%;
  bottom: 8%;
  transition: all 0.5s;
}

#fullpage .page5 .ctn .news li:nth-child(1) .text .title,
#fullpage .page5 .ctn .news li:nth-child(4) .text .title {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  color: #fff;
}

#fullpage .page5 .ctn .news li:nth-child(2),
#fullpage .page5 .ctn .news li:nth-child(3) {
  padding-right: 5%;
}

#fullpage .page5 .ctn .news li:nth-child(2):hover .title,
#fullpage .page5 .ctn .news li:nth-child(3):hover .title {
  color: #d6000f !important;
}

#fullpage .page5 .ctn .news li:nth-child(2)::before,
#fullpage .page5 .ctn .news li:nth-child(3)::before {
  bottom: 5%;
}

#fullpage .page5 .ctn .news li:nth-child(2) .time .days,
#fullpage .page5 .ctn .news li:nth-child(3) .time .days {
  color: #888;
}

#fullpage .page5 .ctn .news li:nth-child(2) .img,
#fullpage .page5 .ctn .news li:nth-child(3) .img {
  display: none;
}

#fullpage .page5 .ctn .news li:nth-child(2) .text,
#fullpage .page5 .ctn .news li:nth-child(3) .text {
  margin-top: 5%;
  padding: 4% 3%;
  border-top: 2px solid #d6000f;
}

#fullpage .page5 .ctn .news li:nth-child(2) .title,
#fullpage .page5 .ctn .news li:nth-child(3) .title {
  margin-top: 2%;
}

#fullpage .page5 .ctn .news li:nth-child(2) .des,
#fullpage .page5 .ctn .news li:nth-child(3) .des {
  margin-top: 3%;
  line-height: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 4em;
}

#fullpage .page5 .ctn .news li:nth-child(1) {
  transition-delay: 0.5s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5.active .ctn .news li:nth-child(1) {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page5 .ctn .news li:nth-child(3) .time {
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5 .ctn .news li:nth-child(3) .title {
  transition-delay: 0.7s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5 .ctn .news li:nth-child(3) .des {
  transition-delay: 0.8s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5.active .ctn .news li:nth-child(3) .time {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page5.active .ctn .news li:nth-child(3) .title {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page5.active .ctn .news li:nth-child(3) .des {
  transform: translateY(0px);
  opacity: 1;
}



#fullpage .page5 .ctn .news li:nth-child(2) .time {
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5 .ctn .news li:nth-child(2) .title {
  transition-delay: 0.7s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5 .ctn .news li:nth-child(2) .des {
  transition-delay: 0.8s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5.active .ctn .news li:nth-child(2) .time {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page5.active .ctn .news li:nth-child(2) .title {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page5.active .ctn .news li:nth-child(2) .des {
  transform: translateY(0px);
  opacity: 1;
}

#fullpage .page5 .ctn .news li:nth-child(4) {
  transition-delay: 0.8s;
  transition-duration: 1s;
  transform: translateY(50px);
  opacity: 0;
}

#fullpage .page5.active .ctn .news li:nth-child(4) {
  transform: translateY(0px);
  opacity: 1;
}

@keyframes large-text {
  0% {
    transform: translateX(-50%) translateY(-30px);
    opacity: 0;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

@keyframes banner_btn {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

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

#fullpage .page6 .bg {
  background: url(../image/db528ff2-1790-4b48-8719-1c7b491b52de.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page6 .w1600 {
  position: relative;
  z-index: 2;
  overflow: inherit;
  margin-top: 13%;
}

#fullpage .page6 .tit p::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page6 .tit p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page6 .tit p {
  color: #333333;
  border-bottom: 1px solid #ce0021;
  display: inline-block;
  padding-right: 5%;
  position: relative;
}

#fullpage .page6 .tit p i {
  vertical-align: middle;
  color: white;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page6 .tit p img {
  width: 40px;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

#fullpage .page6 .tit span {
  display: block;
  color: #e8bc94;
  font-family: Arial;
}

.page6_flx {
  display: flex;
  justify-content: space-between;
}

.page6_r {
  width: 34.7%;
  color: white;
}

.page6_r .tit {
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
}

.page6 img {
  width: auto;
}

.page6_des {
  margin: 2.86vw 0 7.03vw;
  line-height: 2em;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 1s;
  text-align: justify;
}

#fullpage .page6 .more {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.6s;
  transition-duration: 1s;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

#fullpage .page6.active .tit {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page6.active .page6_des {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page6.active .more {
  opacity: 1;
  transform: translateX(0);
}

#fullpage .page6 .more .me_btn {
  width: 84px;
  height: 84px;
  position: relative;
}

#fullpage .page6 .more p {
  color: white;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid white;
  transition: all 1s;
}

#fullpage .page6 .more .me_btn img {
  transition: all 1s;
  transform-origin: 50% 61%;
}

#fullpage .page6 .more .me_btn .ic {
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background-color: #d7000f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page6 .more .me_btn .ic svg {
  margin: 0px;
  transform: translateX(1px);
}

#fullpage .page6 .more:hover .me_btn img {
  transform: rotate(360deg);
}

#fullpage .page6 .more:hover p {
  transform: translateX(10px);
}

.china {
  position: relative;
  left: -2%;
}

.earth {
  position: absolute;
  left: -28%;
  top: -7%;
  width: 1300px;
  opacity: 0.7;
}

.map {
  position: relative;
  z-index: 2;
}

.point li {
  position: absolute;
  z-index: 2;
  display: none;
}

.point li:nth-child(1) {
  display: block;
}

.point li:nth-child(n+14) {
  display: block;
}

.dian {
  width: 7px;
  height: 7px;
  background: #c29f82;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.point_clk {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c29f82;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@keyframes scale {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0
  }

  30% {
    width: 0px;
    height: 0px;
    opacity: .9
  }

  100% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0
  }

  30% {
    width: 0px;
    height: 0px;
    opacity: .9
  }

  100% {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}

.dian::before,
.dian::after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: '';
  border: 1px solid white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.dian::before {
  -moz-animation: scale 2s infinite;
  -ms-animation: scale 2s infinite;
  -webkit-animation: scale 2s infinite;
  -o-animation: scale 2s infinite;
}

.dian::after {
  -moz-animation: scale2 2s infinite;
  -ms-animation: scale2 2s infinite;
  -webkit-animation: scale2 2s infinite;
  -o-animation: scale2 2s infinite;
}

.point li:nth-child(1) .dian::before,
.point li:nth-child(1) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(2) .dian::before,
.point li:nth-child(2) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(3) .dian::before,
.point li:nth-child(3) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(4) .dian::before,
.point li:nth-child(4) .dian::after {
  animation-delay: 2.5s;
}

.point li:nth-child(5) .dian::before,
.point li:nth-child(5) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(6) .dian::before,
.point li:nth-child(6) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(7) .dian::before,
.point li:nth-child(7) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(8) .dian::before,
.point li:nth-child(8) .dian::after {
  animation-delay: 2.5s;
}

.point li:nth-child(9) .dian::before,
.point li:nth-child(9) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(10) .dian::before,
.point li:nth-child(10) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(11) .dian::before,
.point li:nth-child(11) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(12) .dian::before,
.point li:nth-child(12) .dian::after {
  animation-delay: 2.5s;
}

.point li:nth-child(13) .dian::before,
.point li:nth-child(13) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(14) .dian::before,
.point li:nth-child(14) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(15) .dian::before,
.point li:nth-child(15) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(16) .dian::before,
.point li:nth-child(16) .dian::after {
  animation-delay: 2.5s;
}

.point li:nth-child(17) .dian::before,
.point li:nth-child(17) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(18) .dian::before,
.point li:nth-child(18) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(19) .dian::before,
.point li:nth-child(19) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(20) .dian::before,
.point li:nth-child(20) .dian::after {
  animation-delay: 25s;
}

.point li:nth-child(21) .dian::before,
.point li:nth-child(21) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(22) .dian::before,
.point li:nth-child(22) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(23) .dian::before,
.point li:nth-child(23) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(24) .dian::before,
.point li:nth-child(24) .dian::after {
  animation-delay: 2.5s;
}

.point li:nth-child(25) .dian::before,
.point li:nth-child(25) .dian::after {
  animation-delay: 0.5s;
}

.point li:nth-child(26) .dian::before,
.point li:nth-child(26) .dian::after {
  animation-delay: 1s;
}

.point li:nth-child(27) .dian::before,
.point li:nth-child(27) .dian::after {
  animation-delay: 2s;
}

.point li:nth-child(28) .dian::before,
.point li:nth-child(28) .dian::after {
  animation-delay: 2.5s;
}



.page6_mask {
  width: 364px;
  position: absolute;
  top: 30%;
  left: 90%;
  z-index: 6;
  display: none;
  color: white;
}

.page6_mask>div {
  display: none;
}

.beijing .dian:nth-child() {
  width: 12px;
  height: 12px;
}

.page6_mask li {
  display: flex;
  align-items: center;
  color: #162134;
  height: 41px;
  line-height: 41px;
  padding-left: 60px;
  padding-left: 24px;
  background: url(../image/d4aeeb5c-0f5a-4ad8-b01d-8e8f18a757aa.png) no-repeat;
  margin: 5px 0 5px;
  font-weight: bold;
}

.page7 img {
  width: auto;
}

.page7 .w1600 {
  position: relative;
  z-index: 2;
  padding: 60px 0 30px;
}

.page7 {
  border-top: 6px solid #d7000f;
  height: auto !important;

}

/*头部导航*/


.page7 .fp-tableCell {
  height: auto !important;
  display: block !important;
}

.page7 .bg {
  background: url(../image/dea5cdb0-c424-4898-98a6-610461310cb5.jpg) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page7 .share {
  display: flex;
  margin: 40px 0 50px;
}

.page7 .share>a {
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background: #d6000f;
  border-radius: 50%;
}

.page7 .share>a:nth-child(2) {
  margin: 0 30px;
}

.page7 .share>a:hover {
  transition: 0.5s;
  background: #d6000f;
}

.page7 .share>a:first-child {
  background: #28c445;
}

.page7 .share>a:last-child {
  background: #fa9d3b;
}

.page7 .foot_contact div {
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 8px;
}

.page7 .foot_contact div img {
  margin-right: 10px;
  width: 16px;
}

.page7 .colum_two a {
  transition: 0.5s;
  color: #80858f;
}

.page7 .colum_two a:hover {
  transition: 0.5s;
  color: #c29f82;
}

.page7 .colum_two div {
  margin-bottom: 15px;
}

.page7 .foot_nav_tit {
  color: #c29f82;
}

.page7 .foot_nav_tit::after {
  display: block;
  margin: 20px 0;
  content: "";
  width: 30px;
  height: 2px;
  background: #d6000f;
}

.page7 .foot_top {
  display: flex;
  justify-content: space-between;
}

.foot_top>div:first-child {
  width: 20.5%;
}

.page7 .foot_nav {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.page7 .foot_btm {
  display: flex;
  justify-content: space-between;
  color: #80858f;
  padding-top: 7.2%;
}

.page7 .foot_btm span {}

.page7 .foot_btm>div>span {
  margin-left: 40px;
}

.page7 .foot_btm>div>a {
  margin-left: 40px;
}

.page7 .friends_lk {
  display: flex;
  align-items: center;
}

.page7 .friends_lk>div {
  border-right: 1px solid #80858f;
  padding: 0 10px;
  line-height: 1;
}

.page7 .friends_lk a {
  line-height: 1;
}

.page7 .friends_lk>div:first-child {
  padding-left: 0;
}

.page7 .friends_lk>div:last-child {
  border-right: none;
}

/**/

/*翻屏锚点*/
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  background: #898989;
  position: relative;
  display: block;
  margin: inherit !important;
  left: inherit;
  top: inherit;
}

#fp-nav ul li a {
  width: 6px;
  height: 6px;
  display: flex;
}

#fp-nav ul li a.active {
  width: 12px;
  height: 12px;
}

.fp-slidesNav ul li .active {
  width: 16px;
  height: 16px;
}

#fp-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#fp-nav ul li {
  width: inherit;
  height: inherit;
  margin: 10px 0;
}

#fp-nav ul li .active span {
  background: #d7000f;
  position: relative;
}

#fp-nav ul li .active span::after {
  display: block;
  content: "";
  width: 44px;
  height: 40px;
  position: absolute;
  background-image: url(../image/520cd9e8-5c11-4e5d-af05-8abf709cc6f0.png);
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  display: none;
}

#fp-nav.right {
  right: 45px;
}

@media only screen and (max-width: 1600px) {
  #fullpage .page5 .ctn .news li::before {
    display: none !important;
  }

  #fullpage .page2 .pic_ink img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
  }

  .page6_mask {
    top: 19%;
    left: 14%;
  }

  .page6_mask li {
    margin: 3px 0 3px;
  }

  #fullpage .page4 .ctn .project .text {
    padding-right: 10px;
  }

  #fullpage .page2 .two_btn {
    margin-top: 1%;
  }

  #fullpage .page2 .ink {
    right: 0;
    width: 900px;
  }

  #fullpage .page2 .ink img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
  }

  #fullpage .page5 .ctn .news li:nth-child(2) .text,
  #fullpage .page5 .ctn .news li:nth-child(3) .text {
    padding: 0 3%;
  }

  #fullpage .page5 .ctn .news li:nth-child(2) .title,
  #fullpage .page5 .ctn .news li:nth-child(3) .title {
    margin-top: 0%;
  }

  .page7 .foot_nav>div {
    margin-left: 1.5vw;
  }
}

@media only screen and (max-width: 1500px) {
  #fullpage .page2 .pic_ink {
    height: 80vh;
  }

  .numCount {
    font-size: 150px;
    width: 382px;
    height: 388px;
    left: 32%;
    top: -31%;
    background-size: contain;
    padding-top: 55px;
  }
}

@media only screen and (max-width: 1280px) {
  #fullpage .page2 .pic_ink {
    height: 44vw;
  }
}

@media only screen and (max-width: 1200px) {
  .foot_top>div:first-child {
    width: auto;
  }

  #fullpage .page2 .ink {
    display: block;
    height: 40vh;
    margin-bottom: 10px;
  }

  .numCount {
    width: 300px;
    height: 332px;
    left: 70%;
    top: -5%;
    font-size: 112px;
  }

  #fullpage .page2 .pic_ink {
    height: 50vh;
    display: none;
  }

  .page7 .foot_nav {
    display: none;
  }

  .page7 .foot_top {
    justify-content: center;
  }

  .page7 .share {
    justify-content: center;
    margin: 25px 0 25px;
  }

  .foot_top>div>img {
    margin: auto
  }

  #fullpage .page2 .des {
    width: 100%;
  }

  #fullpage .page2 .des p {
    margin-top: 0;
  }

  #fullpage .page2 .des span {
    margin-top: 10px;
    ;
  }

  #fullpage .page2 .ink {
    position: relative;
    width: 100%;
  }

  #fullpage .page2 .two_btn {
    width: 100%;
  }
}

@media (min-width:769px) and (max-width:1200px) {
  #fullpage .page5 .btn_cb {
    top: 3%;
  }

  #fullpage .page5 .ctn .tit {
    padding-top: 10%;
  }

  #fullpage .page4 .ctn .project .text {
    left: -10%;
  }

  #fullpage .page4 .ctn .project .text p {
    font-size: 12px;
  }

  #fullpage .page2 .ink {
    height: 480px;
  }
}

@media screen and (max-width:900px) {
  #fullpage .page3 .item .text .des {
    display: none !important
  }

  .page6_mask {
    top: 30%;
  }

  #fullpage .page3.active .box_t,
  #fullpage .page3.active .box_b,
  #fullpage .page3.active .item.pic1,
  #fullpage .page3.active .item.pic2,
  #fullpage .page3.active .item.pic3,
  #fullpage .page3.active .item.pic4,
  #fullpage .page3.active .item.pic5,
  #fullpage .page3.active .item.pic6 {
    transition: none !important;
  }

  #fullpage .page5.active .ctn .news li:nth-child(3) .title,
  #fullpage .page5.active .ctn .news li:nth-child(3) .time,
  #fullpage .page5.active .ctn .news li:nth-child(2) .title,
  #fullpage .page5 .ctn .news li:nth-child(2) .time,
  #fullpage .page5 .ctn .news li:nth-child(2n),
  #fullpage .page5 .ctn .news li:nth-child(1n) {
    transition: none !important;

  }

  .page7 .foot_btm>div>span {
    margin-left: 0;
    display: block;
  }

  .page7 .foot_btm>div>a {
    margin-left: 0;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #fullpage .page2 .tit p {
    padding-bottom: 3px;
  }

  #fullpage .page2 .tit span {
    padding-top: 3px;
  }

  #fullpage .page2 .tit p img {
    width: 30px;
    margin-left: 15px;
  }

  #fullpage .page3 .pic0 .tit p img {
    width: 28px;
    margin-left: 15px;
  }

  #fullpage .page3 .pic0 .tit p {
    padding-bottom: 3px;
    width: 200px;
  }

  #fullpage .page3 .pic0 .tit span {
    padding-top: 3px;
  }

  #fullpage .page3 .box_t {
    width: 60%;
  }

  #fullpage .page4 .ctn .tit p img {
    width: 30px;
    margin-left: 15px;
  }

  #fullpage .page4 .ctn .tit p {
    padding-bottom: 3px;
  }

  #fullpage .page4 .ctn .tit span {
    padding-top: 3px;
  }

  #fullpage .page5 .ctn .tit p img {
    width: 30px;
    margin-left: 15px;
  }

  #fullpage .page5 .ctn .tit p {
    padding-bottom: 3px;
  }

  #fullpage .page5 .ctn .tit span {
    padding-top: 3px;
  }

  #fullpage .page6 .tit p img {
    width: 30px;
    margin-left: 15px;
  }

  #fullpage .page6 .tit p {
    padding-bottom: 3px;
    width: 230px;
  }

  #fullpage .page6 .tit span {
    padding-top: 3px;
  }

  .close_mask {
    top: -40px;
  }

  #fullpage .page4 .ctn .project .swiper-button-next,
  #fullpage .page4 .ctn .project .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  #fullpage .page2 .ink {
    height: 52vw;
  }

  #fullpage .page1 .banner .swiper-container.pc_banner {
    display: none;
  }

  #fullpage .page2.active .box_t {
    display: none;
  }

  #fullpage .page5 .btn_cb {
    display: none;
  }

  #fullpage .page1 .banner .swiper-container.mb_banner {
    display: block;
  }

  #fullpage .page1 .banner .index_banner .swiper-slide.swiper-slide-active .img img {
    transform: translate(-50%, -50%) scale(1);
  }

  #fullpage .page1 .banner .index_banner .swiper-slide .img img {
    transform: translate(-50%, -50%) scale(1);
    transition: all ease-out 2s;
  }

  .page7 .fp-tableCell {
    background: #162133;
  }

  .page7 .foot_btm {
    display: block;
    text-align: center;
  }

  .page7 .friends_lk {
    margin-bottom: 10px;
    justify-content: center;
  }

  .header {
    padding: 0 20px;
  }

  .header_flx {
    height: 60px;
  }

  .header .nav_r {
    display: block;
    margin-left: 15px;
  }

  #fp-nav {
    display: none;
  }

  #fullpage .page1 .banner .index_banner .banner_pagination {
    display: none;
  }

  #fullpage .page2 .des {
    width: 100%;
  }

  #fullpage .page2 .two_btn {
    width: 100%;
  }

  .numCount {
    font-size: 50px;
  }

  #fullpage .page3 .ctn .w1600 {
    display: flex;
    flex-wrap: wrap;
  }

  #fullpage .page2 .des span,
  #fullpage .page6 .page6_des {
    text-align: justify;
  }

  #fullpage .page6 .page6_des {
    text-indent: 2em;
  }

  #fullpage .page4 .ctn .tit {
    padding-top: 20px;
  }

  #fullpage .page3 .item {
    position: relative;
    height: 20% !important;
    overflow: visible;
  }

  #fullpage .page3 .item.pic0 {
    height: auto !important;
    margin-top: 20px;
  }

  #fullpage .page3 .item.pic1 {
    top: 0;
    width: 100%;
    height: 25%;
  }

  #fullpage .page3 .item.pic2 {
    width: 50%;
    left: 0;

  }

  #fullpage .page3 .item.pic3 {
    width: 50%;
    left: 0;
  }

  #fullpage .page3 .item.pic4 {
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
  }

  #fullpage .page3 .item.pic5 {
    width: 50%;
    height: 22%;
    top: 0;
    left: 0;
  }

  #fullpage .page3 .item.pic6 {
    width: 50%;
    height: 22%;
    top: 0;
    left: 0%;
  }

  #fullpage .page3 .item.pic7 .more .me_btn {
    width: 56px;
    height: 56px;
  }

  #fullpage .page3 .item.pic7 .more .me_btn .ic {
    width: 22px;
    height: 22px;
  }

  #fullpage .page3 .item.pic7 .more .me_btn .ic svg {
    width: 15px;
    height: 15px;
  }

  #fullpage .page3 .item.pic7 {
    top: -95%;
    margin-left: auto;
  }

  #fullpage .page3 .item .text {
    bottom: 10px;
    left: 20px;
  }

  #fullpage .page4 .ctn {
    padding-left: 5%;
  }

  #fullpage .page4 .box_t {
    width: 50%;
    height: 13%;
  }

  #fullpage .page4 .ctn .more {
    right: 5%;
    width: auto;
    top: 0;
  }

  #fullpage .page4 .ctn .project .text {
    display: block;
    position: relative;
    left: 0;
  }

  #fullpage .page4 .ctn .project .text p,
  #fullpage .page4 .ctn .project .text span {
    writing-mode: inherit;
  }

  #fullpage .page4 .ctn .project_tab {
    left: 0;
    padding: 0 5%;
    width: 100%;
  }

  #fullpage .page4 .ctn .nav_name {
    width: 100%;
    left: 0;
    flex-wrap: wrap;
  }

  #fullpage .page4 .box_b {
    display: none;
  }

  #fullpage .page4 .bg {
    height: 120%;
  }

  #fullpage .page4 .ctn .project .text {
    padding: 20px
  }

  #fullpage .page4 .ctn .nav_name a {
    width: 50%;
    background: rgba(0, 0, 0, 0.1);
  }

  #fullpage .page5 .w1600 {
    width: 90% !important;
  }

  #fullpage .page5 .ctn .news li {
    width: 100% !important;
  }

  #fullpage .page5 .ctn .news li .des {
    display: none !important;
  }

  #fullpage .page5 .ctn .more {
    top: 0%;
    right: 0%;
    width: auto;
  }

  #fullpage .page5 .ctn .news .time {
    padding: 5px 0;
    line-height: 1;
  }

  #fullpage .page5 .ctn .news li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .page6_flx {
    display: block;
  }

  .page6 img {
    width: 100%;
  }

  .page6_r {
    width: 100%;
    position: relative;
    top: -10vw;
  }

  .page6_des {
    margin: 0;
  }

  #fullpage .page1 .banner .index_banner .swiper-slide .text {
    width: 90%;
    left: 5%;
    right: 5%;
  }

  #fullpage .page2 .more .me_btn {
    width: 56px;
    height: 56px;
  }

  #fullpage .page2 .more .me_btn img {
    width: 100%;
  }

  #fullpage .page2 .more .me_btn .ic {
    width: 22px;
    height: 22px;
  }

  #fullpage .page2 .more .me_btn .ic svg {
    width: 15px;
    height: 15px;
  }

  #fullpage .page3 .item.pic6 .more .me_btn {
    width: 56px;
    height: 56px;
  }

  #fullpage .page3 .item.pic6 .more .me_btn img {
    width: 100%;
  }

  #fullpage .page3 .item.pic6 .more .me_btn .ic {
    width: 22px;
    height: 22px;
  }

  #fullpage .page3 .item.pic6 .more .me_btn .ic svg {
    width: 15px;
    height: 15px;
  }

  #fullpage .page4 .ctn .more .me_btn {
    width: 56px;
    height: 56px;
  }

  #fullpage .page4 .ctn .more .me_btn img {
    width: 100%;
  }

  #fullpage .page4 .ctn .more .me_btn .ic {
    width: 22px;
    height: 22px;
  }

  #fullpage .page4 .ctn .more .me_btn .ic svg {
    width: 15px;
    height: 15px;
  }

  #fullpage .page5 .ctn .more .me_btn {
    width: 56px;
    height: 56px;
  }

  #fullpage .page5 .ctn .more .me_btn img {
    width: 100%;
  }

  #fullpage .page5 .ctn .more .me_btn .ic {
    width: 22px;
    height: 22px;
  }

  #fullpage .page5 .ctn .more .me_btn .ic svg {
    width: 15px;
    height: 15px;
  }

  #fullpage .page6 .more .me_btn {
    width: 56px;
    height: 56px;
  }

  #fullpage .page6 .ctn .more .me_btn img {
    width: 100%;
  }

  #fullpage .page6 .more .me_btn .ic {
    width: 22px;
    height: 22px;
  }

  #fullpage .page6 .more .me_btn .ic svg {
    width: 15px;
    height: 15px;
  }

  #fullpage .page4 .ctn .project_tab .swiper-container {
    height: auto;
  }

  #fullpage .page4 .ctn .project .text p {
    max-width: none;
    height: auto;
  }

  .numCount {
    left: auto;
    right: 0;
    top: -3%;
  }
}

@media only screen and (max-width: 768px) {
  #fullpage .page2 .pic_ink {
    height: 50vh;
  }

  #fullpage .page1 .more {
    width: 50%;
    right: 0;
  }

  .numCount {
    top: -3%;
    padding-top: 3%;
    width: 150px;
    height: 130px;
  }
}

@media only screen and (max-width: 480px) {
  #fullpage .page2 .pic_ink {
    height: 40vh;
  }

  .numCount {
    top: -6%;
    padding-top: 4%;
  }
}

@media only screen and (max-width: 380px) {
  #fullpage .page2 .pic_ink {
    height: 32vh;
  }
}