@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Always force a scrollbar in non-IE */
html { background: #ffffff; color: #00000; overflow-y: scroll; }


*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body { font:13px/1.231 Arial, Helvetica, sans-serif; *font-size:small; background: url(images/bg.png) repeat;} /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% Arial, Helvetica, sans-serif; }

ul,ol{ list-style-type:none; }

body {
  background: #ffffff;
  width:100%;
  height:100%;
}

html,body{-webkit-text-size-adjust:none;}
/*block*/

.clearfix:after{ content:" "; display:block; clear:both; height:0;}
.clearfix{ zoom:1; display:table;}

#leftBlock{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:99;
}
*html div#leftBlock{
	position:absolute;
	top:expression(eval(document.documentElement.scrollTop));
}

#topOverlayerBlock{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 61px;
	z-index:99;
}

*html div#topOverlayerBlock{
	position:absolute;
	top:expression(eval(document.documentElement.scrollTop));
}
.overlayer{
	width: 720px;
	height: 100%;
	margin-left: 220px;
	background:#fff;
}

#rightBlock{
	position:absolute;
	top: 112px;
	left: 0;
	width: 100%;
	height: 100%;
}

.warp{
	position:relative;
	margin:0 auto;
	width:820px;
	padding:0 91px;
	height:100%;
}

.nav-warp{
	position: relative;
	width: 185px;
	height: 100%;
	z-index: 3;
	padding:38px 0 0 0;
}

.content-warp{
	
	width: 600px;
	height: auto;
	margin-left: 220px;
	/*overflow-x: hidden;
	padding-right:10px;
	*/
}


/*menu
---------------------------------------------------------------*/
#nav 
{
    margin-top:38px; 
    font-family:Arial, Helvetica, \5FAE\8F6F\96C5\9ED1; 
}
nav a{ 
	text-decoration:none; 
	color:#000;
}
nav h1{ 
    margin-top:-11px; 
	font-size:34px;
	font-weight:bold;
	height:50px;
	text-indent:-9999px;
	background:url(../images/logo.gif) 0 0 no-repeat;
	display:block;
	cursor:pointer;
}

nav ul{ 
/*	border-top:1px solid #000; 
	border-bottom:1px solid #000; 
	padding:4px 0;*/
}

nav ul ul{ 
/*	margin:4px 0;
	border-top:1px dashed #000; 
*/}
nav ul li{
	margin-top:-1px;
}



nav ul li a{
	font-size:13px;
	font-weight:bold;
	width:100%;	
	/*line-height:13px;*/
	cursor:pointer; 
	outline:none;
	position:relative;
	display:inline;
}

nav ul li a span
{
    font-size:12px;
    font-weight: bold;
    position: relative;
    top: -1px;
	left:2px;
	font-family: Arial, Helvetica, \534E\6587\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}

nav ul a:hover{
	/*background-color:#00ff00;*/
	/*background:url(../images/green.gif) 0px 3px repeat-x;*/
	background:#000; color:#dddddd;
}

nav ul a.actived{
	/*background-color:#00ff00;*/
	background:#000; color:#dddddd;
}



nav ul ul li a{
	color:#ccc;
	display: block;
	line-height: 14px;
	padding-bottom: 1px;
	padding-top: 1px;
/*	margin-top: 3px;
	margin-bottom: 3px;	
	*/
}
nav ul ul a:hover{
	background:none;
	color:#000;
}
nav ul ul a.actived{
	background:none;
	color:#000;
}
/*-------------------------------------------------------------*/

.arc-warp{
	width:100%;
	height:auto;
	display:block;
	clear:both;
}

/*article
---------------------------------------------------------------*/
article{ 
	width:100%;
	height:auto;
	position:relative; 
	padding-bottom:110px;
	clear:both;
}


section{
	margin-bottom:8px;
}

/*aside*/
aside{
	position:absolute;
	overflow-x: hidden;
	width: 185px;
	height:auto;
	margin-left: 755px;
	top:0;
}

aside.current {
	position:fixed;
	top:61px;
}

/*
*html aside.current {
	position:absolute;
	top:expression(eval(documentElement.scrollTop));
}
*/

