﻿body
{
}

/*一般的链接*/
a:link
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #cc3300;
	text-decoration: underline;
}
a:visited
{
	color: #000;
	text-decoration: none;
}
/*导航栏链接--及内容下方案和案例的链接*/
.nav a:hover
{
	color: #cc3300;
	text-decoration: underline;
}
/*联系我们等下面的链接*/
.end a:link
{
	color: #fff;
}
.end a:hover
{
	text-decoration: underline;
}
.end a:visited
{
	color: #fff;
}
/*版权 */
.bq
{
	background: #ccc;
	text-align: center;
}

/*模板两侧的小框样式 */
/*表*/
.table
{
	background-color: #fff;
	display: block;
	width: 150px;
	text-align: center;
	margin-bottom: 5px;
}
.table a:link
{
	background-color: #eaeef4;
	display: block;
	height: 25px;
	width: 150px;
}
.table a:hover
{
	color: #cc3300;
	background-color: #9999ff;
	text-decoration: underline;
	display: block;
	height: 25px;
}

.table a:visited
{
	display: block;
	height: 25px;
}
/*表头*/
.th
{
	color: #000;
	font-weight: bold;
	background-color: #ced5e4;
	text-align: center;
	height: 25px;
	width: 150px;
}
/*单元格*/
.tb
{
	background-color: #eaeef4;
	text-align: left;
	height: 25px;
	width: 150px;
}
.tb a:hover
{
	color: #cc3300;
	text-decoration: underline;
}


/*模板两侧的小框样式*/


/*内容页的内容格式*/

/*图片*/
.tu
{
	margin-bottom: 10px;
	margin-top: 3px;
	border-right: #c2c5c7 1px solid;
	border-top: #c2c5c7 1px solid;
	border-left: #c2c5c7 1px solid;
	border-bottom: #c2c5c7 1px solid;
}
/*表头*/
.th2
{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	background-color: #97bacd;
	margin-left: 5px;
}
/*内容*/
.content
{
	direction: ltr;
	line-height: 1.5pc;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	border-right: #c2c5c7 1px solid;
	border-top: #c2c5c7 1px solid;
	border-left: #c2c5c7 1px solid;
	border-bottom: #c2c5c7 1px solid;
}
.lianxi a:link
{
	
	text-decoration: none;
}
.lianxi a:hover
{
	
	text-decoration: none;
}
.lianxi a:visited
{
	
	text-decoration: none;
}

