


/* 分类 */
.classify{
	padding:30px 0;
	border-bottom:1px solid #ddd;
}
.classify .list li{
	float:left;
	height:40px;
	line-height:40px;
}
.classify .list li:before{
	content:'';
	display:inline-block;
	width:1px;
	height:14px;
	background:#999;
	margin:0 20px;
	position:relative;
	top:2px;
}
.classify .list li:first-child:before{
	display:none;
}
.classify .list li.on a{
	color:#15a1dc;
}
.classify .list li a{
	font-size:15px;
}
.classify .list li a:hover{
	color:#15a1dc;
}
.classify .search{
	position:relative;
	margin-top:2px;
}
.classify .search .key{
	border-radius:40px;
}
.classify .search .send{
	position:absolute;
	right:1px;
	top:1px;
	background:none;
	outline:none;
	height:32px;
	width:45px;
	border:none;
	background:#fff;
	border-radius:0 40px 40px 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#fff;
}
.classify .search .send:hover{
	background:#15a1dc;
	color:#fff;
}

/* 合作客户 */
.partner{
	padding:50px ;
}
.partner .topTitle{
	padding:30px 0 40px 0;
}
.partner .topTitle .p1{
	font-size:36px;
	text-align:center;
	margin-bottom:20px;
}
.partner .topTitle .p2{
	max-width:800px;
	margin:0 auto;
	text-align:center;
	line-height:24px;
	color:#666;
	font-size:15px;
}
.partner .list .item{
	width:20%;
	float:left;
}
.partner .list .item .imgbox{
	margin:5px;
	border:1px solid #eee;
}
.partner .list .item img{
	display:block;
	max-width:100%;
	margin:0 auto;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.partner .list .item:hover img{
	transform:scale(1.1);
}
.pagelist{
	clear:both;
	
}
.pagelist .pagination{
	padding-top:35px;
}

@media screen and (max-width:768px){

	
	.classify .list li{width:33.333%;text-align:center;position:relative;}
	.classify .list li:before{margin:0px;position:absolute;left:0px;top:12px;background:#999;}
	.classify .list li[noborder]:before{display:none;}
	.classify .search{margin-top:5px;}
	
	.partner{padding: 30px 0;}
	.partner .list .item{width:33.333%;}
	.partner .topTitle{padding:20px 0;}
	.partner .topTitle .p1{font-size:26px;}
	.partner .topTitle .p2{font-size:14px;}

}