/* CSS Document */
@charset=utf-8;

body,table{
    margin:0px;
    color:#666666;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#666666;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#ff3300;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  灰色文字部分  ************************/	
.gray_copy{
    color:#888888;
	font-size:12px;
	}
.gray_copy a{
    color:#888888;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#888888;
	font-size:12px;
	text-decoration:underline;
	}

.gray_keywords{
    color:#a3a3a3;
	font-size:12px;
	line-height:14px;
	}

.menu{
    color:#ffffff;
	font-size:12px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	}
.menu a{
    color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display: block;

	}
.menu a:hover{
    color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#ff3300;
	}

/******************  橙色文字部分  ************************/
.orange_top{
    color:#ff6600;
	font-size:12px;
	font-weight:bold;
	}

.orange{
    color:#ff6600;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	border-bottom:1px dashed #dddddd;
	}

.title_01{
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	background: transparent url(../images/bg_title.gif) no-repeat left top;
	text-indent: 20px;
	height:26px;
	}
	
.title_bottom{
	border-top:1px dashed #cccccc;
	}

.black{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
.white{
    color:#ffffff;
	font-size:12px;
	font-weight:bold;
	}

/******************  案例图片描边样式  ************************/
.pic{
    border:5px solid #606060;
	}


/******************  左侧二级菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
	line-height:30px;
    background: transparent url(../images/bg_right.gif) no-repeat left top;
	text-indent: 30px;
	border-bottom: 1px dashed #dddddd;
    }
.menu_left a{
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    }
.menu_left a:hover{
    color: #ff6600;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }
	