﻿#wrapper #head #FocusBG {
    width: 100%;
    padding-top: 7px;
    height: 300px;
    background: url("body_bg.png") repeat 0px 0px;
}

#Focus {
    width: 980px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

    #Focus ul {
        height: 380px;
        position: absolute;
    }

        #Focus ul li {
            float: left;
            width: 980px;
            height: 300px;
            overflow: hidden;
            position: relative;
            background: #000;
        }

            #Focus ul li div {
                position: absolute;
                overflow: hidden;
            }

    #Focus .btnBg {
        position: absolute;
        width: 980px;
        height: 20px;
        left: 0;
        bottom: 0;
    }

    #Focus .btn {
        position: absolute;
        width: 960px;
        height: 10px;
        padding: 5px 10px;
        right: 20px;
        bottom: 10px;
        text-align: right;
    }

        #Focus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 10px;
            height: 5px;
            _font-size: 0;
            margin-left: 15px;
            cursor: pointer;
            background: #00a300;
        }

            #Focus .btn span.on {
                background: #00a300;
            }

    #Focus .preNext {
        width: 45px;
        height: 100px;
        position: absolute;
        top: 90px;
        cursor: pointer;
    }

    #Focus .pre {
        left: 0;
    }

    #Focus .next {
        right: 0;
        background-position: right top;
    }

#body h1.tit-h1 {
    font-size: 38px;
    text-align: center;
    margin: 30px 0 15px;
    color: #f60;
}

#body .go-back {
    text-align: center;
    border-top: 1px dashed #ccc;
    padding: 10px;
    margin-top: 20px;
    font-size: 40px;
}

#body .wrap {
    border: 1px dashed #ccc;
    background: #f8f8f8;
    padding: 20px;
}

#body .tab {
}

#body .tab-hd {
    background: url("box_bg1.jpg") repeat-x left top;
    overflow: hidden;
    zoom: 1;
}

    #body .tab-hd li {
        float: left;
        width: 100px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        height: 35px;
        line-height: 35px;
    }

        #body .tab-hd li.active {
            background: url("box_bg2.gif") no-repeat -10px -2px;
            font-weight: bold;
            padding: 0px;
            margin: 0px;
            padding-left: 0;
            font-size: 14px;
        }

            #body .tab-hd li.active a {
                color: #00a300;
                padding: 0px;
                margin: 0px;
                padding-left: 0;
                line-height: 30px;
                background: none;
            }

#body .tab-bd li {
    display: none;
    padding: 10px;
    border-top: 0 none;
}

#body .DivList {
    font-size: 12px;
    padding: 0px;
}

    #body .DivList .DivLi {
        padding: 0px 10px 0px 0px;
    }

        #body .DivList .DivLi a {
            line-height: 26px;
            padding: 0px;
            height: 26px;
            overflow: hidden;
        }

        #body .DivList .DivLi span {
            color: #00a300;
            padding-right: 20px;
            font-size: 11px;
            width: 80px;
        }


.PicBlock {
    padding: 0px 0px 14px 14px;
}

    .PicBlock .CasePicBlock {
        float: left;
        width: 125px;
        height: 118px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
    }

        .PicBlock .CasePicBlock .BlockPic {
            width: 104px;
            height: 79px;
            overflow: hidden;
        }

            .PicBlock .CasePicBlock .BlockPic img {
                width: 100px;
                height: 75px;
                padding: 1px;
                border: 1px solid #dededc;
                overflow: Hidden;
            }

        .PicBlock .CasePicBlock img:Hover {
            border: 1px solid #00a0b2;
        }

        .PicBlock .CasePicBlock .BlockTitle {
            text-align: center;
            width: 104px;
            height: 36px;
            overflow: hidden;
            line-height: 18px;
            background-color: #f5f5f5;
        }

/* main block*/
#body .MainBlock {
    width: 980px;
    margin: auto;
    font-size: 12px;
}

#body .left {
    float: left;
    width: 408px;
    height: 290px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

