.inner-menu-bar {
	padding-top: 100px;
}



.inner-menu-bar .bar {
	position: relative;
	top: 0;
	margin: 0 auto;
	/* padding-top: 100px; */
}

.inner-menu-bar .bar::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
	box-shadow: 0px 4px 9.64159px 6px rgba(64, 123, 255, 0.05), 0px 7px 16px 0px rgba(41, 107, 255, 0.06), 0px 2px 6px 0px rgba(186, 203, 238, 0.10);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .36s;
	z-index: -1;
}

.inner-menu-bar .bar.fixed {
	/* position: relative; */
	top: 100px;
}

.pro_main {
	padding-top: 100px;
}

.swiper {
	width: 100%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 80%;
	float: left;
}

.mySwiper {
	width: 20%;
	box-sizing: border-box;
	/* padding: 0 10px; */
	float: right;
}

.mySwiper .swiper-slide {
	width: 100px;
	/* height: 100px !important; */
	opacity: 0.4;
	margin: 0 auto;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #009e4a
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dbtplb {
	margin-bottom: 50px;
	padding-top: 50px;
}

.dbtplb .container {
	width: 1400px;
	display: flex;
}

.dbtplb-left {
	width: 40%;
	/* height: 500px; */
	/* float: left; */
}

.dbtplb-right {
	/* float: right; */
	width: 55%;
	padding-left: 5%;
	/* height: 480px; */
	position: relative;
}

.dr-title {
	font-size: 30px;
	font-weight: 600;
}

.dr-miaoshu {
	margin-top: 20px;
}

.dr-miaoshu p {
	font-size: 16px;
	line-height: 30px;
}

.dr-dibu {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.dr-dibu a {
	display: inline-block;
	width: 250px;
	height: 50px;
	border-radius: 10px;
	background-color: #e4e4e4;
	color: #343434;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.dr-dibu a:first-child::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 28%;
	bottom: 32%;
	background: url(../images/product-next.png) no-repeat 50% 50% / 50% 50% border-box border-box;
	transform: rotate(180deg);
}

.dr-dibu a:last-child::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 34%;
	bottom: 32%;
	background: url(../images/product-next.png) no-repeat 50% 50% / 50% 50% border-box border-box;
}

.dr-dibu1 {
	margin-top: 40px;
}

.dr-dibu1 a {
	font-size: 20px;
	line-height: 30px;
	color: #009e4a;
}

.dr-dibu1 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
}

.dr-dibu a:hover {
	background-color: #009e4a;
	color: #fff;
}

.dr-dibu a:hover::after {
	background: url(../images/product-next-2.png) no-repeat 50% 50% / 50% 50% border-box border-box;
}


.std_pad70 {
	padding: 70px 0;
}

.prodet_core {
	background-color: #F8F8F8;
	overflow: hidden;
}

.ys_cont1400 {
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}

.prodet_core_tp {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 4px solid #009e4a;
}

.std_tit3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}

.std_margin1 {
	margin-top: 30px;
}

.pcbu_li_cont_tit {
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 14px;
}

.std_parga,
.std_parga p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}

.pro_det_main {
	width: 100%;
}

.wrap2 {
	width: 100%;
}

.pilu_li_cont_ul {
	overflow: hidden;
}

.plcu_li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pilu_li_cont li {
	padding: 25px 0;
	border-bottom: 1px solid #D9D9D9;
}

.plcu_li_le {
	padding: 0 23px;
	width: 50%;
	display: flex;
	align-items: center;
}

.plcu_li_mid {
	width: 40%;
}

.plcu_li_ri {
	width: 10%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plcu_li_le_icon {
	width: 45px;
}

.plcu_li_le_icon img {
	width: 100%;
}

.plcu_li_le_tit {
	width: calc(100% - 45px);
	padding-left: 25px;
}

.plcu_li_le_tit p {
	color: #333;
}

.plcu_li_mid p,
.plcu_li_ri p {
	color: #999;
	transition: all .36s;
}

.pilu_li_cont_ul li {
	padding: 25px 0;
	border-bottom: 1px solid #D9D9D9;
}

.plcu_li_ri p:hover {
	color: #009e4a;
}

.common2 {
	padding: 30px 0 60px 0;
}

.part03 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.part03 li {
	/* float: left; */
	/* margin-right: 2%; */
	width: 23%;
	position: relative;
	margin-top: 30px;
	box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.common-2 li {
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

.part03 li .tp {
	/* height: 287px; */
	overflow: hidden;
}

.part03 li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.part03 li .p0 {
	height: 54px;
	background: #9e9e9e;
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	text-indent: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.part03 li:hover img {
	transform: scale(1.2);
}



@media screen and (max-width: 999px) {
	.dbtplb .container {
		display: block;
	}

	.dbtplb-left {
		width: 100%;
	}

	.swiper {
		height: 300px;
	}

	.mySwiper .swiper-slide {
		width: 100%;
	}

	.dbtplb-right {
		width: 100%;
		padding-left: 0;
	}

	.std_pad70 {
		padding: 40px 0;
	}

	.ys_cont1400 {
		padding: 0 20px;
		width: 100%;
	}

	.pilu_li_cont li {
		padding: 18px 0;
	}

	.plcu_li_le {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.plcu_li_le_icon {
		width: 30px;
	}

	.plcu_li_le_tit {
		width: calc(100% - 30px);
		padding-left: 10px;
	}

	.std_parga,
	.std_parga p {
		font-size: 14px;
	}

	.plcu_li_mid {
		width: 100%;
		margin-bottom: 10px;
	}

	.plcu_li_ri {
		width: 100%;
	}

	.pro_nav li a span {
		font-size: 14px;
	}

	.std_tit3,
	.yxedr_active h3 {
		font-size: 20px;
	}

	#pro_btm ul li {
		float: none;
		width: 100%;
	}



	.part03 li {
		width: 45%;
	}

	.part03 li .p0 {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		text-indent: 0;
		padding: 1px;
	}
}