#topImg{
	min-height:100px;
}
#topImg img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
#topImg .bottom-line{
	height:4px;
	background:#94bfff;
}
/* 导行nav-min */
#nav-min{
	width:100%;
	min-height:55px;
	background:#fff;
	border-bottom:2px solid #94bfff;
}
#nav-min ul{
	text-align:center;
}
#nav-min ul li{
	display:inline-block;
	height:55px;
}
#nav-min ul li a{
	display:block;
	color:#37474f;
	line-height:55px;
	font-size:16px;
	padding:0px 12px;
	text-align:center;
}
#nav-min ul li a:hover{
	color:#fff;
	background:#94bfff;
}
#nav-min ul li a.active{
	color:#fff;
	background:#94bfff;
	height:55px;
	border-bottom:2px solid #94bfff;
}


/* 产品列表 */
#list{
	max-width:80%;
	min-width:1024px;
	margin:0 auto;
	padding:40px 0;
	display:flex;
	flex-wrap: wrap;
}
#list .item{
	width:32%;
	margin:1% 0;
	background:#fff;
	overflow:hidden;
}
#list .item:hover{
	box-shadow:0 0 50px #dedede;
}
#list .item:hover img{
	transform:scale(1.1); 
}
#list .item:hover h2{
	background:#94bfff; 
}
#list .c_item{
	margin:1% 2%;
}
#list .item .imgbox{
	overflow:hidden;
	border:1px solid #eee;
	border-bottom:none;
}
#list .item .imgbox img{
	width:100%;
	transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}
#list .item h2{
	text-align:center;
	height:48px;
	line-height:48px;
	background:#94bfff;
	color:#fff;
	font-weight:500;
	font-size:18px;
	letter-spacing:1px;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
	padding:0 10px;
}

/*分页样式*/
#pageList{
	padding:5px 0 5px 0px;
	margin:20px auto 0 auto;
	width:100%;
}
#pageList ul{
	text-align:center;
	font-size:0;
	letter-spacing:-4px;/* 去间隙兼容苹果 */
	margin:0 auto;
}
#pageList ul li{
	display:inline-block;
	width:36px;
	height:36px;
	border:1px solid #e4eaec;
	border-left:0;
	line-height:36px;
	font-size:14px;
	letter-spacing: normal;/* 去间隙兼容苹果 */
	background:#fff;
}
#pageList ul li.active{
	color:#fff;
	background:#94bfff;
	border:1px solid #94bfff;
	border-left:0;
}
#pageList ul li:hover{
	background:#f7f7f7;
}
#pageList ul li.active:hover{
	background:#94bfff;
}

#pageList ul li:first-child{
	border-left:1px solid #e4eaec;
}
#pageList ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#737373;
}




