body {
  background-color: #f0f8fe;
}

/* 什么是渗透测试 */
.cisaw-rz {
  background: url('../img/cisaw_bg.png') no-repeat center;
  background-size: 100% 100%;
  height: 382px;
  margin: 20px auto 60px;
  padding: 30px 145px 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 span {
  color: #1f8fff;
}

.cisaw-rz .con-wrap .img-wrap {
  width: 225px;
  height: 186px;
}

/* 渗透测试培训知识体系结构 */
.stcspx-wrap {
  height: 436px;
  background: url('../img/cis_cspxzstx_bg.png') no-repeat center;
  background-size: 100% 100%;
}

.stcspx-wrap ul {
  margin-top: 30px;
}

.stcspx-wrap ul li {
  width: 421px;
  height: 277px;
  background: url('../img/zstxjg_bg.png') no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 35px 46px;
  transition: 0.3s;
}

.stcspx-wrap ul li:hover {
  animation: scaleli 0.8s;
}

@keyframes scaleli {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.stcspx-wrap ul li .tit {
  font-size: 20px;
  font-weight: bold;
  color: rgba(25, 255, 255, 1);
  line-height: 30px;

  background: linear-gradient(0deg, rgba(30, 111, 233, 1) 0%, rgba(56, 182, 247, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stcspx-wrap ul li p {
  line-height: 30px;
  color: #1f8fff;
  margin-top: 10px;
}

/* 渗透测试培训对象 */
.stpxdx-wrap img {
  display: block;
  width: 1200px;
  height: 265px;
  margin: 50px auto 60px;
}

/* 通过渗透测试可以获得？ */
.can-get {
  border-top: 1px dashed #ddd;
}

.can-get .can-get-ul {
  margin: 50px auto 60px;
  height: 268px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(146, 140, 241, 0.11);
}

.can-get .can-get-ul li {
  width: 300px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px dashed #dae6fe;
}

.can-get .can-get-ul li:hover .tit {
  animation: move 0.3s;
}

@keyframes move {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

.can-get .can-get-ul li .tit {
  width: 220px;
  height: 58px;
  background: url('../img/tit_bg.png') no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 48px;
  color: #fff;
}

.can-get .can-get-ul li p {
  font-size: 14px;
  color: #333;
  line-height: 23px;
  margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
  .cisaw-rz {
    height: 286px;
  }
  .cisaw-rz .con-wrap .detail {
    line-height: 20px;
    font-size: 14px;
    flex: 1;
    margin-top: 15px;
  }
  .cisaw-rz .con-wrap .img-wrap {
    width: 168px;
    height: 139px;
  }
  .cisaw-rz .con-wrap .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .stcspx-wrap {
    height: 327px;
  }

  .stcspx-wrap ul li {
    width: 315px;
    height: 207px;
    padding: 30px 30px 26px;
  }
  .stcspx-wrap ul li .tit {
    font-size: 18px;
  }
  .stcspx-wrap ul li p {
    line-height: 25px;
    font-size: 14px;
  }
  .stpxdx-wrap img {
    width: 900px;
    height: 198px;
  }
  .can-get .can-get-ul {
    height: 201px;
  }
  .can-get .can-get-ul li {
    width: 225px;
    padding: 16px 20px;
  }
  .can-get .can-get-ul li .tit {
    width: 165px;
    height: 44px;
    line-height: 36px;
  }
  .can-get .can-get-ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .cisaw-rz {
    padding: 30px 80px 40px;
    margin-bottom: 40px;
  }

  .cisaw-rz .con-wrap {
    margin-top: 10px;
  }

  .cisaw-rz .con-wrap .detail {
    margin-right: 20px;
  }

  .stcspx-wrap {
    height: 292px;
  }

  .stcspx-wrap ul {
    margin-top: 10px;
  }

  .stcspx-wrap ul li {
    width: 282px;
    height: 186px;
    padding: 20px 25px 20px;
  }

  .stcspx-wrap ul li .tit {
    font-size: 16px;
  }

  .stcspx-wrap ul li p {
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
  }

  .stpxdx-wrap img {
    width: 800px;
    height: 178px;
  }

  .can-get .can-get-ul {
    width: 800px;
    height: 240px;
  }

  .can-get .can-get-ul li {
    width: 202px;
    padding: 20px;
  }

  .can-get .can-get-ul li .tit {
    width: 148px;
    height: 39px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 auto;
  }
  .can-get .can-get-ul li p {
    line-height: 23px;
  }
}

@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;
    font-size: 12px;
    margin-top: 5px;
  }

  .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: 292px;
  }

  .stcspx-wrap ul {
    margin-top: 15px;
  }

  .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: 0px;
  }

  .stpxdx-wrap img {
    width: 640px;
    height: 140px;
  }

  .can-get .can-get-ul {
    width: 640px;
    margin: 30px auto;
  }

  .can-get .can-get-ul li {
    width: 160px;
  }

  .can-get .can-get-ul li .tit {
    width: 110px;
    height: 30px;
    line-height: 25px;
  }

  .can-get .can-get-ul li p {
    font-size: 12px;
    line-height: 20px;
  }
}
