.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;
}

.case{
	width: 100%;margin: 0 auto;padding: 40px 0;
}
.case-box{
	position: relative;
	width: 1200px;height: 360px;margin:0 auto;box-shadow: 0 15px 30px rgba(0,0,0,.2);display: flex;margin-bottom: 40px;
}
.case-box-left{
	width: 600px;height: 360px;
}
.case-box-left img{
	width: 600px;height: 360px;
}
.case-box-right{
	box-sizing: border-box;padding: 5% 5% 0;width: 600px;
}

.case-box-right h4{
	font-size: 18px;color: #000;font-weight: 600;margin-bottom: 5px;
}
.case-box-right h5{
	font-size: 14px;color: #333;line-height: 24px;font-weight: normal;margin-bottom: 15px;
}
.case-box-right p{
	display: flex;flex-wrap: wrap;margin-bottom: 5px;
}
.case-box-right p span{
	display: block;font-size: 14px;color: #333;
}
.case-box-right p img{
	width: 30px;height: 16px;margin: 1px 8px 0;
}
.case-box-right a{
	display: block;width: 150px;height: 32px;line-height: 32px;text-align: center;border: 1px solid #ffb003;border-radius: 16px;color: #ffb003;font-size: 14px;margin-top: 30px;
}
.case-box-right a:hover{
	background-color:#ffb003 ;color: #fff;
}


/* 600 360 */

@media (max-width: 1200px) {
	.enterprise-list,
	.case-box { box-sizing: border-box; padding-left: 20px; padding-right: 20px; width: 100%; }
	
}

@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; }
}

@media (max-width: 820px) {
	.case-box { display: block; height: auto; }
	.case-box-left,
	.case-box-left img { width: 100%; height: auto; }
}

@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; }
}







