/* 建站易css样式*/
/*start*/
/* 菜单css样式定位 */
.menu_td {
	font-size: 13px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
/*.menu_td:hover {	font-size: 13px;	color: #000000;} */
/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000033;} /* 未访问的链接 */
a:visited {color: #000033;} /* 已访问的链接 */
a:hover{	COLOR: #000099;	text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #000033;} /* 点击激活链接 */
/*页面表格输出的字体颜色*/
table {	color: #003366;	font-size: 12px;	line-height: 150%;}
/*新闻、链接标题样式 */
.news_bt {	font-size: 13px;	color: #FF6600;	text-decoration: none;	font-weight: bold;	padding-left: 12px;}
/* 新闻列表上下左右定位 */
.new_list {	font-size: 12px;	color: #666666;	text-decoration: none;}
/* 新闻中心、最新动态输出标题*/
.news_title {	font-size: 13px;	line-height: 150%;	text-decoration: none;}
/* 新闻中心、最新动态输出内容样式 */
.new_show {	font-size: 13px;	line-height: 150%;	text-decoration: none;}
/*文字友情列表定位*/
.links_show {	font-size: 12px;	line-height: 160%;	text-decoration: none;letter-spacing: 1px;}
/* 公司简介及其它功能输出内容的行距及上下左右距离 */
.Other_show {font-size: 12px;line-height: 150%;	text-decoration: none;	padding: 8px;}
/*鼠标移过变手指形式 */
.h {
	CURSOR: hand;
	color: #000000;
}
/*中、英文版版权字体大小，颜色*/
.copyright {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	background-color: #003399;
	color: #FFFFFF;
}
/* 演示单位名称样式 */
.title {font-family: "黑体";	font-size: 20px;	color: #000000;	text-decoration: none;	line-height: 160%;	letter-spacing: 2px;	font-weight: normal;}
/*各功能标题*/
.at_title {	font-size: 13px;	color: #0066CC;	text-decoration: none;	font-weight: bold;	padding-left: 12px;}

/*End*/
body {
	background-color: #00CCFF;
}
