.visible{
	visibility: visible;
	z-index: 9;
}

.pic{
	width: 100%;
	height: 520px;
	padding: 20px;
	margin-bottom: 50px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
}

.swiper{
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide{
	width: 100%;
	height: 100%;
}

.swiper-pagination{
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 265px;
    display: block;
    font-size: 16px;
	line-height: 24px;
    font-weight: normal;
	box-sizing: border-box;
	padding-top: 40px;
    z-index: 1;
}

.swiper-pagination::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(10, 93, 225, 0.88);
}

.swiper-pagination-bullet{
    width: 100%;
    height: auto;
    opacity: 1;
    background: transparent;
    color: rgba(255, 255, 255, 0.44);
    margin: 0 0 18px 0 !important;
    position: relative;
    text-align: left;
	padding: 0 40px;
    box-sizing: border-box;
}

.swiper-pagination-bullet::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

.swiper-pagination-bullet-active{
    color: rgba(255, 255, 255, 1);
}

.swiper-pagination-bullet-active::after{
    content: "";
    position: absolute;
    top: 12.5px;
    left: -20px;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}

.swiper-pagination-bullet-active::before{
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*指示线*/
.progress-loop{
	width: 185px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.12);
	border-radius: 2px;
	position: absolute;
	right: 60px;
	bottom: 40px;
	z-index: 9;
}

.progress-loop::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	border-radius: 2px;
}

/*人员定位*/
.pic-rydw .swiper-slide{
    background-image: url("../../img/co/pic-rydw.webp");
}

/*特殊作业*/
.pic-work .swiper-slide{
    background-image: url("../../img/co/pic-work.webp");
}

/*双重预防机制*/
.pic-scjz .swiper-slide{
    background-image: url("../../img/co/pic-scjz.webp");
}

/*教育培训*/
.pic-jypx .swiper-slide{
    background-image: url("../../img/co/pic-jypx.webp");
}

/*重大危险源*/
.pic-zdwxy .swiper-slide{
    background-image: url("../../img/co/pic-zdwxy.webp");
}

/*电子巡检*/
.pic-dzxj .swiper-slide{
    background-image: url("../../img/co/pic-dzxj.webp");
}

/*安全风险一张图*/
.pic-yzt .swiper-slide{
    background-image: url("../../img/co/pic-yzt.webp");
}

/*3D建模*/
.pic-3d .swiper-slide{
    background-image: url("../../img/co/pic-3d.webp");
}


/*图片定位*/
/*
人员自动-----6
特殊作业-----6
双体系-----6
教育培训-----6
重大危险源-----3
电子巡检-----5
一张图-----5
3d-----5
*/
.swiper-wrapper > .swiper-slide:nth-of-type(1){
    background-position: -1160px -960px;
}

.swiper-wrapper > .swiper-slide:nth-of-type(2){
    background-position: 0 0;
}

.swiper-wrapper > .swiper-slide:nth-of-type(3){
    background-position: -1160px 0;
}

.swiper-wrapper > .swiper-slide:nth-of-type(4){
    background-position: 0 -480px;
}

.swiper-wrapper > .swiper-slide:nth-of-type(5){
    background-position: -1160px -480px;
}

.swiper-wrapper > .swiper-slide:nth-of-type(6){
    background-position: 0 -960px;
}

.swiper-wrapper > .swiper-slide:nth-of-type(7){
    background-position: -1160px -960px;
}

.swiper-wrapper > .swiper-slide:nth-of-type(8){
    background-position: 0 0;
}

.pic-zdwxy .swiper-wrapper > .swiper-slide:nth-of-type(1){
    background-position: 0 -480px;
}

.pic-zdwxy .swiper-wrapper > .swiper-slide:nth-of-type(2){
    background-position: 0 0;
}

.pic-zdwxy .swiper-wrapper > .swiper-slide:nth-of-type(3){
    background-position: -1160px 0;
}

.pic-zdwxy .swiper-wrapper > .swiper-slide:nth-of-type(4){
    background-position: 0 -480px;
}

.pic-zdwxy .swiper-wrapper > .swiper-slide:nth-of-type(5){
    background-position: 0 0;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(1),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(1),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(1){
    background-position: 0 -960px;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(2),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(2),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(2){
    background-position: 0 0;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(3),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(3),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(3){
    background-position: -1160px 0;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(4),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(4),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(4){
    background-position: 0 -480px;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(5),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(5),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(5){
    background-position: -1160px -480px;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(6),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(6),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(6){
    background-position: 0 -960px;
}

.pic-dzxj .swiper-wrapper > .swiper-slide:nth-of-type(7),
.pic-yzt .swiper-wrapper > .swiper-slide:nth-of-type(7),
.pic-3d .swiper-wrapper > .swiper-slide:nth-of-type(7){
    background-position: 0 0;
}

