/*
@Author:Qiu Tingyu
@Create Time: 2015-6-29 9:02
@Last Modified Time:
*/

@charset "utf-8";
*{padding: 0; margin: 0;}
img{border: none;}


/*----------- 遮罩内容区 开始------------------------------------*/

/*------------- 从左上部显示遮罩效果  开始----------------------------*/
.content-three{
	width:1000px;
	height: 412px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con-three{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.con-three img{
	width:297px;
	height: 198px;
}
.txt-three{
	position: absolute;
	left: -297px;
	top: -198px;
	width: 100%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	filter:Alpha(opacity=80);
}
.txt-three h3{
	font-weight: normal;
}
.txt-three p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 从左上部显示遮罩效果  结束----------------------------*/
/*------------- 从左侧显示遮罩效果 开始 ------------------------------*/
.content-four{
	width:650px;
}
.con-four{
	width: 201px;
	height: 197px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius:5px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .5);  
  -moz-box-shadow:0 5px 10px rgba(0, 0, 0, .5);  
  box-shadow:0 5px 10px rgba(0, 0, 0, .5); 
}
.con-four > img{
	width: 201px;
	height: 197px;
}
.title-four{
	position:absolute;
	width:100%;
	color:#fff;
	background: rgba(128,206,38,1);
	bottom:0;
	left:0;
	padding:5px 0;
	text-align:center;
	font-size:14px;
}
.txt-four{
	position: absolute;
	left: -297px;
	top: 0;
	width: 100%;
	height: 197px;
	padding-top: 50px;
	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: 16px;
	display: block;
	line-height: 20px;
	margin-top:10px;
}
/*.contentbox-four .con-four:hover .title-four{
	display:none;
}*/
/*------------- 从左侧显示遮罩效果 结束------------------------------*/
/*------------- 图片放大效果 开始 ------------------------------*/
.content-five{
	width:1000px;
	height: 412px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con-five{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
}
.conimg{
	width: 297px;
	height: 198px;
}
.txt-five{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.txt-five h3{
	font-weight: normal;
}
