.part13_top1{
	padding-top:clamp(20px,2.08vw,40px);
	padding-bottom:clamp(15px,1.5625vw,30px);

	border-bottom: 1px solid #ccc;

	display: flex;
	flex-wrap: wrap;

}

.one{
	display: flex;
	align-items: center;
	margin-right:clamp(14px, 3.6458vw,70px);

	height: clamp(36px,2.6vw,50px);

}

.one span{

}

.one b{
	display: flex;
	align-items: center;
	margin-left: clamp(4px,0.52vw,10px);
}
.first_one{
	margin-right:clamp(20px,4.167vw,80px);
	height: clamp(36px,2.6vw,50px);
	display: flex;
	align-items: center;
}

.part113_top2{
	padding-top:clamp(20px,2.08vw,40px);
	padding-bottom:clamp(14px,1.67vw,32px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.part113_top2_item{
	width: 19.3%;
	height: clamp(40px,3.6458vw,70px);
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #ccc;
	margin-right:0.875%;
	margin-bottom: 0.875%;
	text-align: center;
}

.part113_top2_item.active,.part113_top2_item:hover{
	background: #005eae;
	border:1px solid #005eae;
	color: #fff !important;
}



.part113_top2_item:nth-of-type(5n){
	margin-right: 0;
}


.part113_top3{
	
}




.part113_top3_item{
	display: flex;
	justify-content: space-between;
	padding-top:clamp(12px,1.77vw,34px);
	padding-bottom:clamp(12px,1.77vw,34px);
	border-bottom:1px dashed #e7e7e7;
}

.part113_top3_item_l{
	width: clamp(80px,8.3vw,160px);
	height: clamp(24px,1.5625vw,30px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	border-radius: 30px;
	flex-shrink: 0;
	margin-right:clamp(10px,1.04vw,20px);
}
.part113_top3_item_c_t1,.height{
	height: 30px;
	line-height: 30px;
}
.part113_top3_item_c{
	flex: 1;
}
@media screen and (max-width:1100px ) {
	.part113_top3_item_c_t1,.height{
		height: 28px;
		line-height: 28px;
	}
	

}
@media screen and (max-width:900px ) {
	.part113_top3_item_c_t1,.height{
		height: 26px;
		line-height: 26px;
	}

}


@media screen and (max-width:600px ) {
	.part113_top3_item_c_t1{
		height: auto;
		max-height: none;
		line-height: 1.4;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.part113_top3_item_c_t2.height{
		height: auto;
		max-height: none;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.part113_top2_item{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		box-sizing: border-box;
	}
	.part113_top2 {
		padding-bottom: 0;
	}
	.part113_top2_item:nth-of-type(5n),
	.part113_top2_item:nth-of-type(3n){
		margin-right: 4%;
	}
	.part11_top1_item_r {
		margin-left: 0;
	}
	.part113_top2_item:nth-of-type(2n){
		margin-right: 0%;
	}

	.part113_top2_item:last-child{
		margin-right: 0%;
	}


	.part113_top3_item{
		flex-direction: column;
	}
	.part113_top3_item_l{
		margin-bottom: 10px;
	}
	.part113_top3_item_l{
		margin-top: 10px;
	}

}