@font-face {
    font-family: "yyyyyyyy";
    src: "八大山人字体.ttf" truetype;
    font-weight: normal;
    font-style: normal;
}
body {
    text-align:center;
	width:100%;
	background:#000000;
	padding:0;
	margin:0;
}

#main_container {
    position:relative;
	display:inline-block;
	padding:0px;
	text-align:left;
	width:1024px;
	height:;
	background:#8888ff;
	overflow-y:visible;
	border:1px solid #000000;
}

#header {
    position:relative;
	display:inline-block;
	left:0px;
	top:0px;
	width:100%;
	height:;
	text-align:center;
	border:0px solid #ff0000;
}

#header_background {
    position:absolute;
	display:block;
	background:#333377;
	left:0px;
	top:0px;
	width:100%;
	height:180px;
}
#header_title {
    position:relative;
	display:inline-block;
	left:0px;
	top:30px;
	width:100%;
	height:;
	text-align:center;
}

#tuteng {
    width:512px;
	height:400px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#header_menu {
    position:relative;
	display:inline-block;
	left:0px;
	top:30px;
	width:100%;
	height:;
	text-align:center;
}
.content {
    position:relative;
	display:inline-block;
	left:0px;
	top:30px;
	width:90%;
	height:;
	background:#ccccee;/*#aaaaff;*/
	padding:40px;
	margin:12px;
	vertical-align:middle;
	overflow-y:visible;
	/*border:1px solid #000000;*/
}

#footer {
    position:relative;
	display:inline-block;
	left:0px;
	top:30px;
	width:96%;
	height:;
	text-align:center;
	padding:20px;
	line-height :28px;
}

.content_inside {
    position:relative;
	display:inline-block;/**/
	left:0px;
	top:10px;
	width:100%;
	height:;
	background:#ccccee;/*#aaaaff;*/
	font:inherit;
	line-height:24px;
	overflow-y:visible;
}
#content_left {
    position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:;
    -moz-column-count:3;  
    -webkit-column-count:3;
    column-count:3;
	/*overflow-y:visible;*/
}


#content_hid {
    display:none;
	zIndex:100;
	left:0;
	top:0; 
	position:fixed; 
	width:100%;
	height:100%;
	background-color: black;  
	-moz-opacity: 0.7;  
	opacity:.70;  
	filter: alpha(opacity=70);
}

#content_text {
    position:relative;/*absolute relative*/
	display:none;/*inline-block*/
	left:160px;
	top:-25px;
	width:840px;
	height:;
	padding:30px;
	background:#ccccee;
	
}

#content_close { 
    display:none;
	font-size: 22px; 
	line-height: 0.5; 
	position: absolute; 
	top: 0px; 
	right: 26px; 
	color: #333; 
	text-shadow: 0 -1px 1px rbga(0,0,0,.6); 
	font-weight: bold; 
	cursor: pointer;
}

.td_left {
	vertical-align:top;
	text-align:left;
	line-height:24px;
	white-space:nowrap;
    /*border:1px solid #000000;*/
    /*width:260px;*/
}

li { 
    list-style:none;
	font-family:yyyyyyyy;
	/*font: 16px 八大山人, Helvetica, sans-serif;*/
    /*border:1px solid #00cc00;*/
}

#catalog_left {
    display: inline-block;
    box-sizing:border-box;  
    -moz-box-sizing:border-box; /* Firefox */  
    -webkit-box-sizing:border-box; /* Safari */  
    float:left;
	width:260px;
    /*border:1px solid #00cc00;*/
	/*padding-left:-80px;*/
	margin-left:-10px;
	overflow-y:visible;
}

#catalog_subject {
    display: inline-block;
    box-sizing:border-box;  
    -moz-box-sizing:border-box; /* Firefox */  
    -webkit-box-sizing:border-box; /* Safari */  
	float:right;
	width:680px;
	padding-left:10px;
	margin-right:-10px;
	background:#ccccee;
    /*border:1px solid #00cc00;*/
	overflow-y:visible;
}}

/* 一般链接 */
.normal0,.normal {
    font-family:微软雅黑;
	/*font: 16px , Helvetica, sans-serif;*/
    white-space:nowrap;
    text-decoration:none;
    /*font: inherit;*/
    color: #000 !important;
	line-height:22px;
	padding-left:5px;
	vertical-align:center;
}
.normal0:hover,.normal:hover,.normal0:focus {
    text-decoration:underline; 
}

.normal0:active,.normal:active {
    color: #f00 !important;
    text-decoration:underline; 
}
.normal:visited,.normal:focus {
    display: inline-block;
    color: #700 !important;
	background:#ccccee;
	line-height:22px;
	width:100%;
	/*font-weight: bold !important;
    text-decoration:underline;*/ 
}

/* 菜单块 */

.menubutton {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	
	position: relative; 
	padding: 5px 10px 5px;
	font: inherit;
	font-size: 16px !important;
	font-style: normal !important; 
	font-weight: bold !important; 
	color: #000 !important;
	line-height: 1; 
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.current,
.menubutton:hover,
.menubutton:focus {
	background:#aaaaff; 
	color: #fff !important;
}

/* 内丹内容块 */

._icon {
	width:18px;
	height:18px;
	vertical-align:bottom;
	margin:3px;
	border:0px;
}

._neidan {
    position:relative;
	display:none;
	left:0px;
	top:0px;
	width:90%;
	padding-left:0%;
	#width:60%;
	#padding-left:25%;
}

._bl_1 {
    position:relative;
	display:inline-block;
	left:0px;
	top:0px;
	width:100%;
	padding:12px 12px 12px 64px;
	margin-bottom:15px;
	vertical-align:middle;
	background:#ccccee;
}

._bl_img {
    vertical-align:top;
	margin-top:12%;
}
._bl_doc {
    position:relative;
	display:inline-block;
	left:50px;
	top:0px;
}
._bl_doc_title {
    width:100%;
	text-align:center;
}