.qhse-box {
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
}

.mg-cn {
	padding: 50px 0;

	background: #fff;
}

.mg-cn:nth-of-type(even) {
	background: #F7F7F7;
}

.mg-cn:nth-of-type(even) .mgmk-item {
	flex-direction: row-reverse;
}

.mgmk-item .mi-img {
	width: 38%;

}

.mgmk-item .mi-img img {
	width: 100%;
}

.mgmk-item .mi-right-text {
	width: 55%;
}

.protection .h3,
.mgmk-item .mi-right-text .mt-h3 {
	font-size: 32px;
	font-weight: bold;
	color: #184E8E;
	margin-bottom: 30px;
}

.mgmk-item .mi-right-text .desc {
	font-size: 18px;

	color: #999999;
}

.pn-cn {
	display: flex;
	align-items: center;
	position: relative;
}

.pn-cn .pnList {
	padding: 10px;
	flex: 1;
	/* margin: 0 30px; */
}

.pn-cn .pnList img {
	width: 100%;
}

.pn-cn .sc-arrow {
	width: 50px;
	height: 50px;
	border: 2px solid #184E8E;
	border-radius: 50%;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;

}
.pn-cn:hover .sc-arrow{
	opacity: 1
}

.pn-cn .scene-item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

/* .pn-cn .sc-arrow:hover {
	border: 1px solid #184E8E;
}
 */
.pn-cn .sc-l {
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	transform: translate(-150%,-50%);
}
.pn-cn  .sc-r {
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	transform: translate(150%,-50%);
}

.pn-cn .sc-l span {
	margin-left: 5px;
	border-top: 2px solid #184E8E;
	border-left: 2px solid #184E8E;
	width: 16px;
	height: 16px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.pn-cn .sc-arrow:hover span {
	border-color: #184E8E;

}


.pn-cn .sc-r span {
	margin-right: 5px;
	border-top: 2px solid #184E8E;
	border-right: 2px solid #184E8E;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.pn-cn .scene-text {
	font-size: 20px;
	padding: 10px;
	text-align: center;
	color: #333333;
}
.pn-cn  .scene-img{
	overflow: hidden;
}
.pn-cn .scene-item img{
	transition: all 0.3s;
}
.pn-cn .scene-item:hover img{
	transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
	.qhse-box {
	    padding-bottom: 40px;
	}
	.protection .h3, .mgmk-item .mi-right-text .mt-h3{
		
	font-size: 24px;
    margin-bottom: 20px;
	}
	.mgmk-item .mi-right-text .desc {
	    font-size: 16px;
	}
	.pn-cn .sc-arrow {
	    width: 40px;
	    height: 40px;
	   
	}
	.pn-cn .pnList {
	   
	    flex: 1;
	    margin: 0 20px;
	}
	.pn-cn .scene-text {
	    font-size: 16px;
	    padding: 10px;
	
	}
}
@media screen and (max-width: 768px) {
	.mg-cn {
	    padding: 30px 0;
	    background: #fff;
	}
	.mg-cn:nth-of-type(even) .mgmk-item {
	   flex-direction: column;
	}
	.mg-cn .mgmk-item{
		 flex-direction: column;
	 }
	 .mgmk-item .mi-right-text,
	 .mgmk-item .mi-img{
		 width: 100%;
	 }
	 .protection .h3, .mgmk-item .mi-right-text .mt-h3 {
	     font-size: 18px;
	     margin-bottom: 10px;
	 }
	 .mgmk-item .mi-right-text .desc {
	     font-size: 14px;
	 }
	 .mgmk-item .mi-right-text{
		 margin-top: 20px;
	 }
	 .pn-cn .sc-arrow {
	     width: 30px;
	     height: 30px;
	 }
	 .pn-cn .pnList {
	     flex: 1;
	     margin: 0 10px;
	 }
	 .pn-cn .sc-r span,
	 .pn-cn .sc-l span {
	     margin-left: 5px;
	     
	     width: 10px;
	     height: 10px;

	 }
}