body {
  background-color: #f0f8fe;
}

/* 什么是渗透测试 */
.cisaw-rz {
  background: url('../img/cisaw_bg.png') no-repeat center;
  background-size: 100% 100%;
  height: 420px;
  margin: 20px auto 60px;
  padding: 30px 125px 90px;
  box-sizing: border-box;
}

.blue-content-title {
  color: #1f8fff;
}

.cisaw-rz .con-wrap .detail {
  margin-right: 40px;
  line-height: 24px;
}

.cisaw-rz .con-wrap .detail p {
  padding-left: 10px;
  box-sizing: border-box;
  background: url('../img/icon1.png') no-repeat left center;
}

.cisaw-rz .con-wrap .detail p:last-child {
  background: url('../img/icon2.png') no-repeat left center;
}

.cisaw-rz .con-wrap .img-wrap {
  width: 225px;
  height: 186px;
}

/* 软件测试对象 */
.stcspx-wrap {
  height: 360px;
  background: url('../img/software_bg.png') no-repeat center;
  background-size: 100% 100%;
}

.stcspx-wrap ul {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.stcspx-wrap ul li {
  text-align: center;
  box-sizing: border-box;
}

.stcspx-wrap ul li img {
  display: block;
  width: 228px;
  height: 123px;
}

.stcspx-wrap ul li p {
  margin-top: 20px;
  font-size: 18px;
}

.stcspx-wrap ul li:hover {
  animation: scaleli 0.8s;
}

@keyframes scaleli {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* 软件测试培训目标 */
.cisawpx-wrap {
  background: #fff;
  height: 600px;
  margin: 50px auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.cisawpx-wrap .sub-title {
  width: 696px;
  font-size: 14px;
  color: #666;
  margin: 10px auto 20px;
  text-align: center;
}

.cisawpx-wrap ul li {
}

.cisawpx-wrap ul li .tit {
  border-bottom: 1px dashed #e5e5e5;
  color: #333;
  font-weight: bold;
}

.cisawpx-wrap ul li .tit span {
  color: #423899;
  font-weight: bold;
  border-bottom: 1px solid #423899;
}

.cisawpx-wrap ul li .detail {
  margin: 20px auto;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
@media only screen and (max-width: 1440px) {
  .cisaw-rz {
    height: 315px;
  }

  .cisaw-rz .con-wrap .detail p {
    padding-left: 20px;
  }
  .stcspx-wrap {
    height: 270px;
  }
  .stcspx-wrap ul {
    width: 750px;
    margin-top: 40px;
  }
  .stcspx-wrap ul li img {
    width: 171px;
    height: 92px;
  }
  .cisawpx-wrap {
    height: 560px;
  }
}

@media only screen and (max-width: 1280px) {
  .blue-content-title {
    padding-top: 10px;
    font-size: 18px;
  }

  .cisaw-rz {
    padding: 30px 80px 20px;
    margin-bottom: 40px;
    height: 260px;
  }

  .cisaw-rz .con-wrap {
    margin-top: 10px;
  }

  .cisaw-rz .con-wrap .img-wrap {
    width: 150px;
    height: 131px;
  }

  .cisaw-rz .con-wrap .img-wrap img {
    width: 100%;
    height: 100%;
  }

  .cisaw-rz .con-wrap .detail {
    width: 500px;
    margin-right: 20px;
  }

  .cisaw-rz .con-wrap .detail p {
    background: url('../img/icon1.png') no-repeat left 6px;
  }

  .cisaw-rz .con-wrap .detail p:last-child {
    background: url('../img/icon2.png') no-repeat left 6px;
  }

  .stcspx-wrap {
    height: 280px;
  }

  .stcspx-wrap ul {
    margin-top: 25px;
    width: 700px;
  }

  .stcspx-wrap ul li {
    width: 282px;
    height: 186px;
    padding: 15px 25px 15px;
  }

  .stcspx-wrap ul li .tit {
    font-size: 16px;
  }

  .stcspx-wrap ul li p {
    margin-top: 5px;
    line-height: 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .blue-content-title {
    padding-top: 10px;
    font-size: 18px;
  }

  .cisaw-rz {
    padding: 30px 50px 40px;
    margin-bottom: 40px;
    height: 202px;
    font-size: 12px;
  }

  .cisaw-rz .con-wrap {
    margin-top: 0px;
  }

  .cisaw-rz .con-wrap .detail {
    width: 500px;
    margin-right: 20px;
    line-height: 18px;
  }

  .cisaw-rz .con-wrap .img-wrap {
    width: 119px;
    height: 98px;
  }

  .cisaw-rz .con-wrap .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .stcspx-wrap {
    height: 252px;
  }

  .stcspx-wrap ul {
    margin-top: 30px;
    width: 640px;
  }

  .stcspx-wrap ul li {
    width: 120px;
    height: 100px;
    padding: 0;
  }

  .stcspx-wrap ul li img {
    width: 120px;
    height: 65px;
  }

  .stcspx-wrap ul li .tit {
    font-size: 16px;
  }

  .stcspx-wrap ul li p {
    margin-top: 10px;
  }

  .cisawpx-wrap .sub-title {
    width: 500px;
  }

  .cisawpx-wrap ul li .detail {
    font-size: 14px;
    line-height: 20px;
  }
}
