@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1200px;
    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;
}

.w1200 {
    width: 1200px;
    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);
}

.i_top {
    height: 197px;
    background: url("../images/top_bg.png") top repeat-x
}

.i_top_center {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

/*topline*/
.top_line {
    height: 35px;
    line-height: 35px;
    background: #00388C;
    color: #004CBD;
    font-size: 13px;
}

.top_line_left {
    float: left;
}

.top_line_right {
    float: right
}

.top_link {
    color: #004cbd;
}

.top_link a {
    padding: 0 10px;
    color: #ffffff;
}

.header {
    background: #004CBD;
    height: 120px;
    border-bottom: 1px solid #cc3300;
    border-top: 2px solid #004CBD;
}

.header .logo {
    width: 730px;
    float: left;
}

.header .logo img {
    margin: 16px 0 0 0;
}

.i-search {
    width: 221px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 46px 0 0 18px;
    float: right;
    background: none;
    border-radius: 20px;
    border: 1px solid #fff;
}

.i-search .search-txt {
    width: 160px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    border: none;
    background: none;
    outline: none
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/ico_search.png") center no-repeat;
    cursor: pointer;
}

.i-search .search-btn:hover {
    cursor: pointer;
}

.i_xiaoxun {
}

/*nav*/
.i-nav {
    width: 100%;
    background: #ffffff;
    height: 50px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 1200px;
}

.nav {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 1200px;
}

.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 0;
    font-size: 17px;
    font-weight: normal;
    color: #000000;
width: 120px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 50px;
    position: absolute;
    background: #0066cc;
    line-height: 36px;
    padding: 0;
    opacity: 0.9;
}

.nav .sub li {
    zoom: 1;
    border-bottom:#5196dc 1px solid;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size:15px;
}

.nav .sub a:hover {
    background: #ffffff;
    color: #333333;
}

.nav .on h3 a {
    background: #0058aa;
    color: #ffffff;
}

/*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: 50%;
    bottom: 15px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
}

.ibanner .hd ul li.on {
    background: #f00;
    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: 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;
}

/*imain*/
/*i_tzgg*/
.i_tzgg_box {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 15px 0 15px 0;
}

.i_tzgg {
    width: 1200px;
    height: 48px;
    position: relative;
    margin: 0 auto;
    border: #8abbe8 1px solid;
    background: url("../images/xymp_bg.png") left center no-repeat;
}

.i_tzgg .hd {
    position: relative;
    top: -35px;
    right: 0;
    z-index: 9999;
}

.i_tzgg .hd .prev {
    display: block;
    width: 17px;
    height: 17px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_right.png") no-repeat #ffffff;
    border: #e6e6e6 1px solid
}

.i_tzgg .hd .prev:hover {
    border: #c01e23 1px solid
}

.i_tzgg .hd .next {
    display: block;
    width: 17px;
    height: 17px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_left.png") no-repeat #ffffff;
    border: #e6e6e6 1px solid
}

.i_tzgg .hd .next:hover {
    border: #c01e23 1px solid
}

.i_tzgg .bd {
    padding: 0 0 0 20px;
    width: 1080px;
    overflow: hidden;
    float: left;
}

.i_tzgg .bd .tempWrap {
}

.i_tzgg h2 {
    float: left;
    width: 100px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 0
}

.i_tzgg .bd ul {
    overflow: hidden;
    zoom: 1;
}

.i_tzgg .bd ul li {
    margin-right: 40px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    _display: inline;
width:auto !important
}

.i_tzgg .bd ul li span {
    color: #6a6a6a;
}

.i_tzgg .bd ul li a {
    color: #333333;
    background: url("../images/xymp_icos.png") left center no-repeat;
    padding: 0 0 0 15px
}

.i_box {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    border: #ededed 1px solid;
    padding: 5px 15px 0 15px;
    width: 1168px;
    margin: 0 auto
}

.i_box2 {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 1200px;
    margin: 0 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: 50px;
    margin: 0 auto 15px auto;
    border-bottom: #e4e4e4 1px solid
}

.ititle h2 {
    float: left;
    margin: 0;
    padding: 0 3px;
    font-size: 22px;
    font-weight: bold;
    color: #004cbd;
    line-height: 49px;
    height: 49px;
    display: block;
    border-bottom: #0066cc;
}

.ititle h2 span {
    color: #004cbd
}

.ititle .entitle {
    color: #929292;
    font-size: 12px;
    line-height: 50px;
    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: 55px;
    height: 50px;
    margin-top: 0;
}

.ititle a:hover {
    color: #004cbd;
    opacity: 0.8
}

.newbox {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 15px 0
}

.newbox_left {
    width: 440px;
    height: auto;
    overflow: hidden;
    float: left
}

