.bus-first {
  margin-top: 3rem;
  position: relative;
  padding-top: 60px;
}
.bus-fist-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
}
.bus-fist-bg img {
  width: 100%;
}
.bus-fist-txt {
  position: absolute;
  right: 0;
  top: 60px;
  width: 60%;
  background: #f5f5f5;
}
.bus-fist-txt div {
  padding: 3rem;
  width: 70%;
}
.bus-fist-txt div h1 {
  font-size: 1.2rem;
}
.bus-fist-txt div p {
  font-size: 1rem;
  line-height: 2rem;
}
.bus-first .container {
  background: #f5f5f5;
  height: 100%;
}
.bus-second .container{
  position: relative;
  padding: 0;
}
.bus-second-tl {
  position: absolute;
  top: -45px;
  width: 200px;
  height: 90px;
  line-height: 90px;
  background: #9c1d22;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  z-index: 10;
}

.bus-second-txt {
  display: flex;
  border-left: 1px solid #dfdfdf;
}
.bus-second-txt > div {
  width: 33.3%;
  border-right: 1px solid #dfdfdf;
  padding-top: 90px;
  padding-bottom: 60px;
}
.bus-icon04 {
  background: url("../../images/bus-icon04.png") no-repeat center right;
  background-size: 60px;
  width: 90%;
  height: 60px;
}
.bus-second-txt > div > .bus-second-txt-content {
  width: 80%;
  min-height: 240px;
  margin: 0 auto;
}
.bus-icon {
  display: block;
  width: 40px;
  height: 60px;
}
.bus-icon01 {
  background: url("../../images/bus-icon01.png") no-repeat center center;
  background-size: 40px;
}
.bus-icon02 {
  background: url("../../images/bus-icon02.png") no-repeat center center;
  background-size: 40px;
}
.bus-icon03 {
  background: url("../../images/bus-icon03.png") no-repeat center center;
  background-size: 40px;
}
.bus-second-txt > div > .bus-second-txt-content h3 {
  font-size: 1.1rem;
}
.bus-second-txt > div > .bus-second-txt-content p {
  line-height: 1.8rem;
  margin-top: 1.4rem;
}

