
.xk_row{
    max-width: 1110px;
	margin: 0 auto 40px auto;
	display: flex;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;
}
.xk_row_4{
	width: 33.333%;
	padding: 0 9px;
}
.xk_row_4 img{
	width: 100%;
}
.xk_cont_txt{
    width: 100%;
    max-width: 1110px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	color: #585858;
	line-height: 40px;
}
.contBottomBox{
	width: 100%;
	max-width: 1060px;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 50px;
}
.contBottomBox h1{
	font-size: 32px;
	color: #fff;
line-height: 45px;
}
.contBottomBox p{
	font-size: 24px;
	color: #fff;
line-height: 45px;
}
.xk_center_cont img{
	width: 100%;
}
.xk_center_cont{
	/* background: url(/skin/default/img/banner_center_04.jpg) no-repeat; */
	background-size:cover;
	height: 140px;
	display: flex;
	flex-flow:column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 100px;
}
.xk_center_cont span{
	padding: 0 5px 0 10px;
	border-radius: 4px;
	background: rgba(216, 98, 58, 0.7);
	font-size: 18px;
	color: #FFFFFF;
	line-height: 34px;
}
.font30{
	font-size: 30px;
}

.m-top30{
	margin-top: 60px;
}
.pcshow{
	display: block;
}
.moblieshow{
	display: none;
}
@media screen and (max-width: 750px) {
	.p-top30{
		padding-top: 84px;
	}
	.moblieshow{
		display: block;
	}
	.pcshow{
		display: none !important;
	}
	a2{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	a2 a{
		font-size: 1.3rem;
		padding: 0px 4px;
		margin-bottom: 20px;
	}
	.job{
		margin-bottom: 30px;
	}
	.m-top30{
		margin-top: 30px;
	}
	.xk_cont_txt{
		padding: 0 1.8rem;
		font-size: 1.5rem;
		line-height: 27px;
	}
	.xk_center_cont span{
		display: none;
	}
	.contBottomBox{
		width: 92%;
		border-radius: 30px;
		height: auto;
		margin-top: 30px;
		margin-bottom: 50px;
		padding:0 20px;
		background: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.xk_row{
		margin-left: 0;
		margin-right: 0;
		margin: 0 auto 20px auto;
	}
	.xk_row .xk_row_4{
		display: none;
	}
	.xk_row .xk_row_4:first-child{
		display: block;
		width: 100%;
		padding: 0;
	}
	.contBottomBox h1{
		color: #FFFFFF;
		line-height: 45px;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		display: none;
	}
	.contBottomBox p{
		display: none;
	}
	.contBottomBox img{
		display: block;
		width: 100%;
	}
	.xk_center_cont{
		background: url(/skin/default/img/iphoneImg_04.jpg) no-repeat;
		background-size:cover;
		height: 175px;
		margin-top: 25px;
		margin-bottom: 50px;
	}
	.cont_iphone .xk_cont_txt{
		padding: 0 0;
	}
}