@charset "utf-8";
/* Eric Meyer’s CSS RESET */
html, body, div, span, applet, object, iframe,table,  caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { font-family: "微软雅黑";
    /*vertical-align: baseline;*/ 
    font-family: inherit; 
    /*font-weight: inherit;*/ 
    font-style: inherit; 
    font-size: 100%; 
    outline: 0; 
    padding: 0; 
    margin: 0; 
    border: 0; 
} 
:focus { 
    outline: 0; 
} 
body {background: white; 
    line-height: 1; 
    color: black;
} 
ol, ul, li { 
    list-style: none; 
} 
table { 
    border-collapse: separate; 
    border-spacing: 0; 
} 
caption, th, td { 
    font-weight: normal; 
    text-align: left; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
    content: “”; 
} 
blockquote, q { 
    quotes: “” “”; 
}

::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */
input:-moz-placeholder { color:#ccc; }

/* CSS RESET END */

/*  Base */
#floor {margin:auto; width:100%; min-width:1200px;background: #fff;  }
.floor {margin:auto; width:1200px;min-width:1200px;background: #fff;}
.fullscr{width:100%; min-width:1200px; margin:auto;}
.stand{width:1200px; margin:auto;}
.bg{float: left; width:1200px;min-width:1200px;background: #fff; padding-bottom: 10px;}


body{ font-size:14px;color:#999;font-family:"微软雅黑";background:#fff;}
cite{font-style:normal; font-weight:normal;}
a{color:#999; text-decoration:none;
transition: color 0.5s; -moz-transition: color 0.5s; /* Firefox 4 */ -webkit-transition: color 0.5s; /* Safari and Chrome */ -o-transition: color 0.5s; /* Opera */
 }
a:hover{ color:#333; text-decoration:none;}
.clear{clear:both;}


/*  头部菜单01 *********************************/
#topmenu {margin:auto; width:100%; min-width:1200px;background: #fff url("head_bg01.jpg");  }
.topmenu {margin:auto; width:1200px;min-width:1200px;height:40px; }
.topmenu .nblogo {float:right;  height:27px; margin: 15px 20px 0px 0px;}
.topmenu .nblogo a {margin-left:20px;}


/*  头部01 *********************************/
#header{ background:#FFF;}
.header{width:1200px;height:130px; margin:auto;overflow:hidden;background:url("top_bg01.jpg") center ; }


/* logo01 */
.header .weblogo {float:left;}
.header .logo{float:left; margin:10px 0 0 24px;}



/* 搜索01 */
.header .search {  float: right; width: 345px; height:40px; margin:25px 0 0 0px; }
/* 输入框样式 */
.header .search .keyword{ float:left; width:200px; height:36px; line-height:36px; font-size:17px; padding-left:40px; font-family:"微软雅黑";color:#ccc; background:#fff url(search_bg01.png) no-repeat 10px center;  border:#ccc 1px solid; margin: 0px 0 0 20px; }
/* 按钮样式 */
.header .search .ok{ cursor:pointer;margin: 0px 0 0 0px;  float:left; font-family:"微软雅黑"; color:#fff; width:60px; height:40px; line-height:36px; font-size:18px;  background:#9b0d14; border:0px ;transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}
.header .search .ok:hover{background:#6e0107;}


/* 竖项主菜单 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#nav{background:#9b0d14; width:100%; margin:0 auto; height:49px; min-width:1200px;}
#menunav{ width:1200px; margin:0 auto; padding-left:0px;}
.menunav{ height:49px; line-height:49px; background:#9b0d14; position:relative; z-index:99; font-size:26px; /*padding-left:356px; width:844px;*/}
.menunav a{ color:#fff; transition: background-color 0.3s; -moz-transition: background-color 0.3s; /* Firefox 4 */ -webkit-transition: background-color 0.3s; /* Safari and Chrome */ -o-transition: background-color 0.3s; /* Opera */}
.menunav .nLi{ float:left; position:relative; display:inline; }
.menunav .nLi h3{ float:left;}
.menunav .nLi h3 a{ display:block; padding:0 30px; font-size:18px; font-weight:normal;background:#9b0d14;margin-right:40px;}
.menunav .sub{ display:none; width:160px; left:0; top:49px; position:absolute; background:#6e0107; line-height:35px; padding:10px 0; font-size:16px; }
.menunav .sub li{ zoom:1;}
.menunav .sub a{ display:block; padding:5px 10px; text-indent:1.5em;
transition: background-color 0.5s; -moz-transition: background-color 0.5s; /* Firefox 4 */ -webkit-transition: background-color 0.5s; /* Safari and Chrome */ -o-transition: background-color 0.5s; /* Opera */ color:#fff; }
.menunav .sub a:hover{ background:#ce000a; color:#fff;}
.menunav .on h3 a{ background:#6e0107; color:#fff;}

.menunav .all h3 a{float:left;  position:relative; display:inline; padding:0 30px; font-size:18px; font-weight:normal; color:#fff; width: 170px; margin-right: 0px; background:url("all_bg01.png") 190px 15px no-repeat; background-color:#ed586f;}
.menunav .all h3 a:hover{background-color:#d9213e;}



/* 横项主菜单 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{ position:relative; z-index:99;  background:#0191ea; color:#fff; height:50px; line-height:50px; font-weight: 600;  }
.nav{ width:1200px; margin:0 auto; font-family:"微软雅黑";}
.nav a{ color:#fff;  }
.nav h3{ float:left;  font-size:100%; font-weight:normal; font-size:20px;  }
.nav .m{/*float:left; position:relative;*/ /*跟随定位*/ }
.nav .gps{ float:left; position:relative; }
.nav .s{ float:left; width:8px; text-align:center; color:#eee;   }
.nav h3 a{ display:block; padding:0 18px; margin-right:0px; }
.nav .on a{ background:#037fcb;  }


.nav .sub{ display:none ; /*默认隐藏*/ width:1200px; position:absolute; left:50%; top:50px; margin-left: -550px; height:60px; line-height:50px; padding:7px 0;  background:rgba(255, 255, 255, 1);font-size: 16px;  border-bottom: #bbb 1px solid;}
.nav .sub li{ float:left;  }
.nav .sub li a{display:block; padding:0 15px; margin:0 0 0 25px; background:none;color: #0191ea; }
.nav .sub li a:hover{ border-bottom: 2px #037fcb solid;color:#ff6316; margin-top: -2px;   }

 /************跟随定位************
.nav .t1{left:0px; }
.nav .t2{left:-166px; }
.nav .t3{left:-316px; }
.nav .t4{left:-466px; }
.nav .t5{left:-588px; }
.nav .t6{left:-766px; }

***********跟随定位*************/


/* 横项主菜单 */


.weibo{ float:right;  height:50px; line-height:50px; padding: 0 12px;  font-size: 20px; font-weight: 100; margin-right: 0px; }
.weibo span{float:left; margin: 4px 10px 0 0px; }
.weibo:hover{ background:#21AEB5  }



/*=======banner=======*/
#banner{ width:100%; min-width:1200px; height:408px;}
.banner{ width:100%; min-width:1200px;}
/*banner切换*/
.news_pic_tab{ position:relative; width:100%; height:408px; min-width:1200px; overflow:hidden; float:left;}
.news_pic_tab .pic li{ width:100%; min-width:1200px; height:408px; display:block;}
.news_pic_tab .num{ position:absolute; z-index:3; bottom:15px; right:46%;}
.news_pic_tab .num li{ float:left; position:relative; width:16px; height:16px; overflow:hidden; text-align:center; margin:0 5px; cursor:pointer;}
.news_pic_tab .num li a,.news_pic_tab .num li span{ position:absolute; z-index:2; display:block; color:white; width:100%; height:100%; top:0; left:0; text-decoration:none;}
.news_pic_tab .num li span{ z-index:1; background:url(bgover.png) no-repeat; filter:alpha(opacity=50); opacity:0.9;}
.news_pic_tab .num li.on a,.news_pic_tab .num a:hover{ background:url(bgon.png) no-repeat;}





/* 新闻图片切换 */
.news_pic_tab01 { position: relative; width: 432px; height: 270px; overflow: hidden; text-align: left;font: 12px/1.5 Verdana, Geneva, sans-serif;  background: white; float:left; margin: 15px 0 0 10px;}
.news_pic_tab01 .pic img {  width: 435px; height: 275px;display: block; }
.news_pic_tab01 .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #000; filter: alpha(opacity=60); opacity: 0.6; overflow: hidden; }
.news_pic_tab01 .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.news_pic_tab01 .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.news_pic_tab01 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; font-weight: bold; text-decoration: none; }
.news_pic_tab01 .num { position: absolute; z-index: 3; bottom: 7px; right: 7px; }
.news_pic_tab01 .num li{ float: left; position: relative; width: 25px; height: 22px; line-height: 22px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.news_pic_tab01 .num li a,.news_pic_tab01 .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.news_pic_tab01 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.news_pic_tab01 .num li.on a,.news_pic_tab01 .num a:hover{ background:#8f0000;  }


/* 新闻动态 */
.news_tab01 { width:365px; border:0px solid #ccc; float:left; margin: 15px 0 0 10px; }
.news_tab01 .hd{ line-height:36px; height:36px; border-bottom:#d9d9d9 1px solid; }
.news_tab01 .hd .more{ float:right; margin-right:10px; }
.news_tab01 .hd ul{ z-index:5; position:absolute; height:36px;  overflow:hidden; zoom:1;}
.news_tab01 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;  color:#9b0d14; font-weight: 600;  }
.news_tab01 .hd span{ float:right; font-size:16px;  color:#747474; }
.news_tab01 .hd li.on{ height:36px; line-height:36px; color:#9b0d14;  background:#fff; font-weight: 600;}

.news_tab01 .bd{padding:10px; clear:both; position:relative; font:normal 16px/32px "微软雅黑"  }
.news_tab01 .bd ul a{ color:#666;float:left; display:inline; width:280px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab01 .bd ul a:hover{ color:#333;  }
.news_tab01 .bd ul span{ color:#888888; float:right;  }
.news_tab01 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}


/* 新闻动态 */
.news_tab02 { width:430px; border:0px solid #ccc; float:left; margin: 15px 0 0 10px; }
.news_tab02 .hd{ line-height:36px; height:36px; border-bottom:#d9d9d9 1px solid; }
.news_tab02 .hd .more{ float:right; margin-right:10px; }
.news_tab02 .hd ul{ z-index:5; position:absolute; height:36px;  overflow:hidden; zoom:1;}
.news_tab02 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;  color:#747474;  }
.news_tab02 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab02 .hd li.on{ height:36px; line-height:36px; color:#9b0d14;  background:#fff; font-weight: 600  }

.news_tab02 .bd{padding:10px; clear:both; position:relative; font:normal 16px/32px "微软雅黑"  }
.news_tab02 .bd ul a{ color:#888;float:left; display:inline; width:350px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab02 .bd ul a:hover{ color:#333;  }
.news_tab02 .bd ul span{ color:#888888; float:right;  }
.news_tab02 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}





/* 新闻动态 */
.news_tab03 { width:430px; border:0px solid #ccc; float:left; margin: 15px 0 0 10px; }
.news_tab03 .hd{ line-height:36px; height:36px; border-bottom:#d9d9d9 1px solid; }
.news_tab03 .hd .more{ float:right; margin-right:10px; }
.news_tab03 .hd ul{ z-index:5; position:absolute; height:36px;  overflow:hidden; zoom:1;}
.news_tab03 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;   color:#9b0d14; font-weight: 600;  }
.news_tab03 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab03 .hd li.on{ height:36px; line-height:36px; color:#9b0d14;  background:#fff; font-weight: 600  }




.news_tab03 .bd li { float: left;  margin-top: 8px;}
.news_tab03 .newspic {float: left; width: 110px; }
.news_tab03 .news-t { float: left;width: 300px;  font-size: 16px; height: 34px; line-height: 34px; color:#9b0d14;}
.news_tab03 .news-z {float: left; width: 300px; font-size: 15px;line-height: 22px; color:#747474; }



.icon_bg{float: left;width: 1160px; height: 189px; background: url("icon_bg01.jpg") no-repeat; margin: 15px 0 0 20px;}
.icon_bg ul {float: left; margin: 20px 0 0 163px; }
.icon_bg li {float: left; margin-right: 10px; }
.icon_bg a {float: left;width: 133px; height: 133px; border-radius:66.5px; border: 1px #fff solid; }
.icon_bg a:hover {box-shadow: 5px 5px 5px #ccc; border: 1px #4484b8 solid;}





/* 公众参与 */

.gzfw {float: left;width: 650px; margin: 15px 0 10px 15px; background: url("fwbg01.jpg") no-repeat;}
.gzfw ul{float: left;width: 650px;margin:15px 0 0 0px; } 

.gzfw .ok  {float: left; width: 153px; height: 167px; line-height: 35px; font-size:18px;  border: #c1d0db 1px solid; background: #dbe7ef;color:#20996e; margin:0px 0px 0 6px;text-align: center;font-weight: 600;}
.gzfw .ok  a{color:#0191ea; }
.gzfw .ok .pic  { margin-top: 9px; }

.gzfw .ok:hover {background: #c5dceb;color:#0191ea; }







/* 专题专栏 */

.ztzl{float: left; width: 400px; margin: 30px 0px 10px 15px;}
.ztzl .titel{ width: 100%;font-size:20px; line-height:36px; height:36px;margin-bottom: 10px; }
.ztzl .titel b{float: left; color:#479ba2;margin-left:10px;}
.ztzl .titel .more {float:right; margin-right:12px;}
.ztzl li  {float: left; margin: 10px 0px 0 5px;}
.ztzl a img { border: 3px #fff solid;}
.ztzl a:hover img {box-shadow: 5px 5px 5px #ccc; border: 3px #4484b8 solid;}






.titel{width:100%;color:#0191ea;  float: left; font-size:20px; line-height:40px; height:40px; font-weight:500; border-bottom: 1px #ddd solid; text-indent:15px; margin-bottom: 5px; } 
.titel span a {float: right; margin-right: 10px; font-size:16px; } 
.titel span a:hover{ }




.new_move{float: left; width:1070px;  margin-left: 10px; }
.picScroll{ position:relative;  border:1px solid #eee; width:1070px; background:#fff; overflow:hidden;   }
.picScroll .prev,
.picScroll .next{ display:block; position:absolute; top:86px; left:5px; width:23px; height:23px; background:url(images/btns.png) no-repeat;   }
.picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
.picScroll .prev:hover{ background-position:0 -30px; }
.picScroll .next:hover{ background-position:-25px -30px; }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ width:246px; float:left; overflow:hidden; padding:0 10px;     }
.picScroll ul li img{width:246px; height:170px; display:block; background:url(loading.gif) center center no-repeat; border: 1px #ddd solid;}
.picScroll ul li .zz{ text-align: center; height: 40px; line-height: 40px; font-size: 16px; }









.mainbox{ overflow:hidden; width:1200px; margin:0px auto 0 auto;}
.mainbox_L{ float:left; width:230px; background-color:#6db6e9; height: 480px; }
.mainbox_M{float:left; width:970px; background-color:#fff;height: 480px; }
.mainbox_R{ float:right; width:327px;}



/* 左侧菜单*/
.bgcolor01 {  background: #9b0d14;}

.left_nav01{ float:left; width:280px; margin: 10px 0px 15px 10px;}
.left_nav01 .titel{ float:left;font-size:20px; color:#fff; width:280px; height:50px; line-height:50px; text-indent:1em;}
.left_nav01 .titel em{float:right; background:url(triangle.png) no-repeat; width:13px; height:13px;}


/* 右侧框架*/
.if_frame{float:left; width:880px; margin-left:15px; margin-bottom:0px;}
.cont_frame{float:left; width:880px; /* width:920px;*/margin-left:15px;margin-bottom:15px;}
.article01{ margin:auto; width:880px; margin-bottom:15px;}


/* 内页标题01*/
.color01{color: #9b0d14;}
.frame_titel01{float:left; width:100%; height:45px; line-height:45px; margin-bottom:15px; font-size:22px; border-bottom:#ddd 1px solid; font-weight:700; margin-top: 10px;}
.frame_titel01 b{float:left;  height:45px; line-height:45px; font-size:22px; padding:0px 25px; font-weight:bold;}



/* 内页标题02*/
.frame_titel02{float:left; width:100%; height:45px; line-height:45px; margin-bottom:15px; font-size:22px; border-bottom:#eee 1px solid; font-weight:700;}
.frame_titel02 b{float:left;  height:45px; line-height:45px; font-size:22px; padding:0px 25px; font-weight:bold; color:#FFFFFF;}



/* 内页列表样式01*/
.frame_list01 {float:left; width:100%; margin-bottom:15px; font-size:17px; line-height:34px;color:#888888; min-height:400px; }
.frame_list01 ul{float:left;}
.frame_list01 ul li {float:left; line-height:38px; height:38px;width:100%;}
.frame_list01 ul li:hover { background:#f5f7f8;}
.frame_list01 ul li a{float:left; display:inline; width:630px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.frame_list01 ul li a:hover{color:#333; }
.frame_list01 ul li span{float:right; padding:0px 10px; }

.frame_list01 ul li em{float:left; background:url(dot01.jpg) no-repeat 10px 17px; width:20px; height:34px;}

.frame_list01 ul li .name { float:left;  width: 200px;}
.frame_list01 ul li .job { float:left;  width: 500px}
.frame_list01 ul li .mail { float:left;  width: 150px;}

/* 文章头部样式01*/
.content_head01 {float:left; width:100%; border-bottom:#ccc 1px dashed; margin-bottom:10px;}
.content_head01 .z_title {float:left; font-size:20px; line-height:36px; width:100%; text-align:center; font-weight:bold;}
.content_head01 .f_title {float:left; font-size:16px; line-height:28px; width:100%; text-align:center;}
.content_head01 .voice {float:left;text-align:center;width:100%; padding:15px 0px;}
.content_head01 .read{text-align:center;width:100%;  padding:15px 0px}




/*保护视力色*/
.vision_color{ float:right; width:350px; height:20px; line-height:20px; font-size:12px; margin-top:-42px;}
.vision_color b{float:left; font-size:12px; color:#aaa; margin:0px 10px 0px 0px;}
.vision_color a{float:left; }
.vision_color .font {margin-right:8px;}

.vision_color .colors {width: 10px; height:10px; float:left; border:#fff 1px solid; margin:0px 2px; margin-top:4px;}
.vision_color .colors:hover {border:#999 1px solid;}

.vision_color .colors00 {background:#ffffff;border:1px solid #000000;}
.vision_color .colors01 {background:#f1f2c6;border:1px solid #000000;}
.vision_color .colors02 {background:#efe1c4;border:1px solid #000000;}
.vision_color .colors03 {background:#f0dcd3;border:1px solid #000000;}
.vision_color .colors04 {background:#c4e86a;border:1px solid #000000;}
.vision_color .colors05 {background:#c5ecf3;border:1px solid #000000;}
.vision_color .colors06 {background:#d1c9ee;border:1px solid #000000;}
.vision_color .colors07 {background:#e6e7eb;border:1px solid #000000;}
.vision_color .colors08 {background:#ededea;border:1px solid #000000;}






/* 文章内容

.article_cont {width:100%;font-size:15px; line-height:30px; margin-bottom:10px;}
.article_cont img{ margin:10px 0px;}
.article_cont .read{padding:15px 0px; color:#666; font-weight:bold;}
.article_cont .read li{width:100px;font-size:15px;line-height:28px;  float:left;}
.article_cont .read .file{float:left;font-size:15px;line-height:28px; width:800px; font-weight:100}
*/
/* 分享样式*/
.articl_share { width:100%; font-size:16px; line-height:30px; height:60px; margin-bottom:30px;}
.articl_share .app{float:left; margin-top:30px;}
.articl_share .app a{margin-left:1px;}
.articl_share .print{float:right; margin-top:30px;}
.articl_share .print a{margin-left:1px;}


/* 相关信息列表样式01*/
.same_list01 {float:left;min-height:150px;margin-bottom:0px; line-height:20px;}
.same_list01 ul li{line-height:30px;height:30px;}
.same_list01 ul li em{float:left; background:url(dot01.jpg) no-repeat 10px 15px; width:20px; height:30px;}




/* ==============树型菜单样式01 start============== */
.tree_menu{ width:278px; border:#ddd 1px solid; float:left; font-family:"微软雅黑"; }
#tree_nav01 {width:100%;  margin:auto; margin-top:0px; margin-bottom:15px;list-style: none;}
#tree_nav01 ul {margin:0px;padding:0px; vertical-align:text-top; display: none;}
/***一级菜单***/
#tree_nav01 li {padding-left:15px; padding-right:15px;}
#tree_nav01 li a {font-size:18px; margin-top:5px; text-indent:1em;line-height:35px;display:block;text-decoration:none;outline:0; border-bottom:1px solid #ddd; color:#9b0d14}
#tree_nav01 li a:hover { color:#000;}
/***二级菜单***/
#tree_nav01 ul li {margin:0;padding:0; padding-left:15px;}
#tree_nav01 ul li a {font-size:16px;color:#666;line-height:30px; outline:0;background:none; border-bottom: 1px dotted #CCC;}
#tree_nav01 ul li a:hover {color:#ff4200; border-bottom:1px dotted #CCC;}
/***三级菜单***/
#tree_nav01 ul ul li a {font-size:14px;color:#ff7200;background:none;}
#tree_nav01 ul ul li a:hover {color:#ff4200;}
#tree_nav01 span{float:right;}

/* ==============树型菜单样式01 start============== *




/* 路径**条件*/
.path01{ float: left; margin:0px 0px; width:1180px; height:45px; border-bottom:#ddd 1px solid; font-size:16px; line-height:45px;background: #fff; margin-left: 10px;}
.path01 cite{float:left; width:30px; height:45px; margin:5px 0 0 20px;}
.path01 em{float:left; height:45px; text-align:center; }
.path01 strong{float:left;}
.path01 a{float:left; padding:0px 8px;}



/* 翻页样式01*/
.nextpage {font-size:14px; font-family:Arial;width:100%; margin-top:10px; margin-bottom:10px;}
.nextpage ul{float:left;margin-left:15px;}
.nextpage a{float:left;padding:10px 10px; min-width:15px; background:#f5f7f8; color:#454545; margin-right:10px;text-align:center; border:#c3c9cd 1px solid; border-radius:2px;}
.nextpage a:hover{background:#ddd; color:#000; }
.nextpage a.on01 {background:#9b0d14; color:#fff; }
.nextpage a.on02 {background:#5186b9; color:#fff; }
.nextpage a.on03 {background:#e8a043; color:#fff; }
.nextpage a.on04 {background:#7eb876; color:#fff; }
.nextpage .keyword{float:left; width:40px; height:30px; line-height:25px; font-size:14px; font-family:"微软雅黑";color:#333; background:#fff;  border:#c3c9cd 1px solid; text-indent:5px; margin:0px 10px; }
.nextpage .ok{float:left;font-family:"微软雅黑";color:#fff;width:40px; height:33px; line-height:30px; font-size:14px; border:#c3c9cd 1px solid;}






/******** 更多MORE样式 
.more{float:right; margin-right:10px; margin-top: -10px;}
.more a{float:left;background:#0191ea; width:26px; height:26px;line-height:24px; border-radius:13px; text-align:center; color:#FFF; margin-top:16px; font-size:16px; font-weight:bold;-webkit-transition: -webkit-transform 0.5s ease-out;-moz-transition: -moz-transform 0.5s ease-out;-o-transition: -o-transform 0.5s ease-out;-ms-transition: -ms-transform 0.5s ease-out; 
}
.more a:hover{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);}

*******/



#fr_link {margin:auto; width:100%; background:#9b0d14; height:90px; min-width:1200px; margin-top:0px;}
.fr_link {margin:auto; width:1200px; color:#fff;height:45px;line-height:30px;font-size: 16px;}
.fr_link .pic {float: left; margin: 20px 20px 0px 30px;}
.fr_link li {float: left; padding: 0 10px; color: #fff; margin: 25px 0px 0px 30px; font-size: 18px; }
.fr_link li a{ color: #fff;}
.fr_link li a:hover{ color: #ff0;}



#copyright {margin:auto; width:100%; background:#0a3b80; height:150px; min-width:1200px; margin-top:0px;}
.copyright {margin:auto; width:1200px; color:#d6dbe4;height:45px;line-height:45px;font-size: 16px;}
.copyright .pic {float: left; margin: 10px 20px 0px 30px;}
.copyright .ul01 {float: left; width: 430px;; margin:20px 0 0 50px;}
.copyright .ul02 {float: left; width: 350px; margin:20px 0 0 50px;}
.copyright li {float: left;   line-height: 28px;}
.copyright li a{ color: #fff;}
.copyright li a:hover{ color: #ff0;}




/* 底部版权========================================================================== */


#copyright_menu {margin:auto; width:100%; background:#34a5ef; height:45px; min-width:1200px; margin-top:0px;}
.copyright_menu {margin:auto; width:1200px; color:#fff;height:45px;line-height:45px;font-size: 16px;}
.copyright_menu a{float:left;color:#0191ea; height:45px;font-size:16px;}
.copyright_menu a:hover{color:#333;}
.copyright_menu span{float:left;color:#0191ea; width: 35px; text-align: center;}

.copyright_menu em{float:left; width:40px; height:45px;text-align:center;}
.copyright_menu cite {float:left;margin-left:50px;font-size:14px; }
.copyright_menu cite b{color:#ff2a00; padding:0px 5px;font-size:12px;}
.copyright_menu select {float:left;width:210px; height:25px; color:#999; margin-top:10px; font-size:15px; font-family:"微软雅黑"; margin-left:50px; border:#00b3b3 1px solid;}



#copyright_floor {margin:0 auto; width:100%; background:#f8f8f8; font-size:18px; color:#666666;min-width:1200px; }
.copyright_floor {margin:0 auto; width:1200px; height: 55px; padding-bottom: 10px; line-height:30px; padding-top:0px;font-size:16px;text-align:center; }
.copyright_floor a{ color:#666666;}
.copyright_floor a:hover{ color:#00b3b3;}
.copyright_floor p{font-size:16px; margin-left: 230px;float:left;text-align:center; }

