html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 20px;
    color: #606060;
    background: #fff;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    display: inline-table;
}

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

* html .clear {
    zoom: 1;
}

*:first-child + html .clear {
    zoom: 1;
}

a {
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #555;
}

    a:hover {
        color: #a90000;
    }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.more {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin-right: 10px;
}

.m0 {
    margin: 0px;
}

.container {
    width: 1028px;
    margin: 0 auto;
}

.header {
    background: #fff;
    background: url(../image/top-bg.jpg) repeat-x 0 73px;
}
.header-right {
    position:absolute;
    right:30px;
    top:10px;
}

.footer {
    background: #888;
    border-top: 4px solid #a90000;
}

    .footer p {
        text-align: center;
    }

    .footer .container {
        background: #444;
    }

.nav {
    height: 40px;
    width: 1028px;
    background: #a90000;
}

    .nav ul {
    }

    .nav > ul > li {
        float: left;
        width: 12.5%;
        text-align: center;
        line-height: 40px;
        position: relative;
    }

        .nav > ul > li > a {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            display: block;
        }

            .nav > ul > li:hover > a{
                color: #fff;
                background: #2D2D2D;
            }

            .nav > ul > li > a.active {
                color: #fff;
                background: #2D2D2D;
            }

.submenu {
    position: absolute;
    display: none;
    top: 40px;
    z-index: 111;
    zoom: 1;
    
    background: #2D2D2D;
    border: 1px solid #a90000;
}

    .submenu li {
        text-align: center;
        height: 40px;
        float: none;
        width: 106px;
        line-height: 40px;
        padding: 0 10px;
    }

        .submenu li a {
            color: #fff;
            display: block;
            border-bottom: 1px solid #a90000;
        }

.title {
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    border-bottom: 1px solid #DBDBDB;
    
    
    padding-left: 20px;
    color: #991E33;
}

    .title a {
        color: #991E33;
        font-size: 14px;
    }

        .title a.more {
            font-size: 12px;
            color: #666;
        }

        .title a:hover {
            color: #f60;
        }

.user-login-title {
    border-bottom-style: none;
    padding-left: 20px;
}

i[class^=icon-ksrk] {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: block;
}

.icon-ksrk-jyzx {
    background: url(../image/icon-jyzx.png) no-repeat;
}

    .icon-ksrk-jyzx:hover {
        background: url(../image/icon-jyzx-on.png) no-repeat;
    }

.icon-ksrk-dwzp {
    background: url(../image/icon-dwzp.png) no-repeat;
}

    .icon-ksrk-dwzp:hover {
        background: url(../image/icon-dwzp-on.png) no-repeat;
    }

.icon-ksrk-xsqz {
    background: url(../image/icon-xsqz.png) no-repeat;
}

    .icon-ksrk-xsqz:hover {
        background: url(../image/icon-xsqz-on.png) no-repeat;
    }

.icon-ksrk-xzzx {
    background: url(../image/icon-xzzx.png) no-repeat;
}

    .icon-ksrk-xzzx:hover {
        background: url(../image/icon-xzzx-on.png) no-repeat;
    }

i[class^=icon-infotype] {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: block;
}

.icon-infotype-jyinfo {
    background: url(../image/icon-jyinfo.png) no-repeat;
}

    .icon-infotype-jyinfo:hover, li.active .icon-infotype-jyinfo {
        background: url(../image/icon-jyinfo-on.png) no-repeat;
    }

.icon-infotype-zpinfo {
    background: url(../image/icon-zpinfo.png) no-repeat;
}

    .icon-infotype-zpinfo:hover, li.active .icon-infotype-zpinfo {
        background: url(../image/icon-zpinfo-on.png) no-repeat;
    }

.icon-infotype-byinfo {
    background: url(../image/icon-byinfo.png) no-repeat;
}

    .icon-infotype-byinfo:hover, li.active .icon-infotype-byinfo {
        background: url(../image/icon-byinfo-on.png) no-repeat;
    }

.infoType {
    margin: 20px 0;
}

    .infoType ul {
        overflow: hidden;
    }

        .infoType ul li {
            float: left;
            margin: 0 120px;
            cursor: pointer;
        }
.news {
    width: 371px;
    min-height: 259px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    
    
    border-bottom: 1px solid #DBDBDB;
}

.newsEx {
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 10px;
    background: #eee;
    border-bottom: 1px solid #a90000;
}
    .newsEx .title {
        border-bottom: 1px solid #a90000;
    }

.news ul {
    
}

.news li {
    line-height: 26px;
    *line-height: 25px;
    overflow: hidden;
    background: url(../image/icon.jpg) no-repeat 2px center;
    padding: 0px 0px 0px 11px;
}

    .news li a {
        float: left;
        width: 240px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.news .date {
    float: right;
}

.yqlj {
    padding: 10px 0px;
    background: #fff;
    border-top: 1px solid #eee;
    margin-top: 10px;
    line-height: 40px;
}

    .yqlj span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #991E33;
    }

    .yqlj ul {
        overflow: hidden;
    }

        .yqlj ul li {
            float: left;
            padding: 0 10px;
            line-height: 40px;
            height: 40px;
        }

            .yqlj ul li img {
                display: block;
            }

.ggtp {
    margin-top: 10px;
    overflow: hidden;
}

    .ggtp a {
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        float: left;
        padding: 2px;
        border: 1px solid #ccc;
        margin: 2px;
        line-height: 0px;
        font-size: 0px;
    }

        .ggtp a:hover {
            border: 1px solid #f60;
        }

