/* 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 {
    color:#EC0500;
	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;
	}
	
.title_index {
    color:#EC0500;
	font-size:14px;
	font-weight:bold;
	}

.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;
	}	
.orange_big{
    color:#ff6600;
	font-size:16px;
	font-weight:bold;
	}	

.news_bottom{
    line-height:26px;
    background:transparent url(../images/bg_news.gif) no-repeat left top;
    border-bottom:1px dashed #dddddd;
	}

.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:#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;
	}

/******************  左侧产品菜单链接样式  ************************/
.menu_left {
    color: #666666;
	font-size: 12px;
	font-weight:bold;
	height: 26px;
    background:transparent url(../images/bg_left.gif) no-repeat left top;
	background-color:#DFF3FF;
	text-indent:15px;
	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;
    }
	