.content{
	width: 100%;
}
.margin-top{
	height: 115px;
}
.content .details{
	width: 1440px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.content .details .list{
	position: relative;
}
.content .details .list .circular{
	width: 27px;
	height: 27px;
	background: #065cce;
	border-radius: 50%;
	position: absolute;
	top: 95px;
	z-index: 10;
}
.content .details .list .circular1{
	left: 106px;
}
.content .details .list .circular2{
	right: 106px;
}
.content .details .list .swiperbox{
	width: 1200px;
	height: 659px;
	background: #E5E5E5;
	margin: 55px auto 0;
	padding: 70px 95px 0;
	position: relative;
	border-top: 3px solid #065cce;
}
.content .details .list .swiperbox .swiper-slide{
	width: 700px;
	height: 480px;
}
.content .details .list .swiperbox .swiper-slide img{
	width: 700px;
	height: 480px;
}


.mobile .details{
	padding-bottom: 1rem;
}
.mobile .details .list .swiperbox{
	width: 7.5rem;
	height: 5rem;
	background: #E8Efff;
	margin: .5rem auto 0;
	padding: .7rem .4rem 0;
}
.mobile .details .list .swiperbox .swiper-slide{
	width: 5rem;
}
.mobile .details .list .swiperbox .swiper-slide img{
	width: 5rem;
}