.row {
    overflow: hidden;
}


.banner {
    min-width: 1028px;
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #eee;
}

    .banner .bd {
        position: relative;
        z-index: 0;
    }

        .banner .bd ul {
            overflow: hidden;
            height: 260px;
            position: relative;
        }

        .banner .bd li {
            width: 1028px;
            height: 260px;
            float: left;
        }

            .banner .bd li .siteWidth {
                width: 1028px;
                position: relative;
                margin: 0 auto;
                height: 260px;
            }

            .banner .bd li a {
                height: 260px;
                display: block;
            }

        .banner .bd .txt {
            position: absolute;
            width: 415px;
            top: 100px;
            left: 22px;
            font: normal 18px/30px "Microsoft YaHei";
        }

        .banner .bd .btn {
            display: block;
            zoom: 1;
            margin-top: 8px;
            width: 72px;
            padding-right: 10px;
            height: 31px;
            line-height: 31px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            background: url(404.png) 0 0 no-repeat;
            _background: url(../img/banner-btn-ie6.png) 0 0 no-repeat;
        }

    .banner .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        .banner .hd ul li {
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 12px;
            height: 12px;
            margin: 4px;
            background: url(../image/dot-blue.png) 0 0;
            overflow: hidden;
            line-height: 9999px;
            filter: alpha(opacity=40);
            opacity:0.4;
        }

        .banner .hd ul .on {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.user-login {
    width: 260px;
    height: 218px;
}

    .user-login a {
        color: #a90000;
        width:auto;
    }

        .user-login a:hover {
            color: #f60;
        }
    .user-login li a {
        width:auto;
            margin-right:8px;
            display:inline-block;
    }
    .user-login ul {
        margin: 0px auto;
        width: 230px;
        position: relative;
    }

        .user-login ul input.txt {
            height: 24px;
            border: 1px solid #ccc;
            width: 165px;
            padding:2px 5px;
        }

        .user-login ul input.code {
            height: 24px;
            border: 1px solid #ccc;
            width: 65px;
             padding:2px 5px;
        }

        .user-login ul input[type=radio] {
            height: auto;
        }

        .user-login ul label {
            line-height: 26px;
            display: inline-block;
            margin-left: 10px;
        }
        
        .user-login ul li {
            padding: 5px 0px;
            background: none;
        }

    .user-login .loginBtn {
        width: 100px;
        height: 30px;
        background: #a90000;
        color: #fff;
        font-size: 15px;
        border: 1px solid #eee;
        font-weight: bold;
        cursor: pointer;
    }


.login-title {
    height: 24px;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

#logindiv a{
    float:none;
}

.focusBox {
    float: left;
    position: relative;
    width: 371px;
    height: 218px;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

    .focusBox .pic img {
        width: 371px;
        height: 218px;
        display: block;
        border: 0px;
    }

    .focusBox .txt-bg {
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 36px;
        width: 100%;
        background: #333;
        filter: alpha(opacity=40);
        opacity: 0.4;
        overflow: hidden;
    }

    .focusBox .txt {
        position: absolute;
        bottom: 0;
        z-index: 2;
        height: 36px;
        width: 100%;
        overflow: hidden;
    }

        .focusBox .txt li {
            height: 36px;
            line-height: 36px;
            position: absolute;
            bottom: -36px;
        }
            .focusBox .txt li a {
                display: block;
                color: white;
                padding: 0 0 0 10px;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
            }

    .focusBox .num {
        position: absolute;
        z-index: 3;
        bottom: 8px;
        right: 8px;
    }

        .focusBox .num li {
            float: left;
            position: relative;
            width: 18px;
            height: 15px;
            line-height: 15px;
            overflow: hidden;
            text-align: center;
            margin-right: 1px;
            cursor: pointer;
        }

            .focusBox .num li a, .focusBox .num li span {
                position: absolute;
                z-index: 2;
                display: block;
                color: white;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                text-decoration: none;
            }

            .focusBox .num li span {
                z-index: 1;
                background: black;
                filter: alpha(opacity=50);
                opacity: 0.5;
            }

            .focusBox .num li.on a, .focusBox .num a:hover {
                background: #a90000;
            }

    .focusBox ul {
        padding: 0px;
    }

    .focusBox li {
        padding: 0px;
        background: none;
    }

        .focusBox li a {
            width: auto;
        }

.news-tab .bd {
    overflow: hidden;
    height: 218px;
}


.news-tab ul {
    float: left;
    width: 331px;
}

.news-tab .tabbtn {
    padding: 0px 20px;
    font-weight: 400;
}

.news-tab .on {
    font-size: 14px;
    font-weight: bold;
}

.boxshadow {
    
    
    
    overflow: hidden;
}

.leftmh {
    min-height: 578px;
}

.newsupdown {
    border-top: 1px dotted #666;
    margin: 10px 0;
    padding: 8px 0 5px;
    overflow: auto;
}
    .newsupdown a {
        display: inline-block;
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.subtitle {
    font-size: 16px;
    color: #555;
    border-left: 7px solid #a90000;
    padding: 2px 0 0 7px;
    line-height: 16px;
}

.clause {
    height: 300px;
    margin: 10px auto;
    overflow-y: scroll;
    border: 1px solid #eee;
    padding: 8px 15px;
    overflow:visible;
}
