.box_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f6fa;
}
.dqwz_cn{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.dqwz_co{
	width: 1400px;
	height: 65px;
	margin: 0 auto;
	line-height: 65px;
}
.dqwzleft ul span {
	float: left;
	color: #8a8a8a;
}

.dqwzleft ul li {
	float: left;
	color: #8a8a8a;
	font-size: 16px;
}
.lmlb_nei{
	width: 1400px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.tu_list ul li{
	float: left;
	width: 323px;
	height: auto;
	margin-right: 27px;
	/* margin-bottom: 30px; */
}
.tu_list ul li img{
	width: 323px;
	height: 226px;
	transition: all 0.25s;
}
.tu_list ul li img:hover{
	transform: scale(1.1);
}
.tu_list ul li p{
	text-align: center;
	font-size: 18px;
	color: #000000;
	width: 100%;
	height: 78px;
	line-height: 78px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fugai{
 
    width: 323px;
    height: 226px;
    position: absolute;
 
  }
.fugai:hover{
    background:url(bofan.png)no-repeat center center #333;
    opacity: 0.6;
  }
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.dqwz_cn{
		display: none;
	}
	.lmlb_nei{
		width: 90%;
		margin-top: 10%;
	}
	.tu_list ul li{
		width: 45%;
		height: 100%;	
		margin-right: 9%;
	}
	.tu_list ul li img{
		width: 100%;
		height: 220px;
	}
	.tu_list ul li:nth-child(2n){
		margin-right: 0;
	}
	.tu_list{
		width: 100%;
	}
}
@media only screen and (max-width: 416px) {
	.dqwz_cn{
		display: none;
	}
	.lmlb_nei{
		width: 90%;
		margin-top: 10%;
	}
	.tu_list ul li{
		width: 45%;
		height: 100%;	
		margin-right: 9%;
	}
	.tu_list ul li img{
		width: 100%;
		height: 100px;
	}
  .fugai{
 
    width: 162px;
    height: 100px;
  
 
  }
	.tu_list ul li:nth-child(2n){
		margin-right: 0;
	}
	.tu_list{
		width: 100%;
	}
}