.o_body {
  background: #efeef1;
  overflow: auto !important;
}
.homePage_banner {
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .homePage_banner {
    margin: 0 auto 20px;
  }
}

@media (max-width: 750px) {
  .homePage_banner .showbox li {
    height: 22vw;
    line-height: 22vw;
  }
}
.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: 30px;
  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: 50px;
  line-height: 50px;
  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: 20px 0 8px;
  margin: 0 28px;
  /*border-bottom: 2px solid #af261c;*/
  border-bottom: 2px solid #00ac97;
}
@media screen and (max-width: 750px) {
  .yuanBuSetting_title {
    font-size: 16px;
    color: #700005;
    padding: 11spx 0 5px;
    margin: 0 10px;
    /*border-bottom: 1px solid #af261c;*/
    border-bottom: 1px solid #00ac97;
  }
}
.yuanBuSetting_content {
  padding: 30px 0 0;
  font-size: 0;
}
.yuanBuSetting_content li {
  width: 33.333%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.yuanBuSetting_content li a {
  display: block;
}
.yuanBuSetting_content li a img {
  display: inline-block;
  width: 160px;
  height: 100px;
}
.yuanBuSetting_content li a .description {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 32px;
}
@media screen and (max-width: 750px) {
  .yuanBuSetting_content {
    padding: 15px 7px 0;
  }
  .yuanBuSetting_content li {
    margin: 0 0 15px 0;
    width: 50%;
  }
  .yuanBuSetting_content li a img {
    width: 45.07%;
    height: auto;
  }
  .yuanBuSetting_content li a .description {
    font-size: 12px;
    padding-top: 15px;
  }
}

