/* 上下浮动的动画 */
/* animation: updown 1s ease-in-out infinite; */
@keyframes updown {
	0% {
		margin-top: 0px;
	}

	50% {
		margin-top: 30px;
	}

	100% {
		margin-top: 0px;
	}
}

.symBottom{
    margin-bottom: 55px;
    margin-top: -40px;
}

#referMaxBox1{
	margin-top: 10px;
	margin-bottom: 50px;
}

.banner {
	width: 100%;
	/* 	min-height: 100vh; */
	height: calc(100vh - 100px);
	background-color: #0E1843;
	margin-top: 100px;
	overflow: hidden;
	background-image: url('https://bjdzc.cn/PC/img/shopDevBannerImg.png');
	background-position: 100% 20%;
	background-size: 60%;
	background-repeat: no-repeat;
}

.bannerTitle {
	font-size: 53px;
	color: #FFFFFF;
	line-height: 1.5;
	font-family: 'ZiHun143';
}

.bannerText {
	width: 472px;
	font-size: 24px;
	font-weight: 400;
	color: #738DFD;
	line-height: 1.5;
	margin: 44px 0px 105px 0px;
}

@media screen and (max-width:1350px) {
	.bannerText{
		width: 380px;
	}
	
}

.bannerButton {
	width: 240px;
	height: 77px;
	background: #3053EB;
	border-radius: 20px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	position: relative;
}

.bannerButtonText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.ly {
	background-color: #FFF;
	padding-top: 100px;
}

.lyContent {
	margin-top: 50px;
	padding-bottom: 85px;
}

.lyItem {
	width: 390px;
	min-height: 383px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(48, 83, 235, 0.2);
	border-radius: 10px;
	padding: 28px 30px 0px 30px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-bottom: 33px;
}

.lyImg {
	width: 93px;
	height: 93px;
	display: block;
	margin: 0px auto 16px;
}

.lyTitle {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #3053EB;
	line-height: 1.5;
}

.lyText {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	min-height: 81px;
	margin: 18px 0px 23px 0px;
}

.lyButton {
	width: 202px;
	height: 58px;
	text-align: center;
	background-color: #FFF;
	border-radius: 100px;
	font-size: 20px;
	font-weight: 500;
	line-height: 58px;
	margin: auto;
	border: 1px solid #3053EB;
	color: #3053EB;
}

.lyButton:hover {
	background: #3053EB;
	border: transparent solid 1px;
	color: #FFFFFF;
}

.itemTitle {
	font-size: 32px;
	font-weight: bold;
	color: #2A2C36;
	line-height: 1.5;
	text-align: center;
}


.item1 {
	padding-top: 60px;
	background: #F2F4FF;
	padding-bottom: 60px;
}

