body {
	font:14px/1.8 '宋体','微软雅黑',arial,tahoma,sans-serif;
	background:url("../img/hdfixed_bg.jpg") repeat-x #e9edef;
	padding: 0;
	color: #333;
	background-attachment:fixed;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a{outline:none;}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ 此固定宽度容器包含其它 div ~~ */

.header {
	background:url(../img/aheaderbg2.jpg);
	width:100%;
	height:100%;;
}

.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	z-index:999;
}

.content {
	padding: 10px 0;
	width: 1000px;
	float: left;
	background-color:#FFF;
	overflow:hidden;
  margin: 0 auto;

}
  @media screen and (max-width: 1000px) {
    .content {
       width:100%;
    }
  .ptimg_b{
       width:100%;
  }
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.content ul li{ line-height:1.8;}
.content p{
	text-indent:28px;
	word-break:break-all;
	word-wrap:break-word;
	}



/* ~~ 脚注 ~~ */
.footer {
	padding: 20px 0;
	/* background: #CCC49F;  */
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */
}

/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.t_hide{display:none;}
.t_show{display:block;}
#gotop {
	position: fixed;
	text-indent: -9999px;
	_position: absolute;
	z-index: 9999999999;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	background: url(../img/gotop.png) no-repeat;
	outline:none;
}
#gotop:hover {
	position: fixed;
	text-indent: -9999px;
	_position: absolute;
	z-index: 9999999999;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	background: url(../img/gotop.png) 0 -50px no-repeat;
	outline:none;
}
/*#close {
	position: fixed;
	text-indent: -9999px;
	_position: absolute;
	z-index: 9999999999;
	width: 50px;
	height: 50px;
	top: 20px;
	right: 20px;
	background: url(../img/close.png) no-repeat;
	outline:none;
}
#close:hover {
	position: fixed;
	text-indent: -9999px;
	_position: absolute;
	z-index: 9999999999;
	width: 50px;
	height: 50px;
	top: 20px;
	right: 20px;
	background: url(../img/close.png) 0 -50px no-repeat;
	outline:none;
}*/

#doc{
	background: url("../img/slidebg.png") repeat-y left top #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#ddd 1px solid;/*为了ie下无法显示阴影效果的权宜之计 因为border原因两列的宽度都减少1px*/
	overflow: hidden;
}

#page_title {
	float: left;
	width: 200px;
	font-size: 14px;
	padding-top:15px;
}
.seg_navi {
	float: left;
	display:block;
	padding:30px 0 0 0;
}
}
.clearfix:before,.clearfix:after{
	content:"\0020";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix:after {
	clear:both;
}
.clearfix{
	zoom:1;
}
.text {
	font-family:'Hiragino Sans GB','Microsoft YaHei',sans-serif!important;
}

.seg_navi ul {
	margin-left:10px;
}
.seg_navi ul li {
	display:inline;
	width:180px;
}
.seg_navi ul li a {
	width:180px;
	font-size:24px;
	text-decoration:none;
	color:#FFF;
	line-height:2.3;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
    float:left;
}
.seg_navi ul li a:hover {
	color:#DDD;
	text-decoration:underline;
}
.seg_navi ul li a.currents {
text-decoration:none;
margin-left:0px;
}
.seg_navi ul li a.currents span {
	width:180px;
	height:55px;
	font-size:24px;
	background:url("../img/tab.png") 0 0 no-repeat;
	background-size:180px 55px;
	float:left;
	line-height:58px;
	*line-height:56px;
	position:relative;
	color:#368;
}
* html .seg_navi ul li a.currents {
text-decoration:none;
}
* html .seg_navi ul li a.currents span {
	width:180px;
	height:55px;
	font-size:16px;
	background:url("../img/tab.png") 0 0 no-repeat;
	background-size:180px 55px;
	float:left;
	line-height:24px;
	*line-height:26px;
	position:relative;
	color:#fff;
}





/* ~~ 导航列表样式（如果选择使用预先创建的 Spry 等弹出菜单，则可以删除此样式） ~~ */
ul.nav {
	list-style: none;
	/*border-top: 1px solid #666;  这将为链接创建上边框 – 使用下边框将所有其它项放置在 LI 中 */
	margin-bottom: 15px; /* 这将在下面内容的导航之间创建间距 */
}
ul.nav li ul{
	list-style: none;
}

ul.nav li ul li a{
	color: #999;
	text-indent: 10px;
	border: none;
	font-size:13px;
	line-height: 28px;
	height: 28px;
}
ul.nav a, ul.nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	padding: 0px 5px 0px 25px;
	display: block;
	width: 190px;  /*此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	background:#e9edef;
	color: #06C;
}
ul.nav li ul li a:hover,ul.nav li ul li a:active,ul.nav li ul li a:focus{
	border-left:#06C 5px solid;
	width:185px;
	background:#FFF;
}

a.first {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.nav a{
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 35px;
	height: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dedede;
	background: #f9f9f9;
	text-decoration: none !important;
}

.tdt a{
background: #e9edef;
font-weight:bold;
color::#222;
}
.nav a:hover{
	background: #fff;
}

.nav li a i {
	background: url("../img/collapse.png");
	display: block;
	width: 13px;
	height: 10px;
	position: absolute;
	top: 12px;
	left: 10px;
	overflow: hidden;
}

.nav li a.current i {
	background-position: 0 -4px;
	height: 3px;
	top: 16px;
}

h1{color:#FFF; font-weight:bold}
h2{
	color:#333;
	font-size:24px;
	border-top:#DDD 1px dashed;
	border-bottom:#DDD 1px dashed;}
h3{
	background-color:#F0F0F0;
	border-left:#06C 3px solid;
	margin-left:10px;
	font-size:14px;
	line-height:26px;
	color:#555;	
	}
.ptimg_b{
	border:#CCC 1px solid;}
.cont_hx{
	font-weight:bold;
	color:#069;}
	.maodianspan{width:1px;height:20px;}