@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1260px;
    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;
}

img:hover {
    opacity: 0.9
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc3300;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1260 {
    width: 1260px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/*header*/
.header {
    width: 100%;
    height: 125px;
    position: relative;
    background: #0068b7;
    overflow: hidden
}
.header_box {
    width: 1260px;
    margin: 0 auto;
    height: 125px;
    position: relative;
    background:url("../images/top_bg.png") 500px top no-repeat;
}

.logo {
    width: 450px;
    text-align: left;
    padding: 30px 0 0 0;
    display: block;
    float: left;
}

.top_link {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0 0;
    width: 100%;
}

.top_link a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}

.top_center {
    width: 300px;
    position: absolute;
    top: 0;
    left: 650px;
}

.top_right {
    width: 340px;
    float: right;
    font-size: 12px;
    color: #ffffff;
    text-align: right
}

.top_right a {
    color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
}

/*search*/
.i-search {
    width: 240px;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 18px;
    background: #ffffff;
    border-radius: 4px;
}

.i-search .search-txt {
    width: 178px;
    padding-left: 10px;
    height: 29px;
    line-height: 29px;
    color: #999999;
    border: none;
    background: none;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 30px;
    line-height:29px;
    font-size: 14px;
    border: none;
    background: #cccccc;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: #ff9900;
}

/*nav*/
.i-nav {
    width: 100%;
    height: 50px;
    margin: 0 auto 0 auto;
    background:#ffffff;
    position: relative;
    z-index: 999999;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1260px;
}

.nav a {
    color: #0068b7;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 48px;
    font-size: 16px;
    color: #0068b7;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 50px;
    position: absolute;
    background:#0269b8;
    line-height: 36px;
    padding: 0;
}

.nav .sub li {
    zoom: 1;
    border-top: #0158a3 1px solid;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.nav .sub a:hover {
    color: #fff;
    background:#003366;
}

.nav .on h3 a {
    color: #ffffff;
    background:#0269b8;
}



/*i-banner*/
.i-banner {
    width: 100%;
    overflow: hidden;
    height: 400px;
    margin: 0 auto;
}

/*banner*/

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 46%;
    bottom: 20px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
}

.ibanner .hd ul li.on {
    background: #ff9933;
    color: #fff;
}

.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: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/slider-arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.8; border-radius:50% ;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -65px 0;
    width: 70px;
    height: 70px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color:#000000;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}



.i_box {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 30px 0 22px 0;
    width: 1260px;
    margin: 0 auto
}

.i_box2 {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0;
    width: 1260px;
    margin: 0 auto 25px auto;
}

.p_box_left {
    float: left;
    width: 590px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}

.p_box_right {
    float: right;
    width: 590px;
    height: 324px;
    overflow: hidden;
    background: #ffffff;
}

.ititle {
    height: 44px;
    margin: 0 auto 15px auto;
    border-bottom: #0068b7 2px solid
}

.ititle h2 {
    width: 114px;
    line-height: 44px;
    height: 44px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    display: block;
    background: url("../images/n_here.png") center no-repeat;
}

.ititle h2 span {
    color: #ff6600
}

.ititle .entitle {
    color: #929292;
    font-size: 12px;
    line-height: 44px;
    font-style: normal;
    padding: 0 8px;
    margin: 2px 0 0 0;
    display: block;
    float: left;
}

.ititle a {
    float: right;
    font-size: 14px;
    color: #999999;
    padding-right: 0;
    line-height: 44px;
    height: 44px;
    margin-top: 0;
    display: block;
    width:48px;
    background: url(../images/more_bg.png) center right no-repeat;
}

.ititle a:hover {
    color: #cc0000;
    opacity: 0.8
}

.newbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.newbox_left {
    width: 615px;
    height: auto;
    overflow: hidden;
    float: left
}

.newbox_right {
    width: 615px;
    height: auto;
    overflow: hidden;
    float: right
}

