@charset "utf-8";
body{    
	color:#333333;
	background: #fff;
	text-align: center;
	font-size:12px;
	font-family:'宋体',Arial, Helvetica, sans-serif;
}
iframe{
	border:none;
}
/*
*灰色背景,IE有效
*哀悼
*倘若不行，将html改为*
*/
/*
html{
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/

/*
 * 将具有默认margin和padding的标记置零
 * @overlay *
 * @desc	所有标记的margin、padding都在使用时具体定义
 */
*{
	margin:0;
	padding:0;
	font-size:12px;
}
select option{padding-right:3px;}
/*
 * 修正IE5.x和IE6的斜体溢出bug
 * @bugfix
 * @css-for    IE 5.x/Win, IE6
 */
* html body{
	overflow: visible;
}
* html iframe, * html frame{
	overflow: auto;
}
* html frameset{
	overflow: hidden;
}

/*
 * 定义图片边框
 * @overlay img
 * @desc	当图片作为链接内容被填充时，会有默认边框出现，重定义掉
 */
img{
	border:0 none;
}

/*
 * 清除ul列表标记的样式
 * @overlay ul, li
 * @desc	ul列表更多的用在不需要列表前置符号的样式里
 */
ul, li{
	list-style-type: none;
}

input.flat{
    border: 1px solid #999999;
    padding: 2px 4px;
}

/*
 * 定义默认的链接样式
 * @overlay a
 * @desc	仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
 */
a:link, a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover{
   color:#FF0000;
	text-decoration: underline;
}


/* 通用容器 */
.wrapper{
	clear: both;
	overflow: hidden;
}

/* 清除溢出，浮动 */
/* @group 清理元素 */

/*
 * 清理浮动元素
 * @class hackbox
 * @desc	清理浮动元素
 */

.clear{
clear:both;
} 
.clearing{
clear:both; height:0px; line-height:0px; font-size:0px;
}

/*
 * 隐藏元素
 * @desc	visibility可以隐藏元素，但是还是会在布局中占位
*/
.invisible{
	visibility:hidden;
}
	
/*
* 从页面布局上隐藏元素
* @desc	从布局上隐藏元素
*/
.hidden{
	display: none;
}

.hand{
cursor:pointer;
border:0px;
}

/* 常用字体颜色  */

/* 灰色,红色，绿色，蓝色,白色,橙色*/
.gray{color: gray;}

.red{color: red;}

.green{color: green;}

.blue_green{color:#277395}

.blue{color:#0066cc}

.white{color:white}

.orange{ color:orange}

.blackgreen
{
	color:#406F89;
}
/*青色链接*/
a.green:link, a.green:visited{
	color:#457900;
	text-decoration: none;
}

a.green:hover{
   color:#FF6600;
}

/*灰色链接*/
a.gray:link, a.gray:visited{
	color:gray;
	text-decoration: none;
}

a.gray:hover{
   color:#FF6600;
}
/*蓝绿色链接*/
a.bluegreen:link, a.bluegreen:visited{
	color:#277395;
	text-decoration: none;
}

a.bluegreen:hover{
   color:#de321c;
}

/*蓝色链接*/
a.blue:link, a.blue:visited{
	color:#0066cc;
	text-decoration: none;
}

a.blue:hover{
   color:#FF6600;
}

/*白色链接*/
a.white:link, a.white:visited{
	color:white;
	text-decoration: none;
}

a.white:hover{
   color:#FF6600;
}

/*灰色链接*/
a.gray:link, a.gray:visited{
	color:gray;
	text-decoration: none;
}

a.gray:hover{
   color:#FF6600;
}



/*黑色链接*/
a.black:link, a.black:visited{
    font-size:15px;
	color:black;
	text-decoration: none;
}

a.black:hover{
   color:red;
}

/*橙色链接*/
a.orange:link, a.orange:visited{
	color:orange;
	text-decoration: none;
}

a.orange:hover{
   color: #FF6600;
}
/*墨绿色*/
a.blackgreen:link, a.blackgreen:visited{
	color:#3B7E72;
	text-decoration: none;
}

a.blackgreen:hover{
   color:#FF6600;
}

/*绿色*/
a.green:link, a.green:visited{
	color:green;
	text-decoration: none;
}

a.green:hover{
   color:#FF6600;
}
/*deepbrown深棕色*/
#pro-manner a.green:link,a.green:visited{
	color:#470300;
	text-decoration: none;
}
#pro-manner a.green:hover{
	color:#FF6600;
}

/*红色*/
a.red:link, a.red:visited{
	color:#e6371c;
	text-decoration: none;
}

a.red:hover{
   color:#FF6600;
}

.underline{
text-decoration:underline}

/*数据列表li*/
li.list{
float:left;
}
/*定义粗体*/
.strong{
font-weight:bold;
}
/*数据加载等待div*/
div#waiting  
{
width:30%;
margin:auto auto;
margin-top:150px;
margin-bottom:150px;
}

div#noauth{

width:30%;
margin:auto auto;
margin-top:150px;
margin-bottom:150px;
}
div.noauth{
background-image:url(../images/noauth.gif);
text-align:left;
background-position:center;
background-repeat:no-repeat;
display:none;
height:150px;	
}


/*数据加载等待div*/
div.waiting  
{
background-image:url(../images/waiting.gif);
text-align:center;
background-repeat:no-repeat;
background-position:center;
display:none;
height:150px;
}
/*找不到数据*/
div#nofound
{
width:100%;
height:150px;
margin:0 auto;
display:none;
}

