.par{
	padding: 100px 0;
}
.par-a{
	width: 100%;
	height: auto;
	text-align: center;
}
.par-a ul{
	width: auto;
	height: auto;
	display: inline-block;
}
.par-a ul li{
	width: 152px;
	height: 40px;
	color: #4a9dff;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0  0 10px #e7e7f5;
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	margin: 0 10px;
	cursor: pointer;
}
.par-a .active{
	background: linear-gradient(to right, #5947fe, #36b4df);
	background: -webkit-linear-gradient(to right, #5947fe, #36b4df);
	color: #fff;
}
.par-b{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.par-b .col-md-2{
	width: 20%;
	margin-bottom: 30px;
}
.par-b1{
	width: 100%;
	height: 250px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px #ddd;
	position: relative;
}
.par-b1 a{
	width: 100%;
	height: 100%;
	display: block;
}
.par-b1 img{
	width: 80%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.par-b1 div{
	width: 80%;
	height: 1px;
	background: #fff;
	display: none;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%,0);
}
.par-b1 p{
	color: #fff;
	font-size: 18px;
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 80%;
}
.par-b1:hover{
	background: linear-gradient(to right, #5750fc, #428ee9);
	background: -webkit-linear-gradient(to right, #5750fc, #428ee9);
}
.par-b1:hover img{
	top: 35%;
}
.par-b1:hover div{
	display: block;
}
.par-b1:hover p{
	display: block;
}
.par-b .news-c{
	margin-top: 30px;
}
/*资源伙伴*/
.par-c{
	width: 100%;
	height: auto;
	box-shadow: 0 0 15px #ddd;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.par-c1{
	width: 35%;
	height: auto;
	float: left;
}
.par-c1 img{
	width: 100%;
	height: auto;
}
.par-c2{
	width: 65%;
	height: auto;
	float: left;
	padding: 60px 30px 0;
}
.par-c2 p:first-child{
	color: #666;
	font-size: 20px;
	margin-bottom: 15px;
}
.par-c2 p:nth-child(2){
	width: 60%;
	height: 1px;
	background: #666;
	margin-bottom: 15px;
}
.par-c2 p:nth-child(3){
	color: #666;
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.par-c:hover{
	background: linear-gradient(to right, #5750fc, #428ee9);
	background: -webkit-linear-gradient(to right, #5750fc, #428ee9);
}
.par-c:hover p:first-child{
	color: #fff;
}
.par-c:hover p:nth-child(2){
	background: #fff;
}
.par-c:hover p:nth-child(3){
	color: #fff;
}
/*客户案例详情*/
.part{
	padding: 100px 15px 70px;
}
.part .news-d1{
	border-bottom:0;
}
.part .news-d1 p:first-child{
	font-size: 35px;
	color: #222;
}
.part .news-d1 p{
	font-size: 18px;
	color: #437dff;
	margin-bottom: 20px;
}
.part .news-d1 p span{
	color: #666;
}
.part .det-a{
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	color: #437dff;
}
.part .det-a p:first-child{
	font-size: 18px;
	color: #437dff;
}
.part .det-a p{
	font-size: 16px;
	color: #666;
}
.part .det-a p span{
	text-align: center;
	display: block;
	margin-top: 20px;
}
.part .news-d3{
	border-top: 1px solid #eee;
	margin-top: 60px;
}
@media (max-width: 1400px){
	.par-b1{
		height: 204px;
	}
	.par-c2{
		padding: 40px 30px 0;
	}
}
@media (max-width: 1200px){
	.par{
		padding: 80px 0;
	}
	.par-b{
		margin-top: 90px;
	}
	.par-b1{
		height: 160px;
	}
	.par-b1 p{
		font-size: 16px;
		top: 78%;
	}
	.par-b .news-c{
		margin-top: 20px;
	}
	.par-c2{
		padding: 30px 30px 0;
	}
	.par-c2 p:first-child{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.par-c2 p:nth-child(2){
		margin-bottom: 10px;
	}
	.part{
		padding: 80px 15px 50px;
	}
	.part .news-d1 p:first-child{
		font-size: 32px;
	}
	.part .news-d3{
		margin-top: 40px;
	}
}
@media (max-width: 991px){
	.par{
		padding: 40px 0 60px;
	}
	.par-b{
		margin-top: 30px;
	}
	.par-b1{
		height: 120px;
	}
	.par-b1 p{
		font-size: 14px;
		top: 78%;
	}
	.par-b .news-c{
		margin-top: 0px;
	}
	.par-a ul li{
		width: 140px;
		font-size: 14px;
	}
	.par-c1{
		width: 38%;
	}
	.par-c2{
		width: 62%;
		padding: 20px 20px 0;
	}
	.par-c2 p:first-child{
		font-size: 16px;
	}
	.par-c2 p:nth-child(3){
		line-height: 24px;
	}
	.part{
		padding: 40px 15px 40px;
	}
	.part .news-d1 p:first-child{
		font-size: 28px;
	}
	.part .news-d1 p{
		font-size: 16px;
	}
	.part .det-a p:first-child{
		font-size: 16px;
	}
	.part .det-a p{
		font-size: 14px;
		line-height: 28px;
	}
	.part .news-d3{
		margin-top: 30px;
	}
}
@media (max-width: 767px){
	.par{
		padding: 20px 0 30px;
	}
	.par-b{
		margin-top: 15px;
	}
	.par-b1{
		height: 69px;
	}
	.par-b1 p{
		font-size: 12px;
		top: 78%;
	}
	.par-b1:hover img{
		top: 50%;
	}
	.par-b1:hover div{
		display: none;
	}
	.par-b1:hover p{
		display: none;
	}
	.par-b .news-c{
		margin-top: 0px;
	}
	.par-a ul{
		margin-bottom: 0px;
	}
	.par-a ul li{
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin: 5px;
	}
	.par-b .col-xs-2{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.par-b{
		padding: 0 7.5px;
	}
	.par-b1 img{
		width: 100%;
	}
	.par-c{
		margin-bottom: 15px;
	}
	.par-c2{
		width: 62%;
		padding: 20px 20px 0;
	}
	.part{
		padding: 20px 15px 40px;
	}
	.part .news-d1 p:first-child{
		font-size: 22px;
	}
	.part .news-d1 p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.part .det-a{
		margin-bottom: 15px;
	}
	.part .det-a p:first-child{
		font-size: 16px;
	}
	.part .det-a p{
		font-size: 14px;
		line-height: 28px;
	}
	.part .news-d3{
		margin-top: 15px;
	}
}
@media (max-width: 375px){
	.par-b1{
		height: 62px;
	}
	.par-c2{
		width: 62%;
		padding: 15px 15px 0;
	}
}
@media (max-width: 320px){
	.par-b1{
		height: 51px;
	}
	.par-c2 p:first-child{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.par-c2 p:nth-child(2){
		margin-bottom: 5px;
	}
}