@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
body {
	background:url(../images/bg.jpg) repeat;
	font-size:12px;
}
.clear{
	height:1px;
	line-height:1px;
	display:block;
	clear:both;
	overflow:hidden;
}
a{
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	cursor: hand;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
img{
	border:0px;
	vertical-align:middle;
}
input,select{
	vertical-align:middle;
}
.index{
	margin: 0px auto;
	height:70px;
	width:381px;
	padding:580px 305px 0 305px;
	font-size:12px;
	text-align:center;
	background:url(../images/photo.jpg) no-repeat 45px top;
}
.index li{
	background:url(../images/indexDot.jpg) no-repeat right center;
	padding:0 15px 0 0;
	float:left;
}
.index li.clearBg{
	background:none;
}
.index span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
}
.logo{
	width:960px;
	height:110px;
	background:url(../images/logo.jpg) no-repeat 300px top;
	margin:0 auto;
}
.flash
{
	text-align:center;
	width:1000px;
	height:240px;
	margin:0 auto;
}
.wrap{
	width:960px;
	margin:0 auto;
}
.centerBar{
	color:#000;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:900px;
	height:50px;
	padding:0 30px;
	line-height:50px;
	background:url(../images/centerBar.jpg) no-repeat left top #999999;
}
.centerBar span{
	color:#FFF;
}
.center{
	float:left;
	width:960px;
	background:url(../images/content.jpg) no-repeat right bottom #c6c4bb;
}
.info{
	float:left;
	padding:30px;
}
.info ul{
	font-size:12px;
	width:160px;
}
.info li{
	line-height:27px;
	background:url(../images/dotdot.jpg) no-repeat left bottom;
}
.info li a{
	padding-left:10px;
}
.info li.head{
	font-weight:bold;
	text-align:center;
	background:url(../images/grayBg.jpg) no-repeat;
}
.info li.search{
	font-weight:bold;
	text-align:center;
	background:url(../images/grayBg.jpg) no-repeat center 45px;
	padding:45px 0 0 0;
}
.info li.searchIn{
	padding:10px 0 0 0;
	background:none;
}
.info li.searchIn img
{
	cursor:pointer;
}
.info .selectBox{
	height:22px;
	background:#b4b2aa;
	border:1px solid #838383;
	margin-left:5px;
	width:106px;
	display:inline;
}
.info .textBox{
	height:20px;
	background:#b4b2aa;
	border:1px solid #838383;
	margin-right:5px;
	width:106px;
}
.content{
	float:left;
	padding:30px 100px 120px 10px;
	width:570px;
}
.foot{
	line-height:16px;
	float:left;
	width:900px;
	height:40px;
	font-size:12px;
	padding:10px 30px 0 30px;
}
.foot .en{
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}
.foot .cnzz{
	float:right;
}
.productDetail{
	float:left;
	padding:30px 0 50px 40px;
	width:670px;
}
.next{
	text-align:right;
	float:left;
	width:670px;
	height:25px;
	font-size:12px;
	font-weight:bold;
}
.next a:hover{
	text-decoration:none;
}
.next span{
	line-height:25px;
	padding:6px 0;
	background:#b4b2aa;
}
.bigProduct{
	padding-top:20px;
	font-size:14px;
	float:left;
	width:600px;
	text-align:center;
	line-height:24px;
}
* html .bigProduct img
{
	width: expression(this.width > 600 && this.width > this.height ? 600 : true);
	height: expression(this.height > 600 && this.height > this.width ? 600 : true);
}
.bigProduct img
{
	max-width:600px;
	max-height:600px;
}
.productDetail li{
	width:180px;
	text-align:center;
	margin:0 30px 30px 0;
	float:left;
	font-size:12px;
	line-height:28px;
	display:inline;
}
.productDetail li p{
	width:180px;
	height:180px;
}
* html .productDetail li p img
{
	width: expression(this.width > 180 && this.width > this.height ? 180 : true);
	height: expression(this.height > 180 && this.height > this.width ? 180 : true);
}
.productDetail li p img
{
	max-width:180px;
	max-height:180px;
}
.page{
	float:left;
}
.news{
	padding:15px 0 0 0;
	float:left;
	width:960px;
	background:url(../images/content.jpg) no-repeat right bottom #c6c4bb;
}
.news li{
	width:860px;
	font-size:12px;
	line-height:24px;
	padding:20px 50px;
	height:120px;
	background:url(../images/longDot.jpg) no-repeat 30px bottom;
}
.news li img{
	float:left;
	margin-right:40px;
}
* html .news li img, .info span img
{
	width: expression(this.width > 200 && this.width > this.height ? 200 : true);
	height: expression(this.height > 120 && this.height > this.width ? 120 : true);
}
.news li img, .info span img
{
	max-width:200px;
	max-height:120px;
}
.news li .title,.content .title{
	font-size:14px;
	font-weight:bold;
}
.news li .more{
	color:#FFF;
}
.page2{
	margin:30px 0 80px 0;
	text-align:center;
}
.red
{
	color:Red;
}
.content table
{
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:Black;
}
