
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
A:link {
	COLOR: #0066CC;
	font-family:  Arial, "宋体", Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
A:visited {
	COLOR: #0066CC;
	font-family:  Arial, "宋体", Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
A:hover   {
	COLOR: #FF5A00;
	font-family: Arial, "宋体", Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
A:active {
	COLOR: #0066CC;
	font-family: Arial, "宋体", Helvetica, sans-serif;
	font-size: 13px;
}

/* 上一页下一页的css定义－调用代码为<a class='bottom' ***>***</a> */
A.a1:link		{COLOR: #3399CC;}
A.a1:visited	{COLOR: #3399CC;}
A.a1:hover		{COLOR: #FE8645;}
A.a1:active	{COLOR: #3399CC;}

/* 产品系列的css定义－调用代码为<a class='a3' ***>***</a> */
A.a3:link		{COLOR: #DEDEDE;font-size: 13px;letter-spacing: 5px;}
A.a3:visited	{COLOR: #DEDEDE;font-size: 13px;letter-spacing: 5px;}
A.a3:hover		{COLOR: #FF5A00;font-size: 13px;letter-spacing: 5px;}
A.a3:active	    {COLOR: #DEDEDE;font-size: 13px;letter-spacing: 5px;}
/*  */
A.a4:link		{COLOR: #424242;font-size: 13px;}
A.a4:visited	{COLOR: #424242;font-size: 13px;}
A.a4:hover		{COLOR: #FF5A00;font-size: 13px;}
A.a4:active	    {COLOR: #424242;font-size: 13px;}
BODY {
	MARGIN: 0px 0px;
	background-color: #7db6e8;
	font-size: 13px;
	color: #0066CC;
	background-image: url(../ima/bg.jpg);
}
td {
	font-family: Arial, "宋体",Helvetica, sans-serif;
	font-size: 13px;
}
input {
	color: #585858;
	height: 20px;

}


/* ==================网页主体表格右栏边框的CSS定义================== */
.wed2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C3C3C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #FFFFFF;
}

/* ==================产品系列列表================== */
.L0 {
	background: url(../ima/line.gif) no-repeat center bottom;
	padding:4px 0 0 20px
}

/* ==================您的位置处下画线================== */
.L1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9B9B;
	padding-left: 6px;
}

/* ==================在线留言头像的css定义================== */
.L2 {
	border: 2px solid #EEEEEE;
}
/* ==================新闻列表的css定义================== */
.L5 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D3D3DE;	
}

/* ==================首页联系方式的CSS定义================== */
.C0 {
    padding:0 5px 7px 0;
	font-family: Arial, "宋体";
	font-size: 15px;
	word-spacing: 1px;
	color: #FF5A00;
}


/* ==================公司介绍文字的CSS定义================== */
.C1 {
	font-family: Arial, "宋体", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	word-spacing: 3px;
	color: #2C5385;
}
/* ==================联系我们文字的CSS定义================== */
.C2 {
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
	color: #996A01;

}

/* ==================新闻标题的CSS定义================== */
.M1 {
	font-size: 15px;
	font-weight: bold;
	color: #FF5A00;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D3D3DE;
}

/* ============壁纸背景============== */
.bg1{background:url(../cool/bg.jpg) no-repeat center center;}

/* ============产品小图背景============== */
.bg2{background:url(../ima/picbg.jpg) no-repeat center center;}