@charset "utf-8";
*{
margin:0px;
padding:0px;
}

body {
	font-family: "宋体";
	font-size: 12px;
	color:#666666;
	width:900px;
	margin:0 auto;
	line-height:16px;
}

img{
border:0px;

}
#newpro{
float:left;
}
ul{
list-style:none;
}

#logo {
display:block;
float:left;
margin:10px 13px 0px 0px;
text-decoration:none;
}


#changelanguage{
display:block;
float:right;
clear:right;
margin:2px 0px 0px 0px;
}

#mainNav{
display:block;
clear:right;
float:right;
margin:10px 0px 15px 5px;
}

#mainNav li{
float:left;
font-size:12px;
font-weight:bold;
}

#mainNav li a{
	color:#000000;
	text-decoration:none;
	padding:4px 14px 6px 31px;
	margin:0px 3px;
	display:block;
	width:58px;
	height:13px;
	background-image: url(../img/mainnav_off.jpg);
	background-repeat: no-repeat;
}

#mainNav li a:hover{
color:#fff;
background:url(../img/mainnav_to.jpg)

}

#mainNav li a#current{
color:#fff;
background:url(../img/mainnav_on.jpg)
}


#centercolumn{
	display:block;
	clear:both;
	float:left;
	text-align:left;
	width:900px;

	background-image: url(../img/outline_index_center.jpg);
	background-repeat: repeat-y;
     }
	 
#kv{
	float:left;
	background-image: url(../img/outline_index_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:253px;
	padding:5px 5px 0px 5px;
	display:block;

    }

#detail{
	float:left;
    padding:10px 0px 10px 0px;
	display:block;
	background-image: url(../img/outline_index_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:200px;
	width:900px;
}

h1{
padding:0px 0px 0px 0px;
}

p{
padding:10px 0px 0px 0px;
}

#about{
float:left;
display:block;
width:272px;
height:200px;
padding:0px 10px 10px 10px;
}

#about .img{
padding:10px 0px 0px 0px;
}

#news{
padding:0px 10px;
float:left;
display:block;
width:272px;
height:200px;
border-width:0px 0px 0px 1px;
border-style: solid;
border-color: #CCCCCC;

}

#news .date{
    font-family: "Arial";
	font-size:10px;
	background-image: url(../img/news_title_dot.jpg);
	background-repeat: no-repeat;
	background-position: left Top;
	padding:1px 0px 0px 20px;
}

#news .siglenews{
	background-image: url(../img/news_bottleline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:5px 0px 8px 20px;
}

#news .lastnews{
	padding:5px 0px 5px 20px;
}

#products{
padding:0px 20px;
float:left;
display:block;
width:272px;
height:200px;
border-width:0px 0px 0px 1px;
border-style: solid;
border-color: #CCCCCC;
}

#newproduct {
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:5px 0px 5px 80px;
	
}
#newproduct h1{
	font-weight: bold;
	color:#6699CC;
	font-family: "宋体";
	font-size: 12px;	
}

#productsearch{
border-width:1px 0px 0px 0px;
border-style: solid;
border-color: #CCCCCC;
}