.honor {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}

.honor-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	border: 1px dashed #0071BF;
}


.honor-box h2 {
	display: block;
	width: 200px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #888888;
	border-bottom: 1px dashed #0071BF;
	margin: 0 auto;
}

.news-gather {
	width: 97%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.news-gather li {
	width: 27%;
	height: 220px;
	border: 1px solid #ccc;
	margin: 35px;
	float: left;
	position: relative;
	overflow: hidden;
}

.news-gather li img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-gather li .user {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	/* 点击事件穿透 */
	pointer-events: none;
	position: absolute;
	top: -260px;
	left: 0px;
}

.user h3 {
	font-size: 18px;
}

.user span {
	font-size: 16px;
}

.user a {
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	/* 点击事件穿透 */
	pointer-events: auto;
}

.news-gather li:hover {
	cursor: pointer;
}

.news-gather li:hover .user {
	top: 0px;
	transition: top 0.5s linear;
}

.user a:hover {
	color: #d8aea9;
}


.pile2,
.pile3 {
	display: none;
}


/* 产品大图 */

.creative {
	display: none;
	width: 1200px;
	height: 600px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.creative h1 {
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}

.creative .del {
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
}

.del:hover {
	cursor: pointer;
	color: #7CC86D;
}

.creative img {
	display: block;
	max-width: 1200px;
	max-height: 460px;
	margin: 0 auto;
	margin-top: 30px;
}

.creative p {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-top: 30px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

/* 分页器 */
.page {
	width: 260px;
	height: 30px;
	margin: 20px auto;
}

.page div {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 20px;
	line-height: 20px;
}
.page div a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #1E9FFF;
	color: #1E9FFF;
	border-radius: 50%;
	text-align: center;
}
.page div a:hover{
	background-color: #1E9FFF;
	color: #FFFFFF;
}
