input,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
.count-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  width: 80%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  transition: color 0.8s ease-in-out;
}
.count-list.dark {
  color: #000;
}
@media (min-width: 768px) {
  .count-list {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
.count-item {
  width: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  margin: 25px 0;
  font-weight: lighter;
}
.count-item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 12px;
}
.count-item .num .counter {
  font-size: 36px;
}
@media (min-width: 768px) {
  .count-item {
    width: 200px;
    font-size: 16px;
    margin: 0;
  }
  .count-item .num {
    font-size: 36px;
  }
  .count-item .num .counter {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .count-item {
    font-size: 20px;
  }
  .count-item .num {
    font-size: 40px;
  }
  .count-item .num .counter {
    font-size: 56px;
  }
}
#focus .swiper-focus {
  height: 100%;
}
#focus .video-box {
  width: 100%;
  height: 100%;
}
#focus .video-js {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#focus .video-js video {
  object-fit: cover;
}
#focus .home-banner {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#focus .home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#focus .swiper-pagination {
  bottom: 20px;
  display: flex;
  padding-left: 3%;
}
#focus .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  display: block;
  margin: 0 12px;
  position: relative;
  width: 4px;
  height: 4px;
}
#focus
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 100%;
}
#focus
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  #focus .swiper-pagination {
    bottom: 40px;
  }
  #focus .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 25px;
  }
  #focus
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }
  #focus
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    width: 28px;
    height: 28px;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px;
  }
}
.section {
  line-height: 2;
}
.fp-watermark {
  display: none;
}
.intro-page {
  text-align: center;
}
#follow {
  background: #000;
}
@media (max-width: 767.5px) {
  #follow {
    justify-content: flex-start;
  }
}
@media (max-width: 767.5px) {
  .follow-page {
    padding-top: 62px;
  }
  .follow-page .info {
    width: 100%;
    height: 66.6667vw;
    border-bottom: 1px solid #585858;
    background: url(../images/follow-people-m.jpg) no-repeat top center;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .follow-page .info h1 {
    width: 100%;
  }
  .follow-page .info h1 img {
    width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .follow-page {
    height: calc(100vh - 254px);
    overflow: hidden;
    position: relative;
  }
  .follow-page .bg-img img {
    width: 100%;
  }
  .follow-page .info {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .follow-page .info h1 img {
    display: block;
  }
}
.more-links {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-links a {
  text-decoration: none;
  color: #d5d5d5;
}
.more-links .more-item {
  margin: 0 10px;
  position: relative;
}
.more-links .more-item:hover .iconfont {
  color: #fff;
}
.more-links .iconfont {
  display: block;
  line-height: 1;
  transition: color 0.5s;
  color: #d5d5d5;
}
.more-links .iconfont.icon-weixin {
  font-size: 28px;
}
.more-links .iconfont.icon-weibo {
  font-size: 22px;
}
.more-links .iconfont.icon-xiaohongshu {
  font-size: 15px;
}
.more-links .iconfont.icon-douyin {
  font-size: 22px;
}
.more-links .iconfont.icon-taobao {
  font-size: 24px;
}
@media (max-width: 767.5px) {
  .more-links {
    position: relative;
  }
  .more-links .qr-item {
    position: static;
  }
  .more-links .qr-item .qr-box-inner {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .more-links .qr-item .qr-layer:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .more-links {
    margin-top: 30px;
  }
  .more-links .more-item {
    margin: 0 52px;
  }
  .more-links .iconfont {
    display: block;
    line-height: 1;
    transition: color 0.5s;
    color: #d5d5d5;
  }
  .more-links .iconfont.icon-weixin {
    font-size: 56px;
  }
  .more-links .iconfont.icon-weibo {
    font-size: 45px;
  }
  .more-links .iconfont.icon-xiaohongshu {
    font-size: 30px;
  }
  .more-links .iconfont.icon-douyin {
    font-size: 45px;
  }
  .more-links .iconfont.icon-taobao {
    font-size: 48px;
  }
}
.qr-box {
  display: flex;
}
.qr-box-inner {
  width: 272px;
  position: absolute;
  left: 50%;
  opacity: 0;
  bottom: 80px;
  visibility: hidden;
  transition: visibility 0s, opacity 1s ease, bottom 0.5s ease-out;
  margin-left: -166px;
  color: #000;
}
.qr-layer {
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 38px 14px 42px 30px;
  display: flex;
  align-items: center;
  z-index: 99;
}
.qr-layer::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9px solid #e1e1e1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
}
.qr-layer img {
  display: block;
  width: 70px;
}
.qr-layer h4 {
  margin-left: 12px;
  font-size: 14px;
  line-height: 18px;
}
.qr-layer h4 span {
  display: block;
}
.qr-layer h4 span:last-child {
  margin-top: 10px;
}
.qr-item {
  cursor: pointer;
}
.qr-item .qr-box:hover .iconfont {
  color: #fff;
}
.qr-item .qr-box:hover .qr-box-inner {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.qr-item .qr-box-inner {
  bottom: auto;
  top: 0;
  left: 200%;
  transition: visibility 0s, opacity 1s ease, top 0.5s ease-out;
}
.qr-item:hover .qr-box-inner {
  top: 140%;
  bottom: auto;
}
.qr-layer {
  border: none;
}
.qr-layer:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: none;
  border-bottom: 9px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 80px;
  margin-left: 0;
  top: -9px;
}
@media (max-aspect-ratio: 16/10) {
  .follow-page .bg-img {
    height: 100%;
  }
  .follow-page .bg-img img {
    height: 100%;
    object-fit: cover;
  }
}
.home-tech-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767.5px) {
  .home-tech-wrap {
    padding-top: 80px;
  }
}
.home-tech-wrap .swiper {
  width: 100%;
  height: 100%;
}
.home-tech-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.home-tech-wrap .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 767.5px) {
  .home-tech-wrap .slide-inner {
    align-items: flex-start;
    background-image: none !important;
  }
}
@media (max-width: 767.5px) {
  .tech-intro {
    opacity: 0;
    transition-duration: 1.5s;
  }
  .tech-intro .info {
    color: #000;
    font-size: 13px;
    min-height: 155px;
  }
  .tech-intro .info br {
    display: none;
  }
  .tech-intro .info h2 {
    font-family: AvenirLT;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .tech-intro .title {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  .tech-intro .intro-icon {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
  }
  .tech-intro img {
    display: block;
  }
  .tech-intro .info {
    padding: 24px 28px 28px;
    position: relative;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.84);
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 6px;
    margin-top: -200px;
  }
  .tech-intro .t-slg {
    line-height: 1;
    width: 300px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .tech-intro .t-slg .tip {
    font-size: 16px;
  }
  .tech-intro .t-slg h2 {
    font-family: AvenirLT;
    font-size: 24px;
    font-weight: 700;
  }
  .tech-intro .t-slg h3 {
    margin: 12px 0;
    font-size: 14px;
    position: relative;
  }
  .tech-intro .t-slg h3::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    height: 1px;
    background-color: #000;
  }
  .tech-intro .t-slg h3 span {
    background-color: #fff;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767.5px) and (min-height: 800px) {
  .tech-intro .info {
    padding: 30px 28px 28px;
    padding-top: 50px;
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .tech-intro {
    width: 628px;
    opacity: 0;
    transition-duration: 1.5s;
  }
  .tech-intro img {
    display: block;
    margin: 0 auto;
  }
  .tech-intro .info h2 {
    display: none;
  }
  .tech-intro .info p {
    margin-top: 26px;
    margin-bottom: 66px;
    color: #000;
    font-size: 16px;
    line-height: 2.875;
    letter-spacing: 100%;
    font-weight: lighter;
  }
  .tech-intro .intro-icon,
  .tech-intro .intro-photo {
    display: none;
  }
  .tech-intro .t-slg {
    line-height: 1;
    width: 460px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  .tech-intro .t-slg .tip {
    font-size: 40px;
  }
  .tech-intro .t-slg h2 {
    font-family: AvenirLT;
    font-size: 38px;
    font-weight: 700;
  }
  .tech-intro .t-slg h3 {
    margin: 16px 0 26px;
    font-size: 30px;
    position: relative;
  }
  .tech-intro .t-slg h3::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    right: calc(50% + 70px);
    height: 1px;
    background-color: #000;
  }
  .tech-intro .t-slg h3::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    left: calc(50% + 70px);
    height: 1px;
    background-color: #000;
  }
  .tech-intro .t-slg h3 span {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.tech-menu {
  position: absolute;
  bottom: 50px;
  max-width: 1800px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  justify-content: space-around;
}
.tech-menu .tm-item {
  width: 20%;
  transition: width 0.5s ease;
  cursor: pointer;
}
.tech-menu .progress {
  height: 2px;
  width: 100%;
  background-color: #aac5bb;
  position: relative;
}
.tech-menu .progress::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #045d3b;
}
.tech-menu .txt {
  line-height: 1;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 26px;
  line-height: 1.2;
  font-weight: lighter;
}
.tech-menu .txt i {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
@media (max-width: 1600px) {
  .tech-menu .txt span {
    display: block;
  }
}
@media (min-width: 1280px) {
  .tech-menu .txt {
    font-size: 16px;
  }
}
@media (max-width: 767.5px) {
  .tech-menu {
    bottom: 15px;
    padding-left: 20px;
    justify-content: flex-start;
  }
  .tech-menu .tm-item {
    width: 20px;
    margin-right: 15px;
    transition: width 0.5s ease;
  }
  .tech-menu .progress {
    background-color: #e6e6e6;
  }
  .tech-menu .progress::before {
    content: "";
    background-color: #b5b5b5;
  }
  .tech-menu .txt {
    color: #e6e6e6;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .tech-menu .txt span {
    display: none;
  }
}
.pagination_active .txt {
  font-weight: 400;
}
.pagination_active .progress::before {
  animation-name: move;
  animation-duration: 5.5s;
  animation-fill-mode: forwards;
}
@media (max-width: 767.5px) {
  .pagination_active.tm-item {
    width: 210px;
    transition: width 0.5s ease;
  }
  .pagination_active .txt {
    color: #000;
    display: flex;
  }
  .pagination_active .txt span {
    display: block;
  }
  .pagination_active .txt span:last-child {
    display: none;
  }
}
@keyframes move {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.tech-intro {
  transform: translateX(250px) scale(0.5);
}
.swiper-slide-prev .tech-intro {
  transform: translateX(-250px) scale(0.5);
}
.swiper-slide-active .tech-intro {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.products-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
}
.products-wrap .pro-model {
  width: 100%;
  height: 40%;
}
.products-wrap .pro {
  width: 100%;
  height: 60%;
}
.products-wrap .pro-model {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .products-wrap {
    flex-direction: row;
  }
  .products-wrap .pro,
  .products-wrap .pro-model {
    width: 50%;
    height: 100%;
    transition: width 1s;
  }
}
.pro-model .swiper {
  width: 100%;
  height: 100%;
}
.pro-model .swiper-slide {
  overflow: hidden;
}
.pro-model .model {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  color: #fff;
}
@media (min-width: 768px) {
  .pro-model:hover {
    width: 55%;
  }
}
.swiper-pro {
  width: 100%;
  height: 100%;
  background: url(../images/pro-cricle.png) no-repeat center bottom;
  background-size: 80% auto;
}
.swiper-pro.bg-pink {
  background-color: #f9f1ed;
}
.swiper-pro .pro-item {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}
.swiper-pro .pro-photo {
  height: 60%;
}
.swiper-pro .pro-photo img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: block;
  opacity: 0;
  transition-duration: 1s;
  transform: translate(50px) scale(0.8);
}
.swiper-pro .pro-title {
  text-align: center;
  line-height: 1;
}
.swiper-pro .pro-title .t {
  font-family: OptimaLT;
  font-size: 14px;
}
.swiper-pro .pro-title .c {
  font-family: AvenirLT;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.swiper-pro .pro-title .name {
  font-size: 12px;
  font-weight: 300;
}
.swiper-pro .pro-title .name span {
  font-weight: 400;
}
.swiper-pro .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #000;
  opacity: 1;
  position: relative;
  margin: 0 8px !important;
}
.swiper-pro .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #8b8c92;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 100%;
}
.swiper-pro .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #8b8c92;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .swiper-pro {
    background: url(../images/pro-cricle.png) no-repeat right bottom;
    background-size: 100% auto;
  }
  .swiper-pro .pro-item {
    padding-top: 10vh;
  }
  .swiper-pro .pro-title .t {
    font-size: 32px;
  }
  .swiper-pro .pro-title .c {
    font-size: 39px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .swiper-pro .pro-title .name {
    font-size: 21px;
  }
}
.tech-intro {
  transform: translateY(50px) scale(0.8);
}
.swiper-slide-prev .pro-photo img {
  transform: translateY(-50px) scale(0.8);
}
.swiper-slide-active .pro-photo img {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.swiper-model {
  line-height: 1;
}
.swiper-model .txt {
  position: absolute;
  left: 25px;
  right: 0;
  bottom: 12px;
  overflow: hidden;
}
.swiper-model .t {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
}
.swiper-model .t::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 36px;
  height: 3px;
  background-color: #fff;
}
.swiper-model .line {
  padding-bottom: 10px;
  margin-left: 40px;
  font-size: 12px;
}
.swiper-model .i-font {
  font-family: OptimaLT;
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .swiper-model .txt {
    left: 60px;
    right: 0;
    bottom: 50px;
  }
  .swiper-model .i-font {
    font-size: 40px;
  }
  .swiper-model .line {
    font-size: 12px;
    margin-left: 24px;
  }
}
@media (min-width: 1280px) {
  .swiper-model .txt {
    left: 60px;
    right: 0;
    bottom: 50px;
  }
  .swiper-model .i-font {
    font-size: 60px;
  }
  .swiper-model .line {
    font-size: 16px;
    margin-left: 40px;
  }
}
.model-top-txt {
  opacity: 0;
  transition-duration: 1.5s;
  transform: translateY(-150px);
}
.swiper-slide-prev .model-top-txt {
  transform: translateY(150px);
}
.swiper-slide-active .model-top-txt {
  opacity: 1;
  transform: translateY(0);
}
.model-bottom-txt {
  opacity: 0;
  transition-duration: 2s;
  transform: translateY(150px);
  margin-top: 5px;
}
.swiper-slide-prev .model-bottom-txt {
  transform: translateY(-150px);
}
.swiper-slide-active .model-bottom-txt {
  opacity: 1;
  transform: translateY(0);
}
.model .line {
  opacity: 0;
  transition-duration: 1.5s;
  transform: translateX(150px);
}
.swiper-slide-prev .model .line {
  transform: translateX(-150px);
}
.swiper-slide-active .model .line {
  opacity: 1;
  transform: translateX(0);
}
.home-search-wrap {
  position: absolute;
  width: 85%;
  max-width: 500px;
  height: 35px;
  border-radius: 35px;
  background-color: #fff;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
  padding: 0 15px;
  border: 1px solid #000;
}
.home-search-wrap .form {
  display: flex;
  align-items: center;
  height: 100%;
}
.home-search-wrap .s-btn {
  width: 75px;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.home-search-wrap .s-input {
  width: 100%;
  border: none;
  border-right: 1px solid #898989;
  margin-right: 12px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 5px 0 0;
}
@media (min-width: 768px) {
  .home-search-wrap {
    width: 280px;
    height: 40px;
    border-radius: 40px;
    bottom: 75px;
    padding: 0 16px 0 32px;
    border: none;
  }
  .home-search-wrap .s-input {
    border-right: 1px solid #898989;
    margin-right: 24px;
    line-height: 24px;
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .home-search-wrap .s-btn {
    width: 100px;
  }
}
@media (min-width: 1280px) {
  .home-search-wrap {
    width: 400px;
    height: 70px;
    border-radius: 70px;
    bottom: 75px;
    padding: 0 30px;
    border: none;
  }
  .home-search-wrap .s-input {
    border-right: 2px solid #898989;
    margin-right: 24px;
    line-height: 52px;
    font-size: 24px;
    padding: 0 10px 0 0;
  }
  .home-search-wrap .s-btn {
    width: 130px;
  }
}
@media (min-width: 1440px) {
  .home-search-wrap {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .home-search-wrap {
    max-width: 550px;
  }
}
.all-pro-link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  font-size: 14px;
  font-weight: lighter;
}
.all-pro-link a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.pro-button {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 1112;
  cursor: pointer;
}
.pro-button img {
  display: block;
  padding: 10px;
}
.pro-button.button-prev {
  left: 10px;
}
.pro-button.button-next {
  right: 10px;
}
.intro-page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro-page .intro-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: absolute;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.intro-page .intro-txt h1 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}
.intro-page .intro-txt h2 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
}
.intro-page .intro-txt .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
}
.intro-page .intro-txt .tip {
  width: 75%;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1.6px;
  margin-top: 4.625vh;
  font-weight: lighter;
}
.intro-page .intro-txt .pf-photo {
  width: 100%;
  height: 30%;
  background: url(../images/intro-page-bg.jpg) no-repeat;
  background-size: cover;
}
.intro-page .intro-txt .pf-photo img {
  display: block;
  width: 76.53333333%;
  margin: 10vh auto 0;
}
.intro-page .intro-txt .img {
  display: none;
}
.intro-page .intro-bg {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.intro-page .intro-bg img {
  width: 100%;
  display: block;
}
.intro-page .intro-txt.intro-txt-hover {
  opacity: 1;
  color: #000;
}
.intro-page .intro-txt.intro-txt-hover h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 10px;
  margin-bottom: 28px;
  margin-top: 0;
}
.intro-page .intro-txt.intro-txt-hover p {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro-page .intro-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .intro-page .intro-txt h1 {
    font-size: 58px;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .intro-page .intro-txt h2 {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: lighter;
  }
  .intro-page .intro-txt .info {
    display: block;
    height: auto;
  }
  .intro-page .intro-txt .tip {
    width: 100%;
    max-width: 975px;
    font-size: 18px;
    letter-spacing: 1.6px;
    margin-top: 6.48vh;
    display: none;
  }
  .intro-page .intro-txt .pf-photo {
    display: none;
  }
  .intro-page .intro-txt .img {
    display: block;
    margin-top: 29vh;
  }
  .intro-page .intro-txt .img img {
    display: block;
  }
  .intro-page .intro-txt .img img.slg-w {
    display: none;
  }
  .intro-page .intro-bg {
    opacity: 0;
    position: absolute;
    width: 100%;
  }
  .intro-page .intro-bg img {
    width: 100%;
    display: block;
  }
  .intro-page .pf-w {
    opacity: 0;
  }
  .intro-page.hover {
    background-color: #dfdfde;
  }
  .intro-page.hover .intro-bg {
    opacity: 1;
    transition: opacity 4s;
  }
  .intro-page.hover .pf-w {
    opacity: 1;
    transition: opacity 4s;
  }
  .intro-page.hover .pf-b {
    opacity: 0;
    transition: opacity 4s;
  }
  .intro-page.hover .img img {
    display: none;
  }
  .intro-page.hover .img img.slg-w {
    display: block;
  }
  .intro-page.hover .intro-txt {
    color: #fff;
    transition: color 0.5s;
  }
}
.history-page {
  width: 100%;
  height: 100%;
}
.history-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#history {
  position: relative;
  height: 100%;
  background: url(../images/timeline/timeline-bg.jpg) no-repeat;
  background-size: cover;
}
.timeline-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.timeline-progress {
  position: absolute;
  left: 3.125%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 60px;
  z-index: 99;
}
.timeline-progress-item {
  font-size: 16px;
  font-size: 1rem;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.timeline-progress-bar {
  display: inline-block;
  height: 1px;
  width: 21px;
  margin: 15px 0;
  background-color: #fff;
  transition: width 0.75s ease-in, background-color 0.75s ease-in;
}
.timeline-progress-item span {
  margin-left: 8px;
  opacity: 0;
  transition: opacity 0.75s ease-in;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.timeline-progress-item.current span {
  opacity: 1;
  transition: opacity 0.9s ease-out 0.6s;
}
.timeline-progress-item.current .timeline-progress-bar {
  width: 36px;
  transition: width 0.9s ease-out 0.6s, background-color 0.9s ease-out 0.6s;
}
.timeline-progress-item:hover .timeline-progress-bar {
  width: 32px;
  transition: width 0.5s ease-out, background-color 0.5s ease-out;
}
.timeline-progress-item:hover span {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.timeline-wrapper .timeline-items {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 11;
}
.timeline-content {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.image-section,
.text-section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.image-section {
  left: 8.854167%;
  margin-top: 50px;
}
.image-section img {
  width: 34.8958vw;
  max-width: 670px;
}
.text-section {
  right: 16.625vw;
  text-align: right;
  color: #fff;
}
.text-section .year {
  font-family: Constantia, Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 8px;
}
.text-section .desc {
  font-weight: lighter;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .text-section .year {
    font-size: 90px;
  }
  .text-section .desc {
    font-size: 24px;
  }
}
.cricle-line {
  position: absolute;
  right: 0;
  bottom: 126px;
  z-index: 9;
  width: 44vw;
  text-align: right;
}
.timeline-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
.timeline-years-wrapper {
  position: absolute;
  right: 0;
  top: 90px;
  bottom: 90px;
  z-index: 9;
}
.timeline-years-swiper {
  width: 60vw;
  height: 100%;
}
@media (min-width: 1280px) {
  .timeline-years-swiper {
    width: 40vw;
  }
}
.swiper-year {
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 100px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  color: transparent;
  font-family: Constantia, Arial, Helvetica, sans-serif;
  opacity: 0;
  transition-duration: 2s;
}
.swiper-slide-prev .swiper-year {
  opacity: 1;
}
.swiper-slide-next .swiper-year {
  opacity: 0;
  transition-duration: 0;
  transform: translate(40%, 0);
}
.swiper-slide-active .swiper-year {
  opacity: 1;
  font-size: 200px;
  transform: translate(30%, 0);
}
.timeline-mobile {
  position: relative;
  height: 100%;
}
.timeline-mobile .tip-txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.timeline-mobile .tip-txt img {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-mobile-swiper {
  height: 100%;
}
.timeline-mobile-swiper .tm-item {
  padding-top: 62px;
  padding-bottom: 62px;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.timeline-mobile-swiper .tm-image {
  margin-top: 50px;
  width: 80%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-mobile-swiper .tm-section {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 18px;
  padding-left: 80px;
}
.timeline-mobile-swiper .tm-section::before {
  display: none;
  content: "";
  position: absolute;
  top: -120px;
  right: -30px;
  width: 300px;
  height: 200px;
  background: url(../images/timeline/cricle-line-full.png) no-repeat;
  background-size: contain;
}
.timeline-mobile-swiper .tm-section .year {
  font-family: Constantia;
  font-size: 45px;
  line-height: 1.4;
  position: relative;
}
.timeline-mobile-swiper .tm-section .year::after {
  content: attr(data-year);
  position: absolute;
  font-size: 150px;
  font-family: Constantia;
  right: 0px;
  top: 0;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
  color: transparent;
}
.timeline-mobile-swiper .tm-section .desc {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
}
.history-pagination {
  position: absolute;
  left: 25px;
  bottom: 110px;
}
.history-pagination .menu-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.history-pagination .menu-item.pagination_active span {
  opacity: 1;
}
.history-pagination .menu-item.pagination_active .timeline-progress-bar {
  width: 18px;
}
.history-pagination .menu-item span {
  opacity: 0;
  margin-left: 5px;
  line-height: 1;
}
.history-pagination .menu-item .timeline-progress-bar {
  margin: 5px 0;
  width: 10px;
  transition: all 0.5s;
}
.fp-overflow {
  min-height: 100%;
}
