@import "libs/swiper-bundle.min.css";
/*@font-face {
  font-family: "Gilroy";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
}
@font-face {
  font-family: "Sourcehan";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: "Sourcehan Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: "Sourcehan Bold";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
}*/
.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.h-auto {
  height: auto !important;
}

.c-primary {
  color: #F29115 !important;
}

.c-gray {
  color: #757D88 !important;
}

.c-light {
  color: #B4B7BB !important;
}

.l-1 {
  line-height: 1 !important;
}

.l-20 {
  line-height: 20px !important;
}

.l-24 {
  line-height: 24px !important;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex !important;
}

.a-center {
  align-items: center !important;
}

.j-space {
  justify-content: space-between !important;
}

main.page-main {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/bg-section-1.jpg") right 600px no-repeat white;
}
main.page-main .section-title {
  font-family: "Sourcehan Medium";
  font-size: 36px;
}
main.page-main .section-header .title {
  font-family: "Sourcehan Medium";
  font-size: 36px;
}

section.hero {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/hero.jpg") center center no-repeat;
  background-size: cover;
  height: 600px;
  color: white;
}
section.hero .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
section.hero .display {
  font-size: 46px;
  margin-bottom: 28px;
}
section.hero .sub {
  font-size: 16px;
}

section.one {
  padding-bottom: 90px;
  padding-top: 100px;
}
section.one .container {
  height: 100%;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/title-about.png") left 14px no-repeat transparent;
}
section.one .section-title {
  color: #1E232A;
  margin-bottom: 42px;
}
section.one .section-content {
  max-width: 1072px;
}
section.one .section-content .text {
  font-size: 16px;
  line-height: 26px;
  color: #757D88;
  text-align: justify;
}
section.one .section-content .text:first-child {
  margin-bottom: 2em;
}
section.one .section-content .text:last-child {
  margin-bottom: 0;
}

section.two {
  margin-bottom: 110px;
}
section.two .section-title {
  color: #1E232A;
  margin-bottom: 46px;
}
section.two .section-content .swiper-container .swiper-slide {
  height: 516px;
  position: relative;
  color: white;
}
section.two .section-content .swiper-container .swiper-button-prev,
section.two .section-content .swiper-container .swiper-button-next {
  width: 12px;
  height: 20px;
  position: absolute;
  left: unset;
  right: unset;
  top: unset;
  z-index: 2;
  margin-top: 0;
  bottom: 0px;
}
section.two .section-content .swiper-container .swiper-button-prev::after,
section.two .section-content .swiper-container .swiper-button-next::after {
  content: "";
}
section.two .section-content .swiper-container .swiper-button-prev {
  left: 570px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-chevron-left.png") center center no-repeat;
}
section.two .section-content .swiper-container .swiper-button-next {
  left: 620px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-chevron-right.png") center center no-repeat;
}
section.two .section-content .item-left {
  width: 762px;
  height: 432px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/bg-section-2-1.jpg") center center no-repeat;
  position: absolute;
  padding: 110px 70px;
  left: 0;
  top: 0;
  z-index: 2;
}
section.two .section-content .item-left .caption {
  left: 70px;
}
section.two .section-content .item-right {
  width: 708px;
  height: 432px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/bg-section-2-2.jpg") center center no-repeat;
  position: absolute;
  right: 0;
  top: 84px;
  padding: 110px 114px;
}
section.two .section-content .item-right .text {
  opacity: 0.5;
}
section.two .section-content .item-right .caption {
  left: 114px;
}
section.two .section-content .title {
  font-size: 30px;
  margin-bottom: 20px;
}
section.two .section-content .text {
  font-size: 16px;
  line-height: 26px;
}
section.two .section-content .caption {
  position: absolute;
  font-size: 16px;
  bottom: 90px;
}

section.three {
  margin-bottom: 70px;
}
section.three .section-title {
  color: #1E232A;
  margin-bottom: 50px;
}
section.three .section-content .img {
  max-width: 100%;
}