.img-containter{
	position:relative;
	zoom:1;
	
}
.img-containter img{
	width:600px;
	height:auto;
	/*
	margin-bottom:10px;
	
	overflow-x:hidden;*/
	display:block;
}

.video-containter
{
    width:600px;
    height:400px;
    background:#000;
}

/*
.boxshadow .img-containter img{
	
	-webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.3);
	
	
}
*/

.shadow{ position:absolute; top:0; left:0; width:100%; height:100%; padding:0 7px 5px 0; display:block;}
.shadowrightedge{ background:url(../images/right.gif) top right repeat-y; }
.shadowtop{ background:url(../images/topconner.gif) top right no-repeat;}
.shadowbottomedge{ background:url(../images/bottom.gif) bottom left repeat-x; }
.shadowleft{ background:url(../images/leftconner.gif) bottom left no-repeat;}
.shadowend{ background:url(../images/bottomconner.gif) bottom right no-repeat;}
/*-------------------------------------------------------------*/


section .words-warp{
	width:100%; 
	height:auto;
	overflow-x:hidden;
	line-height:1.6em;
	word-break:break-all;
	word-warp:break-word;
	font-family: times,PMingLiU;
	font-size:12px;
}

section p{

	line-height:20px;
}

section.green{	/*background-color:#00ffff;*/}
section.info-containter{ /*font-family: times,PMingLiU;*/ font-family: simsun; font-size:12px; }

section .words-warp h1{ height:50px; color:#000; font-weight:bold; font-size:14px;font-family: Arial, Helvetica ,\5FAE\8F6F\96C5\9ED1;}
section .words-warp h3{ height:20px; padding:0; line-height:20px; color:#000; font-weight:bold;}




section.title-warp{
	width:600px;
	margin-bottom:6px;
	/*
	font-weight:bold;
	word-break:keep-all;
	word-warp:break-word;
	background:url(../images/yellow.gif) 0px 0px repeat;
	line-height:16px;
	font-family: Arial, Helvetica , \534E\6587\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
    */
	position:relative;
}

section.title-warp span{
	width:600px;
	font-weight:bold;
	word-break:keep-all;
	word-warp:break-word;
	/*background:url(../images/yellow.gif) 0px 0px repeat;*/
	line-height:16px;
	font-family: Arial, Helvetica , \534E\6587\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;

}

section.title-warp span a{
	right:0px;
	background:url(../images/yellow.gif) 0px 0px repeat;
	color:#313131;text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	word-break:keep-all;
	word-warp:break-word;
	line-height:16px;
	font-family: Arial, Helvetica , \534E\6587\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
	z-index:99999;
	position:absolute;
}

section.vedio-containter{ margin-bottom:7px;}



*html div#c{
	position:absolute;
	top:expression(eval(0)+'px');
}


#copyright{
	margin-left: 220px;
	position: relative;
	top: 60px;
}

#copyright a 
{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica , \534E\6587\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}



.icp
{
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: #ffffff;
    width: 185px;
    }

.icp a
{
    color: #cccccc;
    font-size: 10px;
    
    }


/*---首页---*/
.pscj{ width:820px; margin:0 auto; overflow:hidden;}
.logo{ width:820px; height:76px; padding-top:38px; text-align:left;}
	.bk_box			 { height:870px;}
	.bk_box_img		 { height:820px; overflow:visible;}
	.kao		 	 { display:none;}
	.bk_box_content	 { width:820px; margin:0 auto; padding-top:3px; height:50px; overflow:visible;}
	.bk_box_box{display:inline-block; cursor:pointer; height:50px; margin-top:15px; float:left;  box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.bk_box_box	span {height:50px; margin-right:20px; padding-top:7px; border-top:#bababa solid 1px;}
	.bk_box_box	span:hover {border-top:#000000 solid 1px;}
	.bk_box_box span a{color:#959595;text-decoration:none;}
	.bk_box_box span a:hover{color:#313131;}
	.hover	span	 {border-top:#313131 solid 1px;}
	.hover	span a	 {color:#313131;}
.foot{ width:820px; height:137px; padding-top:40px;}
.foot_box{ width:205px; height:137px; float:right; border-top:#959595 solid 1px; color:#959595; font-family:"黑体"; padding-top:7px; line-height:18px;}
