.o_body {
  background: #efeef1;
  overflow: auto !important;
}
.homePage_banner {
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .homePage_banner {
    margin: 0 auto 20px;
  }
}
.homePage_banner img {
  width: 100%;
}
.homePage_banner .btn_next {
  display: none;
}
.homePage_banner .btn_prev {
  display: none;
}
.homePage_banner .pager {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
}
@media (max-width: 750px) {
  .homePage_banner .pager {
    bottom: 4px;
  }
}
.homePage_banner .pager li {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
@media (max-width: 750px) {
  .homePage_banner .pager li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.homePage_banner .pager li.cur {
  background: #fff;
}
.box_content {
  width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 32px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .box_content {
    width: 94.8%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 14px;
  }
}
.crumbs_box {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 28px;
}
.crumbs_box .next,
.crumbs_box .item {
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .crumbs_box {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px;
  }
  .crumbs_box .next,
  .crumbs_box .item {
    font-size: 16px;
  }
}
.yuanBuSetting_title {
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding: 28px 0 8px;
  margin: 0 28px;
  /*border-bottom: 2px solid #8c0000;*/
  border-bottom: 2px solid #00ac97;
}
@media screen and (max-width: 750px) {
  .yuanBuSetting_title {
    font-size: 16px;
    line-height: 32px;
    /*color: #8c0000;*/
    color: #00ac97;
    padding: 14px 0 5px;
    margin: 0 10px;
    /*border-bottom: 1px solid #8c0000;*/
    border-bottom: 1px solid #00ac97;
  }
}
.yuanBuSetting_content {
  padding: 12px 35px 0;
}
.yuanBuSetting_content img {
  width: 130px;
}
.yuanBuSetting_content li {
  display: inline-block;
  margin: 15px 45px;
}
.yuanBuSetting_content li a {
  display: block;
}
@media screen and (max-width: 750px) {
  .yuanBuSetting_content {
    padding: 5px 10.733% 0;
  }
  .yuanBuSetting_content li {
    margin: 0 7.3333%;
    width: 33.606%;
  }
  .yuanBuSetting_content li a img {
    width: 100%;
  }
}

