body {
  background-color: #f0f8fe;
}

/* 安全咨询服务 */
.risk-assess {
  width: 1200px;
  margin: 60px auto;
  background-color: #fff;
  height: 297px;
  padding: 0 50px 50px;
}

.risk-assess-left .title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.risk-assess-left .detail {
  width: 850px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
}

.risk-assess-right {
  width: 280px;
  height: 212px;
  margin-top: 50px;
}

.risk-assess-right img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 安全咨询服务应用场景 */
.leak-scene {
  height: 580px;
  background-color: #fff;
}

.leak-scene ul {
  width: 1200px;
  margin: 50px auto;
}

.leak-scene ul li {
  width: 380px;
  height: 380px;
  text-align: center;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.leak-scene ul li img {
  width: 380px;
  height: 300px;
}

.leak-scene ul li p {
  height: 80px;
  line-height: 72px;
  background-color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}

/* ISO27001 信息安全管理体系咨询 */
.iso-con {
  text-align: center;
  padding: 0 40px;
  height: 850px;
}

.title {
  font-size: 20px;
  color: #333;
}

.iso-con img {
  width: 658px;
  height: 658px;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .risk-assess {
    width: 900px;
    height: 222px;
    padding: 20px 40px 30px;
    margin: 40px auto;
  }
  .risk-assess-left .title {
    font-size: 28px;
  }
  .risk-assess-left .detail {
    width: 650px;
  }
  .risk-assess-right {
    width: 146px;
    height: 160px;
    margin-top: 30px;
  }
  .leak-scene {
    height: 435px;
  }
  .leak-scene ul {
    width: 900px;
    margin: 40px auto;
  }
  .leak-scene ul li {
    width: 285px;
    height: 285px;
  }
  .leak-scene ul li img {
    width: 285px;
    height: 225px;
  }
  .leak-scene ul li p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  .iso-con img {
    margin-top: 30px;
    width: 493px;
    height: 493px;
  }
  .iso-con {
    height: 640px;
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .risk-assess {
    width: 800px;
    padding: 0 30px 20px;
    height: 220px;
  }

  .risk-assess-left .title {
    font-size: 20px;
  }

  .risk-assess-left .detail {
    width: 566px;
    font-size: 14px;
  }

  .risk-assess-right {
    width: 130px;
    height: 142px;
  }

  .leak-scene {
    height: 380px;
  }

  .leak-scene ul {
    width: 800px;
    margin-top: 30px;
  }

  .leak-scene ul li {
    width: 254px;
    height: 254px;
  }

  .leak-scene ul li img {
    width: 254px;
    height: 200px;
  }

  .leak-scene ul li p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .leak-process img {
    width: 800px;
    height: 192px;
  }

  .iso-con {
    height: 600px;
    padding: 40px;
  }

  .iso-con img {
    width: 438px;
    height: 438px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .risk-assess {
    width: 640px;
    padding: 0 30px 0;
    height: 200px;
  }

  .risk-assess-left .title {
    margin-bottom: 10px;
  }

  .risk-assess-left .detail {
    width: 450px;
  }

  .risk-assess-right {
    width: 103px;
    height: 112px;
  }

  .leak-scene {
    height: 320px;
  }

  .leak-scene ul {
    width: 640px;
    margin-top: 20px;
  }

  .leak-scene ul li {
    width: 201px;
    height: 201px;
  }

  .leak-scene ul li img {
    width: 201px;
    height: 160px;
  }

  .leak-scene ul li p {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .leak-process img {
    width: 640px;
    height: 152px;
  }

  .iso-con {
    height: 500px;
    padding: 40px;
  }

  .iso-con img {
    width: 348px;
    height: 348px;
    margin-top: 30px;
  }
}
