.section-header {
  margin-bottom: 50px;
}

.section-header p {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  width: 70rem;
}

.section-header .section-title {
  font-size: 4rem;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  font-family: PingFangSC-Regular;

  display: block;
  text-align: center;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 2px;
  bottom: -5px;
  right: 0;
  background: rgb(249, 105, 14);
  margin: 0 auto;
  left: 0;
  right: 0;
}


#hero-banner .carousel-inner img {
  width: 100%;
  height: 70rem;
}

#hero-banner h2 {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .5);
  z-index: 10;
}

#features h2,
#portfolio p {
  color: #C3C3C3;
}

#features {
  padding: 100px 0;
  background: #FFFFFF;
  color: #000;
}

#features .media.service-box:first-child {
  margin-top: 80px;
}

#services,
#features,
#products {
  padding: 100px 0 75px;
}

#service-divider {
  padding: 40px 0 75px;
  background: #f9f9f9;
  overflow: hidden;
}

#service-divider .right-rect {
  position: relative;
  bottom: -2rem;
  left: 96rem;
  z-index: 10;
  width: 12rem;
  height: 12rem;
  background: #f96a0f;
}

#services {
  background: #3d3e48;
}

#services .service-head-box {
  position: relative;
  bottom: 21rem;
  width: 90rem;
  padding-top: 4rem;
  height: 30rem;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(61, 62, 72, .1);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 响应式媒体查询 1000px以下时 宽度撑满 */
@media (max-width: 1000px) {
  #services .service-head-box {
    width: 100%;
    height: fit-content;
    padding-bottom: 4rem;
  }

  .section-header p {
    width: 100%;
    padding: 0 4rem;
  }
}

#services .service-img {
  text-align: center;
  margin-top: -150px;
}

#services .service-img img {
  height: 30%;
}
/* 
#about {
  background: #fff;
  background-size: cover;
  padding: 100px 0;
  color: #000;
}

#about h2 {
  color: #000;
}

.about-area {
  padding-bottom: 60px;
}

#about .section-content {
  width: 80rem;
  height: 36rem;
  background: #f6f7fb;
  padding: 8rem 7rem 5rem 20rem;
  float: right;
  margin-top: 1rem;
  position: relative;
}

#about .section-content .line {
  height: 1px;
  width: 10rem;
  border-top: 1px solid #a9a9a9;
  margin: 2rem 0 4rem;
}

#about .section-content .title {
  font-size: 18px;
  font-weight: 400;
  color: #131418;
}

#about .section-content .text-content p {
  color: #252525;
  font-size: 1.4rem;
  line-height: 3rem;
}

#about .section-content .left-img {
  position: absolute;
  bottom: 6rem;
  left: -40rem;
  z-index: 10;
} */


#cooperation {
  padding: 100px 0;
  background: #3d3e48;
  background-size: cover;
}

#cooperation .section-title {
  color: #fff;
}

#cooperation .text-center {
  color: #f1f1f1;
}

#cooperation p {
  display: block;
  margin-bottom: 30px;
}

#cooperation .stats-data {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 4px solid #F9690E;
  border-radius: 100px;
  margin-bottom: 20px;
}

#business-stats {
  padding: 100px 0 70px;
  background: #f6f7fb;
  background-size: cover;
  color: #000;
  background-size: contain;
}

#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
  color: #151313;
}

#business-stats .crab-chart {
  height: 400px;
}


#pricing {
  padding: 100px 0 70px;
}

#pricing .container {
  width: 67%;
}

#pricing ul.product {
  list-style: none;
  margin: 70px auto 30px;
  box-shadow: 0 2px 20px 0 rgba(61, 62, 72, .1);
  padding: 16px;
  text-align: center;
  background: #fff;
  width: fit-content;
}


#pricing .img-panel {
  width: 12vw;
  height: 14.8vw;
  cursor: pointer;
}

#pricing .qr-img {
  width: 10vw;
  height: 10vw;
  opacity: 0;
  transition: opacity 0.5s;
  transition: transform 0.5s;
}

#pricing .default-img {
  position: absolute;
  display: block;
  width: 12vw;
  height: 14.8vw;
  top: 0px;
  clip-path: circle(70%);
  transition: all .5s ease-in-out;
}

#pricing .img-panel:hover .qr-img {
  opacity: 1;
  transform: translateY(2vw);
}

#pricing .img-panel:hover .default-img {
  clip-path: circle(0% at 90% 90%);
}

#pricing ul.product li.title {
  font-size: 20px;
  color: #131418;
}


@media only screen and (max-width:768px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #A3A3A3;
    padding: 20px 0;
  }
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media only screen and (max-width: 480px) {
  #hero-banner h2 {
    margin-top: 161px;
    font-size: 26px;
    line-height: 40px;
    padding: 10px;
  }

  #hero-banner p {
    font-size: 18px;
    padding: 10px;
  }
}