.enterprise{
	width: 100%;background: #f5f6fc;min-height: 300px;padding: 45px 0 25px;
}
.enterprise-list{
	width: 1200px;margin: 0 auto;
}
.title{
	font-size: 24px;color: #000;font-weight: 600;text-align: center;
}
.title span{
	color: #ffb003;
}
.enterprise-box{
	display: flex;box-sizing: border-box;margin:25px 0 0;
	flex-wrap: wrap;row-gap: 20px;
}
.enterprise-box .enterprise-li{
	min-height: 120px;width: 23.125%;background: #fff;margin-right: 2.5%;border-radius: 5px;box-shadow: 0 15px 30px rgba(0,0,0,.1);padding: 15px 0 25px;
	
}
.enterprise-box .enterprise-li:nth-child(4){
	margin-right: 0;
}
.enterprise-li-img{
	width: 60px;margin: 20px auto 20px;border: 1px solid #ffb003;height: 60px;border-radius: 50%;box-sizing: border-box;
}
.enterprise-li-img img{
	width: 38px;display: block;padding: 10px;height: 38px;
}
.enterprise-box .enterprise-li h4{
	text-align: center;font-size: 18px;margin-bottom: 10px;
}
.enterprise-box .enterprise-li p{
	font-size: 14px;color: #808080;margin: 0 15px;line-height: 1.4em;text-align: center;word-wrap: break-word; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height:4.2em;
}
.enterprise-btn{
	margin: 40px auto 20px;
}
.enterprise-btn a{
	width: 180px;height: 36px;display: block;margin: 0 auto;line-height: 36px;text-align: center;background-color:#ffb003;color: #fff;border-radius: 18px;font-size: 14px;
}
.sever{
	width: 100%;background: #fff;
}
.sever-box{
	width: 1200px;margin: 0 auto;min-height: 200px;padding: 40px 0;
}
.sever-box img{
	width: 100%;margin: 20px auto;display: block;
}
.case{
	width: 100%;background: #f5f6fc;min-height: 300px;padding: 45px 0 25px;
}
.case-box{
	width: 1200px;margin: 0 auto;min-height: 200px;
}
.case-list{
	display: flex;flex-wrap: wrap;margin-top: 40px;
}
.case-list-li{
	width: 580px;height: 230px;background-color: #fff;margin:0 40px 40px 0;box-shadow: 0 15px 30px rgba(0,0,0,.2);display: flex;border-radius: 5px;overflow: hidden;
}
.case-list-li:nth-child(2n+2){
	margin-right: 0;
}
.case-list-li .case-img{
	height: 230px;width: 200px;
}
.case-list-li .case-img img{
	height: 230px;width: 200px;
}
.case-list-li .case-text{
	width: 380px;height: 230px;padding: 30px 20px;box-sizing: border-box;
}
.case-list-li .case-text h4{
	font-size: 18px;font-weight: 600;color: #000; white-space: nowrap; overflow: hidden;text-overflow:ellipsis; max-width: 300px;
}
.case-list-li .case-text p{
	text-align: left;color: #808080;font-size: 14px;line-height: 1.4em;margin:15px 0; word-wrap: break-word; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height:4.2em;
}
.case-list-li .case-text a{
	display: block;width: 180px;height: 32px;border-radius: 16px;border: 1px solid #ffb003;text-align: center;line-height: 32px;font-size: 14px;color: #ffb003;
}
.case-list-li .case-text a:hover{
	background-color: #ffb003;color: #fff;
}

@media (max-width: 1200px) {
	.enterprise-list,
	.sever-box,
	.case-box { width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
	.case-list-li { width: 48.5%; margin-right: 3%;  }
}

@media (max-width: 900px) {
	.case-list-li { height: 178px; }
	.case-list-li .case-img,
	.case-list-li .case-img img { width: 150px; height: 178px; }
	.case-list-li .case-text { width: 200px; height: 178px; }
	.case-list-li .case-text h4 { font-size: 16px; }
	.case-list-li .case-text p { font-size: 13px; }
	.case-list-li .case-text a { line-height: 26px; height: 26px; font-size: 13px; width: 100%; }
}

@media (max-width: 767px) {
	.title { font-size: 16px; }
	.enterprise-box {font-size: 0;row-gap: 14px;}
	.enterprise-box .enterprise-li:nth-child(4),
	.enterprise-box .enterprise-li { width: calc(50% - 7px); display: inline-block;margin-right:14px;padding:0;box-shadow: 0 3px 10px rgba(0, 0, 0, .1);}
	.enterprise-box .enterprise-li:nth-child(2n){
	    margin-right: 0;
	}
	.case-list-li .case-text { width: 100%; padding-top: 20px; }
	.case-list-li { width: 100%; margin-right: 0; }
	.enterprise-box .enterprise-li h4 { font-size: 15px; }
	.enterprise-box .enterprise-li p { font-size: 13px; }
	.enterprise-btn { margin-top: 10px; margin-bottom: 0; }
	.enterprise-btn a { font-size: 13px; }
}


@media (max-width: 400px) {
}





