@charset "utf-8";
/* CSS Document */

.nav {
	width: 981px;
	height: 42px;
	margin: 0px auto 0px;
	background-image: url('http://www.locpg.hk/static/imgs/dh_bg.jpg');
	text-align: center
}
ul#topnav {
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	list-style: none;
	position: relative;
	width: 100%;
}
ul#topnav li {
	float: left;
	height: 23px;
	line-height: 23px;
	margin-top: 10px;
	border-right: 1px solid #e97978;
	text-align: center;
	width: auto;
}
ul#topnav li.on .a1 {
	background: #f4f2f3;
	text-align: center;
	display: block;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	font-family: 宋体;
	text-decoration: none;
}
ul#topnav li a {
	text-align: center;
	display: block;
	padding: 0px 37px 0px 37px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: 宋体;
	text-decoration: none;
}
ul#topnav li a:hover {
	text-decoration: underline;
}
ul#topnav li span {
	width: 959px;
	margin-left: 0px;
	text-align: left;
	float: left;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	top: 33px;
	display: none;
	background: #f4f2f3;
	color: #636161;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	line-height: 36px;
	height: 36px;
	border: 1px solid #dfdbdc;
	border-top: 0;
	font-size: 13px
}
ul#topnav li:hover span {
	display: block;
}
ul#topnav li span a {
	padding: 0 3px;
	font-size: 13px;
	display: inline;
	color: #636161;
	font-weight: normal;
}
ul#topnav li span a:hover {
	text-decoration: underline;
}

/*统一修改右栏iframe高度*/
.webpage .right iframe{
	height:1789px;
}