.headerBg{
    background: url(../imgs/header.jpg) center top no-repeat;
}

.bg-header{
    width: 1000px ;
    height: 570px;
    margin: 0 auto;
    position: relative;
}
.bg-link {
    width: 326px;
    height: 14px;
    position: absolute;
    top: 19px;
    right: 115px;
}
.bg-link a {
    display: block;
    height: 14px;
    line-height: 14px;
    float: left;
    color: #671e65;
    font-size: 14px;
    font-family: "微软雅黑";
}
.bg-link a.acthome {
    width: 120px;
    background: url("../imgs/back_03.png") left 50% no-repeat;
    border-right: 1px solid rgb(149,149,149);
    text-indent: 20px;
}
.bg-link a.acthome:hover {
    background: url("../imgs/backH_03.png") left 50% no-repeat;
    color: #67251e;
}
.bg-link a.home {
    text-indent: 32px;
    width: 102px;
    background: url("../imgs/home_03.png") 12px 50% no-repeat;
    border-left: 1px solid rgb(192,192,192);
    border-right: 1px solid rgb(149,149,149);
}
.bg-link a.home:hover {
    background: url("../imgs/homeH_03.png") 12px 50% no-repeat;
    color: #67251e;
}
.bg-link a.bbs {
    text-indent: 34px;
    width: 100px;
    background: url("../imgs/bbs_03.png") 14px 50% no-repeat;
    border-left: 1px solid rgb(192,192,192);
}
.bg-link a.bbs:hover {
    background: url("../imgs/bbsH_03.png") 14px 50% no-repeat;
    color: #67251e;
}
.bg-logo {
    display: block;
    width: 289px;
    height: 149px;
    margin-left: 90px;
}
.main-nav {
    background: url("../imgs/nav_02.jpg") center top no-repeat;
}
.mainBtns{
    width: 1000px ;
    margin: 0 auto;
}
.mainBtn{
    width: 125px;
    height: 110px;
    float: left;
}
.mainBtn:hover,.mainBtn_hover{
    background: url("../imgs/navH_03.jpg") no-repeat ;
}
.mainBtn1{
    background-position: 0 0;
}
.mainBtn1:hover,.mainBtn1_hover{
    background-position: 0 0;
}

.mainBtn2{
    background-position: -125px 0;
}
.mainBtn2:hover,.mainBtn2_hover{
    background-position: -125px 0;
}

.mainBtn3{
    background-position: -250px 0;
}
.mainBtn3:hover,.mainBtn3_hover{
    background-position: -250px 0;
}

.mainBtn4{
    background-position: -375px 0;
}
.mainBtn4:hover,.mainBtn4_hover{
    background-position: -375px 0;
}

.mainBtn5{
    background-position: -500px 0;
}
.mainBtn5:hover,.mainBtn5_hover{
    background-position: -500px 0;
}

.mainBtn6{
    background-position: -625px 0;
}
.mainBtn6:hover,.mainBtn6_hover{
    background-position: -625px 0;
}

.mainBtn7{
    background-position: -750px 0;
}
.mainBtn7:hover,.mainBtn7_hover{
    background-position: -750px 0;
}

.mainBtn8{
    background-position: -875px 0;
}
.mainBtn8:hover,.mainBtn8_hover{
    background-position: -875px 0;
}
.mainBtn_hover{

}
.main{
    width: 890px;
    margin: 0 auto;
    padding: 45px 55px 70px;
    background-color: #fff9ed;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
}
.page {
    display: none;
}
.pageTopTit{
    padding: 0 20px;;
    background-color: #faf0f0;
    color: #660000;
    text-align: left;;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 40px;
    font-weight: bold;
}
.txt{
    padding: 0 20px;
}
.pageTit{
    display: inline-block ;
    color: #c65e5c;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.pageTable{
    width: 100%;
}
.pageTable th{
    border: 1px solid #b0bdd6;
    text-align: center;
    background-color: #f2f8ff;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.pageTable td{
    border: 1px solid #b0bdd6;
    text-align: center;
    background-color: #f2f8ff;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
}
.pageTable .grayBg{
    background-color: #e1e1e1;
    font-weight: bold;
}
.page p{
    margin-bottom: 15px;
}
.pageTable .th{
    height: 48px;
    line-height: 48px;
    color: #f2f8ff;
    border: 1px solid #b0bdd6;
    font-size: 16px;
    font-weight: bold;
}
b{
    font-weight: bold;
}
.red{
    color: #cc3333;
}