﻿/* CSS Document */
*{
	margin: 0px;
	padding: 0;
	font-family: "微软雅黑";
}
li{list-style:none;}
img{
	border: none 0;
	
}
body{background-image: url(/images/index/%E8%83%8C%E6%99%AF_02.png);}


.wrapper{ width:1000px; margin:0 auto 0;}

/*topBox*/
.topBox{height:95px;}
.top{ overfloat:hidden;float:right;}
.top ul{overfloat:hidden;width:620px; line-height:50px;}
.top li{float:left;}
.top a{float:left;
	display: block;
	padding:0 10px;
	border-right: solid 1px #666;
	color: #666;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}
.top .tell{
	border-right:none;
	background-image: url(/images/index/logo_03.png);
	background-repeat: no-repeat;
	background-position:10px center;
	padding-left: 50px;
	color: #ae0009;
	font-family: 微软雅黑;
	height: 25px;
}
.top a:hover{ color:#ae0009;}
.logoBox{ float:left; margin:10px 10px;}

/*navbox*/
.navbox{ width:100%; background-color:#ae0009; height:45px; line-height:45px; overflow:hidden; }
.nav li{
	float: left;
	width: 128px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	margin-right: 45px;
}
.CurrentA{ background-image: url(/images/index/nav_03.png); background-repeat:no-repeat;}
.nav li a{text-decoration:none; color:#fff; font-size:18px; font-family:微软雅黑; width:128px; height:45px; text-align:center; display:block;
}
.nav .kehu{ float:right;  width:128px; height:45px; line-height:45px; overflow:hidden; margin-right:0;}
.nav a:hover{ background-image: url(/images/index/nav_03.png); background-repeat: no-repeat;}
.mainBigBox{
	width: 1000px;
	margin: 0 auto;
	-mox-box-shadow: 0px 0px 6px #CCCCCC ;
	-webkit-box-shadow: 0px 0px 6px #CCCCCC;
	box-shadow: inset 0px 0px 6px #CCCCCC;
	background-color: #FFF;
}
.bottomBoxA{
	margin-top: 27px;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 20px;
}
.chanpin{
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
}
.chanpin h2{
	width: 118px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	font-family: 微软雅黑;
	text-indent: 35px;
	color: #585858;
	margin-top: 15px;
}
.chanpin ul{
	margin-top: 15px;
	margin-left: 15px;
	line-height: 25;
	font-size: 14px;
}
.chanpin ul li{ height:25px; line-height:25px;}
.chanpin ul li a{ color:#585858; text-decoration:none;}

.chanpin ul li a:hover{ color:#ae0009;}