.bus-third {
  background: url("../../images/businessbg.jpg") no-repeat top;
  background-size: 100% auto;
  padding-top: 280px;
}
.bus-third-1 {
  width: 66.7%;
}
.bus-third-1 .bus-third-1-top {
  position: relative;
  background: rgba(255,255,255,0.5);
  padding-top: 60px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.bus-icon05 {
  position: absolute;
  top: -10px;
  left: 30px;
  display: block;
  width: 48px;
  height: 48px;
  background: url("../../images/bus-icon05.png") no-repeat center center;
  background-size: cover;
  z-index: 10;
}/**/
.bus-third-1 .bus-third-1-top h3 {
  letter-spacing: 2px;
}
.bus-third-1-left,
.bus-third-1-right {
  width: 50%;
  padding-bottom: 28px;
}
.bus-third-1-left h4,
.bus-third-1-right h4,
.bus-fourth-left > div > h4 {
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-left: 2rem;
  margin-top: 2rem;
}
.bus-third-1-left ul,
.bus-third-1-right ul,
.bus-fourth-left > div > ul {
  margin-left: 2rem;
  margin-top: 1rem;
  list-style: inside;
  line-height: 2rem;
  margin-right: 1rem;
}
.bus-third-1-left {
  background: #f5f5f5;
}
.bus-third-1-right h4,
.bus-third-1-right {
  color: #fff;
}

.bus-third-2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 33.3%;
  background: linear-gradient(to bottom, rgba(105,110,142,.5), #656c8b, #4b5270);
  text-align: center;
  padding-bottom: 1rem;
}
.bus-third-2 img {
  width: 80%;
}

.bus-fourth-left {
  width: 66.7%;
  flex-wrap: wrap;
}
.bus-fourth-left > div {
  width: 50%;
  padding-bottom: 2rem;
}
.bus-fourth-right {
  width: 33.3%;
  background: url("../../images/bus-bg02.jpg") no-repeat  center top;
}
.bus-bg {
  background: #f5f5f5;
}

@media (max-width: 991px) {
  .bus-first {
    margin-top: 2rem;
    padding-top: 0;
  }
  .bus-fist-bg {
    position: static;
    width: 100%;
  }
  .bus-fist-bg img {
    width: 100%;
  }
  .bus-fist-txt {
    position: static;
    width: 100%;
    background: none;
  }
  .bus-fist-txt div {
    padding: 1rem;
    width: 100%;
  }
  .bus-first .container {
    display: none;
  }
  .bus-second .container{
    position: static;
    padding: 0;
  }
  .bus-second-tl {
    position: static;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 60px;
  }
  .bus-third {
    background: url("../../images/businessbg.jpg") no-repeat top;
    background-size: 100% auto;
    padding-top: 120px;
  }
  .bus-third-1 {
    width: 100%;
  }
  .bus-third-1 .bus-third-1-top {
    position: relative;
    background: rgba(255,255,255,0.5);
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .bus-third-2,.bus-fourth-right {
    display: none;
  }
  .bus-third-1-left, .bus-third-1-right {
    width: 100%;
    padding-bottom: 15px;
    color: #1f1b1a;
  }
  .bus-third-1-right h4 {
    color: #1f1b1a;
  }
  .bus-fourth-left,
  .bus-fourth-left > div{
    width: 100%;
  }
  .bus-fourth-left > div {
    margin-top: 1rem;
  }
  .bus-fourth-left {
    padding-bottom: 100px;
  }
  .bus-fourth-1,.bus-fourth-5{
    background: #f5f5f5;
  }
  .bus-fourth-2 {
    background: #fff !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .bus-fist-txt div {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bus-third-1,
  .bus-fourth-left{
    width: 80%;
  }
  .bus-third-2,
  .bus-fourth-right{
    width: 20%;
  }
  .bus-third {
    padding-top: 80px;
  }
  .bus-third-1 .bus-third-1-top {
    padding-top: 20px;
  }
  .bus-third-1-right {
    background: rgba(0,0,0,0.5);
  }
  .bus-third-1-left h4,
  .bus-third-1-right h4,
  .bus-fourth-left > div > h4 {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-left: 1rem;
    margin-top: 2rem;
  }
  .bus-third-1-left ul,
  .bus-third-1-right ul,
  .bus-fourth-left > div > ul {
    margin-left: 1rem;
    margin-top: 1rem;
    list-style: inside;
    line-height: 2rem;
    margin-right: 1rem;
  }
  .bus-fourth-1 {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bus-fist-txt div {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .bus-third {
    background-size: auto 672px;
  }
}
@media (min-width: 1080px) {
  .bus-third {
    background-size: auto 672px;
  }
}
@media (min-width: 1200px) {
  .bus-third {
    background-size: auto 638px;
  }
}
@media (min-width: 1440px) {
  .bus-third {
    background-size: 100% 608px;
  }
}

.business-con {
  background: url("../../images/business-con-bg.jpg") center center / cover no-repeat local;
  padding: 60px 0;
}
.business-con h3,
.business-con h4 {
  text-align: center;
}
.business-con h3 i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin: 0 8px;
  vertical-align: middle;
}
.business-con form {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
}
.business-con form .form-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.business-con form .form-group label {
  width: 98px;
  color: #fff;
  margin-left: 20px;
}
.business-con form .form-group input,
.business-con form button{
  appearance: none;
  background: transparent;
  font-size: 1rem;
  color: white;
}
.business-con form .form-group input {
  border: none;
  padding: 30px 0;
  box-shadow: none;
}
.business-con form .form-group:hover {
  border-bottom: 1px solid var(--primary-color);
}
.business-con form  button {
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-top: 30px;
  line-height: inherit;
  height: 68px;
  width: 100%;
}
.business-con form button:hover {
  background: var(--primary-color);
  color: #fff;
  border: none;

}