
@media screen and (min-width:1200px) {
	.index_wuxun {
		width: 100%;
		overflow: hidden;
		background: #D7000F;
		margin-bottom: -15px;
		
	}
	.index_wuxun ul {
		width: 100%;
		height: 210px;
		padding: 0 27px;
		overflow: hidden;
	
		/* 弹性盒子 */
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.index_wuxun li {
		/* margin: 18px; */
		/* float: left; */
		/* flex: 1 1 auto; */
		color: #fff;
		font-size: 14px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 3px solid #fff;
		width: 173px;
		/* width: 20%; */
		/* height: 160px; */
		padding: 80px 0 0 0;
		line-height: 22px;
		text-align: center;
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
	}
	.index_wuxun li.tb1 {
		background: url(../images/inwu1.png) center center no-repeat;
	}
	.index_wuxun li.tb2 {
		background: url(../images/inwu2.png) center center no-repeat;
	}
	.index_wuxun li.tb3 {
		background: url(../images/inwu3.png) center center no-repeat;
		color: #841300;
	}
	.index_wuxun li.tb4 {
		background: url(../images/inwu4.png) center center no-repeat;
	}
	.index_wuxun li.tb5 {
		background: url(../images/inwu5.png) center center no-repeat;
	}
	.index_wuxun li:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}
	.index_wuxun li p {
		color: #fff;
		line-height: 20px;
	}
	
	.index_wuxun .wpc {
		width: 1150px;
		margin: 0 auto;
		position: relative;
	}
}
@media (max-width:1200px) {
	.index_wuxun {
		display: none;
	}
	
}
