﻿.banner {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 6px !important;
  height: 6px !important;
}

.banner>img {
  width: 100%;
}

#c_banner_019-1688540276613 {
  overflow: hidden;
}

#c_banner_019-1688540276613 .banner_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ebc8a7;
  z-index: 2;
  top: 20vw;
  overflow: initial;
}

.banner_top img {
  width: auto;
  margin-left: 86px
}

.banner_top {
  display: flex;
  align-items: center;
  padding-right: 40px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}

.line {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #ce0021;
  position: relative;
  right: 0;
  margin-left: 300px;
  content: "";
  display: block;
}

.line:before {
  height: 1px;
  background: #ce0021;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 1000px;
  display: block;
  content: "";
}

.banner_tit {
  font-family: 'SourceHanSerifCN-Bold';
}

.banner_des {
  font-family: 'regular';
  line-height: 1;
}

.banner_sub {
  font-family: 'Arial';
  line-height: 1;
  margin: 10px 0 55px;
}

.section {
  position: relative;
}

.banner_flx {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
}

.banner_flx>div {
  flex: 1;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ebc8a7;
  transition: all 0.5s;
  position: relative;
  /**background:#172134;**/
  background: rgba(22, 33, 52, .9);
  cursor: pointer;
}

.banner_flx>div:hover {
  background: #e9010e;
}

.banner_flx>div:after {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background: #ebc8a7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.banner_flx>div:last-child:after {
  display: none;
}

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

/*公司介绍*/
#fullpage .page2 {
  position: relative;
  overflow: hidden;
}

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

#fullpage .page2 .ctn {
  position: relative;
  z-index: 2;
  top: 10%;
}

.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;
}

#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: -15%;
  color: #bfbfbf;
  font-family: "Impact";
}

#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: 50%;
  position: absolute;
  bottom: 0%;
  left: 0;
  padding-right: 12%;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 1s;
}

#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;
}

@font-face {
  font-family: "bd";
  src: url("https://www.sinodecor.com/upload/font/SOURCEHANSERIFCN-BOLD-2.OTF");
}

#fullpage .page2 .tit p i {
  vertical-align: middle;
  font-style: inherit;
  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: 9;
  direction: rtl;
}

#fullpage .page2 .des p {
  transition-delay: 0.5s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;
  color: #896f56;
  direction: ltr;
}

#fullpage .page2 .des span {
  cursor: pointer;
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;
  display: block;
  margin-top: 10%;
  text-align: justify;
  line-height: 2;
  text-indent: 2em;
  max-height: 50vh;
  overflow-y: auto;
  padding-left: 40px;
  -webkit-overflow-scrolling: touch;
  color: #896f56;
  overflow-x: hidden;
}

#fullpage .page2 .des span::-webkit-scrollbar {
  width: 4px;
  background: #e4e4e4;
}

#fullpage .page2 .des span::-webkit-scrollbar-thumb {
  width: 4px;
  background: #bf9a78;
}

#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 {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(0, -50%);
}

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

#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;
  top: -6%;
  right: 0;
  position: relative;
  width: 100%;
  height: 480px;
}

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

#fullpage .page2 .pic_ink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 95vh;
  transition-delay: 0.6s;
  transition-duration: 1.5s;
  transform: translateX(50px);
  opacity: 0;
}

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

#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 .bg {
  background: url(../image/200ebce8-a656-46e6-8a26-41f83964763b.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

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

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

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

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

#fullpage .page3.active .tit {
  opacity: 1;
}

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

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

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

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

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

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

#fullpage .page3 .des {
  width: 49%;
}

#fullpage .page3 .des>span p {
  direction: ltr;
  unicode-bidi: bidi-override;
}

#fullpage .page3 .des>span {
  cursor: pointer;
  transition-delay: 0.6s;
  transition-duration: 1s;
  transform: translateX(-50px);
  opacity: 0;
  display: block;
  margin-top: 10%;
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 40px;
  -webkit-overflow-scrolling: touch;
  color: #896f56;
  text-align: justify;
  direction: rtl;
}

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

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

#fullpage .page3 .des>span::-webkit-scrollbar {
  width: 4px;
  background: #e4e4e4;
}

#fullpage .page3 .des>span::-webkit-scrollbar-thumb {
  width: 4px;
  background: #bf9a78;
}

