.Wrap_footer {
  width: 100%;
  background: #B00C1D;
  position: relative;
  z-index: 2;
}
.Wrap_footer .footer5 {
  overflow: hidden;
  padding: 43px 0px 30px 33px;
}
.Wrap_footer .footer5 .lf {
  float: left;
  width: 25%;
}
.Wrap_footer .footer5 .lf .title_footer {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-right: 10%;
}
.Wrap_footer .footer5 .lf .title_footer h3 {
  color: #fff;
  font-size: 22px;
  padding-left: 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  border-left: 4px solid #fff;
}
.Wrap_footer .footer5 .lf .linksList {
  margin-right: 10%;
  overflow: hidden;
}
.Wrap_footer .footer5 .lf .linksList li {
  float: left;
  width: 35%;
}
.Wrap_footer .footer5 .lf .linksList li a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width:380px) {
  .Wrap_footer .footer5 .lf .linksList li {
    width: 33.33%;
  }
}
@media screen and (max-width:767px) {
  .Wrap_footer .footer5 .lf .title_footer,
  .Wrap_footer .footer5 .lf .linksList {
    margin-right: 0;
  }
}
.Wrap_footer .footer5 .md {
  float: left;
  width: 40.58%;
}
.Wrap_footer .footer5 .md a {
  display: block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 30px 0 20px 0;
}
@media screen and (max-width:1200px) {
  .Wrap_footer .footer5 .md a {
    border-right: none;
  }
}
@media screen and (max-width:992px) {
  .Wrap_footer .footer5 .md a {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .Wrap_footer .footer5 .md a {
    border-left: none;
    padding-left: 0;
    padding: 0px 0;
  }
}
.Wrap_footer .footer5 .rt {
  float: right;
  width: 29.5%;
}
.Wrap_footer .footer5 .rt p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.Wrap_footer .footer5 a:hover {
  color: #f08753;
}
@media screen and (max-width:1200px) {
  .Wrap_footer .footer5 .lf {
    width: 58%;
    margin-bottom: 30px;
  }
  .Wrap_footer .footer5 .md {
    width: 42%;
    margin-bottom: 30px;
  }
  .Wrap_footer .footer5 .rt {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .Wrap_footer .footer5 .md,
  .Wrap_footer .footer5 .lf {
    width: 100%;
    float: none;
  }
  .Wrap_footer .footer5 .rt {
    padding-top: 10px;
  }
}
@media screen and (max-width:1200px) {
  .Wrap_footer .footer {
    width: auto;
    clear: both;
    padding: 30px 30px;
  }
}
