.about-page-wrap a {
  color: #212121;
  text-decoration: none;
  box-sizing: border-box;
} /* 重置链接a标签 */

.about-page-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
} /* 重置table属性 */
.about-page-wrap img {
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
} /* 图片在当前行内的垂直位置 */
.about-page-wrap a {
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

/*清除浮动*/
.about-page-wrap .clearfix {
  overflow: hidden;
  clear: both;
}
.about-page-wrap h1,
.about-page-wrap h2,
.about-page-wrap h3,
.about-page-wrap h4,
.about-page-wrap h5,
.about-page-wrap h6 {
  color: #000009;
  font-weight: normal;
  font-family: "ubuntubold";
}
.about-page-wrap p {
  font-size: 17px;
  font-family: "Montserrat-Regular";
  color: #666;
  line-height: 32px;
}
.about-page-wrap .float-left {
  float: left;
}
.about-page-wrap .float-right {
  float: right;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.about-page-wrap .fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.about-page-wrap .fadeInRight {
  animation-name: fadeInRight;
}
.about-page-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-down2 {
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@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);
  }
}
@keyframes scale1 {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.about-page-wrap .padding-top {
  padding-top: 100px;
}
.about-page-wrap .padding {
  padding: 100px 0;
}
.about-page-wrap .margin-top {
  margin-top: 100px;
}

.about-page-wrap .container {
  width: 1400px;
  margin: 0 auto;
}

.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: ubuntu-medium;
  background: #edb509;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.about-page-wrap .main-href a:hover {
  background: #f0d37c;
}

.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: #ed6d5b;
}

.about-page-wrap .main-href a:nth-child(2):hover {
  background: #e93e25;
}

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

.about-page-wrap .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: #edb509;
  font-size: 17px;
  font-family: montserrat-medium;
  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-container {
  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: ubuntubold;
  color: #fae4a4;
}

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

.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;
  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: 25px;
  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: "";
  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: montserrat-bold;
  line-height: 124px;
}

.about-maps div {
  width: 14px;
  height: 14px;
  background: #212121;
  border: 4px solid #edb509;
  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-videopic {
  position: relative;
  width: 100%;
  padding-left: 58px;
  margin-top: 40px;
  background: url("../images/videobg.jpg") no-repeat left center;
  cursor: pointer;
}

.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-brandcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  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: #edb509;
  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 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

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

.about-certifications .about-certificationstxt {
  width: 45.1%;
  margin-top: 100px;
}

.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: #edb509;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.about-btn a:hover {
  background: #f7d05d;
}

.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 .container {
    width: 82%;
  }

  .about-page-wrap .title h3 {
    font-size: 34px;
  }

  .about-num {
    width: 26%;
  }

  .about-maps {
    width: 74%;
  }

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

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

  .about-page-wrap .padding {
    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-container {
    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;
  }
}

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

  .about-page-wrap .padding-top {
    padding-top: 60px;
  }

  .about-page-wrap .margin-top {
    margin-top: 60px;
  }

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

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

@media screen and (max-width: 960px) {
  .about-page-wrap .container {
    width: 88%;
  }

  .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 .padding-top {
    padding-top: 40px;
  }

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

  .about-page-wrap .margin-top {
    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: 30px;
  }

  .about-page-wrap p {
    font-size: 15px;
    line-height: 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-categoriespic div {
  }

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

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

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

  .about-num {
    margin-top: 20px;
  }

  .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-container {
    width: 100%;
  }

  .about-certifications .about-certificationstxt {
    width: 100%;
    margin-top: 20px;
  }

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

  .about-categories {
    margin-top: 0;
  }
}
