.compesc {
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #505050;
  text-align: center;
}
.abotuner {
  text-align: center;
  background: #fff url(/img/bg2.jpg) center center no-repeat;
  background-size: cover;
  padding: 56px 0;
  display: inline-block;
  width: 100%;
  height: 370px;
}
.mt70 {
  margin-top: 70px;
}
.about_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.about_l {
  width: 460px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .about_l {
    width: 45%;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .about_l {
    width: 100%;
  }
}
.about_r {
  width: 623px;
}
@media (max-width: 1200px) {
  .about_r {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .about_r {
    width: 100%;
  }
}
.history-swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 36px;
  padding: 0 50px;
  color: rgba(253, 208, 67, 0.5);
}
.history-swiper-pagination .year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.tanma-pointer {
  cursor: pointer;
}
.history__info .history-swiper {
  position: relative;
  overflow: hidden;
  padding: 18px;
}
.history__info .swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.history-swiper-pagination .dot {
  width: 12px;
  height: 12px;
  margin-top: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(253, 208, 67, 0.52);
}
.history-swiper-pagination-active {
  color: #fdd043;
  font-weight: bold;
}
.history-swiper-pagination-active .dot {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  background: #fdd043;
  border: 4px solid #fcf6e4;
}
.history-swiper-pagination:after {
  position: absolute;
  top: 41px;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(253, 208, 67, 0.1);
  z-index: 0;
}
.history__info .history__item {
  width: 336px;
  height: 198px;
  padding: 28px;
  margin-right: 24px;
  background: #fdfbe9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.history__info .swiper-slide-active {
  -webkit-box-shadow: 0 2px 16px 0 rgb(253, 208, 67 / 52%);
  -moz-box-shadow: 0 2px 16px 0 rgba(253, 208, 67, 0.52);
  box-shadow: 0 2px 16px 0 rgb(253, 208, 67 / 52%);
  background-color: #fdd043;
}
.history__info .history__item .history__year {
  margin-bottom: 20px;
  color: #fdd043;
  font-size: 36px;
  font-weight: 500;
}
.history__info .history__item .history__content {
  color: #1a1a1a;
}
.history__info .swiper-slide-active .history__year {
  color: #fbf7d7;
}
.history__info .swiper-slide-active .history__content {
  color: #fff;
}
.company-history {
  padding-top: 50px;
}
.history__info {
  position: relative;
  padding: 18px 54px 38px;
}
.history__info .history-swiper-button-next,
.history__info .history-swiper-button-prev {
  position: absolute;
  top: -webkit-calc(34%);
  top: -moz-calc(34%);
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
}
.history__info .history-swiper-button-prev {
  left: 0;
  background: url(/img/icon_prev.png) no-repeat 50% / cover;
}
.history__info .history-swiper-button-next {
  right: 0;
  background: url(/img/icon_next.png) no-repeat 50% / cover;
}
.company-team-values .team-values__info {
  -ms-flex-align: center;
  height: 220px;
  margin-top: 36px;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.company-team-values .team-values__info,
.company-team-values .team-values__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.company-team-values .team-values__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  font-size: 18px;
}
.company-team-values {
  padding-bottom: 56px;
  padding-top: 20px;
  background-color: #f7f8fb;
}
.company-team-values .team-values__item-img {
  width: 72px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(52, 112, 255, 0.12);
  -moz-box-shadow: 0 2px 16px 0 rgba(52, 112, 255, 0.12);
  box-shadow: 0 2px 16px 0 rgba(52, 112, 255, 0.12);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.honors-item {
  padding: 0 15px;
}
.honors-item__detail {
  width: 282px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(249, 226, 156, 0.32);
  -moz-box-shadow: 0 2px 16px 0 rgba(249, 226, 156, 0.32);
  box-shadow: 0 2px 16px 0 rgba(249, 226, 156, 0.32);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.honors-item__banner {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.honors-item__banner img {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  max-width: initial;
}
.honors-item__info {
  height: 138px;
  padding: 24px 20px;
}
.honors-item__info-title {
  height: 48px;
  margin-bottom: 20px;
}
.honors-item__info-detail a {
  color: #fdd043;
  display: none;
}
.feedback2 {
  background: none;
}
.feedback2 .swiper-wrapper .swiper-slide {
  width: 312px;
}
.honors-certificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.honors-certificate__item {
  width: 242px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}
.honors-certificate__item img {
  height: 72px;
}
.contact-info .contact-city {
  padding: 36px 80px;
}
.contact-info .contact-city__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  padding: 8px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  border: 1px solid #e6e6e6;
}
.contact-info .contact-city__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 50px;
}
.contact-info .contact-city__item-bg {
  position: absolute;
  width: 256px;
  height: 50px;
  background: #fdd043;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: 0;
}
.contact-info .contact-city__item--active {
  color: #fff;
}
.contact-info .contact-city__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  background: #f7f8fb;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.contact-info .contact-city__info-map {
  width: 520px;
}
.contact-info .contact-city__info-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0 0 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-info .contact-city__info .city-name {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
}
.contact-info .contact-city__info .city-detail {
  padding-top: 12px;
  color: #505050;
  border-top: 1px solid #e6e6e6;
}
.contact-city__info {
  height: 0px!important;
  overflow: hidden;
}
.contact-city__info.hv {
  height: 280px!important;
  overflow: hidden;
}
.info__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .info__title {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .info__title {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .info__title {
    margin-top: 30px;
  }
}
.info__tips {
  margin: 18px 0 28px;
  font-size: 26px;
  color: #464646;
  line-height: 22px;
}
.info__other {
  color: #939396;
  font-size: 14px;
  padding-top: 8px;
}
.pain-spot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 0 50px;
}
.pain-spot .pain-list.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pain-spot .pain-list li.mode-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pain-spot .pain-list li.mode-one p {
  font-size: 15px;
  color: #939396;
  line-height: 24px;
}
.pain-spot .pain-list li.mode-one span {
  font-size: 40px;
  color: #d5d5d9;
  line-height: 56px;
  margin-top: -10px;
}
.pain-spot .pain-list.left li.mode-one span {
  padding-left: 18px;
}
.pain-spot .model-banner {
  width: 330px;
  height: 280px;
  margin: 0 60px;
  text-align: center;
}
.pain-spot .model-banner img {
  max-height: 280px;
}
.pain-spot .model-banner2 {
  width: 280px;
  height: 299px;
  margin: 0 30px;
  text-align: center;
}
.pain-spot .model-banner2 img {
  max-height: 299px;
}
.pain-spot .pain-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pain-spot .pain-list.right li.mode-one span {
  padding-right: 18px;
}
.pain-spot .pain-list li.mode-one:not(:first-child) {
  padding-top: 86px;
}
.pain-spot .pain-list li.mode-one div h4 {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  position: relative;
  padding-bottom: 24px;
}
.pain-spot .pain-list li.mode-one div h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  width: 203px;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ccc;
}
.pain-spot .pain-list.left li.mode-one h4:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fdd043), to(#fff)) !important;
  background: -webkit-linear-gradient(right, #fdd043, #fff) !important;
  background: -moz-linear-gradient(right, #fdd043 0, #fff 100%) !important;
  background: -o-linear-gradient(right, #fdd043 0, #fff 100%) !important;
  background: linear-gradient(270deg, #fdd043, #fff) !important;
}
.pain-spot .pain-list.right li.mode-one h4:after {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fdd043)) !important;
  background: -webkit-linear-gradient(right, #fff, #fdd043) !important;
  background: -moz-linear-gradient(right, #fff 0, #fdd043 100%) !important;
  background: -o-linear-gradient(right, #fff 0, #fdd043 100%) !important;
  background: linear-gradient(270deg, #fff, #fdd043) !important;
}
.boost-development-swiper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1090px;
  margin: 0 auto;
  padding: 16px 0 56px;
  height: 622px;
}
@media (max-width: 1200px) {
  .boost-development-swiper {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .boost-development-swiper {
    width: 92%;
    margin: 0 4%;
  }
}
.boost-development-swiper .swiper-nav {
  background-color: #fffad9;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 36px;
  width: 334px;
  display: inline-block;
}
.boost-development-swiper .no-scrollbar {
  overflow: scroll;
}
.boost-development-swiper .swiper-nav li {
  width: 256px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(253, 208, 67, 0.32);
  -moz-box-shadow: 0 2px 16px 0 rgba(253, 208, 67, 0.32);
  box-shadow: 0 2px 16px 0 rgba(253, 208, 67, 0.32);
  background: -webkit-linear-gradient(314deg, #fff, #fffdee);
  background: -moz-linear-gradient(314deg, #fff 0, #fffdee 100%);
  background: -o-linear-gradient(314deg, #fff 0, #fffdee 100%);
  background: linear-gradient(136deg, #fff, #fffdee);
}
@media (max-width: 1200px) {
  .boost-development-swiper .swiper-nav li {
    width: 226px;
    height: 64px;
    line-height: 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.boost-development-swiper .swiper-nav li .iconfont {
  font-size: 24px;
  padding-right: 24px;
}
.swiper-container_boxx {
  background: #fffdf7;
  width: 770px;
}
.boost-development-swiper .swiper-container li div h4 {
  color: #505050;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
.boost-development-swiper .swiper-container li div p {
  color: #939396;
  line-height: 1.2;
  font-size: 16px;
}
.boost-development-swiper .swiper-container li div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.boost-development-swiper .swiper-container li img {
  width: 14px;
  height: 14px;
  margin: 0px 16px 0 54px;
}
@media (max-width: 1200px) {
  .boost-development-swiper .swiper-container li img {
    margin: 0px 10px 0 54px;
  }
}
.boost-development-swiper .swiper-container li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  padding-right: 30px;
}
.boost-development-swiper .swiper-container li:first-child {
  padding-top: 38px;
}
.boost-development-swiper .swiper-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fffdf7;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}
.swiper-container_boxx {
  overflow-y: scroll;
}
.pain-list.left li.mode-two:nth-child(2) {
  padding-right: 24px;
}
.pain-list.right li.mode-two:nth-child(2) {
  padding-left: 24px;
}
.pain-list.left li.mode-two h4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.title_index_img {
  height: 30px;
}
.product-adg .adg-swiper .swiper-slide .adg-img img {
  padding: 8px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(249, 226, 156, 0.32);
  -moz-box-shadow: 0 2px 16px 0 rgba(249, 226, 156, 0.32);
  box-shadow: 0 2px 16px 0 rgba(249, 226, 156, 0.32);
}
.functional .functiona1 img {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial;
}
.boost-development-swiper i.fa {
  font-size: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .boost-development-swiper i.fa {
    padding-right: 14px;
    font-size: 20px;
  }
}
.ebody {
  width: 284px;
  color: #606266;
  font-size: 14px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  word-break: break-all;
  display: none;
}
.c0 {
  color: #000;
}
.c0:hover {
  color: #000;
}
.jzxzz2 {
  display: inline-block;
  color: #ffffff !important;
}
.custome {
  line-height: 97px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #0064ff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(52, 112, 255, 0.12);
  -moz-box-shadow: 0 2px 16px 0 rgba(52, 112, 255, 0.12);
  box-shadow: 0 2px 16px 0 rgba(52, 112, 255, 0.12);
}
.custimg {
  padding: 24px 38px;
}
/*# sourceMappingURL=about.css.map */