.footer {
  background: #353535;
  padding: 160px 0 0px 0;
}
.footer_ul {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.footer_ul_li {
  width: 25%;
}
.footer_ul_li .p1 {
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
.footer_ul_li .p1::after {
  position: absolute;
  top: 48px;
  left: 0px;
  content: '';
  width: 22%;
  height: 1px;
  background-color: #e74332;
}
.footer_ul_li .p2 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffffc4;
  margin-bottom: 20px;
}
.f_ul_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_ul_li .p2 {
  width: 40%;
}
.footer_db {
  margin-top: 120px;
  padding: 15px 50px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}
.footer_db .foot_img {
  font-size: 36px;
  line-height: 37px;
  color: #000000;
}
.footer_db .footer_db_img{
   width: 10%;
}


.footer_db .p1 {
  font-size: 16px;
  line-height: 30px;
  color: #2c2c2c;
}
.footer_ul_li_d1 {
  width: 100%;
}
.footer_ul_li_d1 .txt1 {
  width: 80%;
  height: 60px;
  border: 0;
  background-color: #fff;
}
.footer_ul_li_d1 .btn_sear1 {
  width: 18%;
  height: 60px;
  border: 0;
  background: url(../images/image/icon1.png) no-repeat;
  background-position-y: 20px;
  background-position-x: 18px;
  background-color: #e74332;
  border-left: 1px solid #565656;
}
