.footerTwo {
  width: 100%;
  background: #fff;
  padding-top: 90px;
}
.footerTwo .footer_in {
  width: 1450px;
  margin: 0 auto;
}
.footerTwo .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerTwo .footer_top .footer_left .addr {
  font-family: PingFang SC;
  font-size: 14px;
  color: #333333;
  margin-top: 30px;
  display: flex;
  gap: 35px;
}
.footerTwo .footer_top .footer_left img{
	margin-left: 0;
}
.footerTwo .footer_top .footer_right {
  font-family: PingFang SC;
  font-size: 14px;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 33px;
  text-align: center;
  margin-top: -34px;
}
.footerTwo .footer_line {
  margin: 51px 0;
  width: 100%;
  height: 1px;
  background: #CDCDCD;
  border-radius: 1px;
}
.footerTwo .footer_box {
  display: flex;
  justify-content: space-between;
}
.footerTwo .footer_box .box_d .box_title {
  font-family: PingFang SC;
  font-size: 16px;
  color: #222222;
  margin-bottom: 20px;
  cursor: pointer;
}
.footerTwo .footer_box .box_d .box_text {
  font-family: PingFang SC;
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px ;
  cursor: pointer;
}

.footerTwo .footer-d{
	background: #fff;
}