@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.about-page-wrap > div,
.about-page-wrap > section {
  padding: 100px 0;
}

.about-page-wrap p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.about-page-wrap .main-href {
  margin-top: 50px;
  text-align: center
}

.about-page-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family1);
  background: var(--btn-bg);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px
}

.about-page-wrap .main-href a:hover {
  background: var(--btn-bg-hover);
}

.about-page-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.about-page-wrap .main-href a:nth-child(2) {
  padding: 15px 73px;
  margin-left: 30px;
  background: var(--btn-bg-hover);
}

.about-page-wrap .main-href a:nth-child(2):hover {
  background: var(--btn-bg);
}

.about-page-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center
}

.about-page-wrap .title h1,
.about-page-wrap .title h1 a,
.about-page-wrap .title h2,
.about-page-wrap .title h2 a,
.about-page-wrap .title h3,
.about-page-wrap .title h3 a,
.about-page-wrap .title h4,
.about-page-wrap .title h4 a,
.about-page-wrap .title h5,
.about-page-wrap .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
  font-family: var(--font-family1);
}

.about-page-wrap .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: var(--color-primary);
  font-size: 17px;
  font-family: var(--font-family2);
  letter-spacing: 0
}

.about-page-wrap .title p {
  margin-top: 20px
}

.about-page-wrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.about-page-wrap .swiper {
  width: 100%;
  overflow: hidden
}

.about-page-wrap .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform
}

.about-page-wrap .swiper-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1
}

.about-page-wrap .swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden
}

.about-page-wrap .swiper-pagination-progressbar-fill {
  background: #e93e25;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px
}

.about-categoriespic {
  position: relative;
  margin-top: 70px
}

.about-categoriespic div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.about-categoriespic div span {
  display: block;
  overflow: hidden
}

.about-categoriespic div span:nth-child(1) {
  margin-top: 100px
}

.about-categoriespic div span:nth-child(3) {
  margin-top: 218px
}

.about-categoriespic div span:nth-child(2) {
  margin: 0 38px
}

.about-categoriespic div span img {
  width: 100%
}

.about-categoriespic div span img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.about-categoriespic b {
  position: absolute;
  left: 19%;
  top: 52%;
  z-index: 2
}

.about-categoriespic b img {
  max-width: 100%
}

.about-get {
  margin-top: 80px;
  text-align: center
}

.about-get b {
  font-weight: 100;
  font-size: 96px;
  line-height: 52px;
  font-family: var(--font-family1);
  color: var(--text-color-active);
}

.about-get p {
  margin-top: -28px;
  font-size: 28px;
  color: #212121;
  line-height: 1.4;
}

.about-get .main-href {
  margin-top: 40px
}

.about-global {
  background: #121416;
}

.about-global .title h1 b,
.about-global .title h1,
.about-global .title p,
.about-global .title h3 b,
.about-global .title h3 {
  color: #fff
}

.about-mcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.about-maps {
  position: relative;
  width: 75.8%
}

.about-maps img {
  width: 100%
}

.about-num {
  position: relative;
  width: 24.2%;
  margin-top: 42px
}

.about-num h3 {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 46px;
  letter-spacing: 1px
}

.about-num p {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px
}

.about-num .main-href {
  margin-top: 40px;
  text-align: left
}

.about-num::before {
  content: '50+';
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 166px;
  color: #121416;
  text-shadow: -1px -1px 0 #565757, 1px -1px 0 #565757, -1px 1px 0 #565757, 1px 1px 0 #565757;
  z-index: 0;
  font-family: var(--font-family1);
  line-height: 124px
}

.about-maps div {
  width: 14px;
  height: 14px;
  background: #212121;
  border: 4px solid var(--bg-color);
  border-radius: 50%;
  animation: scale2 2s linear infinite
}

.about-maps div.dian01 {
  position: absolute;
  left: 13.4%;
  top: 21.3%
}

.about-maps div.dian02 {
  position: absolute;
  left: 14.7%;
  top: 37.5%
}

.about-maps div.dian03 {
  position: absolute;
  left: 30.9%;
  top: 66.6%
}

.about-maps div.dian04 {
  position: absolute;
  left: 28.6%;
  top: 78.8%
}

.about-maps div.dian05 {
  position: absolute;
  left: 44.3%;
  top: 38.2%
}