#fullpage .page3 .fl_r {
  position: absolute;
  right: 0;
  /*bottom:0;*/
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  right: 7.395%;
  width: 31.2%;
  height: 86%;
  opacity: 1;
  transition-delay: 0.4s;
  transition-duration: 1s;
}

#fullpage .page3 .fl_r img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*#fullpage .page3.active .fl_r{
  opacity: 1;
  right:14%;
}*/
#fullpage .page3 .fl_b {
  margin-top: 3.6%;
  width: 60.41%;
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
  transform: translateY(50px);
}

#fullpage .page3 .fl_b img {
  width: auto;
  margin-left: auto;
}

#fullpage .page3.active .fl_b {
  opacity: 1;
  transform: translateY(0);
}

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

#fullpage .page4 .bg {
  background: url(../image/932dd783-eaed-442c-8680-b4f9ebff1476.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

#fullpage .page4 .ctn {
  position: relative;
  top: 10%;
  z-index: 2;
}

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

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

#fullpage .page4 .des {
  position: relative;
}

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

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

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

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

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

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

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

#fullpage .page4 .des img {
  /*max-width:80%;*/
  margin: auto;
  max-width: 100%;
  object-fit: contain;
  max-height: 75vh;
  width: auto;
  opacity: 0;
  margin-top: -20px;
  transform: translateY(50px);
}

#fullpage .page4.active .des img {
  opacity: 1;
  transition-delay: 0.4s;
  transition-duration: 1s;
  transform: translateY(0);
  cursor: pointer;
  width: 75%;
}

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

#fullpage .page5 .bg {
  background: url(../image/f69f735a-afa4-4ddb-99b1-3038c58ba4d7.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

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

#fullpage .page5 .ctn {
  position: relative;
  top: 10%;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

#fullpage .page5 .des .con {
  display: flex;
  margin-top: 1.7%;
}

#fullpage .page5 .des .con .con-l {
  width: 53.1%;
  opacity: 0;
  transform: translateX(-50px);
  transition-delay: 0.4s;
  transition-duration: 1s;
  position: relative;
  z-index: 2;
}

#fullpage .page5.active .con-l {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

#fullpage .page5 .des .con .con-r {
  padding: 80px 0 0 80px;
  width: 35%;
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 0.4s;
  transition-duration: 1s;
  overflow: hidden;
}

#fullpage .page5.active .con-r {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#fullpage .page5 .des .con .con-r .con-r-l>p {
  font-family: "SourceHanSerifCN-Bold";
  text-align: left;
  color: #999999;
  line-height: 1.5;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  cursor: pointer;
  position: relative;
}

#fullpage .page5 .des .con .con-r .con-r-l p:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 0;
  height: 1px;
  background: #CE0021;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  visibility: hidden;
  opacity: 0;
}

#fullpage .page5 .des .con .con-r .con-r-l>p:before {
  content: "";
  position: absolute;
  right: -10%;
  width: 0;
  height: 5px;
  background: #CE0021;
  bottom: -2px;
  border-radius: 100%;
  visibility: hidden;
  opacity: 0;
}

#fullpage .page5 .act>p {
  color: #333333 !important;
}

#fullpage .page5 .con-r-ul {
  height: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

#fullpage .page5 .con-r-ul li {
  text-align: left;
  color: #666;
  letter-spacing: 0.16px;
  line-height: 2;
  display: flex;
  margin: 1.5em 0;
}

#fullpage .page5 .con-r-ul li span {
  flex: 0 0 auto;
  color: #000;
  font-family: "SourceHanSerifCN-Bold";
}

#fullpage .page5 .con-r-ul li p {
  flex: 1;
}

#fullpage .page5 .act .con-r-ul {
  height: auto;
  opacity: 1;
  padding: 0.5em 0;
  visibility: visible;
}

#fullpage .page5 .act>p:after {
  visibility: visible !important;
  width: 40vw !important;
  /*width:calc(100% / 0.9 + 75px) !important;*/
  opacity: 1 !important;
}

#fullpage .page5 .act>p:before {
  visibility: visible !important;
  width: 5px !important;
  opacity: 1 !important;
}

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

#fullpage .page6 .bg {
  background: url(../image/db4909bb-839a-461b-bfc5-c0d586ce6dc0.jpg) no-repeat center center;
  /**background: url(/repository/portal-local/ngc202304190001/cms/image/a0db88c7-202f-46cd-8734-7fd7f82e9c5e.jpg) no-repeat center center;**/
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

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

