@charset "utf-8";
/* CSS Document */

/* ------------------------- 全局样式 ----------------------------- */
body,td,th {
    font-size: 14px;
    color: #000;
}

body {
    background-color: #FFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body div,body span,body table,body p {
    margin:0px 0px;
    padding:0px 0px;
}

body a {
	color:#000000;
	text-decoration:none;
}

body a:hover {
    color:#0000FF;
    text-decoration:underline;
}

body a img {
    border:0px solid #000000;    
}

/* 表格样式 */
table.grid,table.grid td,table.grid th {
    border-width:1px;
    border-color:#C6C3C6;
    border-collapse:collapse;
    border-style:solid;
}

/* 表格表头显示样式 */
table.grid th {
    padding:5px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #919ec0;
}

/* 表格单元格的显示样式 */
table.grid table td {
    padding:3px 5px;
    color:#000000;
}

/* ------------------------- 页面布局 ----------------------------- */
.page {
    width:960px;
    margin:0px auto;
    border-left:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
}

/* 页面上下区块空隙 */
.page .interstice {
    height:20px;
    overflow:hidden;
}

/* 页面页头 */
.page .header {
    overflow:hidden;
}

/* 页面内容区 */
.page .content {
    margin:20px 0px;
}

/* ------------------------- 页面头部样式 ----------------------------- */
/* logo 样式 */
.page .header .logo {
	background:url(../image/logo.jpg) no-repeat;
}

.page .header .logo img {
    height:168px;
    border:0px solid #FFFFFF;
}

/* 导航菜单 */
.page .header .menu {
    height:49px;
    padding:0px 0px 0px 50px;
    background:#d1d2d4;
    text-align:center;
    background:url(../image/menu_bg_1.jpg) repeat-x;
    overflow:hidden;
}

.page .header .menu a {
    float:left;
    display:block;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    padding:18px 60px 20px 22px;
    background:url(../image/menu_bg_2.jpg) no-repeat;
}

.page .header .menu a:hover {
    color:#f47c20;
}

/* ------------------------- 页面左边栏样式 ----------------------------- */
/* 左边栏 */
.page .content .sidebar {
    float:left;
    width:245px;
    display:inline;
    margin:0px 0px 0px 25px;
}

/* 左边栏菜单区 */
.page .content.sidebar .menu {
    margin:5px 0px;
}

/* 菜单区上圆角 */
.page .content .sidebar .menu .top_1 {
    height:59px;
    overflow:hidden;
    background:url(../image/sidebar_menu_top_1.jpg) no-repeat;
}

.page .content .sidebar .menu .top_2 {
    height:59px;
    overflow:hidden;
    background:url(../image/sidebar_menu_top_2.jpg) no-repeat;
}

/* 菜单区内容样式 */
.page .content .sidebar .menu .content {
    margin:0px 0px;
    background:url(../image/sidebar_menu_content.jpg) repeat-y;
}

.page .content .sidebar .menu .content .item {
    display:block;
    margin:0px 10px;
}

.page .content .sidebar .menu .content .item p {
    margin:0px 0px;
    padding:5px 0px;
    font-weight:bold;
    font-size:18px;
}

.page .content .sidebar .menu .content .item ul {
    margin:0px 0px;
    padding:0px 20px 5px 15px;
}

.page .content .sidebar .menu .content .item li {
    font-size:14px;
    margin:0px 20px 0px 0px;
    padding:15px 0px 10px 20px;
    border-bottom:1px dashed #0000FF;
	list-style:none;
	background:url(../image/sidebar_menu_list.jpg) no-repeat 0px 16px; 
}

.page .content .sidebar .menu .content .item a {
    display:block;
    color:#000000;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
}

.page .content .sidebar .menu .content .item a:hover {
    padding:0px 0px 0px 10px;
    color:#FF0000;
}

/* 菜单区下圆角 */
.page .content .sidebar .menu .bottom {
    height:30px;
    overflow:hidden;
    background:url(../image/sidebar_menu_bottom.jpg) no-repeat;
}

/* ------------------------- 页面内容区样式 ----------------------------- */
/* 页面内容 */
.page .content .main {
    float:right;
    width:680px;
    display:inline;
	margin:5px;
}
.page .content .main .round {
	background:lightblue;
}

/* 内容块样式 */
.page .content .main .area_1 ,.page .content .main .area_1{
    width:630px;
    overflow:hidden;
}

/* 区块一样式 */
.page .content .main .area_1 .top {
    height:50px;
    overflow:hidden;
    background:url(../image/content_area_top_1.jpg) no-repeat;
}

.page .content .main .area_1 .content {
    margin:0px 0px;
    background:url(../image/content_area_content_1.jpg) repeat-y;
}

.page .content .main .area_1 .bottom {
    height:16px;
    overflow:hidden;
    background:url(../image/content_area_bottom_1.jpg) no-repeat;
}

.color_red {
    color:#FF0000;
}

/* 区块二样式 */
.page .content .main .area_2 .top {
    height:14px;
    overflow:hidden;
    background:url(../image/content_area_top_2.jpg) no-repeat;
}

.page .content .main .area_2 .content {
    margin:0px 0px;
    background:url(../image/content_area_content_2.jpg) repeat-y;
}

.page .content .main .area_2 .bottom {
    height:66px;
    overflow:hidden;
    background:url(../image/content_area_bottom_2.jpg) no-repeat;
}

/* 区块一与区块二内容样式 */
.page .content .main .area_1 .content span,.page .content .main .area_2 .content span {
    display:block;
    margin:0px 40px;
}

.page .content .main .nav {
    font-size:18px;
    margin:5px 10px;
    padding:5px 0px 0px 5px;
    border-bottom:1px solid #aaaaaa;
	background:#f0f0f0;
	font-family:"黑体";
}

.page .content .main .info {
    line-height:30px;
    margin:5px 20px;
    padding:5px 0px 0px 5px;
}

/* 清除页面浮动 */
.page .fix {
    clear:both;
    height:0px;
    overflow:hidden;
}

/* ------------------------- 页脚样式 ----------------------------- */
/* 页脚内容区 */
.page .footer {
    height:35px;
    font-size:18px;
    background:#b1cae9;
    border-top:1px solid #9c9d9f;
    border-bottom:1px solid #9c9d9f;
    padding:5px 2px;
    overflow:hidden;
}

.page .footer p {
    margin:0px 0px;
    padding:1px 5px;
    text-align:center;
    font-size:12px;
}