section.four {
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/bg-section-4.jpg") center center no-repeat transparent;
  background-size: cover;
  height: 800px;
}
section.four .container {
  height: 100%;
  position: relative;
}
section.four .section-header {
  position: absolute;
  left: 36px;
  top: 200px;
}
section.four .section-header .title {
  color: white;
  margin-bottom: 25px;
}
section.four .section-header .sub {
  font-size: 16px;
  color: #757D88;
}
section.four .section-content {
  position: relative;
}
section.four .section-content .dividers {
  display: flex;
  justify-content: space-between;
}
section.four .section-content .dividers .divider {
  width: 1px;
  height: 800px;
  background-color: rgba(255, 255, 255, 0.2);
}
section.four .section-content .swiper-container {
  width: 100%;
  height: 420px;
  position: absolute;
  top: 200px;
}
section.four .section-content .swiper-container .swiper-slide {
  width: calc(100% / 4);
  color: white;
  padding-left: 36px;
  padding-top: 178px;
}
section.four .section-content .swiper-container .swiper-slide .icon {
  margin-bottom: 50px;
}
section.four .section-content .swiper-container .swiper-slide .text {
  font-size: 16px;
  line-height: 26px;
  max-width: 260px;
  text-align: justify;
}
section.four .section-content .swiper-container .swiper-button-prev,
section.four .section-content .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px dotted rgba(255, 255, 255, 0.5);
  left: unset;
  z-index: 2;
  margin-top: 0;
}
section.four .section-content .swiper-container .swiper-button-prev::after,
section.four .section-content .swiper-container .swiper-button-next::after {
  content: "";
}
section.four .section-content .swiper-container .swiper-button-prev {
  right: 76px;
  top: 0;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-arrow-left.png") center center no-repeat;
}
section.four .section-content .swiper-container .swiper-button-next {
  right: 36px;
  top: 0;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-arrow-right.png") center center no-repeat;
}

section.five {
  padding-top: 110px;
  padding-bottom: 106px;
  background-color: #F5F7F9;
}
section.five .section-header {
  margin-bottom: 28px;
  text-align: center;
}
section.five .section-header .title {
  color: #1E232A;
  margin-bottom: 22px;
}
section.five .section-header .sub {
  font-size: 16px;
  color: #757D88;
  line-height: 22px;
}
section.five .section-main {
  display: flex;
  justify-content: center;
}
section.five .section-main .box-middle {
  margin-left: 28px;
  margin-right: 35px;
  flex-shrink: 0;
  width: 816px;
}
section.five .section-main .box-middle .map {
  max-width: 100%;
}
section.five .section-main .box-left {
  padding-top: 360px;
}
section.five .section-main .box-left .items .divider {
  margin-top: 36px;
  margin-bottom: 40px;
  width: 28px;
  height: 1px;
  background-color: #757D88;
  opacity: 0.2;
}
section.five .section-main .box-left .items .item .title {
  font-size: 16px;
  color: #757D88;
}
section.five .section-main .box-left .items .item .content {
  color: #1ECCAD;
  display: flex;
  align-items: flex-end;
}
section.five .section-main .box-left .items .item .content .num {
  font-family: "Gilroy";
  font-size: 46px;
}
section.five .section-main .box-left .items .item .content .unit {
  font-size: 16px;
}
section.five .section-main .box-right {
  padding-top: 280px;
  color: #757D88;
}
section.five .section-main .box-right .title {
  font-size: 18px;
}
section.five .section-main .box-right .content .item {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

section.six {
  background-color: #F5F7F9;
  padding-bottom: 110px;
}
section.six .container {
  position: relative;
}
section.six .section-header {
  position: absolute;
}
section.six .section-main .swiper-container {
  padding-top: 88px;
  padding-bottom: 40px;
}
section.six .section-main .swiper-container .swiper-slide .figure {
  height: 370px;
  margin-bottom: 0;
}
section.six .section-main .swiper-container .swiper-slide .figure .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.six .section-main .swiper-container .swiper-slide .content {
  background-color: white;
  height: 226px;
  padding: 40px 40px 0;
}
section.six .section-main .swiper-container .swiper-slide .content .title {
  font-family: "Sourcehan Medium";
  font-size: 24px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.six .section-main .swiper-container .swiper-slide .content .sub {
  font-size: 16px;
  color: #757D88;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 48px;
}
section.six .section-main .swiper-container .swiper-slide .content .date {
  font-size: 14px;
  color: #B4B7BB;
  font-family: "Gilroy";
}
section.six .section-main .swiper-container .swiper-button-prev,
section.six .section-main .swiper-container .swiper-button-next {
  width: 12px;
  height: 20px;
  position: absolute;
  left: unset;
  z-index: 2;
  margin-top: 0;
}
section.six .section-main .swiper-container .swiper-button-prev::after,
section.six .section-main .swiper-container .swiper-button-next::after {
  content: "";
}
section.six .section-main .swiper-container .swiper-button-prev {
  right: 60px;
  top: 8px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-chevron-left.png") center center no-repeat;
}
section.six .section-main .swiper-container .swiper-button-next {
  right: 0px;
  top: 8px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-chevron-right.png") center center no-repeat;
}
section.six .section-main .swiper-container .six-swiper-pagination {
  text-align: left;
  height: 3px;
  bottom: 0;
  display: flex;
  margin-left: -8px;
}
section.six .section-main .swiper-container .six-swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  background-color: #E6E6E6;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px;
}
section.six .section-main .swiper-container .six-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F29115;
}

