a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.cp-footer {
  width: 100%;
  /*height: 245px;*/
  background-color: #0050B3;
  position: relative;
  background-image: url(../images/pic_dt.png);
  background-repeat: no-repeat;
  background-size: 420px 220px;
  background-position: center;
}

.cp-footer .cp-footer-box {
  width: 62.5%;
  padding: 20px 0;
  margin: auto;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cp-footer .cp-footer-box .top {
  height: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cp-footer .cp-footer-box .footer_lxwm {
  width: 285px;
}

.cp-footer .cp-footer-box .footer_lxwm_title {
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0;
}

.cp-footer .cp-footer-box .footer_lxwm_item {
  margin: 20px 0;
}

.cp-footer .cp-footer-box .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px 60px;
}

.cp-footer .cp-footer-box .yqlj {
  margin-top: 59px;
  display: flex;
}

.cp-footer .cp-footer-box .yqlj_title {
  margin-right: 16px;
}

.cp-footer .cp-footer-box .yqlj_line::before {
  content: "";
  border-left: 1px solid #fff;
  margin: 0 10px;
}

.cp-footer .cp-footer-box .yqlj_link {
  display: block;
}

.cp-footer .cp-footer-box .bottom {
  margin-top: 20px;
  text-align: center;
}
