.bottom-bg {
  width: 100%;
  height: 240px;
  z-index: -1;
}
.bottom-bg img {
  width: 100%;
  height: 100%;
}
.bottom-cont {
  width: 100%;
  height: 256px;
  background: #1C6DDB;
}
.bottom-cont .cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 45px;
  position: relative;
}
.bottom-cont .cont p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}
.bottom-cont .cont p a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-decoration: none;
}
.bottom-cont .cont p a:hover {
  color: red;
}
.bottom-cont .cont .sqzy {
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
}
.bottom-cont .cont .sqzy img {
  width: 107px;
  height: 42px;
}
.bottom-cont .cont .wcnr {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.bottom-cont .cont .wcnr img {
  width: 135px;
  height: 43px;
}
.bottom-cont .cont .hlw {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
}
.bottom-cont .cont .hlw img {
  width: 195px;
  height: 42px;
}
