@charset "utf-8"; /* CSS Document*/
.tzandmt{width: 1280px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;}

.tzandmt .hd{ 
height:90px;
 line-height:90px;
 background: url(../images/itzmt_bg.png) center no-repeat;
 padding:0;   
 position:relative; }
.tzandmt .hd ul{
position: relative;
    height: 90px;
    width: 100%;
    text-align: center;   }

.tzandmt .hd ul li{
 background: url(../images/tz_there.png) center no-repeat;
display: inline-block;
font-size: 26px;
width:188px;
 padding:0 0px;
    color: #161a1b;
    text-align: center;
    line-height: 90px;}
.tzandmt .hd .on{color: #188fb9; background: url(../images/tz_here.png) center no-repeat;}


body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1380px;
    background: #ffffff;
    font-family: "Microsoft YaHei", 宋体, sans-serif;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1366 {
    width: 1366px;
    height: auto;
    margin: 0 auto;
}

.w900 {
    width: 925px;
    height: auto;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.w1280 {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/* 图标*/
@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot');/* IE9*/
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8*/ url('fonts/iconfont.woff') format('woff'),
        /* chrome、firefox*/ url('fonts/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('fonts/iconfont.svg#iconfont') format('svg');/* iOS 4.1-*/
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*header*/
.header {
    height: 105px;
    width: 100%;
    background: url("../images/header_bg.png") center;
    position: fixed;
    z-index: 9;
    margin: 40px 0 0 0;
}

.top_ico01 {
    background: url("../images/top_ico.png") 0 center no-repeat;
    padding: 0 0 0 30px !important;
}

.top_ico02 {
    background: url("../images/top_ico.png") -95px center no-repeat;
    padding: 0 0 0 30px !important;
}

.top_ico03 {
    background: url("../images/top_ico.png") -170px center no-repeat;
    padding: 0 0 0 30px !important;
}

.top_ico04 {
    background: url("../images/top_ico.png") -240px center no-repeat;
    padding: 0 0 0 30px !important;
}

.top_ico05 {
    background: url("../images/top_ico.png") -315px center no-repeat;
    padding: 0 0 0 30px !important;
}

.top_ico06 {
    background: url("../images/top_ico.png") -400px center no-repeat;
    padding: 0 0 0 30px !important;
}

.top_link_box {
    background: url("../images/topline_bg.png");
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 9;
}

.top_link {
    clear: both;
    width: 1280px;
    height: 40px;
    margin: 0 auto;
    position: relative
}

.top_link_box .top_link_l {
    width: 40%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
}

.top_link_box .top_link_l a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.7;
    float: left;
    padding: 0 0;
    margin: 0 10px 0 0;
}

.top_link_box .top_link_r {
    width: 56%;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    margin: 0 30px 0 0;
}

.top_link_box .top_link_r a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.7;
    padding: 0 10px;
    background: url("../images/top_linkjgx.png") right center no-repeat;
}

.top_link_box .top_link_r a:last-child {
    background: none;
}

.top_link_box .top_link a:hover {
    opacity: 1
}

.header .logo {
    margin: 10px 0 0 0;
    float: left;
    width: 37%;
    text-align: right;

}

.top_bg {
    height: 105px;
}

/*banner*/

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 15%;
    bottom: 30px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
    margin: 3px 6px 0 0;
}

.ibanner .hd ul li.on {
    background: none;
    opacity: 1;
    color: #fff;
    width: 12px;
    height: 12px;
    border: #ffffff 3px solid;
    margin: 0 6px 0 0;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 35px;
    left: 15%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 15px 25px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*nav*/
.i-nav {
    width: 58%;
    padding: 0 0 0 2%;
    height: 105px;
    margin: 0 0 0 0;
    float: right;
    background: url("../images/nav_bg.png");
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 0;
    height: 105px;
    line-height: 105px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    min-width: 800px;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 12px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;

}

.nav .nLi:hover {
    background: url("../images/tm_bg1.png");
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 105px;
    position: absolute;
    background: url("../images/tm_bg1.png");
    line-height: 36px;
    padding: 0;
}

.nav .sub li {
    zoom: 1;
    background: url("../images/sub_tmline.png") bottom center no-repeat;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
}

.nav .sub a:hover {
    background: url("../images/tm_bg2.png");
    color: #000000;
}

.nav .on h3 a {
    color: #ffffff;
}

/*search*/
.i-searchbox {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 2px;
}

.i_search_btn {
    display: block;
    width: 20px;
    height: 20px;
    padding: 8px 0 0 10px !important;
    float: right;
    cursor: pointer
}

.i-search {
    width: 260px;
    height: 40px;
    overflow: hidden;
    float: right;
    margin: 0 30px 0 0;
    border-radius: 0;
    background: url("../images/tm_bg1.png");
    padding: 0;
}

.i-search .search-txt {
    width: 200px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    color: #666666;
    border: none;
    background: #ffffff;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    background: url(../images/ico_search2.png) center no-repeat #ff9900;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: url("../images/ico_search2.png") center no-repeat #990000;
}

/*news_part*/

.ititle {
    font-size: 26px;
    color: #161a1b;
    text-align: center;
    line-height: 30px;
    background: url("../images/ititle_bg.png") center no-repeat;
    height: 30px;
    margin: 50px auto;
}

.ititle h1 {
    font-size: 26px;
}

.xs_title { padding: 0 0 20px 0;
}

.xs_title h1 {
    font-size: 30px;
    color: #0f81aa;
    font-family: 楷体;
    font-weight: bold;
}

.zt_box {
    padding: 50px 0 50px 0
}

.zt_title h1 {
    font-size: 20px;
    color: #0f81aa;
    font-weight: bold;
}

.zt_title h1 span {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    padding: 0 10px
}

.nottic_box {
    background: url("../images/tzgg_dbg.png") bottom center no-repeat;
    background-size: cover;  padding-bottom: 50px;
}

.xs_box {
    background: url("../images/xs_bg.jpg") bottom center no-repeat;
    background-size: cover;
    padding: 50px 0
}

.news_box {
    width: 1280px;
    height:490px;
    text-align: center;
    margin: 15px auto 0 auto;
    overflow: hidden;
}

.news_left {
    float: left
}

.news_right {
    float: right;
    width: 625px;padding: 10px 0 0 0;
}

.i_newsmore {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #666666;
}

.i_newsmore a {
    color: #666666;
    line-height: 30px;
}

.i_tzmore {
    width: 115px;
height:32px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: #188fb9 1px solid;
    margin: 0 auto;
}

.i_tzmore a {
    color: #188fb9;
    line-height: 30px;
}

.i_tzmore:hover {
    border: #cc0000 1px solid;
}

.i_tzmore:hover a {
    color: #cc0000
}

/*zt*/
.i-gdzt {
    width: 1280px;
    position: relative;
    margin: 15px auto 0 auto;
    background: #ffffff;
    padding: 0px;
}

.i-gdzt .hd {
    height: 0;
    position: relative;
}

.i-gdzt .hd .prev {
    display: block;
    width: 15px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_right.png") no-repeat;
    z-index: 99999;
    position: absolute;
    right: -25px;
    top: 24px;
}

.i-gdzt .hd .next {
    display: block;
    width: 15px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_left.png") no-repeat;
    z-index: 99999;
    position: absolute;
    left: -30px;
    top: 24px;
}

.i-gdzt .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.i-gdzt .hd ul li.on {
    background-position: 0 0;
}

.i-gdzt .bd {
    padding: 0;
}

.i-gdzt .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 110%;
}

.i-gdzt .bd ul li {
    margin: 0 18px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.i-gdzt .bd ul li .pic {
    text-align: center;
}

.i-gdzt .bd ul li .pic img {
    width: 412px;
    height: 123px;
    display: block;
}

.i-gdzt .bd ul li .pic a:hover img {
    border-color: #999;
}

.i-gdzt .bd ul li .title {
    line-height: 24px;
}

.i-gdzt .picList P {
    width: 110% !important;
}

/*/*kstd*/
.kstdxx {
    width: 1280px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

.kstdxx h1 {
    display: block;
    width: 115px;
    height: 65px;
    float: left;
    background: url("../images/kstd_h1bg.png") right center no-repeat;
    font-size: 20px;
    color: #0f81aa;
    font-weight: bold;
    margin: 15px 0 0 0
}

.kstdxx ul {
    width: 1150px;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
}

.kstdxx li {
    float: left;
    width: 126px;
}

.kstdxx li a {
    display: block;
    margin: 0 auto 0 auto;
    width: 126px;
    height: 55px;
    text-align: center;
}

.kstdxx li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #555555;
}

.kstdxx li:hover span {
    color: #1f337f
}

/*tzgg*/
.tzggbox .bd ul {
    padding: 40px;
    zoom: 1;
    height: 195px;
    overflow: hidden;
}

.tzggbox .bd li {
    height: 24px;
    line-height: 24px;
}

.tzggbox .bd li .date {
    float: right;
    color: #999;
}


/*nn*/
.xw_list{ width:645px;height: auto; margin: 0 0 17px 0; padding: 0 0 17px 0; overflow: hidden;  }
.xw_list:last-child{border-bottom:none }
.xw_list .xw_date{ font-size: 14px; color: #333333; display: block; width: 70px; height: 70px; text-align: center; float: left;opacity: 0.9; border-right: #cccccc 1px solid}
.xw_list .xw_date span{ font-size:26px;color: #188fb9; width: 100%; text-align: center; display: block; height: 46px; line-height: 46px; margin: 0 0 0 0}
.xw_list .xw_txt{float: right;width:560px; height:70px; overflow: hidden; padding: 5px 0 0 0; }
.xw_list .xw_txt h1{ color: #242424; font-size: 16px; line-height: 30px; text-align: left }
.xw_list .xw_txt h1 a{ color: #242424;}
.xw_list .xw_txt p{ font-size: 14px; line-height: 20px; color: #6a6a6a; margin:0;padding: 0; text-align: left}
.xw_list .xw_txt p a{color: #6b6969}
.xw_txt:hover h1 a{color: #ab1f2a; }
.xw_list:hover .xw_date{ opacity: 1;}
.xw_list:hover p a{ color: #ab1f2a}
.xw_list:hover .xw_date span{color: #ab1f2a; }}

/*new*/
.news_nr {
    width: 1280px;
    margin: 20px auto 0 auto;
    height: auto;
    overflow: hidden;
}

.news_li {
    float: left;
    width: 390px;
    height: 300px;
    margin-right: 55px;
    background: #ffffff;
}

.news_li:last-child {
    float: right;
    margin-right: 0
}

.news_li_img {
    display: block;
    width: 390px !important;
    height: 220px;
    overflow: hidden;
}

.news_li_img img {
    display: block;
    width: 390px !important;
    height: 220px;
    overflow: hidden;
}

.news_li_txt {
    display: block;
    padding: 10px 15px;
    width: 358px;
    height: 60px;
    overflow: hidden;
}

.news_li_txt h2 {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    font-weight: normal;
}

.news_li_txt .news_li_date {
    width: 50%;
    display: block;
    text-align: left;
    float: left;
    line-height: 40px;
    height: 40px;
}

.news_li_txt .news_li_date span {
    color: #666666;
    font-size: 30px;
    font-weight: bold;
    padding: 0 5px 0 0
}

.news_li_txt .news_li_yd {
    width: 40%;
    display: block;
    text-align: right;
    float: right;
    line-height: 40px;
    padding: 0 20px 0 0;

}

.news_li_txt p {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 0 0;
}

.news_li_more {
    display: block;
    margin: 0 auto;
    width: 105px;
    height: 30px;
    line-height: 30px;
    color: #2f318a;
    text-align: center;
    border: #2f318a 1px solid;
    border-radius: 5px;
}

.news_li:hover .news_li_more {
    border: #ff6600 1px solid;
    color: #ff6600;
}

.news_li:hover h2 {
    color: #cc0000;
}

.news_li:hover .news_li_date span {
    color: #cc0000;
}

/*picnews*/
.picnews {
    width: 630px;
    height: 410px;
    overflow: hidden;
    position: relative;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.picnews .hd ul li.on {
    background: #188fb9;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 630px;
    height: 410px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 45px;
    height: 45px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    text-align: left
}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 0 15px 0;
}

.tw_top .imga {
    width: 240px;
    height: 170px;
    overflow: hidden;
    display: block;
    float: left
}

.tw_top img {
    width: 240px;
    height: 170px;
    padding: 0;
    float: left;
    margin-right: 15px;
}

.tw_top .tw_txt {
    float: right;
    width: 245px;
    height: 170px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.tw_top .tw_txt h1 {
    color: #990000;
    font-size: 18px;
    line-height: 30px;
}

.tw_top .tw_txt h1 a {
    color: #990000;
    font-weight: bold;
}

.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 27px;
    color: #a5a5a5;
    margin: 5px 0;
    padding: 0;
}

.tw_top .tw_txt p a {
    color: #666666
}

.topicList ul {
    background: url(../images/boxline.png) no-repeat 5px 10px;
}

.topicList .t .date {
    float: left;
    background-color: #eee;
    width: 90px;
    height: 90px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #005caa;
    margin-right: 20px;
    display: inline;
}

.topicList .t .date b {
    display: block;
    background-color: #f5f5f5;
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    font-weight: 100;
}

.topicList .t {
    *zoom: 1;
    background: none;
    padding-bottom: 15px;
}

.topicList .t:after {
    content: "";
    display: table;
    clear: both;
}

.topicList .t .pic {
    float: left;
    margin-right: 20px;
    display: inline;
}

.topicList .t .con .title {
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 2px;
}

.topicList .t1:hover .con .title .tit {
    color: #cc0000;
}

.topicList .t1:hover .con .intro {
    color: #222222;
}

.topicList .t1:hover .date {
    color: #cc0000;
}

.topicList .t .con .title .tit {
    text-decoration: none;
    color: #0061b6;
    font-weight: bold;
    font-size: 24px
}

.topicList .t .con .intro {
    font-size: 14px;
    line-height: 24px;
    color: #717171;
}

.topicList .n .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.topicList .n a {
    text-decoration: none;
    background: url("../images/liteicon.png") no-repeat 0 5px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 40px;
    color: #333333
}

.topicList .n:hover a {
    background: url("../images/liteicon.png") no-repeat 0 -27px;
    color: #990000
}

.topicList .n .date {
    float: right;
    color: #999;
}

.date_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
    margin: 27px 0 0 0
}

.date_list li {
    width: 100%;
    height: 82px;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: #f2f2f2 1px solid;
    margin: 0 0 15px 0;
    position: relative;
}

.date_list li:last-child {
    border-bottom: none;
}

.date_list li a {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 36px;
    position: relative;
}

.date_list li span {
    float: left;
    display: block;
    width: 68px;
    height: 68px;
    background: #f2f2f2;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 27px;
    margin-right: 15px;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #990000;
    background: #e7e7e7;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    height: 40px;
}

.date_list li:hover span i {
    background: #990000;
    color: #ffffff;
    transition: all 0.6s
}

.date_list li:hover span {
    background: #e7e7e7;
    color: #990000
}

.date_list li:hover a {
    color: #990000
}

/*jsfc*/

.i-tzgg {
    width: 100%;
    height: 415px;
    background: url("../images/tzgg_bg.jpg") center no-repeat #ffffff;
    background-size: cover;
    padding: 60px 0 0 0;
}

.tz_box_nr {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.tz_list{ width:385px;height: auto; overflow: hidden; margin: 0 30px 42px 0; float: left;}
.tz_list .tz_date{ font-size: 14px; color: #333333; background: url("../images/date_bg.png") top left no-repeat; display: block; width:80px; height:60px; text-align: center; float: left;opacity: 0.9; padding:0 0 0 0; margin: 5px 0 0 0}
.tz_list .tz_date span{ font-size:20px; font-weight:normal;color: #188fb9; width: 100%; text-align: center; display: block; height:36px; line-height:36px; margin: 0 0 0 0}
.tz_list .tz_txt{float: right;width:300px; height:60px; overflow: hidden; padding: 0 0 0 0; }
.tz_list .tz_txt h1{ color: #242424; font-size: 16px; line-height: 30px; }
.tz_list .tz_txt h1 a{ color: #242424;}
.tz_list .tz_txt h1 a:hover{ color: #cc3300;}
.tz_list .tz_txt p{ font-size: 13px; line-height: 30px; color: #6b6969; margin:5px 0;padding: 0;}
.tz_list .tz_txt p a{color: #6b6969}



/*xytzgg*/
.xydt_box {
    width: 1280px; height:70px; overflow: hidden; padding: 20px 0;
}

.xydt_box_nr {
    width: 1338px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.xydt_list{ width:390px;height: auto; overflow: hidden; margin: 0 55px 42px 0; float: left;}
.xydt_list .xydt_date{ font-size: 13px; color: #ffffff; background:#188fb9; display: block; width:60px; height:60px; text-align: center; float: left;opacity: 0.9; padding:0 0 0 0; margin: 0 0 0 0}
.xydt_list .xydt_date span{ font-size:20px; font-weight:normal;color: #ffffff; width: 100%; text-align: center; display: block; height:36px; line-height:36px; margin: 0 0 0 0}
.xydt_list .xydt_txt{float: right;width:310px; height:60px; overflow: hidden; padding: 0 0 0 0; }
.xydt_list .xydt_txt h1{ color: #242424; font-size: 16px; line-height: 30px; }
.xydt_list .xydt_txt h1 a{ color: #242424;}
.xydt_list .xydt_txt h1 a:hover{ color: #cc3300;}
.xydt_list .xydt_txt p{ font-size: 13px; line-height: 30px; color: #6b6969; margin:5px 0;padding: 0;}
.xydt_list .xydt_txt p a{color: #6b6969}
/*zz*/
.Scroll_zz {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.Scroll_zz .hds {
    height: 0;
}

.Scroll_zz .hds .prevs {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ks-arrow.png") -50px 0 no-repeat;
    position: absolute;
    top: 30%;
    right: -100px;
}

.Scroll_zz .hds .prevs:hover {
    background: url("../images/ks-arrow.png") -50px -100px no-repeat;
    transition: all 0s;
}

.Scroll_zz .hds .nexts {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ks-arrow.png") 0 0 no-repeat;
    position: absolute;
    top: 30%;
    left: -100px;
}

.Scroll_zz .hds .nexts:hover {
    background: url("../images/ks-arrow.png") 0 -100px no-repeat;
    transition: all 0s;
}

.Scroll_zz .hds ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.Scroll_zz .hds ul li.on {
    background-position: 0 0;
}

.Scroll_zz .bds {
    padding: 0 0;
    height: 207px;
    overflow: hidden;
}

.Scroll_zz .bds ul {
    overflow: hidden;
    zoom: 1;
}

.Scroll_zz .bds ul li {
    margin: 0 32px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 390px;
}

.Scroll_zz .bds .pic {
    width: 160px;
    text-align: center;
    height: 200px;
    overflow: hidden;
    float: left;
}

.Scroll_zz .picList img {
    width: 160px;
    height: 200px;
    display: block;
    transition: all 0.6s;
}

.Scroll_zz .bds .pic a:hover img {
    border-color: #999;
}

.Scroll_zz .bds ul li .title {
    color: #ffffff;
    line-height: 40px;
    width: 190px;
    height: 180px;
    padding: 15px 20px;
    float: left;
    background: #666666;

}

.Scroll_zz .bds ul li .title h2 {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.Scroll_zz .bds ul li .title p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.Scroll_zz .bds .tempWrap {
    width: 1275px;
}

.Scroll_zz .bds li:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.Scroll_zz .bds li:hover .title {
    background: #990000;
    transition: all 0.6s;
}

.Scroll_zz .bds li:hover .title p {
    color: #ffffff;
    transition: all 0.6s;
}

/*i_qtxx_box*/
.i_qtxx_box {
    height: auto;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.i_qtxx {
    display: block;
    width: 432px;
    height: 300px;
    position: relative;
    overflow: hidden
}

.i_qtxx:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #00000090;
    bottom: 0
}

.i_qtxx h2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    z-index: 999;
    top: 45%;
    background: url("../images/qt_title_bg.png") center no-repeat;
    transition: all 0.6s;
}

.i_qtxx h2 a, .i_qtxx p a {
    color: #ffffff
}

.i_qtxx p {
    width: 80%;
    padding: 0 10px;
    margin: 40px auto 0 auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    position: relative;
    z-index: 999;
    text-align: justify;
    text-justify: inter-word;
    bottom: -300px;
    transition: all 0.6s;
}

.i_qtxx:hover:before {
    background: #99000099;
    transition: all 0.4s;
    width: 100%;
}

.i_qtxx:hover h2 {
    top: 10%;
    transition: all 0.6s;
}

.i_qtxx:hover p {
    display: block;
    bottom: 0;
    transition: all 0.6s;
}

.i_qtxx_link {
    position: relative;
    z-index: 999;
    height: auto;
    overflow: hidden;
    padding: 50px 0 0 0;
    top: 240px
}

.i_qtxx_link li {
    margin: 15px auto;
}

.i_qtxx_link a {
    width: 60%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background: #99000098;
    border-radius: 30px;
    margin: 0 auto;
}

.i_qtxx_link a:hover {
    background: #300000 !important;
    width: 65%;
}

.qt_02:hover .i_qtxx_link {
    top: 0;
    transition: all 0.6s;
}

/*i_link*/
.i_link {
    background: #efefef;
    height: 60px;
    margin: 40px 0 0 0
}

.i_link h2 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
}

.i_link select {
    width: 250px;
    height: 32px;
    border: #d4d4d4 1px solid;
    text-align: center
}

/*footer*/
.footer {
    width: 100%;
    height: 160px;
    background: #188fb9;
    padding: 0;
    background-size: cover;
    overflow:hidden;
}

.copyright {
    width: 925px;
    float: left;
    padding: 2px 0 0 0;
}

.copyright p {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.footer_end {
    width: 100%;
    /* height: 40px; */
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    padding: 10px;
box-sizing: border-box;
}

.footer_end p {
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
}

.footer_left {
    float: left;
    width: 28%;
    padding: 20px 2% 0 0;
    text-align: right;
}

.footer_right {
    width: 64%;
    padding: 0 0 0 6%;
    height: 160px;
    margin: 0 0 0 0;
    float: right;
    background: url(../images/end_rbg.png);
}

.end_box_r {
    width: 280px;
    float: right;
    margin: -60px 0 0 0;
    padding: 0;
    position: relative;
}

.end_box_r li {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 0 0 30px;
    opacity: 0.9
}

.yl_weixin {
    position: absolute;
    bottom: 60px;
    left: 75px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}
.yl_weixin img{    width: 110px;
    height: 110px;}
.yl_weibo {
    position: absolute;
    bottom: 60px;
    left: 170px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}
.yl_weibo img{ width: 110px;
    height: 110px;}

.end_box_r li:hover {
    opacity: 1
}

/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
}

.list_banner img {
    width: 100%;
}

.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}

.this_name {
    float: left;
    width: 240px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: url("../images/sub_h1bg.png");
    padding: 20px 0;
}

.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.this_dqwz {
    float: right;
    width: 1020px;
    text-align: right;
    color: #555555;
    font-size: 14px;
    line-height: 48px;
}

.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #2f2f2f;
    font-size: 20px;
}

.this_dqwz .ico_home {
    margin: 0 5px;
}

/*list_main*/
.list_main {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.list_main_left {
    width: 240px;
    float: left;
}

.list_main_right {
    width: 1020px;
    float: right;
    padding: 10px 0;
}

.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
}

.list_sub li {
    width: 100%;
    padding: 5px 0 5px 20px;
}

.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 95%;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.list_sub li a:hover {
    background: #ffffff;
    border-left: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}

.list_sub .on_here {
    background: #ffffff;
    border-left: #0f81aa 2px solid;
    color: #0f81aa;
    font-weight: bold;
}

/*list_box*/

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;overflow: hidden;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/listnav_bg.png") left center no-repeat;
}

.list_box li:hover {
    background: #ffffff;
    color: #cc3300;
}

.list_box li a:hover {
    background: url("../images/listnav_bg.png") left center no-repeat;
    color: #cc0000;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}

/*piclist*/
.pic-list {
    width: 1020px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
}

.pic-list li {
    width: 310px;
    margin-right: 34px;
    float: left;
    margin-bottom: 10px;
}

.pic-list li img {
    width: 290px;
    height: 190px;
    border: #efefef 1px solid;
    padding: 5px;
}

.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}

.pic-list li a {
}

.pic-list li a:hover {
    color: #000;
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}

/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*c-content*/
.icontent {
    width: 1300px;
    border: #e5e5e5 1px solid;
    padding: 0 40px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto
}

.icontent .lm_name {
    height: 70px;
    line-height: 70px;
    border-bottom: #cccccc 1px solid
}

.icontent .lm_name h2 {
    float: left;
    width: 130px;
    text-align: center;
    height: 69px;
    font-size: 24px;
    color: #3e6db5;
    font-weight: bold;
    border-bottom: #3e6db5 3px solid;
}

.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 12px;
}

.icontent .lm_name span a {
    color: #666666;
}

.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
}

/*zh*/
.zh_list {
    margin: 20px 0 10px 0;
    height: auto;
    overflow: hidden
}

.zh_bk1 {
    width: 988px;
    height: auto;
    overflow: hidden;
    padding: 0 15px 20px 15px;
    background: #ffffff;
    border: #e5e5e5 1px solid;
    margin: 15px 0 0 0
}

.zh_bk {
    width: 467px;
    padding: 0 15px 0 15px;
    background: #ffffff;
    height: 290px;
    border-top: #990000 2px solid;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
}

.i-title2 {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0;
    border-bottom: #e5e5e5 1px solid;
}

.i-title2 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: block;
    float: left;
    padding: 0 0 0 30px;
}

.i-title2 a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}

.i-title2 a:hover {
    color: #330000;
}

.i-title2 .i_more {
    display: block;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-weight: normal;
}

.i-title2 .i_more:hover {
    color: #cc0000;
}

.newslist {
    width: 98%;
    height: auto;
    overflow: hidden;
    padding: 15px 5px 0 5px;
}

.newslist ul {
    height: auto;
    overflow: hidden;
}

.newslist li {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    height: 34px;
    *line-height: 26px;
    *height: 26px;
}

.newslist li a {
    background: url("../images/ico_01.gif") left center no-repeat;
    padding-left: 15px;
    color: #555555;
    font-size: 14px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    text-align: left;
}

.newslist li a:hover {
    color: #cc0000
}

.newslist li span {
    float: right;
    color: #a9a9a9
}

.ico_ibg1 {
    background: url(../images/ico_title_bg1.png) left center no-repeat;
}

.news_box_right {
    width: 470px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 15px;
}

.top_title {
    margin: 0 0 10px 0
}

.top_title a {
    color: #cc0000;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.top_title a:hover {
    color: #cc3300;
}

.top_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.top_zy a {
    color: #595858;
    font-size: 14px;
    line-height: 27px;
}

.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    border-bottom: #dcdcdc 1px dashed;
    padding: 0 0 10px 0;
}

/*picnews*/
.news_box_left {
    background: #ffffff;
    width: 484px;
    height: 325px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.news_box_left .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.news_box_left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.news_box_left .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.news_box_left .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.news_box_left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.news_box_left .bd li {
    zoom: 1;
    vertical-align: middle;
}

.news_box_left .bd img {
    width: 484px;
    height: 325px;
    display: block;
}

.news_box_left .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.news_box_left .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.news_box_left .prev,
.news_box_left .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow2.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.news_box_left .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.news_box_left .prev:hover,
.news_box_left .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.news_box_left .prevStop {
    display: none;
}

.news_box_left .nextStop {
    display: none;
}

*LINK*/
.cont_yxbm_rigB{
    width:100%;
    margin: 0 auto;
    height:auto;
    line-height:30px;
    font-size:14px;
    padding:20px 0;
    overflow: hidden;
}
.cont_yxbm_rigB h2{
    height:40px;
    line-height:40px;
    text-indent:15px;
    border-left:3px solid #ff6600;
    background:#f1f1f1;
    margin-bottom:10px;
    font-size:18px;
font-weight: bold;
    color: #2099c4;
}
.cont_yxbm_rigB ul{
    margin-bottom:20px; height: auto;overflow: hidden; width: 110%;
}

.cont_yxbm_rigB ul li{
    width:19%;
    height:50px;
    float:left;
    text-align:left;
    line-height:50px;
    border:1px solid #f1f1f1;
    padding:0 10px;
    margin:5px 2.1% 5px 0;
    display:inline;
    font-size:14px;
}

.cont_yxbm_rigB ul li a{height:50px; line-height:50px;width:100%;display: block;}
.cont_yxbm_rigB ul li.curr{
    background:#6699cc;font-size: 15px;
    color:#FFF;
}
.cont_yxbm_rigB ul li.curr a{
    color:#FFF;
}
.cont_yxbm_rigB ul li:hover{
    background:#0f81aa;
    color:#FFF;
}
.cont_yxbm_rigB ul li:hover a{
    color:#FFF;
}

#imgConac{    margin: -10px 0 0 0; }
.ijgsz table{  
    border-collapse:collapse;  
    border: 1px solid #f4f4f4!important;  
}  

.ijgsz td{  
    border-collapse:collapse; 
    border: 1px solid #f4f4f4 !important;  line-height:30px;height:30px;padding:0  20px;
}
.ijgsz_name{ font-size:16px;font-weight:bold;color:#229ac5; }
.ijgsz_name a{ font-size:16px;font-weight:bold;color:#229ac5}
.ijgsz_name a:hover{ color:#d3161a}
.ijgsz_tel{font-size:14px;font-weight:bold;color:#333333;}
.ijgsz_mail{font-size:14px;color:#666666}