* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	font-family: ËÎÌå;
	color: #000000;
	background-image: url(/ltxc/css/../images/templatemo_main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #C6DEBA;
}
		

#header {
	height: 212px;
	width: 100%;
}
#banner {
	height: 184px;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/ltxc/css/../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 100%;
	overflow:hidden;

}

#footer {
	display:block;
	width: 100%;
	background-color: #006600;
}
#foot {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color:#FFFFFF;
	font-size: 14px;
	height: 80px;
	text-align: center;
	font-weight: bold;
}
#page {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#left {
	width: 810px;
	margin: 5px;
	padding: 5px;
	float:right;
}
#slider {
	width: 400px;
	margin: 5px;
	padding: 5px;
	float: right;
}
#page .lm1 {
	width: 380px;
	margin: 10px;
	padding: 10px;
	float:left;
}
#page .lm2 {
	width: 790px;
	margin: 10px;
	padding: 10px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003333;
}
#page h2 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 20px;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
	font-weight: normal;
}
.lm1 li {
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	background-image: url(/ltxc/css/../images/li_bj.png);
	background-repeat: repeat;
	background-position: left top;
	list-style-image: url(/ltxc/css/../images/li.png);
}
.lm2 li {
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	background-image: url(/ltxc/css/../images/li_bj.png);
	background-repeat: repeat;
	background-position: left top;
	list-style-image: url(/ltxc/css/../images/li.png);
}
.lm2 a {
	color: #000000;
	text-decoration: none;
}
.lm2 h2 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 24px;
	color: #248C1B;
}


#page li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#foot a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#page li span {
	float: right;
}
#page span a {
	color: #006600;
	text-decoration: none;
}

#page li a:hover {
	text-decoration: underline;
}
#slider li {
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
	background-image: url(/ltxc/css/../images/li_bj.png);
	background-repeat: repeat;
	background-position: left top;
	list-style-image: url(/ltxc/css/../images/li.png);
}
#page h2 span {
	font-size: 14px;
	float: right;
	vertical-align: text-bottom;
	color: #248C1B;
}

/* Drop Down Menu */

.menu {
	height: 32px;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 99;
	font-size:18px;
}
.menu1 {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 1px 0 0 0;
	margin: 0 ;
	float: left;
	width: 100%;
	font-size: 16px;
}
.menu1_li {
	border-right: 0px solid #fff;
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-right:19px;
	position: relative;
}
.menu1_li a {
	padding: 8px 15px;
	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:#363
}
/* 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: 23px; 
	top: 40px;
	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:#363; 	
}
.menu ul li:hover ul li {
	margin: 0; 
	padding: 0;
	width: 100%;
	clear: both;
	background:#c63; 
	
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {

	background:#248C1B; 
	color:#fff;
	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:#363; 
}
