/*********mainBox**********/
.mainBox{
	width:1204px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.zqWrap{
	height:auto;
	overflow:hidden;
	padding:0 2px;
}
.zqBox{
	width:580px;
	height:240px;
	margin-top:30px;
	float:left;
	margin-right:40px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.zqBox:nth-child(even),.zqBox.clear{
	margin-right:0;
}
.zqBox dl{
	width:240px;
	height:210px;
	padding-top:30px;
	float:left;
	text-align: center;
	background:#fff;
	position:relative;
}
.zqBox dl .triangle{
	position:absolute;
	right:-12px;
	top:30px;
	z-index:20;
}
.zqBox dl dt{
	width:110px;
	height:110px;
	border-radius:10px;
	margin:0 64px;
	overflow:hidden;
}
.zqBox dl dt img{
	width:110px;
	height:110px;
}
.zqBox dl dd p{
	margin-top:30px;
}
.zqBox dl dd p a{
	font-size:18px;
	color:#2B2B2B;
}
.zqBox dl dd span{
	font-size:12px;
	line-height:40px;
	color:#666;
}
/*××××××××zqBoxpic进入专区××××××××*/
.zqBoxpic{
	width:340px;
	height:240px;
	float:left;
	position:relative;
	overflow:hidden;
}
.zqBoxpic img{
	width:340px;
	height:240px;
}
.zqBoxpic .zqBoxenter{
	width:240px;
	height:200px;
	padding:20px 50px;
	position:absolute;
	left:-340px;
	top:0;
	z-index: 10;
	background:rgba(0, 0, 0, 0.6);
}
.zqBoxpic .zqBoxenter p{
	color:#fff;
	font-size:14px;
	line-height:24px;
	max-height: 100px;
    overflow: hidden;
}
.zqBoxpic .zqBoxenter span a{
	display: block;
	width:136px;
	height:36px;
	border:2px solid #f16565;
	color: #f16565;
	text-align: center;
	line-height:36px;
	position:absolute;
	bottom:20px;
	right:50px;
}
.zqBoxpic .zqBoxenter span a:hover{
	background:#F16565;
	color:#fff;
}