.about-maps div.dian06 {
  position: absolute;
  left: 47.2%;
  top: 32%
}

.about-maps div.dian07 {
  position: absolute;
  left: 49.2%;
  top: 29.1%
}

.about-maps div.dian08 {
  position: absolute;
  left: 52.4%;
  top: 79.6%
}

.about-maps div.dian09 {
  position: absolute;
  left: 55.1%;
  top: 31.4%
}

.about-maps div.dian10 {
  position: absolute;
  left: 54.3%;
  top: 40.4%
}

.about-maps div.dian11 {
  position: absolute;
  left: 53.7%;
  top: 45.8%
}

.about-maps div.dian12 {
  position: absolute;
  left: 67.6%;
  top: 26.4%
}

.about-maps div.dian13 {
  position: absolute;
  left: 72.6%;
  top: 13.2%
}

.about-maps div.dian14 {
  position: absolute;
  left: 79.1%;
  top: 33.4%
}

.about-maps div.dian15 {
  position: absolute;
  left: 87.2%;
  top: 38.8%
}

.about-maps div.dian16 {
  position: absolute;
  left: 76.8%;
  top: 45.8%
}

.about-maps div.dian17 {
  position: absolute;
  left: 79.1%;
  top: 47.8%
}

.about-maps div.dian18 {
  position: absolute;
  left: 77.5%;
  top: 57.1%
}

.about-maps div.dian19 {
  position: absolute;
  left: 79.1%;
  top: 59.8%
}

.about-maps div.dian20 {
  position: absolute;
  left: 84.9%;
  top: 76.3%
}

.about-video {
  position: relative;
  overflow: hidden
}

.about-video .v {
  position: relative;
  display: block;
  margin-top: 30px;
}
.about-video .v img {
  width: 100%;
}
.about-video .videobtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-video .videobtn i {
  font-size: calc(60px + 100 * ((100vw - 600px) / 1920));
  color: #fff;
}
.about-video .v:hover i {
  color: var(--btn-bg-hover);
}

.about-videopic {
  position: relative;
  width: 100%;
  padding-left: 58px;
  margin-top: 40px;
  background: url('../images/videobg.jpg') no-repeat left center;
}

.about-videopic span {
  display: block;
  overflow: hidden
}

.about-videopic span img {
  width: 100%
}

.about-videopic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.about-videopic:hover .btbofang::after {
  display: block
}

.about-video::after {
  content: "";
  position: absolute;
  right: -126px;
  top: 40%;
  width: 466px;
  height: 287px;
  background: url('../images/bg02.png') no-repeat;
  z-index: -1
}

.about-brand {
  padding-top: 0 !important;
}
.about-brandcon {
  margin-top: 40px
}
.about-brandcon div {
  width: 48.2%;
  padding: 50px 48px 0;
  border: 1px solid #ddd
}

.about-brandcon span {
  font-family: ubuntubold;
  font-size: 76px;
  color: var(--text-color-active);
  line-height: 52px
}

.about-brandcon p {
  margin-bottom: 40px
}

.about-certifications {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f9f6f0
}

.about-certifications .swiper-slide {
  width: 56%;
  background: #fff;
  box-sizing: border-box;
  z-index: 0;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6)
}

.about-certifications .swiper-slide img {
  display: block;
  max-width: 100%
}

.about-certifications .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10
}

.about-certifications .swiper-slide-prev,
.about-certifications .swiper-slide-next {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 5
}

.about-certifications .swiper {
  width: 48.6%
}

.about-certifications .about-certificationstxt {
  width: 45.1%;
}

.about-certifications .about-certificationstxt .title {
  width: 100%;
  text-align: left
}

.about-btn {
  margin-top: 60px;
  font-size: 0
}

.about-btn a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 33px;
  margin-right: 6px;
  font-family: ubuntu-medium;
  background: var(--btn-bg);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.about-btn a:hover {
  background: var(--btn-bg-hover);
}

.about-btn a::after {
  display: none;
}

.about-btn a i {
  font-size: 12px;
}
.about-btn a:first-child i {
  margin-right: 10px;
}
.about-btn a:last-child i {
  margin-left: 10px;
}

