body {
    background: url(../images/homeMain/bg.gif) repeat-x;
    box-sizing: border-box;
    background-attachment: fixed;
}

a {
    color: #fff;
    line-height: 30px;
}

a:hover {
    color: #ffbf19;
}

.header {
    margin: 0 auto;
    width: 960px;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}


/* 顶部logo */

.header .top-logo {
    width: 960px;
    height: 163px;
    background: url(../images/homeMain/images01.jpg);
    /* background-color: pink; */
}


/* 导航栏 */

.shortcut {
    height: 40px;
    background: url(../images/homeMain/images02.jpg);
}

.shortcut ul {
    text-align: center;
}

.shortcut ul li {
    display: inline;
    margin-left: 35px;
}

.shortcut ul li a {
    line-height: 40px;
}


/* 搜索模块 */

.notice {
    height: 33px;
    background: url(../images/homeMain/images03.gif);
    line-height: 33px;
}

.notice b {
    margin-left: 10px;
}

.main-top {
    margin: 0 auto;
    width: 960px;
    height: 33px;
    background: #fff;
}

.main-top a {
    float: right;
    font-size: 12px;
    color: #000000;
    margin-right: 10px;
}

.main-bottom {
    width: 960px;
    height: 56px;
    background: #fff;
    margin: 0 auto;
}

.main-bottom h1 {
    font-size: 24px;
    color: #d20000;
    //line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}


/* 内容部分 */

.body {
    width: 960px;
    margin: 0 auto;
}

.body-top {
    height: 26px;
    background: #e6e6e6;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

.body-detail {
    min-height: 500px;
    background: #fff;
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0 40px;
}

.body-detail h1 {
    text-align: center;
    /* margin: 10px 0; */
    padding-top: 10px;
    font-size: 20px;
}