.row-a1{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.ent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ent div:last-child{
    color: #f5f5f5;
    font-size: 60px;
    font-weight: 600;
}
body{
    background: #f8f8f8 !important;
}
.enterprise ul li{
    background-color: #fff;
    width: 379px;
    padding: 60px 40px 60px 28px;
}
.enterprise ul li:hover .enterprise-on .ent>div:first-child img{
   transform: rotate(360deg);
   -webkit-transition: all 0.35s;
   -o-transition: all 0.35s;
   transition: all 0.35s;
}
.ent-text{
	line-height: 25px;
}
.ent-tit div:first-child{
    color: #333;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.ent-tit div:last-child{
    padding-bottom: 20px;
    color: #999999;
}
.enterprise-on {
    padding-bottom: 70px;
    position: relative;
}
.enterprise-on::before{
    content: "鈥";
    position: absolute;
    bottom: 0;
    color: #82c032;
    font-size: 48px;
    font-weight: 600;
}
.enterprise ul>li:nth-child(4) .ent-text{
	margin-left: 13px;
}
.enterprise ul>li:nth-child(4) .ent-text p{
	position: relative;
}
.enterprise ul>li:nth-child(4) .ent-text p:before{
	content: "鈼";
	color:#82c031;
	  position: absolute;
	  left: -16px;
	  top: -1px;

}
.enterprise ul{
    display: flex;
    flex-wrap: wrap;
}
.enterprise ul li{
    margin-right: 30px;
    margin-bottom: 30px;
}
.enterprise ul li:nth-child(3n+3){
    margin-right: 0;
}
.banners img{
	width: 100%;
}
@media only screen and (max-width: 769px){
	.footer-box{
		background: unset !important;
		padding-top:0 !important;
	}
	.footer-top{
		display: none !important;
	}
	.banners{
		padding-top: 3.8rem;
	}
	.row-a1{
	   margin-bottom: 1rem !important;
	   margin-top: 1rem !important;
	}
	.footer-box{
		background: unset !important;
		padding-top:0 !important;
	}
	.footer-top{
		display: none !important;
	}
	.footer-lj ul{
		flex-wrap: wrap;
		justify-content: center !important;
		margin-top: 0 !important;
	}
	.enterprise ul li{
		margin-right: 0;
	}
	.ent-tit div:first-child{
		font-size: 1.2rem;
	}
}