h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul, li {
  list-style: none;
  padding: 0;
  }

a {
  color: #ffe3b0; }
  a:hover, a:focus {
    text-decoration: none;
    color: #ffe3b0; }

html, body {
  width: 100%;
  overflow-x: hidden; }

body {
  font-family: "Microsoft YaHei";
  color: #ffe3b0;
  background-color: #151515; }

header {
  background-color: #000;
  position: relative; }
  header .btn-wrap {
    position: absolute;
    right: 8%;
    bottom: 16%;
    width: 50%; }
    header .btn-wrap a {
      display: inline-block;
      width: 47%; }
      header .btn-wrap a img {
        width: 100%; }

@media (min-width: 768px) {
  header .btn-wrap {
    width: 43%;
    right: 0;
    bottom: 27%; }
    header .btn-wrap a {
      width: 20%; } }
#return-home {
  margin-left: 23%; }

@media (min-width: 768px) {
  #return-home {
    margin-left: 12%; } }
footer {
  padding-bottom: 10%;
  background-image: url("http://pic.wankacn.com/mhaapi/images/footer-banner.png");
  background-size: contain; }
  footer .group_item_content {
    color: #c1c1c1; }

#menu {
  border: 1px solid #53422f;
  border-bottom: none;
  border-top: none;
  background-color: #1b130a;
  width: 120px;
  position: fixed;
  left: -120px;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1000;
  transition: all 0.8s; }
  #menu .glyphicon-chevron-right {
    visibility: visible; }
  #menu .glyphicon-chevron-left {
    visibility: hidden; }
  #menu.active {
    left: 0; }
    #menu.active .glyphicon-chevron-right {
      visibility: hidden; }
    #menu.active .glyphicon-chevron-left {
      visibility: visible; }
  #menu #menu-top {
    position: absolute;
    top: -67px;
    left: -14px; }
  #menu #menu-bot {
    position: absolute;
    bottom: -8px;
    left: -2px; }
  #menu #nav-resize {
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -93px; }
    #menu #nav-resize span {
      margin-left: -20px; }
  #menu .nav1, #menu .nav2 li {
    line-height: 28px;
    background-image: url("http://pic.wankacn.com/mhaapi/images/nav-border.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: center;
    background-position: 0 0; }
    #menu .nav1:hover, #menu .nav2 li:hover {
      background-color: #291f11; }
  #menu .nav1 {
    font-size: 14px; }
  #menu .nav2 li {
    list-style-type: square;
    list-style-position: inside;
    font-size: 12px; }

.group_item .group_item_content span{ margin-right:12px;}
  .group_item .group_item_head {
    height: 42px;
    border-bottom: 1px solid #443c2c;
    position: relative;
    margin-bottom: 10px; }
    .group_item .group_item_head .head_text {
      border-bottom: 1px solid #89754b;
      font-size: 18px;
      line-height: 42px;
      position: absolute;
      bottom: -1px;
      left: 0; }

.item2 .thumbnail {
  background-color: transparent;
  border: none; }
  .item2 .thumbnail img {
    width: 96%; }
  .item2 .thumbnail .caption {
    color: #ffe3b0;
    padding: 0; }
    .item2 .thumbnail .caption h3 {
      font-size: 18px; }
    .item2 .thumbnail .caption p {
      font-size: 12px;
      height: 34px; }

.item4 img {
  width: 100%; }

.item5 h2 {
  font-size: 20px; }
.item5 .prize-item h3 {
  font-size: 18px;
  padding: 10px 0; }
.item5 .list-wrap {
  position: relative; }
  .item5 .list-wrap .glint1 {
    position: absolute;
    top: -17px;
    right: 10%; }
  .item5 .list-wrap .glint2 {
    position: absolute;
    bottom: -24px;
    left: 10%; }
  .item5 .list-wrap ul {
    border: 1px solid #ffe3b0;
    background-color: rgba(255, 220, 151, 0.1);
    padding-top: 2px;
    padding-bottom: 2px; }
    .item5 .list-wrap ul li {
      padding-top: 2px;
      padding-bottom: 2px;
      font-size: 17px;
      color: #ffe3b0; }
      .item5 .list-wrap ul li:before {
        content: ".";
        display: inline-block;
        padding-right: 10px;
        vertical-align: text-bottom;
        color: #ffe3b0;
        font-size: 20px; }
    .item5 .list-wrap ul div {
      color: #e2dabf;
      line-height: 28px; }

#return-top {
  cursor: pointer; }



