    html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically 
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  */
    }
	
.index-page{ padding-top:140px; margin:0 auto;}

.tit1 h1{ font-size:45px;}
.tit1 p{ font-size:28px; color:#4c4948; margin-top:20px;}
.index-dec{ font-size:16px; color:#000000; margin-top:20px;}

.index-about-item{ width:33%; float:left; margin-top:80px;}
.index-about-item h2{ font-size:72px; color:#cba671; line-height:72px;}
.index-about-item p{ font-size:16px; font-weight:bold; color:#000; margin-top:35px;}
.index-about-item span{ font-size:14px;margin-top:20px;}

.index-forum{ width:100%; height:auto; margin-top:50px; cursor:pointer;}
.index-forum-item{ float:left; width:16.666666666666%; position:relative;}
.index-forum-item .sub{ width:100%; height:80px; background:url(../images/index-3-bg.png); position:absolute; bottom:0px; left:0px;}
.index-forum-item .sub h2{ font-size:20px; color:#FFF; margin-top:15px;}
.index-forum-item .sub p{ font-size:16px; color:#FFF;}

.index-forum-item .sub2{ width:100%; height:100%; background:url(../images/index-3-bg-2.png); position:absolute; bottom:0px; left:0px; display:none;}
.index-forum-item .sub2 h2{font-size:20px; color:#FFF; margin-top:165px;}
.index-forum-item .sub2 p{font-size:16px; color:#FFF; width:80%; margin:0 auto; }
.index-forum-item .sub2 p.dec{ font-size:12px;margin-top:10px;}
.index-forum-item .sub2 a{ width:70px; height:20px; display:block; margin:0 auto; border-radius:5px; background:#FFF; line-height:20px; text-align:center; font-size:12px; color:#CFA972; margin-top:20px;}

.index-news{ width:1200px; margin:0 auto; margin-top:60px;}
.index-news-pic{ width:565px; float:left;}
.index-news-right{ width:600px; float:right; margin-top:20px;}
.index-news-nav{ width:600px; border-bottom:1px solid #cea66c;}
.index-news-nav a{ display:block; width:90px; height:25px; font-size:16px; color:#FFF; float:left;}
.index-news-nav a:hover{ background:#cea66c; color:#FFF;}
.index-news-nav a.select{background:#cea66c; color:#FFF;}
.index-news-list{ display:none; width:600px; padding-bottom:40px; margin-top:10px; position:relative;}
.index-news-list a.more{ position:absolute; right:10px; bottom:10px; font-size:16px; color:#FFF;}
.index-news-list li{ height:50px; line-height:50px; border-bottom:1px dashed #f3f5f6;}
.index-news-list li a{ float:left; font-size:14px; color:#f3f5f6;}
.index-news-list li span{ float:right; font-size:12px; color:#CCC;}



