.bottom {
  height: 133px;
  width: 100%;
  background-color: #D9D9D9;
}
.bottom .quality {
  /*margin-top: 35px;*/
}
.bottom .quality ul{
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bottom .quality ul li {
  float: left;
  margin-right: 20px;
  margin-top: 34px;
}
.bottom .quality ul li img {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  display: inline-block !important;
}
.bottom .quality ul li span:nth-child(2) {
  margin-left: 5px;
  font-size: 18px;
  color: #333333;
}
.bottom .quality ul li span:nth-child(3) {
  font-size: 13px;
  color: #333;
}
.bottom .quality ul li:nth-child(4) {
  margin-right: 0px;
}
footer {
  height: 276px;
  background-color: #404040;
}
footer .type_area {
  height: 276px;
  background-color: #404040;
  position: relative;
}
footer .type_area .base-left {
  margin-left: 35px;
  padding-top: 100px;
}
footer .type_area .base-left .base-top p {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}
footer .type_area .base-left .base-bottom ul li {
  float: left;
}
footer .type_area .base-left .base-bottom ul li img {
  height: 37px;
  width: 99px;
  margin-right: 30px;
  margin-top: 60px;
}
footer .type_area .base-right {
  width: 280px;
  height: 140px;
  position: absolute;
  right: 20px;
  top: 80px;
}
footer .type_area .base-right ul li {
  float: left;
  margin-right: 10px;
}
footer .type_area .base-right ul li .saoma {
  width: 124px;
  height: 124px;
  margin-bottom: 10px;
}
footer .type_area .base-right ul li .saoma img {
  width: 124px;
  height: 124px;
}
footer .type_area .base-right ul li .xiang {
  width: 128px;
  height: 27px;
}
footer .type_area .base-right ul li .xiang p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-left: 6px;
}
