.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;
}
.enterprise-box{
	display: flex;box-sizing: border-box;margin:25px 0 0;
}
.enterprise-box .enterprise-li{
	min-height: 120px;width: 25%;background: #fff;margin-left: 35px;border-radius: 5px;box-shadow: 0 15px 30px rgba(0,0,0,.2);padding: 15px 0 25px;
}
.enterprise-box .enterprise-li:first-child{
	margin: 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;padding: 0 15px;line-height: 20px;text-align: center;
}
.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;
}

.finance{
	width: 100%;min-height: 200px;background-color: #fff;
}
.finance .finance-box{
	width: 1200px;min-height: 200px;margin: 30px auto;border-bottom: 1px solid #dedede;padding: 40px 0 50px;
}
.finance-list{
	display: flex;align-items: center;justify-content: center;margin-top: 40px;
}
.finance-list-big{
	width: 220px;height: 260px;box-shadow: 0 15px 30px rgba(0,0,0,.2);overflow: hidden;border-radius: 5px;
}
.finance-list-big .big-img{
	width: 220px;height: 180px;overflow: hidden;
}
.finance-list-big .big-img img{
	width: 220px;height: 180px;
}
.finance-list-big .big-text{
	height: 80px;box-sizing: border-box;padding: 15px 10px;
}
.finance-list-big .big-text p{
	text-align: center;line-height: 1.4em;color: #000;font-size: 14px; word-wrap: break-word; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height:2.8em;
}
.finance-list-small{
	width: 106.5px;text-align: center;margin: 0 auto;
}
.finance .no-border{
	border-bottom: none;
}

/* 220  260     220 180 */


@media (max-width: 1200px) {
	.enterprise-list,
	.finance .finance-box { box-sizing: border-box; padding-left: 20px; padding-right: 20px; width: 100%; }
	.finance-list-big { width: 20%; height: 100%; }
	.finance-list-big .big-img img { width: 100%; height: auto;	 }
	.finance-list-big .big-img { width: 100%; text-align: center; height: auto; }
}



@media (max-width: 1000px) {
	.case-box-right { padding-bottom: 5%; }
	.case-box-left,
	.case-box-left img { width: 480px; height: 288px; }
	.case-box { height: 288px; }
	.finance-list-small { width: 80px; }
}

@media (max-width: 820px) {
	.case-box { display: block; height: auto; }
	.case-box-left,
	.case-box-left img { width: 100%; height: auto; }
	.finance-list-small { display: none; }
	.finance-list-big { width: 23%; margin-left: 1%; margin-right: 1%; }
}

@media (max-width: 767px) {
	.title { font-size: 16px; }
	.case-box-right { width: 100%; }
	.enterprise-box { display: block; font-size: 0; }
	.enterprise-box .enterprise-li:first-child,
	.enterprise-box .enterprise-li { width: 46%; display: inline-block; margin-left: 2%; margin-right: 2%; margin-bottom: 20px; }
	.enterprise-box .enterprise-li h4 { font-size: 15px; }
	.enterprise-box .enterprise-li p { word-wrap: break-word; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height:4.2em; line-height: 1.4em; font-size: 13px; }
	.enterprise-btn { margin-top: 10px; margin-bottom: 0; }
	.enterprise-btn a { font-size: 13px; }
	.finance-list { display: block; font-size: 0; }
	.finance-list-big { display: inline-block; width: 48%; margin-left: 1%; margin-right: 1%; margin-bottom: 4%; }
}

