@charset "utf-8";
body,td,th {
	font-family: "arial";
	font-size: 12px;
	color: #000000;
}
/*body样式========================================================================*/
BODY {
	SCROLLBAR-FACE-COLOR: #D2E0EB; SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #fff; SCROLLBAR-3DLIGHT-COLOR: #fff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	background-color:#fff;
}
/*页面底部样式========================================================================*/
.foot {
    color: #313131;
	padding-top:5px;
	line-height: 21px;
	}
a.copyright:link {color: #313131;text-decoration: none;}
a.copyright:visited {text-decoration: none;color: #313131;}
a.copyright:hover {text-decoration: none;color: #313131;}
a.copyright:active {text-decoration: none;}
/*页面文章样式========================================================================*/
.wenzhang {
	line-height: 23px;
	color:#000000;
	}
/*标题字体样式========================================================================*/
.tit1 {
    color: #ffffff;
	font-weight:bold;
	font-size:14px;
	}
.tit2 {
    color: #ffffff;
	font-weight:bold;
	font-size:14px;
	}
.tit3 {
    color: #DF0000;
	font-size:14px;
	font-weight:bold;
	}
.tit4{
    color: #3E88CE;
	font-size:14px;
	font-weight:bold;
	}
/*链接样式========================================================================*/
a:link,a:visited{ color:#000; text-decoration:none;}
/*新闻样式========================================================================*/
a.news1:link {color: #E40000;text-decoration: none; font-size:14px; font-weight:bold; line-height:21px;}
a.news1:visited {text-decoration: none;color: #E40000; font-size:14px; font-weight:bold;line-height:21px;}
a.news1:hover {text-decoration: none;color: #000000;font-size:14px;font-weight:bold;line-height:21px;}
a.news1:active {text-decoration: none;}
a.news2:link {color: #000;text-decoration: none;}
a.news2:visited {text-decoration: none;color: #000;}
a.news2:hover {text-decoration: none;color: #000000;}
a.news2:active {text-decoration: none;}
a.news3:link {color: #E20000;text-decoration: none;}
a.news3:visited {text-decoration: none;color: #E20000;}
a.news3:hover {text-decoration: none;color: #E20000;}
a.news3:active {text-decoration: none;}
/*设为首页，加入收藏样式========================================================================*/
a.headlink:link {color: #000;text-decoration: none;}
a.headlink:visited {text-decoration: none;color: #000;}
a.headlink:hover {text-decoration: none;color: #000;}
a.headlink:active {text-decoration: none;}
/*语言切换样式========================================================================*/
a.language:link {color: #E2E2E2;text-decoration: none; font-weight:bold;}
a.language:visited {text-decoration: none;color: #E2E2E2;font-weight:bold;}
a.language:hover {text-decoration: none;color: #ffffff;font-weight:bold;}
a.language:active {text-decoration: none;}
/*导航样式========================================================================*/
a.menu1{ display:block; width:px; height:40px; line-height:40px; overflow:hidden; }
a.menu1:link { display:block; background:url(images/menu1.jpg) repeat-x; color: #000;text-decoration: none; font-size:14px;font-weight:bold; }
a.menu1:visited {display:block; background:url(images/menu1.jpg) repeat-x; color: #000;text-decoration: none; font-size:14px; font-weight:bold;}
a.menu1:hover { display:block;background:url(images/menu2.jpg) repeat-x; text-decoration: none;color: #000;font-weight:bold;font-size:14px;}
a.menu1:active {text-decoration: none;}
a.menu2:link {color: #fff;text-decoration: none;font-size:14px;font-weight:bold;}
a.menu2:visited {text-decoration: none;color: #fff;font-size:14px;font-weight:bold;}
a.menu2:hover {text-decoration: none;color: #E2E2E2;font-size:14px;font-weight:bold;}
a.menu2:active {text-decoration: none;}

/*产品类别链接样式========================================================================*/
a.leftprolink1:link {color: #E3E3E3;text-decoration: none;font-weight:bold; }
a.leftprolink1:visited {text-decoration: none;color: #E3E3E3;font-weight:bold; }
a.leftprolink1:hover {text-decoration: none;color: #fff; font-weight:bold; }
a.leftprolink1:active {text-decoration: none;}

a.leftprolink2:link {color: #36538A;text-decoration: none; }
a.leftprolink2:visited {text-decoration: none;color: #36538A;}
a.leftprolink2:hover {text-decoration: none;color: #000;}
a.leftprolink2:active {text-decoration: none;}
/*点击更多样式========================================================================*/
a.keyword:link {color: #E20B0B;text-decoration: none;}
a.keyword:visited {text-decoration: none;color: #E20B0B;}
a.keyword:hover {text-decoration: none;color: #000; }
a.keyword:active {text-decoration: none;}
a.more:link {color: #B3B3B3;text-decoration: none;}
a.more:visited {text-decoration: none;color: #B3B3B3;}
a.more:hover {text-decoration: none;color: #000; }
a.more:active {text-decoration: none;}
/*Div需求样式========================================================================*/
#banertit {
	position:absolute;
	margin:0 auto;
	top:365px;
	left:0;
	width:100%;
	z-index:1;
	clear:both;
}