#body .right2 {
    float: right;
    width: 256px;
    height: 290px;
    overflow: hidden;
    font-size: 12px;
    border: 1px solid #e5e5e5;
}

#body .topic {
    height: 35px;
    background: url("box_bg1.jpg") repeat-x left top;
}

    #body .topic .TopicTitle {
        background: url("box_bg2.gif") no-repeat -10px -3px;
        float: left;
        padding-left: 15px;
        font-size: 14px;
        color: #00a300;
        height: 35px;
        font-weight: bold;
        line-height: 35px;
    }

        #body .topic .TopicTitle p {
            font-size: 9px;
            text-transform: uppercase;
            font-weight: normal;
            color: #999;
            line-height: 150%;
        }

#body .right2 .topic, #body .left .topic {
    height: 45px;
}

    #body .right2 .topic .TopicTitle, #body .left .topic .TopicTitle {
        padding-left: 15px;
    }

    /*标题链接文字颜色*/
#body .TopicTitle a {
    color: #00a300;
    text-decoration: none;
}

#body .topic .TopicMore {
    float: right;
    font-size: 12px;
    padding-right: 10px;
    padding-top: 12px;
}

    #body .topic .TopicMore img {
    }

#body .MBlockTable td {
    line-height: 27px;
    font-size: 12px;
}

#body .left .MBlockTable .ListTitle {
    background: url("title_icon1.jpg") no-repeat 15px 10px;
    padding-left: 30px;
}

#body .right2 .MBlockTable td {
    text-align: left;
    padding-left: 0;
}

#body .MainBlock .left .MBlockTable span {
    color: #9a9a9a;
    padding-left: 10px;
    font-size: 11px;
}

/*TabBlock*/
#body .MainBlock .left .TabBlock {
    width: 100%;
    padding: 0px 0px;
}

    #body .MainBlock .left .TabBlock .menu {
        background-color: #FFFFFF;
        height: 35px;
        border-right: 1px solid #FFFFFF;
        overflow: hidden;
        z-index: 1000;
        overflow: hidden;
        background: url("box_bg1.jpg") repeat left top;
    }

        #body .MainBlock .left .TabBlock .menu ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            position: relative;
        }

        #body .MainBlock .left .TabBlock .menu li {
            display: inline;
            height: 35px;
            float: left;
            width: 100px;
            cursor: pointer;
        }

            #body .MainBlock .left .TabBlock .menu li a {
                color: #666;
                text-decoration: none;
                line-height: 35px;
                text-align: center;
                font-size: 12px;
                font-weight: normal;
                display: block;
                height: 35px;
                background: url("box_bg1.jpg") repeat left top;
            }

                #body .MainBlock .left .TabBlock .menu li a.tabactive {
                    border-right: 1px solid #DFDFDF;
                    color: #c00108;
                    font-weight: bold;
                    border-top: 3px solid #c00108;
                    height: 35px;
                    line-height: 33px;
                    background: #FFFFFF url("jiantou2.gif") no-repeat 40px top;
                }

    #body .MainBlock .left .TabBlock #tabcontent1, #body .MainBlock .left .TabBlock #tabcontent2, #body .MainBlock .left .TabBlock #tabcontent3 {
        padding: 10px 10px;
        border-top: 1px solid #e5e5e5;
        height: 170px;
        overflow: hidden;
    }


#body .right {
    width: 269px;
    float: left;
    height: 290px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

#body .MainBlock .right .img {
    padding: 10px 10px;
    width: 200px;
}

#body .MainBlock .right h1 {
    font-size: 14px;
    text-align: center;
}

#body .MainBlock .right .txt {
    float: left;
    padding: 0px 10px 14px 10px;
    color: #6c6c6c;
}

#body .MainBlock .right2 .img {
    padding: 0px 10px 0px 10px;
    width: 233px;
}

#body .MainBlock .right2 h1 {
    font-size: 14px;
    text-align: center;
}

#body .MainBlock .right2 .txt {
    float: left;
    padding: 5px 10px 14px 10px;
    color: #6c6c6c;
}

