@charset "utf-8";/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1100px;
    background: #f7f7f7;
    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;
}


a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: #1f509c;
    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);
}

/*header*/
.header{ width: 100%; height: 120px;  position: fixed;top:0;left:0;z-index: 99999;min-width:1300px;}
.navbox{width: calc(100% - 338px);}
.top_link {color: #fff; font-size: 14px; line-height: 30px; margin: 20px 0 0 0;  }
.top_link a{color: #fff; font-size: 14px;line-height: 30px; padding: 0 5px; }
.top_linkr {color: #fff; font-size: 14px; line-height: 30px; margin: 20px 15px 0 0;  text-align: right; position: relative}
.top_linkr a{color: #fff; font-size: 14px;line-height: 30px; padding: 0 5px; }
.logo{ width: 338px; text-align: center; margin: 0 auto 0 auto; padding: 15px 0 0 0; display: block; height: 83px;}


/*search*/
.i_search_btn{display: block;width:20px; height: 20px; padding:8px 0 0 10px !important; float: right; cursor: pointer}
.i-search {
    width: 262px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    margin: 0; padding:0 0 0 0;
    border-radius: 0; border: #c2c9d9 1px solid;
    top: -3px;
    right: 30px;
}

.i-search .search-txt {
    width: 200px;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    color: #666666;
    border: none;
    background:#ffffff;
    outline: none
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/ico_search2.png") center no-repeat #1f337f;
    cursor: pointer;
}
.i-search .search-btn:hover {
    background: url("../images/ico_search2.png") center no-repeat #000000;
}


/*nav*/
.i-nav {
    
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.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 .sub {
    display: none;
    width: 118px;
    left: 0;
    top: 50px;
    position: absolute;
    background: #000000;
    line-height: 36px;
    padding: 0;
    opacity: 0.7;
}

.nav .sub li {
    zoom: 1;
    border-bottom: #1f1f1f 1px solid;
    text-align: center;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
}

.nav .sub a:hover {
    color: #fff;background:#1f337f;
}

.nav .on h3 a {
    color: #ffffff; /*background:url("../images/nav_bglinehover.png") bottom repeat-x;
*/}




/*banner*/
.i-b_fc{ position: absolute; width: 100%; bottom: 0; height:51px; z-index: 9}
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 47%;
    bottom:35px;
    z-index: 99;
}

.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: #bcbcbc;
    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;
    background: #ff9900;
}

.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;
height: 510px;
}

.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*/
.zst_001{ background:url("../images/zst_001.png") left center no-repeat; padding: 0 0 0 45px !important;}
.i_title_s{ width: 100%; margin: 0 auto; padding:0 0 0 0 ;}
.i_title_s h1{ margin:0 auto; width:315px; display: block; height:70px; line-height: 70px; background: url("../images/title_bg.png") bottom center no-repeat; text-align: center; font-weight: bold; color: #1f3b7f}
.news_box{ width:1200px; height: auto; overflow: hidden;margin:0 auto}
.news_nr{ width: 1222px; margin: 20px auto 0 auto; height: auto; overflow: hidden;}
.news_li{ float: left;width: 285px; height:405px;margin-right:20px; background: #ffffff;}
.news_li:last-child{ float: right; margin-right: 0}
.news_li_img{ display: block; width: 285px; height: 190px; overflow: hidden;}
.news_li_txt{ display:block;padding: 10px 15px; width:255px; height:144px; overflow: hidden;}
.news_li_txt  h2{ font-size: 16px; color: #333333; line-height: 30px;font-weight: bold; }
.news_li_txt .news_li_date{ width:50%; display: block;  text-align: left;  float: left; line-height: 40px;}
.news_li_txt .news_li_yd{width:40%;display: block; text-align: right; float: right; line-height: 40px; padding: 0 20px 0 0; background: url("../images/news_llcs.png") right center no-repeat;}
.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:#1f3b7f; font-weight: bold; }

.n_list2{height: auto; padding: 0 0 0 0 !important; position: relative;}
.n_list2 li{width: 100%; height: 40px; line-height: 40px; display: block;color: #999999;font-size: 16px;}
.n_list2 li a{font-size: 16px;color: #333333;  background: url("../images/time.png") left center no-repeat; padding-left:20px; float: left}
.n_list2 li a:hover{color: #cc3300}
.n_list2 li .date{float: right; font-size: 14px; color: #999999}
.n_list2 li i{ font-style: normal; color: #ff9900}



.n_list{height: auto; padding: 0 0 0 0 !important; position: relative;}
.n_list li{width: 100%; height: 44px; line-height: 44px; display: block;color: #999999;font-size: 16px;}
.n_list li a{font-size: 16px;color: #333333;  background: url("../images/ico_001.png") left center no-repeat; padding-left: 15px; float: left}
.n_list li a:hover{color: #cc3300}
.n_list li .date{float: right; font-size: 14px; color: #999999}
.n_list li i{ font-style: normal; color: #ff9900}

/*i-tzgg*/

.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: 1300px; margin: 0 auto; height: auto; overflow: hidden; padding: 30px 0 0 0;}
.tzggbox{ width:1200px;margin: 0 auto; text-align:left; background: url("../images/tzggbox_bg.png")  }
.tzggbox .hd{ height:67px; line-height:52px; background:url("../images/there.png"); padding:0; position:relative; }
.tzggbox .hd ul{ float:left;  position:absolute; left:0; top:0; height:54px; width: 100%;   }
.tzggbox .hd ul li{ float:left; padding:0; cursor:pointer; width: 33.333%; text-align: center; font-size: 24px; line-height:52px; }
.tzggbox .hd ul li.on{ height:67px;  background: url("../images/here.png") center no-repeat; color: #ffffff }
.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;  }
.tz_list{ width:345px;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 center no-repeat; display: block; width:80px; height:60px; text-align: center; float: left;opacity: 0.9; padding:10px 0 0 0;}
.tz_list .tz_date span{ font-size: 30px; font-weight:bolder;color: #ff8636; width: 100%; text-align: center; display: block; height:36px; line-height:36px; margin: 0 0 0 0}
.tz_list .tz_txt{float: right;width:245px; height:70px; overflow: hidden; padding: 0 0 0 0; }
.tz_list .tz_txt h1{ color: #242424; font-size: 16px; line-height: 34px; }
.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}



/*i-wyfc*/
.i-wyfc-box{ width:1200px;  overflow:hidden; position:relative;   }
.i-wyfc-box .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.i-wyfc-box .hd .next{ background-position:0 -50px;  }
.i-wyfc-box .hd .prevStop{ background-position:-60px 0; }
.i-wyfc-box .hd .nextStop{ background-position:-60px -50px; }
.i-wyfc-box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.i-wyfc-box .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;}
.i-wyfc-box .hd ul li.on{ background-position:0 0; }
.i-wyfc-box .bd{ padding:0;   }
.i-wyfc-box .bd .tempWrap{ width: 1200px !important; }
.i-wyfc-box .bd ul{ overflow:hidden; zoom:1; }
.i-wyfc-box .bd ul li{ margin:0 18px 0 0;  float:left; _display:inline; overflow:hidden; text-align:center; position: relative;  }
.i-wyfc-box .bd ul li .pic{ text-align:center;width:286px; height:204px;overflow: hidden;  }
.i-wyfc-box .bd ul li .pic img{ width:286px; height:204px; display:block;  padding:0;  }
.i-wyfc-box .bd ul li .pic a:hover img{ border-color:#999;  }
.i-wyfc-box .bd ul li .title{ position: absolute; bottom: 0; z-index: 99; background:url("../images/tt_bg.png"); font-size: 14px; color: #ffffff; line-height: 40px; text-align: center;display: block; width: 100%;}
.i-wyfc-box .bd ul li .title a{ color: #ffffff;}


/*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: 920px;
    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: #3e6db5;
    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: 240px;
    float: left;
}

.list_main_right {
    width: 920px;
    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: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}

.list_sub .on_here {
    background: #ffffff;
    border-left: #3e6db5 2px solid;
    color: #3e6db5;
    font-weight: bold;
}
/*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;
}
.cont_yxbm_rigB ul{
    margin-bottom:20px; height: auto;overflow: hidden; width: 110%;
}

.cont_yxbm_rigB ul li{
    width:19%;
    height:40px;
    float:left;
    text-align:left;
    line-height:40px;
    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:#3366cc;
    color:#FFF;
}
.cont_yxbm_rigB ul li:hover a{
    color:#FFF;
}



/*list_box*/

.list_box {
    height: auto;min-height:600px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 45px;
    height: 50px;
    font-size: 16px;
    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: #f8f8f8;
    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;
}

/*piclist*/
.pic-list {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.pic-list li {
    width: 285px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}

.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
}

/*pictxt*/
.tw_list{ width: 100%; padding:40px 0 0 0}
.hot-new{
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfdfdf;
}
.hot-new .pic-box{
    float: left;
    width:320px;
    position: relative;
    margin-right: 42px;
}
.hot-new .pic{
    padding-top: 71%;
    position: relative;
    overflow: hidden;
}
.hot-new .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-new .pic:hover img{
    --webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.hot-new .pic-box i{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 43px;
}
.hot-new .txt{
    padding-bottom:25px;
    overflow: hidden;
    margin-top:10px;
    position: relative;
}
.hot-new .txt h3{
    font-size: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 22px;
}
.hot-new .txt h3 a{
    color: #555;
}
.hot-new .txt h3 a:hover{
    color: #008f40;
}
.hot-new .txt p{
    font-size: 14px;
    line-height: 26px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}
.hot-new .txt .btn-look{
    display: block;
    margin-top: 35px;
    width: 98px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #ff9900;
    background-color: #ff9900;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-new .txt .btn-look:hover{
    border: 1px solid #ff9900;
    color: #ff9900;
    background-color: #fff;
}
.hot-new .txt .time{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    background: url(../images/time.png) no-repeat left center;
}
.ul-news li .inner{
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}
.ul-news li:first-child .inner{
    border-top: none;
}
.ul-news .time{
    float: left;
    width:75px;
    margin-right:20px;
}
.ul-news .time strong{
    display: block;
    font-size:30px;
    font-family: "Arial";
    color: #fff;
    background-color: #008f40;
    height:45px;
    line-height:45px;
    text-align: center;
}
.ul-news .time span{
    border: 1px solid #008f40;
    border-top: none;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.ul-news .txt{
    overflow: hidden;
    padding-top: 4px;
}
.ul-news .txt h4{
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.ul-news .txt h4 a{
    color: #555;
}
.ul-news .txt p{
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:24px;
}
.ul-news li:hover{
    background-color: #f2f2f2;
}
.ul-news li:hover .time strong{
    background-color: #008f40;
}
.ul-news li:hover .time span,
.ul-news li:hover .txt h4 a,
.ul-news li:hover .txt p{
    color: #008f40;
}

/*content*/
.c-content {
    height: auto;
    min-height:600px;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;font-family: 宋体;
}
.c-content img{
    display:block;margin:0 auto;max-width:1530px;
}
.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .c-title1{
    font-size: 30px;
    color: #666666;
    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: #000;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
   }

.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;
}

/*tzgg_box*/
.tzgg_box{ width: 1200px; margin: 0 auto; height: auto; overflow: hidden;}
.tzgg_box_left{ width: 530px; height: 260px; border: #ececec 1px solid; background: #ffffff; float: left; padding:15px 30px ;}
.tzgg_box_right{width: 530px; height: 260px; border: #ececec 1px solid; background: #ffffff; float: right;padding:15px 30px ;}
.t_title{ width: 100%; height: 50px; line-height: 50px; }
.t_title h2{font-size:26px; color: #1f3b7f; margin: 0; padding: 0; font-weight: bold; float: left;}
.t_title .t_more{float: right; text-align: right; margin: 18px 0 0 0}
.t_list{ width: 100%; height: auto; overflow: hidden;}
.t_list li{ line-height:50px; height:50px; font-size: 16px; color: #333333; text-align: left; margin:15px auto 0 auto;}
.t_list li:hover{ background: #f9fbff}
.t_list li a{ display:block;line-height:50px; height:50px;}
.t_list li a:hover{ color: #ff6600}
.t_list li span{ display: block; width:50px; height:50px; text-align: center; float: left;background: url("../images/date_jgx.gif") right center no-repeat; margin-right: 15px; font-size: 12px; color: #999999; line-height: 17px; padding: 0 15px 0 0; }
.t_list li span i{ font-size: 26px; height:30px; line-height:30px;  color: #ff6600; font-style: normal; font-weight:bold;display: block; width: 100%; text-align: center;}


/**/
.ztwzbox{ width: 100%; margin: 0 auto; padding:15px 0 0 0 ;}
.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: #1f3b7f}
.i-gdzt{width:1200px;position:relative;margin:10px auto 0 auto;padding:0;}
.i-gdzt .hd{height:0;position:relative;}
.i-gdzt .hd .prev{display:block;width:17px;height:32px;overflow:hidden;cursor:pointer;background:url("../images/arrow_right.png") no-repeat;z-index: 99999 ;position: absolute;right: -35px;top:35px;}
.i-gdzt .hd .next{display:block;width:17px;height:32px;overflow:hidden;cursor:pointer;background:url("../images/arrow_left.png") no-repeat;z-index: 99999;position: absolute;left: -35px;top:35px;}
.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; width: 1200px; margin: 0 auto; overflow: hidden;}
.i-gdzt .bd ul{overflow:hidden;zoom:1;}
.i-gdzt .bd ul li{margin:0 30px 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:278px;height:102px;display:block;}
.i-gdzt .bd ul li .pic a:hover img{ opacity: 0.8}
.i-gdzt .bd ul li .title{line-height:24px;}

/*xsdt_box*/
.xsdt_box{ width:100%; height: 330px; margin: 20px auto; padding:0; background: url("../images/ixs_bg.jpg") center no-repeat; background-size: cover;}
.i_title_s2{width: 100%; margin: 0 auto; padding:0 0 0 0 ;}
.i_title_s2 h1{margin:0 auto; width:315px; display: block; height:70px; line-height: 70px; background: url("../images/title_bg2.png") bottom center no-repeat; text-align: center; font-weight: bold; color: #ffffff}
.xsdt_nr{ width:1200px; margin:20px auto 0 auto;}
.xsdt_nr li{ width:249px; height: 150px; float: left; background: #ffffff; margin-right: 1px; padding: 25px; opacity: 0.9}
.xsdt_nr li h2{ color: #2b4687; font-size: 16px; font-weight: bold; line-height: 40px;}
.xsdt_nr li span{ font-size: 14px; color: #666666; line-height: 36px; display: block;}
.xsdt_nr .c_bg{ background: #e2efff}
.xsdt_nr li:hover{ opacity: 1}
.xsdt_nr li :hover h2{ color: #cc0000}
/*kstd*/
.kstdbox{ width: 100%; margin: 0 auto 40px auto; padding:20px 0 0 0 ;}
.kstdbox 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; color: #1f3b7f; font-size: 26px; font-weight: bold;}
.kstdxx{ width: 1200px; margin: 0 auto; overflow: hidden;}
.kstdxx ul{ width: 1300px; margin: 0 auto; overflow: hidden; padding:10px 0 0 0}
.kstdxx li{float: left;width:100px; margin: 0 57px 0 0;opacity: 0.85}
.kstdxx li:hover{opacity:1}
.kstdxx li a{ display: block; margin: 0 auto 15px auto; border-radius: 50px; width:100px; height: 100px; background:#dfedfc;  text-align: center; }
.kstdxx li span{ display: block; width: 100%; text-align: center; font-size: 16px; color: #555555;}
.kstdxx li:hover a{ background: #95caff}
.kstdxx li:hover span{ color: #1f337f}

/*i_link*/
.i_link{ background: #efefef; height:53px; margin:50px 0 0 0}
.i_link h2{ color: #1f337f; font-size: 18px; font-weight: bold; line-height: 53px;}
.i_link select{ width:350px; height: 32px; border: #d4d4d4 1px solid; text-align: center }

/*c-content*/
.icontent{  width: 1200px;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: 155px; 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;}

/*footer*/
.footer{ width: 100%; height:90px; background: #1f337f; padding:50px 0 20px 0;}
.copyright{ width:550px; float: left; background: url("../images/end_logo.png") left center no-repeat; padding: 0 0 0 400px}
.copyright p{ width: 100%; font-size: 14px; color: #ffffff; line-height: 30px; margin: 0; padding: 0;}

.end_box_r{width:190px;float: right;margin: 0 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:88px;display:none;width: 120px;height: 120px;z-index: 999999999;}
.yl_weibo{position: absolute;bottom: 60px;left:95px;display: none;width: 120px;height: 120px;z-index: 999999999;}

.end_box_r li:hover{ opacity:1}

/*826*/
.i_ztbox{ width:1200px; height:86px; overflow:hidden; position:relative; margin: 17px auto; }
.i_ztbox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.i_ztbox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.i_ztbox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.i_ztbox .hd ul li.on{ background:#f00; color:#fff; }
.i_ztbox .bd{ position:relative; height:100%; z-index:0;   }
.i_ztbox .bd li{ zoom:1; vertical-align:middle; }
.i_ztbox .bd img{ width:1200px; height:86px; display:block;  }
.i_ztbox .prev,
.i_ztbox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.i_ztbox .next{ left:auto; right:3%; background-position:8px 5px; }
.i_ztbox .prev:hover,
.i_ztbox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.i_ztbox .prevStop{ display:none;  }
.i_ztbox .nextStop{ display:none;  }

.i_kstdbox{ width: 1200px; margin: 0 auto 20px auto; height: auto; overflow: hidden;}
.i_kstdbox ul{ width: 1300px;}
.i_kstdbox li{width: 154.9999px; height: 115px; float: left; background: #ffffff; border: #e0e0e0 1px solid; text-align: center; font-size: 14px; color: #333333; margin: 0 17px 17px 0; padding: 15px 0 0 0}
.i_kstdbox li:hover{border: #d5d5d5 1px solid;background: #f7f7f7;}
.i_kstdbox li a{ display: block;width: 155px; height: 115px; color:#333333}
.i_kstdbox li span{ display: block; margin: 0 auto; width: 100%; text-align: center; font-size: 16px; }

/*2018-9-9*/
.i_kstdboxs{ width: 1200px; margin: 0 auto 20px auto; height: auto; overflow: hidden;}
.i_kstdboxs ul{ width: 1300px;}
.i_kstdboxs li{ width: 183px; height:128px; float: left; background: #ffffff; border: #e0e0e0 1px solid; text-align: center; font-size: 14px; color: #333333; margin: 0 17px 17px 0; padding: 0 0 0 0}
.i_kstdboxs li:hover{border: #d5d5d5 1px solid;background: #f7f7f7;}
.i_kstdboxs li a{ display: block;width: 183px; height:128px;  color:#333333;position:relative; overflow:hidden;}
.i_kstdboxs li span{ display: block; position:absolute; z-index:9; margin: 0 auto; width: 100%; text-align: center; font-size: 16px; bottom:0; height:36px; line-height:36px; background:#666; color:#ffffff }
.i_kstdboxs li a img {cursor: pointer;transition: all 0.6s;}
.i_kstdboxs li a:hover img{transform: scale(1.2);}

.i_kstdboxs .ks_tbg1{ background:url(../images/csbg01.png) !important;}
.i_kstdboxs .ks_tbg2{ background:url(../images/csbg02.png) !important;}
.i_kstdboxs .ks_tbg3{ background:url(../images/csbg03.png) !important;}
.i_kstdboxs .ks_tbg4{ background:url(../images/csbg04.png) !important;}
.i_kstdboxs .ks_tbg5{ background:url(../images/csbg05.png) !important;}
.i_kstdboxs .ks_tbg6{ background:url(../images/csbg06.png) !important;}
.i_kstdboxs .ks_tbg7{ background:url(../images/csbg07.png) !important;}
.i_kstdboxs .ks_tbg8{ background:url(../images/csbg08.png) !important;}
.i_kstdboxs .ks_tbg9{ background:url(../images/csbg09.png) !important;}
.i_kstdboxs .ks_tbg10{ background:url(../images/csbg010.png) !important;}
.i_kstdboxs .ks_tbg11{ background:url(../images/csbg011.png) !important;}
.i_kstdboxs .ks_tbg12{ background:url(../images/csbg012.png) !important;}

/*i_link*/
.i_link{ background: #ffffff; height:53px; margin:0 0 0 0}
.i_link h2{ color: #034da2; font-size: 18px; font-weight: bold; line-height: 53px;}
.i_link select{ width:250px; height: 32px; border: #d4d4d4 1px solid; text-align: center }






.content {
    margin-top: 45px;
}
.part {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.d:first-child {
    margin-left: 0px;
}
.d {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin-left: 20px;
    -ms-flex: 1;
    -ms-flex-preferred-size: auto;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}
.d .bg {
    background: #1f337f;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.d .inner {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.d .p {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.d .p .th {
    font-size: 18px;
    line-height: 1;
    width: 90px;
    border-right: 1px solid #ddd;
    text-align: right;
    padding-right: 25px;
    margin: 10px 0;
}
.d .p .td {
    font-size: 16px;
    line-height: 1;
    padding-top: 2px;
    -ms-flex: 1;
    flex: 1;
}
.d .p .td a {
    margin: 10px 20px;
    display: inline-block;
}



@media screen and (max-width: 1600px){
.logo {
    width: 248px;
    padding: 25px 0 0 0;
}
.logo img{width:100%;height:auto;}
.navbox {
    width: calc(100% - 248px);
}
.i-nav {
    margin-right: 10px;
}
.nav .nLi h3 a {padding: 0 5px;}
}