/*@charset "gb2312";*/
/**
 * 淘宝店铺:http://408gzs.taobao.com/
 * ----------------------------------------------------------------------------

 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  互联网
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#625F53; font-family:"Microsoft yahei", Arial, Helvetica, sans-serif;}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:14px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}


/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	 top:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important; text-indent:0;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
body{ font-size:14px; color:#333; background:#f3f3f3 url(bg.jpg) center 175px no-repeat}
a{ color:#333; text-decoration:none; font-size:14px}
a:hover{ color:#004c9a; text-decoration:none}
.weap{ width:1000px; margin:0 auto;}
.mb10{ margin-bottom:10px !important}
.mb20{ margin-bottom:20px !important}
.mb15{ margin-bottom:15px !important}
.pb20{ padding-bottom:20px !important}
/* 头部*/
.top{ height:132px; background:#fff}
.header{ height:132px;  background:url(header.gif) no-repeat left top;}
.header .logo{ width:215px; height:68px; padding-top:35px; padding-left:35px;}
.header .nav{ padding-top:15px; text-align:right; width:500px; font-size:12px;}
.header .nav a{font-size:12px; padding:0 10px; cursor:pointer}
.menu{ height:42px; background:#0f2751}
.menu .bd{ height:42px;}
.menu .bd ul.nav li{ float:left;}
.menu .bd ul.nav li a{ display:block; float:left; font-size:16px; padding:0 17px; line-height:42px; color:#fff; font-family:"微软雅黑"; border-left:1px solid #024284}
.menu .bd ul.nav li a:hover,.menu .bd ul.nav li.on{ background:#024284}

/* 尾部*/
.footer{ background:#e7eff8; padding-bottom:20px; border-top:2px solid #004c97; padding-top:15px; text-align:center; font-size:13px; font-family:"微软雅黑"}
.footer a{ font-size:13px; font-family:"微软雅黑"}
.footer p{ line-height:24px}
.footer span{ padding:0 20px;}


.man-l{ width:260px; }
.man-l .bd{background:#fff; padding:10px;}
.man-l .bd h3{ margin-bottom:10px; display:block}
.man-l .bd h3 a{ display:block; height:40px; background-color:#e3ebf4; padding-left:45px; line-height:40px; font-family:"微软雅黑"; font-size:16px}
.man-l .bd h3 a.ico-xx-01{ background-image:url(ico-xx-01.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3 a.ico-xx-02{ background-image:url(ico-xx-02.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3 a.ico-xx-03{ background-image:url(ico-xx-03.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3 a.ico-xx-04{ background-image:url(ico-xx-04.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3 a.ico-xx-05{ background-image:url(ico-xx-05.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3 a.ico-xx-06{ background-image:url(ico-xx-06.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3 a.ico-xx-07{ background-image:url(ico-xx-07.gif); background-repeat:no-repeat; background-position:15px center}
.man-l .bd h3.on{ margin-bottom:0}
.man-l .xxml{ background:#e3ebf4; overflow:hidden; border-top:1px solid #c2d3e7; padding:6px 0; margin-bottom:10px;}
.man-l .xxml li{ width:50%; float:left; line-height:28px}
.man-l .xxml li a{ padding-left:10px;}
.man-l .xxml li.c-f{ float:none; width:100%}
			
.man-r{width:732px;}
.reach-xx{height:50px; background:#fff}
.reach-xx .hd{line-height:50px; color:#fff; font-size:16px; font-family:"微软雅黑"; padding-left:51px; background:url(reach-xx.gif) no-repeat left; width:108px;}
.reach-xx .bd{padding:12px; width:542px;}
.reach-xx .bd input{display: inline-block; vertical-align: middle;}
.reach-xx .bd input.inupt{height: 15px; line-height: 25px; padding: 5px; border: 1px solid #d4d4d4; width: 450px; background: #fff;}
.reach-xx .bd input.btn{height: 27px; width: 68px; border: none; background: url(reach.gif) no-repeat; cursor: pointer;}

.news-xx{ height:270px; background:#fff; padding:15px;}

.ty-x{ height:19px; background:url(ty-x.png)  no-repeat top center}
a.more{ position:absolute; display:block; right:10px; top:50%; margin-top:-6px; font-size:12px; color:#004c9a; line-height:normal; font-family:"宋体" }
.tit .hd{ height:38px; line-height:38px; border-bottom:1px solid #dddddd; position:relative; margin-bottom:5px}
.tit .hd h3{ font-size:15px; color:#004c99; font-family:"微软雅黑";}
.list li{ line-height:28px;}
.list li em{ float:right; font-style:normal !important;color:#004c99; font-size:12px}

.tit-2 .hd ul li{ float:left; padding:0 10px;font-size:15px;  font-family:"Microsoft yahei"; cursor:pointer }
.tit-2 .hd ul li.on{height:43px; background:url(on.gif) no-repeat center bottom; color:#004c99;}

.x-2 .box{ padding:15px; height:170px; background:#fff;}
.x-2 .bd li{ width:235px; height:60px;  float:left; margin-right:7px; margin-bottom:9px;}
.x-2 .bd li a{ display:block; width:235px; height:60px; cursor: pointer; background-color:#e4ebf5; color:#004c99}
.x-2 .bd li a:hover{ background:#becfe6; color:#004c99}
.x-2 .bd li a span{ font-size:14px; display:block; font-family:"Microsoft yahei"; padding-top:21px; padding-left:90px;}
.x-2 .bd li a.ico-001{ background-image:url(ico-001.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-002{ background-image:url(ico-002.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-003{ background-image:url(ico-003.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-004{ background-image:url(ico-004.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-005{ background-image:url(ico-005.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-006{ background-image:url(ico-006.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-007{ background-image:url(ico-007.png); background-repeat:no-repeat; background-position:33px center; }
.x-2 .bd li a.ico-008{ background-image:url(ico-008.png); background-repeat:no-repeat; background-position:33px center; }

.ty{ height:23px; background:url(ty.gif)  no-repeat top center}
.x-3 .box{ padding:15px; background:#fff; overflow:hidden}
.x-3 .bd{ overflow:hidden; padding-left:10px}
.x-3 .bd li{ width:120px; float:left; line-height:28px;}
.x-3 .bd li a{ font-size:12px; display:block; background:url(xx-sj.gif) no-repeat 2px center; padding-left:10px}

#newslist td { padding:2px 0; border-bottom:1px dotted #999;} 
#newslist a { font-size:14px; line-height:1.8 }

.pag .box-2{  background:#fff; margin-top:-15px; overflow:hidden; position:relative}
.contentbox { padding:30px 60px; }
.contentbox h1 { font:bold 22px/1.5 'Microsoft yahei'; text-align: center; padding:10px 0; border-bottom:1px solid #ccc; }
.contentbox .infobox { padding:20px; text-align: center; }
#content { padding:0 0 30px 0; font-size: 16px; line-height: 1.8; text-align:justify; text-justify:inter-ideograph; }
#content p { padding:3px 0; }
.contentmenu { padding-top:20px; border-top:1px solid #ccc; text-align: center; }
.contentmenu img { cursor: pointer; }