/* CSS Document */
@charset=utf-8;

body,table{
    margin:0px;
    color:#808080;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#808080;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#ff3300;
	font-size:12px;
	text-decoration:underline;
	}
.input{
    color:#808080;
	font-size:12px;
    height:22px;
    border:1px solid #4d4d4d;
	}
	
/*****************  白色文字部分  ************************/	
.white{
    color:#ffffff;
	font-size:12px;
	}
.white a{
    color:#ffffff;
	font-size:12px;
	text-decoration:none;
	}
.white a:hover{
    color:#ffffff;
	font-size:12px;
	text-decoration:underline;
	}


/*****************  灰色文字部分  ************************/	
.gray_top{
    color:#666666;
	font-size:12px;
	}
.gray_top a{
    color:#666666;
	font-size:12px;
	text-decoration:underline;
	}
.gray_top a:hover{
    color:#ff6600;
	font-size:12px;
	text-decoration:underline;
	}

.gray_case{
    color:#666666;
	font-size:12px;
	}
.gray_case a{
    color:#666666;
	font-size:12px;
	text-decoration:none;
	}
.gray_case a:hover{
    color:#ff6600;
	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;
	}
.menu a{
    color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
.menu a:hover{
    color:#ff4e00;
	font-weight:bold;
	text-decoration:none;
	}

.gray_title{
    color:#666666;
	font-size:12px;
	font-weight:bold;
	background: transparent url(../images/bg_right.gif) no-repeat left top;
	text-indent: 10px;
	}

.gray_feedback{
    color:#666666;
	font-size:12px;
	font-weight:bold;
	}

/******************  橙色文字部分  ************************/
.orange_top{
    color:#ff6600;
	font-size:12px;
	font-weight:bold;
	}
.orange_title_01{
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
.orange_title_01 a{
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
.orange_title_01 a:hover{
    color:#0055BB;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	}
.orange_title_02{
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #BBDDFF;
	background: transparent url(../images/bg_right00.gif) no-repeat left top;
	text-indent: 20px;
	height:26px;
	}	
.orange_03{
    color:#ff6600;
	font-size:12px;
	font-weight:bold;
	}
.orange_04{
    color:#ff3000;
	font-size:12px;
	font-weight:bold;
	}
	
/******************  案例图片描边样式  ************************/
.pic{
    border:5px solid #606060;
	}


/******************  左侧二级菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 26px;
    background: transparent url(../images/bg_leftmenu.gif) no-repeat left top;
	text-indent: 30px;
	background-color:#F3F4F1;
	border-bottom: 1px solid #ffffff;
    }
.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;
    }
	
/******************  新闻部分样式  ************************/
.news {
    color: #808080;
	font-size: 12px;
	height: 26px;
    background: transparent url(../images/bg_news.gif) no-repeat left top;
	text-indent: 10px;
	border-bottom: 1px dashed #cccccc;
    }
.news a{
    color: #808080;
	font-size: 12px;
	text-decoration:none;
    }
.news a:hover{
    color: #ff6600;
	font-size: 12px;
	text-decoration:underline;
    }

.news_title {
   color:#555555;
   font-size:24px;
   font-weight:bold;
   border-bottom: 1px solid #dddddd;
   } 
