.o_body {
  background: #efeef1;
  overflow: auto !important;
}
.homePage_banner {
  margin: 0 auto 40px;
}
.homePage_banner .btn_next {
  display: none;
}
.homePage_banner .btn_prev {
  display: none;
}
.homePage_banner .pager {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
}
.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;
}
.homePage_banner .pager li.cur {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .homePage_banner {
    margin: 0 auto 20px;
  }
  .homePage_banner .showbox li {
    height: 22vw;
    line-height: 22vw;
  }
  .homePage_banner .pager {
    bottom: 4px;
  }
  .homePage_banner .pager li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.box_content {
  width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 29px;
}
@media screen and (max-width: 750px) {
  .box_content {
    width: 100%;
    padding: 0 2.6666%;
    box-sizing: border-box;
    margin-bottom: 14px;
  }
}
.left_tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: #fff;
}
.left_tabs .title {
  font-size: 0;
}
.left_tabs .title a {
  display: inline-block;
  line-height: 60px;
  /*background: #8c0000;*/
  background: #004C97;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
.left_tabs .left_ul li {
  border: 1px solid #d2d2d2;
  border-top: none;
}
.left_tabs .left_ul li.cur {
  /*border-right: 4px solid #8c0000;*/
  border-right: 4px solid #004C97;
}
.left_tabs .left_ul li.cur a {
 /* color: #8c0000;*/
  color: #004C97;
}
.left_tabs .left_ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .left_tabs {
    width: 100%;
    position: static;
  }
  .left_tabs .title a {
    line-height: 45px;
    font-size: 16px;
  }
  .left_tabs .left_ul li a {
    font-size: 14px;
    line-height: 38px;
  }
}
.right_content {
  width: 990px;
  background: #fff;
  margin-left: 200px;
  box-sizing: border-box;
  min-height: 600px;
}
.right_content .crumbs_box {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.3);
  margin: 0 25px;
}
.right_content .crumbs_box .next,
.right_content .crumbs_box .item {
  font-size: 18px;
  color: #333333;
}
.right_content .detail_content {
  padding: 0 25px 35px;
}
.right_content .detail_content h2 {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #333333;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}
.right_content .detail_content p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.right_content .detail_content div {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .right_content {
    width: 100%;
    height: auto;
    margin-left: 0;
    min-height: 1px;
  }
  .right_content .crumbs_box {
    height: 28px;
    line-height: 28px;
    margin: 0 12px;
  }
  .right_content .crumbs_box .next,
  .right_content .crumbs_box .item {
    font-size: 16px;
  }
  .right_content .detail_content {
    padding: 0 12px 15px;
  }
  .right_content .detail_content h2 {
    font-size: 16px;
    padding: 15px 0;
  }
  .right_content .detail_content p {
    font-size: 14px;
    line-height: 28px;
  }
  .right_content .detail_content div {
    font-size: 14px;
    line-height: 28px;
  }
}

