body {
  background: #31343a;
}
#loading-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background: #fff;
}
#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  font-size: 30px;
  padding: 20px;
  border-radius: 8px;
  z-index: 9999;
  width: 100%;
  text-align: center;
  color: #31343a;
  font-family: 'fredoka';
  font-weight: bold;
  letter-spacing: 2px;
}
.index_banner {
  width: 100%;
}
.index_banner .swiper-pagination {
  bottom: 5%;
}
.index_banner .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 0;
  background: #fff;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #31343a;
}
.index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.07);
  transition: all ease-out 8s;
}
.index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.index_banner .swiper-slide .text div {
  width: 100%;
  overflow: hidden;
}
.index_banner .swiper-slide .text p {
  width: 100%;
  text-align: center;
  font-family: 'Bold';
  display: block;
  line-height: 1.2;
  transform: translateY(70px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  text-shadow: 0 0px 5px rgba(0, 0, 0, .8);
}
.index_banner .swiper-slide .text span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'SemiBold';
  margin-top: 1%;
  transform: translateY(70px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  text-shadow: 0 0px 5px rgba(0, 0, 0, .8);
}
.index_banner .swiper-slide .text a {
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(70px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.001);
}
.index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}
.index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 0.9s;
}
.index_banner .swiper-slide.swiper-slide-active .text a {
  transition-delay: 1.4s;
}
.index_banner .swiper-slide.swiper-slide-active .text p,
.index_banner .swiper-slide.swiper-slide-active .text span,
.index_banner .swiper-slide.swiper-slide-active .text a {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}
.page1 {
  background: #fff;
  position: sticky;
  top: 0;
}
.page1 .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  perspective: 500px;
}
.page1 .txt p {
  font-family: 'Bold';
  display: inline-block;
  color: #333;
  line-height: 1;
  transform-origin: center;
  font-size: 120px;
  transform-style: preserve-3d;
  opacity: 0;
  backface-visibility: hidden;
}
.page1 .txt p.t4 {
  font-size: 14px;
  width: 40%;
  margin: 2% auto 0;
  text-align: center;
  line-height: 1.7;
  font-family: 'Medium';
}
.page1 .list {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 34%;
  perspective: 800px;
}
.page1 .list .item {
  width: 24%;
  position: absolute;
  transform: rotateY(348deg);
}
.page1 .list .item * {
  font-family: 'SemiBold';
}
.page1 .list .item:nth-child(1) {
  top: 0%;
  left: 39%;
  z-index: 5;
}
.page1 .list .item:nth-child(1) .text {
  position: absolute;
  bottom: 2.2vw;
  left: 2.2vw;
  right: 2.2vw;
}
.page1 .list .item:nth-child(1) .text p {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
}
.page1 .list .item:nth-child(1) .text span {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 1.5vw;
  font-family: 'Medium';
}
.page1 .list .item:nth-child(2) {
  top: 17%;
  left: 47%;
  z-index: 4;
}
.page1 .list .item:nth-child(2) .text {
  position: absolute;
  bottom: 2.2vw;
  left: 2.2vw;
  right: 2.2vw;
  top: 2.2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page1 .list .item:nth-child(2) .text p {
  display: block;
  color: #fff;
  font-size: 59px;
  line-height: 1;
}
.page1 .list .item:nth-child(2) .text span {
  color: #fff;
  font-size: 16px;
  display: block;
  font-family: 'Medium';
}
.page1 .list .item:nth-child(3) {
  top: 8%;
  left: 60%;
  z-index: 3;
}
.page1 .list .item:nth-child(3) .text {
  position: absolute;
  bottom: 2.2vw;
  left: 2.2vw;
  right: 1vw;
  top: 2.2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page1 .list .item:nth-child(3) .text span {
  display: block;
  color: #fff;
  font-size: 16px;
  padding-left: 41%;
  font-family: 'Medium';
}
.page1 .list .item:nth-child(3) .text p {
  color: #fff;
  font-size: 34px;
  display: block;
  line-height: 1.3;
}
.page1 .list .item:nth-child(4) {
  top: 10%;
  left: 26%;
  z-index: 2;
}
.page1 .list .item:nth-child(4) .text {
  position: absolute;
  bottom: 2.2vw;
  left: 2.2vw;
  right: 2.2vw;
}
.page1 .list .item:nth-child(4) .text .num {
  margin-top: 1vw;
}
.page1 .list .item:nth-child(4) .text .num p {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.page1 .list .item:nth-child(4) .text .num p i {
  font-size: 50px;
}
.page1 .list .item:nth-child(4) .text .num span {
  color: #fff;
  font-size: 16px;
  display: block;
}
.page2 {
  background: linear-gradient(to bottom, #31343a, #44474c);
  position: relative;
}
.page2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page2 .bg img {
  height: 100%;
  object-fit: cover;
}
.page2 .title {
  width: 100%;
  position: relative;
  z-index: 5;
}
.page2 .title p,
.page2 .title span {
  display: block;
  text-align: center;
  color: #fff;
}
.page2 .title p {
  font-family: 'SemiBold';
}
.page2 .title span {
  width: 60%;
  margin: 10px auto 0;
}
.page2 .title a {
  margin-left: auto;
  margin-right: auto;
}
.page2 .map {
  position: relative;
  height: 530px;
  overflow: hidden;
  z-index: 5;
}
.page2 #box {
  width: 100%;
  height: 1300px;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}
.page2 #box .label{
    font-size: 16px;
    line-height: 1.4;
}
.page2 #box_text {
  display: none;
}
.page2 #box_text .dh_ph {
  margin-top: 10px;
  color: #666666;
  display: flex;
  align-items: center;
}
.page2 #box_text .dz_ar {
  margin-top: 5px;
  color: #666666;
  display: flex;
  align-items: center;
}
.page2 #box_text .box_c {
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  color: #000;
  padding: 20px;
  background: white;
  border-radius: 5px;
  box-shadow: 3px 10px 30px #ccc;
}
.page2 #box_text .box_c img {
  width: auto;
}
.page2 #box_text .box_c:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: -16px;
  width: 0px;
  height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #fff;
}
.page2 #box_text .box_c img {
  margin-right: 4px;
}
.page3 {
  background: #fff;
}
.page3 .turntable {
  width: 100%;
  background: #fff;
  height: 100vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  z-index: 1;
  position: relative;
}
.page3 .labs-wrapper {
  width: 44%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page3 svg#timing {
  width: 100%;
  height: auto;
  display: block;
  transform: rotate(180deg);
}
.page3 .sw-box {
  position: absolute;
  top: 50%;
  left: -300px;
  transform: translateY(-50%);
}
.page3 .sw-arrow {
  margin-top: 0px;
  margin-left: -35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page3 .sw-list {
  height: 480px;
}
.page3 .sw-list .swiper-slide {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  transition: all 0.5s;
}
.page3 .sw-list .swiper-slide img {
  width: 40px;
  margin-right: 18px;
}
.page3 .sw-list .swiper-slide.swiper-slide-active {
  padding-left: 0;
}
.page3 .p2sw-box {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page3 .p2sw-box .txt1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page3 .p2sw-box .txt1 p {
  color: #31343a;
  font-family: 'SemiBold';
  font-size: 60px;
  line-height: 0.9;
}
.page3 .p2sw-box .txt1 span {
  line-height: 1.2;
  color: #31343a;
  font-family: 'SemiBold';
}
.page3 .p2sw-box .txt2 {
  color: #31343a;
  text-align: center;
  margin-top: 10px;
}
.page3 .p2sw-box .txt3 {
  color: #31343a;
  text-align: center;
  margin-top: 20px;
}
.page3 .p2sw-box .more2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.page3 .p2sw-box.on {
  opacity: 1;
  top: 50%;
  pointer-events: auto;
}
.page3 .sw-cont {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page3 .sw-cont .text-item {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 55%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.5s;
}
.page3 .sw-cont .text-item .txt1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.page3 .sw-cont .text-item .txt1 p {
  color: #31343a;
  font-family: 'SemiBold';
  font-size: 100px;
  line-height: 0.9;
}
.page3 .sw-cont .text-item .txt1 span {
  line-height: 1.2;
  color: #31343a;
  font-family: 'SemiBold';
}
.page3 .sw-cont .text-item .txt2 {
  color: #31343a;
  text-align: center;
  margin-top: 10px;
}
.page3 .sw-cont .text-item .txt3 {
  color: #31343a;
  text-align: center;
  margin-top: 35px;
}
.page3 .sw-cont .text-item .more2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
.page3 .sw-cont .text-item.on {
  opacity: 1;
  top: 50%;
  pointer-events: auto;
}
.page4 {
  width: 100%;
  position: relative;
}
.page4 .image-container {
  width: 100%;
  height: 100vh;
  position: relative;
  contain: paint;
  overflow: visible;
  z-index: 5;
}
.page4 .image-container:nth-child(1) {
  position: sticky;
  top: 0;
  z-index: 1;
}
.page4 .image-container:nth-child(1) .img-h {
  height: 100%;
  top: calc(50% - 100% / 2);
}
.page4 .image-container:nth-last-child(1) .img-h {
  height: 200vh;
  bottom: 0;
  top: auto;
}
.page4 .image-container .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page4 .image-container .bg img {
  height: 100%;
  object-fit: cover;
}
.page4 .image-container .img-h {
  width: 100%;
  height: 300vh;
  left: calc(50% - 100% / 2);
  position: absolute;
  top: calc(50% - 300vh / 2);
  z-index: 5;
}
.page4 .image-container .img-s {
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
}
.page4 .image-container .pic-box {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page4 .image-container .pic-box .framer {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page4 .image-container .pic-box .framer .txt-l {
  width: 30%;
  color: #fff;
  text-align: left;
  padding-left: 5%;
}
.page4 .image-container .pic-box .framer .img {
  width: 35.6%;
}
.page4 .image-container .pic-box .framer .txt-r {
  width: 30%;
  color: #fff;
  text-align: right;
  padding-right: 5%;
}
.page4 .image-container .pic-box .framer #roll {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.page4 .image-container .pic-box .framer #roll ul {
  display: flex;
}
.page4 .image-container .pic-box .framer #roll li {
  white-space: nowrap;
  font-size: 120px;
  color: #fff;
  float: left;
  font-family: 'SemiBold';
}
.page5 {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
}
.page5 .txt-l {
  width: 58%;
  height: 100%;
  background: #fafafa;
}
.page5 .txt-l .txt-title {
  color: #31343a;
  padding-left: 150px;
}
.page5 .text-list {
  width: 100%;
  height: 100%;
  position: relative;
}
.page5 .text-list .item {
  padding: 25px 30px;
  border-top: 1px solid #ececec;
}
.page5 .text-list .item .tit-top {
  display: flex;
  align-items: center;
}
.page5 .text-list .item .tit-top .step {
  width: 120px;
  color: rgba(49, 52, 58, 0.3);
}
.page5 .text-list .item .tit-top .title {
  width: calc(100% - 120px);
  color: rgba(49, 52, 58, 0.4);
  font-size: 24px;
}
.page5 .text-list .item:nth-child(1) .des ul li {
  width: 33.33%;
  padding-right: 5%;
}
.page5 .text-list .item:nth-child(3) .des ul li:nth-child(1) {
  width: 60%;
}
.page5 .text-list .item:nth-child(3) .des ul li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
.page5 .text-list .item:nth-child(3) .des ul li:nth-child(2) span {
  width: 50%;
}
.page5 .text-list .item .des {
  padding-top: 10px;
  padding-left: 120px;
  display: none;
  overflow: hidden;
}
.page5 .text-list .item .des .text {
  color: #333333;
  width: 80%;
}
.page5 .text-list .item .des ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page5 .text-list .item .des ul li {
  width: 49%;
  padding-right: 10px;
}
.page5 .text-list .item .des ul li p,
.page5 .text-list .item .des ul li span {
  display: block;
  width: 100%;
}
.page5 .text-list .item .des ul li p {
  color: #333333;
  font-family: 'Regular';
  margin-top: 15px;
}
.page5 .text-list .item .des ul li span {
  color: #c5c5c5;
  margin-top: 5px;
}
.page5 .text-list .item.on .tit-top .step {
  color: #31343a;
}
.page5 .text-list .item.on .tit-top .title {
  color: #31343a;
  font-size: 30px;
}
.page5 .img-list {
  width: 42%;
  height: 100%;
  background: #eaeaea;
  overflow: hidden;
  position: relative;
}
.page5 .img-list .img-scroll {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 7.7%;
}
.page5 .img-list .img {
  width: 100%;
  margin-bottom: 35px;
}
.page6 {
  width: 100%;
  height: 100vh;
  background: #fff;
}
.page6 .wrap_1600 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.page6 .wrap_1600 .bg {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.page6 .wrap_1600 .bg img {
  transform: translateX(200px);
  opacity: 0;
  transition: all ease-in-out 1.5s;
}
.page6 .wrap_1600 .bg.on img {
  transform: translateX(0px);
  opacity: 1;
}
.page6 .wrap_1600 .title {
  color: #c9c9c9;
}
.page6 .wrap_1600 .title span {
  transition: color 0.2s;
}
.page6 .wrap_1600 .title * {
  font-family: 'SemiBold';
}
.page6 .wrap_1600 .btm-txt {
  color: #333333;
}
.page7 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.page7::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 75%;
  width: 1px;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.1);
}
.page7 .video-bg {
  width: 100%;
  height: 100%;
}
.page7 .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page7 .list-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 4;
}
.page7 .list-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.page7 .list-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.page7 .list-box .list-scroll {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page7 .list-box .column {
  width: 25%;
}
.page7 .list-box .column .text p,
.page7 .list-box .column .text span {
  display: block;
  color: #fff;
}
.page7 .list-box .column .text span {
  margin-top: 10px;
}
.page7 .list-box .column.list1 .text {
  padding-left: 45px;
  padding-top: 5vh;
}
.page7 .list-box .column.list2 .text:nth-child(1) {
  padding-top: 92vh;
}
.page7 .list-box .column.list2 .text:nth-child(2) {
  padding-top: 70vh;
}
.page7 .list-box .column.list2 .text:nth-child(3) {
  padding-top: 80vh;
}
.page7 .list-box .column.list3 .text:nth-child(1) {
  padding-top: 50vh;
}
.page7 .list-box .column.list3 .text:nth-child(2) {
  padding-top: 150vh;
}
.page7 .list-box .column.list4 .text:nth-child(1) {
  padding-top: 120vh;
}
.page8 {
  background: #fff;
  width: 100%;
  height: 100vh;
  padding-top: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page8 .txt-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.page8 .txt-item .more2 {
  position: absolute;
  right: 10%;
  bottom: -40%;
  overflow: hidden;
  opacity: 0;
}
.page8 .txt-item .text-tit {
  text-align: center;
  font-size: 6.5vw;
  font-family: 'Bold';
  color: #31343a;
  position: relative;
  width: 100%;
  line-height: 1;
}
.page8 .txt-item .text-tit .pic-box {
  position: relative;
  display: inline-block;
}
.page8 .txt-item .text-tit .pic-box .pic {
  position: absolute;
  top: 1vw;
  left: -23vw;
  width: 21.78vw;
}
.page8 .txt-item .text-tit .pic-box .pic .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.page8 .txt-item .text-tit .pic-box .pic .img img {
  transition: all 0s;
  width: 0%;
  object-fit: cover;
}
.page8 .txt-item .text-tit .pic-box .pic .img-txt {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  line-height: 1.6;
  opacity: 0;
}
.page8 .txt-item .txt-l {
  color: #333333;
  padding-left: 1%;
  white-space: nowrap;
}
.page8 .txt-item .txt-r {
  color: #333333;
  padding-right: 1%;
  white-space: nowrap;
}
.page8 .p8sw {
  transform: translateX(100vw);
  margin-top: 5vw;
  width: 100%;
}
.page8 .p8sw .swiper-slide .txt-t {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 50%;
  color: #fff;
}
.page8 .p8sw .swiper-slide .txt-rb {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 35%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.page8 .p8sw .swiper-slide .txt-rb .des {
  color: #fff;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page8 .p8sw .swiper-slide .txt-rb ul {
  width: 100%;
}
.page8 .p8sw .swiper-slide .txt-rb ul li {
  padding-left: 15px;
  position: relative;
  font-family: 'Regular';
  color: #fff;
  margin-bottom: 5px;
}
.page8 .p8sw .swiper-slide .txt-rb ul li::after {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  background: url(/static/en/img/index8_ic.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.page9 {
  background: #fff;
}
.page9 .roll_box {
  width: 100%;
}
.page9 .roll {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 5px 0;
}
.page9 .roll li {
  width: 230px;
  float: left;
  padding: 0 0px;
}
.page9 .roll li img {
  opacity: 0.4;
  filter: grayscale(1);
}
.page9 .roll li:hover img {
  opacity: 1;
  filter: grayscale(0);
}
@media screen and (max-width: 1600px) {
  .page1 .list .item {
    width: 400px;
  }
  .page1 .list .item:nth-child(1) .text .num p i {
    font-size: 40px;
  }
  .page1 .list .item:nth-child(1) .text .num p {
    font-size: 16px;
  }
  .page1 .list .item:nth-child(2) .text p {
    font-size: 30px;
  }
  .page1 .list .item:nth-child(2) .text span {
    font-size: 16px;
  }
  .page1 .list .item:nth-child(3) .text p {
    font-size: 35px;
  }
  .page1 .list .item:nth-child(3) .text span {
    font-size: 16px;
  }
  .page1 .list .item:nth-child(4) .text span {
    font-size: 14px;
  }
  .page1 .list .item:nth-child(4) .text p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .page3 .sw-cont .text-item .txt1 p {
    font-size: 80px;
  }
  .page5 .text-list .item .tit-top .title {
    font-size: 20px;
  }
  .page5 .text-list .item.on .tit-top .title {
    font-size: 24px;
  }
  .page5 .text-list .item .des ul {
    margin-top: 15px;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page1 .txt p {
    font-size: 100px;
  }
  .page1 .txt p.t4 {
    width: 50%;
  }
  .page8 .p8sw .swiper-slide .txt-t {
    font-size: 30px;
  }
  .page8 .p8sw .swiper-slide .txt-rb ul li {
    font-size: 14px;
  }
  .page5 .text-list .item:nth-child(3) .des ul li:nth-child(2) span {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .page3 .labs-wrapper {
    width: 48%;
  }
  .page3 .sw-box {
    left: -250px;
  }
  .page1 .list .item {
    width: 360px;
  }
}
@media screen and (max-width: 1280px) {
  .page3 .sw-cont .text-item .txt1 p {
    font-size: 60px;
  }
  .page3 .sw-cont .text-item .txt3 {
    margin-top: 20px;
  }
  .page3 .sw-cont .text-item .more2 {
    margin-top: 30px;
  }
  .page8 .p8sw .swiper-slide .img {
    height: 400px;
  }
  .page8 .p8sw .swiper-slide .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {
  .page5 .text-list .item .des ul li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .page5 .text-list .item .des ul li span {
    margin-top: 2px;
  }
  .page5 .text-list .item {
    padding: 15px 30px;
  }
  .page8 .p8sw .swiper-slide .txt-rb .des {
    font-size: 12px;
    line-height: 1.4;
  }
  .page8 .p8sw .swiper-slide .txt-rb ul li {
    font-size: 12px;
    line-height: 1.4;
  }
  .page8 .p8sw .swiper-slide .txt-t {
    font-size: 24px;
  }
}
@media screen and (max-width: 1170px) {
  .page3 .sw-list .swiper-slide img {
    width: 30px;
    margin-right: 15px;
  }
  .page3 .sw-box {
    left: -231px;
  }
  .page8 .txt-item .text-tit .pic-box .pic .img-txt {
    width: 200%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .page1 {
    padding-bottom: 40px;
  }
  .p1swh5 {
    margin: 50px 0 0px 5vw;
  }
  .p1swh5 .swiper-slide.p4 .text {
    position: absolute;
    bottom: 2.2vw;
    left: 2.2vw;
    right: 2.2vw;
  }
  .p1swh5 .swiper-slide.p4 .text .num {
    margin-top: 1vw;
  }
  .p1swh5 .swiper-slide.p4 .text .num p {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
  }
  .p1swh5 .swiper-slide.p4 .text .num p i {
    font-size: 40px;
  }
  .p1swh5 .swiper-slide.p4 .text .num span {
    color: #fff;
    font-size: 14px;
    display: block;
  }
  .p1swh5 .swiper-slide.p1 .text {
    position: absolute;
    bottom: 2.2vw;
    left: 2.2vw;
    right: 2.2vw;
  }
  .p1swh5 .swiper-slide.p1 .text p {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
  }
  .p1swh5 .swiper-slide.p1 .text span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 1.5vw;
    font-family: 'Medium';
  }
  .p1swh5 .swiper-slide.p3 .text {
    position: absolute;
    bottom: 2.2vw;
    left: 2.2vw;
    right: 2.2vw;
    top: 2.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p1swh5 .swiper-slide.p3 .text p {
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 1;
  }
  .p1swh5 .swiper-slide.p3 .text span {
    color: #fff;
    font-size: 14px;
    display: block;
    font-family: 'Medium';
  }
  .p1swh5 .swiper-slide.p2 .text {
    position: absolute;
    bottom: 2.2vw;
    left: 2.2vw;
    right: 1vw;
    top: 2.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p1swh5 .swiper-slide.p2 .text span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Medium';
  }
  .p1swh5 .swiper-slide.p2 .text p {
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 1.3;
  }
  .page3 .sw-box {
    opacity: 0;
    pointer-events: none;
  }
  .page3 .labs-wrapper {
    width: 80%;
  }
  .page4 .image-container .pic-box .framer {
    justify-content: center;
  }
  .page4 .image-container .pic-box .framer .img {
    position: relative;
    width: 65%;
  }
  .page4 .image-container .pic-box .framer .img .t1 {
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .page4 .image-container .pic-box .framer .img .t2 {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .page4 .image-container .pic-box .framer #roll li {
    font-size: 100px;
  }
  .page5 .txt-l {
    width: 100%;
  }
  .page5 .text-list .item .des {
    display: block;
  }
  .page5 {
    height: auto;
  }
  .page6 .wrap_1600 .bg {
    width: 69%;
  }
  .page3 .sw-cont {
    display: none;
  }
  .page3 .turntable {
    height: auto;
    padding: 40px 0;
  }
  .page5 .text-list .item .des img {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page5 .text-list .item .des ul li {
    width: 100%!important;
  }
  .page5 .text-list .item .des ul li p {
    margin-top: 8px;
  }
  .page4 .image-container .pic-box .framer .img .t2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .page4 .image-container .pic-box .framer #roll li {
    font-size: 40px;
  }
  .index_banner {
    height: 400px;
  }
  .index_banner .swiper-slide .text p {
    font-size: 28px;
  }
  .index_banner .swiper-slide .text span {
    font-size: 14px;
    margin-top: 8px;
  }
  .index_banner .swiper-slide .text a {
    margin-top: 15px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 20px;
    height: 1px;
    margin: 0 2px;
  }
  .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
  .page1 .txt p {
    font-size: 42px;
    opacity: 1;
    transform: rotateY(0deg) !important;
  }
  .page1 .txt p.t4 {
    width: 90%;
    margin: 15px auto 0;
  }
  .p1swh5 .swiper-slide:nth-child(1) .text .num p {
    font-size: 14px;
  }
  .p1swh5 .swiper-slide:nth-child(4) .text span {
    line-height: 1.3;
  }
  .p1swh5 .swiper-slide:nth-child(4) .text p {
    font-size: 26px;
  }
  .p1swh5 .swiper-slide:nth-child(3) .text p {
    font-size: 26px;
  }
  .p1swh5 .swiper-slide:nth-child(2) .text p {
    font-size: 26px;
  }
  .page2 .title p {
    font-size: 26px;
  }
  .page2 .title span {
    width: 90%;
  }
  .page2 .map {
    height: 250px;
  }
  .page2 #box {
    height: 700px;
  }
  .page3 .labs-wrapper {
    width: 90%;
  }
  .page3 .sw-cont .text-item .txt2 {
    font-size: 14px;
  }
  .page3 .sw-cont .text-item .txt3 {
    margin-top: 10px;
  }
  .page3 .sw-cont {
    width: 74%;
  }
  .page5 .txt-l .txt-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page5 .text-list .item .tit-top {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .page5 .text-list .item .tit-top .step {
    width: 100%;
  }
  .page5 .text-list .item .tit-top .title {
    width: 100%;
    font-size: 20px!important;
  }
  .page5 .text-list .item .des {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page5 .text-list .item .des .text {
    width: 100%;
  }
  .page7 .list-box .column.list1 .text {
    padding-left: 5px;
    width: 100%;
  }
  .page7 .list-box .column.list1 .text p {
    font-size: 12px;
  }
  .page7 .list-box .column .text p,
  .page7 .list-box .column .text span {
    font-size: 12px;
  }
  .page8 .txt-item .text-tit .pic-box .pic .img img {
    width: 100%;
  }
  .page8 .txt-item .text-tit .pic-box .pic {
    width: 7vw;
    left: 0;
    top: -7vw;
  }
  .page8 .txt-item .text-tit {
    font-size: 6vw;
  }
  .page8 .txt-item .text-tit .pic-box {
    width: 7vw;
  }
  .page8 .txt-item .text-tit .pic-box .pic .img-txt {
    pointer-events: none;
  }
  .page8 .txt-item .txt-l {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 1.5%;
  }
  .page8 .txt-item .txt-r {
    padding-left: 3%;
    font-size: 14px;
    padding-right: 0;
  }
  .page8 {
    height: auto;
    padding-top: 30px;
  }
  .page8 .p8sw {
    transform: translateX(5vw);
  }
  .page8 .p8sw .swiper-slide .img {
    height: auto;
  }
  .page8 .p8sw .swiper-slide .txt-rb {
    display: none;
  }
  .page8 .p8sw .swiper-slide .txt-t {
    font-size: 18px;
    width: 67%;
    top: auto;
    bottom: 5%;
  }
  .page9 .roll li {
    width: 150px;
  }
  .page9 .roll {
    margin-bottom: 10px;
  }
  .page3 .p2sw-box {
    width: 74%;
  }
  .page3 .p2sw-box .txt2 {
    font-size: 14px;
  }
  .page3 .p2sw-box .txt3 {
    margin-top: 10px;
  }
  .page3 .p2sw-box .more2 {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=./index.css.map */
