
/*头部*/
/*$$
{"color":[{"val":"#393939","title":"模块大标题的默认颜色"},
{"val":"#9e9e9e","title":"模块小标题的默认颜色"},
{"val":"#6b6b6b","title":"产品图名称的默认颜色"},
{"val":"#afafaf","title":"产品图简介的默认颜色"}],
"background":[{"val":"#ffffff","title":"PC端模块的背景颜色},
{"val":"#b4b2b3","title":"线条的主背景色(左)/鼠标滑块选中的主题色"},
{"val":"#background","title":"线条的副背景色(右)"},
{"val":"#e2e2e2","title":"左右切换按钮的默认颜色"}]
$$*/

#product_145 {
	width:100%;
	padding:0 15px;
	background:#ffffff;
}
#product_145 .prd_w {
	width:100%;
	padding:60px 0;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#product_145 .prd_w .prd_T {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-bottom:50px;

}

#product_145 .prd_w .prd_T .prd_Ts {
	display:inline-block;
	text-align:center;
	width:150px;
}

#product_145 .prd_w .prd_T .prd_Ts h2 {
	font-size:36px;
	color:#393939;
	width:100%;
	margin-bottom:8px;
	line-height:40px;
}

#product_145 .prd_w .prd_T .prd_Ts i {
	width:100%;
	display:block;
	width:100%;
	height:2px;
	background:#b4b2b3;
	position:relative;
}

#product_145 .prd_w .prd_T .prd_Ts i::after {
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#4b89ff;
	content:'';
}

#product_145 .prd_w .prd_T .prd_Ts p {
	font-size:14px;
	color:#9e9e9e;
	text-transform:uppercase;
	width:100%;
	line-height:25px;
	font-weight:bold;
	letter-spacing:1px;
}

#product_145 .prd_w .prd_T .prd_L {
	width:calc(100% - 240px);
	max-width:800px;
	height:100%;

}

#product_145 .prd_w .prd_T .prd_L .prd_Lul {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}

#product_145 .prd_w .prd_T .prd_L .prd_Lul .prd_Lli {
	width:120px;
	height:36px;
	line-height:36px;
}

#product_145 .prd_w .prd_T .prd_L .prd_Lul .prd_Lli .prd_Llia {
	width:120px;
	height:36px;
	line-height:36px;
	color:#6b6b6b;
	font-size:16px;
	text-align:center;
	display:block;
	border-radius:5px;
}



#product_145 .prd_w .prd_C {
	width:100%;
}

#product_145 .prd_w .prd_O {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;

}

#product_145 .prd_w .prd_O .prd_Oi {
	width:400px;
	overflow:hidden;
}

#product_145 .prd_Ois {
	width:100%;
	position:relative;
}

#product_145 .prd_OisZ {

	display:block;
}

#product_145 .prd_OisP {
	width:100%;
	height:120%;
	object-fit: contain;
	top:0;
	left:0;

}

#product_145 .prd_Oin {
	width:calc(100% - 400px);
	padding:0 0 0 50px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
}

#product_145 .prd_Oin .prd_Oin_h2 {
	font-size:20px;
	color:#6b6b6b;
	line-height:30px;
	margin-bottom:10px;
	width:100%;
}

#product_145 .prd_Oin .prd_Oin_p {
	font-size:16px;
	color:#afafaf;
	line-height:25px;
	height:125px;
	margin-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	line-clamp:4;
	-webkit-line-clamp:4 width:100%;

}

#product_145 .prd_Oin .prd_Oin_a {
	font-size:16px;
	color:#ffffff;
	background:#4b89ff;
	height:30px;
	width:110px;
	line-height:30px;
	text-align:center;
	display:block;
	border-radius:5px;
}


#product_145 .proSwiperBox {
	width:100%;
	position:relative;
}

#product_145 .proSwiper {
	width:100%;

}

#product_145 .swiper-slide {
	width:100%;
}

#product_145 .proS_ul {
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}

#product_145 .proS_li {
	width:calc((100% - 60px) / 4);
	margin-right:20px;

}

#product_145 .proS_li:nth-child(4n) {
	margin-right:0;
}

#product_145 .proS_lia {
	width:100%;
	display:block;
}