/*picnews*/
.picnews {
    width: 615px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 12px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #ffffff;
    cursor: pointer; color: #000000;font-size: 12px;
}

.picnews .hd ul li.on {
    background: #cc0000;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 615px;
    height: 390px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/tt_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    z-index: 999;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px; font-weight: bold;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.headline {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed
}

.headline h2 {
    color: #cc0000;
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center
}

.headline:hover h2 {
    color: #cc3300;
}

.headline:hover p {
    color: #000000;
}

.headline p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding: 10px 0 10px 0
}

.newslist {
    height: auto;
    position: relative;
    padding: 0 2px 0 0
}

.newslist ul {
    padding-top: 5px;
}

.newslist li {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 36px;
    text-align: right
}

.newslist li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 10px;
    color: #000000;
    font-size: 15px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist li a:hover {
    color: #cc0000
}

.newslist li span {
}

/*i_box2*/
.i_box2_l {
    width: 615px;
    height:auto;
    padding: 0;
    float: left;overflow: hidden;
}



.i_box2_r {
    width: 615px;
    height:auto;
    padding: 0;
    float: right;
    overflow: hidden;
}

/*p_news*/
.p_news {
    width: 1200px;
    margin: 20px auto 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.p_news_left {
    float: left;
    width: 315px;
    margin-right: 30px;
}

.p_news_center {
    float: left;
    width: 510px;
}

.p_news_right {
    float: right;
    width: 310px;
    overflow: hidden
}

/**/
/**/
.ztwzbox {
    width: 1260px;
    margin: 15px auto;
    padding: 0;
}

.ztwzbox h1 {
    margin: 0 auto;
    width: 315px;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: #af0113
}

.i-gdzt {
    width: 1260px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
}

.i-gdzt .hd {
    height: 0;
    position: relative;
}

.i-gdzt .hd .prev {
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_right.png") center no-repeat #424242;
    z-index: 99999;
    position: absolute;
    right: 0;
    top: 25px;
    opacity: 0.5
}

.i-gdzt .hd .next {
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_left.png") center no-repeat #424242;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 25px;
    opacity: 0.5
}

.i-gdzt .hd .prev:hover {
    opacity: 1
}

.i-gdzt .hd .next:hover {
    opacity: 1
}

.i-gdzt .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.i-gdzt .hd ul li.on {
    background-position: 0 0;
}

.i-gdzt .bd {
    padding: 5px 0 0 0;
    width: 1168px;
    margin: 0 auto;
    overflow: hidden;
}

.i-gdzt .bd ul {
    overflow: hidden;
    zoom: 1;
}

.i-gdzt .bd ul li {
    margin: 0 14px 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: 282px;
    height: 82px;
    display: block;
}

.i-gdzt .bd ul li .pic a:hover img {
    opacity: 0.8
}

.i-gdzt .bd ul li .title {
    line-height: 24px;
}
/**/
.multipleColumn{position:relative; width:100%;  }
.multipleColumn .hd{ overflow:hidden;  height:30px;padding:0 0;top:-55px; right:0;position: absolute;  }
.multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:9px; height:13px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url("../images/icoLeft.png") no-repeat;}
.multipleColumn .hd .next{ background:url("../images/icoRight.gif") no-repeat;  }
.multipleColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:12px; }
.multipleColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.png") 0 -9px no-repeat; }
.multipleColumn .hd ul li.on{ background-position:0 0; }

.multipleColumn .bd{ padding:0; overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:710px;  float:left; _display:inline;  }
.multipleColumn .bd ul li{ margin:5px 20px 7px 0; float:left; _display:inline; overflow:hidden; text-align:center;  }
.multipleColumn .bd ul li .pic{ text-align:center; }
.multipleColumn .bd ul li .pic img{ width:297px; height:78px; display:block; }

