@charset "utf-8";
/* =====================产品列表样式======================== */


.pro_nav_item{
	padding: 0.2rem 0 0.5rem;
}
.pro_nav_item ul{}
.pro_nav_item ul li{
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.pro_nav_item ul li a{
	display: block;
	font-size: 14px;
	color: #6e6e6e;
	height: 50px;
	line-height: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 0 0.35rem;
	background-color: #e1e6eb;
}
.pro_nav_item ul li:hover a,.pro_nav_item ul li.active a{
	color: white;
	background-color: #e60012;
}

.pro_list_con{
	padding-bottom: 0.4rem;
}
.pro_list_con .pro_list_item{
	margin-bottom: 0.3rem;
}
.pro_list_item .fl{
	width: 24.375%;
}
.pro_list_item .fl{
	width: calc( (100% - 40px) / 4);
}
	

.pro_list_item .fl a{
	position: relative;
	display: block;
}
.pro_list_item .fl .com-img{}
.pro_list_item .fl .com-img img{}
.pro_list_item .fl p{
	position: absolute;
	left: 0;
	top: 11%;
	font-size: 28px;
	line-height: 30px;
	color: white;
	padding: 0 10%;
	text-align: left;
	text-transform: capitalize;
}
.pro_list_item .fr{
	width: calc( (300% - 40px)  / 4);
}
.pro_list_item .fr ul{}
.pro_list_item .fr ul li{
	background-color: #f2f2f2;
}
.pro_list_item .fr ul li .pic{
	width: 100%;
	height: 0;
	padding-bottom: 128.205%;
	overflow: hidden;
}
.pro_list_item .fr ul li .pic img{
	width: 100%;
	
}
.pro_list_item .fr ul li .pic .com-img{
	border: 2px solid #f2f2f2;
}
.pro_list_item .fr ul li .info{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.25rem 10% 0.3rem;
	text-align: center;
	background-color: #f2f2f2;
}
.pro_list_item .fr ul li .info h4{
	font-size: 18px;
	line-height: 1;
	color: #494949;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pro_list_item .fr ul li:hover .info h4{
	color: #E60012;
}
.pro_list_item .fr ul li .info .cp_list{
	margin: 0.15rem 0 0.1rem;
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pro_list_item .fr ul li:hover .info .cp_list{
	height: 90px;
	/* height: auto; */
}
.pro_list_item .fr ul li .info .cp_list a{
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
	line-height: 18px;
	font-size: 12px;
	color: #494949;
	text-align: left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pro_list_item .fr ul li .info .cp_list a:hover{
	color: #E60012;
}
.pro_list_item .fr ul li .info .cp_list a:nth-child(2n){
	margin-right: 0;
}
.pro_list_item .fr ul li .info a.more{
	display: inline-block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: white;
	background-color: #e60012;
	border-radius: 5px;
	/* margin-top: 0.2rem; */
}

.pro_list_item .pro_btn{
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	width: 60px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.pro_list_item .pro_btn::after{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	height: 24px;
	width: 2px;
	background-color: #929292;
	margin-left: -0.5px;
	margin-top: -12px;
	z-index: 2;
}
.pro_list_item .pro_btn .swiper-button-prev,.pro_list_item .pro_btn .swiper-button-next{
	position: relative;
	width: 20px;
	height: 30px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	background: url(../png/pro_prev.png) no-repeat center;
	/* background-size: 16px auto; */
	margin-top: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.pro_list_item .pro_btn .swiper-button-next{
	background-image: url(../png/pro_next.png);
}
.pro_list_item .pro_btn .swiper-button-prev:hover{
	background-image: url(../png/pro_prev_on.png);
}
.pro_list_item .pro_btn .swiper-button-next:hover{
	background-image: url(../png/pro_next_on.png);
}
.pro_list_item .pro_btn .swiper-button-prev::after,.pro_list_item .pro_btn .swiper-button-next::after{
	display: none;
}

.pro_list_item .swiper-button-lock{
	display: block;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.pro_list_item .fl p{
		font-size: 24px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pro_list_item .fl{
		width: calc( (100% - 20px) / 3);
	}
	.pro_list_item .fr{
		width: calc( (200% - 10px) / 3);
	}
	.pro_list_item .fl p{
		font-size: 22px;
		line-height: 1.2;
		top: 8%;
		padding: 0 4%;
	}
}
@media all and (max-width:768px) {
	/* 移动终端以上 360 适配 */
	.pro_list_item .fl,.pro_list_item .fr{
		width: 49%;
	}
	
}
@media all and (max-width:640px) {
    
}
@media all and (max-width:480px) {
	.pro_list_item .fl p{
		font-size: 18px;
	}
	.pro_list_item .pro_btn{
		width: 36px;
		height: 18px;
	}
	.pro_list_item .pro_btn::after{
		height: 100%;
		top: 0;
		margin-top: 0;
	}
	.pro_list_item .pro_btn .swiper-button-prev, .pro_list_item .pro_btn .swiper-button-next{
		width: 12px;
		height: 18px;
		background-size: 80% auto;
	}
	
	.pro_list_item .fr ul li .info{
		padding: 0.2rem 4% 0.25rem;
	}
	.pro_list_item .fr ul li .info h4{
		font-size: 16px;
	}
	.pro_list_item .fr ul li .info a.more{
		width: 120px;
		height: 24px;
		line-height: 24px;
		border-radius: 3px;
		font-size: 12px;
	}
	.pro_list_item .fr ul li .pic .com-img img{
		width: calc(100% - 1px);
	}
}
@media all and (max-width:420px) {
	.pro_list_item .fl p{
		font-size: 14px;
	}
	
}
@media all and (max-width:376px) {
	
}