#body .MainBlock .right2 .MBlockTable td {
    color: #6c6c6c;
}

    #body .MainBlock .right2 .MBlockTable td span {
        color: #F90;
        font-weight: bold;
    }

#body .MainBlock3 {
    width: 980px;
    margin: auto;
}

    #body .MainBlock3 .right {
        border: none;
    }

    #body .MainBlock3 .left {
        width: 980px;
        border: none;
    }

    #body .MainBlock3 .right2 {
    }


    #body .MainBlock3 .left .blk_29 {
        width: 978px;
        height: 242px;
        OVERFLOW: hidden;
        ZOOM: 1;
        POSITION: relative;
    }

        #body .MainBlock3 .left .blk_29 .LeftBotton {
            BACKGROUND: url(lop1.gif) no-repeat 0px 0px;
            LEFT: 10px;
            FLOAT: left;
            WIDTH: 34px;
            CURSOR: pointer;
            POSITION: absolute;
            TOP: 90px;
            HEIGHT: 114px;
        }

        #body .MainBlock3 .left .blk_29 .RightBotton {
            RIGHT: 5px;
            BACKGROUND: url(lop2.gif) no-repeat 0px 0px;
            FLOAT: right;
            right: 0px;
            WIDTH: 34px;
            CURSOR: pointer;
            POSITION: absolute;
            TOP: 90px;
            HEIGHT: 114px;
        }

        #body .MainBlock3 .left .blk_29 .Cont {
            MARGIN: 0px auto;
            OVERFLOW: hidden;
            PADDING: 30px 0 0 0px;
            float: left;
            height: 190px;
            width: 888px;
            POSITION: relative;
            left: 45px;
        }

        #body .MainBlock3 .left .blk_29 .box {
            FLOAT: left;
            WIDTH: 222px;
            TEXT-ALIGN: center;
        }

            #body .MainBlock3 .left .blk_29 .box IMG {
                BORDER: #ccc 1px solid;
                PADDING: 3px;
                DISPLAY: block;
                BACKGROUND: #fff;
                PADDING-BOTTOM: 3px;
                MARGIN: 0px auto;
                width: 155px;
                height: 155px;
            }

            #body .MainBlock3 .left .blk_29 .box A:hover IMG {
                BORDER: #c00108 1px solid;
            }

            #body .MainBlock3 .left .blk_29 .box P {
                WIDTH: 222px;
                LINE-HEIGHT: 20px;
                text-align: center;
                font-size: 12px;
                color: #c00108;
            }

    #body .MainBlock3 .right2 .AutoScrollList {
        height: 150px;
        margin: auto;
        overflow-y: scroll;
    }

#body .MainBlock .right2 #demo {
    background: #FFF;
    overflow: hidden;
    width: 230px;
    height: 240px;
    margin: auto;
}

#body .MainBlock .right2 #indemo {
    float: left;
    height: 800%;
}

#body .MainBlock .right2 #demo1 {
    float: left;
}

#body .MainBlock .right2 #demo2 {
    float: left;
}