#fullpage .page6 .ctn {
  position: relative;
  top: 10%;
  z-index: 2;
}

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

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

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

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

#fullpage .page6 .tit span {
  display: block;
  color: #333333;
  text-align: center;
  font-family: "Arial";
}

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

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

#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::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ce0021;
}

#fullpage .page6 .con {
  width: 100%;
  height: 70vh;
  margin-top: 40px;
  position: relative;
}

#fullpage .page6 .con .month,
#fullpage .page6 .con .year {
  font-family: "STSongti";
  font-weight: bold;
  color: #a08165;
  line-height: 1;
}

#fullpage .page6 .con .tit {
  font-weight: 400;
  text-align: left;
  color: #666666;
  margin-top: 24px;
}

#fullpage .page6 .con .swiper {
  height: 100%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
}

#fullpage .page6.active .con .swiper {
  opacity: 1;
  transform: translateY(0);

}

#fullpage .page6 .con .swiper-slide {
  display: flex;
  align-items: flex-start;

}

#fullpage .page6 .con .swiper-slide:nth-child(2n) {
  align-items: flex-end;
}

#fullpage .page6 .con .swiper-slide:nth-child(2n)>div {
  margin-top: 0;
  margin-bottom: 40px;
}

#fullpage .page6 .con .sw-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#fullpage .page6 .con .sw-font {
  flex: 0 0 30%
}

#fullpage .page6 .con .sw-i {
  flex: 1;
  padding: 0 0 0 20px;
}

#fullpage .page6 .con .sw-image {
  position: relative;
  z-index: 2;
}

#fullpage .page6 .con .swiper-slide>div {
  position: relative;
  margin-top: 40px;
  padding: 40px
}

#fullpage .page6 .con .ad-image>div {
  padding: 0 !important;
  margin-top: 0 !important;

}

#fullpage .page6 .con .ad-image .tit {
  margin-top: 0 !important;

}

#fullpage .page6 .con .ad-image .sw-image {
  align-items: flex-start;
}

#fullpage .page6 .slide-bg {
  background: url(../image/2cc07ef3-9d98-44b1-b1d4-65255179b64a.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.8s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  cursor: pointer;
}

#fullpage .page6 .no-image>div:hover .slide-bg {
  width: 320px;
  height: 320px;
}

#fullpage .page6 .ad-image .bg-img {
  position: relative;
  overflow: hidden;
}

#fullpage .page6 .ad-image .bg-img-bg {
  background: url(../image/f258a816-847a-43b1-b5a9-3cf70da9b113.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.8s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#fullpage .page6 .ad-image:hover .bg-img-bg {
  background: url(../image/2cc07ef3-9d98-44b1-b1d4-65255179b64a.png) no-repeat center center;
  background-size: cover;
}

#fullpage .page6 .no-image>div:hover p {
  color: #fff;
}

#fullpage .page6 .con .no-image>div:hover p {
  padding: 0;
}

#fullpage .page6 .con .no-image .sw-image {
  display: block;
}

#fullpage .page6 .con .no-image .sw-i {
  padding: 0;
}

#fullpage .page6 .swiper-button-next,
#fullpage .page6 .swiper-button-prev {
  width: 62px;
  height: 62px;
  opacity: 0.7;
  background: #d7000f;
  border-radius: 100%;
}

#fullpage .page6 .swiper-button-next:after,
#fullpage .page6 .swiper-button-prev:after {
  content: url(../image/9b667bae-312e-4049-ab6b-c70076bf8774.png);
  font-size: initial;
  color: #fff;
}

#fullpage .page6 .swiper-button-prev:after {
  content: url(../image/1e4c3a59-daac-495f-af2c-bef99651f8f1.png);
}

#fullpage .page6 .swiper-button-next {
  right: -60px;

}

#fullpage .page6 .swiper-button-prev {
  left: -60px;
}

#fullpage .page6 .swiper-button-disabled {
  background: #b3b3b4;
  opacity: 0.6;
}

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

#fullpage .page7 .bg {
  background: url(../image/d2927ad3-a1d1-4fe6-a3cb-8770d22abbdb.jpg) no-repeat center center;
  background: url(../image/daecaf5f-7b59-40c5-9ea7-e612eef01839.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

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

#fullpage .page7 .ctn {
  position: relative;
  top: 10%;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

#fullpage .page7 .con {
  margin-top: 92px;
  width: 1560px;
  margin-left: auto;
  margin-right: -230px;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
}

