﻿@charset "utf-8";
/* CSS Document */

/*basic style*/
*{	
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	font:12px/150% 宋体;
	color:#333;
	background:url(../../images/body_bg_02.gif) repeat-x;
}
p{
	text-indent:2em;
}
a{
	color:#333;
	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;
}
.logo{
	width:430px;
	height:107px;
	background:url(../../images/kouhao_11.gif) no-repeat right center;
}
.header_right{
	background:url(../../images/header_right_06.jpg) no-repeat;
	width:120px;
	height:25px;
	margin-right:15px;
	float:right;
}
.sitCon{
	float:right;
	width:117px;
	height:20px;
	margin-right:2px;
}
.sitCon li{
	width:58px;
	float:left;
	text-align:center;
	line-height:20px;
}
/*导航栏*/
.headerNav{
	width:100%;
}
.headerNav li{
	float:left;
	background:url(../../images/nav_line_12.gif) no-repeat right;
	width:130px;
	height:37px;
	font-size:14px;
	text-align:center;
	line-height:37px;
	overflow:hidden;
}
.headerNav li a{
	color:#fff;
	float:left;
	width:130px;
	height:37px;
}
.headerNav li a:hover{
	font-weight:bold;
	color:#000;
	background:url(../../images/nav_bg_12.gif) no-repeat center 0;
}
.headerNav li .navOver{
	background:url(../../images/nav_bg_12.gif) no-repeat center 0;
	width:130px;
	height:37px;
	font-weight:bold;
	line-height:44px;
	color:#000;
	overflow:hidden;
}
/**********内容**********/
#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;
}
.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 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}