﻿@charset "utf-8";
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,
img,
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 {
    border: 0 none;
    font-family: "microsoft yahei", "微软雅黑" !important;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

input:focus {
    outline: 0 none;
}

a:focus,
*:focus {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

img,
iframe {
    border: medium none;
}

ol,
ul {
    list-style: none outside none;
}

li {
    vertical-align: top;
    list-style: none;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 100%;
}

.clearfix {
    overflow: auto;
    _height: 1%
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/*同上，方法2*/

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text_auto {
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;
}


/**********comm***********/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.top_line {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-family: "microsoft yahei";
    text-align: right;
    cursor: pointer;
}

.date {
    float: left;
}

.top_auxiliary {
    float: right;
}

.top_bg_red {
    background: #b60001;
    height: 33px;
}

.top_bg_red form {
    float: right;
    font-size: 12px;
    height: 33px;
}

.top_bg_red form input {
    height: 24px;
    display: block;
    float: left;
}

.top_bg_red form input[type="text"] {
    width: 160px;
    text-indent: 3px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
}

.top_bg_red form input[type="text"]:hover {
    width: 220px;
}

.top_bg_red form input[type="button"] {
    width: 50px;
    height: 33px;
    padding: 0;
    margin: 0;
    background: #d00003 url(../images/Search.png) center no-repeat;
    border: none;
    cursor: pointer;
}

.list_cont {
    width: 1200px;
    border: 1px solid #d4d2d1;
    margin: 0 auto;
    background: #fff;
}

.list_addr {
    background: url(../images/list_addr.png) no-repeat 30px center;
    padding: 20px;
    text-indent: 30px;
    font-size: 14px;
    color: #333;
}

.list_addr a {
    color: #333;
}

.list_addr a:hover {
    color: #7f0607;
    margin-left: 5px;
}

.list_a {
    height: 7px;
    background: url(../images/list_border.png) repeat-x;
}

.list_left {
    margin-top: 20px;
    float: left;
    margin-left: 30px;
    width: 258px;
}

.list_right {
    margin-top: 70px;
    float: left;
    margin-left: 30px;
    border-top: 2px solid #ce0b0c;
    width: 838px;
    padding-top: 15px;
}

.list_parent_channel {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b60001;
    color: #fff;
    font-size: 18px;
    font-family: "microsoft yahei";
}

.list_ul {
    padding-bottom: 20px;
    min-height: 450px;
}

.list_ul li {
    display: block;
    height: 45px;
    line-height: 45px;
    font-family: "microsoft yahei";
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.list_ul li a {
    color: #333;
}

.list_ul li a.active {
    color: #740707;
}

.list_ul_l {
    padding: 10px 0px;
    min-height: 400px;
}

.list_ul_l li {
    height: 35px;
    line-height: 35px;
    background: url(../images/list_ico.png) no-repeat 5px center;
    text-indent: 20px;
}

.list_ul_l li a {
    float: left;
    color: #333
}

.list_ul_l li a:hover {
    color: #740707;
    text-indent: 40px;
}

.list_ul_l li span {
    float: right;
    font-size: 14px;
    color: #555;
}

.content_m {
    border: 1px solid #e7e7e7;
    margin: 15px 20px;
}

.content_m h3 {
    padding: 50px 0px;
    text-align: center;
    color: #bd0102;
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: normal;
}

.content_a {
    border-bottom: 1px solid #e7e7e7;
}

.content_a span {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #666;
}

.content_w {
    padding: 25px;
}

.content_z {
    min-height: 400px;
}

.bg {
    background: url(../images/body_bg.jpg) no-repeat top center;
    width: 100%;
}


/*分页*/

.page_num {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    font-size: 12px;
}

#page_div {
    line-height: 25px;
    color: #000;
    font-size: 12px;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 22px;
}

#page_div .currentIndex {
    background: #BB2323;
    width: 22px;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}


/*****上下页*******/

.content_fy {
    width: 90%;
    margin: 0 auto;
    font-family: "microsoft yahei";
    border-top: 1px solid #eae8e8;
    padding: 20px;
}

.confysy,
.confysy {
    height: 40px;
    line-height: 40px;
    clear: both;
    font-size: 16px;
}

.fenye1 {
    float: left;
    color: #9e1f06;
}

.fenyet {
    float: left;
    font-size: 16px;
}

.fenyet a {
    color: #333;
}

.top_lm_cio ul li {
    position: relative;
}

.home {
    background: url(../images/indexico_04.png) no-repeat;
}

.zxjs {
    background: url(../images/zxjsico_04.png) no-repeat;
}

.zxyw {
    background: url(../images/zxywico_04.png) no-repeat;
}

.bsfw {
    background: url(../images/bsfwico_04.png) no-repeat;
}

.bsjt {
    background: url(../images/bsjtico_04.png) no-repeat;
}

.hdjl {
    background: url(../images/hdjlico_04.png) no-repeat;
}

.top_lm_cio ul {
    width: 1200px;
    height: 42px;
    position: relative;
    top: 79px;
}

.top_lm_cio ul li {
    width: 171.4px;
    height: 42px;
    line-height: 42px;
}

.top_lm_cio ul li a {
    display: block;
    width: 171.4px;
    position: absolute;
    z-index: 9999;
    text-align: center;
    color: white;
    font-size: 20px;
}

.home i {
    display: block;
    width: 122px;
    height: 121px;
    position: absolute;
    width: 0px;
    height: 121px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
    z-index: 1;
    background: url(../images/home_hover_ico.png) no-repeat;
}

.zxyw i {
    display: block;
    width: 122px;
    height: 121px;
    position: absolute;
    width: 0px;
    height: 121px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
    z-index: 1;
    background: url(../images/zxywico_04_hover.png) no-repeat;
}

.zxjs i {
    display: block;
    width: 122px;
    height: 121px;
    position: absolute;
    width: 0px;
    height: 121px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
    z-index: 1;
    background: url(../images/zxjsico_04_hover.png) no-repeat;
}

.bsfw i {
    display: block;
    width: 122px;
    height: 121px;
    position: absolute;
    width: 0px;
    height: 121px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
    z-index: 1;
    background: url(../images/bsfwico_04_hover.png) no-repeat;
}

.bsjt i {
    display: block;
    width: 122px;
    height: 121px;
    position: absolute;
    width: 0px;
    height: 121px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
    z-index: 1;
    background: url(../images/bsjtico_04_hover.png) no-repeat;
}

.hdjl i {
    display: block;
    width: 122px;
    height: 121px;
    position: absolute;
    width: 0px;
    height: 121px;
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
    z-index: 1;
    background: url(../images/hdjlico_04_hover.png) no-repeat;
}

.top_lm_cio ul li.home:hover i {
    width: 121px;
}

.top_lm_cio ul li.zxjs:hover i {
    width: 121px;
}

.top_lm_cio ul li.zxyw:hover i {
    width: 121px;
}

.top_lm_cio ul li.bsfw:hover i {
    width: 121px;
}

.top_lm_cio ul li.bsjt:hover i {
    width: 121px;
}

.top_lm_cio ul li.hdjl:hover i {
    width: 121px;
}

.top_bg_pic {
    height: 324px;
    width: 100%;
    /*background: #fff;*/
}

.top_lm_cio {
    width: 1200px;
    margin: auto;
    position: relative;
    top: 203px;
}

.top_lm_cio ul li {
    list-style: none;
    float: left;
    background-color: #b50507;
}

.zwyw_class {
    height: 460px;
    width: 100%;
    /*background: #fff;*/
}

.zwyw_content_class {
    width: 1200px;
    height: 460px;
    margin: auto;
    background: #fff;
}

.zxdt_div {
    width: 1000px;
    height: 72px;
    margin: auto;
    position: relative;
    top: 13px;
    border: 1px solid #c0c0c0;
}

.border {
    border: 1px solid #d4d2d1;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.zxdt_div ul {
    width: 922px;
    height: 72px;
    float: right;
}

.zxdt_div ul li {
    list-style: none;
    height: 72px;
}

.zxdt_div ul li span {
    margin-left: 5%;
    height: 72px;
    position: relative;
    top: 22px;
}

.zxyw_title {
    font-size: 20px;
    color: red;
}

.zxyw_info {
    color: #ff8040;
    font-size: 18px;
}

.zxyw_info a {
    color: #ff8040;
}

.zxyw_time {
    color: #696767;
    font-size: 18px;
}

.zxyw_content {
    color: #696767;
    font-size: 12px;
    margin-top: 18px;
    margin-left: 5%;
}

.changge_images_div {
    height: 338px;
    width: 563px;
    position: relative;
    top: 27px;
    left: 10px;
    float: left;
}

.change_pic_title {
    background-color: #909090;
    height: 31px;
    width: 563px;
    position: relative;
    top: -31px;
    opacity: 0.4;
}

.changeimg {
    height: 338px;
}

.zwyw_manus_div {
    width: 588px;
    height: 361px;
    position: relative;
    top: 13px;
    float: right;
    margin-right: 19px;
}

.zwyw_position {
    height: 374px;
    width: 1200px;
    margin: auto;
}

.zwyw_lm {
    line-height: 40px;
    width: 588px;
    height: 40px;
    border-bottom: 1px solid #c0c0c0;
}

.zwyw_lm img {
    margin-top: 5px;
}

.zwyw_lm span {
    float: right;
}

.zwyw_lm span a {
    color: #333;
}

.zwyw_info {
    height: 321px;
    width: 588px;
}

.zwyw_info_time {
    height: 58px;
    width: 83px;
    background-color: #ecadad;
    float: left;
}

.zwyw_info_time ul {
    color: white;
    text-align: center;
}

.zwyw_info_title {
    float: right;
    height: 58px;
    width: 505px;
}

.zwyw_info_title ul {
    text-indent: 30px;
}

.zwyw_info_title ul a {
    color: #333;
}

.banner1_change {
    width: 1200px;
}

.mid_content {
    background: #fff;
    height: 472px;
    width: 1200px;
    margin: auto;
}

.mid_content_right {
    height: 472px;
    width: 900px;
    float: left;
}

.mid_content_left {
    height: 472px;
    width: 300px;
    float: right;
}

.zxdt_div .bx-wrapper .bx-pager-item {
    display: none!important;
}

.mid_toplm {
    height: 200px;
    width: 778px;
    margin: auto;
    margin-top: 32px;
}

.mid_toplm ul {
    width: 365px;
    height: inherit;
    float: left;
}

.mid_toplm ul li {
    width: 365px;
}

.jgdjul {}

.jgdjtitle {
    height: 28px;
    margin-bottom: 10px;
}

.jgdjtitle img {
    float: left;
}

.jgdjinfo {
    height: 26px;
    line-height: 26px;
}

.jgdjinfo img {
    float: left;
}

.jgdjinfo span {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.span_title {
    width: 298px;
}

.span_title a {
    color: #333
}

.span_time {
    color: #696767;
    width: 59px;
    float: right;
}

.zwgkul {
    margin-left: 48px;
}

.jgdjinfo a,
.span_title a {
    color: #333;
}

.mid_botomlm {
    height: 200px;
    width: 778px;
    margin: auto;
    margin-top: 10px;
}

.mid_botomlm ul {
    width: 365px;
}

.qxdtul {
    float: left;
}

.bsjtul {
    float: right;
}

.tzgg_div {
    width: 273px;
    height: 296px;
    margin-top: 12px;
}

.tzgg_div_top {
    background-color: #fdefd5;
    width: inherit;
    height: 66px;
}

.tzgg_div_top ul li {
    line-height: 66px;
    height: 66px;
    text-align: center;
}

.tzgg_div_top ul li img {
    margin-top: 16px;
}

.tzgg_ul_info {
    height: 201px;
    width: inherit;
    background-color: #fdefd5;
}

.tzgg_ul_info li {
    height: 30px;
    line-height: 30px;
}

.tzgg_ul_info li img {
    float: left;
    margin-top: 2px;
}

.tzgg_ul_info li span {
    float: right;
    width: 239px;
}

.tzgg_ul_info li span a {
    color: #333;
}

.tzgg_more {
    height: 29px;
    background-color: #f3c49c;
    line-height: 29px;
}

.tzgg_more li {
    line-height: 29px;
    height: 29px;
}

.tzgg_more li span {
    float: right;
    color: white;
}

.tzgg_more li span a {
    color: #fff;
}

.lt_svr {
    height: 163px;
    width: 278px;
}

.lt_svr img {
    margin-top: 17px;
}

.banner2_change {
    width: 1190px;
    height: 94px;
    margin: auto;
}

.botomlm_div {
    width: 1200px;
    height: 164px;
    margin: auto;
    margin-top: 20px;
}

.botomlm_div div {
    float: left;
}

.gujh_bg {
    height: 164px;
    width: 43px;
}

.jhgh_div {
    width: 380px;
    height: 164px;
}

.jhgh_div ul {
    width: 354px;
    height: 145px;
    margin: auto;
    margin-top: 9px;
}

.jhgh_div ul li {
    height: 24px;
    line-height: 24px;
}

.jhgh_div ul li img {
    float: left;
    height: 24px;
}

.jhgh_div ul li span {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.zcwj_div {
    margin-left: 58px;
}

.xxgk_div {
    margin-left: 44px;
}

.xxgkzlm {
    height: 164px;
    width: 190px;
}

.xxgkzlm ul li {
    text-align: center;
}

.botom_changepic {
    width: 1200px;
    height: 144px;
    margin: auto;
}

.botom_changepic div {
    float: left;
}

.changgepic_div {
    width: 1157px;
    height: 144px;
}

.changgepic_div .bx-wrapper {
    width: 1157px!important;
    height: 144px!important;
}

.changge_images_div .bx-wrapper {
    width: 563px!important;
    height: 340px!important;
}

.changge_images_div .bx-wrapper .bx-viewport {
    height: 340px!important;
}

.changge_images_div .bx-wrapper .bx-viewport img {
    height: 340px!important;
    /*	width:515px !important;*/
}

.slider5 .zxyw_info {
    z-index: 9999 !important;
}

.imgtitle {
    /*background-color: #616161;*/
    width: 100%;
    height: 40px;
    z-index: 9999;
    position: relative;
    top: -40px;
    background: url(../images/background_opacity.png) repeat-x;
}

.imgtitle ul {
    line-height: 40px;
    text-align: center;
}

.imgtitle ul a {
    font-size: 14px;
    color: white;
    background: url(../images/ico_list.png) no-repeat left center;
    padding-left: 15px;
}

.swzcbm {
    width: 1200px;
    /*height: 136px;*/
    border: 1px solid #c0c0c0;
    margin: auto;
    margin-top: 25px;
}

.bx-wrapper .slider7 img {
    height: 94px !important;
    width: 1200px;
}

.bx-wrapper .slider9 img {
    height: 144px !important;
}

.bx-wrapper .slider6 img {
    width: 562px !important;
}

.bx-wrapper img .swzcbm_top {
    width: 100%;
    height: 43px;
    margin-top: 9px;
}

.swzcbm_bot {
    width: 100%;
    /*height: 85px;*/
}

.swzcbm_top img {
    float: left;
}

.bottom_dept {
    width: 1200px;
    height: 90px;
    border-top: 2px solid #ff0000;
    margin: auto;
    margin-top: 15px;
}

.bottom_dept ul {
    height: 44px;
    line-height: 44px;
}

.qxul li {
    list-style: none;
    float: left;
    font-size: 14px;
    text-align: center;
}

.qxli {
    border-right: 1px solid #400040;
    width: 70px;
    margin-top: 14px;
    height: 18px;
    line-height: 18px;
}

.qxli a {
    color: #333;
}

.sjbmul {
    margin-top: 2px;
}

.sjbmul li {
    list-style: none;
    float: left;
    font-size: 14px;
    text-align: center;
}

.sbmli {
    margin-top: 14px;
    height: 18px;
    line-height: 18px;
    margin-left: 20px;
}

.sbmli a {
    color: #333;
}

.bottom_div {
    border-top: 8px solid #cd0a0b;
    /*height: 259px;*/
    margin-top: 11px;
}

.bottom_div_content {
    width: 1200px;
    /*height: 259px;*/
    margin: auto;
}

.bottom_div_content div {
    height: 100px;
    float: left;
    margin-top: 8px;
}

.bottom_ul {
    margin-top: 23px;
}

.bottom_ul li {
    text-indent: 30px;
}

.gov_weixin_share {
    position: absolute;
    z-index: 99;
    background: #fff;
}

.sw_wx {
    width: 67px;
    padding: 16px 13px;
}

.sw_wx img {
    width: 67px;
}

.line {
    border-top: 1px solid #aeaeae;
    width: 85%;
    margin: 0 auto;
}

.wx_hidden {
    height: 34px;
    background: #9e1f06;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 8px;
    text-indent: 30px;
    cursor: pointer;
}

.swzcbm_bot a {
    color: #333;
    font-size: 14px;
    font-family: "microsoft yahei";
    padding: 10px 20px;
    display: block;
    float: left;
}

.showinfo td {
    width: 60px;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 1px solid rgb(227, 174, 176);
    text-align: center;
    padding: 10px 0
}

.showinfo td p {
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    font-family: "微软雅黑";
}

.showinfo {
    width: 100%;
}

.xxgkzlm img {}
.main_nav{
    display: inline-block;
    padding: 0 4px;
    color: #CC0001;
    background: #fff;
    height: 32px;
    line-height: 32px;
}
.nav_active{
    color: #fff;
    background: #CC0001;
}