﻿/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
ul{
	list-style:none;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
body{
	background:#fff;
	font-family:'微软雅黑';
	font-size:14px;
	min-width:1260px;
	_width:1260px;
}
.clear{
	clear:both;
}
.clearfix:after{
	content:'.';
	height:0;
	clear:both;
	display:block;
	overflow:hidden;
}
.clearfix{
	zoom:1;
}
.wrapper{
	width:1200px;
	margin:0 auto;
}


/*logo*/
.logo{ 
	height:82px;
	overflow:hidden;
}
.logo h1{
	float:left;
}
.logo ul{
	float:right;
}
.logo li{
	display:inline;
	padding:0 5px;
	font-size:14px;
	line-height:82px;
}
.logo li a{
	color:#666;
}
.logo li a:hover{
	color:#f00;
}

.banner{
	height: 400px;
	background:url(../images/banner.jpg) no-repeat center center;
}


.content li{
	float: left;
	margin: 30px 82px;
	display: inline;
	height: 276px;
	overflow: hidden;
	
}
.content li.small{
	
	margin: 30px 33px;
	
	
}
.content li a{
	border: 2px solid #ddd;
	display: block;
	/*background: url(../images/sub_bg.png) no-repeat;*/
	width: 230px;
	height: 272px;
	/*font-size: 50px;
	text-align: center;
	color: #bf130f;
	padding-top: 100px;*/
}
/*.content li a span{
	font-size: 18px;

}*/
.content li a:hover{
	border-color: #a9edea;
}
/*footer*/
.footer{
	border-top:1px solid #ccc;
	/*margin-top:20px;*/
	padding:20px 0;
}
.footer p{
	height:30px;
	line-height:30px;
	color:#666;
	text-align:center;
}

.footNav a{
	color:#666;
	margin:0 8px;
}
.footNav a:hover{
	text-decoration:underline;
}