/** 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: 4rem 10% 0 0;
}


.about-box-01 {
  width: 100%;
  padding-bottom: 4rem;
}

.about-text {
  width: 50%;
  font-size: 1.25rem;
  color: #333;
  line-height: 2.19rem;
  float: left;
  box-sizing: border-box;
  padding-right: 2.5rem;
  text-indent: 2em;
}

.about-text p {
  padding-bottom: 2.5rem;
}

.about-text p:last-child {
  padding-bottom: 0;
}

.about-tu {
  width: 50%;
  float: left;
  overflow: hidden;
}

.about-tu img {
  width: 100%;
}

.our-box {
  background: #f7f7f7;
  width: 100%;
  padding: 3.75rem 4%;
  box-sizing: border-box;
  margin-bottom: 4rem;
}

.our-list ul li {
  width: 33.33%;
  text-align: center;
  font-size: 1.37rem;
  line-height: 2.5rem;
  float: left;
  padding: 0 4rem;
  box-sizing: border-box;
}

.our-list ul li h2 {
  background: url(../img/about-02.png) no-repeat center center;
  width: 8.75rem;
  height: 7.88rem;
  color: #4f638f;
  font-size: 3.25rem;
  line-height: 7.88rem;
  display: inline-block;
  margin-bottom: 1.87rem;
}


.team {
  font-size: #333;
  font-size: 1.25rem;
  line-height: 2.2rem;
  text-indent: 2em;
  padding-bottom: 4rem;
}

@media screen and (max-width: 1800px) {
  .about-text {
    font-size: 1.2rem;
    line-height: 2.14rem;
  }
}

@media screen and (max-width: 1680px) {
  .about-text {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}

@media screen and (max-width: 1440px) { 
  .about-text {
    font-size: 0.87rem;
    line-height: 1.8rem;
  }

  .about-text p {
    padding-bottom: 2rem;
  }
  
  .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: 3rem;
  }

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

}

@media screen and (max-width: 1200px) {
  .about-text {
    width: 100%;
    padding-bottom: 1rem;
    line-height: 2rem;
  }
  .about-text p {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 1080px) {
  .ban-img {
    padding: 3rem 0 0 0;
  }

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

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

  .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: 64%;
  }

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

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

  .about-text {
    width: 100%;
    padding: 0 0 2rem 0;
  }

  .about-tu {
    width: 100%;
  }

  .our-box {
    padding: 2rem 2%;
  }

  .our-list ul li h2 {
    background-size: 100% 100%;
    font-size: 2.4rem;
    width: 7rem;
    height: 6rem;
    line-height: 6rem;
  }

  .our-list ul li {
    width: 100%;
    padding: 0 1rem 2rem;
    font-size:1.1rem;
  }
}
