﻿* {
    word-wrap: break-word;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style-type: none;
}

html, body {
    *position: static;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
        outline: none;
    }

    a.ie6:hover {
        zoom: 1;
    }

    a:focus {
        outline: none;
    }

    a:hover, a:active {
        outline: none;
    }

/*img*/
img {
    border: 0;
    vertical-align: middle;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}

/*IE下a:hover 背景闪烁*/
*html {
    overflow: -moz-scrollbars-vertical;
    zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this));
}

/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
    display: block;
    margin: 0;
    padding: 0;
}

.container {
    padding: 0;
    width: 1170px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-overflows {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

body {
    background-color: #fcfceb;
}

.header {
    background: url(../images/head_bg.png) repeat-x;
    overflow: hidden;
    height: 120px;
}

    .header .logo {
        font-size: 36px;
        margin: 10px 0 0 20px;
        width: 420px;
    }

        .header .logo img {
            width: 100%;
        }

.index-menu {
    background: url(../images/menu_bg.png) repeat-x;
    text-align: center;
    overflow: hidden;
}

    .index-menu ul {
        overflow: hidden;
        margin-left: 30px;
    }

        .index-menu ul li {
            float: left;
        }

            .index-menu ul li:first-child {
                background: url(../images/icon01.png) 0 6px no-repeat;
                padding-left: 30px;
            }

            .index-menu ul li a {
                color: #ffffff;
                display: block;
                padding: 10px 15px;
                text-align: center;
                font-weight: bold;
                font-size: 16px;
            }

                .index-menu ul li a:hover {
                    text-decoration: none;
                    color: #ffd800;
                }


.slide .carousel-inner .item img {
    width: 100%;
    height: 466px;
}

.carousel-indicators .active {
    background-color: #ff6a00;
}

.info {
    background: #fff;
}

.info-col-1, .info-col-2, .info-col-3 {
    width: 360px;
    float: left;
    margin: 30px 15px 15px;
}

.panel-info {
    border: 1px solid #d8ceae;
    border-radius: 10px;
    min-height: 261px;
    position: relative;
}



    .panel-info .head {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        overflow: hidden;
        background-image: url(../images/info_headbg.png);
        width: 120px;
        height: 25px;
        line-height: 25px;
        margin-left: 20px;
        margin-top: -12px;
    }

    .panel-info.mode1 .head {
        background-position: 0 0;
    }

    .panel-info.mode2 .head {
        background-position: 0 -25px;
    }

    .panel-info.mode3 .head {
        background-position: 0 -50px;
    }

    .panel-info.mode4 .head {
        background-position: -120px 0;
    }

    .panel-info.mode5 .head {
        background-position: -120px -25px;
    }

    .panel-info.mode6 .head {
        background-position: 120px -50px;
    }

    .panel-info .head span {
        margin-left: 12px;
        font-weight: bold;
    }

    .panel-info .cont, .panel-info .cont-pic {
        padding: 10px;
    }
        .panel-info .cont, .panel-info .cont-pic img {
        width:338px;
        height:226px;

        }



        .panel-info .cont ul li a {
            color: #79797a;
            display: block;
            line-height: 28px;
            height: 28px;
            overflow:hidden;
        }

            .panel-info .cont ul li a:hover {
                text-decoration: none;
                color: #000;
            }

            .panel-info .cont ul li a span.time {
                float: right;
                color: #791c00;
            }

            .panel-info .cont ul li a span.info-font {
                float:left;
                width: 240px;
            }

    .panel-info .footer {
        width: 100%;
        text-align: right;
        padding-right: 10px;
        padding-bottom: 10px;
        position: absolute;
        bottom: 0;
    }

        .panel-info .footer a {
            color: #791c00;
            font-size: 12px;
        }

.mode-jy {
    background: url(../images/info_jy.png) no-repeat;
    margin: 0 15px;
    height: 231px;
}
/*图片轮播*/
#img-list-sroll {
    width: 920px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    margin-left: 188px;
}

    #img-list-sroll .tempWrap {
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 4px;
        background: #fff;
        width: 820px;
    }

        #img-list-sroll .tempWrap .pager {
            position: absolute;
            top: 80px;
            z-index: 99;
            padding: 5px 8px;
            background-color: #1e77b9;
            border-radius: 0px;
            color: #fff;
            opacity: 0.7;
            border-radius: 5px;
        }

            #img-list-sroll .tempWrap .pager:hover {
                font-weight: bold;
                text-decoration: none;
            }

        #img-list-sroll .tempWrap .previous {
            left: 10px;
        }

        #img-list-sroll .tempWrap .next {
            right: 10px;
        }

        #img-list-sroll .tempWrap #wrap-sroll {
            width: 820px;
            margin-top: 20px;
        }

            #img-list-sroll .tempWrap #wrap-sroll li {
                margin-right: 10px;
                overflow: hidden;
            }

                #img-list-sroll .tempWrap #wrap-sroll li a {
                    padding: 6px;
                    display: block;
                    text-align: center;
                    border: 1px solid #d8ceae;
                    color: #791c00;
                }

                    #img-list-sroll .tempWrap #wrap-sroll li a:hover {
                        text-decoration: none;
                        border: 1px solid #ff6a00;
                    }

            #img-list-sroll .tempWrap #wrap-sroll img {
                width: 180px;
                height: 120px;
            }

            #img-list-sroll .tempWrap #wrap-sroll p {
                width: 180px;
                font-size: 13px;
                line-height: 24px;
                height: 24px;
            }