.fastColumn{position:relative; width:100%;  }
.fastColumn .hd{ overflow:hidden;  height:30px;padding:0 0;top:-55px; right:0;position: absolute;  }
.fastColumn .hd .prev,.fastColumn .hd .next{ display:block;  width:9px; height:13px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url("../images/icoLeft.png") no-repeat;}
.fastColumn .hd .next{ background:url("../images/icoRight.gif") no-repeat;  }
.fastColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:12px; }
.fastColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.png") 0 -9px no-repeat; }
.fastColumn .hd ul li.on{ background-position:0 0; }

.fastColumn .bd{ overflow:hidden; padding: 2px 0 0 0 }
.fastColumn .bd ul{ overflow:hidden; zoom:1; width:710px;  float:left; _display:inline;padding: 10px 0 0 0;  }
.fastColumn .bd ul li{ margin:0; float:left; _display:inline; overflow:hidden; text-align:center;width: 88px;  }
.fastColumn .bd ul li a{display: block; width:100%; height: auto; overflow: hidden; color:#666666;padding: 5px 0}
.fastColumn .bd ul li img{border: 0;
    margin: 0 auto;
    display: block;}
.fastColumn .bd ul li span{display: block; width:100%; text-align: center; height: auto; overflow: hidden; color:#666666; font-size: 13px; line-height:18px;}
.fastColumn .bd ul li:hover span{color: #cc0000}
/**/

.xxmh_box{width: 615px; height: auto; overflow: hidden; margin: 0 auto 0 auto;padding: 5px 0 0 0;}
.xxmh_box ul{width: 710px; }
.xxmh_box a{display: block;width: 195px; height: 78px; margin: 0 15px 0 0; float: left}
.xxmh_box a img{width: 195px; height: 78px;}
.more a{color: #999999;
}
.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    padding: 0 10px 0 20px;
    border-bottom: 2px solid #0068b7;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 0;
    text-align: center;
    width:114px;
    cursor: pointer;
    font-size: 16px;
    margin:0 10px 0 0;
    color: #333333;
    background: url("../images/n_there.png") center no-repeat;
}

.slideTxtBox .hd ul li.on {
    height: 44px;
    color: #ffffff;
    background: url("../images/n_here.png") center no-repeat;
}

.slideTxtBox .bd ul {
    padding: 15px 0 0 0;
    zoom: 1;
}

.slideTxtBox .t_jgx {
}

.more {
    color: #999999;
    position: absolute; display: block;width: 48px;
    top: -35px;
    right: 5px; background: url("../images/more_bg.png") center right no-repeat;
}


.date_list {
    height: 310px;
    padding: 10px 0 0 0 !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 53px;
    display: block;
    border-bottom: #e4e4e4 1px solid;
    padding: 10px 0;
}

.date_list li a {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.date_list li a:hover {
    color: #cc3300;
}

.date_list li span {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
    border: #00579e 1px solid;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #01589e;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}

.n_list {
    height: 310px;
    padding: 10px 0 0 0 !important;
    position: relative
}

.n_list li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    color: #999999;
    font-size: 14px;
}

.n_list li a {
    font-size: 14px;
    color: #666666;
    background: url("../images/list_icog.png") left center no-repeat;
    padding-left: 10px;
    float: left
}

.n_list li a:hover {
    color: #cc3300
}

.n_list li .date {
    float: right
}

.n_list li i {
    font-style: normal;
    color: #ff9900
}



.ns_list {
    height: auto;
    padding: 0 0 0 0;
    position: relative
}

.ns_list li {
    width: 99%;
    margin:0 auto;
    height: 36px;
    line-height: 36px;
    display: block;
    color: #333333;
    font-size: 15px;
}

.ns_list li a {
    font-size: 15px;
    color: #333333;
    float: left;
    background: url(../images/ico_001.png) left center no-repeat;
    padding-left: 12px;
}

.ns_list li a:hover {
    color: #cc0000
}

.ns_list li .date {
    float: right;
    color: #999999
}

.ns_list li i {
    font-style: normal;
    color: #ff9900;
    margin-right: 3px;
}

.title_h1 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid #dadada;
    position: relative;
    margin: 0 auto
}

.title_h1 h1 {
    height: 40px;
    border-bottom: 2px solid #00579e;
    color: #00579e;
    font-size: 18px;
    padding: 0 10px;
    float: left;
    font-weight: bold;
}

.title_h1 a {
    float: right;
    margin-top: 15px;
}

.i-piclink {
    width: 1280px;
    height: auto;
    margin: 12px auto;
    background: #ffffff;
    position: relative;
}

.i-piclink .hd {
}

.i-piclink .hd .prev {
    display: block;
    width: 13px;
    height: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/piclink_rico.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 35px;
    opacity: 0.5;
}

.i-piclink .hd .next {
    display: block;
    width: 13px;
    height: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/piclink_lico.png") no-repeat;
    position: absolute;
    left: 10px;
    top: 35px;
    opacity: 0.5;
}

.i-piclink .hd .next:hover, .i-piclink .hd .prev:hover {
    opacity: 1;
}

.i-piclink .hd .prevStop {
    background-position: -60px 0;
}

.i-piclink .hd .nextStop {
    background-position: -60px -50px;
}

.i-piclink .tempWrap {
    width: 1200px !important;
    margin: 0 auto
}

.i-piclink .bd {
    padding: 10px 0;
}

.i-piclink .bd ul {
    overflow: hidden;
    zoom: 1;
}

.i-piclink .bd ul li {
    margin: 0 15px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 190px;
    height: 68px;
}

.i-piclink .bd ul li .pic {
    text-align: center;
}

.i-piclink .bd ul li .pic img {
    width: 189px;
    height: 68px;
    display: block;
    padding: 0;
    border: 1px solid #cecece;
}

.i-piclink .bd ul li .pic a:hover img {
    border-color: #999;
}

.i-piclink .bd ul li .title {
    line-height: 24px;
}

.i-special {
    margin: 0 auto 20px auto
}

/*end*/


/*i_link*/
.i_link {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
    background: #f6f6f6;
    height: 46px;
    line-height: 46px;

    padding: 0;
}

.i_link h2 {
    width: 114px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #666666;
}

.i_link h2 span {
    font-size: 12px;
    font-weight: normal;
    line-height: 46px
}

.i_link ul {
    float: left;
    width: 1145px;
}

.i_link li {
    color: #666666;
    font-size: 14px;
    line-height: 47px;
    display: inline;
}

.i_link li a {
    color: #666666;
    float: left;
    padding: 0 13px;
}

.i_link li a:hover {
    color: #cc0000;
}

.listmain {
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1260px;
    margin: 15px auto;
}

.lm-left {
    width: 220px;
    float: left; padding: 0 0 0 0;position: relative;
    top: -105px;
}

.lm-left .left-lmname {
    background:url("../images/title_bg.png");
    position: relative;
    height: 60px;
    line-height: 60px;
    padding:20px 0 10px 0;
    overflow: hidden
}

.lm-left .left-lmname h1 {     /* position: relative; */
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 0 0;
    z-index: 999;
    /* top: 14px; */
    /* left: 49px; */
    text-align: center;width: 100%; display: block;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 10px;
    line-height: 30px;width: 90%; display: block; text-align: center;margin: 0 auto;
}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width:220px; padding: 0 0; border: #e9e9e9 1px solid;
}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer; 
    color: #333333;
    text-align: left;
    border-bottom: #ffffff 1px solid;
    border-left: #a3a3a3 5px solid;
    background: #e9e9e9;
    text-indent: 2em;
}
.lm-left .list-sub a i{background:url("../images/sub_jtbg.png") -44px center no-repeat;display: block; float: right; width:6px;  height:50px; margin: 0 15px 0 0 }
.lm-left .list-sub a:hover i{background:url("../images/sub_jtbg.png") left center no-repeat;display: block; float: right; width:6px;  height:50px; }
.lm-left .list-sub a:last-child{ border-bottom:none}

