/* CSS Document */
*{margin:0;padding:0;border:0;}
body{font-family: arial, 宋体, serif;font-size: 12px;color: #333333;}
.top{width:100%;height:28px;z-index:99;background:url(../images/top_bg.gif);}
#header,#container1,#footer{margin:0 auto;width:960px;}
#container1,#footer{margin-top:10px;}
#footer{text-align: center;}
ul{list-style-type:none;}

h1{font-size: 14px;font-weight: bold;color: #FF0000;line-height: 29px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;background-image: url(../images/title.gif);background-repeat: repeat-x;position: relative;}
.line2{border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #cccccc;border-left-color: #cccccc; width:248px;}
.t2{ background-image: url(../images/t2.gif);background-repeat: no-repeat;background-position: left center;}

.top_a,.top_b{font-size: 14px;padding:6px 20px;}
.top_a{float:left;}
.top_b{float:right;}
#h_bar{background-image: url(../images/h_bar.gif);background-repeat:repeat-x;height:29px;}
#h_bar ul{ }
#h_bar li{width:80px;float:right;font-size: 14px;margin:0px;height:29px;}
#h_bar a{display: block;text-decoration:none;margin:0px;text-align: center;height:29px;}
#h_bar a i{display: block;height:14px;padding-top:8px;font-style: normal;cursor: hand;}
#h_bar li a:hover{background:#CC0000;}
#h_bar a:link {color:#666; }
#h_bar a:visited {color:#666;}
#h_bar a:hover {color:#FFF;font-weight:bold;}

#c_left{float:left;width:250px;margin:0px;}
#c_right{float:left; width:710px;}
#c_right_a,#c_right_b{width:700px;margin-left:10px;}

.c_right_a_left{width:343px; height:230px;border: 1px solid #cccccc;float:left;}
.c_right_a_right{width:343px; height:230px;border: 1px solid #cccccc;float:right;}
.c_right_b_product{width:698px;height:520px;border: 1px solid #cccccc; margin-top:10px;}

.c_right_a_left ul{list-style-type:none;line-height:25px;}
.c_right_a_left ul li img{margin-left:16px;}
.c_right_a_left ul li{line-height:25px; height:24px; position: relative;}
.c_right_a_left li span{color:#CCCCCC; position: absolute;right:10px;}

.c_right_a_right p{line-height:25px;margin:0 10px;}

.products {width:690px;padding:22px auto;margin-top:25px;}
.products li {width:106px;height:150px;float:left;margin-left:22px;display:inline;}
.products li a {display:block;}
.products li a img {border:1px solid #666;padding:1px;}
.products li span a {width:106px;height:22px;line-height:22px;text-align:center;white-space:nowrap;text-overflow:ellipsis; overflow: hidden;}

.products1 {width:630px;margin-left:33px;margin-top:10px;border: 1px solid #cccccc;}
.products1 li {width:105px;height:22px;float:left;margin-left:0px;display:inline;}
.products1 li a {display:block;height:22px;text-align:center;padding-top:10px;}
.products1 li a:link {color:#666; text-decoration:none;}
.products1 li a:visited {color:#666;text-decoration:none;}
.products1 li a:hover {color:#F3F3F3;text-decoration:none;font-weight:normal;background:#CC0000;}

.products2 {width:690px;padding:33px auto;margin-top:10px;}
.products2 li {width:186px;height:230px;float:left;margin-left:33px;display:inline;}
.products2 li a {display:block;}
.products2 li a img {border:1px solid #666;padding:1px;}
.products2 li span a {width:186px;height:22px;line-height:22px;text-align:center;white-space:nowrap;text-overflow:ellipsis; overflow: hidden;}

.zaixianzixun{border: 1px solid #CCCCCC; width:248px;height:120px; margin-top:10px;}
.chanpinmulu{width:248px;height:400px;margin-top:10px;border-top-width: 1px;border-top-style: solid;border-top-color: #cccccc;}

.footerline{border-top-width: 3px;border-top-style: solid;border-top-color: #FF0000;}
#footer p{line-height:30px;}

a { color:#333333; text-decoration:none;}
a:hover { color:#ff0000;text-decoration:underline;}

.clear{clear:both;height:1px;overflow:hidden;margin-top:-1px;}

.c12{font-size: 12px;font-weight: normal;color: #CCCCCC; }
.red12{font-size: 12px;font-weight: normal;color: #ff0000; }
.b14{font-size: 14px;font-weight: normal;color: #333333;position: absolute;right:10px;}

.c_right_b_about{width:698px;height:800px;border: 1px solid #cccccc;}
.c_right_b_product2{width:698px;border: 1px solid #cccccc;}
.c_right_b_about p{margin-left:20px;}

#nav {
width:248px;
    line-height: 24px; 
list-style-type: none;
text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
width: 248px; 
display: block;
padding-left:0px;
/*Width(一定要)，否则下面的Li会变形*/
}

#nav li {
background:#ffffff; /*一级目录的背景色*/
float:left;
width:248px;
/*float：left,本不应该设置，但由于在Firefox不能正常显示
继承Nav的width,限制宽度，li自动向下延伸*/
}
.downline{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#nav li a:hover{
background:#CC0000; /*一级目录onMouseOver显示的背景色*/
}

#nav a:link {
color:#666; text-decoration:block;
}
#nav a:visited {
color:#666;text-decoration:none;
}
#nav a:hover {
color:#FFF;text-decoration:none;font-weight:bold;
}

/*==================二级目录===================*/
#nav li ul {
list-style:none;
text-align:center;
float:left;
}
#nav li ul li{ 
background: #ffffff; /*二级目录的背景色*/
width:82px;
}

#nav li ul li a{
         /*padding-left:7px;*/
        width:82px;
/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}

/*下面是二级目录的链接样式*/

#nav li ul a:link {
color:#666; text-decoration:none;
}
#nav li ul a:visited {
	color:#666;
	text-decoration:none;
}
#nav li ul a:hover {
color:#F3F3F3;
text-decoration:none;
font-weight:normal;
background:#CC0000;
/* 二级onmouseover的字体颜色、背景色*/
}

/*==============================*/
#nav li:hover ul {
left: 0px;
}
#nav li.sfhover ul {
left: 0px;
}
#content {
clear: left; 
}
#nav ul.collapsed {
display: block;
}
-->

#PARENT{
width:248px;
padding:0px;
}
/*留言*/
.liuyan{font-family: arial, 宋体, serif;font-size: 12px;color: #333333;}
input,select,textarea{
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
}
/*news*/
.news{border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #e3e3e3;padding-top: 8px;padding-bottom: 8px;padding-left: 20px;position: relative;}
.new{border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #e3e3e3;padding-top: 8px;padding-left: 10px;}
.center{text-align:center;}
.b{font-weight: bold; line-height:30px; font-size:16px;}
.newsspan{color:#CCCCCC; position: absolute;right:10px;}

.pd{margin:10 10 10 25px; width:650px;}

#leftimg{width:250;height:180px;}

.p25{padding-left:25px;line-height:20px;}


