.layout-headers {
  background-color: rgba(49, 52, 56, 0.5);
}
.c-width {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-width {
    width: 100%;
    margin: 0 auto;
  }
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alzs {
  padding-bottom: 50px;
}
.alzs .banner img {
  width: 100%;
}
.alzs .contain1 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
}
.alzs .contain1 img {
  width: 600px;
  height: auto;
}
.alzs .contain1 .rightbg {
  margin-left: 50px;
}
.alzs .contain1 .rightbg h5 {
  font-family: Microsoft YaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 76px;
  letter-spacing: 2px;
  color: #333333;
}
.alzs .contain1 .rightbg p {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #444444;
}
.alzs .contain2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.alzs .contain2 .titlebg {
  margin-top: 60px;
  height: 50px;
  background-color: rgba(0, 59, 142, 0.14);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 59, 142, 0.14);
  font-family: Microsoft YaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #003b8e;
  padding-left: 22px;
}
.alzs .contain2 p {
  float: left;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 40px;
}
.alzs .contain2 img {
  float: left;
  margin-top: 40px;
  width: 100%;
}
