.what-iso27001 {
  background-color: #F5F5F5;
}
.what-iso27001 .content {
  position: relative;
}
.what-iso27001 .content .left-info {
  width: 630px;
  position: absolute;
  top: 164px;
  left: 0;
}
.what-iso27001 .content .left-info .title {
  margin-bottom: 26px;
  text-align: left;
}
.what-iso27001 .content .left-info .info p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}
.what-iso27001 .content .left-info .info p:last-child {
  margin-bottom: 0;
}
.what-iso27001 .content .right-img {
  width: 498px;
  margin-left: auto;
}
.what-iso27001 .content .right-img img {
  width: 100%;
  display: block;
}
.problem {
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.problem .title {
  margin-bottom: 50px;
}
.problem .problem-content {
  background-color: #fff;
  padding: 66px 31px 48px 110px;
  position: relative;
}
.problem .problem-content .icon-1 {
  width: 136px;
  height: 136px;
  position: absolute;
  top: -68px;
  left: -68px;
}
.problem .problem-content .icon-1 img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content .icon-2 {
  width: 44px;
  height: 36px;
  position: absolute;
  top: -113px;
  right: 6px;
}
.problem .problem-content .icon-2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.problem .problem-content ul li:last-child {
  margin-bottom: 0;
}
.problem .problem-content ul li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
}
.problem .problem-content ul li h5.que {
  width: 280px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #0070FF;
  background: rgba(0, 112, 255, 0.28);
  border-radius: 38px;
  margin-right: 20px;
}
.problem .problem-content ul li h5.ans {
  color: #333;
  margin-left: 24px;
}
.problem .problem-content ul li img {
  width: 29px;
}
.problem .problem-content .link {
  width: 355px;
  height: 49px;
  padding-top: 9px;
  padding-bottom: 17px;
  background-image: url(../images/pop-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-top: 33px;
  margin-left: auto;
}
.problem a.zx-btn {
  background-color: #fff;
  margin-top: 40px;
}
.problem a.zx-btn span {
  color: #0070FF;
}
.suit .title {
  margin-bottom: 50px;
}
.suit .suit-content {
  width: 1160px;
  margin: 0 auto;
}
.suit .suit-content ul.content {
  flex-wrap: wrap;
}
.suit .suit-content ul.content li {
  width: calc(20% - 16px);
  margin-right: 20px;
  padding: 29px 12px 32px 12px;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s;
}
.suit .suit-content ul.content li:nth-child(5n) {
  margin-right: 0;
}
.suit .suit-content ul.content li:nth-child(n + 6) {
  margin-top: 30px;
}
.suit .suit-content ul.content li img.icon {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
}
.suit .suit-content ul.content li h6 {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  text-align: center;
  min-height: 66px;
  margin-top: 19px;
}
.suit .suit-content ul.content li:hover {
  box-shadow: 0px 3px 13px 1px rgba(77, 77, 77, 0.08);
}
.suit .suit-content .tips {
  width: 894px;
  position: relative;
  padding: 14px 37px 15px 37px;
  background-color: #F5F5F5;
  border-radius: 23px;
  margin: 0 auto;
  margin-top: 69px;
}
.suit .suit-content .tips img.tips-icon {
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  top: -17px;
  left: -13px;
}
.suit .suit-content .tips h6 {
  font-size: 12px;
  line-height: 17px;
  color: #0070FF;
  text-align: center;
}
.condition {
  padding-top: 83px;
  padding-bottom: 87px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.condition .condition-content {
  width: 1290px;
  margin-left: auto;
  padding: 90px 0 143px 150px;
  position: relative;
}
.condition .condition-content::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: brightness(1.2) blur(30px) opacity(1);
  background-color: rgba(255, 255, 255, 0.15);
}
.condition .condition-content .title,
.condition .condition-content .content {
  position: relative;
  z-index: 2;
}
.condition .condition-content .title {
  text-align: left;
}
.condition .condition-content ul.content {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 222px;
  padding: 3px 0;
}
.condition .condition-content ul.content li {
  font-size: 16px;
  line-height: 1;
  color: #333;
  margin-bottom: 24px;
}
.condition .condition-content ul.content li:nth-child(6n) {
  margin-bottom: 0;
}
.condition .condition-content ul.content li:last-child {
  margin-bottom: 0;
}
.condition .condition-content ul.content li span {
  color: #0070FF;
}
.inner-process {
  padding-bottom: 109px;
}
.inner-process ul.content {
  margin-top: 80px;
}
.inner-process ul.content li h5 {
  margin-bottom: 0;
}
.material .title {
  margin-bottom: 65px;
}
.material ul.content {
  width: 1054px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.material ul.content li {
  display: flex;
}
.material ul.content li:nth-child(2n - 1) {
  width: 619px;
}
.material ul.content li:nth-child(2n) {
  width: 435px;
}
.material ul.content li:nth-child(n + 3) {
  margin-top: 23px;
}
.material ul.content li img.icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 35px;
}
.material ul.content li h6 {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 2px;
}
.material a.zx-btn {
  margin-top: 62px;
}
.market {
  background-image: url(../images/market-bg.png);
}