.lm-left .list-sub a:hover {
    background: #0069bc;color: #ffffff; border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on {
    background: #0069bc; color: #ffffff;   border-left: #004987 5px solid;
}
.lm-left .list-sub #this-on i {
    background:url("../images/sub_jtbg.png") left center no-repeat;display: block; float: right; width:6px;  height:50px;
}
.lm_zspic{margin: 1px 0 0 0}
.left_xxbg{ background:url("") top right no-repeat #ffffff;width: 250px; height: 340px;}
/*xw_main*/
.xw_main{width: 100%; height: auto; overflow: hidden; position: relative; padding: 15px 0}
.xw_bka{float: left;width: 492px; height: 226px;overflow: hidden; position: relative; border: #ededed 1px solid; padding: 1px; background: #fbfbfb; margin-bottom: 20px}
.xw_bkb{float:right;width: 492px;height: 226px;overflow: hidden; position: relative; border: #ededed 1px solid; padding: 1px; background: #fbfbfb;margin-bottom: 20px}
.xw_bkc{float:right;width: 100%;height: 226px;overflow: hidden; position: relative; border: #ededed 1px solid; padding: 1px; background: #fbfbfb;margin-bottom: 20px}
.bknr .l_zsimg{float: left;}
.bknr .l_zsimg img{width: 140px; height: 226px;}
.bknr .r_linktxt{float: right; width: 310px;padding: 20px 20px}
.bknr .r_linktxt li{float: left; width: 50%; height: 40px; line-height: 40px; font-size:15px; color: #666666}
.bknr .r_linktxt li a{background: url("../images/jzg_ico.png") left center no-repeat; padding: 0 0 0 15px}
.xw_bkc .r_linktxt{float: right; width:827px;padding: 20px 20px}
.xw_bkc .r_linktxt li{float: left; width: 33.2%; height: 40px; line-height: 40px; font-size:15px; color: #666666}
/*list_pic*/
.list_pic_box{width: 100%; height: auto; overflow: hidden;padding: 5px 0 20px 0; margin: 0 auto 5px auto ;border-bottom: #e0e0e0 1px dashed;}
.list_pic{float:left; width: 270px; height: 180px;overflow: hidden}
.list_pic img{width: 270px; height: 180px;}
.list_pic_txt{float: right; width: 720px}
.list_pic_txt h2{font-size:20px; color: #cc0000; line-height: 40px; height: 40px;overflow: hidden }
.list_pic_txt p{font-size: 14px; line-height: 27px; color: #666666; margin: 0 auto}
.list_pic_txt span{font-size: 14px; line-height: 40px; color: #666666; margin: 0 auto}
.lm-right {
    width: 1015px;
    float: right;
    margin-right: 0;
    background: #ffffff;
min-height:400px;
}

.this-name {
    border-bottom: #0069b6 1px solid;
    line-height: 0;
    height: 42px;
    padding:0 0;
    margin: 0 0 0 0
}

.this-name h1 {
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    padding:0 25px 0 25px;
    float: left; background: #0069b6; border-top-right-radius: 10px;border-top-left-radius: 10px;
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
    background: url("../images/ico_home.png") left 16px no-repeat;
    padding: 0 0 0 20px;
    height: 55px; line-height: 50px;
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    
}

.lm-right .lm_list li {
    margin-top:10px;
    height: 170px;
    font-size: 14px;
    color: #999999;
    
    padding: 0 10px; border-bottom: #e0e0e0 1px dashed;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .list-fy {
    text-align: center;
    margin: 0 auto 20px auto;
    min-height: 40px;
}

.left_box {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 12px auto;
}

.left_box h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: #df3d36;
    border-left: #8f0600 4px solid;
    padding-left: 15px;
}

.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px
}

.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;
}

.pic-list {
    width: 1200px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1300px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-list li {
    width: 315px;
    margin-right: 30px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 312px;
    height: 200px;
    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
}
/*listbanner*/

.list_banner {
    width: 100%;
    text-align: center; background:#eff3f6;
}

.list_banner img {
    width: 100%;
}

.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}

.this_name {
    float: left;
    width: 220px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #00579e;
    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: 940px;
    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: #00579e;
    font-size: 20px;
}

.this_dqwz .ico_home {
    margin: 0 5px;
}

/*list_main*/
.list_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.list_main_left {
    width: 220px;
    float: left;
}

.list_main_right {
    width: 940px;
    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: 100%;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.list_sub li a:hover {
    background: #ffffff;
    border-left: #00579e 2px solid;
    color: #00579e;
    font-weight: bold;
}

.list_sub .on_here {
    background: #ffffff;
    border-left: #00579e 2px solid;
    color: #00579e;
    font-weight: bold;
}

/*list_box*/

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_001.png") left center no-repeat;
}

.list_box li:hover {
    background: #ececec;
    color: #cc3300;
}

.list_box li a:hover {
    background: url("../images/ico_001.png") left center no-repeat #ececec;
    color: #cc3300;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}
/*jg_box*/
.jg_box{ width: 100%; height: auto; overflow: hidden;}
.jg_box ul{width: 110%}
.jg_box li{width:475px; float: left; border-bottom: #e1e1e1 1px solid; margin: 0 60px 0 0}
.jg_box li a{ display: block;width: 100%; height:60px; line-height: 60px; font-size: 15px; color: #333333; background: url("../images/jg_box_ico.png") left center no-repeat; padding: 0 0 0 15px}
.jg_box li:hover {background:#fafafa}
.jg_box li:hover a{color: #cc0000; }
/*c-content*/
.icontent {
    width: 1320px;
    border: #d9d9d9 1px solid;
    padding: 10px 40px;
    background: #ffffff;
    overflow: hidden;
    margin: 15px auto
}

.icontent .lm_name {
    height: 60px;
    line-height: 60px;
    border-bottom: #cccccc 1px solid
}

.icontent .lm_name h2 {
    float: left;
    width: 130px;
    text-align: center;
    height: 59px;
    font-size: 24px;
    color: #0066cc;
    font-weight: bold;
    border-bottom: #0066cc 3px solid;
}

.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 14px;
    background: url(../images/this_ico.png) left 20px no-repeat;
    padding: 0 0 0 20px;
}

.icontent .lm_name span a {
    color: #666666;
}

.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
}

/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 15px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 28px;
    color: #000000;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    background: #f7f7f7;
    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 {
    line-height:30px;
    margin: 10px 0;
    text-indent: 2em;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #cc0000;
    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: #e4e4e4 1px solid;
    margin: 20px auto;
    padding: 20px 0;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 16px;
    line-height: 36px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*footer*/
.footer {
    background: #025100;
    border-top: #00406e 5px solid;
    height: auto;
}

.footer_bg {
    background: url("../images/end_logo.png") right center no-repeat;
    height: auto;
}

.footer_one {
    padding: 0;
    height: auto;
    overflow: hidden
}

.footer_two {
    padding: 25px 0 25px 0;
    background: #0068b7;
    border-top: #003366 3px solid;
    height: 90px;
}

.footer_two_left {
    width: 670px;
    float: left;
    color: #d5e9f8;
    line-height: 27px;
    font-size: 14px;
    padding: 0 0 0 0;
    margin-top:-17px;
}

.footer_two_left p {
    margin: 0;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.footer_two_left p a {
    color: #ffffff;
}

.footer_two_center{float: left;margin: 0 0 0 50px; color:#ffffff;width:125px;}
.footer_two_center h2{ color:#ffffff; font-size: 16px;font-weight: bold;  margin: 0 0 10px 0}
.footer_two_center li{color: #ffffff;width: 50%; float: left; font-size: 14px; line-height:27px; text-align: left }
.footer_two_center li a{color: #ffffff;}
.footer_two_right{width:240px;float: right;margin: 0 0 0 0;padding: 0;position: relative;}
.footer_two_right li{float: left;width:80px; height:80px;text-align: center; margin: -10px 0 0 0; opacity:0.9 }
.footer_two_right li a{width: 100%;    display: block;    margin: 0 auto;}    
.footer_two_right li i{display: block; width: 100%; text-align: center; font-size: 14px; color: #ffffff ; line-height:10px; font-style: normal}
.yl_weixin{position: absolute;bottom: 90px;left:55px;display:none;width: 120px;height: 120px;z-index: 999999999;}
.yl_weibo{position: absolute;bottom:90px;left:140px;display: none;width: 120px;height: 120px;z-index: 999999999;}
.yl_weixin img{width:120px;height:120px;}
.yl_weibo img{width:120px;height:120px;}
.footer_two_right li:hover{ opacity:1}

.footer_one_left {
    width: 750px;
    float: left;
    padding: 15px 0
}

.footer_one_right {
    width: 246px;
    float: right;
}

.footer_one_left a {
    display: block;
    float: left;
    color: #81a880;
    font-size: 16px;
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
}

.footer_one_left a:hover {
    color: #ff9900
}

.wx_sm {
    float: left;
    color: #81a880;
    font-size: 12px;
    margin-left: 40px;
}

.wx_sm img {
    width: 65px;
    height: 65px;
}

.wx_sm a span {
    color: #81a880;
    display: block;
    text-align: center;
    line-height: 24px;
}

/*LINK*/
.cont_yxbm_rigB {
    width:896px;
    margin: 0 auto;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 20px 20px;
    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;
}

.cont_yxbm_rigB ul {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    width: 110%;
}

.cont_yxbm_rigB ul li {
    width: 19%;
    height: 34px;
    float: left;
    text-align: left;
    line-height: 34px;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    margin: 5px 2.1% 5px 0;
    display: inline;
    font-size: 14px;
}

.cont_yxbm_rigB ul li.curr {
    background: #6699cc;
    color: #FFF;
}

.cont_yxbm_rigB ul li.curr a {
    color: #FFF;
}

.cont_yxbm_rigB ul li:hover {
    background: #6699cc;
    color: #FFF;
}

.cont_yxbm_rigB ul li:hover a {
    color: #FFF;
}



/*sub20200423*/
.list_subs{width: 220px;margin:0 auto 0 auto;}
.list_subs ul li{background-color:#e9e9e9;  border-bottom:0;}
.list_subs ul li a{padding-left: 15px;color:#555555; font-size:16px; display: block;  height:50px;line-height: 50px;position: relative;    border-bottom: #ffffff 1px solid;
    border-left: #a3a3a3 5px solid; font-weight: bold;
}
.list_subs ul li .inactive{ background:url("../images/suboff.png") no-repeat 184px center;}
.list_subs ul li .inactives{background:url("../images/subon.png") no-repeat 184px center;}


.list_subs ul li ul{display: none;}
.list_subs ul li ul li { border-left:0; border-right:0; background-color:#f7f7f7; border-color:#467ca2;}
.list_subs ul li ul li ul{display: none;}
.list_subs ul li ul li a{ padding-left:30px; font-size: 15px}
.list_subs ul li ul li ul li { background-color:#f7f7f7; border-color:#6196bb; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.list_subs ul li ul li ul li a{ color:#666666; padding-left:45px; font-size: 14px; font-weight:normal;}


.list_subs ul li a:hover{  background-color: #0069bc;color: #ffffff; border-left:#004987 5px solid;  }

.list_subs .thisnav{background-color: #0069bc !important;color: #ffffff !important; border-left:#004987 5px solid;}