.lm-btn {
    background-image: url('../images/lm-bg.png');
    display: block;
    width: 287px;
    height: 101px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    line-height: 101px;
}

    .lm-btn.mzsp {
        background-position: 0 -101px;
    }

.index-footer {
    background: url(../images/footer_bg.png) no-repeat;
    padding: 20px 0;
    height: 132px;
    text-align: center;
}

    .index-footer .footer-item {
        display: inline-block;
    }

        .index-footer .footer-item .img-list {
            float: left;
            margin-right: 10px;
        }

            .index-footer .footer-item .img-list img {
                width: 94px;
            }

        .index-footer .footer-item .info-list {
            float: left;
            text-align: left;
            font-size: 14px;
            line-height: 24px;
        }



.d-menu {
    width: 260px;
    overflow: hidden;
    margin: 0 auto;
}

    .d-menu .head {
        /*background: url(../images/d_menu_head.png) center no-repeat;
    height: 111px;
    width: 274px;
    line-height: 131px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;*/
        margin-top: 50px;
        position: relative;
        border-bottom: 4px solid #468c10;
        text-shadow: 0 0 1px #f6f6f6;
        text-align: center;
        padding-bottom: 8px;
    }

        .d-menu .head .ico-menu {
            position: absolute;
            left: 0;
            width: 64px;
            height: 58px;
            top: -30px;
        }

        .d-menu .head span {
            font-size: 22px;
            font-weight: bold;
            color: #468c10;
            padding-right: 20px;
            font-family: 微软雅黑;
        }

    .d-menu .body {
        padding: 10px 0;
    }

        .d-menu .body ul {
            width: 240px;
            margin: 0 auto;
            overflow: hidden;
        }

            .d-menu .body ul li {
                background: url(../images/ico_m1.png) left no-repeat;
                font-size: 16px;
            }

                .d-menu .body ul li a {
                    padding-left: 28px;
                    color: #000000;
                    display: block;
                    line-height: 42px;
                    height: 42px;
                    background: url(../images/list-boder.png) left bottom repeat-x;
                }

                    .d-menu .body ul li a:hover {
                        color: #7aac53;
                        text-decoration: none;
                    }

.d-left {
    width: 330px;
    float: left;
    overflow: hidden;
    position: relative;
}

.d-right {
    width: 820px;
    float: right;
    background: #fff;
    min-height: 400px;
    margin: 10px 20px 0 0;
}

    .d-right .d_head {
        height: 76px;
        line-height: 80px;
        padding-left: 30px;
        font-size: 22px;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 10px;
        background: url(../images/ico_01.png) 0 20px no-repeat;
        color: #468c10;
    }

    .d-right .img-list-body {
        overflow: hidden;
    }

        .d-right .img-list-body li {
            float: left;
            margin: 0 15px 15px;
            width: 162px;
            text-align: center;
        }


            .d-right .img-list-body li img {
                width: 100%;
                height: 100%;
            }

    .d-right .d_body {
        padding: 0 20px 20px;
        overflow: hidden;
    }

        .d-right .d_body li {
            height: 42px;
            border-bottom: 1px dashed #7aac53;
        }

            .d-right .d_body li a {
                line-height: 42px;
                width: 598px;
                overflow: hidden;
                float: left;
                color: #555;
                padding-left: 10px;
                background: url(../images/ic2.gif) left no-repeat;
            }

                .d-right .d_body li a:hover {
                    color: #1c9c0f;
                }

            .d-right .d_body li .time {
                float: right;
                margin-right: 10px;
                margin-top: 10px;
            }




.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.zx-body {
    padding: 10px 0;
    background-color: #fff;
}

    .zx-body .content-bg {
        border: 2px #1c9c0f solid;
        margin: 10px 20px 10px 20px;
        background: #fff;
    }

    .zx-body .content-body {
        width: 940px;
        margin: 0 auto;
        min-height: 300px;
    }

        .zx-body .content-body .content-head {
            line-height: 40px;
            text-align: center;
            border-bottom: 1px dashed #ccc;
            min-height: 80px;
            margin-top: 20px;
        }

            .zx-body .content-body .content-head .cont-title {
                line-height: 40px;
                text-align: center;
                font-size: 32px;
                color: #c60;
            }

            .zx-body .content-body .content-head .cont-time {
                font-size: 16px;
                color: #999;
            }

        .zx-body .content-body .body {
            padding-bottom: 40px;
        }