section.seven {
  background-color: #15162A;
  padding-top: 170px;
  height: 800px;
}
section.seven .section-header {
  margin-bottom: 70px;
}
section.seven .section-header .title {
  color: white;
  margin-bottom: 26px;
}
section.seven .section-header .sub {
  color: #757D88;
  font-size: 16px;
}
section.seven .section-main {
  position: relative;
}
section.seven .section-main .swiper-container {
  padding: 100px calc((100% - 1440px) / 2) 0;
  position: relative;
}
section.seven .section-main .swiper-container .swiper-slide {
  width: 240px;
  position: relative;
  cursor: pointer;
}
section.seven .section-main .swiper-container .swiper-slide:last-child .dot::after {
  display: none;
}
section.seven .section-main .swiper-container .swiper-slide.swiper-slide-active::before {
  content: "";
  width: 40px;
  height: 75px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-walkman.png") center center no-repeat;
  position: absolute;
  top: -100px;
}
section.seven .section-main .swiper-container .swiper-slide.swiper-slide-active .dot {
  background-color: #373D45;
}
section.seven .section-main .swiper-container .swiper-slide.swiper-slide-active .dot::before {
  background-color: #1ECCAD;
}
section.seven .section-main .swiper-container .swiper-slide .dot {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #5E5E61;
  border-radius: 999px;
  position: relative;
  margin-bottom: 32px;
}
section.seven .section-main .swiper-container .swiper-slide .dot::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 999px;
  top: 5px;
  left: 5px;
  background-color: #8F8F91;
}
section.seven .section-main .swiper-container .swiper-slide .dot::after {
  content: "";
  width: 200px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.21);
  position: absolute;
  left: 40px;
  top: 19px;
}
section.seven .section-main .swiper-container .swiper-slide .year {
  color: white;
  font-family: "Gilroy";
  margin-bottom: 30px;
  font-size: 24px;
}
section.seven .section-main .swiper-container .swiper-slide .text {
  color: #757D88;
  font-size: 16px;
  line-height: 26px;
  max-width: 146px;
}
@media screen and (max-width: 1599px) {
  section.seven .section-main .swiper-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
section.seven .section-main .swiper-button-prev,
section.seven .section-main .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px dotted rgba(255, 255, 255, 0.5);
  left: unset;
  z-index: 2;
  margin-top: 0;
  top: -150px;
  outline: 0;
}
section.seven .section-main .swiper-button-prev::after,
section.seven .section-main .swiper-button-next::after {
  content: "";
}
section.seven .section-main .swiper-button-prev {
  right: 76px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-arrow-left.png") center center no-repeat;
}
section.seven .section-main .swiper-button-next {
  right: 36px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-arrow-right.png") center center no-repeat;
}

