/****    售后保障    ****/

.guarantee {
  padding: 30px 0px;
  background-color: #fff;
}

.guarantee li {
  margin-left: 34px;
  width: 266px;
  float: left;
}

.guarantee .left_icon {
  width: 60px;
  height: 65px;
  background-image: url(../images/sh_icon.png);
  background-repeat: no-repeat;
  margin-right: 20px;
}

.guarantee .left_icon.icon1 {
  background-position: 0px 0px;
}

.guarantee .left_icon.icon2 {
  background-position: -313px 0px;
}

.guarantee .left_icon.icon3 {
  background-position: -611px 0px;
}

.guarantee .left_icon.icon4 {
  background-position: -903px 0px;
}

.guarantee .right_txt h4 {
  font-size: 16px;
  color: #0c0307;
  margin-top: 8px;
  /* margin-bottom: 6px; */
  margin-bottom: 14px;
  font-weight:bold;
}

.guarantee .right_txt p {
  font-size: 14px;
  color: #666666;
}


/****    底部开始    ****/

.footer {
  background: #2b2b2b;
  padding-top: 42px;
  padding-bottom: 10px;
}

.footer .fot_left {
  width: 452px;
  margin-top: 20px;
}

.footer .fot_left li {
  float: left;
  height: 80px;
  width: 200px;
}

.footer .fot_left .icon {
  width: 45px;
  height: 45px;
  background-image: url(../images/fot_icon.png);
  background-repeat: no-repeat;
  margin-right: 16px;
}

.footer .fot_left .icon.icon1 {
  background-position: 0px 0px;
}

.footer .fot_left .icon.icon2 {
  background-position: -217px 0px;
}

.footer .fot_left .icon.icon3 {
  background-position: 0px -167px;
}

.footer .fot_left .icon.icon4 {
  background-position: -217px -167px;
}

.footer .fot_left h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 5px;
}

.footer .fot_left p {
  font-size: 14px;
  color: #a1a0a0;
  line-height: 23px;
}

.footer .foot-fast {
  width: 525px;
  margin-left: 70px;
}

.footer .foot-fast dl {
  float: left;
  width: 128px;
  border-right: 1px dashed #777777;
  padding: 10px 0px;
}

.footer .foot-fast dt {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  text-align: center
}

.footer .foot-fast dl dd {
  width: 128px;
  text-align: center;
}

.footer .foot-fast dl dd a {
  color: #a1a0a0;
  font-size: 14px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 100%;
}

.footer .foot-fast dl dd:hover a {
  color: #ccc;
}

.footer .fot_right {
  width: 115px;
}

.footer .fot_right .ewm,
.footer .fot_right .ewm {
  width: 115px;
  height: 115px;
  overflow: hidden;
}

.footer .fot_right p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.footer .copy {
  border-top: 1px solid #4c4b4b;
  padding: 10px 0px;
  color:#666666;
}