/* 核心业务 start */
.about_bs {
  padding-top: 71px;
  padding-bottom: 55px;
  background: url(../images/aboutHc/honor_bg.png) 100% 100% no-repeat;

}

.about_cp {
  background: #FCFAFA;
  padding-top: 71px;
  padding-bottom: 55px;
}

#busy .ab_cp {
  width: 33%;
  height: 445px;
  background-size: 100% 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 27px 0px rgba(50, 50, 50, 0.17);
  border-radius: 12px;
  color: #E60012;
}

#busy  .ab_cp1 {
  background-image: url(../images/aboutHc/bs_01.png);
  margin-right: 32px;
}

#busy .ab_cp1.hover {
  background-image: url(../images/aboutHc/bs_01_reverse.png);
}

#busy .ab_cp2 {
  color: #E60012;
  margin-right: 32px;
  background-image: url(../images/aboutHc/bs_02.png);
}

#busy .ab_cp2.hover {
  background-image: url(../images/aboutHc/bs_02_reverse.png);
}

#busy .ab_cp3 {
  color: #E60012;
  background-image: url(../images/aboutHc/bs_03.png);
}

#busy .ab_cp3.hover {
  background-image: url(../images/aboutHc/bs_03_reverse.png);
}

.top_number {
  margin-top: 23px;
  margin-bottom: 121px;
  margin-left: 21px;
}

.top_number1 {
  width: 45px;
  height: 47px;
  background-image: url(../images/aboutHc/bs_top_01.png);
}

.ab_cp1.hover .top_number1 {

  background-image: url(../images/aboutHc/bs_top_01_reverse.png);
}

.top_number2 {
  width: 54px;
  height: 47px;
  background-image: url(../images/aboutHc/bs_top_02.png);
}

.ab_cp2.hover .top_number2 {
  background-image: url(../images/aboutHc/bs_top_02_reverse.png);
}

.top_number3 {
  width: 54px;
  height: 47px;
  background-image: url(../images/aboutHc/bs_top_03.png);
}

.ab_cp3.hover .top_number3 {
  background-image: url(../images/aboutHc/bs_top_03_reverse.png);
}

.top_con {
  padding-left: 44px;
}

.top_con ul {
  padding-top: 23px;
}

.top_con li {
  padding-bottom: 20px;
}

.top_con_title {
  color: #E10024;
  font-weight: bold;
  font-size: 32px;
  line-height: 41px
}

.ab_cp1.hover .top_con_title,
.ab_cp2.hover .top_con_title,
.ab_cp3.hover .top_con_title {
  color: #fff;
}

.top_circle {
  width: 6px;
  height: 6px;
  background: #E10024;
  border-radius: 50%;
}

.ab_cp1.hover .top_circle,
.ab_cp2.hover .top_circle,
.ab_cp3.hover .top_circle {
  background: #fff;
}

.ab_cp1.hover .top_text,
.ab_cp2.hover .top_text,
.ab_cp3.hover .top_text {
  color: #fff;
}

.top_text {
  font-size: 20px;
  color: #101010;
  padding-left: 8px;
}

/*  */
.about_bs_con {
  height: 781px;
  position: relative;
}

.bs_triangle {
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #fff;
  position: absolute;
  top: -29px;
  left: 156px;
}

.bs_swiper {
  width: 100%;
  height: 100%;
}

.bs_line {
  width: 100%;
  height: 1px;
  background: #E10024;
  margin-top: 140px;
  position: relative;
}

.bs_logo {
  position: absolute;
  bottom: 15px;
  left: 0;
}

.bs_img {
  width: 100%;
  margin-top: 32px;
  border-radius: 10px;
}

.bs_desc {
  font-size: 21px;
  color: #101010;
  line-height: 43px;
  padding-top: 16px;
  text-align: justify;
  font-family: sans-serif,Arial, Helvetica;
}

/*  */
.point-btn {
  position: absolute;
  width: 63px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.point-btn-pre {
  left: -92px;
}

.point-btn-next {
  right: -92px;
}

.point-btn img {
  vertical-align: middle;
  width: 46px;
}

/* 合作品牌 */
.about_cooperate {
  width: 100%;
  height: 476px;
  background: #FCFAFA;
}

.about_cooperate .swiper-container {
  height: 218px;
}

/* 企业使命 end */
.about_cooperate_con {
  display: grid;
  grid-template-columns: repeat(7, 160px);
  grid-column-gap: 17px;
  grid-row-gap: 16.2px
}

.coop_swiper {
  position: relative;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}



.swiper-pagination-bullet {
  margin: 0 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #BBBBBB;
  background: none;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  border: none;
  border: 1px solid #E60012;


  background: #E60012;
}
.footer{
  margin-top: 0;
}

/* 关于我们 */

.ab_title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
}
.about_us {
  margin-top: -160px;
  background: #fff;
  position: relative;
  padding: 40px 20px;
  height: 350px;
  background: #FEFEFE;
  box-shadow: 0px 1px 27px 0px rgba(50, 50, 50, 0.17);
  border-radius: 10px;
}


.about_us p {
  font-weight: 400;
  font-size: 20px;
  color: #101010;
  line-height: 43px;
  text-align: justify;
}

.numCount {
  padding-top: 56px;
  /* padding-bottom: 90px; */
}

.numCount li {
  text-align: center;
}

.about_us .num_info {
  font-size: 54px;
  color: #E60012;

}

.about_us .num_info sup {
  font-size: 22px;
  color: #101010;
  vertical-align: top;
}

.about_us  .num_title {
  font-weight: 400;
  font-size: 20px;
  color: #101010;
}

/* 关于我们 end */
