body{
	background-image: url(../img/list/bj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
a{
	color: #666;
}
.header {
	position: relative;
	width: 1000px;
	height: 220px;
	margin: 0 auto;
}
.title{
	position: absolute;
	top: 60px;
	left: 100px;
}
/*导航*/
.nav {
	width: 100%;
	height: 60px;
	margin-top: 15px;
}
/*内容*/
.content{
	/*box-sizing: border-box;*/
	width: 1000px;
	min-height: 100%;
	margin: 30px auto;
	/*padding-bottom: 130px;*/
}
.hengpai{
	width: 100%;
	height: 200px;
	margin: 10px 0;	
}
/*------------- 从左侧显示遮罩效果 开始 ------------------------------*/
.con-four1{
	width: 490px;
	height: 200px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	
}
.con-four2{
	width: 490px;
	height: 200px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	
}

.con-four1 img{
	width: 490px;
	height: 200px;
}
.con-four2 img{
	width: 490px;
	height: 200px;
}
.txt-four1{
	position: absolute;
	left: -297px;
	top: 0;
	width: 30%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	/*display: none;*/
}
.txt-four2{
	position: absolute;
	right: -297px;
	top: 0;
	width: 30%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	/*display: none;*/
}
.txt-four h3{
	font-weight: normal;
}
.txt-four p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 从左侧显示遮罩效果 结束------------------------------*/

/*脚部*/
.footer {
	width: 100%;
	height: 130px;
	background-image: url(../img/jbbq.png);
	background-size: 100% 130px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

.bottom_copyright p {
	padding-top: 10px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
}
.footer a{
	color: #ffffff;
} 
	