﻿
/*banner切换大图*/

ul, li {
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING: 0px
}

.mainbanner {
    POSITION: relative;
    HEIGHT: 550px;
    OVERFLOW: hidden;
    border-bottom: 1px solid #EDE6D6;
}

.mainbanner_window {
    POSITION: absolute;
    WIDTH: 1920px;
    HEIGHT: 550px;
    MARGIN-LEFT: -960px;
    OVERFLOW: hidden;
    LEFT: 50%
}

    .mainbanner_window UL {
        POSITION: relative;
        WIDTH: 999999px;
        HEIGHT: 550px
    }

    .mainbanner_window LI {
        TEXT-ALIGN: center;
        WIDTH: 1920px;
        DISPLAY: inline;
        BACKGROUND: rgb(204,204,204);
        FLOAT: left;
        HEIGHT: 550px;
        FONT-SIZE: 0px
    }

#slideContainer img {
    border: 0;
    text-decoration: none;
    width: 1920px;
    height: 550px;
}

.mainbanner_list {
    POSITION: absolute;
    WIDTH: 550px;
    HEIGHT: 30px;
    MARGIN-LEFT: -75px;
    TOP: 510px;
    LEFT: 50%
}

    .mainbanner_list LI {
        WIDTH: 30px;
        DISPLAY: inline;
        FLOAT: left;
        HEIGHT: 30px;
        OVERFLOW: hidden
    }

    .mainbanner_list A {
        TEXT-ALIGN: center;
        LINE-HEIGHT: 25px;
        WIDTH: 25px;
        DISPLAY: inline-block;
        BACKGROUND: url(../images/50c15ece07fd0f3407000083.png) no-repeat;
        FLOAT: left;
        HEIGHT: 25px;
        COLOR: rgb(255,255,255);
        FONT-SIZE: 12px;
        OVERFLOW: hidden;
    }

    .mainbanner_list LI.active A {
        BACKGROUND-POSITION: 0px -30px;
        TEXT-DECORATION: none;
        color: #FFFFFF
    }

    .mainbanner_list LI A:hover {
        BACKGROUND-POSITION: 0px -30px;
        TEXT-DECORATION: none;
        color: #FFFFFF
    }

.undis {
    display: none
}

body, td, th {
    font-size: 12px;
    color: #333333;
    font-family: "Microsoft YaHei", "微软雅黑","黑体","Hiragino Sans GB", sans-serif;
    line-height: 26px;
}

body {
    margin: 0;
    background: #F9EBCE
}

a {
    color: #333333;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
        color: #333333;
    }

    a:hover {
        text-decoration: none;
        color: #ff0000;
    }

    a:active {
        text-decoration: none;
        color: #333333;
    }


/*导航*/
.dh {
    cursor: pointer;
    padding: 0;
    margin: 0 100px;
    z-index: 20;
    width: 100%;
}

    .dh li {
        float: left;
        text-align: center;
        height: 46px;
        display: block;
        margin-left:0px;
        width: 122px;
        /*padding: 0 20px;*/
        line-height: 46px;
        font-size: 16px;
        color: #FFFFFF;
        background: url(../images/mli.gif) center right no-repeat;
    }

    .dh li a {
        display: block;
        color: #FFFFFF
    }

    .dh li a:hover {
        display: block;
        color: #cc0000;
        background: #FFCC66
    }

    .dh li:hover {
        background: #8C5A1E
    }

    .dh li div {
        top: 0px;
        position: relative;
        z-index: 999;
        left: -5px;
        width: 109px;
        line-height: 30px;
        color: #FF6600;
        padding: 0px;
        display: none;
        text-align: center;
        font-size: 12px;
        font-weight: normal
    }

    .dh li:hover div {
        display: block;
    }

    .dh li div a {
        display: block;
        background: #C07D2C;
        color: #FFFFFF;
        border-bottom: 1px solid #ffffff;
        border-right: 0px;
    }

    .dh li div a:hover {
        background: #AA6B24
    }

.lm {
    display: block
}

    .lm a {
        height: 210px;
        display: block;
        color: #6C0F22;
        padding-top: 20px;
    }

        .lm a:hover {
            color: #ffffff;
            background: #6C0F22
        }

        .lm a .lmpic1 {
            background: url(../images/lmbg.jpg) 0 0 no-repeat;
        }

        .lm a:hover .lmpic1 {
            background: url(../images/lmbg.jpg) 0px -70px no-repeat;
        }

        .lm a .lmpic2 {
            background: url(../images/lmbg.jpg) -70px 0 no-repeat;
        }

        .lm a:hover .lmpic2 {
            background: url(../images/lmbg.jpg) -70px -70px no-repeat;
        }

        .lm a .lmpic3 {
            background: url(../images/lmbg.jpg) -140px 0 no-repeat;
        }

        .lm a:hover .lmpic3 {
            background: url(../images/lmbg.jpg) -140px -70px no-repeat;
        }

        .lm a .lmpic4 {
            background: url(../images/lmbg.jpg) -210px 0 no-repeat;
        }

        .lm a:hover .lmpic4 {
            background: url(../images/lmbg.jpg) -210px -70px no-repeat;
        }

    .lm .lmtit {
        font-size: 25px;
        display: block;
        text-align: center;
        line-height: 29px;
        margin-bottom: 10px
    }

