.banner {
  background: url("../images/banner.jpg") center no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.banTxt {
  max-width: 535px;
  margin: 95px 0 0;
}

.banTxt h1 {
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #006bb7;
}

.banTxt p {
  margin: 25px 0 45px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #313131;
}

.skip {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.skip a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 199px;
  height: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 2px solid #006bb7;
  border-radius: 26px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
}

.skip a:first-child {
  background: #006bb7;
  color: #fff;
}

.skip a:last-child {
  color: #006bb7;
}

.business {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.business .business-box{
  display: flex;
  flex-wrap: wrap;
}

.business .business-box a{
  width: 25%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

/* .busSwiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 30px;
} */

.busSwiper h4 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
  margin: 10px 0;
}

.business-color1{
  color: #199ab2;
}

.business-color2{
  color: #8e67db;
}

.business-color3{
  color: #e97f98;
}

.business-color4{
  color: #82a15d;
}

.business-color5{
  color: #e9439f;
}

.business-color6{
  color: #c68f63;
}

.busMg {
  width: 100%;
  height: 200px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}

.busMg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.busSwiper .swiper-button-next:after,
.busSwiper .swiper-button-prev:after {
  font-size: 36px;
}

.digit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin: 160px 0 190px;
}

.digMg {
  height: 100px;
  margin: 0 0 40px;
}

.digMg img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

.digTxt h4 {
  font-size: 60px;
  letter-spacing: 0px;
  color: #313131;
}

.digTxt h5 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #313131;
  margin: 15px 0 0;
}

@media only screen and (max-width:999px) {
  .banTxt h1 {
		font-size: 26px;
    text-align: center;
	}
  .banTxt {
      max-width: 100%;
      margin: 35px 0 0;
  }
  .banTxt p {
      margin: 20px 0 20px;
      font-size: 16px;
      line-height: 24px;
  }
  .skip a{
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
  .banCont{
    padding: 40px 0 30px;
  }
  .busSwiper .swiper-button-next:after, .busSwiper .swiper-button-prev:after{display: none;}
  .busSwiper h4 {
    font-size: 24px;
}
.banner{background: transparent;}

.busSwiper a {
  width: 100% !important;
  padding: 20px 10px;
}
.digit {
  grid-template-columns: repeat(1, 1fr);
  margin: 30px 0;
}
.digMg {
  height: 60px;
  margin: 0 0 20px;
}
.digit li{margin-bottom: 20px;}
.digTxt h4 {
  font-size: 30px;
}
.digTxt h5 {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.skip{justify-content: center;gap: 15px;}
}