/* CSS Document */

body {
	font-size: 12px;
	font-family: arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	padding:0px;
	margin:0px;
}

a:link {
	color:#4a74c6;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#4a74c6;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #ccc;
	text-decoration: none;
}

.topnav {
	z-index:99 !important;
	position:absolute;
	top:-16px;
	right:-10px;
	font-size:9px;
	background:#292929;

}

.topnav a:link, .topnav a:visited {
	color:white;
}
.topnav a:hover, .topnav a:active {
	color: #f7d51b;
	text-decoration: none;
}

.topitem {
	position:absolute;
	top:16px;
	width:130px;
	padding:10px;
	height:120px;
	background:#232222;
	display:none;
	text-align:left;
	color:white;
	font-size:11px;
	
}

.nav a:link, .nav a:visited {
	color: #808080;
}
.nav a:hover, .nav a:active {
	color: #f7d51b;
	text-decoration: none;
}

.item a:link, .item a:visited {
	color: silver;
}
.item a:hover, .item a:active {
	color: #f7d51b;
	text-decoration: none;
}

.item {
	position:absolute;
	margin-left:199px;
	margin-top:-10px;
	width:200px;
	padding:15px;
	padding-left:25px;
	display:none;
	/*height:100px;*/
	z-index:20000 !important;
	background:#232222 url(images/submenubg.jpg) repeat-y;
}

.hotTitle {
	color:#071B88;
	font-size:14px;
	font-weight:bold;
}

.mainTitle {
	color:#071B88;
	font-size:17px;
	font-weight:bold;
	padding-bottom:10px;
}
.mainContent {
	font-size:12px;
	text-align:justify;
	line-height: 20px;
	padding-bottom:20px;
}

.mainContent img {
	margin-right:10px;
	margin-bottom:5px;
}


.hotNews {
	color:#454545;
	font-size:11px;
	text-align:justify;
	line-height: 16px;
	margin-top:10px;
}

#page {
	background:white;
	text-align: left;
	width:960px;
	margin:0% auto;
	position:relative;	
}
#header {
	background:#292929;
	height:20px;
	text-align:center;
}

#page div.footer {
	background:url(../images/fpfooter.jpg) no-repeat;
	height:100px;
	margin-left: 11px;
}
#page div.left {
	float:left;
	width:241px;
	height:388px;
	background:url(../images/navbg.jpg);
	
}
#page div.center {
	width:719px;
	position:relative;
	float:left;
}



.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/* vert scroller */
div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 550px;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: 120px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #AAA;
	text-align:center;
	border-bottom:1px #f1f1f1 dashed;
}
div.jd_news_scroll ul li.hover {
	color: #071B88;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #336699;
}

.inp2 {
	width:300px;
}
.text2 {
	width:300px;
	height:150px;
}
