.after:after {
  display: block;
  content: '';
  clear: both;
}
.before:before {
  display: block;
  content: '';
  clear: both;
}
.swiper-container {
  position: relative;
}
.swiper-container .wushi {
  position: absolute;
  left: 70px;
  bottom: 30px;
  z-index: 100;
  color: white;
  font-size: 60px;
  line-height: 1.2;
}
.swiper-container .swiper-slide .lunbotu {
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container {
  width: 100%;
  min-width: 1024px;
}
.content {
  width: 100%;
}
.content .cenbox {
  min-width: 1024px;
  margin: 0px auto;
}
.content .cenbox .lead {
  width: 100%;
  padding: 0px 10px;
  height: 50px;
  line-height: 50px;
  background-color: #ebebeb;
}
.content .cenbox .lead .word {
  width: 1004px;
  margin: 0 auto;
}
.content .cenbox .specialist {
  width: 1024px;
  margin: 0 auto;
  padding: 20px 10px;
  color: #333;
}
.content .cenbox .specialist .title {
  color: black;
  font-size: 24px;
  line-height: 45px;
}
.content .cenbox .img {
  width: 1010px;
  margin: 0 auto;
  padding: 30px 0px 0px;
  color: #333;
}
.content .cenbox .img .inimg {
  float: left;
  width: 218px;
  height: 220px;
  margin-right: 45px;
}
.content .cenbox .img .inimg .tupian {
  width: 218px;
  height: 120px;
}
.content .cenbox .img .inimg .name {
  font-size: 18px;
  line-height: 40px;
}
.content .cenbox .img .inimg .link {
  font-size: 14px;
}
.content .cenbox .img .inimg:nth-child(4n) {
  margin-right: 0px;
}
.content .cenbox .connectaa {
  width: 1024px;
  padding: 30px 10px 0px;
  margin: 0 auto;
  color: #333;
}
.content .cenbox .connectaa .title {
  color: black;
  font-size: 24px;
  line-height: 45px;
}
.content .cenbox .connectaa .link {
  width: 350px;
  float: left;
  line-height: 25px;
}
@media (max-width: 600px) {
  .content {
    width: 100%;
    min-height: 200px;
    margin-top: 35px;
  }
  .content h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .content .title {
    width: 100%;
    line-height: 70px;
    background-color: black;
    color: white;
    font-size: 16px;
    padding: 0 15px;
  }
  .content .cenbox {
    color: #333;
    width: 100%;
    min-width: 0px;
    padding: 10px;
  }
  .content .cenbox .img {
    padding: 10px 0;
    width: 45%;
    float: left;
    margin: 0 2.5%;
  }
  .content .cenbox .img .name {
    font-size: 18px;
  }
  .content .cenbox .img img {
    width: 100%;
  }
}
