﻿@charset "utf-8";
/* CSS Document */
a {cursor:pointer;}
a:link {color:#333;text-decoration: none;} /* 未访问的链接 */
a:actived { color:#666;}
a:visited {	text-decoration: none;} /* 已访问的链接 */
a:hover {text-decoration: underline;cursor:pointer;} /* 鼠标在链接上 */
/* ======== 页面初始设置===== */	
html {
	text-align:center;
	background-color:#FFF;
}
body {
	margin:auto;
	color: #333;
	text-align: left;
	font-family:Verdana,'宋体', '新宋体', '微软雅黑', Tahoma,  Arial, Sans-Serif;
	font-size:12px;
	margin:0 auto;
	background: url(bg.jpg) repeat-x left top;
}




/*全局宽度*/
.w{ width:974px; margin:auto;}
/* ==================================================================== */	
/* ======== 头部定义===== */	
.header{
	height:150px;
	margin:auto;
}

#logo{
	float:left;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	width:188px; height:124px; display:block;
	margin-right:20px;
}
#logo h4{ display:none;}

.header .topnav a{
	text-decoration: underline;
	padding:0 5px;
}
.header .topnav a:hover{
	color:#F00;
}

/* ==================================================================== */	
/* ======== 加入收藏===== */	
.favorite{
	width:105px;
	height:30px;
	background-image: url(favorite.png);
}
.favorite span{ display:none;}
/* ==================================================================== */	
/* ======== 顶部菜单定义===== */	
.menu_1{ clear:right; padding-top:25px;}
.menu_1 a,.menu_1 a:visited,.menu_1 a:link{
	background-color:#FFAA2F;
	border:1px solid #FFBB58;
	padding:5px 10px;
	float:left;
	color:#FFF;
	margin:5px;
	text-decoration: none;
	font-weight:bold;
}
.menu_1 a:hover{ background-color:#FF7F10;} 
/* ==================================================================== */	
.topmenu{ text-align:right; height:32px; line-height:32px; overflow:hidden;}
.topmenu ul{}
.topmenu ul li{
	float:left;
	background: url(topmenu.png) no-repeat right -32px;
	padding:0 15px;
}
.topmenu ul li a,.topmenu ul li a:visited,.topmenu ul li a:link{ color:#FFF;}
.topmenu ul li a:hover{text-decoration: underline;}
/* ==================================================================== */	
/* ======== 位置===== */	
.nav {
	height:30px;
	background: url(nav.gif) no-repeat right center;
	color:#FF3366;
	padding:0 20px;
	width:954px;
}

.nav a,.nav a:link,.nav a:visited,.nav a:active{
	white-space:nowrap;
	text-decoration: none;
	color:#FF3366;
}

.nav a:hover {}


/* ==================================================================== */	
/* ======== 底部===== */	
.b_menu{ background-color:#EAEAEA; border-top:2px solid #BCBCBC; height:30px; line-height:30px;margin-top:10px;}
.b_menu a,.b_menu a:visited,.b_menu a:link{ padding:0 10px; color:#333;}
.b_menu a:hover{}

.foot{ padding:10px 0 0 200px; margin:10px auto;
height:50px;
line-height:150%;
	background: url(logo_b.gif) no-repeat left center;
	color:#999;
	width:780px;
	font-size:12px;
}

/* ==================================================================== */	
/* ======== 友情链接===== */	
.f_link{}
.f_link a,.f_link a:visited,.f_link a:link{ font-size:12px; line-height:25px; width:12.2%; display:block; float:left;color:#333; overflow:hidden;}
.f_link a:hover{}


/* ==================================================================== */	
/* ======== 构架===== */	
.box{}

.left,.middle,.right{ float:left}

.left{ width:240px;}
.middle{ width:478px; margin-left:10px;}
.right{ width:236px; float:right}

.left_1,.right_1{ }
.left_1{ width:664px; float:left;}
.right_1{ width:300px; float:right;}


/* ==================================================================== */	
/* ======== 边框===== */	
.b_1{ border:1px solid #CCC; background-color:#FFF; border-top:none;}
.b_2{ border:1px solid #CCC; background-color:#FFF;}
/* ==================================================================== */	
/* ======== 为首页的news===== */	
.h_new{position: relative;}
.ico_new{
	background-image: url(ico_news.gif);
	background-repeat: no-repeat;
	width:66px;
	height:64px;
	position: absolute;
	top:0;
	right:0;
	z-index: 99;
}
.fnew{ margin:4px 0 0 0;}
/* ==================================================================== */	
/* ======== 图片定义===== */	
.img_1{ padding:1px; border:1px solid #CCC;}

/* ==================================================================== */	
/* ======== FLASH 容器===== */	
#flashFCI{ margin:3px;}


/* ==================================================================== */	
/* ======== 标题===== */	
.t_1{
	height:28px;
	line-height:28px;
	text-align:right;
	padding:0 10px;
	background-color: #FF5401;
	background-image: url(t_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.t_1 h4{
	font-size:14px;
	display:inline;
	float:left;
	font-family:"微软雅黑","宋体",Verdana, Geneva, sans-serif;
	color:#FFF;
	margin-right:5px;
	font-weight:bold;
}
.t_1 a{font-size:9px; color:#FFF;}
.t_1 span{ color:#FFD1B1; float:left; font-size:12px;}
/* ==================================================================== */	
.t_2{
	background: url(t_2.jpg) no-repeat left center;
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 18px;
}


/* ==================================================================== */	
/* ======== 搜索表单===== */	
.form_s{ background-color:#FFF9E5; border-bottom:1px solid #FFCC66; padding:10px; height:65px; overflow:hidden;}
.input_s{
	border:1px solid #FFD072;
	height:23px;
	font-size:12px;
	line-height:23px;
	background: url(input_s.jpg) no-repeat left center;
	padding:0 0 0 30px;
	background-color:#FFF;
	width:110px;
	color:#999;
}
/* ==================================================================== */	
.tags{ font-size:12px; line-height:20px; padding:0px; clear:both;}
.tags a,.tags a:visited,.tags a:link{
	color:#FF0066;
	text-decoration: underline;
}
.tags a:hover{ color:#04d;}

/* ==================================================================== */	
/* ======== 模块===== */	
.m_1{ padding-bottom:5px; margin:10px 10px 0 10px;}
.m_1 a,.m_1 a:visited,.m_1 a:link{font-family:"微软雅黑","黑体",Verdana, Geneva, sans-serif; font-size:18px; color:#FF0066; line-height:30px; font-weight:normal;}
.m_1 a:hover{color:#FF6600;	text-decoration: underline;}
.m_1 p{ color:#999; font-size:12px; line-height:20px; margin-bottom:10px;}


.m_2{ padding:10px;}
.m_2 p{ line-height:20px; font-size:12px;}
.m_2 a:hover{color:#FF6600;	text-decoration: underline;}

/* ==================================================================== */	
/* ======== 列表左侧点===== */	
.list_ico_1 li{	background: url(list_ico_1.gif) no-repeat left center; padding-left:12px;}
/* ======== 列表排名===== */	
.list_ico_hot{background: url(list_ico_hot.gif) no-repeat left top; padding-left:25px;}


/* ==================================================================== */	
/* ======== 列表===== */	
.list_1{position: relative;}
.list_1 li a{color:#666;padding-right:10px;}
.list_1 li a:hover{ color:#F06;}
.list_1 li span{color:#999; font-size:80%; position:absolute; right:0px; _right:10px; line-height:20px;}
/* ==================================================================== */	
.list_2{position: relative;}
.list_2 li a{color:#333;padding-right:10px;}
.list_2 li a:hover{ color:#F06;}
.list_2 li span{ color:#999; font-size:80%; position:absolute; right:0;}
/* ==================================================================== */	
.list_3{ font-size:12px; line-height:25px;}
.list_3 a,.list_3 a:visited,.list_3 a:link{
	color:#F60;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	background: url(list_3.jpg) no-repeat left center;
	padding:0 0 0 20px;
	font-family:"宋体",Arial, Helvetica, sans-serif; 
}
.list_3 a:hover{
	color:#F03;
	text-decoration: underline;
}
.list_3 p{ line-height:20px; color:#999; margin-bottom:10px; height:40px; display:block;}
.list_3 span{ padding:0 5px; color:#999;}


.gd0{border-bottom:1px solid #CCC; margin-bottom:20px; padding-bottom:10px;}
.gd1{}

/* ==================================================================== */	
/* ======== 图片列表===== */	
.img_list_1{}
.img_list_1{}
.img_list_1  li{ width:110px; float:left; position:relative; font-size:12px; margin-bottom:25px;border:1px solid #CCC;}
.img_list_1  li img {display:block; width:110px; height:80px; }
.img_list_1  li span.title {display:block; width:110px; height:17px; line-height:19px; color:#FFFFFF; text-align:center;position:absolute; bottom:1px; left:1px; z-index:10;}
.img_list_1  li span.title a {color:#FFFFFF}
.img_list_1  li span.title a:hover {color:#FFFFFF} 
.img_list_1  li span.bg {display:block; width:110px; height:17px;background-color:#000000;filter:alpha(opacity=50);  -moz-opacity:0.5;  opacity:0.5; position:absolute; bottom:0px; left:0px; z-index:9}
/* ==================================================================== */	
.img_list_2{}
.img_list_2 li{ width:116px; height:200px; text-align:center; float:left; margin:10px 22px;_margin:10px 18px;}
.img_list_2 img{ padding:2px; border:1px solid #CCC; display:block; margin-bottom:5px; width:110px; height:144px;}
.img_list_2 a,.img_list_2 a:visited,.img_list_2 a:link{ font-size:12px; line-height:20px; color:#333;}
.img_list_2 a:hover{}

/* ==================================================================== */	
.img_list_3{}
.img_list_3 li{ width:116px; height:200px; text-align:center; float:left; margin:10px 16px;_margin:10px 11px;}
.img_list_3 img{ padding:2px; border:1px solid #CCC; display:block; margin-bottom:5px; width:110px; height:144px;}
.img_list_3 a,.img_list_3 a:visited,.img_list_3 a:link{ font-size:12px; line-height:20px;}
.img_list_3 a:hover{}



/* ==================================================================== */	
/* ======== 线===== */	
.line_1{
	background: url(line_1.gif) repeat-x left bottom;
}
.line_2{
	background: url(line_1.gif) repeat-x left top;
}



/* ==================================================================== */	
/* ======== 选项卡===== */	
.tab_1{ padding-top:1px;}
.tab_menu_1{
	background: url(tab_1.png) repeat-x left -25px;
	height:25px;
	line-height:25px;
}
.tab_menu_1 li{
 text-align: center;
 cursor:pointer;
 height:25px;
 padding:0 16px 0 0;
 float:left;
 border-right:1px solid #FFBE87;
}
.tab_menu_1 li span{margin:0 1px 0 0; padding:0 0 0 15px; color:#333;}
.tab_menu_1 li.hover{
background: url(tab_1.png) repeat-x left 0px;
color:#F06;
font-weight:bold;

}
.tab_menu_1 li.hover span{
display:block;
color:#F60;
}

.tab_main_1 blockquote{
 display: none;
}
.tab_main_1 blockquote.block{
 display: block;
}
/********TAB 选项卡 END**********/



/* ==================================================================== */	
/* ======== 滚动图片===== */	
.scrollPic {
	OVERFLOW: hidden;
	ZOOM: 1;
	POSITION: relative;
	padding:10px 0;
	height:200px;
}
.scrollPic .LeftBotton {
	BACKGROUND: url(scrollpic.gif) no-repeat 0px center;
	LEFT: 5px;
	FLOAT: left;
	WIDTH: 11px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 10px;
	height:180px;
}
.scrollPic .RightBotton {
	RIGHT: 5px;
	BACKGROUND: url(scrollpic.gif) no-repeat -11px center;
	FLOAT: right;
	WIDTH: 11px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 10px;
	height:180px;
}
.scrollPic .Cont {
	MARGIN: 0px auto;
	OVERFLOW: hidden;
	WIDTH: 888px;
	PADDING-TOP: 5px
}
.scrollPic .gbox {
	FLOAT: left;
	WIDTH: 152px;
	TEXT-ALIGN: center
}
.scrollPic .gbox IMG { width:110px; height:144px; padding:2px; border:1px solid #CCC;
}
.scrollPic .gbox A:hover IMG {
}
.scrollPic .gbox P {
	MARGIN: 6px auto 0px;
	WIDTH: 100px;
	LINE-HEIGHT: 20px;
	font-size:12px;

}

.scrollPic .gbox P a,.scrollPic .gbox P a:visited,.scrollPic .gbox P a:link{ color:#666666;}
.scrollPic .gbox P a:hover{ color:#F03;}




/* ==================================================================== */	
/* ======== 广告===== */	
.show_1,.show_2,.show_3,.show_6,.show_7,.show_8{ background-color:#FFFFFF; margin-bottom:10px;}
.show_4,.show_5{ background-color:#FFCA00; margin-bottom:10px;}
.show_1{ width:234px; height:60px; margin:2px;}
.show_2{ width:728px; height:90px; float:left;}
.show_3{ width:236px; height:90px; float:right;}

.show_4{ width:664px; height:90px;}
.show_5{ width:300px; height:250px;}
.show_6{
	width:160px;
	height:600px;
}

.show_7{ width:468px; height:15px; margin:auto;}

.show_8{ width:336px; height:280px;}




/*kc自带标签*/
/* 列表导航 */
.k_pagelist { font-size:12px;clear:both;width:100%;margin:5px 0px;line-height:30px;text-align:left; height:40px;}/* {king:pagelist/} 分页列表 构成:div a|strong|span */
.k_pagelist a {margin:0px 5px;color:#000; background-color:#FFBE87; border:1px solid #FF6600; padding:5px; font-weight:bold;}
.k_pagelist a:hover{background-color:#FFF; border:1px solid #FF6600;}
.k_pagelist strong {margin:0px 5px;color:#B6550E;border:1px solid #FFBE87; padding:5px; background-color:#FFC;}
.pagelist span {margin:0px 10px;color:#07519A;}
.k_pagelist em{
	color: #333333;
	text-decoration: none;
	background-image: url(text_gong.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
.next{text-align:center; margin-bottom:20px;}
.next .k_pagelist{ text-align:center;}

/* 搜索页面. */
#k_search {display:table;text-align:left; font-size:14px; background-color:#FFFFFF; padding:20px;}
#k_search form {text-align:left;clear:both;width:100%;}
#k_search .k_in3{width:400px; padding:0 5px;
	height:20px;
	line-height:20px;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.k_form{ font-size:14px; line-height:200%;}
.k_form p{ margin:5px 0;}
.k_form label{ margin-right:10px;}
.k_search{}
.k_search p{ font-size:12px; padding:5px;}
.k_search div{ border-bottom:1px solid #CCC; margin:10px 0; padding-bottom:10px;}
.k_search div h3{ font-weight:bold; margin:5px 0;}
.k_search div h3 a{ font-size:14px; color:#261CDC;}
.k_search div h3 a strong{ color:#FF0000;}
.k_search div p{ font-size:12px; background-color:#FFF; padding:0;}
.k_search div p a{color:#008000; font-size:12px;}
.k_search div p span{ color:#999;font-size:12px;}
.k_search div p strong{ color:#FF0000;}


