@charset "utf-8";/* CSS Document*/

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    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;
}


a {
    text-decoration: none;
    color: #666666;
}

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: 155px; }



.top_line{ width: 100%; margin: 0 auto; height: 35px; line-height: 35px; background: #015fa9;color: #dddfe4;}
.top_line a{color: #dddfe4;}
.top_line a:hover{color: #ffffff;}
.top_line_l{ font-size: 14px; width: 500px; float: left  }
.top_line_l a{ font-size: 14px; color:#dddfe4; padding:0 10px}
.top_line_r{ float:right;width: 500px; text-align: right }
.top_line_r a{ margin-left:10px; padding-right:10px; background: url("../images/top_line_j.png") right center no-repeat}
.top_line_r a:last-child{ background:none;}
.logo{ height: 135px; width: 100%;background:#0567b5; overflow: hidden;}
.logo_left{ float: left;}
.logo_left img{ margin:31px 0 0 0;}
.logo_right{ float: right; width:300px;height:135px;    }

.top-link{ width:100%; height: auto; overflow: hidden; text-align: right; font-size:12px; color:#ffffff;  }
.top-link a{ color:#ffffff;  line-height: 50px; padding: 0 7px;}

.i-search{ width: 270px; height: 38px; overflow: hidden; position: relative; float: right;margin-top:61px;border: #0260aa 1px solid}
.i-search .search-txt{ width: 210px; padding:0 0 0 10px;height: 38px; line-height: 36px; background:#0870c3; color: #fdfdfd !important;border:0 }
.i-search .search-btn{ width: 50px; height: 38px; position:absolute;right: 0;*margin-top: 1px; background:url("../images/search.png") center no-repeat #0870c3; border: 0; cursor: pointer}






/*nav*/
.i-nav {
    width: 100%;
    height: 56px;
    margin: 0 auto 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0 0;
    height: 56px;
    line-height: 56px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1200px;
}



.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi>a {
    float: left;
     display: block;
    padding: 0 41.2px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}
.nav .nLi:hover>a{   
    color: #fff;
    background:#01599e;}

.nav .actived>a{ 
    color: #fff;
    background:#01599e;}
.nav .sub {
    display: none;
    width: 154px;
    left: 0;
    top: 56px;
    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;
    font-size:14px;
color:#dedede;
}

.nav .sub a:hover {
    color: #fff;background:#01599e;
}

.nav li.on a {
    color: #fff;
    background:#01599e;
}




/*banner*/

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right:50%;
    bottom:20px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    width: 18px;
    height:18px;
    line-height:18px;
    text-align: center;
    background:url(../images/focus.png) no-repeat;
    cursor: pointer;
margin-right:5px;
}

.ibanner .hd ul li.on {
    background:url(../images/focus-on.png) no-repeat;
}

.ibanner .bd {
    position: relative;
    height: 410px;
    z-index: 0;
    width: 1200px;
    margin: 0 auto;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom:25px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
    height:410px;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 0%;
    top:43%;
    margin-top: -25px;
    display: block;
    width: 55px;
    height: 112px;
}

.ibanner .prev{
background: url(../images/prev.png) 0 0 no-repeat;
}

.ibanner .next {
    left: auto;
    right: 0%;
    background-position: -2px 5px;
    width: 55px;
    height: 112px;
    background: url(../images/next.png) 0 0 no-repeat;
}

.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/xwdt.png") left center no-repeat; padding: 0 0 0 40px !important;}
.news_box{ margin: 0 auto 0px auto; height: auto; overflow: hidden; }
.i-title{  height: 50px;line-height:50px; width: 100%; overflow: hidden; margin: 0 auto 20px auto; padding: 15px 0 5px 0; border-bottom: #e5e5e5 1px solid;}
.i-title h2{ font-size:20px;; color: #2b2b2b; display: block; float: left; padding: 0;}
.i-title h2 span{ font-size: 20px;color: #d3d3d3; line-height: 34px; font-weight: normal; font-style:normal}
.i-title a{ display:block; font-size:12px;  float:right; color:#9a9a9a; font-weight: bold; padding: 0 10px 0 10px}
.i-title a:hover{ color:#330000; }
.i-title .i_more{cursor:pointer;line-height:64px;font-size:12px;color:#d3d3d3;float:right}

.more{float:right}
.more a{color:#acabab}
.news_box_left{width: 478px; float: left}
.tj_img{ width: 478px; height:308px; overflow: hidden;}
.tj_img img{ width: 478px; height:308px; }
.tj_title{     background: url(../images/banner2-bg.png) repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;}
.tj_title a{ color: #fff; font-size: 14px; line-height: 33px;padding-left:10px}
.tj_time { color: #999999; font-size: 14px; line-height: 30px;}
.tj_zy a{ color: #686868; font-size: 14px; line-height:24px;}
.news_box_right{float: right; width: 643px; height:385px; overflow: hidden;}
.top_title{ margin: 0 0 10px 0; text-align: center;}
.top_title a{ color: #cc0000; font-size:31px; line-height:50px; font-weight: bolder;}
.top_title a:hover{ color: #cc3300; }
.top_time { color: #999999; font-size: 14px; line-height: 30px;}
.top_zy a{ color: #555555; font-size: 16px; line-height:29px;}
.top_zy { color: #515050; font-size: 16px; line-height: 29px; border-bottom: #dcdcdc 1px dashed; padding:0 0 6px 0;}

/*jdt*/
.newspic{ width:530px; height:385px; position:relative;  }
.newspic .hd{ height:12px; overflow:hidden; position:absolute; right:1%; bottom:10px; z-index:1; }
.newspic .hd ul{ overflow:hidden; zoom:1; float:left;  }
.newspic .hd ul li{ float:left; margin-right:7px;  width:10px; height:10px; line-height:10px;text-align:center; background:url(../images/focus2.png) no-repeat; cursor:pointer; }
.newspic .hd ul li.on{  background:url(../images/focus2-on.png) no-repeat}
.newspic .bd{ position:relative; height:100%; z-index:0;   }
.newspic .bd li{ zoom:1; vertical-align:middle; }
.newspic .bd img{ width:530px; height:385px; display:block;  }


.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/list-bg.png") left center no-repeat; padding-left:19px; 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:333px;padding:29px 0 0 0; overflow: hidden;}
.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:51px; line-height:52px; padding:0; position:relative;border-bottom:1px solid #e3e3e3 }
.tzggbox .hd ul{ float:left;  position:absolute; left:0; top:0; height:54px; width:800px;   }
.tzggbox .hd ul li{ float:left;cursor:pointer; width:229px; text-align: center; font-size:20px; line-height:51px;background:#f6f9fb;margin-right:23px ;color:#474747}
.tzggbox .hd ul li img{margin-right:25px;vertical-align:text-bottom;}
.tzggbox .hd ul li.on{ color: #ffffff;background:#01599e }
.tzggbox .bd{background:#f3f8fc;}
.tzggbox .bd ul{ padding-left:35px;padding-bottom:35px;  zoom:1;  height:215px; overflow: hidden;position:relative}
.tzggbox .bd li{ height:24px; line-height:24px;   }
.tzggbox .bd li .date{ float:right; color:#999;  }
.tz_list{ width:345px;height:88px; overflow: hidden; margin: 0 45px 35px 0; float: left;border-bottom:1px solid #eae9e9}
.tz_list:hover .tz_date{background:#f39603}
.tz_list .tz_date{ font-size: 20px; color: #fff; background:#aeaeaf; display: block; width:83px; height:53px; text-align: center; float: left;line-height:53px;margin-top:8px}
.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;
line-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;
  min-height:550px;
    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:#3e6db5;
    color:#FFF;
}
.cont_yxbm_rigB ul li:hover a{
    color:#FFF;
}

.kc_piclist{width:100%;height:auto;}
/*LINK*/
.cont_kczy_rigB{
    width:100%;
    margin: 0 auto;
    height:auto;
    line-height:30px;
    font-size:14px;
    padding:20px 0;
    overflow: hidden;
}
.cont_kczy_rigB h2{
    height:50px;
    line-height:50px;
    text-indent:15px;
    border-left:3px solid #3e6db5;
    background:#f1f1f1;
    margin-bottom:10px;
    font-size:18px;
}
.cont_kczy_rigB ul{
    margin:10px auto; height: auto;overflow: hidden; width: 110%;
}

.cont_kczy_rigB ul li{
    width:200px;
    height:180px;
    float:left;
    text-align:left;
    line-height:40px;
    border:1px solid #f1f1f1;
    padding:5px 5px;
    margin:5px 2.1% 10px 0;
    display:inline;
    font-size:14px;
}
.cont_kczy_rigB ul li img{
    width:100%;height:142px
}
.cont_kczy_rigB ul li span{text-align: center;
    display: block;font-size: 15px;font-weight: bold;}

.cont_kczy_rigB ul li:hover{
    background:#3e6db5;
    color:#FFF;
}
.cont_kczy_rigB ul li:hover a{
    color:#FFF;
}



/*list_box*/

.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}

.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: 280px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 280px;
    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;
    background: url(../images/q-hot.jpg) no-repeat center center;
}
.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:30gpx;
    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;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0; position: relative;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}
/**/
.ztwzbox{ width: 100%; margin: 0 auto; padding:9px 0 0 0 ;}
.ztwzbox h1{margin:0 auto; width:1200px;font-size: 24px; display: block; height:65px; line-height:65px; background: url("../images/title_bg.png") bottom center no-repeat; text-align: center;    color: #284976;    font-weight: bold;}
.i-gdzt{   
    width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
    background: #ffffff;}
.i-gdzt .hd{height:0;position:relative;}
.i-gdzt .hd .prev{display:block;width:15px;height:30px;overflow:hidden;cursor:pointer;background:url("../images/arrow_right.png") no-repeat;z-index: 99999 ;position: absolute;right: -25px;top:40px;}
.i-gdzt .hd .next{display:block;width:15px;height:30px;overflow:hidden;cursor:pointer;background:url("../images/arrow_left.png") no-repeat;z-index: 99999;position: absolute;left: -30px;top:40px;}
.i-gdzt .hd ul{float:right;overflow:hidden;zoom:1;margin-top:10px;zoom:1;}
.i-gdzt .hd ul li.on{background-position:0 0;}
.i-gdzt .bd{padding:0;}
.i-gdzt .bd ul{overflow:hidden;zoom:1; width:100%;}
.i-gdzt .bd ul li{margin-left:39px;float:left;_display:inline;overflow:hidden;text-align:center;}
.i-gdzt .bd ul li:first-child{margin-left:0px}
.i-gdzt .bd ul li .pic{text-align:center;}
.i-gdzt .bd ul li .pic img{width:373px;height:112px;display:block;}
.i-gdzt .bd ul li .pic a:hover img{border-color:#999;}
.i-gdzt .bd ul li .title{line-height:24px;}
.i-gdzt .picListP{width:110% !important;}

/*kstd*/
.kstdbox{ width: 100%; margin: 0 auto; padding:9px 0 0 0 ;}
.kstdbox h1{margin:0 auto; width:1200px;font-size: 24px; display: block; height:65px; line-height:65px; background: url("../images/title_bg.png") bottom center no-repeat; text-align: center;    color: #284976;    font-weight: bold;}
.kstdxx{ width: 1200px; margin: 0 auto; overflow: hidden;}
.kstdxx ul{ width: 1200px; margin: 0 auto; overflow: hidden; padding:35px 0 0 0}
.kstdxx li{float: left;width:112px;margin-left:24px }
.kstdxx li:first-child{margin-left:0px}
.kstdxx li a{     
    display: block;
    width: 113px;
    height: 120px;
    background: #e1effe;
    text-align: center; }
.kstdxx li a img{margin-top:19px;width:44px;height:44px}
.kstdxx li a span{    
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #555555;
    line-height: 48px;}
.kstdxx li:hover a{ background: #95caff}
.kstdxx li:hover span{ color: #1f337f}

/*i_link*/
.link-box{height:78px;line-height:78px;background-color:#f7f8f8;margin-top:29px}
.link-box h2{color:#035ca4;font-size:16px;line-height:78px;float:left;width:170px;text-align:center}
.link-box .wrap{width:1200px;margin:0 auto}
.link-box .select{float:left;position:relative;}
.link-box .select{margin-left:63px;margin-top:19px}
.link-box .select dt{height:41px;display:inline-block;background: url(../images/ling-bg.png) no-repeat;line-height:41px;font-size: 14px;
	cursor:pointer;width:285px;color: #fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;text-indent:66px;}
.link-box .select dd{position:absolute;left:0;bottom:41px;background:#C4C4C5;display:none;font-size: 17px;z-index: 99;-webkit-margin-start:0px !important}
.link-box .select dd ul li:hover a{color:#333}
.link-box .select dd ul{width:285px;max-height:250px;}
.link-box .select dd ul li a{line-height:27px;display:block;color: #fff;font-size:14px;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: 130px; text-align: center;height: 69px; font-size: 24px; color: #3e6db5; font-weight: bold; border-bottom: #3e6db5 3px solid;}
.icontent .lm_name span{ float: right; color: #666666; font-size: 12px; }
.icontent .lm_name span a{ color: #666666;}
.wafx{ padding: 0; position: absolute; right: 0;top:40px;}

/*footer*/
.footer{ width: 100%; height:100px;padding:20px 0 20px 0;background:url(../images/footer-bg.png) center center no-repeat #0567b5;}
.copyright{ width:490px; float: left;padding: 5px 0 0 0px}
.copyright p{ width: 100%; font-size: 14px; color: #ffffff; line-height: 30px; margin: 0; padding: 0;}

.end_box_r{width:710px;float: right;margin: 0 0 0 0;padding: 0;position: relative;overflow: hidden;}
.end_box_r li{float: right;width:90px; height:130px;text-align: center; margin: 0 0 0 30px;  }
.end_box_r li span{display:block;margin:0 auto; width:100%;font-size:12px; color:#ffffff;text-align: center; line-height:24px}
.end_box_r li img{width:90px; height:90px;}


.yl_weixin{position: absolute;bottom: 60px;left: 180px;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}