﻿@charset "utf-8";
/* CSS Document */

/*basic style*/
*{	
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	font:12px/150% 宋体;
	color:#025792;
	background:url(../../images/body_bg_02.gif) repeat-x;
}
p{
	text-indent:2em;
}
a{
	color:#025792;
	text-decoration:none;
}
a:hover{
	color:#f30;
}
img{
	border:none;	
}
li{
	list-style-type:none;
}
h1{}
h2{
	font-size:14px;
	font-weight:bold;
	color:#069;
}
#login_tiplb{
	color:#f00;	
	font-size:14px;
}
/*id style*/
/**********头部**********/
#header{
	height:144px;
	width:880px;
	margin:0 auto;
	margin-bottom:10px;
	background:url(../../images/top_right_bg_06.gif) no-repeat right 0;
}
.logo{
	width:473px;
	height:107px;
	background:url(../../images/kouhao_05.gif) no-repeat right center;
}
.header_right{
	width:120px;
	height:25px;
	margin-right:20px;
	float:right;
}
.sitCon{
	float:right;
	width:117px;
	height:20px;
	margin-right:2px;
}
.sitCon li{
	width:58px;
	float:left;
	text-align:center;
	line-height:20px;
}
/*导航栏*/

/* style the outer div to give it width */
.menu {
	width:100%;
	background: url(../../images/nav_right_bg_11.gif) no-repeat right 0;
	height:37px;
	float:left;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* style the sub-level lists */
.menu ul ul {
	width:130px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	display:block;
	float:left;
	background:url(../../images/nav_line_12.gif) no-repeat right 4px;
	width:130px;
	height:33px;
	font-size:14px;
	text-align:center;
	line-height:33px;
	padding-top:4px;
}
/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:128px;
	height:33px;
	line-height:33px;
	background:none;
	border-left:1px solid #0f98de;
	border-right:1px solid #0f98de;
	border-bottom:1px solid #0f98de;
	padding-top:0;
}
/* style the links for the top level */
.menu a,.menu a:visited {
	float:left;
	width:128px;
	height:33px;
	font-weight:bold;
}
.menu a:hover {
	font-weight:bold;
	background:url(../../images/nav_bg_13.gif) no-repeat center 0;
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:128px;
	w\idth:128px;
}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:#16a0e7;
	width:128px;
	height:33px;
	line-height:33px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:128px;
	w\idth:128px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:14px;
	z-index:101;
}
/* style the level hovers */
/* first */
* html .menu a:hover {
	position:relative;
	z-index:100;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	float:left;
	width:128px;
	height:33px;
	font-weight:bold;
}
/* second */
* html .menu ul ul a:hover {
	background:#c3e6f8;
	position:relative;
	z-index:110;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	background:#c3e6f8;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	_top:33px;
	left:0;
	width:130px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility:visible;
	height:auto;
	left:0;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
	left:9em;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}
.menu a,.menu a:visited{
	color:#fff;
}
.menu a:hover{
	color:#025792;
}
.menu ul li .navOver{
	background:url(../../images/nav_bg_12.gif) no-repeat center 0;
	width:130px;
	height:33px;
	font-weight:bold;
	line-height:33px;
	color:#025792;
}
/**********内容**********/
#content{
	sdisplay:table !important;
	sdisplay:block;
	width:880px;
	margin:0 auto;
	padding-bottom:10px;
}
#content:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
/*左侧*/
#left{
	float:left;
	width:210px;
	text-align:center;
}
#left div{
	text-align:left;
}
#left_under{
	width:200px;
	height:10px;
	background:url(images/bg_under_left.gif) no-repeat left bottom;
}
/*右侧*/
#right{
	float:right;
	width:660px;
}
/**********底部**********/
#footer{
	clear:both;
	text-align:center;
	width:884px;
	margin:0 auto;
	background:url(../../images/footer_bg_21.gif) repeat-y 0 0;
}
.footerTop{
	background:url(../../images/footer_top_21.gif) no-repeat 0 0;
	width:884px;
	height:7px;
	float:left;
	
}
.underlink{
	width:470px;
	margin:0 auto;
	text-align:center;
	color:#333;
}
.underlink a,.underlink a:visited{
	color:#333;
}
.underlink a:hover{
	color:#f30;
}
.underlink li{
	float:left;
	margin:0 5px;
	height:30px;
	line-height:30px;
}
.copyright{
	clear:both;
	width:800px;
	margin-top:23px;
	*margin-top:0;
	margin:0 auto;
	color:#999;
}
.copyright a{
	color:#333;
}
.copyright p{
	height:18px;
	line-height:18px;
}
/**********其他**********/
#result{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:1450px 0;
	background:#000;
	filter: alpha(opacity=50);
}
#ErrorMessage{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:200px;
	margin-top:-150px;
	margin-left:-100px;
	background:#fff;
	color:#39c;
}
/*class style*/
.basic{
	width:780px;
	margin:0 auto;
	text-align:left;
}

/*轮播图片样式*/
#SlidePlayer{height:260px;width:250px;position:relative;overflow:hidden}
