body
{
	font-size: 12px;
	font-family: "宋体";
	margin: 0 auto; /*--background: url(../images/body_bg.jpg) repeat-x;--*/
	background-color: #858585;
	height: auto;
	margin-top:12px;
}

#top
{
	width: 898px;
}

.topImage
{
	background: url(../images/top_bg.jpg) no-repeat;
	height: 85px;
	font-family: "宋体";
}
.Yuyan
{
	color: #FFFFFF;
}
.Yuyan a
{
	color: #FFFFFF;
	text-decoration: none;
}
.Yuyan a:hover
{
	color: red;
	text-decoration: none;
}

.shezhi
{
	color: #B5B5B5;
}
.shezhi a
{
	color: #B5B5B5;
	text-decoration: none;
}
.shezhi a:hover
{
	color: #B5B5B5;
	text-decoration: none;
}

.topNav
{
	background: url(../images/top_index_bg.jpg) repeat-x;
	height: 57px;
	background-color: #FFFFFF;
	vertical-align: top;
	color: #0075BB;
	font-weight: 800;
	font-family: '宋体';
}
.topNav a
{
	color: #0075BB;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 57px;
	line-height: 57px;
}
.topNav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/index_selected.jpg) no-repeat;
	background-position: top center;
}

#main
{
	padding-top: 5px;
	width: 898px;
}

#mainOther
{
	padding-top: 5px;
	width: 898px;
	background-color: #FFFFFF;
}

.flash
{
	padding-left: 5px;
	vertical-align: top;
}
.MainLeftIndex
{
	background: url(../images/left_index_top.jpg) no-repeat;
	width: 100%;
	height: 37px;
	color: #FFFFFF;
	font-weight: 800;
	text-align: left;
	padding-left: 35px;
}
.Contact
{
	background: url(../images/Server_index.jpg) repeat-x;
	height: 146px;
	color: #FFFFFF;
	font-weight: 800;
	vertical-align: top;
	padding-top: 3px;
	line-height: 28px;
	font-size: 12px;
}

.MainDownLeft
{
	padding-top: 5px;
	width: 219px;
	vertical-align: top;
}

.MainSearch
{
	padding-top: 5px;
	background: url(../images/Search_index.jpg) repeat-x;
	height: 59px;
}
.Keyword
{
	text-align: left;
	padding-left: 18px;
	color: #FFFFFF;
}

.MainRight
{
	padding-bottom: 20px;
	vertical-align: top;
	background: url(../images/main_right_bg.jpg) no-repeat;
	width: 100%;
	margin: 0 auto 0 6px;
}

.MainRight1
{
	padding-bottom: 20px;
	vertical-align: top;
	width: 100%;
	margin: 0 auto 0 6px;
	padding-top: 5px;
}

.MainRight_font
{
	color: #0075BB;
	font-weight: 700;
	font-family: '宋体';
	text-align: left;
	height: 26px;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-left: 3px;
}
.MainCompany
{
	color: #4D4D4D;
	padding-top: 8px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	text-indent: 24px;
	vertical-align: top;
	padding-right: 12px;
}
.MainNewProduct
{
	padding-top: 5px;
	line-height: 48px;
	padding-right: 10px;
}
.MainNewProductBig
{
	vertical-align: bottom;
	padding-bottom: 25px;
}
.MainProductName
{
	color: #4D4D4D;
}
.MainProductName a{ color:#4D4D4D; text-decoration:none;}
.MainProductName a:hover{ color:Red; text-decoration:none;}



.input
{
	border: #6C6C6C 1px solid;
	width: 133px;
	height: 20;
}


#FriendLink
{
	width: 898px;
	padding-bottom: 12px;
}

#Buttom_up
{
	width: 898px;
}
.Buttom_up1
{
	height: 1px;
	background-color: #3C3F34;
}
.Buttom_up2
{
	height: 2px;
	background-color: #89A01E;
}
.Buttom_up3
{
	height: 1px;
	background-color: #868885;
}
.Buttom_up4
{
	height: 1px;
	background-color: #454449;
}

#Buttom
{
	background: url(../images/Buttom_bg.jpg) repeat-x;
	width: 898px;
	height: 68px;
	text-align: center;
	color: #E8E8E8;
	padding-top: 15px;
	height: 25px;
	line-height: 25px;
}

/**左边产品导航**/
*{margin:0;padding:0;border:0;}
#nav {
 width:218px;
 overflow:hidden;
 line-height: 24px; 
 list-style-type: none;
 text-align:left;

    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#nav a {
 width: 206px; 
 display: block;
 height :35px; 
 line-height:35px;
 padding-left:40px;
 /*Width(一定要)，否则下面的Li会变形*/
}
#nav li {
 /*一级目录的背景色*/
 border-bottom:#666 1px solid; /*下面的一条白边*/
 float:left;
 /*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav li a{ color:#FFF; text-decoration:none;font-weight:bold;}
#nav li a:hover{
 background:#4D4D4D;font-weight:bold; /*一级目录onMouseOver显示的背景色*/
}
#nav a:link  {
 color:#FFF; text-decoration:none;
}
#nav a:hover  {
 color:#78C2F0;text-decoration:none;font-weight:bold;
}
/*==================二级目录===================*/
#nav li ul {
 list-style:none;
 text-align:left;
 color:#FFFFFF;
}
#nav li ul li{ 
 background: #4D4D4D; /*二级目录的背景色*/
}
#nav li ul a{
         padding-left:48px;
         color:#FFFFFF;
         width:218px;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link  {
 color:#FFF; text-decoration:none;
}
#nav li ul a:visited  {
 color:#FFF;text-decoration:none;
}
#nav li ul a:hover {
 color:red;
 text-decoration:none;
 font-weight:bold;
 background:#4D4D4D;
 /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display: none;
}
-->
#PARENT{
 width:218px;
 padding-left:0px;
}
/**左边产品导航**/

