.w-function {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.w-function .w-item {
    width: 560px;
    height: 148px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    margin-bottom: 40px;
    margin-right: 30px;
    box-sizing: border-box;
}
.w-function .w-item:hover {
	background: url(../images/active-bg.png) no-repeat top center;
	background-size: 100%; 
}
.w-function .w-item .w-top {
    width: 390px;
    float: left;
    padding: 0 30px;
}
.w-function .w-item .w-top .w-title {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 20px;
    color: #191c3d;
    padding-top: 40px;
}
.w-function .w-item .w-top .w-desc {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #191c3d;
    padding: 20px 0;
}
.w-function .w-item .w-top .w-desc .w-d-1 .red {
    color: #ff4600;
    font-size: 18px;
}
.w-function .w-item .w-icon {
    width: 60px;
    height: 60px;
    float: right;
    border-radius: 50%;
    margin-top: 44px;
    margin-right: 40px;
}

@media (max-width: 767px) {
	.w-function {
		width: 94%;
		margin: 0 3%;
		display: block;	
	}
	.w-function .w-item {
		width: 100%;
		height: 120px;
	}
	.w-function .w-item .w-top {
		width: 60%;
		 padding: 0 20px;
	}
	.w-function .w-item .w-top .w-title {
		padding-top: 25px;
	}
	.w-function .w-item .w-icon {
		margin-top: 30px;
	}
}