
.headTypeParent{
	position:relative;
	background:#262626;
	margin-bottom: 60px;
}
.headType{
	width:60%;
	height:60px;
	margin:0px auto;
	display:flex;
	justify-content: space-around;
}
.headType li a{
		color:#fff;
}

.headType li:nth-last-of-type(1){
		border-right:none;	
}

/* .content{
	width:80%;
	margin:0 auto;
} */


/* 行业需求  start */
.jobNeed{
	width:80%;
	margin:0 auto 50px;
}
.jobNeedList li{
	position: relative;
	width:19%;
	min-width:216px;
	float:left;
	    overflow: hidden;
	    max-height: 350px;
}
.jobNeedList li h4{
	position: absolute;
    top: 82px;
    left: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* 行业需求   End  */

/* 核心业务场景  start */

.centerYewu{
	background-color:#f3f3f3;
	padding: 56px 0 76px
}
.centerYewuUl{
	width:60%;
	margin:30px auto;
}
ul.centerYewuUl li {
    border: 1px solid #999;
    padding: 30px 0;
    width: 26.8%;
    background: #fff;
    position:relative;
    overflow:hidden;
}
ul.centerYewuUl li h4 {
    line-height: 98px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
ul.centerYewuUl li img{
	opacity:0;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


ul.centerYewuUl li:hover img,
ul.centerYewuUl li:hover p{
	transition:0.5s;
	opacity:1; 
}
ul.centerYewuUl li:hover img{
	transform:scale(1.2);
	transition:1s;
}
.centerYewuSpling{
	display:block;
	width:38px;
	height:46px;
	margin: 0 auto;
	background:url("../../images/enterprise_services_platform/centerYewuSpling.png");
}
.cysIcon1{
	background-position: 0 1px;		
}
.cysIcon2{
	width:54px;
	background-position: -38px 1px;		
}
.cysIcon3{
	width:56px;
	background-position: -97px 1px;		
}
.cysIcon4{
	width:48px;
	background-position: -156px 1px;		
}
.cysIcon5{
	width:46px;
	background-position: -205px 1px;		
}
.cysIcon6{
	width:46px;
	background-position: -260px 1px;		
}
/* 核心业务场景  End */


/* 支撑平台  start */
.zhicheng{
	background:url("../../images/enterprise_services_platform/online-blackimg.jpg");
	height:516px;
	color:#fff;
}
.onlineZhicheng li .zhichengTopdiv + p{
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.zhichengUl{
	width:56%;
	margin:20px auto;
}
.zhichengUl li{
	text-align:center;
	width: 25%;
	position: relative;
	overflow: hidden;
}
.zhichengUl li h4{
	font-size:16px;
	font-weight:bold;
	margin:10px auto 80px;
	letter-spacing:2px
}
.zhichengUl b{
	display: inline-block;
    width: 30px;
    border-top: 2px solid #fff;
}
.zhichengShowdiv{
	position: absolute;
    top: -125px;
    opacity:0;
}
.zhichengSpling{
	display:block;
	width:60px;
	height:46px;
	margin: 0 auto 56px;
	background:url("../../images/enterprise_services_platform/zhichengSpling.png");
}
.zcIconYes{
	display:inline-block;
	background-position: -180px 2px;
	vertical-align: middle;
	margin-bottom: 0;
}
.zcIcon2{
	background-position: -60px 2px;
}
.zcIcon3{
	background-position: -120px 2px;
}
.zhichengShowdiv p {
    text-align: left;
    font-size: 12px;
    margin-top: 46px;
}

.zhichengUl li:hover .zhichengShowdiv{
	transform:translateY(130px);
	opacity:1;
	transition:1.3s
}
.zhichengUl li:hover .zhichengTopdiv{
	transform:translateY(130px);
	opacity:0;
	transition:0.7s
}
/* 支撑平台  End */



/*解决方案架构  start  */
.solutionJiaGou{
	margin: 57px auto;	
}
.swiper-container{
	margin:75px auto;
}
.hover-content-li{
	margin: 36px auto 0;
    width: 50%;
}
/*解决方案架构  end*/

