@media (min-width: 992px) {
  footer .group_item .group_item_head .head_text {
    left: 26%; }

  .item5 h2 {
    font-size: 30px; }
  .item5 .prize-item h3 {
    font-size: 24px;
    padding: 20px 0; }

  .group_item_content .row > div {
    width: 14.28%; }

  .group_item {
    padding-top: 30px;
    padding-bottom: 30px; }
    .group_item .group_item_head {
      margin-bottom: 56px; }
      .group_item .group_item_head .head_text {
        font-size: 22px;
        left: 0; } }
.item1 .carousel img {
  width: 100%; }
.item1 .news_list {
  color: #c1c1c1;
  font-size: 14px; }
  .item1 .news_list .glyphicon {
    font-size: 10px;
    padding-right: 5px; }
  .item1 .news_list li {
    cursor: pointer;
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #ffe3b0;
    padding-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .item1 .news_list li.active {
      color: #ffe3b0;
      border-bottom-color: #ffe3b0; }
    .item1 .news_list li .time-news {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 12px;
      margin-top: 3px; }
.item1 .pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #c1c1c1;
  text-decoration: none;
  background-color: #2d2d30;
  border: none;
  margin: 0 4px; }
  .item1 .pagination li a.active {
    background-color: #ffe3b0;
    color: #000; }

.item4 img {
  margin: 6px 0; }

.item3 .group_item_content {
  padding-top: 10px; }
  .item3 .group_item_content img {
    display: none; }
  .item3 .group_item_content .tree-list-group .tree-list-group-item {
    margin: 5px 0;
    background-image: url("http://pic.wankacn.com/mhaapi/images/tree-wrap.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 10px; }
    .item3 .group_item_content .tree-list-group .tree-list-group-item div {
      padding-top: 10px;
      font-size: 15px; }
    .item3 .group_item_content .tree-list-group .tree-list-group-item p {
      margin: 0;
      color: #f3f7de; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item p:before {
        content: '.';
        padding-right: 5px;
        font-size: 20px;
        display: inline-block;
        vertical-align: bottom; }

#carousel {
  position: relative;
  height: 335px; }
  #carousel ul {
    position: absolute;
    left: 0;
    top: 0; }
  #carousel img {
    width: 100%; }

.carousel-indicators {
  left: 80%; }
  .carousel-indicators li {
    width: 20px;
    height: 10px;
    border-radius: 0;
    border: none;
    background-color: #c1c1c1;
    margin: 0; }
    .carousel-indicators li.active {
      background-color: #ffe3b0;
      width: 20px;
      height: 10px;
      border: none; }

@media (min-width: 992px) {
  .item3 .group_item_content {
    position: relative;
    padding-top: 50px; }
    .item3 .group_item_content .dis-div {
      width: 500px; }
    .item3 .group_item_content img {
      display: block; }
    .item3 .group_item_content .tree-list-group .tree-list-group-item {
      background-image: url("http://pic.wankacn.com/mhaapi/images/tree-wrap.png");
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      padding: 10px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(1) {
        top: -84px;
        left: -2px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(2) {
        left: 189px;
        top: 80px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(3) {
        left: -154px;
        top: 268px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(4) {
        left: 400px;
        top: 284px;
        width: 150px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(5) {
        left: 17px;
        top: 500px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(6) {
        left: 500px;
        top: 563px;
        width: 81px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item:nth-child(7) {
        bottom: 24px;
        right: -106px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item div {
        padding-top: 10px;
        font-size: 15px; }
      .item3 .group_item_content .tree-list-group .tree-list-group-item p {
        margin: 0;
        color: #f3f7de; }
        .item3 .group_item_content .tree-list-group .tree-list-group-item p:before {
          content: '.';
          padding-right: 5px;
          font-size: 20px;
          display: inline-block;
          vertical-align: bottom; } }

/*# sourceMappingURL=index.css.map */