.newbox_right {
    width: 705px;
    height: auto;
    overflow: hidden;
    float: right
}

/*picnews*/
.picnews {
    width: 440px;
    height: 330px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
}

.picnews .hd ul li.on {
    background: #004cbd;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 440px;
    height: 330px;
    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;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.headline {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed
}

.headline h2 {
    color: #ff0000;
    font-size: 22px;
    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: 5px 0 5px 0;
text-indent:2em;
}

.newslist {
    height: auto;
    position: relative;
    padding: 0 2px 0 0
}

.newslist ul {
    padding-top: 5px;
}

.newslist li {
    width: 100%;
    display: block;
    font-size: 16px;
    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: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist li a:hover {
    color: #004cbd
}

.newslist li span {
}

/*i_box2*/
.i_box2_l {
    width: 424px;
    height: 300px;
    border: #ededed 1px solid;
    padding: 5px 15px 0 15px;
    float: left
}

.i_box2_c {
    width: 378px;
    height: 300px;
    border: #ededed 1px solid;
    padding: 5px 15px 0 15px;
    float: left;
    margin: 0 0 0 15px
}

.i_box2_r {
    width: 272px;
    height: 300px;
    border: #ededed 1px solid;
    padding: 5px 15px 0 15px;
    float: right
}

/*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: 1168px;
    margin: 15px auto;
    border: #ededed 1px solid;
    padding: 10px 15px 20px 15px;
}

.ztwzbox h1 {
    margin: 0 auto;
    width: 315px;
    display: block;
    height: 70px;
    line-height: 70px;
    background: url("../images/title_bg3.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    color: #af0113
}

.i-gdzt {
    width: 1168px;
    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;
    zoom: 1;
}

.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;
}

/**/
.more {
    position: absolute;
    top: 120px;
    right: 20px
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #dadada;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 40px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
}

.slideTxtBox .hd ul li.on {
    height: 40px;
    border-bottom: 2px solid #00579e;
    color: #00579e;
    font-weight: bold;
}

.slideTxtBox .bd ul {
    padding: 0;
    zoom: 1;
}

.slideTxtBox .t_jgx {
}

.more {
    position: absolute;
    top: -25px;
    right: 10px
}

.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
}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto
}

.tw_top img {
    width: 147px;
    height: 95px;
    padding: 3px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 15px
}

.tw_top .tw_txt {
    float: right;
    width: 335px;
    height: 96px;
    overflow: hidden;
    border-bottom: #cccccc 1px dashed;
    padding: 5px 0 0 0;
}

.tw_top .tw_txt h1 {
    color: #004cbd;
    font-size: 18px;
    line-height: 30px;
}

.tw_top .tw_txt h1 a {
    color: #004cbd;
}

.tw_top .tw_txt p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    margin: 5px 0;
    padding: 0;
}

.tw_top .tw_txt p a {
    color: #999999
}

.top_pic {
    width: 322px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 10px auto;
}

.top_pic img {
    width: 142px;
    height: 95px;
    padding: 3px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 10px
}

.ns_list {
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0 !important;
    position: relative
}

.ns_list li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    color: #000000;
    font-size: 15px;
}

.ns_list li a {
    font-size: 15px;
    color: #000000;
    float: left;
    background: url(../images/list_icog2.png) left center no-repeat;
    padding-left: 10px;
}

.ns_list li a:hover {
    color: #004cbd
}

.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-kstd {
    height: 130px;
    padding: 30px 0 30px 0;
    background: #e7f3ff;
}

.i-kstd-left {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.i-kstd-left h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 45px;
    display: block;
}

.i-kstd-right h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 45px;
    display: block;
}

.i-kstd-left ul {
    width: 1230px;
    height: auto;
    overflow: hidden
}

.i-kstd-left li {
    width: 94px;
    float: left;
    margin-right: 42.65px;
    text-align: center;
}