@media screen and (max-width: 767px) {
/*  @font-face {
    font-family: "Gilroy";
    src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
  }
  @font-face {
    font-family: "Gilroy Medium";
    src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
  }
  @font-face {
    font-family: "Gilroy Light";
    src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
  }
  @font-face {
    font-family: "Sourcehan";
    src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
  }
  @font-face {
    font-family: "Sourcehan Medium";
    src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
  }
  @font-face {
    font-family: "Sourcehan Bold";
    src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
  }*/
  .container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  @import "libs/swiper-bundle.min.css";
}
@media screen and (max-width: 767px) and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .d-flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .d-block {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-4 {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-8 {
    margin-top: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-16 {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .h-auto {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .c-primary {
    color: #F29115 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-gray {
    color: #757D88 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-light {
    color: #B4B7BB !important;
  }
}
@media screen and (max-width: 767px) {
  .l-1 {
    line-height: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-20 {
    line-height: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-24 {
    line-height: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .col-6 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .a-center {
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .j-space {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  main.page-main {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/mobile/bg-section-1.png") right 396px no-repeat white;
  }
  main.page-main .section-title {
    font-family: "Sourcehan Medium";
    font-size: 23px;
  }
  main.page-main .section-header .title {
    font-family: "Sourcehan Medium";
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  section.hero {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/mobile/hero.png") center center no-repeat;
    background-size: cover;
    height: 396px;
    color: white;
    position: relative;
  }
  section.hero .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding-top: 20px;
  }
  section.hero .display {
    font-size: 28px;
    margin-bottom: 8px;
  }
  section.hero .sub {
    font-size: 12px;
    line-height: 17px;
    max-width: 228px;
    margin: 0 auto;
  }
  section.hero .box-indicator {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.one {
    padding-bottom: 66px;
    padding-top: 66px;
  }
  section.one .container {
    height: 100%;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/title-about.png") 22px 36px no-repeat transparent;
    background-size: auto 34px;
  }
  section.one .section-title {
    color: #1E232A;
    margin-bottom: 42px;
  }
  section.one .section-content {
    max-width: 1072px;
  }
  section.one .section-content .text {
    font-size: 12px;
    line-height: 17px;
    color: #757D88;
    text-align: justify;
    max-width: 294px;
  }
  section.one .section-content .text:first-child {
    margin-bottom: 2em;
  }
  section.one .section-content .text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.two {
    margin-bottom: 68px;
  }
  section.two .section-title {
    color: #1E232A;
    margin-bottom: 46px;
  }
  section.two .section-content .swiper-container {
    margin-left: -22px;
    margin-right: -22px;
  }
  section.two .section-content .swiper-container .swiper-slide {
    height: 646px;
    width: calc(100% - 44px);
    margin-left: 22px;
    margin-right: 22px;
    position: relative;
    color: white;
  }
  section.two .section-content .swiper-container .swiper-button-prev,
section.two .section-content .swiper-container .swiper-button-next {
    width: 12px;
    height: 20px;
    position: absolute;
    left: unset;
    right: unset;
    top: unset;
    z-index: 2;
    margin-top: 0;
    bottom: 0px;
  }
  section.two .section-content .swiper-container .swiper-button-prev::after,
section.two .section-content .swiper-container .swiper-button-next::after {
    content: "";
  }
  section.two .section-content .swiper-container .swiper-button-prev {
    left: 570px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-chevron-left.png") center center no-repeat;
  }
  section.two .section-content .swiper-container .swiper-button-next {
    left: 620px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-chevron-right.png") center center no-repeat;
  }
  section.two .section-content .item-left {
    width: 280px;
    height: 348px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/mobile/bg-section-2-1.png") center center no-repeat;
    position: absolute;
    padding: 110px 35px;
    left: 0;
    top: 0;
    z-index: 2;
  }
  section.two .section-content .item-left .caption {
    left: 35px;
  }
  section.two .section-content .item-right {
    width: 280px;
    height: 348px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/mobile/bg-section-2-2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 298px;
    padding: 110px 35px;
  }
  section.two .section-content .item-right .text {
    opacity: 0.5;
  }
  section.two .section-content .item-right .caption {
    left: 35px;
  }
  section.two .section-content .title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  section.two .section-content .text {
    font-size: 12px;
    line-height: 17px;
  }
  section.two .section-content .caption {
    position: absolute;
    font-size: 12px;
    bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  section.three {
    margin-bottom: 55px;
  }
  section.three .section-title {
    color: #1E232A;
    margin-bottom: 35px;
  }
  section.three .section-content .img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.four {
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/bg-section-4.jpg") center center no-repeat transparent;
    background-size: cover;
    height: 390px;
  }
  section.four .container {
    height: 100%;
    position: relative;
  }
  section.four .section-header {
    position: absolute;
    left: 22px;
    top: 68px;
  }
  section.four .section-header .title {
    color: white;
    margin-bottom: 15px;
  }
  section.four .section-header .sub {
    font-size: 12px;
    color: #757D88;
  }
  section.four .section-content {
    position: relative;
    margin-left: -22px;
    margin-right: -22px;
  }
  section.four .section-content .dividers {
    display: flex;
    justify-content: center;
  }
  section.four .section-content .dividers .divider {
    display: none;
    width: 1px;
    height: 390px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  section.four .section-content .dividers .divider:first-child {
    display: block;
  }
  section.four .section-content .swiper-container {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 68px;
  }
  section.four .section-content .swiper-container .swiper-slide {
    width: calc(100% / 2);
    color: white;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 94px;
  }
  section.four .section-content .swiper-container .swiper-slide .icon {
    margin-bottom: 25px;
    height: 16px;
    width: auto;
  }
  section.four .section-content .swiper-container .swiper-slide .text {
    font-size: 12px;
    line-height: 17px;
    max-width: 120px;
    text-align: justify;
  }
  section.four .section-content .swiper-container .swiper-button-prev,
section.four .section-content .swiper-container .swiper-button-next {
    display: none;
  }
  section.four .section-content .swiper-container .four-swiper-pagination {
    text-align: left;
    height: 2px;
    top: 0;
    left: unset;
    right: 22px;
    display: inline-flex;
    margin-left: 0;
    justify-content: flex-end;
  }
  section.four .section-content .swiper-container .four-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background-color: #E6E6E6;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
  }
  section.four .section-content .swiper-container .four-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F29115;
  }
}
@media screen and (max-width: 767px) {
  section.five {
    padding-top: 66px;
    padding-bottom: 68px;
    background-color: #F5F7F9;
  }
  section.five .section-header {
    margin-bottom: 65px;
    text-align: center;
  }
  section.five .section-header .title {
    color: #1E232A;
    margin-bottom: 12px;
  }
  section.five .section-header .sub {
    font-size: 12px;
    color: #757D88;
    line-height: 17px;
    text-align: center;
  }
  section.five .section-header .sub br {
    display: none;
  }
  section.five .section-main {
    display: block;
    justify-content: center;
  }
  section.five .section-main .box-middle {
    margin: 0 0 36px;
    flex-shrink: 0;
    width: 100%;
  }
  section.five .section-main .box-middle .map {
    max-width: 100%;
  }
  section.five .section-main .box-left {
    padding-top: 0;
    margin-bottom: 34px;
  }
  section.five .section-main .box-left .items {
    display: flex;
    justify-content: center;
  }
  section.five .section-main .box-left .items .divider {
    margin: 0 28px;
    width: 1px;
    height: 32px;
    background-color: #757D88;
    opacity: 0.2;
    position: relative;
    top: 6px;
  }
  section.five .section-main .box-left .items .item {
    display: flex;
    flex-direction: column-reverse;
  }
  section.five .section-main .box-left .items .item .title {
    font-size: 12px;
    color: #757D88;
    margin-top: 10px;
    margin-bottom: 0;
  }
  section.five .section-main .box-left .items .item .content {
    color: #1ECCAD;
    display: flex;
    align-items: flex-end;
  }
  section.five .section-main .box-left .items .item .content .num {
    font-family: "Gilroy";
    font-size: 30px;
  }
  section.five .section-main .box-left .items .item .content .unit {
    font-size: 12px;
    position: relative;
    top: -4px;
  }
  section.five .section-main .box-right {
    padding-top: 0;
    color: #757D88;
  }
  section.five .section-main .box-right .title {
    font-size: 12px;
  }
  section.five .section-main .box-right .content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  section.five .section-main .box-right .content .item {
    font-size: 11px;
    line-height: 22px;
    margin: 0 25px 0;
  }
}
@media screen and (max-width: 767px) {
  section.six {
    background-color: #F5F7F9;
    padding-bottom: 48px;
  }
  section.six .container {
    position: relative;
  }
  section.six .section-header {
    position: absolute;
  }
  section.six .section-main {
    margin-left: -22px;
    margin-right: -22px;
  }
  section.six .section-main .swiper-container {
    padding: 58px 22px 24px;
  }
  section.six .section-main .swiper-container .swiper-slide {
    width: 302px;
  }
  section.six .section-main .swiper-container .swiper-slide .figure {
    height: 172px;
    margin-bottom: 0;
  }
  section.six .section-main .swiper-container .swiper-slide .figure .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.six .section-main .swiper-container .swiper-slide .content {
    background-color: white;
    height: 152px;
    padding: 28px 18px 0;
  }
  section.six .section-main .swiper-container .swiper-slide .content .title {
    font-family: "Sourcehan Medium";
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section.six .section-main .swiper-container .swiper-slide .content .sub {
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    color: #757D88;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
  }
  section.six .section-main .swiper-container .swiper-slide .content .date {
    font-size: 11px;
    color: #B4B7BB;
    font-family: "Gilroy";
  }
  section.six .section-main .swiper-container .swiper-button-prev,
section.six .section-main .swiper-container .swiper-button-next {
    display: none;
  }
  section.six .section-main .swiper-container .six-swiper-pagination {
    text-align: left;
    height: 2px;
    bottom: 0;
    left: 22px;
    display: flex;
    margin-left: -4px;
  }
  section.six .section-main .swiper-container .six-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background-color: #E6E6E6;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
  }
  section.six .section-main .swiper-container .six-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F29115;
  }
}
@media screen and (max-width: 767px) {
  section.seven {
    background-color: #15162A;
    padding-top: 68px;
    height: 476px;
  }
  section.seven .section-header {
    margin-bottom: 62px;
  }
  section.seven .section-header .title {
    color: white;
    margin-bottom: 16px;
  }
  section.seven .section-header .sub {
    color: #757D88;
    font-size: 16px;
    margin-bottom: 0;
  }
  section.seven .section-main {
    position: relative;
  }
  section.seven .section-main .swiper-container {
    padding: 50px 22px 0;
    position: relative;
  }
  section.seven .section-main .swiper-container .swiper-slide {
    width: 120px;
    position: relative;
    cursor: pointer;
  }
  section.seven .section-main .swiper-container .swiper-slide:last-child {
    width: 72px;
  }
  section.seven .section-main .swiper-container .swiper-slide:last-child .dot::after {
    display: none;
  }
  section.seven .section-main .swiper-container .swiper-slide.swiper-slide-active::before {
    content: "";
    width: 20px;
    height: 38px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/about/icon-walkman.png") center center no-repeat;
    position: absolute;
    background-size: cover;
    top: -50px;
  }
  section.seven .section-main .swiper-container .swiper-slide.swiper-slide-active .dot {
    background-color: #373D45;
  }
  section.seven .section-main .swiper-container .swiper-slide.swiper-slide-active .dot::before {
    background-color: #1ECCAD;
  }
  section.seven .section-main .swiper-container .swiper-slide .dot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #5E5E61;
    border-radius: 999px;
    position: relative;
    margin-bottom: 12px;
  }
  section.seven .section-main .swiper-container .swiper-slide .dot::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 999px;
    top: 2px;
    left: 2px;
    background-color: #8F8F91;
  }
  section.seven .section-main .swiper-container .swiper-slide .dot::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.21);
    position: absolute;
    left: 20px;
    top: 9px;
  }
  section.seven .section-main .swiper-container .swiper-slide .year {
    color: white;
    font-family: "Gilroy";
    margin-bottom: 12px;
    font-size: 20px;
  }
  section.seven .section-main .swiper-container .swiper-slide .text {
    color: #757D88;
    font-size: 12px;
    line-height: 17px;
    max-width: 72px;
  }
  section.seven .section-main .swiper-button-prev,
section.seven .section-main .swiper-button-next {
    display: none;
  }
}

/*# sourceMappingURL=about.css.map */
