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

section .section-title {
  text-align: center;
}
section .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 22px;
}
section .section-title .sub {
  font-size: 16px;
  color: #757D88;
  line-height: 26px;
}

section.hero {
  height: 100vh;
  min-height: 400px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/hero.jpg") center center no-repeat black;
  background-size: cover;
  color: white;
  position: relative;
}
section.hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero .container .display {
  font-family: "Sourcehan Bold";
  font-size: 76px;
  line-height: 92px;
  margin-bottom: 16px;
}
section.hero .container .sub {
  font-size: 18px;
  opacity: 0.5;
  line-height: 28px;
  margin-bottom: 108px;
}
section.hero .container .cta {
  width: 200px;
  height: 70px;
  font-size: 16px;
}
section.hero .container .box-indicator {
  position: absolute;
  width: 100%;
  height: 103px;
  bottom: 45px;
  left: 0;
}
section.hero .container .scroll-down-indicator {
  display: block;
  width: 103px;
  height: 103px;
  position: relative;
  border: 2px solid rgba(180, 183, 187, 0.2);
  border-radius: 999px;
  margin: 0 auto;
}
section.hero .container .scroll-down-indicator ._icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-down.png") center center no-repeat;
  background-size: contain;
  top: 10px;
  animation: roll 2s infinite ease;
}
@keyframes roll {
  0% {
    opacity: 0;
    top: 10px;
  }
  60% {
    opacity: 1;
    top: 35px;
  }
  100% {
    opacity: 0;
    top: 40px;
  }
}

section.one {
  padding-top: 64px;
  overflow: hidden;
  position: relative;
  margin-bottom: 152px;
}
section.one .section-main {
  height: 400px;
  display: flex;
}
section.one .section-main .col-left,
section.one .section-main .col-right {
  width: 50%;
}
section.one .section-main .section-title {
  padding-top: 70px;
  text-align: left;
  max-width: 374px;
}
section.one .section-main .section-title .img {
  height: 94px;
}
section.one .section-main .col-right .img {
  height: 100%;
  width: auto;
}

