.equipment,.case{
	padding: 20px 0;
}
.equipment ul li{
	list-style: none;
	width: 31%;
	float: left;
	margin:0 1%;
	margin-bottom: 20px;
}
.equipment ul li .honor-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #eeeeee;
}
.equipment ul li .honor-img img{
	width: 100%;
	height: 100%;
	transition: .5s;
}
.equipment ul li:hover img{
	transform: scale(1.1);
}
.equipment ul li p{
	text-align: center;
	padding-top: 5px;
}

#imgModule{display:none;}
#imgDefault{cursor:pointer;}
#imgDefault span{float: left;margin:10px;}
#imgDefault span p{text-align: center;}
#imgDefault ul li{width: 23%;float: left;list-style: none;margin: 0 1%;margin-bottom: 10px;}
.imgItem{width:100%;height:auto;}
.mask{background:#000;opacity:.8;filter:alpha(opacity=80);position:fixed;left:0;top:0;width:100%;height:100%;z-index: 99999;}/*背景遮罩*/
.lightBoxContent{width:800px;position:fixed;left:50%;top:50%;background:#fff;margin:-265px 0 0 -400px;z-index: 999999;}/*放大图片样式*/
#imgLoader{width:32px;height:32px;position:fixed;left:50%;top:50%;margin:-16px 0 0 -16px;display:none;z-index: 99999;}/*缓存动态图标*/
#imgLight{width:800px;-webkit-animation:change 1s;animation:change 1s;}
#imgModule .btn{width:40px;height:50px;position:fixed;top:50%;margin-top:-25px;cursor:pointer;z-index: 999999;}/*左右按钮*/
.lightBoxSprite{background-image:url('../images/imgIcons.png');background-repeat:no-repeat;z-index: 999999;}/*功能图片*/
#lightBoxPrev{left:10px;background-position:2px center;}
#lightBoxNext{right:10px;background-position:-42px center;}
.closeBtn{width:35px;height:35px;background-position:-100px center;position:fixed;top:15px;right:15px;cursor:pointer;}/*关闭按钮*/
.lightBoxPagination{position:fixed;left:0;bottom:50px;width:100%;text-align:center;z-index: 9999;}/*圆点*/
.lightBoxPagination span{display:inline-block;width:10px;height:10px;border:1px solid #fff;-webkit-border-radius:50%;border-radius:50%;margin-right:8px;}
.lightBoxPagination span.current{background:#fff;}
@keyframes change{
    0%{opacity:0;}
    100%{opacity:1;}
}


@media screen and (max-width: 321px){
	.lightBoxContent{width: 300px;height: 400px;margin: -200px 0 0 -150px;}
	#imgLight{width: 300px;}
}
@media screen and (max-width: 375px){
	.lightBoxContent{width: 350px;height: 450px;margin: -225px 0 0 -175px;}
	#imgLight{width: 350px;height: 450px;}
}
@media screen and (max-width: 420px){
	.lightBoxContent{width: 380px;height: 450px;margin: -225px 0 0 -190px;}
	#imgLight{width: 380px;height: 450px;}
}

@media screen and (max-width: 1200px){
	.equipment{padding-top: 0;}
	.container2-r li a{
		line-height: 60px;
		padding: 0;
	}
	.container2-r li{
		height: 60px;
	}
	.container2-r li:last-child a{
		line-height: 30px;
	}
	.case{padding-top: 0;}
	#imgDefault ul li{
		width: 49%;
		margin: 0;
		margin-right: 2%;
	}
	#imgDefault ul li:nth-child(even){
		margin-right: 0;
	}
}