.lmpic1, .lmpic2, .lmpic3, .lmpic4 {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 20px auto;
}

.lm .lmcontent {
    display: block;
    line-height: 20px;
    padding: 6px 10px;
}

.tit {
    font-size: 18px;
    color: #AF8048;
    background: url(../images/titbg.gif) center bottom;
    height: 36px;
    line-height: 36px
}

    .tit a {
        color: #AF8048;
    }

.mart15 {
    margin-top: 15px
}

.foot {
    width: 100%;
    padding: 5px 0 15px 0;
    text-align: center;
    background: #730D22;
    margin-top: 15px
}

.dotlist {
    background: url(../images/can.gif) no-repeat 0 1px;
    text-indent: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #9A7241;
    margin-bottom: 10px
}

    .dotlist a {
        color: #9A7241;
    }

.newslist {
    background: url(../images/dott.gif) no-repeat 0 6px;
    font-size: 14px;
    text-indent: 10px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 12px;
}

    .newslist a {
        color: #666666;
    }

    .newslist img {
        margin: 5px 0;
        vertical-align: middle;
        margin-left: 6px
    }

.picbox {
    PADDING: 2px;
    BORDER: #cccccc 1px solid;
}

    .picbox:hover {
        PADDING: 1px;
        BORDER: #AF8048 2px solid;
    }

.s14 {
    font-size: 14px;
}

.s16 {
    font-size: 16px
}

.l30 {
    line-height: 30px
}

.l25 {
    line-height: 25px
}

.mart {
    margin-top: 8px
}

.pad10 {
    padding: 10px
}

.neitit {
    border-bottom: 1px solid #730D22;
    line-height: 45px;
    background: url(../images/neitit.jpg) 5px 5px no-repeat;
    padding-left: 40px;
    line-height: 45px;
    color: #730D22;
    font-size: 20px;
    font-weight: bold
}

.neititr {
    border-bottom: 1px solid #730D22;
    line-height: 45px;
    padding-right: 5px;
    line-height: 45px;
    color: #666666;
    font-size: 12px;
    text-align: right
}

.fl {
    padding: 0;
    font-size: 14px
}

    .fl a:link, .fl a:visited {
        background: url(../images/fl.jpg) left center no-repeat;
        height: 30px;
        line-height: 30px;
        display: block;
        padding-left: 40px;
        margin-top: 5px;
        color: #000000;
    }

    .fl a:hover {
        background: url(../images/flon.jpg) left center no-repeat;
        display: block;
        text-decoration: none;
        color: #ffffff;
    }

.flda {
    padding: 0;
    font-size: 14px;
    text-align: center
}

    .flda a:link, .flda a:visited {
        height: 45px;
        line-height: 45px;
        display: block;
        margin-top: 5px;
        background: #730D22;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
    }

    .flda a:hover {
        text-decoration: none;
        background: #cc0000;
        color: #FFFF00;
        letter-spacing: 3px;
    }

.lineb {
    border-bottom: 1px dashed #999999
}

.l18 {
    line-height: 18px;
    color: #999999
}

.more {
    padding-right: 8px;
    text-align: right
}

.xie {
    font-style: italic
}

.padl15 {
    padding-left: 15px
}

.bor4 {
    border: 1px solid #cecece;
}

.gry {
    color: #999999
}

.red, .red a {
    color: #FF0000
}

.dred {
    color: #b45000
}

.white, .white a:link, .white a:visited {
    color: #FFFFFF;
}

    .white a:hover {
        color: #FFFF00
    }
/* color:#A96921*/
.con {
    line-height: 25px;
    padding: 0 10px
}

.contit {
    font-size: 22px;
    font-weight: bold;
    color: #cc0000;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
}

.condate {
    color: #999999;
    border-top: 1px dashed #999999;
    line-height: 35px
}

.conn {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 150px
}

.listnews {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #999999
}

    .listnews h1, .listnews h2, .listnews h3 {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .listnews h1 {
        font-size: 18px;
        line-height: 25px;
        height: 25px;
    }

    .listnews h2 {
        font-size: 12px;
        color: #999999;
        line-height: 25px;
        font-weight: normal;
        height: 25px;
    }

    .listnews h3 {
        line-height: 18px;
        font-size: 12px;
        font-weight: normal;
        color: #666666;
    }
