.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-list .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: 50%;background: #fff;margin-left: 35px;border-radius: 5px;box-shadow: 0 15px 30px rgba(0,0,0,.1);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;
}
.consultBox{
	width: 100%;min-height: 200px;background-color: #fff;padding-top: 40px;
}
.case{
	width: 1200px;margin: 40px auto;height: 300px;overflow: hidden;
}

.case-list{
	margin: 0 20px 0 0;height: 258px;border-bottom: 2px solid #ffb003;
}
.case-list img{
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);margin-top: 10px;
}
.case-list p{
	font-size: 14px;line-height: 40px;margin-top: 10px;
}
#fwzx1{margin-top: 40px;}
.consulting-box{
	width: 1200px;display: flex;margin: 40px auto;flex-wrap: wrap;
}
.consult-list{
	width: 390px;height: 310px;background-color: #fff;margin-right: 15px;position: relative;margin-bottom: 40px;
}
.zixun{width: 100%;display: flex;justify-content: center;align-items: center;}
.zixun a{display: block;
    width: 150px;
    height: 45px;
    background-color: #ffb003;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
    font-size: 14px;}
.consult-list:nth-child(3n){margin-right: 0;}

.consult-list img{
	width: 390px;height: 310px;
}
.consult-list-text{
	width: 390px;height: 155px;position: absolute;bottom: 0;left: 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5))); 
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5) 100%);  
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.5)'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.5)')"; /* IE8 */
}
.consult-list-text p{
	height: 55px;width: 100%;display: flex;position: absolute;bottom: 0;left: 0;
}
.consult-list-text p span{
	width: 280px;line-height: 30px;font-size: 14px;color: #fff;box-sizing: border-box;padding-left: 10px;font-weight: 600;
}
.consult-list-text p a{
	display: block;width: 100px;height: 30px;background-color: #ffb003;color: #fff;text-align: center;line-height: 30px;border-radius: 5px;font-size: 14px;
}
/* 390 310 */



@media (max-width: 1200px) {
	.enterprise-list,
	.finance .finance-box { box-sizing: border-box; padding-left: 20px; padding-right: 20px; width: 100%; }
	.case,.consulting-box { display: block; font-size: 0; width: 100%; }
	.consult-list { width: 30%; margin-left: 1.5%; margin-right: 1.5%; display: inline-block; }
	.consult-list img { width: 100%; height: auto; }
	.consult-list { height: auto; }
	.consult-list-text { width: 100%;  }
	.consult-list-text p a { margin-right: 10px; }
}



@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) {
	.enterprise-list .title,.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; }
	.consult-list { width: 50%; margin-left: 25%; margin-bottom: 20px; }
}
@media (max-width: 500px) {
	.consult-list { width: 90%; margin-left: 5%; }
}


