﻿@charset "utf-8";

/* 子页面焦点图 */

#subbanner {
    background-image: url(/img/sub_bg.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

/* 左侧导航 */
#left {
    min-height: 500px;
}

    #left .title {
        line-height: 48px;
        text-align: center;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        border-bottom-width: 6px;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
    }

#leftnav {
    padding-bottom: 30px;
}

    #leftnav li {
        line-height: 56px;
        text-align: center;
        background-image: url(/img/left_nav.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        font-size: 16px;
        font-weight: bold;
    }

        #leftnav li:hover {
            background-image: url(/img/left_nav_now.jpg);
            color: #FFF;
        }

        #leftnav li a {
            text-decoration: none;
            color: #999;
            display: block;
        }

            #leftnav li a:hover {
                color: #FFF;
            }


    #leftnav .now {
        background-image: url(/img/left_nav_now.jpg);
    }

        #leftnav .now a {
            color: #FFF;
        }


/* 左侧菜单 */
#leftMenu {
    padding-bottom: 30px;
}

    #leftMenu ul {
        position: absolute;
        width: 234px;
        list-style: none;
    }

    #leftMenu li {
        position: relative;
        width: 234px;
        line-height: 56px;
        text-align: center;
        background-color: white;
        background-image: url(/img/left_nav2.jpg);
        background-repeat: no-repeat;
        background-position: center center;

        border-bottom: solid 1px #F2F2F2;
        font-size: 16px;
        font-weight: bold;
    }

        #leftMenu li:hover, #leftMenu .now {
            background-image: url(/img/left_nav_now2.jpg);
            color: #FFF;
        }

    #leftMenu li a {
        text-decoration: none;
        color: #000000;
        display: block;
    }

        #leftMenu li a:hover {
            color: #FFF;
        }

        #leftMenu li > ul {
            left: 234px;
            top: 0;
            display: none;
            border: solid 1px #F2F2F2;
        }

    #leftMenu li:hover > ul {
        display: block;
    }

    #leftMenu > ul > li {
        background-image: url(/img/left_nav.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }


        #leftMenu > ul > li:hover {
            background-image: url(/img/left_nav_now.jpg);
            background-color: transparent;
            color: #FFF;
        }

/* 右侧内容区域 */

#rightbox {
    float: right;
    width: 930px;
}

/* 子页面导航 */

#subnav {
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    margin-bottom: 20px;
}

    #subnav .fl {
        background-image: url(/img/sub_product.jpg);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 30px;
        font-size: 22px;
        font-weight: bold;
        color: #1D6ABC;
    }

    #subnav .title {
        font-size: 24px;
        color: #0647AD;
        font-weight: bold;
        float: left;
    }

    #subnav a {
        color: #0357B7;
        text-decoration: none;
    }


/* 内容区域 */

#subcontent {
    clear: both;
    padding: 10px 24px;
    font-size: 16px; /*字体大小*/
    line-height: 24px; /*行间距*/
    /*text-indent: 32px;*/ /*缩进两字符*/
}

    #subcontent > p {
        margin: 10px auto; /*段间距*/
    }

    #subcontent .title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #015AB4;
        line-height: 54px;
    }

    #subcontent .exp {
        text-align: center;
        line-height: 30px;
        color: #999;
        height: 30px;
        font-size: 14px;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #E7F1FB;
        padding-bottom: 7px;
    }

    #subcontent .content {
        padding: 15px 0;
    }

    #subcontent .history hr {
        margin: 10px auto;
        height: 0;
        border-top-width: 1px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        border-top-style: dashed;
        border-top-color: #76AFE6;
    }

    #subcontent .history p {
        display: block;
        clear: both;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 24px;
    }

    #subcontent .history strong {
        display: block;
        padding: 5px;
        width: 110px;
        color: #05459F;
        float: left;
        height: 65px;
    }
