
/* 搴曢儴 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dy_footer_new {
  margin-top: 40px;
}

.dy_footerOne {
  height: 180px;
  background-color: #37383A;
}

.dy_footerOne_content {
  width: 1190px;
  height: 180px;
  margin: 0 auto;
  display: flex;
}

.dy_footerOne_content>.dy_footerOne_content_box {
  margin: auto;
  display: inline-block;
}

/* .footerOne_content>.footerOne_content_box>div:nth-last-child(1) {
  border-right: 0 !important;
} */

.dy_footerOne_box>img {
  height: 44px;
}

.dy_footerOne_box {
  position: relative;
  display: inline-block;
  text-align: center;
  /* overflow: hidden; */
  margin: 25px 60px 0 0;
}

.dy_footerOne_box:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70px;
  background: rgba(243, 243, 243, .1);
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  z-index: 99;
}

.dy_footerOne_service_person {
  border-left: 1px solid rgba(243, 243, 243, .1);
  width: 285px;

}

.dy_footerOne_service {
  text-align: left;
  margin: 0 60px;
  box-sizing: border-box;
  position: relative;
}

.dy_footerOne_service:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70px;
  background: rgba(243, 243, 243, .1);
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  z-index: 99;
}

.dy_footerOne_service_title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.dy_footerOne_service_title>span {
  color: #fff;
  font-size: 18px;
}

.dy_footerOne_service_call {
  font-size: 14px;
  color: #fff;
  margin: 3px 0;
}
.dy_footerOne_service_call>span {
  font-size: 14px;
  color: #fff;
}
.dy_footerOne_help {
  display: flex;
  align-self: center;
  box-sizing: border-box;
  margin-left: 60px;

}

.dy_footerOne_help_img {
  overflow: hidden;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
}

.dy_footerOne_help_btn {
  /* align-self: center; */
  margin-right: 65px;
  width: 76px;
}

.dy_footerOne_help_btn>span {
  display: block;
  font-size: 18px;
  color: #fff;

}

.dy_footerOne_help_btn>a {
  line-height: 22px;
  font-size: 14px;
  margin-top: 15px;
  width: 76px;
  height: 22px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #fff!important;
  margin-left: -9px;
}

.dy_footerOne_help_btn>a:hover {
  background: #535456!important;

}

.dy_footerTwo {
  height: 40px;
  background-color: #222222;
  display: flex;
}

.dy_footerTwo_list {
  align-self: center;
  margin: 0 auto;
}

.dy_footerTwo_list>a {
  margin: 0 20px;
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
}

.dy_footerTwo_list>a:hover {
  opacity: 1;
  text-decoration: underline;
}

.dy_footerTwo_nav {
  display: inline-block;
  margin: 10px auto 0;
}

.dy_footerTwo_nav>a {
  margin: 0 15px;
  font-size: 12px;
  color: #fff!important;
  opacity: 0.4;
  position: relative;
}

.dy_footerTwo_nav>a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: rgba(243, 243, 243, .5);
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 99;
}

.dy_footerTwo_nav>a:nth-last-child(1):after {
  content: '';
  position: absolute;
  width: 0px;
  height: 12px;
  background: rgba(243, 243, 243, .5);
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 99;
}

.dy_footerTwo_nav>a:hover {
  opacity: 1;
  text-decoration: underline !important;
}

.dy_footerTwo_map {
  background-color: #222;
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}

.dy_footerTwo_map>span {
  opacity: 0.4;
  color: #fff;
}


.dy_footerTwo_text>span {
  font-size: 12px;
  color: #fff;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
.recommend_box img {
  max-width: none!important;
}