.i-kstd-left li a {
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.i-kstd-left li:hover span {
    border: #8bc7ff 1px solid;
    background: #f8fbff
}

.i-kstd-left li span {
    width: 92px;
    height: 92px;
    display: block;
    border: #c6e3ff 1px solid;
    background: #f8fbff;
    border-radius: 50%
}

.i-kstd-left li span:hover {
}

.i-kstd-left li span img {
    width: 50px;
    height: 50px;
    margin: 20px auto 0 auto
}

.i-kstd-left .ks_name {
    display: block;
    width: 100%;
    text-align: center;
    color: #343434;
    margin: 10px auto 0 auto;
}

.i-kstd-right {
    float: right;
    width: 280px;
    margin: 0 5px 0 0
}

.i-kstd-right li {
    width: 280px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 0;
    text-align: center;
}

.i-kstd-right li select {
    width: 280px;
    height: 36px;
    text-align: center;
    border: #cecece 1px solid;
    border-radius: 6px;
    margin: 0 0 12px 0
}

/*i_link*/
.i_link {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #00388C;
    height: 46px;
    line-height: 46px;
    padding: 0;
}

.i_link h2 {
    width: 120px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #ffffff;
}

.i_link h2 span {
    font-size: 12px;
    font-weight: normal;
    line-height: 46px
}

.i_link ul {
    float: right;
    width: 1070px;
}

.i_link li {
    color: #ffffff;
    font-size: 14px;
    line-height: 47px;
    display: inline;
}

.i_link li a {
    color: #ffffff;
    float: left;
    padding: 0 22px;
}

.i_link li a:hover {
    color: #e1e1e1;
}

.listmain {
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1200px;
    margin: 15px auto;
}

.lm-left {
    width: 236px;
    float: left; background: #ffffff; padding: 0 0 0 0;
}

.lm-left .left-lmname {
    background:url("../images/left_title_bg.png"); position: relative;
    height: 80px;
    line-height: 60px;
    padding:0;
    overflow: hidden
}

.lm-left .left-lmname h1 {     /* position: relative; */
    color: #ffffff;
    font-size: 24px;
    line-height: 80px;
    padding: 0 0 0 0;
    z-index: 999;
    /* top: 14px; */
    /* left: 49px; */
    text-align: center;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width:234px 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: #333; text-align: center; border-bottom: #e9e9e9 1px solid;
}
.lm-left .list-sub a:last-child{ border-bottom:none}

.lm-left .list-sub a:hover {
    background: #004cbd;color: #fff;
}

.lm-left .list-sub #this-on {
    background: #004cbd; color: #fff;
}
.left_xxbg{ background:url("../images/left_subsy2.png") top right no-repeat #ffffff;width: 250px; height: 340px;}
.lm-right {
    width: 940px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 0px;
    height: 55px;
    padding:0 3px;
    margin: 10px 20px 0 20px
}

.this-name h1 {
    color: #004cbd;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    padding:0 10px 0 10px;
    float: left; border-bottom: #004cbd 3px solid;
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
    background: url("../images/this_ico.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;
    padding: 20px 20px;
}

.lm-right .lm_list li {
 font-size: 16px;
     line-height: 48px;
    height: 48px;
    text-align:right
    color: #999999;
    padding: 0 10px; border-bottom: #e0e0e0 1px dashed;
}
.lm-right .lm_list li .sea_title { overflow:hidden;}
.lm-right .lm_list li .sea_title a span { float:none;}
.lm-right .lm_list li a {
    font-size: 16px;
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
}
.lm-right .lm_list li span {float:right;}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #004cbd
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #004cbd
}
.lm-right .sea_lm_list li { height:auto;}
.lm-right .sea_lm_list li p {
    text-indent:2em;
       line-height:26px;
    height: 48px;
    font-size:14px;
    color:#999;
    padding-bottom: 10px;
    margin: 0;
}
.lm-right .sea_lm_list li p span {float: none;}
.lm-right .list-fy {
    text-align: center;
    margin: 0px 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: 900px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-list li {
    width: 264px;
    margin-right:43px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 274px;
    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
}
/*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;
}


/*c-content*/
.icontent {
    width: 1120px;
    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;
    text-align: center;
    height: 59px;
    font-size: 24px;
    color: #004cbd;
    font-weight: bold;
    border-bottom: #004cbd 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: 30px 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: 4px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
width:100%;
}

.c-content .nr-info p {
    line-height: 40px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left;
    color: windowtext;
    font-family: 宋体;
    color: #000000;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
}
.c-content .nr-info .vsbcontent_img{text-align: center;}
.c-content .nr-info img{border:none !important;}
.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #004cbd;
    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: 30px 0 30px 0;
    background: #004cbd;
    height: auto;
    overflow: hidden;
    background-size: auto 100%
}

.footer_two_left {
    width: 630px;
    float: left;
    color: #d5e9f8;
    line-height: 27px;
    font-size: 14px;
    background: url("../images/end_logo.png") left center no-repeat;
    padding: 20px 0 20px 170px;
}

.footer_two_left p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
}

.footer_two_left p a {
    color: #ffffff;
}

.footer_two_right {
    width: 390px;
    float: right;
    padding: 10px 0 0 0
}

.footer_two_right li {
    width: 100px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 25px;
    text-align: center;
}

.footer_two_right li a {
    color: #ffffff;
}

.footer_two_right li img {
    width: 94px;
    height: 94px
}

.footer_two_right li span {
    color: #ffffff;
    line-height: 34px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}

.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 #004cbd;
    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;
}