/*footer*/
.footer-safe {
  display: flex;
  justify-content: space-between;
  padding-top: 88px;
  padding-bottom: 36px;
}

.footer-address {
  color: #ffffff;
  display: flex;
  margin-top: 66px;
  flex-wrap: wrap;
}

.footer-bei {
  font-size: 14px;

}

.footer-bei p {
  font-size: 14px;
  color: rgba(255, 255, 255,0.79);
}

.footer-bei a {
  color: rgba(255, 255, 255,0.79);
}

.footer-bei a:hover {
  /* color: #27883C; */
}

.address-a {
  margin-right: 45px;
}

.footer-address img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.footer-address div {
  font-size: 16px;

  line-height: 35px;
}

.footer-address div span {
  font-size: 14px;
  color: #ffffff;
  line-height: 35px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-line {
  width: 1px;

  height: auto;
  background: #ffffff;
  opacity: 0.39;
  margin: 0 45px;
}

.footer-logo {
  width: auto;
  height: auto;
}


.footer-j {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  line-height: 68px;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-top: 31px;
}

.footer {
  background: #23863c;
  width: 100%;
}

.m_footer {
  display: none;
}

.footer_middle {
  width: 54%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  /* padding: 80px 0 60px 0; */
}

.link_box {
  /* width: calc(100% - 30% - 300px); */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}




.footer_link {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.link_title h5 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.link_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 24px;
}

.link_item a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  opacity: 0.59;
  margin-top: 14px;
  display: inline-block;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.link_item a:hover {
  opacity: 1;
}

.ewm_info {
  width: 367px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 46px;
}

.footer_middle:hover .evm-right {
  color: #fff;
}

.evm-right {
  width: 100%;
  text-align: right;

  font-size: 14px;
  color: #ffffff;
  opacity: 0.67;
  margin-top: 83px;
}

.footer_ewm {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
}

.ewm_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 28px;
  width: calc(50% - 14px);
}

.ewm_item:last-child {
  margin-right: 0;
}

.ewm_item p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-top: 6px;
}

.ewm_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}


/*footer*/