.pageBanner.yanfa-banner .banner-box {
  height: 100vh;
}
.pageBanner.yanfa-banner .banner-box .section {
  margin-top: 25%;
}
.pageBanner.yanfa-banner .banner-box .section .title {
  font-size: 54px;
}
@media screen and (max-width: 1600px) {
  .pageBanner.yanfa-banner .banner-box .section .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .pageBanner.yanfa-banner .banner-box .section .title {
    font-size: 20px;
  }
}
.yanfa {
  margin-top: 60px;
}
.yanfa .item {
  margin-bottom: 60px;
}
/**
 * 业务范围
 */
.business {
  padding-top: 80px;
}
.business-banner img {
  width: 100%;
}
.business-global {
  padding: 90px 0;
}
.business-global-tit {
  text-align: center;
  font-size: 54px;
  color: #212121;
}
@media screen and (max-width: 1600px) {
  .business-global-tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .business-global-tit {
    font-size: 20px;
  }
}
.business-global-des {
  font-size: 26px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .business-global-des {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .business-global-des {
    font-size: 14px;
  }
}
.business-global-map {
  text-align: center;
  padding: 100px 0 50px;
}
.business-global-citys-tit {
  height: 55px;
  border-bottom: solid 1px #dcdcdc;
  padding-left: 200px;
  font-size: 16px;
}
.business-global-citys-list {
  padding-left: 200px;
}
.business-global-citys-list .swiper-slide a {
  display: inline-block;
  padding: 25px 0;
  font-size: 16px;
  /*white-space: nowrap;*/
  border-top: solid 2px #FFF;
}
.business-global-citys-list .swiper-slide a.active {
  border-top: solid 2px #e94609;
}
.business-global-city-info {
  line-height: 32px;
}
.business-global-city-info p {
  margin: 0;
  color: #999;
}
.business-sales {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 100px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .business-sales {
    height: 200px;
    grid-gap: 20px;
  }
}
.business-sales .item {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
}
.business-sales .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box.second-box2 {
  height: 70px;
  padding: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box.second-box2 a {
  margin: 0 20px;
  font-size: 16px;
  color: #C7C7C7;
  transition: all 0.5s;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box.second-box2 a:hover {
  color: #000;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box.second-box2 .section {
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=add.css.map */