.bannerPage {
  position: relative;
  height: 70vh;
}
.bannerPage .bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerPage .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerPage .boxContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerPage .boxContainer > .wrapper {
  height: 100%;
}
.bannerPage .info {
  height: calc(100% - 94px);
  display: flex;
  align-items: center;
}
.bannerPage .info .text p {
  line-height: 1.4;
  font-family: MR;
  font-size: 46px;
  color: #fff;
}
.bannerPage .nav-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bannerPage .nav-box .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), transparent);
}
.bannerPage .nav-box .row {
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerPage .nav-box .boxes {
  height: 100%;
}
.bannerPage .nav-box .crumbs-ul {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.bannerPage .nav-box .crumbs-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerPage .nav-box .crumbs-ul li .line {
  margin-right: 20px;
  width: 4px;
  height: 14px;
  background: #fff;
}
.bannerPage .nav-box .crumbs-ul li a {
  color: #fff;
  font-family: ML;
  font-size: 16px;
  line-height: 1;
}
.bannerPage .nav-box .crumbs-ul li .icon-svg {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  fill: #fff;
}
.bannerPage .nav-box .nav-ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.bannerPage .nav-box .nav-ul.uls li {
  margin-left: 50px;
}
.bannerPage .nav-box .nav-ul.uls li a {
  padding: 0;
}
.bannerPage .nav-box .nav-ul li {
  height: 100%;
  margin-left: 40px;
}
.bannerPage .nav-box .nav-ul li a {
  position: relative;
  padding: 0 15px;
  font-family: ML;
  font-size: 18px;
  height: 100%;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerPage .nav-box .nav-ul li a:after {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
  width: 100%;
  background: #0b70bd;
}
.bannerPage .nav-box .nav-ul li.active a:after {
  opacity: 1;
}

.navbar-sticky {
  background: #ebf2fc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .8s ease;
  z-index: 8;
  transform: translateY(-200px);
}
.navbar-sticky.scrolled {
  transform: translateY(88px);
}
.navbar-sticky .nav-box .row {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-sticky .nav-box .boxes {
  height: 100%;
}
.navbar-sticky .nav-box .crumbs-ul {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar-sticky .nav-box .crumbs-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-sticky .nav-box .crumbs-ul li .line {
  margin-right: 20px;
  width: 4px;
  height: 14px;
  background: #3b4052;
}
.navbar-sticky .nav-box .crumbs-ul li a {
  color: #3b4052;
  font-family: ML;
  font-size: 16px;
  line-height: 1;
}
.navbar-sticky .nav-box .crumbs-ul li .icon-svg {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  fill: #3b4052;
}
.navbar-sticky .nav-box .nav-ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar-sticky .nav-box .nav-ul.uls li {
  margin-left: 50px;
}
.navbar-sticky .nav-box .nav-ul.uls li a {
  padding: 0;
}
.navbar-sticky .nav-box .nav-ul li {
  height: 100%;
  margin-left: 40px;
}
.navbar-sticky .nav-box .nav-ul li a {
  position: relative;
  padding: 0 15px;
  font-family: ML;
  font-size: 18px;
  height: 100%;
  color: #3b4052;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-sticky .nav-box .nav-ul li a.active:after {
  opacity: 1;
}
.navbar-sticky .nav-box .nav-ul li a:after {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 4px;
  width: 100%;
  background: #0b70bd;
}

@media (max-width: 1366px) {
  .navbar-sticky .nav-box .nav-ul li,
  .nav-box .nav-ul.uls li {
    margin-left: 24px;
  }

  .navbar-sticky .nav-box .nav-ul li a,
  .navbar-sticky .nav-box .crumbs-ul li a,
  .nav-box .crumbs-ul li a,
  .nav-box .nav-ul.uls li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .nav-box {
    display: none;
  }

  .navbar-stickyv {
    display: none;
  }

  .navbar-sticky .nav-box .nav-ul li,
  .nav-box .nav-ul li {
    margin-left: 20px;
  }

  .navbar-sticky .nav-box .nav-ul li,
  .nav-box .nav-ul.uls li {
    margin-left: 14px;
  }

  .navbar-sticky .nav-box .nav-ul li a,
  .navbar-sticky .nav-box .crumbs-ul li a,
  .nav-box .crumbs-ul li a,
  .nav-box .nav-ul.uls li a {
    font-size: 14px;
  }

  .navbar-sticky .crumbs-ul li .line,
  .nav-box .crumbs-ul li .line {
    margin-right: 10px;
    height: 12px;
  }
}
@media (max-width: 990px) {
  .bannerPage {
    height: 60vh;
  }

  .bannerPage .info {
    height: 100%;
  }

  .bannerPage .info .text p {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .bannerPage .info .text p {
    font-size: 20px;
  }
}
.companyProfile {
  height: 1089px;
  background: url(../images/about/about_bg2.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.companyProfile .text-content .row {
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.companyProfile .text-content .row .info {
  margin-right: 115px;
}
.companyProfile .text-content .row .info .title {
  font-family: MR;
  font-weight: normal;
  font-size: 36px;
  color: #26313e;
  line-height: 1.4;
}
.companyProfile .text-content .row .info .text p {
  text-align: justify;
  margin-top: 34px;
  font-size: 18px;
  font-family: ML;
  line-height: 1.6;
}
.companyProfile .text-content .row .pic {
  position: relative;
  width: 500px;
}
.companyProfile .text-content .row .pic .earth1 {
  width: 100%;
}
.companyProfile .text-content .row .pic .earth2 {
  position: absolute;
  width: 609px;
  height: 609px;
  right: -155px;
  bottom: -116px;
}
.companyProfile .text-content .dataUl {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.companyProfile .text-content .dataUl li {
  padding: 40px 0 55px;
  border-top: 1px #26313e solid;
  width: calc(33.33% - 35px);
}
.companyProfile .text-content .dataUl li .num {
  font-family: GR;
  font-size: 60px;
  font-weight: normal;
  color: #26313e;
  display: flex;
}
.companyProfile .text-content .dataUl li .num strong {
  margin-left: 8px;
  font-family: GL;
  font-size: 30px;
  font-weight: normal;
}
.companyProfile .text-content .dataUl li .text {
  margin-top: 16px;
  font-family: ML;
  font-size: 18px;
  color: #3b4052;
  display: flex;
}

@media (max-width: 1440px) {
  .companyProfile {
    height: 900px;
  }

  .companyProfile .text-content .row .pic {
    width: 400px;
  }

  .companyProfile .text-content .row .pic .earth2 {
    width: 509px;
    height: 509px;
    right: -155px;
    bottom: -116px;
  }

  .companyProfile .text-content .row .info .title {
    font-size: 32px;
  }

  .companyProfile .text-content .row .info .text p {
    font-size: 16px;
    margin-top: 28px;
  }

  .companyProfile .text-content .dataUl li {
    padding: 30px 0 40px;
  }

  .companyProfile .text-content .dataUl li .num {
    font-size: 50px;
  }

  .companyProfile .text-content .dataUl li .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .companyProfile {
    height: auto;
    padding-bottom: 40px;
  }

  .companyProfile .text-content .row .pic {
    width: 300px;
  }

  .companyProfile .text-content .row .pic .earth2 {
    width: 409px;
    height: 4509px;
    right: -155px;
    bottom: -116px;
  }

  .companyProfile .text-content .row .info {
    margin-right: 60px;
  }

  .companyProfile .text-content .row .info .title {
    font-size: 26px;
  }

  .companyProfile .text-content .row .info .text p {
    margin-top: 18px;
  }

  .companyProfile .text-content .dataUl li .num {
    font-size: 40px;
  }

  .companyProfile .text-content .dataUl li .num strong {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .companyProfile {
    padding-bottom: 30px;
  }

  .companyProfile .text-content .row {
    padding-top: 40px;
  }

  .companyProfile .text-content .row .info {
    margin-right: 0;
  }

  .companyProfile .text-content .row .info .title {
    font-size: 22px;
  }

  .companyProfile .text-content .row .boxes:nth-child(2) {
    display: none;
  }

  .companyProfile .text-content .row .info .text p {
    margin-top: 12px;
  }

  .companyProfile .text-content .dataUl {
    margin-top: 30px;
  }

  .companyProfile .text-content .dataUl li {
    width: 31%;
    padding: 15px 0 20px;
  }

  .companyProfile .text-content .dataUl li .num {
    font-size: 24px;
  }

  .companyProfile .text-content .dataUl li .num strong {
    font-size: 16px;
    margin-left: 4px;
  }

  .companyProfile .text-content .dataUl li .text {
    font-size: 14px;
  }
}
.capitalSwiperContainer {
  background: url("../images/about/about_bg3.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.capitalSwiperContainer .capitalBox {
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capitalSwiperContainer .capitalBox .boxes2 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.capitalSwiperContainer .capitalBox .title {
  font-family: MR;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
}
.capitalSwiperContainer .capitalBox .num {
  position: relative;
  top: 40px;
  left: 60px;
  font-size: 70px;
  font-family: MB;
  color: #fff;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper {
  position: relative;
  width: 700px;
  height: 350px;
  background: rgba(11, 112, 189, 0.9);
  display: flex;
  overflow: hidden;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info {
  flex: none;
  width: 199px;
  border-right: rgba(255, 255, 255, 0.1) 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-box {
  width: 84px;
  height: 84px;
  border: 1px rgba(255, 255, 255, 0) solid;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-box .icon-svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-box:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-box.swiper-button-disabled {
  opacity: .2;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .list {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .list .text {
  width: 500px;
  padding: 40px;
}
.capitalSwiperContainer .capitalBox .cpaitalSwiper .list .text p {
  text-align: justify;
  font-family: ML;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .capitalSwiperContainer .capitalBox {
    height: 550px;
  }

  .capitalSwiperContainer .capitalBox .title {
    font-size: 32px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper {
    width: 600px;
    height: 300px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info {
    width: 149px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .list .text {
    width: 450px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .list .text p {
    font-size: 18px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-box {
    width: 74px;
    height: 74px;
  }

  .capitalSwiperContainer .capitalBox .num {
    font-size: 60px;
    top: 30px;
    left: 40px;
  }
}
@media (max-width: 1366px) {
  .capitalSwiperContainer .capitalBox .title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .capitalSwiperContainer .capitalBox {
    height: 600px;
  }

  .capitalSwiperContainer .capitalBox .boxes1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .capitalSwiperContainer .capitalBox {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .capitalSwiperContainer .capitalBox {
    justify-content: center;
  }

  .capitalSwiperContainer .capitalBox .boxes2 {
    width: 100%;
    height: auto;
  }
  .capitalSwiperContainer .capitalBox .boxes2 > div {
    width: 100%;
  }

  .capitalSwiperContainer .capitalBox .boxes1 {
    height: 80px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper {
    display: flex;
    flex-direction: column-reverse;
  }

  .capitalSwiperContainer .capitalBox .title {
    font-size: 20px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper {
    width: 100%;
    height: auto;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info {
    width: 100%;
    padding: 30px 0;
    flex-direction: row;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .list {
    width: 100%;
    height: 210px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .list .text {
    width: 100%;
    padding: 30px;
    height: 210px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-next {
    transform: rotate(-90deg);
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-prev {
    transform: rotate(-90deg);
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .swiper-info .button-box {
    width: 50px;
    height: 50px;
    margin: 0 50px;
  }

  .capitalSwiperContainer .capitalBox .cpaitalSwiper .list .text p {
    font-size: 16px;
  }
}
.enterpriseCulture {
  padding: 120px 0;
  background: #fff;
}
.enterpriseCulture .headline {
  font-family: MR;
  font-size: 36px;
  color: #26313e;
}
.enterpriseCulture .headline span {
  font-size: 20px;
  display: block;
}
.enterpriseCulture .ecLists {
  position: relative;
  z-index: 5;
}
.enterpriseCulture .ecLists ul {
  display: flex;
  background: #fff;
}
.enterpriseCulture .ecLists ul li {
  width: 25%;
}
.enterpriseCulture .ecLists ul li:nth-child(1) {
  margin-top: 180px;
}
.enterpriseCulture .ecLists ul li:nth-child(2) {
  margin-top: 120px;
}
.enterpriseCulture .ecLists ul li:nth-child(3) {
  margin-top: 60px;
}
.enterpriseCulture .ecLists ul li:nth-child(4) {
  margin-top: 0;
}
.enterpriseCulture .ecLists ul li .img img {
  width: 100%;
}
.enterpriseCulture .ecLists ul li.on .info::after {
  opacity: 1;
}
.enterpriseCulture .ecLists ul li.on .info .tit,
.enterpriseCulture .ecLists ul li.on .info .text {
  color: #fff;
}
.enterpriseCulture .ecLists ul li .info {
  position: relative;
}
.enterpriseCulture .ecLists ul li .info::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #0b70bd 30%, #d8e8f4);
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.enterpriseCulture .ecLists ul li .info .tit {
  position: relative;
  color: #fff;
  z-index: 2;
}
.enterpriseCulture .ecLists ul li .info .text {
  position: relative;
  color: #fff;
  z-index: 2;
}
.enterpriseCulture .ecLists ul li .info {
  height: 150px;
  padding: 30px 40px;
}
.enterpriseCulture .ecLists ul li .info .tit {
  font-family: ML;
  font-size: 28px;
  color: #26313e;
  display: block;
}
.enterpriseCulture .ecLists ul li .info .text {
  margin-top: 15px;
  font-family: ML;
  font-size: 18px;
  color: #26313e;
  display: block;
}
.enterpriseCulture .ecLists ul li .info .text:nth-of-type(1) {
  margin-top: 0;
}
.enterpriseCulture .ecSwiper-info {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10;
}
.enterpriseCulture .ecSwiper-info .button-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.enterpriseCulture .ecSwiper-info .button-box.swiper-button-disabled {
  opacity: .2;
}
.enterpriseCulture .ecSwiper-info .button-box .icon-svg {
  width: 30px;
  height: 30px;
}
.enterpriseCulture .ecSwiper-info .button-box:hover {
  border: 1px #eaeaed solid;
}

@media (max-width: 1560px) {
  .enterpriseCulture {
    padding: 100px 0;
  }

  .enterpriseCulture .ecLists ul li .info .tit {
    font-size: 24px;
  }

  .enterpriseCulture .ecLists ul li .info .text {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .enterpriseCulture {
    padding: 80px 0;
  }

  .enterpriseCulture .headline {
    font-size: 32px;
  }

  .enterpriseCulture .ecLists ul li .info {
    height: 130px;
    padding: 24px 30px;
  }

  .enterpriseCulture .ecLists ul li .info .text {
    margin-top: 10px;
  }

  .enterpriseCulture .ecSwiper-info .button-box {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 1366px) {
  .enterpriseCulture .ecLists ul li:nth-child(1) {
    margin-top: 120px;
  }

  .enterpriseCulture .ecLists ul li:nth-child(2) {
    margin-top: 80px;
  }

  .enterpriseCulture .ecLists ul li:nth-child(3) {
    margin-top: 40px;
  }

  .enterpriseCulture .ecLists ul li .info .tit {
    font-size: 20px;
  }

  .enterpriseCulture .ecLists ul li .info .text {
    font-size: 14px;
  }

  .enterpriseCulture .ecSwiper-info .button-box {
    width: 64px;
    height: 64px;
  }

  .enterpriseCulture .ecSwiper-info .button-box .icon-svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 990px) {
  .enterpriseCulture .ecLists ul li .info {
    height: 140px;
    padding: 20px 20px;
  }
}
.about-index-s3 {
  display: none;
}

@media (max-width: 768px) {
  .enterpriseCulture {
    padding: 40px 0;
  }

  .enterpriseCulture .headline {
    font-size: 22px;
  }

  .enterpriseCulture .headline span {
    font-size: 16px;
  }

  .about-index-s2 {
    display: none;
  }

  .about-index-s3 {
    display: block;
  }

  .enterpriseCulture .ecLists {
    margin-top: 20px;
  }

  .enterpriseCulture .ecLists ul li {
    margin-top: 0 !important;
  }

  .enterpriseCulture .ecSwiper-info {
    bottom: auto;
    top: -65px;
  }
}
.serviceArea .first-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceArea .first-banner img {
  width: 100%;
}
.serviceArea .serviceBg {
  padding: 115px 0;
  background: url(../images/about/about_service2.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.serviceArea .serviceBg .tit {
  text-align: center;
  font-family: MR;
  font-size: 36px;
  color: #26313e;
}
.serviceArea .serviceBg .serviceSwiper {
  margin-top: 90px;
}
.serviceArea .serviceBg .serviceSwiper li:nth-child(4n+1) .item {
  margin-top: 0;
}
.serviceArea .serviceBg .serviceSwiper li:nth-child(4n+2) .item {
  margin-top: 80px;
}
.serviceArea .serviceBg .serviceSwiper li:nth-child(4n+3) .item {
  margin-top: 0;
}
.serviceArea .serviceBg .serviceSwiper li:nth-child(4n+4) .item {
  margin-top: 80px;
}
.serviceArea .serviceBg .serviceSwiper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.serviceArea .serviceBg .serviceSwiper .item .tit {
  height: 70px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceArea .serviceBg .serviceSwiper .item .tit i {
  width: 20px;
  height: 36px;
  display: block;
}
.serviceArea .serviceBg .serviceSwiper .item .tit i.rice-l {
  background: url(../images/about/rice-l.png) no-repeat;
  background-size: 20px;
}
.serviceArea .serviceBg .serviceSwiper .item .tit i.rice-r {
  background: url(../images/about/rice-r.png) no-repeat;
  background-size: 20px;
}
.serviceArea .serviceBg .serviceSwiper .item .tit span {
  padding: 0 10px;
  font-family: MN;
  font-size: 18px;
  line-height: 1.4;
}
.serviceArea .serviceBg .serviceSwiper .item .pic {
  position: relative;
  width: 218px;
  height: 218px;
  z-index: 2;
}
.serviceArea .serviceBg .serviceSwiper .item .pic a {
  display: block;
}
.serviceArea .serviceBg .serviceSwiper .item .pic a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serviceArea .serviceBg .serviceSwiper .item .pic a:hover .icon {
  opacity: 1;
  transform: translateY(0);
}
.serviceArea .serviceBg .serviceSwiper .item .pic a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: all .5s ease;
  transform: translateY(20px);
  opacity: 0;
}
.serviceArea .serviceBg .serviceSwiper .item .pic a .icon span {
  margin-top: 50px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0b70bd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceArea .serviceBg .serviceSwiper .item .pic a .icon span .icon-svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.serviceArea .serviceBg .serviceSwiper .item .step {
  position: relative;
  margin-top: -70px;
  width: 318px;
  height: 106px;
  background: url(../images/about/z.png) no-repeat;
  z-index: 1;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-scrollbar {
  height: 6px;
  width: 100%;
  background: #d6dce0;
  overflow: hidden;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0b70bd;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow {
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box .icon-svg {
  width: 30px;
  height: 30px;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box:hover {
  border: 1px #dcdee2 solid;
}
.serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box.swiper-button-disabled {
  opacity: .2;
}

@media (max-width: 1560px) {
  .serviceArea .serviceBg {
    padding: 100px 0;
  }
}
@media (max-width: 1440px) {
  .serviceArea .serviceBg {
    padding: 80px 0;
  }

  .serviceArea .serviceBg .tit {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .serviceArea .serviceBg {
    padding: 70px 0 50px;
  }

  .serviceArea .serviceBg .tit {
    font-size: 32px;
  }

  .serviceArea .serviceBg .serviceSwiper {
    margin-top: 70px;
  }

  .serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceBg {
    padding: 40px 0;
  }

  .serviceArea .serviceBg .tit {
    font-size: 22px;
    width: 70%;
    margin: 0 auto;
  }

  .serviceArea .serviceBg .serviceSwiper {
    margin-top: 20px;
  }

  .serviceArea .serviceBg .serviceSwiper .item .tit {
    width: 80%;
    max-width: 300px;
    height: 90px;
    padding-bottom: 0;
  }

  .serviceArea .serviceBg .serviceSwiper .item .tit span {
    font-size: 16px;
    max-width: calc(100% - 40px);
  }

  .serviceArea .serviceBg .serviceSwiper .item .tit i {
    background-size: 16px;
  }

  .serviceArea .serviceBg .serviceSwiper li .item {
    margin-top: 0 !important;
  }

  .serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow {
    margin-left: 10px;
  }

  .serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box {
    width: 50px;
    height: 50px;
  }

  .serviceArea .serviceBg .serviceSwiper .swiper-info .swiper-arrow .button-box .icon-svg {
    width: 24px;
    height: 24px;
  }
}
.organizationChart {
  position: relative;
}
.organizationChart .headline {
  position: absolute;
  top: 120px;
  left: 0;
  font-family: MR;
  font-size: 36px;
  color: #26313e;
}
.organizationChart .pic img {
  width: 100%;
}

@media (max-width: 1440px) {
  .organizationChart .headline {
    font-size: 32px;
    top: 6vw;
  }
}
@media (max-width: 768px) {
  .organizationChart .headline {
    position: relative;
    font-size: 22px;
    top: 40px;
    width: 100%;
    text-align: center;
  }

  .organizationChart .pic {
    margin-top: 40px;
  }
}
.developmentHistory {
  height: 730px;
  background: url(../images/about/about_bg4.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.developmentHistory .headline {
  margin-top: 120px;
  font-family: MR;
  font-size: 36px;
  color: #26313e;
}
.developmentHistory .dhSwiperBox {
  display: flex;
  align-items: center;
}
.developmentHistory .dhSwiperBox .box {
  position: relative;
  z-index: 1;
}
.developmentHistory .dhSwiperBox .box .year {
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}
.developmentHistory .dhSwiperBox .box .year .num {
  font-family: MB;
  font-size: 290px;
  position: relative;
  z-index: 2;
  background: url(../images/about/year_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: bg-scale 20s ease-in-out infinite;
}
.developmentHistory .dhSwiperBox .historyCaes {
  position: absolute;
  top: 5px;
  right: 0;
  flex: 1;
  width: 660px;
  height: 540px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 2;
}
.developmentHistory .dhSwiperBox .historyCaes .con {
  height: calc(100% - 100px);
  margin: 50px 40px 50px 60px;
  overflow-y: scroll;
}
.developmentHistory .dhSwiperBox .historyCaes .con .num {
  font-family: MM;
  font-size: 50px;
  color: #0b70bd;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl {
  margin-top: 30px;
  margin-left: 13px;
  border-left: 1px #cde2f2 solid;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li {
  padding-bottom: 36px;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit {
  margin-bottom: 24px;
  display: flex;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit .icon {
  position: relative;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 1px #cde2f2 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit .icon i {
  display: block;
  width: 6px;
  height: 6px;
  background: #0b70bd;
  border-radius: 50%;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit span {
  flex: 1;
  margin-left: 7px;
  font-family: MR;
  font-size: 20px;
  color: #26313e;
  line-height: 1.4;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .img {
  margin-left: 35px;
  width: 300px;
  overflow: hidden;
}
.developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .img img {
  max-width: 100%;
  object-fit: cover;
}

@keyframes bg-scale {
  0% {
    background-size: 100%;
    background-position: 0%;
  }
  50% {
    background-size: 105%;
    background-position: 5% 5%;
  }
  100% {
    background-size: 100%;
    background-position: 0%;
  }
}
@media (max-width: 1560px) {
  .developmentHistory .dhSwiperBox .box .year .num {
    font-size: 18vw;
  }

  .developmentHistory .dhSwiperBox .historyCaes {
    width: 45%;
  }
}
@media (max-width: 1440px) {
  .developmentHistory .headline {
    font-size: 32px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con {
    height: calc(100% - 80px);
    margin: 40px 30px 40px 50px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .num {
    font-size: 40px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl {
    margin-top: 20px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li {
    padding-bottom: 28px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit {
    margin-bottom: 16px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit span {
    font-size: 18px;
    padding-right: 30px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .img {
    width: 270px;
  }
}
@media (max-width: 1366px) {
  .developmentHistory .headline {
    margin-top: 0;
  }

  .developmentHistory {
    height: auto;
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .developmentHistory .headline {
    margin-top: 0;
  }

  .developmentHistory {
    height: auto;
    padding: 70px 0;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con {
    height: calc(100% - 60px);
    margin: 30px 20px 30px 40px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .num {
    font-size: 30px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit span {
    font-size: 16px;
    margin-left: 0;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .img {
    width: 230px;
    margin-left: 22px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit .icon {
    width: 20px;
    height: 20px;
    left: -10px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit .icon i {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 990px) {
  .developmentHistory .headline {
    margin-top: 0;
  }

  .developmentHistory {
    height: auto;
    padding: 50px 0;
  }

  .developmentHistory .dhSwiperBox .box .year {
    height: 360px;
  }

  .developmentHistory .dhSwiperBox .historyCaes {
    height: 400px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con {
    height: calc(100% - 40px);
    margin: 20px 10px 20px 30px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .img {
    width: 180px;
    margin-left: 22px;
  }
}
@media (max-width: 768px) {
  .developmentHistory .headline {
    position: relative;
    font-size: 22px;
    width: 100%;
    text-align: center;
  }

  .developmentHistory .dhSwiperBox {
    flex-direction: column;
  }

  .developmentHistory .dhSwiperBox .historyCaes {
    position: relative;
    width: 100%;
    height: auto;
    overflow: scroll;
  }

  .developmentHistory .dhSwiperBox .box .year {
    height: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con {
    height: 340px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .num {
    font-size: 22px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li .tit span {
    font-size: 14px;
  }

  .developmentHistory .dhSwiperBox .historyCaes .con .historyUl li {
    padding-bottom: 20px;
  }
}
.dhSwiperBox {
  width: 100%;
}
.dhSwiperBox > div {
  width: 100%;
}

.historyBox {
  height: 210px;
  background: linear-gradient(90deg, #0b70bd, #0f5cb2);
  display: flex;
  align-items: center;
}
.historyBox .historyCon {
  position: relative;
  margin: 0 5%;
  padding: 10px 0 0;
  width: 100%;
}
.historyBox .historyCon .advance {
  position: absolute;
  top: 0;
  left: 0;
  height: 73px;
  width: 3%;
  border-right: 2px #fff solid;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
  z-index: 1;
  transition: all 1s ease-in-out;
}
.historyBox .historyCon .advance .truck {
  position: absolute;
  bottom: 0;
  right: -13px;
  width: 26px;
  height: 4px;
  background: #fff;
}
.historyBox .historyCon .yearUl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.historyBox .historyCon .yearUl li {
  font-family: MM;
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff;
  font-size: 14px;
}
.historyBox .historyCon .line {
  margin-top: 26px;
  width: 100%;
  padding: 0 12px;
  height: 21px;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.historyBox .historyCon .line .line-segment {
  margin-top: 12px;
  width: 1px;
  height: 9px;
  display: block;
  background-color: #fff;
  opacity: .3;
}
.historyBox .historyCon .YearInfo {
  margin-top: 18px;
  display: flex;
}
.historyBox .historyCon .YearInfo > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.historyBox .historyCon .YearInfo > div:after, .historyBox .historyCon .YearInfo > div::before {
  position: absolute;
  top: -40px;
  width: 1px;
  height: 21px;
  background: #fff;
  content: '';
  display: block;
}
.historyBox .historyCon .YearInfo > div:after {
  right: 0;
}
.historyBox .historyCon .YearInfo > div::before {
  left: 0;
}
.historyBox .historyCon .YearInfo > div span {
  display: flex;
  white-space: pre;
}
.historyBox .historyCon .YearInfo > div span:nth-child(1) {
  font-family: MR;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.historyBox .historyCon .YearInfo > div span:nth-child(2) {
  margin-top: 6px;
  font-family: ML;
  font-size: 14px;
  color: #fff;
  opacity: .6;
  line-height: 1.2;
}

.mobileRulerJs {
  display: none;
}

@media (max-width: 990px) {
  .rulerJs {
    display: none;
  }

  .mobileRulerJs {
    display: block;
  }
}
.about-index-s5 {
  position: relative;
  z-index: 1;
}

.mobileHistoryCon {
  position: relative;
  height: 160px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
}
.mobileHistoryCon .button-same {
  position: absolute;
  top: -50px;
  width: 50px;
  height: 50px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobileHistoryCon .button-same.swiper-button-disabled {
  opacity: .2;
}
.mobileHistoryCon .button-same.button-prev {
  left: 0;
}
.mobileHistoryCon .button-same.button-next {
  right: 0;
}
.mobileHistoryCon .button-same .icon-svg {
  width: 30px;
  height: 30px;
  fill: #999;
}
.mobileHistoryCon .swiper-container {
  padding: 20px 0;
}
.mobileHistoryCon .swiper-container .swiper-slide {
  padding: 20px 0;
  border-top: 1px #dfdfdf solid;
  position: relative;
  font-style: normal;
  font-size: 22px;
  z-index: 10;
  color: #b2b2b2;
  text-align: center;
}
.mobileHistoryCon .swiper-container .swiper-slide::after {
  position: relative;
  top: -53px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  z-index: 2;
  background: #b2b2b2;
  opacity: .5;
  transition: all .5s ease;
}
.mobileHistoryCon .swiper-container .swiper-slide.on {
  color: #11ccfa;
}
.mobileHistoryCon .swiper-container .swiper-slide.on:after {
  background: #11ccfa;
  opacity: 1;
}

.businessImgsWrap .carriageItems {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.businessImgsWrap .carriageItems .pic {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.businessImgsWrap .carriageItems .pic img {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.businessImgsWrap .carriageItems:nth-child(2n+1) .infoMain > div {
  display: flex;
  justify-content: flex-end;
}
.businessImgsWrap .carriageItems .infoMain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessImgsWrap .carriageItems .infoMain .info {
  position: relative;
  z-index: 2;
  width: 56%;
  padding: 50px 60px 80px;
  transition: all .5s ease;
}
.businessImgsWrap .carriageItems .infoMain .info .top-box {
  padding-bottom: 39px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.businessImgsWrap .carriageItems .infoMain .info .top-box .tit {
  color: #fff;
  font-family: MR;
  font-size: 36px;
}
.businessImgsWrap .carriageItems .infoMain .info .top-box .icon {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px #fff dashed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessImgsWrap .carriageItems .infoMain .info .top-box .icon span {
  background: rgba(255, 255, 255, 0.06);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessImgsWrap .carriageItems .infoMain .info .top-box .icon span img {
  width: auto;
}
.businessImgsWrap .carriageItems .infoMain .info .text {
  padding: 30px 0;
}
.businessImgsWrap .carriageItems .infoMain .info .text p {
  text-align: justify;
  font-family: ML;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 2;
}
.businessImgsWrap .carriageItems .infoMain .info .btn-details {
  width: 178px;
  height: 52px;
  padding: 0 19px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s ease;
}
.businessImgsWrap .carriageItems .infoMain .info .btn-details:hover {
  border: 1px white solid;
}
.businessImgsWrap .carriageItems .infoMain .info .btn-details span {
  font-family: MN;
  font-size: 18px;
  color: #fff;
}
.businessImgsWrap .carriageItems .infoMain .info .btn-details i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessImgsWrap .carriageItems .infoMain .info .btn-details i .icon-svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.infoBg1 {
  background: rgba(47, 65, 75, 0.9);
}

.infoBg2 {
  background: rgba(22, 22, 26, 0.9);
}

.infoBg3 {
  background: rgba(40, 58, 61, 0.9);
}

.infoBg4 {
  background: rgba(8, 60, 148, 0.8);
}

.infoBg5 {
  background: rgba(1, 37, 66, 0.9);
}

.infoBg6 {
  background: rgba(10, 18, 26, 0.9);
}

.infoBg7 {
  background: rgba(11, 43, 31, 0.9);
}

.infoBg8 {
  background: rgba(10, 51, 116, 0.9);
}

.infoBg9 {
  background: rgba(17, 28, 34, 0.9);
}

@media (max-width: 1440px) {
  .businessImgsWrap .carriageItems .infoMain .info {
    padding: 40px 50px 70px;
  }
}
@media (max-width: 1366px) {
  .businessImgsWrap .carriageItems .infoMain .info {
    width: 60%;
    padding: 40px 50px 60px;
  }
}
@media (max-width: 1199px) {
  .businessImgsWrap .carriageItems .infoMain .info {
    width: 70%;
    padding: 40px 50px 60px;
  }
}
@media (max-width: 990px) {
  .businessImgsWrap .carriageItems .infoMain .info {
    padding: 30px 40px 50px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .tit {
    font-size: 28px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .icon {
    width: 88px;
    height: 88px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .icon span {
    width: 70px;
    height: 70px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .icon span img {
    width: 50%;
  }

  .businessImgsWrap .carriageItems .infoMain .info .btn-details {
    width: 158px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .btn-details span {
    font-size: 16px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .btn-details i {
    width: 26px;
    height: 26px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .text {
    padding: 24px 0;
  }

  .businessImgsWrap .carriageItems .infoMain .info .text p {
    font-size: 16px;
  }

  .businessImgsWrap .carriageItems .pic {
    background-attachment: inherit;
  }
}
@media (max-width: 768px) {
  .businessImgsWrap .carriageItems .infoMain .info {
    width: 100%;
    padding: 30px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box {
    padding-bottom: 30px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .icon {
    width: 68px;
    height: 68px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .icon span {
    width: 50px;
    height: 50px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .icon span img {
    width: 50%;
  }

  .businessImgsWrap .carriageItems .infoMain .info .top-box .tit {
    font-size: 22px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .btn-details {
    width: 140px;
  }

  .businessImgsWrap .carriageItems .infoMain .info .btn-details span,
  .businessImgsWrap .carriageItems .infoMain .info .text p {
    font-size: 14px;
  }
}
.uniform-heading {
  font-family: MR;
  font-size: 36px;
  color: #26313e;
}

.businessDetails-scheme {
  padding: 100px 0;
  background: url(../images/business/business_details_bg1.jpg) no-repeat center;
  background-size: cover;
}
.businessDetails-scheme .schemeBox .text p {
  text-align: justify;
  margin-top: 36px;
  color: #3b4052;
  font-family: ML;
  font-size: 18px;
  line-height: 1.6;
}
.businessDetails-scheme .schemeBox .text img {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1440px) {
  .uniform-heading {
    font-size: 28px;
  }

  .businessDetails-scheme {
    padding: 80px 0;
  }

  .businessDetails-scheme .schemeBox .text p {
    font-size: 16px;
    margin-top: 28px;
  }
}
@media (max-width: 1366px) {
  .uniform-heading {
    font-size: 26px;
  }

  .businessDetails-scheme {
    padding: 60px 0;
  }

  .businessDetails-scheme .schemeBox .text p {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .uniform-heading {
    font-size: 22px;
  }

  .businessDetails-scheme {
    padding: 40px 0;
  }

  .businessDetails-scheme .schemeBox .text p {
    font-size: 14px;
    margin-top: 14px;
  }
}
.businessDetails-territory {
  padding: 110px 0;
  background: url(../images/business/business_details_bg2.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.businessDetails-territory .territoryBox .uniform-heading {
  color: #fff;
  text-align: center;
}
.businessDetails-territory .territoryBox .text {
  margin-top: 14px;
  text-align: center;
}
.businessDetails-territory .territoryBox .text p {
  font-family: ML;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.businessDetails-territory .territoryBox .territoryList {
  margin-top: 46px;
}
.businessDetails-territory .territoryBox .territoryList .swiper-info {
  width: 40%;
  margin: 20px auto;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.businessDetails-territory .territoryBox .territoryList .swiper-info .button-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px #fff solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
}
.businessDetails-territory .territoryBox .territoryList .swiper-info .button-box.swiper-button-disabled {
  opacity: .2;
}
.businessDetails-territory .territoryBox .territoryList .swiper-info .button-box.button-next {
  transform: rotate(180deg);
}
.businessDetails-territory .territoryBox .territoryList .swiper-info .button-box .icon-svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.businessDetails-territory .territoryBox .territoryList .swiper-slide {
  width: calc(25% - 22px);
}
.businessDetails-territory .territoryBox .territoryList .item {
  position: relative;
  overflow: hidden;
}
.businessDetails-territory .territoryBox .territoryList .item .pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.businessDetails-territory .territoryBox .territoryList .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
  transition: all .5s ease;
}
.businessDetails-territory .territoryBox .territoryList .item:hover .pic img {
  filter: grayscale(0);
  transform: scale(1.2);
}
.businessDetails-territory .territoryBox .territoryList .item:hover .bg {
  background: linear-gradient(26deg, #0b70bd 27%, rgba(0, 145, 255, 0.4));
}
.businessDetails-territory .territoryBox .territoryList .item:hover .info.info1 {
  opacity: 0;
}
.businessDetails-territory .territoryBox .territoryList .item:hover .info.info1 .tit {
  transform: translateY(40px);
}
.businessDetails-territory .territoryBox .territoryList .item:hover .info.info2 {
  opacity: 1;
}
.businessDetails-territory .territoryBox .territoryList .item:hover .info.info2 .tit {
  transform: translateY(0);
}
.businessDetails-territory .territoryBox .territoryList .item:hover .info.info2 .text {
  transform: translateY(0);
}
.businessDetails-territory .territoryBox .territoryList .item .info {
  position: absolute;
  top: 0;
  padding: 35px 40px;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: all .5s ease;
}
.businessDetails-territory .territoryBox .territoryList .item .info.info1 {
  background: linear-gradient(26deg, white 27%, rgba(0, 145, 255, 0.4));
  opacity: 1;
}
.businessDetails-territory .territoryBox .territoryList .item .info.info2 {
  opacity: 0;
  background: linear-gradient(26deg, #0b70bd 27%, rgba(0, 145, 255, 0.4));
}
.businessDetails-territory .territoryBox .territoryList .item .info.info2 .tit {
  transform: translateY(-40px);
  transition: all .3s ease;
}
.businessDetails-territory .territoryBox .territoryList .item .info.info2 .tit span {
  color: #fff;
}
.businessDetails-territory .territoryBox .territoryList .item .info .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
}
.businessDetails-territory .territoryBox .territoryList .item .info .tit span {
  font-family: ML;
  font-size: 26px;
  color: #26313e;
  line-height: 1;
}
.businessDetails-territory .territoryBox .territoryList .item .info .tit i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px rgba(43, 54, 67, 0.3) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessDetails-territory .territoryBox .territoryList .item .info .tit i .icon-svg {
  width: 18px;
  height: 18px;
  fill: #26313e;
}
.businessDetails-territory .territoryBox .territoryList .item .info .text {
  margin-top: 14px;
  transition: all .3s ease;
  transform: translateY(-40px);
}
.businessDetails-territory .territoryBox .territoryList .item .info .text p {
  font-family: ML;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 1440px) {
  .businessDetails-territory {
    padding: 80px 0;
  }
}
@media (max-width: 1366px) {
  .businessDetails-territory {
    padding: 60px 0;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info {
    padding: 25px 30px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .tit span {
    font-size: 22px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .text {
    margin-top: 10px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .text p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 1199px) {
  .businessDetails-territory .territoryBox .territoryList .item .info {
    padding: 35px 40px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .tit span {
    font-size: 26px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .text {
    margin-top: 14px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .text p {
    font-size: 18px;
    line-height: 1.6;
  }

  .businessDetails-territory .territoryBox .territoryList .swiper-info {
    display: flex;
  }
}
@media (max-width: 768px) {
  .businessDetails-territory {
    padding: 40px 0;
  }

  .businessDetails-territory .territoryBox .text {
    margin-top: 10px;
  }

  .businessDetails-territory .territoryBox .text p {
    font-size: 14px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info {
    padding: 10px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .tit span {
    font-size: 16px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .text {
    margin-top: 10px;
  }

  .businessDetails-territory .territoryBox .territoryList .item .info .text p {
    font-size: 12px;
    line-height: 1.4;
  }
}
.businessDetails-category {
  padding: 110px 0;
  background: url(../images/business/business_details_bg3.jpg) no-repeat center;
  background-size: cover;
}
.businessDetails-category .categoryBox .uniform-heading {
  text-align: center;
}
.businessDetails-category .categoryBox .tabList {
  margin: 50px 0 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.businessDetails-category .categoryBox .tabList .item {
  position: relative;
  padding: 0 36px;
  height: 56px;
  border-top: 1px solid #ccd1d5;
  border-bottom: 1px solid #ccd1d5;
  border-left: 1px #ccd1d5 solid;
  font-family: ML;
  line-height: 1;
  font-size: 18px;
  color: #3b4052;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.businessDetails-category .categoryBox .tabList .item:first-child {
  border-left: 1px #ccd1d5 solid;
}
.businessDetails-category .categoryBox .tabList .item:last-child {
  border-right: 1px #ccd1d5 solid;
}
.businessDetails-category .categoryBox .tabList .item.on {
  background: #0b70bd;
  color: #fff;
  border-top: 1px #0b70bd solid;
  border-bottom: 1px #0b70bd solid;
}
.businessDetails-category .categoryBox .categorySwiper {
  position: relative;
  width: 100%;
}
.businessDetails-category .categoryBox .categorySwiper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.businessDetails-category .categoryBox .categorySwiper .item .icon {
  margin-bottom: 38px;
  border: 1px #1e7bc2 dashed;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessDetails-category .categoryBox .categorySwiper .item .icon span {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(11, 112, 189, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessDetails-category .categoryBox .categorySwiper .item .icon span img {
  width: 60%;
}
.businessDetails-category .categoryBox .categorySwiper .item .text {
  text-align: center;
}
.businessDetails-category .categoryBox .categorySwiper .item .text p {
  font-family: ML;
  font-size: 26px;
  line-height: 1.4;
  color: #3b4052;
}
.businessDetails-category .categoryBox .categorySwiper .item .pic {
  margin-top: 34px;
  width: 500px;
}
.businessDetails-category .categoryBox .categorySwiper .item .pic a {
  display: block;
}
.businessDetails-category .categoryBox .categorySwiper .item .pic a img {
  width: 100%;
}
.businessDetails-category .categoryBox .swiper-info {
  position: absolute;
  top: 25%;
  width: 100%;
  border-right: rgba(255, 255, 255, 0.1) 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.businessDetails-category .categoryBox .swiper-info .button-box {
  width: 84px;
  height: 84px;
  border: 1px rgba(184, 187, 195, 0.3) solid;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.businessDetails-category .categoryBox .swiper-info .button-box.button-next {
  transform: rotate(180deg);
}
.businessDetails-category .categoryBox .swiper-info .button-box .icon-svg {
  width: 30px;
  height: 30px;
  fill: #26313e;
}
.businessDetails-category .categoryBox .swiper-info .button-box:hover {
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.businessDetails-category .categoryBox .swiper-info .button-box.swiper-button-disabled {
  opacity: .2;
}

@media (max-width: 1440px) {
  .businessDetails-category {
    padding: 80px 0;
  }

  .businessDetails-category .categoryBox .categorySwiper .item .text p {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .businessDetails-category {
    padding: 60px 0;
  }

  .businessDetails-category .categoryBox .categorySwiper .item .text p {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .businessDetails-category .categoryBox .tabList {
    margin: 40px 0 50px;
  }

  .businessDetails-category .categoryBox .tabList .item {
    padding: 0 20px;
    font-size: 16px;
  }

  .businessDetails-category .categoryBox .swiper-info .button-box {
    width: 64px;
    height: 64px;
  }

  .businessDetails-category .categoryBox .swiper-info .button-box .icon-svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .businessDetails-category {
    padding: 40px 0;
  }

  .businessDetails-category .categoryBox .tabList {
    margin: 30px 0 40px;
  }

  .businessDetails-category .categoryBox .tabList .item {
    padding: 0 10px;
    width: 25%;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }

  .businessDetails-category .categoryBox .swiper-info .button-box {
    width: 34px;
    height: 34px;
  }

  .businessDetails-category .categoryBox .swiper-info .button-box .icon-svg {
    width: 14px;
    height: 14px;
  }

  .businessDetails-category .categoryBox .categorySwiper .item .icon {
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
  }

  .businessDetails-category .categoryBox .categorySwiper .item .icon span {
    width: 54px;
    height: 54px;
  }

  .businessDetails-category .categoryBox .swiper-info {
    top: 14%;
  }

  .businessDetails-category .categoryBox .categorySwiper .item .text p {
    font-size: 16px;
  }

  .businessDetails-category .categoryBox .categorySwiper .item .pic {
    width: 100%;
  }
}
.businessDetails-capacity {
  padding: 110px 0;
  background: #fff;
  overflow: hidden;
}
.businessDetails-capacity .capacityBox .uniform-heading {
  text-align: center;
  margin-bottom: 50px;
}
.businessDetails-capacity .capacityBox .capacityList ul {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-column-gap: 30px;
}
.businessDetails-capacity .capacityBox .capacityList ul li {
  margin-bottom: 30px;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item {
  position: relative;
  padding: 40px;
  background: rgba(11, 112, 189, 0.06);
  height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #0b70bd;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/business/capacity-hover.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all .3s ease;
  border-bottom: 6px #a6c7e2 solid;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item:hover {
  border-bottom: 0;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item:hover .bg {
  opacity: 1;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item:hover .tit {
  color: #fff;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item:hover .text p {
  color: #fff;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item .tit {
  position: relative;
  z-index: 2;
  font-family: MN;
  font-size: 26px;
  color: #26313e;
  transition: all .3s ease;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item .text {
  position: relative;
  z-index: 2;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item .text p {
  text-align: justify;
  font-family: ML;
  font-size: 18px;
  color: #3b4052;
  line-height: 1.6;
  transition: all .3s ease;
}
.businessDetails-capacity .capacityBox .capacityList ul li .item .num {
  position: relative;
  z-index: 2;
  font-family: GM;
  font-size: 40px;
  color: #b3d0e8;
  transition: all .3s ease;
}

@media (max-width: 1440px) {
  .businessDetails-capacity {
    padding: 80px 0;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .businessDetails-capacity .capacityBox .uniform-heading {
    margin-bottom: 40px;
  }

  .businessDetails-capacity {
    padding: 60px 0;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item {
    height: 250px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item .tit {
    font-size: 24px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item .text p {
    font-size: 16px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item .num {
    font-size: 34px;
  }
}
@media (max-width: 990px) {
  .businessDetails-capacity .capacityBox .capacityList ul {
    grid-column-gap: 20px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .businessDetails-capacity .capacityBox .uniform-heading {
    margin-bottom: 30px;
  }

  .businessDetails-capacity {
    padding: 40px 0;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item .text {
    height: 100%;
    padding: 10% 0;
  }

  .businessDetails-capacity .capacityBox .capacityList ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-column-gap: 15px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li {
    margin-bottom: 15px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item {
    padding: 15px;
    height: 220px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item .tit {
    font-size: 16px;
  }

  .businessDetails-capacity .capacityBox .capacityList ul li .item .text p {
    font-size: 14px;
  }
}
.businessDetails-classic {
  padding: 110px 0;
  background: #edf3f9;
  overflow: hidden;
}
.businessDetails-classic .classicBox .uniform-heading {
  margin-bottom: 56px;
  text-align: center;
}
.businessDetails-classic .classicBox .classicSwiper {
  position: relative;
  z-index: 3;
}
.businessDetails-classic .classicBox .classicSwiper:hover .button-box {
  opacity: 1;
}
.businessDetails-classic .classicBox .classicSwiper .button-box {
  position: absolute;
  bottom: -42px;
  opacity: 1;
  width: 84px;
  height: 84px;
  border: 1px rgba(129, 129, 129, 0.6) solid;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: .3s ease;
}
.businessDetails-classic .classicBox .classicSwiper .button-box:hover {
  border: 1px rgba(0, 0, 0, 0.7) solid;
}
.businessDetails-classic .classicBox .classicSwiper .button-box .icon-svg {
  width: 24px;
  height: 24px;
}
.businessDetails-classic .classicBox .classicSwiper .button-box.swiper-button-disabled {
  opacity: .2;
}
.businessDetails-classic .classicBox .classicSwiper .button-box.button-prev {
  left: -124px;
  transform: rotate(270deg);
}
.businessDetails-classic .classicBox .classicSwiper .button-box.button-next {
  right: -124px;
  transform: rotate(-90deg);
}
.businessDetails-classic .classicBox .classicSwiper .item {
  height: 390px;
  display: flex;
  overflow: hidden;
}
.businessDetails-classic .classicBox .classicSwiper .item .pic {
  position: relative;
  width: 50%;
}
.businessDetails-classic .classicBox .classicSwiper .item .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.businessDetails-classic .classicBox .classicSwiper .item .pic a .icon {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessDetails-classic .classicBox .classicSwiper .item .pic a .icon .icon-svg {
  position: relative;
  top: 24px;
  left: 24px;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.businessDetails-classic .classicBox .classicSwiper .item .pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.businessDetails-classic .classicBox .classicSwiper .item .info {
  width: 50%;
  padding: 60px;
  background: url(../images/business/classicSwiper_bg.jpg) no-repeat center;
  background-size: cover;
}
.businessDetails-classic .classicBox .classicSwiper .item .info .tit {
  font-family: MM;
  font-size: 26px;
  color: #fff;
}
.businessDetails-classic .classicBox .classicSwiper .item .info .text {
  margin-top: 20px;
  height: 62%;
  padding-right: 10px;
  overflow-y: auto;
}
.businessDetails-classic .classicBox .classicSwiper .item .info .text p {
  text-align: justify;
  font-weight: normal;
  font-family: ML;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.businessDetails-classic .classicBox .swiper-number {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(11, 112, 189, 0.1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.businessDetails-classic .classicBox .swiper-number .box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(11, 112, 189, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.businessDetails-classic .classicBox .swiper-number .box div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0b70bd, #0b70bd);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.businessDetails-classic .classicBox .swiper-number .box div span {
  color: #fff;
  font-family: MR;
  font-size: 18px;
}
.businessDetails-classic .classicBox .swiper-number .box div span:first-child {
  font-size: 26px;
}
.businessDetails-classic .classicBox .swiper-number .box div span:last-child {
  position: relative;
  top: 2px;
}
.businessDetails-classic .classicBox .classicSwiper2 {
  position: relative;
  height: 150px;
  background: linear-gradient(0deg, #fff, transparent);
  display: flex;
  align-items: center;
  z-index: 1;
}
.businessDetails-classic .classicBox .classicSwiper2 .cover {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, #fff);
  width: 50px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.businessDetails-classic .classicBox .classicSwiper2 .swiper-container {
  width: 100%;
}
.businessDetails-classic .classicBox .classicSwiper2 .swiper-slide {
  margin-top: 50px;
  text-align: center;
  font-family: MM;
  font-size: 16px;
  line-height: 1.6;
  color: #26313e;
  opacity: .4;
  cursor: pointer;
  transition: all .3s ease;
}
.businessDetails-classic .classicBox .classicSwiper2 .swiper-slide.on {
  opacity: 1;
}

@media (max-width: 1560px) {
  .businessDetails-classic .classicBox .classicSwiper .button-box {
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-color: #fff;
  }
  .businessDetails-classic .classicBox .classicSwiper .button-box .icon-svg {
    fill: #fff;
  }
  .businessDetails-classic .classicBox .classicSwiper .button-box:hover {
    border-color: #fff;
  }

  .businessDetails-classic .classicBox .classicSwiper .button-box.button-prev {
    left: 20px;
  }

  .businessDetails-classic .classicBox .classicSwiper .button-box.button-next {
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .businessDetails-classic .classicBox .uniform-heading {
    margin-bottom: 46px;
  }

  .businessDetails-classic {
    padding: 80px 0;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info {
    padding: 50px;
  }

  .businessDetails-classic .classicBox .swiper-number {
    bottom: 80px;
    transform: scale(0.8);
  }
}
@media (max-width: 1366px) {
  .businessDetails-classic .classicBox .uniform-heading {
    margin-bottom: 36px;
  }

  .businessDetails-classic {
    padding: 60px 0;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .businessDetails-classic .classicBox .classicSwiper .item .info {
    padding: 30px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item {
    height: 340px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .tit {
    font-size: 24px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .businessDetails-classic .classicBox .classicSwiper .item {
    height: 300px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info {
    padding: 25px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .tit {
    font-size: 18px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .text {
    margin-top: 14px;
  }

  .businessDetails-classic .classicBox .classicSwiper .button-box {
    width: 34px;
    height: 34px;
  }

  .businessDetails-classic .classicBox .classicSwiper .button-box .icon-svg {
    width: 20px;
    height: 20px;
  }

  .businessDetails-classic .classicBox .swiper-number {
    bottom: 80px;
    transform: scale(0.6);
  }

  .businessDetails-classic .classicBox .classicSwiper2 .swiper-slide {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .businessDetails-classic {
    padding: 40px 0;
  }

  .businessDetails-classic .classicBox .uniform-heading {
    margin-bottom: 22px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item {
    height: auto;
    flex-direction: column;
  }
  .businessDetails-classic .classicBox .classicSwiper .item > div {
    width: 100% !important;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info {
    padding: 20px 20px 60px;
    height: 280px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .tit {
    font-size: 16px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .text {
    margin-top: 10px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .info .text p {
    font-size: 14px;
  }

  .businessDetails-classic .classicBox .classicSwiper .button-box {
    bottom: 30px;
  }

  .businessDetails-classic .classicBox .classicSwiper2 .swiper-slide {
    font-size: 12px;
  }

  .businessDetails-classic .classicBox .classicSwiper2 {
    height: 90px;
  }

  .businessDetails-classic .classicBox .swiper-number {
    bottom: 35px;
  }

  .businessDetails-classic .classicBox .classicSwiper .item .pic a .icon {
    transform: scale(0.7);
  }
}
.aboutBrand {
  padding: 110px 0;
  border-bottom: 1px solid #e8edf1;
}
.aboutBrand .headline {
  font-family: MR;
  font-size: 36px;
  color: #26313e;
  text-align: center;
}
.aboutBrand .brand-list {
  margin-top: 60px;
  border-top: 1px #e6e9f2 solid;
  display: flex;
  flex-wrap: wrap;
}
.aboutBrand .brand-list li {
  position: relative;
  display: block;
  width: 20%;
  border: 1px #e6e9f2 solid;
  border-top: 0;
  border-left: 0;
  transition: all 0.3s ease;
}
.aboutBrand .brand-list li:hover {
  box-shadow: 0 0 54px 0 rgba(24, 71, 151, 0.13);
  z-index: 2;
}
.aboutBrand .brand-list li img {
  width: 100%;
}
.aboutBrand .box {
  margin-top: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutBrand .box .btn-load-more {
  font-size: 18px;
  color: #26313e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutBrand .box .btn-load-more .icon-svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  animation: loading 2s infinite linear;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1440px) {
  .aboutBrand {
    padding: 90px 0;
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .aboutBrand {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .aboutBrand {
    padding: 70px 0;
  }
}
@media (max-width: 990px) {
  .aboutBrand {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .aboutBrand {
    padding: 0 0 30px;
  }

  .aboutBrand .headline {
    font-size: 22px;
  }

  .aboutBrand .brand-list {
    margin-top: 30px;
  }

  .aboutBrand .brand-list li {
    width: 33.33%;
  }

  .aboutBrand .box {
    margin-top: 20px;
  }

  .aboutBrand .box .btn-load-more {
    font-size: 16px;
  }
}

/*# sourceMappingURL=about-business.css.map */
