.tab-box{
  background:#F2F3F5 ;
}
.tab-nav a{
  padding: 0 49px;
  margin-right: unset;
}
.about-box-in {
  margin-bottom: 43px;
}
.about-top {
  display: flex;
  align-items: center;
}
.about-l {
  margin-right: 51px;
}
.about-l span {
  font-size: 17px;
  color: #1885ed;
}
.about-l h3 {
  font-size: 43px;
  margin-top: 17px;
}
.h3-line {
  width: 474px;
  height: 0px;
  border: 1px solid #d5d5d5;
  margin-top: 20px;
  margin-bottom: 26px;
}
.about-l p {
  font-size: 20px;
  color: #141414;
  line-height: 35px;
}
.about-r p {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
}
.about-bottom {
  margin-top: 56px;
  width: 100%;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 13px 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-item {
  text-align: left;
  width: 20%;
}
.plus-sign {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 21px;
  color: #1885ed;
  font-weight: 400;
}
.stat-number-box {
  position: relative;
  display: inline-block;
}
.stat-number {
  font-family: Arial, Arial;
  font-weight: 700;
  font-size: 67px;
  color: #1885ed;
  margin-bottom: 10px;
}
.num-line {
  width: 100%;
  height: 0px;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
}
.stat-label {
  font-size: 16px;
  color: #303030;
  margin-top: 26px;
}

.img-big-box img {
  width: 100%;
}
.img-box {
  overflow: hidden;
}
.img-box img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}
.img-box:hover img {
  transform: scale(1.1);
}
.env-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.about-env {
  margin-top: 59px;
  padding: 58px 0;
  background: #f8f8f8;
}
.about-h3 {
  font-weight: bold;
  font-size: 30px;
  color: #161616;
  margin-bottom: 50px;
}
.honor-box {
  padding: 68px 0;
  padding-bottom: 0;
}

.about-swiper {
  position: relative;
  /* padding: 40px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev,
.swiper-button-next {
  width: 38px;
  height: 38px;
  background: #1885ed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}
.swiper-button-prev{
  left: -30px;
}
.swiper-button-next
{
  right: -30px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0d6ec9;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 16px;
  height: 16px;
}
.swiper-container {
  flex: 1;
  overflow: hidden;
  margin: 0 30px;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: calc(25% - 20px);
  margin-right: 27px;
}
.swiper-slide:last-child {
  margin-right: 0;
}
.honor-item {
  width: 100%;
  height: 231px;
  /* background: #F8F8F8; */
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
.honor-img {
  padding: 29px 0;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor-item img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  padding: 10px;
}
.honor-item p {
  font-size: 16px;
  color: #303030;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
}
.swiper-pagination {
  display: none;
  position: relative;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d5d5d5;
  opacity: 1;
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background: #1885ed;
}

