/** styles for index page **/

.banner {
  width: 100%;
  height: 37.5rem;
  margin: 7.5rem 0 4rem;
  color: #fff;
  background-image: linear-gradient(to left, #6b7bd0, #334abf);
}

.ban-bj {
  background: url(../img/Inside-banner.jpg) no-repeat center;
  width: 100%;
   height: 100%;
}

.ban-text {
  font-size: 2.7rem;
  text-transform: uppercase;
  float: left;
  padding: 9.5rem 0 0 10%;
}

.ban-text h1 {
  font-size: 4.8rem;
}

.ban-text p {
  padding-top: 2rem;
  position: relative;
}

.ban-text p::before {
  content: '';
  background: #fdaf4c;
  width: 13.13rem;
  height: 1rem;
  position: absolute;
  bottom: -4rem;
  left: 0;
}

.ban-img {
  float: right;
  padding: 2.5rem 6% 0 0;
}

.busines-box {
  padding-bottom: 4rem;
}

.busines-lf {
  width: 50%;
  float: left;
  line-height: 3rem;
  display: flex;
}

.busines-lf section:last-child {
  flex: 1;
  padding: 0 3.12rem;
}

.busines-lf h2 {
  font-size: 1.75rem;
  color: #333;
  font-weight: normal;
}

.busines-lf p{
  font-size: 1.2rem;
  color: #999;
}

.busines-lf p:nth-child(2) {
  font-size: 1.5rem;
  color: #333;
}

.busines-last section:last-child {
  width: 100%;
}

.busines-last section {
  padding-bottom: 1rem;
}

.pro-img {
  width: 100%;
  text-align: center;
  padding-bottom: 6rem;
}

@media screen and (max-width: 1680px) {
  
}

@media screen and (max-width: 1440px) { 
  .banner {
    height: 30rem;
  }

  .ban-text {
    font-size: 2rem;
    text-transform: uppercase;
    float: left;
    padding: 7.5rem 0 0 10%;
  }
  
  .ban-text h1 {
    font-size: 4rem;
  }

  .ban-text p::before {
    content: '';
    background: #fdaf4c;
    width: 13.13rem;
    height: 0.7rem;
    position: absolute;
    bottom: -3rem;
    left: 0;
  }

  .ban-img {
    padding-top: 4rem;
  }

  .ban-img img {
    width: 34rem;
  }

  .pro-img img {
    width: 90%;
  }

  .busines-lf {
    line-height: 2.3rem;
  }

  .busines-lf h2 {
    font-size: 1.55rem;
    color: #333;
    font-weight: normal;
  }
  
  .busines-lf p{
    font-size: 1rem;
    color: #999;
  }
  
  .busines-lf p:nth-child(2) {
    font-size: 1.2rem;
    color: #333;
  }
}


@media screen and (max-width: 1080px) {
  
}


@media screen and (max-width: 750px) {
  .title h2 {
    font-size: 1.2rem;
  }

  .banner {
    margin-bottom: 2rem;
  }

  .ban-text {
    font-size: 1rem;
    padding: 3rem 0 0 10%;
  }
  
  .ban-text h1 {
    font-size: 2rem;
  }

  .ban-text p::before {
    height: 0.7rem;
    bottom: -3rem;
  }

  .ban-img {
    text-align: center;
    padding: 3rem 0 0 0;
  }

  .ban-img img {
    width: 80%;
  }

  .ban-text p {
    padding-top: 1rem;
  }

  .ban-text p::before {
    width: 10rem;
    height: 0.5rem;
    bottom: -1.5rem;
  }

  .business-list {
    padding-bottom: 2rem;
  }

  .busines-lf {
    width: 100%;
  }

  .busines-lf section:last-child {
    padding: 0 0 0 2rem;
  }

  .busines-box {
    padding-bottom: 2rem;
  }
}