/*找不到数据*/
div.nofound
{
background-image:url(../images/sorry.jpg);
text-align:center;
background-position:center;
background-repeat:no-repeat;
display:none;
}

/*不可用按钮*/
span.disabledbtn{
color:#999999;
}

div.list_row1{
background-color:#EEEEEE;
line-height:24px;
}

div.list_row2{
background-color:#FFFFFF;
line-height:24px;
}
/*跳页样式*/
div#pagebtns
{
margin-top:13px;
height:30px;
line-height:30px;
text-align:right;
padding-right:8px;
}

div.pagebtns{
text-align:right;
line-height:28px;
padding-right:8px;
margin:10px auto;
color:#666666;
display:inline-block;
float:right;
}
span.first{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.pre{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.next{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.last{
padding:2px 8px 1px 8px;
border:1px solid #999;
}

span.currbtn{
padding:2px 8px 1px 8px;
_padding-bottom:0;
border:1px solid #999;
cursor:pointer;
margin-left:5px;
display:inline;
}

span.disabledbtn{
border:1px solid #CCCCCC;
color:#CCCCCC
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}
<!--版权-->
.copyright
{
	font-family: arial,sans-serif;	
}
img.gray{
border:1px solid #cccccc;
}

.font_size_14
{
	font-size:14px;
}
/*---提示框----*/
#tipClose{
	width:35px;
	height:17px;
	float:right;
	background-image:url(/images/tipclose.jpg);
	background-position:left;
	background-repeat:no-repeat;
	
}
#winpop{
	width:210px;
	height:128px;
	background-image:url(/images/tipBackground.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#tipscontent{
	width:84%;
	margin:0 auto;
}
#winpop2{
	width:210px;
	height:128px;
	background-image:url(/images/tipBackground.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#tipscontent2{
	width:84%;
	margin:0 auto;
}
/*-------双节庆贺-----------*/
#screen{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/bg_main.jpg) no-repeat scroll center 0;
min-width:960px;
padding-top:35px;
}
#screen{
_height:170px;
min-width:960px;
padding-top:35px;
background-image:url(/images/bg_main.jpg);
background-position:0 0;
background-repeat:no-repeat;
}
#tip_info{
	height:50px;
	width:800px;
	position:absolute; 
	left:0px;
	top:0px;
	display:none;
}
#tip_info_l{
	width:28px;
	float:left;
	height:50px;
	background-image:url(../images/index_tip.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#tip_info_r{
	width:28px;
	float:left;
	height:50px;
	padding-top:4px;
	background-image:url(../images/index_tip.gif);
	background-position:-33px 0;
	background-repeat:no-repeat;
}
#tip_info_bg{
	width:400px;
	margin-top:10px;
	display:inline-table;
	float:left;
	padding-left:-30px;
	text-align:left;
	line-height:20px;
	height:40px;
	background-image:url(../images/index_tip.gif);
	background-position:0 -54px;
	background-repeat:repeat-x;
}
#festival_area{
	width:935px;
	height:280px;
	background-image:url(../images/festival/festival_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.festival_title{
	width:800px;
	height:26px;
	font-weight:bold;
	text-align:center;
	margin:40px auto 0 auto;
	display:inline-table;
}
.festival_content{
	width:800px;
	line-height:22px;
	text-align:left;
	margin:0 auto;
}


/*模板 start*/
.template_main_up{
	clear:both;
	margin-bottom:8px;	
	overflow: hidden;
}
.template_main_down{
	clear:both;
	overflow: hidden;
}
.template_block_left{
	float:left;	
	overflow: hidden;
}
.template_block_right{
	float:right;	
	overflow: hidden;
}

/*模板 end*/

/*点 start*/
.black_point{
	width:12px;
	height:12px;
	background-image:url(/images/common/point.jpg);
	background-position:0 -1px;
	background-repeat:no-repeat;
}
.blue_point{
	width:12px;
	height:12px;
	background-image:url(/images/common/point.jpg);
	background-position:0 -20px;
	background-repeat:no-repeat;
}
.green_point{
	width:12px;
	height:12px;
	background-image:url(/images/common/point.jpg);
	background-position:0 -42px;
	background-repeat:no-repeat;
}
.red_point{
	width:12px;
	height:12px;
	background-image:url(/images/common/point.jpg);
	background-position:0 -66px;
	background-repeat:no-repeat;
}
.yellow_point{
	width:12px;
	height:12px;
	background-image:url(/images/common/point.jpg);
	background-position:0 -84px;
	background-repeat:no-repeat;
}
/*点 end*/

/*图片模板高度*/
.stateBody{
	min-height:600px;
	_height:600px;
	height:600px;
	overflow:hidden;
}

/*模板 waiting  start*/
div.template_waiting  
{
background-image:url(../images/waiting.gif);
text-align:center;
background-repeat:no-repeat;
background-position:center;
height:150px;
width:150px;
margin:0 auto;
padding-top:110px;
}
div.template_nofound
{
background-image:url(../images/sorry.jpg);
text-align:center;
background-position:center;
background-repeat:no-repeat;
height:150px;
width:150px;
margin:0 auto;
padding-top:110px;
}
div.template_noauth{
background-image:url(../images/noauth.gif);
text-align:left;
background-position:center;
background-repeat:no-repeat;
height:150px;
width:150px;
margin:0 auto;
padding-top:110px;
}
/*模板 waiting  end*/

/*彩色loading*/
.color_loading{
	background-image:url(../images/color_loading.gif);
background-position:center;
background-repeat:no-repeat;
height:90px;
width:90px;
position:absolute;
}
