@charset "utf-8";
/* CSS Document */
body{
font-size:12px;
color:#000000;
margin:0px;}

td {
	font-size: 12px;
	color: black;
	line-height:22px;
}

img{
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #f88302;
	text-decoration: underline;
}



/*********************/
/*首页导航*/
/*********************/
.menutop1,.menutop1 a:link,.menutop1 a:visited{
font-size:16px;
color:#ffffff;
font-weight:bold;
}
.menutop1 a:hover{
font-size:14px;
color:#fdfa9f;
font-weight:bold;
}



.kg{
height:4px;
background-color:#13db34;
}


.yingwen{
font-family:Arial;
font-style:oblique;
font-size:11px;
}

.kkline{
border:1px solid #CCCCCC;
}

.cpk{	padding:1px;
	margin: 3px;
	border: 1px solid #000000;

}



.cse{
font-size:12px;
color:#009933;}
.cse a{
font-size:12px;
color:#009933;}
.cse a:link{
font-size:12px;
color:#009933;}
.cse a:visited{
font-size:12px;
color:#009933;}
.cse a:hover{
font-size:12px;
color:#009933;
text-decoration:underline;}



.baise{
font-size:12px;
color:#FFFFFF;}


/*********************/
/*产品详细标题*/
/*********************/

.ProductDetailTitle{
	font-size: 18px;
	color: #2fbd09;
	font-weight: bold;
}

/*********************/
/*信息详细标题*/
/*********************/

.NewsDetailTitle{
	font-size: 18px;
	color: #33cc00;
	font-weight: bold;
}

/*********************/
/* 新闻列表间隔颜色 */
/*********************/

.NewsRowColor1{
	background-color: #f2fcef;
	height:25px;
}
.NewsRowColor2{
	background-color: #e7f9e3;
	height:25px;
}