/*
@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: "微软雅黑";}

/*----------- 遮罩内容区 开始------------------------------------*/
/*------------- 从左侧显示遮罩效果 开始 ------------------------------*/

.con-four{
	width: 340px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.con-four img{
	width:340px;
	height: 200px;
}
.txt-four{
	position: absolute;
	left: -340px;
	top: 0;
	width: 100%;
	height: 140px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background:url(../images/zc.png) center center no-repeat;
	/*background: rgba(0,0,0,0.3);*/
	/*display: none;*/
}
.txt-four h3{
	font-weight: normal;
}
.txt-four h3 a{
	font-weight: normal;
	color:#FFF;
}
.txt-four p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 从左侧显示遮罩效果 结束------------------------------*/

/*------------- 图片放大效果伴随蒙版文字出现 开始 ------------------------------*/

.con-six{
	width: 250px;
	height: 189px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.conimg-two{
	width: 250px;
	height: 189px;
}
.txt-six{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 129px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background:url(../images/zc.png) center center no-repeat;
	/*background: rgba(0,0,0,0.2);*/
	display: none;
}
.txt-six h3{
	font-weight: normal;
}
.txt-six p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 图片放大效果伴随蒙版文字出现 结束------------------------------*/
/*------------- 遮罩内容区 结束--------------------------------------*/

.con-sixs{
	width: 500px;
	height: 189px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.conimg-twos{
	width: 500px;
	height: 189px;
}
.txt-sixs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 129px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background:url(../images/zc.png) center center no-repeat;
	/*background: rgba(0,0,0,0.2);*/
	display: none;
}
.txt-sixs h3{
	font-weight: normal;
}
.txt-sixs h3 a{
	font-weight: normal; color:#FFF;
}

.txt-sixs h3 a:hover{
	font-weight: normal;
	color:#a4090d;
}
.txt-sixs p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}