
/* CSS Document */

*{
    margin:0;
	padding:0;
	border:0;
}
body{
	font-size:16px;
	font-weight:normal;
	font-family:"微软雅黑";
	color:#333333;
	background-color:#fff;
}
img{
	overflow:hidden;
    border:0;
}
li{
    list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#df342c;
}
select{
	font:normal 14px "微软雅黑";
}
.font_red {
	color:#f00;
	font-weight:bold;
}
.font_red a {
	color:#ca2000;
	font-weight:bold;
}
.font_red a:hover {
	text-decoration:underline;
}
#Index_box04 ul li p{     height: 56px; overflow:hidden;}
#lm_header {
	width:100%;
	heigt:60px;
	border-bottom:3px solid #113863;
	background:#f6b84b;
}
#lm_header a {
	color:#113863;
}
#lm_header a:hover {
	text-decoration:underline;
}

#Top_box{
	position:relative;
	z-index:500;
	clear:both;
	width:1200px;
	height:60px;
	margin:0 auto;
	background:#ca2000;
}
#Nav_box {
	clear:both;
	width:1200px;
	height:60px;
	margin:0px auto 0;
}
#Nav_box ul {
	position:absolute;
	float:left;
	width:1200px;
	height:60px;
	margin:0 auto;
}
#Nav_box ul li {
	float:left;
	width:auto;
	text-align:center;
	font:normal 18px "微软雅黑";
	line-height:60px;
}
#Nav_box ul li a{
	display:block;
	width:108px;
	color:#fff;
	text-align:center;
}
#Nav_box ul li a:hover {
	color:#ffd300;
}


#Footer_box{
	width:auto;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	text-align:center;
	font:normal 14px/180% "微软雅黑";
	padding:25px 0;
	background-color:#f6f6f6;
	margin-top:20px;
}
#footbox_con {
	width:450px;
	margin:0 auto;
}
#footbox_left {
	float:left;
	width:100px;
}
#footbox_right {
	float:left;
	width:350px;
}

#Wrapper{
	overflow:hidden;
	clear:both;
	width:1200px;
	margin:0px auto;
	position:relative;
	z-index:2;
}
.megas {
	width:100%;
	text-align:center;
	margin-top:30px;
	height:60px;
	font-size:14px;
	color:#666;
	line-height:40px;
}
.megas a {
	padding:10px 12px;
	margin:0px 3px 0px 0px;
	border:#cbcbcb 1px solid;
	background:#fff;
	background-position:50% bottom;
	color:#555555;
	text-decoration:none;
	display:inline;
}
.megas a:hover {
	border:#cbcbcb 1px solid;
	color:#fff;
	background:#c64327;
}
.megas span {
	padding:10px 12px;
	margin:0px 3px 0px 0px;
	background:#c64327;
	background-position:50% bottom;
	color:#fdfdfd;
	text-decoration:none;
	font-weight:bold;
	display:inline;
	border:#cbcbcb 1px solid;
}
.megas span.disabled {
	padding:10px 12px;
	margin:0px 3px 0px 0px;
	background:#f8f8f8;
	background-position:50% bottom;
	color:#9a9a9a;
	text-decoration:none;
	border:#e3e3e3 1px solid;
	font-weight:normal;
	display:inline;
}