#fullpage .page7.active .con {
  opacity: 1;
  transform: translateY(0);
}

#fullpage .page7 .con .swiper-slide .sw-i {
  padding: 40px 20px 20px 50px;
  background-image: url(../image/f2018f86-d2de-4926-94b3-e430bdf22f74.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#fullpage .page7 .con .swiper-slide .sw-i img {
  height: 300px
}

#fullpage .page7 .con .swiper-slide .sw-i p {
  font-weight: normal;
  text-align: left;
  color: #9f7855;
  padding: 28px;
  font-family: "STSongti";
  line-height: 1;
  display: none;
}

#fullpage .page7 .con .swiper-slide {
  position: relative;
  opacity: 0.4;
}

#fullpage .page7 .con .swiper-slide-active,
#fullpage .page7 .con .swiper-slide-active+div {
  opacity: 1;
}

#fullpage .page7 .con .swiper-slide:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 1px;
  height: 480px;
  background: rgba(139, 117, 85, 0.2);
}

#fullpage .page7 .con .swiper-slide .sw-b {
  padding: 48px 20px 0px 78px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 2;
}

#fullpage .page7 .swiper-button-next {
  left: calc(12.5vw + 120px);
  left: calc(18vw + 120px);
  right: auto;
}

#fullpage .page7 .swiper-button-prev {
  left: 12.5vw;

}

#fullpage .page7 .swiper-button-prev,
#fullpage .page7 .swiper-button-next {
  width: 62px;
  height: 62px;
  opacity: 0.7;
  background: #d7000f;
  border-radius: 100%;
  top: 40%;
}

#fullpage .page7 .swiper-button-disabled {
  background: #b3b3b4;
  opacity: 0.6;
}

#fullpage .page7 .swiper-button-next:after,
#fullpage .page7 .swiper-button-prev:after {
  content: url("../image/9b667bae-312e-4049-ab6b-c70076bf8774.png");
  color: #fff;
}

#fullpage .page7 .swiper-button-next {
  width: 62px;
  height: 62px;
  opacity: 0.7;
  background: #d7000f;
  border-radius: 100%;
  top: 40%;
}

#fullpage .page7 .swiper-button-prev {
  left: 12.5vw;
  left: 18.5vw;
}

#fullpage .page7 .swiper-button-next:after,
#fullpage .page7 .swiper-button-prev:after {
  content: url(../image/9b667bae-312e-4049-ab6b-c70076bf8774.png);
  font-size: initial;
}

#fullpage .page7 .swiper-button-prev:after {
  content: url(../image/1e4c3a59-daac-495f-af2c-bef99651f8f1.png);
}

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

#fullpage .page8.last_page .bg {
  opacity: 1;
}

#fullpage .page8 .bg {
  background: url(../image/e367c9ec-e790-4730-8067-1c1095ac2892.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 1s;
}

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

#fullpage .page8 .ctn {
  position: relative;
  top: 10%;
  z-index: 2;
}

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

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

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

#fullpage .page8.last_page .tit {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

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

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

#fullpage .page8 .des-nav {
  display: flex;
  justify-content: center;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 1s;
}

#fullpage .page8.active .des-nav {
  transform: translateY(0);
  opacity: 1;
}

#fullpage .page8.last_page .des-nav {
  transform: translateY(0);
  opacity: 1;
}

#fullpage .page8 .des {
  margin-top: 40px;
}

#fullpage .page8 .des-nav>div {
  width: 200px;
  height: 40px;
  border: 1px solid #ebc8a7;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin: 0 15px;
  cursor: pointer;
}

#fullpage .page8 .des-nav .act {
  background: #d7000f;
  border-color: #d7000f;
  color: #fff;
}

#fullpage .page8 .des-con .des-con-l {
  width: 100%;
  overflow: hidden;
}

#fullpage .page8 .des-con .swiper-slide {
  height: 110px;
  background: #ffffff;
  border: 1px solid #bf9a78;
  box-shadow: 0px 10px 20px 0px rgba(122, 150, 172, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

#fullpage .page8 .des-con .swiper-slide img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

#fullpage .page8 .des-con {
  margin-top: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0.6s;
  transition-duration: 1s;
}

#fullpage .page8.active .des-con {
  opacity: 1;
  transform: translateY(0);
}

#fullpage .page8.last_page .des-con {
  opacity: 1;
  transform: translateY(0);
}