.lyb-head {
    height: 60px;
    padding-top: 17px;
    border-bottom: 1px solid #d9d9d8;
    position: relative;
}

.about_icon1 {
    position: absolute;
    width: 105px;
    height: 158px;
    left: 0px;
    top: 10px;
    background: url(../images/p6.png) no-repeat 0px -20px;
}

.about_yebj, .about_jxjy, .about_tszx, .about_zszl, .about_lyb {
    width: 195px;
    height: 60px;
    display: inline-table;
    margin-left: 100px;
    background: url(../images/icon_a2.png) no-repeat;
}

.about_yebj {
    background-position: 0px 0px;
}

.about_jxjy {
    background-position: 0px -75px;
}

.about_tszx {
    background-position: 0px -140px;
}

.about_zszl {
    background-position: 0px -205px;
}

.about_lyb {
    background-position: 0px -270px;
}

.zxly {
    overflow: hidden;
    background: #fff;
    min-height: 400px;
}

.zxly-page {
    width: 980px;
    margin: 0 auto;
}

.lyb-body {
    width: 770px;
    margin: 0 auto;
    padding-top: 40px;
}

.form-h .input-group-addon {
    background-color: #fff;
}

.lyb-list {
    overflow: hidden;
    padding: 0 40px;
    background: url(../images/repeat-y.jpg) repeat-y;
}

    .lyb-list .media {
        margin-bottom: 20px;
        padding: 10px;
        background-color: #fcfceb;
        border: 1px solid #894078;
    }

    .lyb-list .media-left {
        text-align: center;
    }

        .lyb-list .media-left a {
            text-align: center;
            color: #999;
        }

    .lyb-list .media-heading .time {
        font-size: 14px;
        font-weight: 400;
        margin: 0 6px;
    }

    .lyb-list .media-bottom {
        border-top: 1px dashed #ff6a00;
        margin-top: 10px;
        color: #8a6d3b;
        padding: 10px;
        overflow: hidden;
        font-size: 14px;
    }

        .lyb-list .media-bottom strong {
            color: #8a6d3b;
            font-size: 16px;
            margin-bottom: 10px;
            display: block;
        }


    .lyb-list .media-right {
        text-align: center;
    }

        .lyb-list .media-right a {
            text-align: center;
            color: #999;
        }

    .lyb-list .media-heading {
        margin-bottom: 10px;
    }




.lyb-top {
    background: url(../images/top.jpg) no-repeat;
    height: 60px;
}

.lyb-bottom {
    background: url(../images/buttom.jpg) no-repeat;
    height: 60px;
}

.bj-list {
    overflow: hidden;
    margin-bottom: 15px;
    width: 280px;
    margin: 0 auto;
    margin-top: 30px;
}

    .bj-list .head {
        height: 56px;
        line-height: 42px;
        font-size: 18px;
        background: url(../images/bj_top.png) no-repeat;
    }

    .bj-list .bj-body {
        overflow: hidden;
        background: url(../images/bj_list.png) repeat-y;
        padding: 0 20px;
    }

    .bj-list .bj-bottom {
        height: 32px;
        background: url(../images/bj_bottom.png) no-repeat;
    }

    .bj-list .bj-body ul {
        overflow: hidden;
        border-bottom: 1px dashed #ff6a00;
    }

        .bj-list .bj-body ul li {
            float: left;
            margin: 8px 6px;
        }

            .bj-list .bj-body ul li a {
                color: #555;
            }

                .bj-list .bj-body ul li a:hover {
                    text-decoration: none;
                    color: #ff6a00;
                }

.images-list {
    overflow: hidden;
}

    .images-list .body {
        overflow: hidden;
        padding: 15px;
    }

    .images-list ul li {
        float: left;
        margin: 8px;
        text-align: center;
        width: 357px;
        overflow: hidden;
    }

        .images-list ul li a {
            width: 100%;
            height: 260px;
            display: block;
        }

            .images-list ul li a img {
                width: 100%;
                height: 100%;
            }

        .images-list ul li p {
            height: 32px;
            line-height: 32px;
            background-color: #000;
            color: #ffffff;
            opacity: .7;
            filter:alpha(Opacity=70);
            -moz-opacity:0.7;
            margin-top: -32px;
        }

#page {
    text-align: center;
}

.menu-children {
    padding: 10px 0;
    text-align: center;
}

    .menu-children .btn {
        width: 120px;
    }
