
.jjds-banner{
	background-image: url(../images/solution2/banner-bg.jpg);
}
.cont1{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F4F5F9;
}
.cont1-list{
	width: 100%;
	height: auto;
	overflow-x: scroll;
	white-space: nowrap;
	margin: 0.8rem 0;
}
.cont1-list::-webkit-scrollbar{
	display: none;
}
.cont1-list .list{
	width: 12.8rem;
	height: 12.8rem;
	border-radius: 0.21rem;
	margin: 0.42rem;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	box-shadow:0 0 0.21rem 0 rgba(0, 0, 0, 0.1);
}
.cont1-list .list:first-child{
	margin-left: 1.6rem;
}
.cont1-list .list:last-child{
	margin-right: 1.6rem;
}
.cont1-list .list::before{
	position: absolute;
	content: "";
	width: 5.06rem;
	height: 5.06rem;
	top: 0;
	right: 0;
	background-size: 5.06rem;
	background-repeat: no-repeat;
}
.cont1-list .list .p1{
	width: 7.74rem;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.64rem;
	margin-top: 1.2rem;
	color: #333333;
}
.cont1-list .list .p2{
	font-size: 0.51rem;
	color: #666;
	width: 8.68rem;
	margin: 1.75rem 0 0 1.4rem;
	line-height: 1.02rem;
	white-space: normal;
}
.cont1-list .list:nth-child(1)::before{
	background-image: url(../images/solution2/cont1-img01.png);
}
.cont1-list .list:nth-child(2)::before{
	background-image: url(../images/solution2/cont1-img02.png);
}
.cont1-list .list:nth-child(3)::before{
	background-image: url(../images/solution2/cont1-img03.png);
}

.cont2{
	width: 100%;
	height: 31.47rem;
	background-image: url(../images/solution2/cont2-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.cont2-list{
	width: 100%;
	height: auto;
	margin-top: 0.5rem;
	overflow: hidden;
}
.cont2-list .list{
	width: 14.72rem;
	height: 5.12rem;
	background-color: #fff;
	border-radius: 0.21rem;
	margin: 0.85rem auto 0;
	overflow: hidden;
}
.cont2-list .list img{
	display: block;
	width: 2.13rem;
	height: 2.13rem;
	float: left;
	margin: 1.51rem 0 0 0.68rem;
}
.cont2-list .list .right{
	float: left;
	width: 9.94rem;
	height: auto;
	overflow: hidden;
	margin-left: 0.98rem;
}
.cont2-list .list .right .p1{
	font-size: 0.64rem;
	color: #333;
	margin-top: 0.8rem;
	font-weight: bold;
}
.cont2-list .list .right .p2{
	width: 100%;
	height: auto;
	margin-top: 0.4rem;
	font-size: 0.51rem;
	line-height: 0.78rem;
	color: #666;
}

.cont3{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #F4F5F9;
}
.cont3 .cont3-box{
	width: 14.72rem;
	height: 9.81rem;
	border-radius: 0.21rem;
	background-color: #fff;
	margin: 1.28rem auto 0;
	overflow: hidden;
	box-shadow:0rem 0rem 0.21rem 0rem rgba(0, 0, 0, 0.1);
}
.cont3-box .img{
	width: 14.29rem;
	height: 6.19rem;
	overflow: hidden;
	margin: 0.21rem;
	border-radius: 0.21rem 0.21rem 0 0;
}
.cont3-box .img img{
	display: block;
	width: 14.29rem;
	height: 6.19rem;
	object-fit: cover;
}
.cont3-box p{
	font-size: 0.51rem;
	text-align: center;
	width: 13rem;
	height: auto;
	line-height: 0.78rem;
	margin: 0.64rem auto 0;
	color: #666;
}
.cont3 .swiper-container{
	width: 100%;
	height: 13.48rem;
}
.pagination{
	position: absolute;
	left: 0;
	text-align: center;
	bottom:0.78rem;
	width: 100%;
	z-index: 10;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #ccc;
  margin: 0 0.22rem;
  cursor: pointer;
}
.swiper-active-switch {
  background: #3388FF;
}

.cont4{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont4 img{
	display: block;
	width: 13.87rem;
	margin: 2.1rem auto 1.5rem;
}
.cont4 .btn{
	width: 8.53rem;
	height: 1.71rem;
	border-radius: 0.21rem;
	background-color: #3388FF;
	margin: 1.71rem auto 0;
	font-size: 0.64rem;
	color: #fff;
	text-align: center;
	line-height: 1.71rem;
	font-weight: bold;
	box-shadow:0rem 0.21rem 0.21rem 0rem rgba(0,106,255,0.2);
	margin-bottom: 2.13rem;
}
.cont4 .btn a{
	display: block;
	width: 8.53rem;
	height: 1.71rem;
}






