.main .bg {
  background: url("../images/about-company_bg.png") no-repeat right bottom;
}

.company {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.36458rem;
  padding-bottom: 0.49479rem;
}

.company-right {
  position: relative;
}
.company-right .numbers-block {
  top: auto;
  bottom: 0;
  padding: 0 0.17708rem;
}
.company-right .numbers-block__item {
  margin-top: 0.36458rem;
  margin-bottom: 0;
}
.company-right .numbers-block__item .title {
  color: #040203;
  font-family: none;
}
.company-right .numbers-block__item:nth-child(2n) {
  padding-left: 0.41667rem;
}

@-webkit-keyframes DotRipple {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
  }
}

@-moz-keyframes DotRipple {
  0% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(2.1);
         transform: scale(2.1);
  }
}

@-o-keyframes DotRipple {
  0% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  100% {
    -o-transform: scale(2.1);
       transform: scale(2.1);
  }
}

@keyframes DotRipple {
  0% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(2.1);
       -moz-transform: scale(2.1);
         -o-transform: scale(2.1);
            transform: scale(2.1);
  }
}
.profile {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.36458rem;
}
.profile-map {
  position: relative;
}
.profile-map img {
  width: 100%;
}
.profile-map .dot {
  width: 0.04167rem;
  height: 0.04167rem;
  position: absolute;
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
}
.profile-map .dot:nth-child(1) {
  top: 38.4196185286%;
  left: 67.7824267782%;
}
.profile-map .dot:nth-child(2) {
  top: 41.689373297%;
  left: 69.8744769874%;
}
.profile-map .dot:nth-child(3) {
  top: 55.8583106267%;
  left: 63.3891213389%;
}
.profile-map .dot:nth-child(4) {
  top: 85.5585831063%;
  left: 65.690376569%;
}
.profile-map .dot:nth-child(5) {
  top: 87.1934604905%;
  left: 63.3891213389%;
}
.profile-map .dot:nth-child(6) {
  top: 95.6403269755%;
  left: 58.9958158996%;
}
.profile-map .dot::after {
  content: " ";
  width: 0.0625rem;
  height: 0.0625rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-image: -moz-radial-gradient(#e9b2cb, rgba(233, 178, 203, 0));
  background-image: -o-radial-gradient(#e9b2cb, rgba(233, 178, 203, 0));
  background-image: radial-gradient(#e9b2cb, rgba(233, 178, 203, 0));
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.03125rem;
  margin-top: -0.03125rem;
  z-index: 1;
  animation: DotRipple 1.5s infinite alternate-reverse;
}
.profile-map .dot::before {
  content: " ";
  width: 0.04167rem;
  height: 0.04167rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
  background-color: #bc011b;
  position: absolute;
  z-index: 10;
}
.profile-title {
  color: #bb1303;
  font-size: 0.08333rem;
  margin-bottom: 0.13021rem;
}
.profile-detail {
  margin-bottom: 0.26042rem;
}
.profile-detail p {
  font-size: 0.08333rem;
  line-height: 2;
  text-indent: 2em;
}

.company-slogan,
.company-slogan-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.125rem;
  padding: 0 9.375%;
  background: url("../images/aboutus-company_bg.png") no-repeat center 0/cover;
  position: relative;
}
.company-slogan__banner,
.company-slogan-content__banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.company-slogan-item,
.company-slogan-content-item {
  width: 25%;
  color: #fff;
  padding-left: 0.10417rem;
  padding-top: 0.85938rem;
  border-left: 0.00521rem solid rgba(255, 255, 255, 0.66);
  -o-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  transition: all linear 300ms;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.company-slogan-item.active .wrap,
.company-slogan-content-item.active .wrap {
  -webkit-transform: translateY(0.41667rem);
     -moz-transform: translateY(0.41667rem);
      -ms-transform: translateY(0.41667rem);
       -o-transform: translateY(0.41667rem);
          transform: translateY(0.41667rem);
}
.company-slogan-item .wrap,
.company-slogan-content-item .wrap {
  -o-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  transition: all linear 400ms;
}
.company-slogan-item .icon,
.company-slogan-content-item .icon {
  height: 0.23438rem;
  margin-bottom: 0.10417rem;
}
.company-slogan-item .title,
.company-slogan-content-item .title {
  position: relative;
}
.company-slogan-item .title::after,
.company-slogan-content-item .title::after {
  content: " ";
  width: 0.01563rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -0.11458rem;
  bottom: 0;
}
.company-slogan-item .cn,
.company-slogan-content-item .cn {
  font-size: 0.15625rem;
  margin-bottom: 0.05208rem;
}
.company-slogan-item .en,
.company-slogan-content-item .en {
  font-size: 0.09375rem;
}
.company-slogan-item .desc,
.company-slogan-content-item .desc {
  width: 87%;
  margin-top: 0.10417rem;
  font-size: 0.08333rem;
}
.company-slogan-item:last-child,
.company-slogan-content-item:last-child {
  border-right: 0.00521rem solid rgba(255, 255, 255, 0.66);
}
.company-slogan .swiper-slide,
.company-slogan-content .swiper-slide {
  overflow: hidden;
  opacity: 1 !important;
}
.company-slogan .swiper-slide::after,
.company-slogan-content .swiper-slide::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.company-slogan .swiper-slide img,
.company-slogan-content .swiper-slide img {
  width: 100%;
  -o-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.company-slogan .swiper-slide-active img,
.company-slogan-content .swiper-slide-active img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.company-slogan-content {
  margin-bottom: 0.28646rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .company-slogan-content,
.company-slogan {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .company-slogan {
    padding: 0.26042rem 16PX;
  }
  .company-slogan-item {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    width: 50%;
    border-left: none;
    border-right: none !important;
    margin-bottom: 0.26042rem;
    pointer-events: none;
    padding-right: 0.05208rem;
  }
  .company-slogan-item:nth-child(even) {
    padding-left: 0.05208rem;
    padding-right: 0;
  }
  .company-slogan-item:nth-child(n+3) {
    margin-bottom: 0;
  }
  .company-slogan-item:last-child .desc {
    white-space: nowrap;
  }
  .company-slogan-item .title {
    text-align: center;
  }
  .company-slogan-item .title::after {
    display: none;
  }
  .company-slogan-item .title .cn {
    font-size: 0.16667rem;
  }
  .company-slogan-item .icon {
    margin: 0 auto 0.10417rem;
  }
  .company-slogan-item .desc {
    width: 80%;
    margin: 0.07813rem auto 0;
    font-size: 0.125rem;
    line-height: 1.6;
  }
  .company {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .company .profile {
    width: 100%;
    margin-right: 0;
  }
  .company .profile-title {
    font-size: 0.13542rem;
  }
  .company .profile-detail p {
    font-size: 0.13542rem;
  }
  .company img {
    width: 100%;
  }
  .company-slogan__banner .swiper {
    height: 100%;
  }
  .company-slogan__banner .swiper img {
    height: 100%;
  }
  .company-slogan__banner * {
    pointer-events: none;
  }
}