/*TabBlock*/
#body .MainBlock3 .left .TabBlock {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

    #body .MainBlock3 .left .TabBlock .menu {
        background-color: #FFFFFF;
        height: 35px;
        border-top: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        overflow: hidden;
        z-index: 1000;
        z-index: 101;
    }

        #body .MainBlock3 .left .TabBlock .menu ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            position: relative;
            z-index: 101;
        }

        #body .MainBlock3 .left .TabBlock .menu li {
            display: inline;
            height: 35px;
            float: left;
            cursor: pointer;
            z-index: 101;
        }

            #body .MainBlock3 .left .TabBlock .menu li a {
                color: #c00108;
                text-decoration: none;
                line-height: 35px;
                text-align: center;
                font-size: 12px;
                font-weight: normal;
                display: block;
                border-top: 0px solid #F5F5F5;
                height: 35px;
                border-left: 0px solid #FFFFFF;
                border-right: 0px solid #FFFFFF;
                z-index: 101;
                padding: 0px 20px;
                width: 80px;
                overflow: hidden;
            }

                #body .MainBlock3 .left .TabBlock .menu li a.tabactive {
                    border-left: 1px solid #DFDFDF;
                    border-right: 1px solid #DFDFDF;
                    color: #c00108;
                    font-weight: bold;
                    border-top: 2px solid #c00108;
                    height: 34px;
                    line-height: 33px;
                    background: #FFFFFF url("top_bg1.jpg") repeat-x 0px -10px;
                    font-size: 14px;
                }

    #body .MainBlock3 .left .TabBlock #tabcontent1, #body .MainBlock3 .left .TabBlock #tabcontent2, #body .MainBlock3 .left .TabBlock #tabcontent3, #body .MainBlock3 .left .TabBlock #tabcontent4, #body .MainBlock3 .left .TabBlock #tabcontent5, #body .MainBlock3 .left .TabBlock #tabcontent6, #body .MainBlock3 .left .TabBlock #tabcontent7, #body .MainBlock3 .left .TabBlock #tabcontent8, #body .MainBlock .left .TabBlock #tabcontent9, #body .MainBlock3 .left .TabBlock #tabcontent10 {
        padding: 0px 0px;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        font-size: 12px;
        background-color: #FFF;
        z-index: 100;
    }









#body .ProductShow {
    BORDER: #dddddd 1px solid;
    WIDTH: 978px;
    font-size: 12px;
}

    #body .ProductShow .albumblock {
        padding: 10px 10px 10px 17px;
    }


.hjc {
}

.hjnav {
    BACKGROUND-COLOR: #fff;
    HEIGHT: 518px;
    overflow: hidden;
}

.hjnavC {
    width: 978px;
    height: 230px;
    background-color: #F5f5f5;
    overflow: hidden;
}

.hjnavleft {
    WIDTH: 978px;
    HEIGHT: 42px;
    z-index: 100;
    background-color: #FFF;
    overflow: hidden;
    border-right: 1px solid #e7e7e7;
}

.hjnavcn {
    WIDTH: 978px;
    FLOAT: left;
    HEIGHT: 230px;
    OVERFLOW: hidden;
}

.hjnavleft UL {
}

    .hjnavleft UL LI {
        LINE-HEIGHT: 42px;
        PADDING: 0 30px;
        HEIGHT: 42px;
        border-bottom: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        float: left;
    }

        .hjnavleft UL LI a:hover {
            text-decoration: none;
            color: #c00108;
            font-weight: bold;
        }

        .hjnavleft UL LI.hover0 {
            border-left: none;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover0 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover1 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover1 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover2 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover2 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover3 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover3 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover4 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover4 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover5 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover5 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover6 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover6 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover7 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover7 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover8 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover8 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover9 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover9 a {
                color: #c00108;
                font-weight: bold;
            }

        .hjnavleft UL LI.hover10 {
            border-left: 1px solid #F5f5f5;
            border-bottom: 1px solid #F5f5f5;
            background-color: #F5f5f5;
        }

            .hjnavleft UL LI.hover10 a {
                color: #c00108;
                font-weight: bold;
            }

.f {
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 10px;
}

.dcn {
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 10px;
}

.shengming {
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 10px;
}

.cfr H5 IMG {
    DISPLAY: block;
}

.cfr UL LI.tenlion IMG {
    DISPLAY: block;
}

.jdcenter IMG {
    DISPLAY: block;
}

.cfr UL LI IMG {
    DISPLAY: none;
}

.cfr UL LI.tenlion P {
    DISPLAY: none;
}

.hjone {
    PADDING-BOTTOM: 10px;
    LINE-HEIGHT: 22px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 158px;
    PADDING-TOP: 10px;
}

    .hjone P {
        PADDING-BOTTOM: 5px;
        TEXT-INDENT: 2em;
    }



#body #Links {
    padding: 10px 8px;
    line-height: 25px;
    font-size: 12px;
    border: 1px solid #00a300;
}

    #body #Links span {
        font-weight: bold;
    }

    #body #Links a {
        padding: 0px 7px;
    }
