@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/bodybg.html);
	background-repeat:repeat-x;
	margin:0;
	background-color:#EAEAEA;
}
/*页面底部样式========================================================================*/
.foot {
    color: #313131;
	line-height: 21px;
	}
a.copyright:link {color: #313131;text-decoration: none;}
a.copyright:visited {text-decoration: none;color: #313131;}
a.copyright:hover {text-decoration: underline;color: #313131;}
a.copyright:active {text-decoration: none;}
/*页面文章样式========================================================================*/
.wenzhang {
	line-height: 23px;
	padding:5px;
	color:#000000;
	}
/*标题字体样式========================================================================*/
.tit1 {
    color: #ffffff;
	font-weight:bold;
	font-size:14px;
	}
.tit2 {
    color: #000;
	font-weight:bold;
	font-size:14px;
	}
.tit3 {
    color: #3FB0C9;
	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: underline;color: #000000;font-size:14px;font-weight:bold;line-height:21px;}
a.news1:active {text-decoration: none;}
a.news2:link {color: #06377F;text-decoration: none;}
a.news2:visited {text-decoration: none;color: #06377F;}
a.news2:hover {text-decoration: underline;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: underline;color: #E20000;}
a.news3:active {text-decoration: none;}
/*设为首页，加入收藏样式========================================================================*/
a.headlink:link {color: #266FD3;text-decoration: none;}
a.headlink:visited {text-decoration: none;color: #266FD3;}
a.headlink:hover {text-decoration: underline;color: #599EFC;}
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: underline;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.html) repeat-x; color: #ACD5F8;text-decoration: none; font-size:14px;font-weight:bold; }
a.menu1:visited {display:block; background:url(images/menu1.html) repeat-x; color: #ACD5F8;text-decoration: none; font-size:14px; font-weight:bold;}
a.menu1:hover { display:block;background:url(images/menu2.html) repeat-x; text-decoration: underline;color: #ffffff;font-weight:bold;font-size:14px;}
a.menu1:active {text-decoration: none;}
a.menu2:link {color: #666666;text-decoration: none;font-size:14px;font-weight:bold;}
a.menu2:visited {text-decoration: none;color: #666666;font-size:14px;font-weight:bold;}
a.menu2:hover {text-decoration: underline;color: #07528D;font-size:14px;font-weight:bold;}
a.menu2:active {text-decoration: none;}

/*产品类别链接样式========================================================================*/
a.leftprolink:link {color: #272727;text-decoration: none;}
a.leftprolink:visited {text-decoration: none;color: #272727;}
a.leftprolink:hover {text-decoration: underline;color: #272727; font-weight:bold; }
a.leftprolink: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;
}