/* 【css reset】 */
body{ font-size:12px; color:#333; font-family:'Microsoft Yahei';}
input,textarea,select{ font-size:12px; color:#333; font-family:Arial; resize:none; border:none; overflow:hidden; outline:none; padding:0;}
body,h1,h2,h3,h4,p,ul,dl,dd,ol{ margin:0;}
h1,h2,h3,h4{ font-size:12px; }
ul,dl,ol{ padding:0; list-style:none;}
a img{ border:0;}

strong{}

/*  【css通用样式库】  */
/* 可以在任何网站使用的CSS样式库 */

	/* article_view */
.av{ line-height:1.6em; font-size:14px; text-indent:2em;}
.av p{ margin:0 0 1em 0;}
	/* 块元素水平居中 */
.auto{ margin-left:auto; margin-right:auto;}
.b{ font-weight:bold;}.n{ font-weight:normal; font-style:normal;}
.bk{word-wrap:break-word;}
.b1d{ border:1px solid #ddd;}
.c0{ color:#000;}.c3{ color:#333;}.c6{ color:#666;}.c9{ color:#999;}.cf{ color:#fff;}
.cp{ cursor:pointer;}
	/* 清除浮动 */
.clearfix{ zoom:1;}
.clearfix:after{ clear:both; content:"."; display:block; height:0; visibility:hidden;}
.clear{ clear:both;height:0px; overflow:hidden;}
.dn{ display:none;}.di{ display:inline;}.db{ display:block;}.dib{ display:inline-block;}
	/* 单行文字溢出虚点显示 */
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.f0{ font-size:0;}.f10{ font-size:10px;}.f12{ font-size:12px;}.f14{ font-size:14px;}.f16{ font-size:16px;}.f18{ font-size:18px;}.f24{ font-size:24px;}
.fl{ float:left;}.fr{ float:right;}
.i{ font-style:italic;}
	/* margin */
.m0{margin:0;}
.ml1{margin-left:1px;}.ml2{margin-left:2px;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml20{margin-left:20px;}.ml30{ margin-left:30px;}
.mr1{margin-right:1px;}.mr2{margin-right:2px;}.mr3{margin-right:3px;}.mr5{margin-right:5px;}.mr7{ margin-right:7px;}.mr10{margin-right:10px;}.mr15{ margin-right:15px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}.mr40{margin-right:40px;}
.mt1{margin-top:1px;}.mt2{margin-top:2px;}.mt5{margin-top:5px;}.mt6{margin-top:6px;}.mt7{margin-top:7px;}.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{ margin-top:30px;}.mt40{ margin-top:40px;}
.mb1{margin-bottom:1px;}.mb2{margin-bottom:2px;}.mb5{margin-bottom:5px;}.mb8{ margin-bottom:8px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}
.oh{ overflow:hidden;}
	/* padding */
.p1{padding:1px;}.p2{padding:2px;}.p5{padding:5px;}.p10{padding:10px;}.pl15{ padding-left:15px;}.p20{padding:20px;}
.pl1{padding-left:1px;}.pl2{padding-left:2px;}.pl5{padding-left:5px;}.pl10{padding-left:10px;}.pl20{padding-left:20px;}.pl30{ padding-left:30px;}
.pr1{padding-right:1px;}.pr2{padding-right:2px;}.pr5{padding-right:5px;}.pr8{ padding-right:8px;}.pr10{padding-right:10px;}.pr20{padding-right:20px;}
.pt1{padding-top:1px;}.pt2{padding-top:2px;}.pt5{padding-top:5px;}.pt10{padding-top:10px;}.pt20{padding-top:20px;}.pt40{padding-top:40px;}
.pb1{padding-bottom:1px;}.pb2{padding-bottom:2px;}.pb5{padding-bottom:5px;}.pb10{padding-bottom:10px;}.pb20{padding-bottom:20px;}
	/*圆角*/
.radius_2{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;} 	
.radius_4{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}  
.radius_6{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.radius_8{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
.radius_10{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.radius_12{border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.radius_14{border-radius:14px;-moz-border-radius:14px;-webkit-border-radius:14px;}
.radius_16{border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;}
.st{ font-family:"宋体";}
.tl{ text-align:left;}.tc{ text-align:center;}.tr{ text-align:right;}.tj{ text-align:justify;}
.tdl{ text-decoration:underline;}.tdn,.tdn:hover,a.tdl:hover{ text-decoration:none;}
.vm{ vertical-align:middle;}.vb{ vertical-align:bottom;}.vt{ vertical-align:top;}.vtb{ vertical-align:text-bottom;}
.rel{ position:relative;}.abs{ position:absolute;}
.vh{ visibility:hidden;}
.vv{ visibility:visible;}
.yahei{font-family:'微软雅黑',Microsoft YaHei,Arial,'宋体';}
.youyuan{ font-family:"幼圆",Microsoft YaHei,Arial,'宋体';}
.z{*zoom:1;}
	/* chrome支持font-size小于12 */
.chromefont{ -webkit-text-size-adjust:none;}





/* 【当前网站css样式库】 */

	/*links*/
a{ text-decoration:none; color:#0358ab};
a:hover{ text-decoration:underline; color:#0358ab;}

	/*background*/
.bgf{ background:#fff;}	
	/*width height*/
.w1000{ width:1000px; margin-left:auto; margin-right:auto;}
.w340{ width:340px;}
.w305{ width:305px;}
.w350{ width:350px;}
.w655{ width:655px;}
.h208{ height:208px;}
.h136{ height:136px;}
.h170{ height:170px;}
.h173{ height:173px;}
.h110{ height:110px;}
.h108{ height:108px;}
.w280{ width:280px;}
.lh24{ height:24px; line-height:24px; overflow:hidden;}
.mr55{ margin-right:55px;}



.mr17{ margin-right:17px;}
/* 【网站通用小图标样式集】 */


/* css sprite */



/*欢迎搜索 begin*/
.wser_mod_2014{ height:38px; position:relative; z-index:10000000;}
.wser_mod_2014_re{ position:fixed; height:38px; top:0; z-index:10000000; width:100%;}
.wser_mod{ position:relative; width:1000px; height:38px; line-height:38px; font-size:14px; background: url(http://www.nbs.cn/images/nbs_2014top2_bg.png) no-repeat top left;}
.wser_mod a{ color:#333;}
.wser_mod a:hover{ text-decoration:none; color:#07649B;}
.wser_mod p{float:left; padding-left:10px;}
.wser_mod_d{ margin-right:20px;}
.wser_mod_ser .nav_search{ overflow:hidden; height:20px; line-height:18px; background:#fff; margin-top:9px;}
.wser_mod_ser .nav_search .txt{ width:148px; float:left; padding:0 10px; height:18px; border:1px solid #d2d2d2; margin-right:10px;}
.wser_mod_ser .nav_search .sub{ cursor:pointer;width:50px; height:20px; float:left; background-color:#FD8A00; color:#FFF;}
/*欢迎搜索 end*/

/*头部 begin*/
.wrap1_2014{ position:relative; width:1000px; height:auto; overflow:hidden; margin:0 auto;}
.wrap1_2014_mod1{ width:100%; height:82px; background:url(http://www.nbs.cn/images/nbs_2014l_bg.jpg) repeat-x top center;}
.wrap1_2014_mod1 .wrap1_mod_lb{ position:relative; width:1000px; height:82px; background:url(http://www.nbs.cn/images/nbs_2014banner.png) no-repeat center center; margin:0 auto;}
.wrap1_2014_mod1 a{ display:inline;}
.wrap1_2014_mod1 .wrap1_logo{ width:220px; height:50px;}
.wrap1_2014_mod1 .wrap1_news{ width:100px; height:30px;  margin-left:50px;}
.wrap1_2014_mod1 .wrap1_column{ width:65px; height:30px; margin-left:24px;}
/*头部 end*/

/*导航 begin*/
.wrap1_2014_mod2{ width:100%; height:43px; background:url(http://www.nbs.cn/images/nbs_2015nav.jpg) repeat-x top center;}
.wrap1_2014_mod2 .wrap1_nav_main{ width:1000px; height:43px; overflow:hidden; margin:0 auto;}
.wrap1_2014_mod2 .nav_main_2014{ width:990px; height:43px; overflow:hidden;}
.wrap1_2014_mod2 .nav_2014{ width:996px; height:43px;}
.wrap1_2014_mod2 .nav_2014 li{ width:166px; height:43px; float:left; background:url(http://www.nbs.cn/images/nbs_2015nav_line.jpg) no-repeat right center; line-height:43px;text-align: center;font-size: 16px;font-weight: bold;}
.wrap1_2014_mod2 .nav_2014_l li{ float:left; width:83px;}
.wrap1_2014_mod2 .nav_2016_l{ width:140px; height:50px; font-size:14px; font-weight:bold;}
.wrap1_2014_mod2 .nav_2016_l li{ width:70px; height:25px; float:left; background:none; text-align:center;}
.wrap1_2014_mod2 .nav_2014 li a{ color:#FFF;}

/*导航 end*/

/*热门栏目 begin*/
.wrap1_2014_mod3{ width:100%; background: url(http://www.nbs.cn/images/nbs_2014hot_bg1.jpg) repeat-x top center; height:60px;}
.wrap1_2014_mod3 .wrap1_hot_main{ width:1000px; height:60px; background:url(http://www.nbs.cn/images/nbs_2014rblm.png) no-repeat left center; margin:0 auto; overflow:hidden;}
.wrap1_2014_mod3 ul{ padding-left:80px; margin-top:6px;}
.wrap1_2014_mod3 li{ width:auto; margin-left:20px; float:left; line-height:24px; height:24px;}
.wrap1_2014_mod3 li a{ color:#333;}
.wrap1_2014_mod3 li a:hover{ text-decoration:none; color:#07649B;}
/*热门栏目 end*/

/*二维码 begin*/
.Ewm_2014{ position:fixed; width:55px; height:36px; background:url(http://www.nbs.cn/images/nbs_ewm2014.png) no-repeat center center; bottom:70px; right:80px; cursor:pointer;}
.Ewm_2014_hover{ width:175px; height:203px; background:url(http://www.nbs.cn/images/nbs_ewm2014_hover.png) no-repeat center center; position:fixed; right:150px; bottom:70px; display:none; z-index:1000000;}
/*二维码 end*/

