body {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}
/*= 定义通用链接的样式 已访问过 =*/
	a:link,a:visited
{
    color:#26333F;
	text-decoration: none;
	font-size: 12px;
}
/*= 定义通用链接的样式 鼠标悬停=*/
	a:hover
{
    color:#000000;
	text-decoration: underline;
}


/*======表格，灰色，760====*/
.T1{
	border: 1px solid #E8E6E7;
}

/*======一行四列产品展示小图背景，边框色#EBEBEB ，背景色#F7F7F7，宽169,高225,上下左右居中====*/
.T2{
	border: 1px solid #EBEBEB;
	background-color: #F7F7F7;
	height: 225px;
	width: 169px;
	text-align: center;
	vertical-align: middle;
}

/*======一行一列产品展示小图背景，边框色#EBEBEB ，背景图片 宽280,高210,上下左右居中====*/
.T3{
	border: 1px solid #EBEBEB;
	width: 280px;
	height: 210px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../image/list_bg2.png);
}

/*======一行一列产品展示小图背景，边框色#EBEBEB ，背景图片 宽161,高147,上下左右居中====*/
.T4{
	border: 1px solid #EBEBEB;
	background-color: #F7F7F7;
	width: 161px;
	height: 147px;
	text-align: center;
	vertical-align: middle;
}

/*======一行五列产品展示小图背景，边框色#EBEBEB ，背景图片 宽136,高200,上下左右居中====*/
.T5{
	border: 1px solid #EBEBEB;
	background-color: #F7F7F7;
	width: 136px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
/*======一行二列产品展示小图背景，边框色#EBEBEB ，背景图片 宽355,高192,上下左右居中====*/
.T6{
	border: 1px solid #EBEBEB;
	background-color: #F7F7F7;
	width: 355px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
}
/*======一行五列产品展示 小图 背景 边框色#EBEBEB ，背景图片 宽131,高82,上下左右居中====*/
.T7{
	border: 1px solid #EBEBEB;
	background-color: #F7F7F7;
	width: 131px;
	height: 82px;
	text-align: center;
	vertical-align: middle;
}
/*=====line,表格底线，灰色，760====*/
.L1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6E7;
}

/*=====line2,表格底线，灰色，428，用于拓展工具柜等页面右侧表格====*/
.L2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6E7;
    height: 30px;
	padding-left:5px;
}


/*=====line3,表格左右线，灰色，用于首页左侧树菜单====*/
.L3{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E6E7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E6E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6E7;
}

/*=====line4,表格底线+右侧线，灰色，428，用于密集架等页面表格====*/
.L4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6E7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E6E7;
    height: 30px;
	padding-left:5px;
}


/*=====title2,首页产品小图片下方文字标题，12px,加粗====*/
.title2 {
	font-size: 12px;
	color: #333333;
	padding-left:0px;
	font-weight: bold;
}
.title2 a:link, .title2 a:visited{
	font-weight: bold;
	text-decoration: none;
}
/*=====悬停====*/
.title2 a:hover{
    color:#80043A;
	text-decoration: none;
}

/*=====smalltext1,首页产品图片下方产品简介====*/
.smalltext1 {
	line-height: 22px;
	color: #333333;
    text-align:justify;
    text-justify:inter-ideograph;
}
/*=====red,首页产品图片下方--详情点击====*/
.red a:link, .red a:visited, .red a:hover{
	color: #cc0000;
	}
/*=====content,资讯类内容样式====*/
.content {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}



/*====版权所有第一行======*/
.copyright1 {
	color: #fff;
	font-size: 12px;
	background-color: #707070;	
}
.copyright1 a:link, .copyright1 a:visited{
	color: #fff;
	text-decoration: none;
}
/*=悬停=*/
.copyright1 a:hover{
	text-decoration: underline;
}
/*====版权所有第二行======*/
.copyright2 {
	color: #464646;
	font-size: 12px;
	line-height: 22px;
	background-image: url(../image/copyright2_bg.jpg);
	height: 69px;
}
.copyright2 a:link, .copyright2 a:visited{
	color: #464646;
	line-height: 22px;
	text-decoration: none;
}
/*=悬停=*/
.copyright2 a:hover{
	text-decoration: underline;
}
/****列表页蓝色条，白色字加粗，如18U*27U*****/
.list_white_b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
/****列表页蓝色条，白色字，用于零件盒置物柜之类*****/
.list_white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
/****列表页蓝色条，蓝色字加粗，如411*572U*****/
.list_white_w{
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2C69C6;
}