/* 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:#ff6600;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题类文字部分  ************************/	
.title_index {
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	background:transparent url(../images/bg_title.gif) no-repeat left top;
	text-indent: 18px;
	}

.title {
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	background:transparent url(../images/bg_title.gif) no-repeat left top;
	border-bottom: 1px dashed #dddddd;
	text-indent: 18px;
	}
	
.black{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}
.black02{
    color:#000000;
	font-size:14px;
	font-weight:bold;
	}
	
.blue{
    color:#006CC0;
	font-size:12px;
	font-weight:bold;
	}


/******************  主菜单链接样式  ************************/
.menu {
    color: #ffffff;
	font-size: 12px;
    }
.menu a{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
    }
.menu a:hover{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	height:34px;
	line-height:34px;
	display:block;
	background:transparent url(../images/bg_menu_02.gif) no-repeat left top;
    }

/******************  新闻链接样式  ************************/
.news {
    color: #666666;
	font-size: 12px;
	line-height: 26px;
	height:26px;
	border-bottom:1px dashed #dddddd;
	background:transparent url(../images/bg_news.gif) no-repeat left top;
    }
.news a{
    color: #666666;
	font-size: 12px;
	text-decoration:none;
    }
.news a:hover{
    color: #ff6600;
	font-size: 12px;
	text-decoration:underline;
    }

/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	height: 29px;
	background:transparent url(../images/bg_left.gif) no-repeat top right;
	border-bottom: 1px solid #dddddd;
	text-align:right;
	padding-right:15px;
    }
.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;
    }

/******************  底部版权声明链接样式  ************************/
.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_adwords{
    color:#aaaaaa;
	font-size:12px;
	line-height:15px;
	}

