﻿@charset "utf-8";
body{ background: url(../../base/img/bg-guide.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.siteWidth, #content{ width: 900px; padding: 0; }
#header{ background: none; }
.logoBar{ height: 118px; }
.logoBar #logo img{ max-height: 68px; }
.topNav{ display: none; }
#footer{ background: none; border: none; }
#footer .pics{ right: 0; }

.infoList li .date{ color: #a98e71; }
.infoList li:hover a{ color: #ef0700; }

.row{ margin-bottom: 20px; }
.row.last{ margin-bottom: 0; }
.column-6{ float: left; width: 440px; margin-right: 20px; }
.row>.last{ float: right; margin-right: 0; }

.indBanner{ position: relative; margin-bottom: 20px; }
.indBanner .bd .con{ display: none; }
.indBanner .bd .pic img{ width: 100%; height: 350px; }
.indBanner .hd{ position: absolute; left: 0; bottom: 25px; width: 100%; text-align: center; font-size: 0; line-height: 1; }
.indBanner .hd li{ display: inline-block; width: 15px; height: 15px; margin: 0 5px; cursor: pointer; border-radius: 50%; background: #999; background: rgba(255, 255, 255, .6); }
.indBanner .hd li span{ display: none; }
.indBanner .hd li.on{ background: #e9c27a; }

.goHome{ position: fixed; left: 50%; bottom: 30px; width: 202px; height: 100px; margin-left: 450px; background: url(../../base/img/bg-enter.png) no-repeat; font-size: 0; z-index: 1; }

/* 区块1 */
.indBox{ overflow: hidden; }
.indBox>.hd{ float: left; width: 40px; border-right: #333 1px dotted; padding-top: 3px; text-align: center; height: 224px; }
.indBox>.hd h3{ font-size: 22px; text-shadow: 0 1px 0 #f0f0f0; line-height: 1.2; }
.indBox>.hd h3 a{ color: inherit; text-decoration: none; }
.indBox>.hd .more{ display: block; font-size: 12px; color: #ff5600; padding: 0 14px; margin-top: 15px; line-height: 1.2; text-decoration: none; }
.indBox>.bd{ overflow: hidden; padding-left: 15px; }


/*--
颜色代码
#0068B7 深色标题
#ddd 淡色边框
--*/