.erp-bg{
	background-image:url('../images/integration/erp-bg.png');
	background-size:100%;
	height:100%;
	background-repeat: no-repeat;
}

/* 课程 */
.kc-box{
	border:1px dashed #e2ecf5;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.kc-title{
	line-height: 50px;
	font-size: 20px;
	background-color: #e2ecf5;
	padding-left: 20px;
}
.kc-li{
	padding: 10px 0 10px 20px;
	/* text-align: center; */
}
@media (min-width: 992px){
	.mpsm1{
		display: none;
	}
	.mpsm{
		display: block;
	}
}
@media (max-width: 992px){
	.mpsm1{
		display: block !important;
		margin-bottom: 30px;
	}
	.mpsm{
		display: none !important;
	}
}
.background__gradient{
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: -3;
}
/* 图片头部 */
.h-header{
	background-image: url('../images/bg/fu-header_01.jpg');
	background-size:100%;
	height:100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
/* 呼叫中心 */
.callcenter-bg{
	background-image: url('../images/integration/callcenter-bg.jpg');
    background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}