@charset "utf-8";

html,body,div,h2,p,ul,li {padding: 0;margin: 0;}

body {
    font: 14px/1.5 '微软雅黑';
}

.wrapper {
    background: url("../img/bg.jpg") no-repeat top center;
}

.main {
    width: 1010px;
    margin: 0 auto;
    padding-top: 610px;
}

.main .borderTop {
    height: 29px;
    background: url("../img/borderTop.png") no-repeat;
}

.main .content {
    background: url("../img/borderCenter.png") repeat-y;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    padding: 0 30px;
}

.main .borderBottom {
    height: 29px;
    background: url("../img/borderBottom.png") no-repeat;
}

.main .first p {
    font-size: 24px;
}

.caption h2 {
    width: 265px;
    height: 73px;
    margin: 20px auto;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/bg-title.png") no-repeat;
}

.caption h2.w2 {
    background-position: 0 -73px;
}

.caption h2.w3 {
    background-position: 0 -147px;
}

.main .content p span.red {
    color: #d32f3b;
}

.content .btnBox {
    overflow: hidden;
    margin: 20px auto 0;
}

.content .btnBox a {
    display: block;
    width: 466px;
    height: 92px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/bg-btn.png") no-repeat;
}

.content .btnBox .btn-down {
    float: left;
}

.content .btnBox .btn-get {
    float: right;
    background-position: -500px 0;
}

.btnBox .btn-down:hover,
.btnBox .btn-down:active,
.btnBox .btn-get:hover,
.btnBox .btn-get:active{
    background-position-y: -92px;
}

.main .content ul {
    list-style: none;
    overflow: hidden;
}

.main .listItem {
    padding: 0 14px;
    font-size: 14px;
}

.main .content li {
    float: left;
    width: 140px;
    text-align: center;
    margin-bottom: 4px;
}

#footer{
    margin-top: 30px;
    background-color:#000;
    text-align:center;
    line-height:1.6;
    font-size:14px;
    padding:20px 0;
    color:#6b7687;
}

#footer a {
    text-decoration: none;
    color: #6b7687;
}