/*
@Author:Qiu Tingyu
@Create Time: 2015-6-29 9:02
@Last Modified Time:
*/

@charset "utf-8";
*{padding: 0; margin: 0;}
img{border: none;}
ol,ul,li{list-style: none;}
a{text-decoration: none;}
body{ font-family: "微软雅黑";}

/*----------- 遮罩内容区 开始------------------------------------*/
/*----------- 从底部上升的遮罩效果 开始---------------------------*/



/*------------- 从底部上升的遮罩效果 结束 ------------------------------*/
/*------------- 直接显示遮罩效果 开始 ------------------------------*/



.contentbox-four{ margin-top:10px;}

.con-four{
	width:380px;
	height:240px;
	float: left;
	margin-left:30px;
	margin-top:30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.con-four img{
	width:380px;
	height:240px;
}
.txt-four{
	position: absolute;
	left: -380px;
	top: 0;
	width: 100%;
	height:240px;
	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;
}
/*------------- 从左侧显示遮罩效果 结束------------------------------*/
/*------------- 图片放大效果 开始 ------------------------------*/