.about-certifications::after {
  /* content: ""; */
  position: absolute;
  right: -324px;
  bottom: -144px;
  width: 743px;
  height: 639px;
  /* background: url('../images/bg03.png') no-repeat; */
  z-index: 0
}

@media screen and (max-width: 1580px) {
  .about-page-wrap .title h3 {
    font-size: 34px
  }

  .about-get p {
    font-size: 28px;
  }

  .about-num {
    width: 26%
  }

  .about-maps {
    width: 74%
  }

  .about-num h3 {
    font-size: 27px
  }

  .about-videopic {
    background-size: auto 84%
  }

  .about-page-wrap > div {
    padding: 60px 0
  }
}

@media screen and (max-width: 1400px) {

  .about-page-wrap .href a {
    padding: 13px 18px;
    font-size: 12px
  }

  .about-page-wrap .main-href a {
    padding: 15px 50px
  }

  .about-maps {
    height: 100%
  }

  .about-certifications::after {
    z-index: 0
  }

  .about-certificationstxt {
    z-index: 1
  }

  .about-certifications .swiper {
    height: 100%
  }

  .about-certifications .about-certificationstxt {
    margin-top: 0
  }

  .about-num::before {
    font-size: 130px
  }

  .about-btn {
    margin-top: 40px
  }

  .about-page-wrap .title h1,
  .about-page-wrap .title h1 a,
  .about-page-wrap .title h3,
  .about-page-wrap .title h3 a {
    font-size: 32px
  }

  .about-get p {
    font-size: 26px;
  }
}

@media screen and (max-width: 1280px) {
  .about-page-wrap > div {
    padding: 60px 0
  }

  .about-global .main-href a {
    padding: 15px 26px
  }

  .about-num {
    margin-top: 0
  }
}

@media screen and (max-width: 960px) {
  .about-page-wrap .main-href a {
    font-size: 14px
  }

  .about-page-wrap .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px
  }

  .about-page-wrap .title {
    width: 100%
  }

  .about-page-wrap > div {
    padding: 40px 0
  }

  .about-page-wrap .title h1,
  .about-page-wrap .title h1 a,
  .about-page-wrap .title h3,
  .about-page-wrap .title h3 a {
    font-size: 30px
  }

  .about-page-wrap p {
    font-size: 15px;
  }

  .about-get p {
    font-size: 24px;
  }

  .about-categoriespic div span,
  .about-categoriespic div span:nth-child(1),
  .about-categoriespic div span:nth-child(2),
  .about-categoriespic div span:nth-child(3) {
    width: 100%;
    margin: 20px 0 0;
  }

  .about-categoriespic div span img {
    width: 100%
  }

  .about-categoriespic {
    margin-top: 10px
  }

  .about-get p {
    font-size: 22px;
    line-height: 1.5;
  }

  .about-page-wrap .main-href a {
    padding: 15px 40px
  }

  .about-maps,
  .about-num {
    width: 100%;
    text-align: center;
  }

  .about-num {
    margin-top: 20px
  }
  .about-num::before {
    left: calc(50% + 25px);
    transform: translateX(-50%);
  }
  .about-num .main-href {
    text-align: center;
  }

  .about-videopic {
    padding-left: 18px
  }

  .about-brandcon div {
    width: 100%;
    padding: 40px 38px 0
  }

  .about-brandcon div:nth-child(2) {
    margin-top: 20px
  }

  .about-certifications .swiper {
    width: 100%
  }

  .about-certifications .about-certificationstxt {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .about-certifications .about-certificationstxt .title {
    text-align: center;
  }

  .about-page-wrap .swiper-pagination {
    margin-top: 40px
  }

  .about-categories {
    margin-top: 0
  }
}
    
    
    
    
    @media screen and (max-width:480px){
    .about-page-wrap > div, .about-page-wrap > section{
    padding:20px 0 !important;
    }
          .about-page-wrap .title h1, .about-page-wrap .title h1 a, .about-page-wrap .title h3, .about-page-wrap .title h3 a {
        font-size: 24px;
    }
      .about-page-wrap .title b{
      font-size:14px
      }
      .about-page-wrap .title p {
    margin-top: 10px;
    font-size: 12px;
}
      .about-categoriespic img{
      width:100% !important;
        height:auto !important;
      }
      .about-get{
      margin-top:30px !important;
      }
      .about-get p{
      font-size:12px !important;
      }
    }