.applicationDetails {
	padding-top: 50px;
}

.right-cn .rc-h3 {
	font-size: 20px;
	font-weight: bold;
	color: #184E8E;
	text-align: center;
	margin-bottom: 30px;
}
#dskjfsjkd{
	display: flex;
}
.pn-cn {
	width: 90%;
	/*height: 550px;*/
	display: flex;
	flex: 1;
	/*	align-items: center;*/
}

.pn-cn .pnList {
	display: none;
	padding: 10px;
	flex: 1;
	height: 100%;
	margin: 0 30px;
}
.pn-cn .swiper_show {
	display: block;
}
.pn-cn .pnList img {
	width: 100%;
/*	min-height: 130px;*/
	object-fit: cover
}

.sc-arrow {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border: 2px solid  #184E8E;;
	border-radius: 50%;
	z-index: 99;
	cursor: pointer;
	position: relative;

}

.scene-item {
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12); */
	border-radius: 8px;
	overflow: hidden;
}

.sc-arrow:hover {
	border: 1px solid  #184E8E;;
	background-color: #184E8E;
}
 .sc-l{
	margin-top: 20px;
}
 .sc-l span {
	margin-left: 5px;
	border-bottom: 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);
	position: absolute;
	left: 10px;
	top: 12px;

}

 .sc-arrow:hover span {
	border-color: #FFF;

}


 .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);
	position: absolute;
	left: 15px;
	top: 18px;
}

.pn-cn .scene-text {
	font-size: 16px;
	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);*/
}

.sd-cn .desc {
	margin-top: 30px;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.rc-list {
	display: flex;
}

.rc-list .rc-item {
	width: calc((100% - 40px)/2);
	margin-right: 40px;
	margin-bottom: 30px;

}

.scene-img {
	border-radius: 8px;
	overflow: hidden;
}

.rc-list .rc-item:nth-child(2n) {
	margin-right: 0;
}
.applicationDetails .ProductService-content{
	align-items: flex-start;
}

@media screen and (max-width: 1280px) {
	.pn-cn .sc-l span,
	.pn-cn .sc-r span{
		width: 12px;
		height: 12px;
	}
	.pn-cn .sc-r span {

		left: 12px;
		top: 15px;
	}
	.pn-cn .sc-l span {

		left: 8px;
		top: 11px;
	}
	.pn-cn .sc-arrow {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
	.pn-cn .pnList {

		margin: 0 20px;
	}
	.right-cn .rc-h3{
		font-size: 18px;
	}
	.pn-cn .scene-text {
		font-size: 16px;
	}
	.sd-cn .desc {
		margin-top: 20px;
		font-size: 16px;
		color: #666666;
		text-align: center;
	}

}
@media screen and (max-width: 768px) {
	.applicationDetails {
		padding-top: 30px;
	}
	 .sc-arrow {
		width: 30px;
		min-width: 30px;
		height: 30px;
		display: none !important;
	}
	.pn-cn .sc-l span,
	.pn-cn .sc-r span {

		width: 10px;
		height: 10px;

	}
	.pn-cn .pnList {
		margin: 0 0px;
	}
	.rc-list .rc-item {
		width: calc((100% - 10px)/2);
		margin-right: 10px;
		margin-bottom: 10px;

	}
	.right-cn .rc-h3 {
		font-size: 16px;

		margin-bottom: 20px;
	}
	.pn-cn .scene-text {
		font-size: 1px;
	}
	.pn-cn .scene-text {
		padding: 4px;
	}
	.sd-cn .desc {
		margin-top: 0px;
		font-size: 14px;
	}
	.scene-img {
		border-radius: 6px;
		overflow: hidden;
	}
}
.sc-l{
	transform: rotate(-90deg); margin-top: 150px;
}
.sc-r{
	transform: rotate(270deg); margin-top: 150px;
}