.row-a1 .con-a1 .list {
	position: relative;
	/* width: 558px; */
	display: flex;
	justify-content: center;
	/* padding-left: 35px; */
}

.pic {
	overflow: hidden;
	justify-content: center;
	width: 579px;
	height: 432px;
	margin: auto;
	display: flex;
	border: 1px solid #EDEDED;
}

.swiper-container {
	margin: 50px 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.row-a1 .con-a1 .list .lii {
	border: solid 1px #a0a0a0;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	margin: auto;
}

.lii {
	height: 116px;
}

.lii img {
	width: 99px;
	height: 76px;
}

.row-a1 .con-a1 .list .lii.current {
	border: solid 1px #82c032;
}

.con-a1 {
	width: 579px;
	position: relative;
}

.a1_box {
	display: flex;
}


.con-a2>div:nth-child(2) {
	color: #333;
	padding-left: 50px;
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: 600;
	position: relative;
}

.con-a2>div:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
	width: 30px;

	border: 2px solid #0f4397;
}


.a2_img {

	display: flex;
	justify-content: center;
}

.line_01 {
	font-size: 30px;
	padding: 0 20px 0;
	margin: 50px 0;

	line-height: 1px;
	border-left: 500px solid #ddd;
	border-right: 500px solid #ddd;
	text-align: center;
}

.con_on {
	width: 411px;
}

.con_main {
	padding: 25px 47px 30px 47px;
	text-align: center;
	background: #fff;
}

.con_main p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.pic_img {
	width: 411px;
	height: 260px;
}

.con_tit {
	padding-bottom: 15px;
	color: #333;
	font-size: 18px;
}

.con_ul {
	display: flex;
	flex-wrap: wrap;
}

.con_on {
	margin-right: 33px;
	margin-bottom: 30px;
}

.con_on:nth-child(3n+3) {
	margin-right: 0;

}

.con_on:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.mask {
	position: absolute;
	width: 100%;
	background: rgba(000, 000, 000, .2);
	height: 100%;
	top: 0;
	left: 0;

}

/* --------轮播-------- */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* -------------- */
.swiper-button-next {
	right: 0 !important;
}

.swiper-button-prev {
	left: 0 !important;
}

.row-a1 {
	padding-top: 60px;
	padding-bottom: 80px;
}

.a1_left {
	padding-right: 12px;
}

.fibrin-list li{
	padding-bottom: 30px;
}
.fibrin-list li.on h1 {
	color: #0C5DC0;
	font-weight: bold;
}

.fibrin-list li h1 {
	margin-top: 35px;
	margin-bottom: 15px;
	color: #333333;
}

.fnt_24 {
	font-size: 24px;
	font-weight: 600;
}

.fibrin-list li.on p {
	padding-left: 0;
}

.fibrin-list li p {
	padding-bottom: 15px;
	padding-left: 24px;
	line-height: 24px;
}

.edit_con_original {
	line-height: 24px;
	padding: 0 0;
	color: #333;
}

.fibrin-list {
	margin-left: 47px;
}

.fibrin-list {
	margin-left: 48px;
	border-top: 1px solid #CCCCCC;
}

.fibrin-list li {
	border-bottom: 1px solid #CCCCCC;
}

.Point {
	padding-left: 24px;
	position: relative;
}

.Point::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.a1_down {
	display: flex;
	justify-content: space-between;
}

.Inquire {
	display: flex;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	background: #0c5dc0;
	cursor: pointer;
	text-align: center;
	padding: 0 20px;
	margin-top: 10px;
}

.Inquire div:nth-child(2) {
	padding-left: 10px;
}

.down_left div:nth-child(1) a {
	font-size: 16px;
	color: #0c5dc0;
}

.down_right a {
	text-align: center;
}

.product_box {
	display: flex;

}

.product_img {
	width: 284px;
	height: 231px;
}

.product_img img {
	width: 100%;
	height: 100%;
}

.product_box a {
	margin-right: 20px;
}

.product_box a:last-child {
	margin-right: 0;
}

.product_tit {
	padding-top: 39px;
	padding-bottom: 40px;
	color: #0c5dc0;
	font-size: 18px;
}

.product_text {
	padding: 20px;
	color: #0c5dc0;
	font-size: 18px;
	background: #F5F5F5;
}

.table {
	margin-bottom: 18px;
	width: 100%;
	border: solid 1px #e4e4e4;
}

.table tr {
	width: 100%;
}

.table tr th {
	background: #f2f2f2;
	width: 33.3333%;
	line-height: 50px;
	text-align: center;
	border-right: solid 1px #e4e4e4;
}

.table tr td {
	text-align: center;
	border-right: solid 1px #e4e4e4;
	line-height: 45px;
	border-bottom: solid 1px #e4e4e4;
}


@media screen and (max-width:769px) {
	
	.slide-li{
		height: 3.6rem;
	}


	.a1_box {
		padding-top: 1rem;
	}

	.row-a1 .con-a1 .list {
		flex-wrap: wrap;
		width: 100%;
	}

	.con-a1 {
		width: 100% !important;
	}

	.a1_box {
		width: 90% !important;
		flex-wrap: wrap;
	}

	.pic {
		width: 70%;
		height: auto !important;
	}

	.li img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 42% !important;
	}


	.con_on {
		margin-right: 0;
	}

	.pic_img {
		width: 100% !important;
	}

	.preview {
		display: none;
	}

	.a1_left {
		width: 100%;
	}

	.row-a1 {
		padding-top: 0.6rem;
		padding-bottom: 0.8rem;
	}

	.row-a1 .con-a1 .list .li {
		height: 169px;
	}

	.fibrin-list {
		margin-left: 0;
	}

	.con-a2 {
		padding-top: 1rem;
	}

	.fibrin-list li h1 {
		padding-top: 0.35rem !important;
		padding-bottom: 0.15rem !important;
	}

	.product_box {
		flex-wrap: wrap;
	}

	.product_img {
		width: 100%;
	}

	.product_box a {
		width: 100%;
		margin-bottom: 1rem;
		margin-right: 0;
	}

	.product_text {
		font-size: 0.8rem;
	}
}