.msg
{
	border: 1px solid #eeeeee;
	padding: 7px;
	line-height: 17px;
}
.InputBorder
{
	border: 1px solid #999999;
}
.MessageStyle
{
	text-align: left;
	background-color: #eeeeee;
	padding-left: 10px;
}

/*--按扭--*/
.ButtomClass
{
	border-right: #6C6C6C 1px solid;
	border-top: #6C6C6C 1px solid;
	font-weight: normal;
	font-size: 10pt;
	border-left: #6C6C6C 1px solid;
	line-height: normal;
	border-bottom: #6C6C6C 1px solid;
	font-style: normal;
	height: 23px;
	width: 100px;
	font-variant: normal;
	font-size: 12px;
}


/*-美化下啦列表--*/
#age_sel_2 div.tag_select
{
	display: block;
	color: #000;
	width: 62px;
	height: 22px;
	background: transparent url(../images/select-60.gif) no-repeat 0 0;
	padding: 0 10px;
	line-height: 22px;
}
#age_sel_2 div.tag_select_hover
{
	display: block;
	color: #000;
	width: 62px;
	height: 22px;
	background: transparent url(../images/select-60.gif) no-repeat 0 -22px;
	padding: 0 10px;
	line-height: 22px;
}
#age_sel_2 div.tag_select_open
{
	display: block;
	color: #000;
	width: 62px;
	height: 22px;
	background: transparent url(../images/select-60.gif) no-repeat 0 -44px;
	padding: 0 10px;
	line-height: 22px;
}
#age_sel_2 ul.tag_options
{
	position: absolute;
	margin: 0;
	list-style: none;
	background: transparent url(../images/select-60.gif) no-repeat left bottom;
	padding: 0 0 1px;
	margin: 0;
	width: 60px;
}
#age_sel_2 ul.tag_options li
{
	background: transparent url(../images/select-60.gif) repeat-y -102px 0;
	display: block;
	width: 61px;
	padding: 0 10px;
	height: 22px;
	text-decoration: none;
	line-height: 22px;
	color: #000;
}
#age_sel_2 ul.tag_options li.open_hover
{
	background: transparent url(../images/select-60.gif) no-repeat 0 -88px;
	color: #000;
}
#age_sel_2 ul.tag_options li.open_selected
{
	background: transparent url(../images/select-60.gif) no-repeat 0 -66px;
	color: #19555F;
}


/*--文章--*/
.cheaper
{
	border-bottom: solid 1px #EDEDED;
	border-top: solid 1px #EDEDED;
	height: 27px;
	text-align: center;
	color: #7C7C7C;
}

.cheaper a
{
	color: #7C7C7C;
	text-decoration: none;
}

.cheaper a:hover
{
	color: Red;
	text-decoration: none;
}

#news_content
{
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	text-indent: 24px;
	color: #7C7C7C;
	padding-top: 24px;
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
}


.News_list
{
	padding-left: 24px;
	border-bottom: dashed 1px #EDEDED;
	height: 25px;
	line-height: 25px;
	color: #464646;
	text-align: left;
}

.News_list a
{
	color: #464646;
	text-decoration: none;
}
.News_list a:hover
{
	color: Red;
	text-decoration: none;
}


.News_Time
{
	text-align: right;
	padding-right: 24px;
	border-bottom: dashed 1px #EDEDED;
	height: 25px;
	line-height: 25px;
	color: #464646;
}


.Main_top
{
	background: url(../images/main_top_bg.jpg) no-repeat;
	height: 48px;
	color: #0075BB;
	font-weight: 700;
	font-family: '宋体';
	text-align: left;
	vertical-align: text-top;
	padding-top: 12px;
	padding-left: 12px;
}

.Main_Buttom{background: url(../images/main_Buttom_bg.jpg) no-repeat; height: 19px;}


.ProName{ text-align:center; height:25px;}
.ProName a{ color:#666666; text-decoration:none;}
.ProName a:hover{ color:Red; text-decoration:none;}

.content {
	font-size: 12px;
	height:23px;
	line-height: 23px;
	padding: 5px;
	text-indent:24px;
	padding-left:24px;
	padding-right:24px;
	
}
.line {
	background-image: url(../images/par_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.title {
	filter: Glow(Color=#333333, Strength=1);
	color: #FFFFFF;
}

.BigFangda{padding-top:12px;}
.BigFangda a{ color:#666666; text-decoration:none;}
.BigFangda a:hover{ color:Red; text-decoration:none;}