.about-container {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.about-title{
  font-size: 60px;
 // font-weight: 800;
}
.about-tot{
  font-size: 25px;

}
.about-dec{

  font-size: 18px;
  margin-top: 20px;
}
.about-us {
  background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/about/about_us_bg.png") no-repeat center;
  width: 100%;
  height: 410px;
}

.about-int {
  background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/about/about_int_bg.png") no-repeat center;
  width: 100%;
  height: 710px;
}

.about-spe {
  background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/about/about_spe_bg.png") no-repeat center;
  width: 100%;
  height: 780px;
}

.about-contact {
  background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/about/about_int_bg.png") no-repeat center;
  width: 100%;
  height: 580px;
}

.about-us-main {
  color:white;
  position: relative;
  width: 100%;
  left: 0;
  top: 130px;
  text-align: center;
}

.about-int-content {
  position: relative;
  width: 100%;
  left: 19.5%;
  top: 0;
  height: 100%;
  text-align: center;
}

.about-int-left {
  float: left;
  width: 30%;
  margin-top: 190px;
  text-align: left;
}

.about-int-left h4 {
  font-size: 48px;
  color: #001a2b;
 // font-weight: 800;
  margin-bottom: 36px;
}

.about-int-left p {
  font-size: 18px;
  color: #333;
  line-height: 38px;
}

.about-int-right {
  margin-top: 130px;
  float: left;
  margin-left: 125px;
}

.about-spe-main {
  text-align: center;
}

.about-spe-list {
  padding-top: 360px;
  margin: 0 auto;
  width: 1100px;
}

.about-spe-main ul {}

.about-spe-main li {
  display: inline-block;
  color: #fff;

  width: 170px;
}

.about-spe-main li img {
  width: 70px;
  margin-bottom: 30px;
}

.about-spe-main li h4 {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 400;
}

.about-spe-main li p {
  font-size: 16px;
  margin-bottom: 10px;
}

.about-contact-main {
  text-align: center;
}

.about-contact-list {
  margin: 0 auto;
  width: 1200px;
  padding-top: 200px;
}

.about-contact-main li {
  display: inline-block;
  color: #1e1c1c;
  margin-left: 70px;
  margin-right: 80px;
}

.about-contact-main li img {
  width: 60px;
  margin-bottom: 30px;
}
.about-contact-main li:last-child  img {
  width: 42px;
  margin-bottom: 30px;
}
.about-contact-main li h4 {
  font-size: 24px;
  margin-bottom: 28px;

 // font-weight: 800;
}

.about-contact-main li p {
  font-size: 16px;
  margin-bottom: 24px;
  text-align: left;
 // font-weight: 800;
}

.tel-num {
  color: rgb(47,189,242);
}

.email-add {
  color: rgb(47,189,242);
}

@media (max-width:1700px) and (min-width: 1400px) {
  .about-int-content {
    left: 19%;
  }
}

@media (max-width:1400px) and (min-width: 940px) {
  .about-int-content {
    left: 13%;
  }
  .about-int-left {
    margin-top: 100px;
    width: 35%;
  }
  .about-spe-main li {
    width: 150px;
  }
  .about-spe-list {
    width: 100%;
  }
  .about-contact-main li {
    margin-left: 50px;
    margin-right: 60px;
  }
}

@media (max-width:1100px) and (min-width: 940px) {
  .about-contact-main li {
    margin-left: 20px;
    margin-right: 30px;
  }
  .about-contact-list {
    width: 100%;
  }
}

@media (max-width:940px) {
  .about-int-content {
    left: 13%;
  }
  .about-int-right {
    display: none;
  }
  .about-int-left {
    margin-top: 100px;
    width: 70%;
  }
  .about-spe-main li {
    width: 120px;
  }
  .about-spe-list {
    width: 800px;
  }
  .about-contact-main li {
    margin-left: 0;
    margin-right: 0;
  }
  .about-contact-list {
    width: 800px;
  }
}
