body {
  background-color: #f6f4f3;
}

.suwis-about-container {
  width: 100px;
  margin: 0 auto;
  background-color: #fff;
}

.suwis-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.sp-container .title {
  text-align: left;
}

.suwis-about-title {
  font-size: 30px;
  color: #445566;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px #e7e7e7 solid;
}

.suwis-sub-title {
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 34px;
}

.suwis-sub-title li {
  font-size: 14px;
  color: #959595;
  float: left;
  margin-right: 25px;
  float: left;
}

.suwis-content {
  background-color: #eeeeef;
}

.suwis-banner {
  position: relative;
}

.suwis-banner image {
  height: 100%;
  float: left;
}

.suwis-banner .suwis-banner-right {
  float: right;
  position: absolute;
  bottom: 0;
  width: 250px;
  border-bottom: 2px #353535 solid;
  text-align: right;
  color: #353535;
  padding-bottom: 13px;
  right: 0;
}

.sp-content.guanli {
  background: url(../images/about/background4.jpg) no-repeat;
  background-size: 100%;
}


/*这里*/

.suwis-banner {
  z-index: -100;
}

.swuis-header img {
  width: 72%;
  margin-left: 4%;
}

.suwis-content-first {
  /*width: 100%;*/
  margin-right: 34px;
  margin-left: 34px;
  background-color: #fff; // margin-top: 50px;
  padding-bottom: 60px;
}

.first-left {
  float: left;
  width: 290px;
  text-align: center;
}

.first-left img, .suwis-content-item img {
  margin-top: -40px;
}

.first-left p, .eng-grade {
  text-align: center;
  font-size: 15px;
  color: #999;
}

.eng-grade {
  height: 42px;
}

.first-left p.first-child, .name {
  font-size: 18px;
  color: #333333;
  padding-top: 35px;
  padding-bottom: 20px
}

.first-left p.second-child, .grade {
  color: #666;
}

.first-right {
  // float: right;
  margin-left: 290px;
  padding-right: 100px;
  padding-top: 40px;
  line-height: 30px;
  font-size: 15px;
  color: #888888;
  text-indent: 28px;
}

.suwis-content-second {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: 34px;
  margin-right: 34px;
}

.suwis-content-item {
  background-color: #fff;
  text-align: center;
  width: 430px;
  padding-right: 25px;
  padding-left: 25px;
}

.suwis-third .suwis-content-item {
  width: 270px;
}

.suwis-content-item .intro {
  color: #ababab;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: left;
  text-indent: 28px;
}

.suwis-third {
  padding-bottom: 20px;
}

.suwis-about-bottom {
  margin-top: -100px; // background-image: url('../images/about/background1.png');
}

@media (min-width: 1440px) {
  .suwis-about-bottom {
    width: 1150px;
  }
}


/*阴影*/

.suwis-shdow {
  box-shadow: 0 2px 2px #999, 0 0 1px #999, 0 0 1px #999;
  border-radius: 5px;
  margin-top: 50px;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .container.sp-container {
    width: auto;
    padding: 0;
  }
  .suwis-content-first {
    margin: 0 2%;
  }
  .first-left {
    float: none;
    width: auto;
  }
  .first-right {
    width: auto;
    margin: 0 2%;
    padding: 4% 3% 0 3%;
  }
  .first-left img, .suwis-content-item img {
    width: 30%;
  }
  .suwis-content-second {
    display: block;
    margin: 0 2%;
  }
  .suwis-content-item {
    margin-top: 15%;
    width: 100%;
    padding: 0 5%;
  }
  .suwis-third .suwis-content-item {
    width: auto;
  }
}