section.two {
  margin-bottom: 102px;
}
section.two .section-title {
  margin-bottom: 68px;
}
section.two .section-title .title {
  font-size: 46px;
  font-family: "Sourcehan Bold";
  margin-bottom: 22px;
}
section.two .section-title .sub {
  font-size: 16px;
  color: #757D88;
}
section.two .section-content {
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section.two .item {
  display: block;
  margin: 0 12px;
  text-align: center;
}
section.two .item .img {
  width: 450px;
  height: 360px;
  object-fit: cover;
  margin-bottom: 32px;
}
section.two .item .title {
  font-size: 26px;
  color: #1E232A;
  margin-bottom: 16px;
}
section.two .item .sub {
  color: #B4B7BB;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

section.three {
  height: 800px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/bg-3.jpg") center center no-repeat black;
  padding-top: 120px;
}
section.three .section-title {
  margin-bottom: 48px;
}
section.three .section-title .title {
  color: white;
}
section.three .section-title .sub {
  color: #757D88;
  max-width: 464px;
  margin: 0 auto;
}
section.three .section-content {
  text-align: center;
}

section.four {
  height: 854px;
  background-color: #F5F6F9;
}
section.four .section-title {
  margin-bottom: 105px;
  text-align: left;
}
section.four .section-title .title {
  line-height: 60px;
}
section.four .section-title .sub {
  position: relative;
  z-index: 1;
  color: #757D88;
}
section.four .section-title .img {
  height: 174px;
  position: relative;
  top: -30px;
}
section.four .section-main {
  display: flex;
}
section.four .section-main .col-left {
  padding-top: 296px;
}
section.four .section-main .col-right .img {
  position: relative;
  left: -110px;
}

section.five {
  height: 960px;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/bg-5.jpg") center center no-repeat black;
  padding-top: 130px;
}
section.five .section-title {
  margin-bottom: 24px;
}
section.five .section-title .title {
  color: white;
  line-height: 60px;
}
section.five .section-title .sub {
  color: #757D88;
  max-width: 464px;
  margin: 0 auto;
}
section.five .section-content {
  text-align: center;
}

section.six {
  width: 100%;
  height: 1000px;
  position: relative;
  padding-top: 112px;
  overflow: hidden;
}
section.six .row-top {
  position: absolute;
  height: 216px;
}
section.six .row-top .box-case-titles .case-title-item {
  opacity: 0;
  top: 15px;
  display: none;
  position: relative;
}
section.six .row-top .box-case-titles .case-title-item .title {
  display: inline-block;
  font-size: 46px;
  font-family: "Sourcehan Bold";
  line-height: 60px;
  margin-bottom: 36px;
  color: #1E232A;
  transition: 0.3s ease;
}
section.six .row-top .box-case-titles .case-title-item .title:hover {
  text-decoration: none;
  color: #F29115;
  transition: 0.3s ease;
}
section.six .row-top .box-case-titles .case-title-item .sub {
  display: flex;
  align-items: center;
}
section.six .row-top .box-case-titles .case-title-item .sub .item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
section.six .row-top .box-case-titles .case-title-item .sub .item ._icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center center;
  margin-right: 5px;
}
section.six .row-top .box-case-titles .case-title-item .sub .item ._icon.clock {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-time.png");
}
section.six .row-top .box-case-titles .case-title-item .sub .item ._icon.location {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-location.png");
}
section.six .row-top .box-case-titles .case-title-item .sub .item ._text {
  color: #757D88;
  font-size: 16px;
}
section.six .row-top .box-case-titles .case-title-item .sub .item ._text.num {
  font-family: Gilroy;
}
section.six .row-top .box-case-titles .case-title-item.active {
  display: block;
  animation: fade-up 1s forwards ease;
}
@keyframes fade-up {
  0% {
    top: 15px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
section.six .row-middle {
  position: relative;
}
section.six .swiper-container {
  padding-top: 216px;
  position: relative;
  width: 100%;
  height: 100%;
}
section.six .swiper-container .swiper-button-prev,
section.six .swiper-container .swiper-button-next {
  width: 55px;
  height: 55px;
  bottom: unset;
  top: 0;
  right: 0;
  left: unset;
  background-color: #1E232A;
  transition: 0.3s ease;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: unset;
}
section.six .swiper-container .swiper-button-prev::after,
section.six .swiper-container .swiper-button-next::after {
  content: "";
}
section.six .swiper-container .swiper-button-prev:hover,
section.six .swiper-container .swiper-button-next:hover {
  transition: 0.3s ease;
}
section.six .swiper-container .swiper-button-prev {
  right: 55px;
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-left.png");
}
section.six .swiper-container .swiper-button-next {
  background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-right.png");
  background-color: #1ECCAD;
}
section.six .swiper-container .swiper-wrapper .swiper-slide {
  width: calc((100% - 50px) / 2);
  height: 466px;
}
section.six .swiper-container .swiper-wrapper .swiper-slide .link {
  display: block;
  height: 100%;
}
section.six .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

@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) {
  section .section-title {
    text-align: center;
  }
  section .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 22px;
  }
  section .section-title .sub {
    font-size: 12px;
    color: #757D88;
    line-height: 17px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.hero {
    height: 476px;
    min-height: 400px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/mobile/hero.png") center center no-repeat black;
    background-size: cover;
    color: white;
    position: relative;
  }
  section.hero .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  section.hero .container .display {
    font-family: "Sourcehan Bold";
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
  }
  section.hero .container .sub {
    margin-bottom: 48px;
    font-size: 11px;
    line-height: 1;
  }
  section.hero .container .cta {
    width: 110px;
    height: 40px;
    font-size: 11px;
  }
  section.hero .container .box-indicator {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 22px;
    left: 0;
  }
  section.hero .container .scroll-down-indicator {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    border: 2px solid rgba(180, 183, 187, 0.2);
    border-radius: 999px;
    margin: 0 auto;
  }
  section.hero .container .scroll-down-indicator ._icon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-arrow-down.png") center center no-repeat;
    background-size: contain;
    top: 10px;
    animation: roll 2s infinite ease;
  }
  @keyframes roll {
    0% {
      opacity: 0;
      top: 5px;
    }
    60% {
      opacity: 1;
      top: 15px;
    }
    100% {
      opacity: 0;
      top: 20px;
    }
  }
}
@media screen and (max-width: 767px) {
  section.one {
    padding-top: 52px;
    overflow: hidden;
    position: relative;
    margin-bottom: 54px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/mobile/title-product.png") center 40px no-repeat;
  }
  section.one .section-main {
    height: auto;
    display: block;
  }
  section.one .section-main .col-left,
section.one .section-main .col-right {
    width: 100%;
  }
  section.one .section-main .section-title {
    padding-top: 0;
    text-align: center;
    max-width: 374px;
  }
  section.one .section-main .section-title .title {
    margin-bottom: 12px;
  }
  section.one .section-main .section-title .img {
    display: none;
  }
  section.one .section-main .section-title .sub {
    max-width: 234px;
  }
  section.one .section-main .col-left {
    margin-bottom: 32px;
  }
  section.one .section-main .col-right .img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.two {
    margin-bottom: 56px;
  }
  section.two .section-title {
    margin-bottom: 32px;
  }
  section.two .section-title .title {
    font-size: 23px;
    font-family: "Sourcehan Bold";
    margin-bottom: 13px;
  }
  section.two .section-title .sub {
    font-size: 12px;
    color: #757D88;
  }
  section.two .section-content {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: scroll;
    margin-left: -22px;
    margin-right: -22px;
  }
  section.two .section-content::-webkit-scrollbar {
    display: none;
  }
  section.two .swiper-container {
    padding: 0 22px 18px;
  }
  section.two .swiper-container .swiper-slide {
    width: 292px;
  }
  section.two .swiper-container .two-swiper-pagination {
    text-align: left;
    height: 2px;
    bottom: 0;
    left: 22px;
    display: inline-flex;
    margin-left: -4px;
  }
  section.two .swiper-container .two-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background-color: #E6E6E6;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
  }
  section.two .swiper-container .two-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F29115;
    width: 52px;
  }
  section.two .item {
    display: block;
    margin: 0;
    flex-shrink: 0;
    text-align: left;
    width: 292px;
  }
  section.two .item .img {
    width: 292px;
    height: 192px;
    object-fit: cover;
    margin-bottom: 18px;
  }
  section.two .item .title {
    font-size: 16px;
    color: #1E232A;
    margin-bottom: 10px;
  }
  section.two .item .sub {
    color: #B4B7BB;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 0;
  }
  section.two .item .sub br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.three {
    height: 532px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/mobile/bg-3.png") center center no-repeat black;
    padding-top: 55px;
  }
  section.three .section-title {
    margin-bottom: 48px;
  }
  section.three .section-title .title {
    color: white;
  }
  section.three .section-title .sub {
    color: #757D88;
    max-width: 252px;
    margin: 0 auto;
  }
  section.three .section-content {
    display: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.four {
    height: 478px;
    background-color: #F5F6F9;
  }
  section.four .section-title {
    margin-bottom: 105px;
    text-align: center;
  }
  section.four .section-title .title {
    line-height: 30px;
    position: relative;
    z-index: 1;
  }
  section.four .section-title .title br {
    display: none;
  }
  section.four .section-title .sub {
    position: relative;
    z-index: 1;
    color: #757D88;
    max-width: 245px;
  }
  section.four .section-title .sub br {
    display: none;
  }
  section.four .section-title .img {
    height: 64px;
    position: relative;
    top: -120px;
  }
  section.four .section-main {
    display: flex;
    flex-direction: column-reverse;
  }
  section.four .section-main .col-left {
    padding-top: 55px;
  }
  section.four .section-main .col-right {
    text-align: center;
  }
  section.four .section-main .col-right .img {
    position: relative;
    left: 0;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  section.five {
    height: 664px;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/p3/mobile/bg-5.png") center center no-repeat black;
    padding-top: 54px;
  }
  section.five .section-title .title {
    color: white;
    line-height: 30px;
    margin-bottom: 12px;
  }
  section.five .section-title .sub {
    color: #757D88;
    max-width: 244px;
    margin: 0 auto;
  }
  section.five .section-title .sub br {
    display: none;
  }
  section.five .section-content {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.six {
    width: 100%;
    height: 402px;
    position: relative;
    padding-top: 38px;
    overflow: hidden;
  }
  section.six .section-header .img {
    height: 44px;
  }
  section.six .row-top {
    position: absolute;
    top: 66px;
    height: 72px;
  }
  section.six .row-top .box-case-titles .case-title-item {
    opacity: 0;
    top: 15px;
    display: none;
    position: relative;
  }
  section.six .row-top .box-case-titles .case-title-item .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 23px;
    font-family: "Sourcehan Bold";
    line-height: 1;
    margin-bottom: 15px;
    color: #1E232A;
    transition: 0.3s ease;
  }
  section.six .row-top .box-case-titles .case-title-item .title br {
    display: none;
  }
  section.six .row-top .box-case-titles .case-title-item .title:hover {
    text-decoration: none;
    color: #F29115;
    transition: 0.3s ease;
  }
  section.six .row-top .box-case-titles .case-title-item .sub {
    display: flex;
    align-items: center;
  }
  section.six .row-top .box-case-titles .case-title-item .sub .item {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  section.six .row-top .box-case-titles .case-title-item .sub .item ._icon {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: center center;
    margin-right: 5px;
    background-size: contain;
  }
  section.six .row-top .box-case-titles .case-title-item .sub .item ._icon.clock {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-time.png");
  }
  section.six .row-top .box-case-titles .case-title-item .sub .item ._icon.location {
    background-image: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/app/icon-location.png");
  }
  section.six .row-top .box-case-titles .case-title-item .sub .item ._text {
    color: #757D88;
    font-size: 11px;
  }
  section.six .row-top .box-case-titles .case-title-item .sub .item ._text.num {
    font-family: Gilroy;
  }
  section.six .row-top .box-case-titles .case-title-item.active {
    display: block;
    animation: fade-up 1s forwards ease;
  }
  @keyframes fade-up {
    0% {
      top: 15px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  section.six .row-middle {
    position: relative;
    margin-left: -22px;
    margin-right: -22px;
  }
  section.six .swiper-container {
    padding: 55px 22px 20px;
    position: relative;
    width: 100%;
  }
  section.six .swiper-container .swiper-button-prev,
section.six .swiper-container .swiper-button-next {
    display: none;
  }
  section.six .swiper-container .swiper-wrapper .swiper-slide {
    width: 290px;
    height: 190px;
  }
  section.six .swiper-container .swiper-wrapper .swiper-slide .link {
    display: block;
  }
  section.six .swiper-container .swiper-wrapper .swiper-slide .link .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.six .swiper-container .six-swiper-pagination {
    text-align: left;
    height: 2px;
    bottom: 0;
    left: 22px;
    display: inline-flex;
    margin-left: -4px;
  }
  section.six .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 .swiper-container .six-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F29115;
    width: 52px;
  }
}

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