


.tsi-cn {
	background: #FFFFFF;

	border-radius: 6px;
	padding: 50px;

}

.technical-service-item .tsi-cn {
	display: none;
}

.technical-service-item .tsi-cn-active {
	display: flex;
}

.tsi-cn-l {
	width: 70%;

}

.tsi-cn-l .xtb {
	font-size: 20px;
	font-weight: bold;
	color: #184E8E;
	margin-bottom: 20px;
}

.tsi-cn-img {
	flex: 1;
}

.tsi-cn-img img {
	width: 100%;
}

.tl-item {
	margin-bottom: 15px;
}

.tl-item h6 {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.tl-item h6 .yd {
	width: 10px;
	height: 10px;
	background: #184E8E;
	border-radius: 50%;
	margin-right: 10px;


}

.tl-item h6 span:last-child {
	flex: 1;
	font-size: 16px;

	color: #000000;

}

.tl-item p {
	font-size: 14px;
	color: #666666;
	padding-left: 24px;
}
.certificateList {
	padding-bottom: 30px !important;
	width:100%;
}
.certificateList .cl-item {
	padding: 20px;
	width: 100%;
	cursor: pointer;
	
}
.certificateList .cl-item  .column{
	padding: 10px;
	border-radius: 6px;
}
.certificateList .cl-item h3 {
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	
}
.certificateList .column:hover{
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.1);
}
.certificateList .swiper-pagination-bullet-active {
    /* --swiper-pagination-color: #FFC637; */
    background: #1A4A92;
    opacity: 1;
}
#swiper-pagination{
	    bottom: 10px !important;
}
.Preview{
	position: fixed;
/*	inset: 0;*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	z-index: -1;
	
}

.Preview .pw-cn>img{
	width: 100%;
	min-width: 25%;
	max-height: 80%;
}
.Preview .pw-cn{
	transform: scale(0);
	min-width: 25%;
	position: relative;
	transition: all 0.3s;
}
.Preview .gbtc{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(0,0,0,0.2);
}
.Preview .gbtc img{
	width: 20px;
}
.PreviewShow{
	background: rgba(0,0,0,0.5);
	z-index: 99999;
}
.PreviewShow .pw-cn{
	transform: scale(1);
	
}
@media screen and (max-width: 1280px) {
	.tl-item h6 span {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.tsi-cn-l .xtb {
		font-size: 16px;
		font-weight: bold;
		color: #184E8E;
		margin-bottom: 15px;
	}
.certificateList .cl-item{
	padding: 15px;
}
	.tsi-cn {

		padding: 0 10px;
	}

	.tl-item h6 .yd {
		width: 10px;
		height: 10px;
		display: none;

	}

	.tl-item {
		margin-bottom: 10px;
	}

	.tl-item h6 span:last-child {
		font-size: 14px;
	}

	.tsi-cn-l {
		width: 100%;
	}

	.tsi-cn-img {
		width: 100%;
	}

	.technical-service-item .tsi-cn-active {
		display: flex;
		flex-direction: column;
	}

	.tl-item h6 span {
		font-size: 16px;
	}
}