#fullpage .page8 .swiper-pagination {
  position: static;
  margin-top: 50px;
}

#fullpage .page8 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #ffffff;
}

#fullpage .page8 .swiper-pagination .swiper-pagination-bullet-active {
  width: 70px;
  height: 6px;
  background: #d7000f;
  border-radius: 3px;
}

#fullpage .page8 .des-con .swiper-slide:hover img {
  transform: scale(1.05);
}

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

}

#fullpage .page9 img {
  width: auto;
}

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

#fullpage .page9 .fp-tableCell {
  height: auto !important;
  display: block !important;
}

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

#fullpage .page9 .share {
  display: flex;
  margin: 40px 0 50px;
}

#fullpage .page9 .foot_contact {
  margin-top: 50px;
}

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

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

/*#fullpage .page9 .share>a:hover {
            transition: 0.5s;
            background: #d6000f;
        }*/
#fullpage .page9 .share>a:first-child {
  background: #28c445;
}

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

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

#fullpage .page9 .foot_contact div img {
  margin-right: 10px;
  width: 16px;
}

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

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

#fullpage .page9 .colum_two div {
  margin-bottom: 15px;
}

#fullpage .page9 .foot_nav_tit {
  color: #c29f82;
}

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

#fullpage .page9 .foot_top {
  display: flex;
  justify-content: space-between;
}

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

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

#fullpage .page9 .foot_nav>div {
  margin-left: 4.42vw;
}

#fullpage .page9 .foot_nav>div:first-child {
  margin-left: 0;
}

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

#fullpage .page9 .friends_lk {
  display: flex;
  align-items: center;
}

#fullpage .page9 .friends_lk>div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  line-height: 1;
}

#fullpage .page9 .friends_lk a {
  line-height: 1;
}

#fullpage .page9 .friends_lk>div:first-child {
  padding-left: 0;
}

#fullpage .page9 .friends_lk>div:last-child {
  border-right: none;
}

@media (min-width: 1930px) {
  #fullpage .page2 .des {
    width: 64%;
  }

  #fullpage .page2 .des span {
    max-height: 38vh;
  }
}

@media only screen and (max-width: 1800px) {
  #fullpage .page7 .swiper-button-prev {
    left: 12vw;
  }

  #fullpage .page7 .swiper-button-next {
    left: calc(12vw + 90px);
  }
}

@media only screen and (max-width: 1600px) {
  #fullpage .page8 .des-con .swiper-slide {
    padding: 0.4em;
    height: 66px;
  }

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

  #fullpage .page5 .des .con {
    margin-top: 5.4%;
  }

  #fullpage .page5 .des .con .con-l {
    width: 53.7%
  }

  #fullpage .page5 .des .con .con-r {
    padding: 0px 0 0 40px;
  }

  #fullpage .page5 .des .con .con-r .con-r-l>p {
    padding: 10px 0;
  }

  #fullpage .page5 .con-r-ul li {
    margin: 0;
  }

  #fullpage .page6 .con .tit {
    margin-top: 20px;
  }

  #fullpage .page7 .con {
    width: 80%
  }

  #fullpage .page6 .no-image:hover .slide-bg {
    width: 300px;
    height: 300px;
  }

  #fullpage .page7 .con {
    margin-right: -8%
  }

  #fullpage .page7 .con .swiper-slide .sw-b {
    padding: 32px 20px 0px 40px
  }

  #fullpage .page9 .foot_nav>div {
    margin-left: 1.5vw;
  }
}

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

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

@media only screen and (max-width: 1440px) {
  #fullpage .page5 .des .con {
    margin-top: 6.6%;
  }

  #fullpage .page4.active .des img {
    width: 55%;
  }

  #fullpage .page3 .des {
    width: 55%;
  }

  #fullpage .page5 .des .con .con-l {
    width: 54.2%;
  }

  #fullpage .page5 .des .con .con-r {
    padding: 54px 0 0 54px;
    width: 38%;
  }

  #fullpage .page6 .con .sw-i {
    padding-left: 10px;
  }

  #fullpage .page6 .con .swiper-slide>div {
    padding: 32px;
  }

  #fullpage .page6 .no-image:hover .slide-bg {
    width: 280px;
    height: 280px;
  }

  #fullpage .page7 .swiper-button-next {
    left: calc(8vw + 100px);
  }

  #fullpage .page7 .swiper-button-prev {
    left: 8vw;
  }
}

