*{
margin:0px;
padding:0px;
}
a:link {
	text-decoration: none;
		color: #000000;

}
a:visited {
	text-decoration: none;
		color: #000000;

}
a:hover {
	text-decoration: none;
		color: #000000;

}
a:active {
	text-decoration: none;
		color: #000000;

}
img{border:0px}
html{
width:100%;
height:100%;
background-color:#163039;
}
body{
width:100%;
height:100%;
position:relative;
margin:0 auto;
background-position:top left;
background-repeat:repeat-y;
}
html > body{
height:auto;
min-height:100%;
}
#header{
width:90%;
position:relative;
margin:0 auto;
min-width:1000px;
max-width:1658px;
height:251px;
}
#header_l{
z-index:1;
background-image:url(images/header_bg_l.jpg);
background-position:top left;
background-repeat:no-repeat;
width:80%;
max-width:1294px;
min-width:490px;
height:251px;
float:left;
}
#header_r{
	position:absolute;
	right:-36px;
	z-index:2;
	background-image:url(images/header_bg_r.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:518px;
	height:251px;
	float:right;
	top: 1px;

}
.logo{
position:absolute;
top:190px;
left:155px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959
}
#content{
width:90%;
min-width:1000px;
max-width:1658px;
background-color:#FFF;
margin:0 auto;
height: auto;
overflow: hidden;
}
#footer_l{
height:80px;
background-image:url(images/footer_bg_l.jpg);
background-position:top left;
background-repeat:no-repeat;
width:80%;
max-width:1294px;
min-width:670px;
}
#footer_r{
position:absolute;
top:0px;
right:0px;
z-index:2;
background-image:url(images/footer_bg_r.jpg);
background-position:top right;
background-repeat:no-repeat;
width:334px;
height:150px;
float:right;

}
#footer{
height:150px;
bottom:0px;
width:90%;
position:relative;
margin:0 auto;
min-width:1000px;
max-width:1658px;
font-family:Tahoma, sans-serif;
font-size:11px;
color:#D8E4E8;
}

#footer p{
width:100%;
text-align:center;
padding:20px 0 0 0
}
#footer p a{
color:#F69302;
text-decoration:underline
}
#footer p a:visited{text-decoration:underline}
#footer p a:hover{text-decoration:none}

#orznge {
	width:74.8%!important;
	width:70%;
	min-width:690px;
	border-left:#999 dotted 2px;
	float:right;




ca; 				
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
}


#orz_left{
	width:21%;
	float:left;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
}
ul.orz_container{
	/* The topmost UL */
	width:90%;
	margin:0 auto;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:2px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:"微软雅黑","Microsoft YaHei";
	font-size:16px;
	overflow:visible;
	padding:2px 10px;
	position:relative;
	width:95%;
	color:#222;
	
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{background:url(../images/blue.png) repeat-x top left; }

li.button a.green{background:url(../images/green.png) repeat-x top left;}

li.button a.orange{ border:#163039 solid 1px;}

li.button a.red{background:url(../images/red.png) repeat-x top left; }

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 8px;
	font-size:14px;
}

.backToTop {
 display: none;
 width: 28px;
 z-index:11;
 line-height: 1.2;
 padding: 5px 0;
 background-color: #000;
 color: #fff;
 font-family:"微软雅黑","Microsoft YaHei";
 font-size: 16px;
 text-align: center;
 position: fixed;
 _position: absolute;
 right: 10px;
 bottom: 100px;
 _bottom: "auto";
 cursor: pointer;
 opacity: .6;
 filter: Alpha(opacity=60);
}
