@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	
}
    ul,li{list-style: none;}
    a{text-decoration: none;}
   .wrapper2{position: relative;margin: 10px auto;width: 400px;height: 240px;}
   .banner{width: 400px;height: 240px;overflow: hidden;}
   .imgList{width:400px;height:240px;z-index: 10;}
   .imgList li{display: none;}
   .imgList .imgOn{display: inline;}
   .bg{position: absolute;bottom: 0;width: 400px;height: 40px;z-index:20;opacity: 0.4;filter:alpha(opacity=40);background: black;}
   .infoList{position: absolute;left: 10px;bottom: 10px;z-index: 30;}
   .infoList li{display: none;}
   .infoList .infoOn{display: inline;color: white;}
    .indexList{position: absolute;right: 10px;bottom: 5px;z-index: 30;}
   .indexList li{float: left;margin-right: 5px;padding: 2px 4px;border: 2px solid black;background: grey;cursor: pointer;}
    .indexList .indexOn{background: red;font-weight: bold;color: white;}
#wrapper {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
img {
		outline:0; 
		border:0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #fffcfc url(images/bj1.jpg) repeat-x;

}
#topbar {
	height: 150px;
	background: url(/zzbb/images/banner.jpg) no-repeat top center;
}
/* Drop Down Menu */
.menu {
	height: 30px;
	position: relative;
	z-index: 99;
	font-size:16px;
	background-color: #cc3300;
}
.menu1 {
	list-style: none;
	padding: 1px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
	font-size: 16px;
}
.menu1_li {
	float: left;
	margin: 0;
	padding: 1px 10px 0 10px;
	position: relative;
}
.menu1_li a {
	padding: 2px 10px;
	color: #fff;
	font-weight:bold;
	display: block;
	text-decoration: none;
	float: left;
}
/* make the dropdown ul invisible */
.menu2 {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#900;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 10px; 
	top: 24px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100px;
	z-index:100;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #fff;
	display:block; 
	background:#ccc; 	
}
.menu ul li:hover ul li {
	margin: 0; 
	padding: 0;
	width: 100%;
	clear: both;
	background:#ccc; 
	
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {

	background:#ccc; 
	color:#900;
	border-bottom: 1px solid #fff;

}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
color:#fff;
background:#900;
}

#header {
	clear: both;
	width: 100%;
	margin: 15px auto;

}

.lm1 {
	background-image: url(/zzbb/images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 8px;
	float: left;
	height: 260px;
	width: 410px;
	background-color: #FFFFFF;
}
.lm1 h2 {
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: left;
	text-indent: 126px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 20px;
}
.bt {
	font-size: 16px;
	color: #000000;
	margin-top: 16px;
	margin-left: 16px;
}
.bt li {
	list-style-type:none;
	margin: 12px;
	list-style-position:outside;
	list-style-image: url(/zzbb/images/marker.png);
	text-indent: 5px;
}
.lm1 a {
	color: #000;
	text-decoration: none;
}
.lm1 a {
	text-decoration: underline;
}
.lm1 .more{
	font-size: 16px;
}
.lj{
	text-align:center;
	margin:2px;
	width: 360px;
}
.lm2 {
	margin: 6px;
	padding: 15px;
	float: right;
	width: 778px;
	background-color: #FFFFFF;
	border-left:#CC0000 solid 1px;
}
.lm3 {
	margin: 6px;
	padding: 5px;
	float: left;
	width: 412px;
	background-color: #FFFFFF;
}
.lm2 h2 {
    margin-top: 24px;
	text-align: center;
	margin-bottom: 18px;
	text-indent: 18px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CA1C1D;
}
.copy-right {
	padding:2% 3%;
	background: #fff;
}
.copy-right p{
	font-size:18px;
	color:#000;
}
.copy-right p a{
	color:#333;
	font-weight:bold;
}
.copy-right p a:hover{
	color:#1b7a97;
}
#tp1{
	clear: both;
	width: 98%;
	padding: 10px;
	height: 186px;
	background: #fff;
}
#tp1 img{
	padding: 3px;
}
/* === Footer One Section === */
#footer {
	width: 100%;
	clear: both;
	background-color: #cb1c1d;
	font-weight:bold;
}
#bottomcontent {
	text-align:center;
	margin: 0 auto;
	color: #fff;
	width: 1180px;
	height: 60px;
	padding-top: 10px;
}
#page a{
	color:#000;
	text-decoration:none;
}
#page a:hover{
	text-decoration:underline;
}