@media only screen and (max-width: 1300px) {}

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

@media only screen and (max-width: 1200px) {
  #fullpage .page2 .two_btn {
    right: 25%;
  }

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

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

  #fullpage .page9 .foot_top>div:first-child {
    width: auto;
  }

  #fullpage .page2 .des span {
    margin-top: 0;
    max-height: 200px;
  }

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

  #fullpage .page9 .foot_nav {
    display: none;
  }

  #fullpage .page9 .foot_top {
    justify-content: center;
  }

  #fullpage .page9 .share {
    margin: 25px 0 25px;
    justify-content: center;
  }

  #fullpage .page6 .swiper-button-next,
  #fullpage .page6 .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%;
  }

  #fullpage .page6 .swiper-button-next {
    right: -10px;
  }

  #fullpage .page6 .swiper-button-prev {
    left: -10px;
  }

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

  #c_banner_019-1688540276613 #fullpage .page7 .con .swiper-slide .sw-i img {
    height: auto;
  }

  #fullpage .page7 .swiper-button-next {
    left: calc(8vw + 70px);
  }
}

@media only screen and (max-width: 768px) {
  #fullpage .page7 .con .swiper-slide:after {
    content: none
  }

  #fullpage .page6 .con {
    height: 65vh
  }

  #fullpage .page6 .con .month,
  #fullpage .page6 .con .year {
    display: inline;
  }

  #fullpage .page3 .des>span,
  #fullpage .page2 .des {
    direction: ltr;
  }

  #fullpage .page6 .con .sw-i {
    display: block;
    width: 100%;
  }

  #fullpage .page6 .con .sw-f {
    margin-right: 10px;
    display: block;
    width: 100%;
  }

  .banner_flx>div {
    font-size: 13px;
  }

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

  #fullpage .page2 .ink {
    height: auto;
    margin-top: 3vh;
    margin-bottom: 2vh;
  }

  /**@media only screen and (max-width: 1440px){**/
  #fullpage .page5 .des .con {
    margin-top: 6.6%;
  }

  #fullpage .page4.active .des img {
    width: 100%;
  }

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

  #fullpage .page2 .two_btn {
    width: 100%;
    margin-top: 15%;
    justify-content: flex-end;
  }

  #fullpage .page2 .more {
    width: auto;
  }

  #fullpage .page3 .des>span,
  #fullpage .page2 .des span {
    padding-left: 0;
    padding-right: 10px;
  }

  #fullpage .page5 .con-r-ul li {
    flex-wrap: wrap;
  }

  #fullpage .page5 .con-r-ul li span {
    flex: 0 0 100%;
  }

  #fullpage .page6 .con .swiper-slide>div {
    padding: 20px 0;
  }

  #fullpage .page6 .con .tit {
    margin-top: 0px;
  }

  #fullpage .page6 .con .sw-i {
    padding-left: 0;
  }

  #fullpage .page5 .con-r-ul li p {
    font-size: 14px;
  }

  #fullpage .page8 .tit {
    transform: translateX(0);
    text-align: left;
  }

  #fullpage .page8 .tit span {
    text-align: left;
  }

  #fullpage .page8.active .tit {
    transform: translateX(0);
    text-align: left;
  }

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

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

  #fullpage .page7 .tit {
    transform: translateX(0);
    text-align: left;
  }

  #fullpage .page7 .tit span {
    text-align: left;
  }

  #fullpage .page7.active .tit {
    transform: translateX(0);
    text-align: left;
  }

  #fullpage .page6 .tit {
    transform: translateX(0);
    text-align: left;
  }

  #fullpage .page6 .tit span {
    text-align: left;
  }

  #fullpage .page6.active .tit {
    transform: translateX(0);
    text-align: left;
  }

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

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

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

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

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

  #fullpage .page3.active .bg {
    background-position: 85%;
  }

  #fullpage .page3 .des>span p * {
    font-size: 14px !important;
  }

  #fullpage .page3 .fl_b {
    float: right;
  }

  #fullpage .page6 .ctn {
    top: 5%;
  }

  #fullpage .page3 .fl_b img {
    width: 100%;
  }

  #fullpage .page3 .fl_b {
    width: 50%;
  }

  #fullpage .page9 .foot_btm {
    display: block;
    text-align: center;
  }

  #fullpage .page9 .friends_lk {
    justify-content: center;
    margin-bottom: 10px;
  }

  #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;
  }
}

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

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

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

#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;
}