#product_145 .proS_lia_i {
	width:100%;
}
#product_145 .proS_lia_oi {
	width:100%;
	position:relative;
	overflow:hidden;
}

#product_145 .proS_lia_oiZ {
	width:120%;
	display:block;
}

#product_145 .proS_lia_oiP {
	width:100%;
	height:100%;
	object-fit:contain;
	position:absolute;
	top:0;
	left:0;
	transition:0.3s ease;
}

#product_145 .proS_lia_t {
	width:100%;
	margin-bottom:10px;
	position:relative;
	height:40px;
	line-height:40px;
	
}

#product_145 .proS_lia_ta {
	font-size:16px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:100%;
	color:#afafaf;
	display:inline-block;
	transition:0.3s ease;
	position:absolute;
	left:0;
	transform:translate(0,0);
	
}

#product_145 .sliderBtns {
	width:80px;
	height:30px;
	display:flex;
	justify-content:center;
	position:absolute;
	top:-50px;
	right:0;
}

#product_145 .slider-btn-next {
	border-right:#ffffff 1px solid ;
}

#product_145 .slider-btn-next::after {
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	content:'';
	background:url('/static/images/CP00020_02.png') no-repeat center center;
	background-size:16px 16px;
}

#product_145 .slider-btn-prev::after {
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) rotate(180deg);
	content:'';
	background:url('/static/images/CP00020_02.png') no-repeat center center;
	background-size:16px 16px;

}

#product_145 .sliderBtn {
	width:40px;
	height:30px;
	background:#e2e2e2;
	transition:0.3s;
	cursor:pointer;
	position:relative;
}

@media (min-width:1200px){
	#product_145 .prd_w .prd_T .prd_L .prd_Lul .prd_Lli:hover .prd_Llia {
		background:#4b89ff;
		color:#fff;
	}
	#product_145 .sliderBtn:hover {
		background:#4b89ff;
	}
	#product_145 .proS_lia:hover .proS_lia_oiP{
		transform:scale(1.1);
	}
	#product_145 .proS_lia:hover .proS_lia_ta{
		color:#4b89ff;
		left:50%;
		transform:translate(-50%,0);
	}
	
} 


@media (max-width:1200px) {
	#product_145 .prd_w .prd_O .prd_Oi{
		width:310px;
	}
	#product_145 .prd_Oin{
		width:calc(100% - 310px);
		padding-left:30px;
	}
}
@media (max-width:750px) {
	
	#product_145 .prd_w{
		padding:35px 0;
	}
	#product_145 .prd_w .prd_T{
		flex-wrap:wrap;
		justify-content:center;
		margin-bottom:20px;
	}
	#product_145 .prd_w .prd_T .prd_L{
		width:100%;
		margin-top:14px;
	}
	#product_145 .prd_w .prd_T .prd_L .prd_Lul .prd_Lli{
		width:25%;
	}
	#product_145 .prd_w .prd_T .prd_L .prd_Lul .prd_Lli .prd_Llia{
		font-size:14px;
		width:100%;
	}
	
	#product_145 .prd_w .prd_O{
		flex-wrap:wrap;
	}
	#product_145 .prd_w .prd_O .prd_Oi{
		width:100%;
	}
	#product_145 .prd_Oin{
		width:100%;
		padding:20px 20px;
	}
	#product_145 .prd_Oin .prd_Oin_h2{
		font-size:16px;
		line-height:24px;
	}
	#product_145 .prd_Oin .prd_Oin_p{
		height:auto;
		font-size:14px;
	}
	#product_145 .prd_Oin .prd_Oin_a{
		font-size:14px;
	}
	
	#product_145 .prd_w .prd_T .prd_Ts h2{
		font-size:20px;
		line-height:30px;
	}
	#product_145 .prd_w .prd_T .prd_Ts p{
		font-size:12px;
	}
	#product_145 .prd_w .prd_T .prd_Ts i{
		width:86px;
		margin:0 auto;
	}
	
	#product_145 .proS_li{
		width:calc((100% - 20px) / 2);
		margin-right:20px;
	}
	#product_145 .proS_li:nth-child(2n){
		margin:0;
	}
	#product_145 .proS_lia_ta{
		font-size:14px;
	}
}