/** 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;
}

.development {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 66px 0;
  margin-bottom: 5rem;
  
}

.development::before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 4px dotted #4f638f;
  top: 0;
  left: 50%;
  margin-left: -2px;
}

.development img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -26.5px;
}

.development > section:nth-child(even) {
  margin-top: 5rem;
  padding-left: 50%;
  margin-left: -31px;

}

.development > section:nth-child(even) > section {
  background: url(../img/development-03.png) no-repeat left top;
  padding-left: 5rem;
}

.development > section:nth-child(even) > section h2 {
  background: url(../img/development-04.png) no-repeat left top;
  background-size: 100% 100%;
  height: 3.62rem;
  line-height: 3.62rem;
  color: #fff;
  width: 11.8rem;
  padding-left: 3.3rem;
  box-sizing: border-box;
  font-size: 1.45rem;
}

.development > section:nth-child(even) > section p {
  padding: 1.25rem 0 0 1.6rem;
  font-size: 1.25rem;
}

.development > section:nth-child(odd) {
  margin-right: -31px;
  padding-right: 50%;
  margin-top: 5rem;
}

.development > section:nth-child(odd) > section {
  background: url(../img/development-03.png) no-repeat right top;
  text-align: right;
  padding-right: 5rem;
}

.development > section:nth-child(odd) > section > h2 {
  background: url(../img/development-05.png) no-repeat right top;
  background-size: 100% 100%;
  height: 3.62rem;
  line-height: 3.62rem;
  color: #fff;
  width: 11.8rem;
  padding-right: 3.3rem;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.45rem;
}

.development > section:nth-child(odd) > section p {
  padding: 1.25rem 1.6rem 0 0;
  font-size: 1.25rem;
}

@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: 2rem;
  }

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


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


@media screen and (max-width: 750px) {
  .development > section:nth-child(even) {
    margin-top: 3rem;
    margin-left: -25px;
  }

  .development > section:nth-child(odd) {
    margin-top: 3rem;
    margin-right: -25px;
  }

  .development > section:nth-child(even) > section {
    background-size: 50px;
    padding-left: 4.5rem;
  }

  .development > section:nth-child(odd) > section {
    background-size: 50px;
    padding-right: 4.5rem;
  }

  .development > section:nth-child(even) > section p {
    padding: 1.25rem 0 0 1.6rem;
    font-size: 1rem;
  }

  .development > section:nth-child(odd) > section p {
    padding: 1.25rem 1.6rem 0 0;
    font-size: 1rem;
  }

  .development > section:nth-child(odd) > section > h2 {
    height: 3rem;
    line-height: 3rem;
    width: 10rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
  }

  .development > section:nth-child(even) > section > h2 {
    height: 3rem;
    line-height: 3rem;
    width: 10rem;
    padding-left: 2.6rem;
    font-size: 1.25rem;
  }

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

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

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