@charset "utf-8";

.toplogo {
	overflow:hidden;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	height:51px;
}
.topdiv {
	overflow:hidden;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	height:223px;
}
.topdiv_1 {
	overflow:hidden;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	height:120px;
}
.news {
	overflow:hidden;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	height:26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbcfcd;
	line-height:26px; background:#004b44;
}
.news .news_l{ width:70px; text-align:center; color:#dab866; float:left;}
.news .news_r{ color:#fff; float:right; width:230px; padding-left:10px; padding-right:10px; height:26px; overflow:hidden;}
.news .news_r a{ color:#fff;}
.news .news_r a:hover{ color:#dab866;}

.indexmain {
	list-style:none;
	width:310px;
	margin-left:auto;
	margin-right:auto; padding-left:10px;
	overflow:hidden; margin-bottom:16px; margin-top:12px;
}
.indexmain li{ float:left; width:93px; text-align:center; margin-right:10px; margin-bottom:10px;}
.indexmain li .m1{
	width:91px;
	height:66px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dddedf;
	border-right-color: #dddedf;
	border-left-color: #dddedf;
}
.indexmain li .m2{height:23px; line-height:23px; background:#004b44;}
.indexmain li .m2 a{ display:block;color:#dab866;}
.indexmain li .m2 a:active{ color:#fff;}

.cop_index{
	list-style:none;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	height:49px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
.cop_index li{ float:left; width:80px; text-align:center;}
.cop_index li a{ display:block; padding-top:32px; color:#FFF;}



.i_titl {
	width:296px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	color:#004b44;
	line-height:12px;
	background-color: #FFF;
	background-image: url(../images/i_titl.jpg);
	background-repeat: no-repeat;
	background-position: left center; padding-left:7px;
	text-align:left; padding-top:15px; padding-bottom:15px;
}
.maindiv{
	width:296px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	line-height:22px;
	color:#58595b;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:15px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.maindiv .maindiv_l{ width:57px; overflow:hidden; float:left;}
.maindiv .maindiv_l .lnav{ list-style:none; width:57px; overflow:hidden;}
.maindiv .maindiv_l .lnav li{
	background-image: url(../images/ico1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:12px; padding-bottom:12px; text-align:center;
}
.maindiv .maindiv_l .lnav li a{ color:#ffffff;}
.maindiv .maindiv_l .lnav li a:hover{ color:#dab866;}
.maindiv .maindiv_l .lnav .nav_up a{ color:#dab866;}
.maindiv .maindiv_r{
	width:231px;
	overflow:hidden;
	float:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddede;
	padding-top:20px; line-height:18px;
}



.navlistul{
	width:231px;
	margin-left:auto;
	margin-right:auto;
	list-style:none; overflow:hidden;
	background:#FFF;
	padding-top:13px;
	text-align:left;
}
.navlistul li{
	height:22px; padding-left:12px;
	line-height:22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	background-image: url(../images/ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.navlistul li a{ color:#585555; display:block;}
.navlistul li:active{ background:#dddddd;}





<!--
#footer {
position:fixed;
left:0px;
bottom:0px;
height:49px;
width:100%; background:#FFF;
}
 
/* IE 6 */
* html #footer {
position:absolute;
top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
 
-->