/* CSS Document */
@charset=utf-8;

body,table{
    margin:0px;
    color:#000000;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#000000;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#ff6600;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题类文字部分  ************************/	
.title {
    color:#ff6600;
	font-size:14px;
	font-weight:bold;
	height:30px;
	border-bottom: 1px dashed #d5d5d5;
	background:transparent url(../images/bg_title.gif) no-repeat left top;
	text-indent: 20px;
	}

.white_top {
    color: #ffffff;
	font-size:12px;
    }
.white_top a{
    color: #ffffff;
	font-size: 12px;
	text-decoration:none;
    }
.white_top a:hover{
    color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
    }

.white_left {
    color: #ffffff;
	font-size:14px;
	font-weight:bold;
	text-indent:15px;
    }

.black{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
.blue{
    color:#0078FF;
	font-size:12px;
	font-weight:bold;
	}	

.title_pro{
    color:#333333;
	font-size:16px;
	font-weight:bold;
	}	

.pic {
    border: 1px solid #eeeeee;
	}

/******************  主菜单链接样式  ************************/
.menu {
    color: #ffffff;
	font-size: 12px;
	height: 20px;
    }
.menu a{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    }
.menu a:hover{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }

/******************  底部版权声明链接样式  ************************/
.gray_copy{
    color:#333333;
	font-size:12px;
	}
.gray_copy a{
    color:#333333;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#333333;
	font-size:12px;
	text-decoration:underline;
	}

/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
    background:transparent url(../images/bg_left.gif) no-repeat left top;
	background-color:#D6F0FF;
	text-indent: 30px;
	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;
    }
	