.banner {
	width: 100%;
	min-height: 593px;
	background-image: url('https://bjdzc.cn/PC/img/sjkshBannerBack.png');
	background-size: contain;
	background-position: 155px 0px;
	background-color: #081964;
	background-repeat: no-repeat;
	margin-top: 100px;
	padding-top: 110px;
	background-position: 50%;
	/* overflow: hidden; */
}

.bannerTextBox {
	width: 510px;
	float: left;
	margin-right: 315px;
}

.bannerImg {
	width: 374px;
	display: block;
}

.bannerTitle {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 59px;
	margin-bottom: 48px;
}

.bannerText {
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.bannerButton{
	width: 240px;
	height: 77px;
	background: #3053EB;
	border-radius: 16px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	position: relative;
	margin-top: 40px;
}

.bannerButtonText{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}





.main {
	padding-top: 100px;
}

.mainContent {
	padding-top: 60px;
}

.mainItem {
	width: 100%;
	min-height: 469px;
	background: linear-gradient(180deg, #F2F4FF 0%, rgba(242, 244, 255, 0) 100%);
	border-radius: 10px;
	padding: 20px 50px 0px 0px;
}

.mainLeft {
	float: left;
	width: 489px;
	margin-right: 110px;
}

.mainRight {
	width: 550px;
	height: 378px;
	float: left;
	margin-top: 13px;
}

.crmImg {
	width: 100%;
	height: 100%;
}

.mainTitleText {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}

.mainTextItem {
	margin-bottom: 15px;
}

.mainText {
	width: 445px;
	margin-left: 44px;
	font-size: 16px;
	color: #444444;
	line-height: 1.5;
}

.mainText1 {
	color: #333333;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 21px;
}

.mainTitleSymbol {
	width: 100px;
	height: 6px;
	background: #5373FF;
	margin: auto;
}

.mainTitleLine {
	width: 445px;
	height: 2px;
	background: #F1F1F1;
}




.pro {
	padding-top: 100px;
	padding-bottom: 100px;
}

.proContent {
	padding-top: 60px;
}

.proItem {
	width: 290px;
	line-height: 1.5;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #3053EB;
	float: left;
	margin-right: 13px;
	padding-top: 22px;
	padding-bottom: 20px;
}

.proImg {
	width: 54px;
	height: 54px;
	display: block;
	margin: auto;
}

.proTitle {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	margin: 11px 0px 14px 0px;
}

.proText {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	line-height: 1.5;
}

.adminCaseTitleImg {
	width: 450px;
	display: block;
	margin: auto;
}

.sjkshCase {
	width: 100%;
	height: 527px;
	background-image: url('https://bjdzc.cn/PC/img/sjkshCaseBack.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 100px;
}

.sjkshCaseContent {
	padding-top: 50px;
}

.sjkshCaseItem {
	width: 363px;
	height: 204px;
	margin-right: 55px;
}

.caseItemWhole{
	float:left;
	width:363px;
	margin-right: 55px;
}























@media screen and (max-width:1200px) {
	.banner {
		width: 100%;
		min-height: 5.93rem;
		background-image: url('https://bjdzc.cn/PC/img/sjkshBannerBack.png');
		background-size: contain;
		background-position: 1.55rem 0rem;
		background-color: #081964;
		background-repeat: no-repeat;
		margin-top: 1rem;
		padding-top: 1.1rem;
		/* overflow: hidden; */
	}

	.bannerTextBox {
		width: 5.1rem;
		float: left;
		margin-right: 3.15rem;
	}

	.bannerImg {
		width: 3.74rem;
		display: block;
	}

	.bannerTitle {
		font-size: 0.5rem;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.5;
		margin-top: 0.59rem;
		margin-bottom: 0.48rem;
	}

	.bannerText {
		font-size: 0.24rem;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.5;
	}
	
	.bannerButton{
	width: 2.4rem;
	height: 0.77rem;
	background: #3053EB;
	border-radius: 0.16rem;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	position: relative;
	margin-top: 0.4rem;
}

.bannerButtonText{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}




	.main {
		padding-top: 1rem;
	}

	.mainContent {
		padding-top: 0.6rem;
	}

	.mainItem {
		width: 100%;
		min-height: 4.69rem;
		background: linear-gradient(180deg, #F2F4FF 0%, rgba(242, 244, 255, 0) 100%);
		border-radius: 0.1rem;
		padding: 0.2rem 0.5rem 0rem 0rem;
	}

	.mainLeft {
		float: left;
		width: 4.89rem;
		margin-right: 1.1rem;
	}

	.mainRight {
		width: 5.5rem;
		height: 3.78rem;
		float: left;
		margin-top: 0.13rem;
	}

	.crmImg {
		width: 100%;
		height: 100%;
	}

	.mainTitleText {
		font-size: 0.26rem;
		font-weight: bold;
		color: #333333;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 0.15rem;
	}

	.mainTextItem {
		margin-bottom: 0.15rem;
	}

	.mainText {
		width: 4.45rem;
		margin-left: 0.44rem;
		font-size: 0.16rem;
		color: #444444;
		line-height: 1.5;
	}

	.mainText1 {
		color: #333333;
		line-height: 1.5;
		font-size: 0.18rem;
		font-weight: bold;
		margin-bottom: 0.15rem;
		margin-top: 0.21rem;
	}

	.mainTitleSymbol {
		width: 1rem;
		height: 0.06rem;
		background: #5373FF;
		margin: auto;
	}

	.mainTitleLine {
		width: 4.45rem;
		height: 0.02rem;
		background: #F1F1F1;
	}




	.pro {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.proContent {
		padding-top: 0.6rem;
	}

	.proItem {
		width: 2.9rem;
		line-height: 1.5;
		background: #FFFFFF;
		border-radius: 0.1rem;
		border: 0.01rem solid #3053EB;
		float: left;
		margin-right: 0.13rem;
		padding-top: 0.22rem;
		padding-bottom: 0.2rem;
	}

	.proImg {
		width: 0.54rem;
		height: 0.54rem;
		display: block;
		margin: auto;
	}

	.proTitle {
		font-size: 0.18rem;
		font-weight: 500;
		color: #333333;
		line-height: 1.5;
		text-align: center;
		margin: 0.11rem 0rem 0.14rem 0rem;
	}

	.proText {
		text-align: center;
		font-size: 0.14rem;
		font-weight: 400;
		color: #555555;
		line-height: 1.5;
	}

	.adminCaseTitleImg {
		width: 4.5rem;
		display: block;
		margin: auto;
	}

	.sjkshCase {
		width: 100%;
		height: 5.27rem;
		background-image: url('https://bjdzc.cn/PC/img/sjkshCaseBack.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding-top: 1rem;
	}

	.sjkshCaseContent {
		padding-top: 0.5rem;
	}

	.sjkshCaseItem {
		width: 3.63rem;
		height: 2.04rem;
		margin-right: 0.55rem;
	}
	
	.caseItemWhole{
		float:left;
		width:3.63rem;
		margin-right: 0.55rem;
	}

}