html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #666;
    font: 14px/1.7 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    text-align: center;
}
a {
    color: #666;
    outline: none;
    text-decoration: none;
}
    a:link, a:visited {
        color: #333;
    }
    a:hover, a:active {
        color: rgb(0,85,170);
        text-decoration: underline;
    }
.hidden {
    display: none;
}
ol, ul {
    list-style: none;
}
img {
    border: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix {
    *zoom: 1;
}
    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }
.content1200 {
    width: 1200px;
    margin: 0 auto;
}
.mt20 {
    margin-top: 20px !important;
}
.topfunction {
    width: 1215px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}
    .topfunction .slideBox {
        position: relative;
    }
        .topfunction .slideBox .prev:hover, .topfunction .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }
        .topfunction .slideBox .prev, .topfunction .slideBox .next {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            background: url(../images/slider-arrow.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: .5;
        }
        .topfunction .slideBox .next {
            left: auto;
            right: 3%;
            background-position: 8px 5px;
        }
    .topfunction .block {
        width: 100%;
        height: 75px;
        position: absolute;
        bottom: 0;
    }
        .topfunction .block b {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #666;
            opacity: .5;
            filter: alpha(opacity=50);
            z-index: 2;
        }
        .topfunction .block ul {
            z-index: 3;
            position: absolute;
            height: 100%;
            left: 195px;
        }
            .topfunction .block ul li {
                float: left;
                text-align: center;
            }
                .topfunction .block ul li i {
                    width: 1px;
                    height: 55px;
                    background: #fff;
                    opacity: .3;
                    filter: alpha(opacity=30);
                    display: inline-block;
                }
                .topfunction .block ul li img {
                    margin-top: 7px;
                }
                .topfunction .block ul li a {
                    margin: 0 15px;
                    color: #fff;
                    font-size: 18px;
                    display: inline-block;
                }
                    .topfunction .block ul li a p {
                        line-height: normal;
                        margin-top: -5px;
                    }
.news {
    width: 100%;
    text-align: left;
}
    .news .hd {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgb(231,233,234);
        position: relative;
    }
        .news .hd h1 {
            height: 51px;
            font-weight: 400;
            float: left;
            color: rgb(15,95,175);
            background: url(../images/underline_4.png) no-repeat bottom left;
            font-size: 21px;
            text-indent: 5px;
            position: absolute;
        }
            .news .hd h1 i {
                font-size: 14px;
                margin-left: 10px;
                color: #999;
            }
        .news .hd .more {
            float: right;
            color: #CCC;
            margin-right: 5px;
            font-size: 12px;
        }
    .news .bd .ul-news {
        zoom: 1;
        margin-top: 8px;
    }
        .news .bd .ul-news li {
            line-height: 30px;
            height: 30px;
            overflow: hidden;
            position: relative;
        }
            .news .bd .ul-news li a {
                width: 300px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                float: left;
            }
            .news .bd .ul-news li i.new {
                float: left;
                background: url(../images/new.jpg) no-repeat center;
                width: 26px;
                height: 11px;
                margin-top: 9.5px;
            }
            .news .bd .ul-news li .date {
                float: right;
                color: #999;
            }
.szyw {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
}
    .szyw .hd h1 {
        background: url(../images/underline_1.png) no-repeat bottom left;
    }
    .szyw .hd .more {
        color: rgb(255,45,45);
        background: url(../images/fj.png) no-repeat left;
        text-indent: 30px;
    }
    .szyw .bd {
        margin-top: 30px;
    }
        .szyw .bd .ul-headline {
            overflow: hidden;
        }
            .szyw .bd .ul-headline li {
                float: left;
                width: 273px;
                margin-right: 35px;
            }
                .szyw .bd .ul-headline li.last {
                    float: left;
                    width: 273px;
                    margin-right: 0;
                }
                .szyw .bd .ul-headline li > a {
                    height: 160px;
                    overflow: hidden;
                }
                .szyw .bd .ul-headline li img {
                    width: 100%;
                    min-height: 160px;
                }
                .szyw .bd .ul-headline li .description a {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 100%;
                    display: block;
                }
                .szyw .bd .ul-headline li .description p {
                    color: #999;
                    text-indent: 27px;
                    font-size: 13px;
                }
        .szyw .bd .ul-surplus {
        }
            .szyw .bd .ul-surplus li {
                margin-bottom: 10px;
                height: 46px;
                overflow: hidden;
            }
                .szyw .bd .ul-surplus li a {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 100%;
                    display: block;
                }
                .szyw .bd .ul-surplus li span.date {
                    line-height: 25px;
                    display: block;
                    font-size: 12px;
                    text-indent: 40px;
                    color: #999;
                    background: url(../images/icon_date.png) no-repeat 17px 50%;
                }
.row_1 {
    width: 380px;
    float: left;
    margin-right: 30px;
}
.row_2 {
    width: 380px;
    float: left;
    margin-right: 0;
}
.xxtz .hd h1 {
    background: url(../images/underline_2.png) no-repeat bottom left;
}
.xxtz .bd {
    width: 100%;
    height: 310px;
    margin-top: 20px;
}
    .xxtz .bd .ul-tzs {
        vertical-align: middle;
    }
        .xxtz .bd .ul-tzs li {
            height: 65px;
            margin-top: 28px;
        }
            .xxtz .bd .ul-tzs li p {
                float: left;
                line-height: 65px;
                margin-left: 20px;
                margin-right: 20px;
            }
            .xxtz .bd .ul-tzs li i {
                float: left;
                border-left: 1px solid #000;
                border-right: 1px solid rgb(210,210,210);
                height: 65px;
                margin-right: 20px;
            }
            .xxtz .bd .ul-tzs li a {
                float: left;
                margin-top: 10px;
                width: 250px;
                line-height: 25px;
            }
.rwjd .hd h1 {
    background: url(../images/underline_3.png) no-repeat bottom left;
}
.rwjd .bd {
    width: 100%;
    position: relative;
    margin-top: 20px;
    height: 310px;
}
    .rwjd .bd.slide .bd {
        position: relative;
        width: 100%;
        height: 290px;
    }
        .rwjd .bd.slide .bd .bg {
            background: #000;
            opacity: .5;
            filter: alpha(opacity=50);
            width: 100%;
            height: 50px;
            bottom: 0;
            left: 0;
            position: absolute;
            z-index: 3;
        }
        .rwjd .bd.slide .bd li {
            position: relative;
            height: 290px;
            background: rgb(233,233,233);
            text-align: center;
            overflow: hidden;
            width: 380px;
        }
        .rwjd .bd.slide .bd p {
            position: absolute;
            bottom: 0;
            left: 0;
            text-indent: 10px;
            color: #fff;
            z-index: 3;
            width: 100%;
            line-height: 50px;
        }
        .rwjd .bd.slide .bd img {
            height: 290px;
        }
    .rwjd .bd.slide .hd {
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 3px;
        z-index: 2;
        height: auto;
        line-height: normal;
        border: 0;
    }
        .rwjd .bd.slide .hd ul li {
            float: left;
            margin-right: 7px;
            width: 12px;
            height: 12px;
            background: #fff;
            cursor: pointer;
            border-radius: 100%;
            text-indent: -999cm;
            overflow: hidden;
            background: rgb(150,150,150);
        }
            .rwjd .bd.slide .hd ul li.on {
                background: rgb(200,22,34);
            }
.kxjy .bd {
    margin-top: 20px;
}
    .kxjy .bd .top {
        overflow: hidden;
        height: 80px;
        border-bottom: 2px dashed rgb(234,234,234);
    }
        .kxjy .bd .top .date {
            width: 60px;
            height: 60px;
            line-height: 60px;
            border: 1px solid rgb(230,230,230);
            text-align: center;
            color: rgb(50,124,211);
            float: left;
            font-size: 16px;
        }
        .kxjy .bd .top a {
            float: right;
            line-height: 60px;
            width: 305px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
.xgbg {
    width: 100%;
    background: url(../images/xgbg.png);
    margin: 40px 0;
    padding: 10px 0;
}
.row_kstd {
    width: 355px;
    float: left;
}
    .row_kstd .bd {
        margin-top: 20px;
    }
        .row_kstd .bd .t {
            width: 100%;
            border-bottom: 2px solid rgb(15,93,157);
        }
            .row_kstd .bd .t span {
                background: rgb(15,93,157);
                color: #fff;
                padding: 5px 10px;
                font-size: 15px;
            }
        .row_kstd .bd ul {
            overflow: hidden;
            height: 208px;
            margin-bottom: 10px;
        }
            .row_kstd .bd ul li {
                float: left;
                width: 168px;
                height: 35px;
                line-height: 35px;
                border: 1px solid rgb(170,200,236);
                margin-right: 15px;
                margin-top: 15px;
            }
                .row_kstd .bd ul li.last {
                    margin-right: 0;
                }
                .row_kstd .bd ul li a {
                    color: rgb(15,93,157);
                    display: block;
                }
                    .row_kstd .bd ul li a img {
                        float: left;
                        margin-left: 20px;
                        margin-top: 5px;
                        width: 25px;
                    }
                    .row_kstd .bd ul li a span {
                        float: left;
                        font-size: 15px;
                        margin-left: 25px;
                    }
.row_xydt {
    margin-left: 55px;
    width: 450px;
    float: left;
}
    .row_xydt .bd {
        margin-top: 20px;
    }
        .row_xydt .bd .ul-news li a {
            width: 370px;
        }
.row_xyfc {
    width: 320px;
    float: right;
}
    .row_xyfc .bd {
        margin-top: 20px;
    }
        .row_xyfc .bd .ul-news_images {
            overflow: hidden;
            font-size: 0;
        }
            .row_xyfc .bd .ul-news_images li {
                float: left;
                margin: 0 12px;
                margin-bottom: 16px;
            }
                .row_xyfc .bd .ul-news_images li img {
                    width: 135px;
                    height: 85px;
                }
        .row_xyfc .bd .ul-news li a {
            width: 295px;
            margin-left: 12px;
        }