.item1Item {
	margin-bottom: 33px;
	width: 100%;
	min-height: 138px;
	background-image: url('https://bjdzc.cn/PC/img/shopDevSiImg1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.item1TextBox {
	width: 50%;
	text-align: center;
	float: left;
	padding: 20px 30px 0px 30px;
}

.item1Title {
	font-size: 24px;
	font-weight: bold;
	color: #3053EB;
	line-height: 1.5;
	margin-bottom: 15px;
}

.item1Text {
	width: 492px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
}




.item2 {
	background-color: #FFF;
	padding-top: 30px;
}


.item2Content {
	padding-bottom: 290px;
}

.go {
	width: 830px;
	height: 58px;
	background: rgba(48, 83, 235, 0.05);
	border: 1px solid #3053EB;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	font-weight: 400;
	color: #3053EB;
	margin: 0px auto 100px;
}

.item2Center {
	width: 475px;
	height: 493px;
	background-image: url('https://bjdzc.cn/PC/img/shopDevCenter.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin: auto;
}

.item2Cri {
	width: 410px;
	height: 410px;
	background: linear-gradient(168deg, #C9DBFF 0%, #C6BAFF 100%);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.item2CenterImg {
	width: 260px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: updown 1.7s ease-in-out infinite;
}


.item2TopActive {
	width: 417px;
	height: 173px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	padding: 15px 52px 0px 32px;
	overflow: hidden;
}

.item2Top {
	width: 417px;
	height: 173px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	padding: 25.7px 38px 20px 50px;
	overflow: hidden;
}

.item2Top:hover {
	opacity: 0;
}

.item2ItemTitle {
	padding-left: 120px;
	font-size: 24px;
	font-weight: 500;
	color: #3053EB;
	line-height: 1.5;
	margin-bottom: 10px;
}

.item2ItemText {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
}

.item2LeftActive {
	width: 378px;
	height: 148px;
	padding: 20px 34px 0px 15px;
	position: absolute;
	overflow: hidden;
}

.item2Left {
	width: 378px;
	height: 148px;
	padding: 20px 34px 0px 15px;
	position: absolute;
	transform: scale(1.05);
	 overflow: hidden; 
}

.item2Left:hover {
	opacity: 0;
}

.item2ItemImg {
	width: 378px;
	height: 148px;
	position: absolute;
	left: 0;
	top: 0;
}

.item2LeftTitle {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #3053EB;
	line-height: 1.5;
	margin-bottom: 12px;
	position: relative;
	font-family: 'SiYuanHeiTi';
	transform: scale(0.95);
	margin-bottom: 9px;
}

.item2LeftText {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1.2;
	position: relative;
	transform: scale(0.95);
	margin-bottom: 9px;
}

.item2true .item2LeftTitle{
	transform: scale(1);
	margin-bottom: 12px;
}

.item2true .item2LeftText{
	transform: scale(1);
	margin-bottom: 12px;
}




.item2TitleStyle {
	margin-bottom: 250px;
}

.item2true1 {
	top: -200px;
	left: 400px;
	width: 417px;
	height: 173px;
	padding-top: 11px;
	padding-left: 38px;
}

.item2true1Img {
	width: 417px;
	height: 173px;
}

.item2true1Text {
	height: 73px;
	overflow: hidden;
}

.item2false1 {
	top: -197px;
	left: 400px;
	width: 417px;
	height: 173px;
	padding-top: 10px;
	padding-left: 38px;
}

.item2false1Img {
	width: 417px;
	height: 173px;
}

.item2true1Text {
	height: 73px;
	overflow: hidden;
}


.item2true2 {
	top: 60px;
	left: 0px;
}

.item2false2 {
	top: 59px;
	left: 0px;
}

.item2true3 {
	top: 360px;
	left: 0px;
}

.item2false3 {
	top: 357px;
	left: 0px;
}

.item2true4 {
	bottom: -185px;
	left: 400px;
	width: 417px;
	height: 173px;
	padding-top: 31px;
	padding-left: 38px;
}



.item2true4Img {
	width: 417px;
	height: 173px;
}


.item2false4 {
	bottom: -185px;
	left: 400px;
	width: 417px;
	height: 173px;
	padding-top: 31px;
	padding-left: 38px;
}

.item2false4Img {
	width: 417px;
	height: 173px;
}

.item2true5 {
	top: 60px;
	right: 0px;
	padding-left: 50px;
	padding-right: 15px;
}

.item2false5 {
	top: 59px;
	right: 0px;
	padding-left: 50px;
	padding-right: 15px;
}

.item2true6 {
	top: 360px;
	right: -15px;
	padding-left: 50px;
	padding-right: 0px
}

.item2false6 {
	top: 357px;
	right: -15px;
	padding-left: 50px;
	padding-right: 0px
}









.item3 {
	padding-top: 39px;
	background-color: #F2F4FF;
	padding-bottom: 28px;
}

.item3Item {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 280px;
	min-height: 160px;
	padding: 30px 57px 0px 30px;
	background-color: #FFF;
	margin: 0px 26px 27px 0px;
	float: left;
	background-position: 6px 8px;
}

.item3Title {
	font-size: 20px;
	font-weight: bold;
	color: #3053EB;
	line-height: 1.5;
	margin-bottom: 10px;
}

.item3Text {
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 1.5;
}

.shopDevCase {
	background-color: #FFF;
	padding-top: 100px;
}

.shopDevCaseContent {
	width: 100%;
}

.palItemWhole {
	width: 25%;
	height: 360px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}

.palMask {
	opacity: 0;
	transition: .3s;
	background: rgba(48, 83, 235, 0.6);
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 93px;
}

.palItemWhole:hover .palMask {
	opacity: 1;
}

.palMaskText {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.palMaskImg {
	/* width: 86px; */
	height: 86px;
	margin: 0px auto 28px auto;
	display: block;
}

.refer {
	width: 830px;
	min-height: 58px;
	background: #3053EB;
	border-radius: 100px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	margin: 25px auto 25px;
}























@media screen and (max-width:1200px) {
    
.symBottom{
    margin-bottom: 0.55rem;
    margin-top: -0.4rem;
}

	/* 上下浮动的动画 */
	/* animation: updown 1s ease-in-out infinite; */
	@keyframes updown {
		0% {
			margin-top: 0rem;
		}

		50% {
			margin-top: 0.3rem;
		}

		100% {
			margin-top: 0rem;
		}
	}
	
	#referMaxBox1{
		margin-top: 0.1rem;
		margin-bottom: 0.5rem;
	}
	

	.banner {
		width: 100%;
		/* 	min-height: 100vh; */
		height: calc(100vh - 1rem);
		background-color: #0E1843;
		margin-top: 1rem;
		overflow: hidden;
		background-image: url('https://bjdzc.cn/PC/img/shopDevBannerImg.png');
		background-position: 100% 20%;
		background-size: 60%;
		background-repeat: no-repeat;
	}

	.bannerTitle {
	font-size: 0.53rem;
	color: #FFFFFF;
	line-height: 1.5;
	font-family: 'ZiHun143';
    }



	.bannerText {
		width: 3.8rem;
		font-size: 0.24rem;
		font-weight: 400;
		color: #738DFD;
		line-height: 1.5;
		margin: 0.44rem 0rem 1.05rem 0rem;
	}

	.bannerButton {
		width: 2.4rem;
		height: 0.77rem;
		background: #3053EB;
		border-radius: 0.2rem;
		font-size: 0.24rem;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.5;
		text-align: center;
		position: relative;
	}

	.bannerButtonText {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}

	.ly {
		background-color: #FFF;
		padding-top: 1rem;
	}

	.lyContent {
		margin-top: 0.5rem;
		padding-bottom: 0.85rem;
	}

	.lyItem {
		width: 3.9rem;
		min-height: 3.83rem;
		background: #FFFFFF;
		box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(48, 83, 235, 0.2);
		border-radius: 0.1rem;
		padding: 0.28rem 0.3rem 0rem 0.3rem;
		float: left;
		margin-bottom: 0.15rem;
		margin-right: 0.15rem;
		padding-bottom: 0.33rem;
	}

	.lyImg {
		width: 0.93rem;
		height: 0.93rem;
		display: block;
		margin: 0rem auto 0.16rem;
	}

	.lyTitle {
		text-align: center;
		font-size: 0.28rem;
		font-weight: bold;
		color: #3053EB;
		line-height: 1.5;
	}

	.lyText {
		font-size: 0.18rem;
		font-weight: 400;
		color: #666666;
		line-height: 1.5;
		min-height: 0.81rem;
		margin: 0.18rem 0rem 0.23rem 0rem;
	}

	.lyButton {
		width: 2.02rem;
		height: 0.58rem;
		text-align: center;
		border-radius: 1rem;
		font-size: 0.2rem;
		font-weight: 500;
		line-height: 0.58rem;
		margin: auto;
		background-color: #FFF;
		border: 0.01rem solid #3053EB;
		color: #3053EB;
	}

	.lyButton:hover {
		color: #FFFFFF;
		border: transparent solid 0.01rem;
		background: #3053EB;
	}

	.itemTitle {
		font-size: 0.32rem;
		font-weight: bold;
		color: #2A2C36;
		line-height: 1.5;
		text-align: center;
	}


	.item1 {
		padding-top: 0.6rem;
		background: #F2F4FF;
		padding-bottom: 0.6rem;
	}

	.item1Item {
		margin-bottom: 0.33rem;
		width: 100%;
		min-height: 1.38rem;
		background-image: url('https://bjdzc.cn/PC/img/shopDevSiImg1.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.item1TextBox {
		width: 50%;
		text-align: center;
		float: left;
		padding: 0.2rem 0.3rem 0rem 0.3rem;
	}

	.item1Title {
		font-size: 0.24rem;
		font-weight: bold;
		color: #3053EB;
		line-height: 1.5;
		margin-bottom: 0.15rem;
	}

	.item1Text {
		width: 4.92rem;
		font-size: 0.18rem;
		font-weight: 400;
		color: #666666;
		line-height: 1.5;
	}

	
	
	
	.item2 {
	background-color: #FFF;
	padding-top: 0.3rem;
}


.item2Content {
	padding-bottom: 2.9rem;
}

.go {
	width: 8.3rem;
	height: 0.58rem;
	background: rgba(48, 83, 235, 0.05);
	border: 0.01rem solid #3053EB;
	text-align: center;
	line-height: 0.58rem;
	font-size: 0.2rem;
	font-weight: 400;
	color: #3053EB;
	margin: 0rem auto 1rem;
}

.item2Center {
	width: 4.75rem;
	height: 4.93rem;
	background-image: url('https://bjdzc.cn/PC/img/shopDevCenter.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin: auto;
}

.item2Cri {
	width: 4.1rem;
	height: 4.1rem;
	background: linear-gradient(168deg, #C9DBFF 0%, #C6BAFF 100%);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.item2CenterImg {
	width: 2.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: updown 1.7s ease-in-out infinite;
}


.item2TopActive {
	width: 4.17rem;
	height: 1.73rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	padding: 0.15rem 0.52rem 0rem 0.32rem;
	overflow: hidden;
}

.item2Top {
	width: 4.17rem;
	height: 1.73rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	padding: 0.257rem 0.38rem 0.2rem 0.5rem;
	overflow: hidden;
}

.item2Top:hover {
	opacity: 0;
}

.item2ItemTitle {
	padding-left: 1.2rem;
	font-size: 0.24rem;
	font-weight: 500;
	color: #3053EB;
	line-height: 1.5;
	margin-bottom: 0.1rem;
}

.item2ItemText {
	font-size: 0.18rem;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
}

.item2LeftActive {
	width: 3.78rem;
	height: 1.48rem;
	padding: 0.2rem 0.34rem 0rem 0.15rem;
	position: absolute;
	overflow: hidden;
}

.item2Left {
	width: 3.78rem;
	height: 1.48rem;
	padding: 0.2rem 0.34rem 0rem 0.15rem;
	position: absolute;
	transform: scale(1.05);
	 overflow: hidden; 
}

.item2Left:hover {
	opacity: 0;
}

.item2ItemImg {
	width: 3.78rem;
	height: 1.48rem;
	position: absolute;
	left: 0;
	top: 0;
}

.item2LeftTitle {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 500;
	color: #3053EB;
	line-height: 1.5;
	margin-bottom: 0.12rem;
	position: relative;
	font-family: 'SiYuanHeiTi';
	transform: scale(0.95);
	margin-bottom: 0.09rem;
}

.item2LeftText {
	font-size: 0.18rem;
	font-weight: 400;
	color: #666666;
	line-height: 1.2;
	position: relative;
	transform: scale(0.95);
	margin-bottom: 0.09rem;
}

.item2true .item2LeftTitle{
	transform: scale(1);
	margin-bottom: 0.12rem;
}

.item2true .item2LeftText{
	transform: scale(1);
	margin-bottom: 0.12rem;
}




.item2TitleStyle {
	margin-bottom: 2.5rem;
}

.item2true1 {
	top: -2rem;
	left: 4rem;
	width: 4.17rem;
	height: 1.73rem;
	padding-top: 0.11rem;
	padding-left: 0.38rem;
}

.item2true1Img {
	width: 4.17rem;
	height: 1.73rem;
}

.item2true1Text {
	height: 0.73rem;
	overflow: hidden;
}

.item2false1 {
	top: -1.97rem;
	left: 4rem;
	width: 4.17rem;
	height: 1.73rem;
	padding-top: 0.1rem;
	padding-left: 0.38rem;
}

.item2false1Img {
	width: 4.17rem;
	height: 1.73rem;
}

.item2true1Text {
	height: 0.73rem;
	overflow: hidden;
}


.item2true2 {
	top: 0.6rem;
	left: 0rem;
}

.item2false2 {
	top: 0.59rem;
	left: 0rem;
}

.item2true3 {
	top: 3.6rem;
	left: 0rem;
}

.item2false3 {
	top: 3.57rem;
	left: 0rem;
}

.item2true4 {
	bottom: -1.85rem;
	left: 4rem;
	width: 4.17rem;
	height: 1.73rem;
	padding-top: 0.31rem;
	padding-left: 0.38rem;
}



.item2true4Img {
	width: 4.17rem;
	height: 1.73rem;
}


.item2false4 {
	bottom: -1.85rem;
	left: 4rem;
	width: 4.17rem;
	height: 1.73rem;
	padding-top: 0.31rem;
	padding-left: 0.38rem;
}

.item2false4Img {
	width: 4.17rem;
	height: 1.73rem;
}

.item2true5 {
	top: 0.6rem;
	right: 0rem;
	padding-left: 0.5rem;
	padding-right: 0.15rem;
}

.item2false5 {
	top: 0.59rem;
	right: 0rem;
	padding-left: 0.5rem;
	padding-right: 0.15rem;
}

.item2true6 {
	top: 3.6rem;
	right: -0.15rem;
	padding-left: 0.5rem;
	padding-right: 0rem
}

.item2false6 {
	top: 3.57rem;
	right: -0.15rem;
	padding-left: 0.5rem;
	padding-right: 0rem
}
	
	





	.item3 {
		padding-top: 0.39rem;
		background-color: #F2F4FF;
		padding-bottom: 0.28rem;
	}

	.item3Item {
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 2.8rem;
		min-height: 1.6rem;
		padding: 0.3rem 0.57rem 0rem 0.3rem;
		background-color: #FFF;
		margin: 0rem 0.26rem 0.27rem 0rem;
		float: left;
		background-position: 0.06rem 0.08rem;
	}

	.item3Title {
		font-size: 0.2rem;
		font-weight: bold;
		color: #3053EB;
		line-height: 1.5;
		margin-bottom: 0.1rem;
	}

	.item3Text {
		font-size: 0.16rem;
		font-weight: 400;
		color: #888888;
		line-height: 1.5;
	}

	.shopDevCase {
		background-color: #FFF;
		padding-top: 1rem;
	}

	.shopDevCaseContent {
		width: 100%;
	}

	.palItemWhole {
		width: 25%;
		height: 3.6rem;
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		float: left;
	}

	.palMask {
		opacity: 0;
		transition: .3s;
		background: rgba(48, 83, 235, 0.6);
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding-top: 0.93rem;
	}

	.palItemWhole:hover .palMask {
		opacity: 1;
	}

	.palMaskText {
		text-align: center;
		font-size: 0.3rem;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.5;
	}

	.palMaskImg {
		/* width: 0.86rem; */
		height: 0.86rem;
		margin: 0rem auto 0.28rem auto;
		display: block;
	}

	.refer {
		width: 8.3rem;
		min-height: 0.58rem;
		background: #3053EB;
		border-radius: 1rem;
		font-size: 0.2rem;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		line-height: 0.58rem;
		margin: 0.25rem auto 0.25rem;
	}

}