@charset "utf-8";
/* CSS Document */

/*----------------------------公共样式-------------------------------------------------*/
*,from{
   margin:0px;
   padding:0px;
}

body{
   font-family:"宋体";
   font-size:12px;
   padding-top:10px;
}

img{
	border:none;
}

.clear{
	clear:both;
	font-size:0px;
}

ul,dl{
	list-style:none;
}


/*----------------------------主题样式-------------------------------------------------*/

.mainbox{
	width:950px;
	margin:0px auto;
}

.mainbox .in{
	border:#BEBEBE 1px solid;
	background:#F7F5E6;
	margin-top:4px;
}

.mainbox .in .pd{
	padding:10px 0px;
	text-align:center;
	font-weight:bold;
}

.mainbox .in .pd a{
	color:#000;
	text-decoration:none;
}

.mainbox .in .pd  a:hover{
	color:red;
	text-decoration:underline;
}

.mainbox .in .pd img{
	vertical-align:middle;
	margin-left:5px;
	font-weight:bold;
}

.mainbox .in ul{
	padding:6px 0px 30px 35px;
	overflow:hidden;
	zoom:1;
}

.mainbox .in li{
	float:left;
	width:146px;
	height:67px;
	background:#fff;
	border:#C9C9C7 1px solid;
	margin-right:26px;
	padding:3px;
	margin-bottom:15px;
}


.mainbox .in .clear_r{
	margin-right:0px;
}

.mainbox .in .box1{
	height:55px;
	padding-top:10px;
	position:relative;
	color:#fff;
	text-align:center;
	font-family:"黑体";
	font-size:16px;
}

.mainbox .in .box1 a{
	color:#fff;
	text-decoration:none;
}

.mainbox .in .box2{
	width:140px;
	position:absolute;
	bottom:3px;
	left:2px;
	height:23px;
	line-height:23px;
	font-size:12px;
	color:#111;
	text-align:center;
	background:url(../images/home/03.jpg);
	font-family:Tahoma, Geneva, sans-serif;
}

.mainbox .in .box2 a{
	color:#000000;
	text-decoration:none;
}

.mainbox .in .box2 a:hover{
	color:red;
	text-decoration:underline;
}

.mainbox .in .bg1{
	background:#998900;
}

.mainbox .in .bg2{
	background:#529801;
}

.mainbox .in .bg3{
	background:#992800;
}

.mainbox .in .bg4{
	background:#00879A;
}
