.about {
  margin-bottom: 5%;
  min-width: 1200px;
}

.isnone {
  display: none;
}


.HeadPic img {
  width: 100%;
}

.all_tags {
  padding: 0 12.5%;
  margin: 0 auto;
  height: 120px;
  background-color: #F2F2F2;
  line-height: 120px;
}

.span-tab {
  display: block;
  margin-right: 43px;
  /* border-bottom: 1px solid; */
}

.span-tab p {
  color: #323232;
  font-size: 16px;
  height: 100px;
}

.all_tags a {
  float: left;
}

.all_tags .active_tags p {
  color: #3682CE;
  font-size: 20px;
  border-bottom: 2px solid #025BAD;
}

.crumb {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.crumb_all {
  text-align: center;
  height: 100px;
  padding-top: 35px;
  width: 100%;
  margin-left: calc(50% - 205px);
}

.crumb_tags {
  float: left;
  width: 101px;
  height: 2px;
  background-color: #3682CE;
  border-radius: 1px;
  margin-top: 30px;
}

.crumb_title {
  float: left;
  font-size: 44px;
  color: #323232;
  margin: 0 20px;
}

.crumb_title_en {
  clear: both;
  color: #909090;
  font-size: 20px;
  text-align: center;
}

.company {
  width: 87.5%;
  margin: 0 auto;
}

.company_box {
  position: relative;
}

.company_box img {
  width: 100%;
}

.company_box_pic {
  position: absolute;
  width: 85.7%;
  top: 33%;
  left: 7.16%;
}

.company_box_pic img {
  width: 100%;
}

.company_box_content {
  position: absolute;
  bottom: 14%;
  left: 39%;
  width: 50%;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.partner_pic {
  width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.partner_pic_box {
  float: left;
  width: 22%;
  height: 8vw;
  /* height: 100px; */
  margin-right: 40px;
  margin-bottom: 65px;
  min-height: 98px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_pic_box:nth-child(4n) {
  margin-right: 0;
}

.partner_pic_box img {
  width: 86%;
  object-fit: scale-down;
  transform: scale(.78);
}

.culture {
  width: 87.5%;
  margin: 0 auto;
}

.culture_content_lg {
  overflow: hidden;
}

.culture_content_lg_img {
  float: left;
  width: 50%;
}

.culture_content_lg_img img {
  width: 100%;
  height: 100%;
}

.culture_content_lg_article {
  float: left;
  width: 50%;
  padding: 7% 5% 0;
  line-height: 30px;
}

.culture_tags {
  width: 79px;
  height: 3px;
  background-color: #E6E6E6;
  margin-top: 7%;
}

.culture_content_rg {
  overflow: hidden;
}

.culture_content_rg_article {
  float: left;
  width: 50%;
  text-align: right;
  padding: 7% 5% 0;
  line-height: 30px;
}

.culture_content_rg_img {
  float: left;
  width: 50%;
}

.culture_tags2 {
  width: 79px;
  height: 3px;
  background-color: #E6E6E6;
  margin-top: 7%;
  margin-left: 82%;
}

.culture_content_rg_img img {
  width: 100%;
  height: 100%;
}

.honor_content {
  width: 87.5%;
  margin: 0 auto;
}

.swiper-container {
  padding-bottom: 120px !important;
}

.swiper-slide {
  padding: 20px;
  border: 1px dashed #f1f1f1;
  background-color: #f1f1f1;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  top: 99% !important;
  width: 100%;
  height: 4px;
  left: 0;
}