/* 

.publicCommon{
	padding: 80px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.publicCommon .commonLeft{
	width: 300px;
}
.publicCommon .commonRigth{
	width: calc(100% - 350px);
}

.show_commonLeft{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #126eba;
	display: none;
	cursor: pointer;
}

@media (max-width: 996px) {
	.publicCommon{
		flex-direction:row !important;
	}
	.show_commonLeft{
		display: block;
	}
	.show_commonLeft.show{
		transform:rotate(180deg);
	}
	.publicCommon .commonLeft{
		width: 300px;
		max-width: 300px;
		position: fixed;
		
		z-index: 9;
		transition: all 0.5s;
	}
	.publicCommon .commonLeft.show{
		top: 0;
		margin-top: 70px;
		height: 100%;
	}
	.publicCommon .commonRigth{
		width: 100%;
	}
	.publicCommon .commonLeft .commonLeft_heading{
		display: none;
	}
	.publicCommon .commonLeft .commonLeft_heading.show{
		display: block;
	}
}



.publicCommon{
	padding: 80px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.publicCommon .commonLeft{
	width: 300px;
}
.publicCommon .commonRigth{
	width: calc(100% - 350px);
}

.show_commonLeft{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #126eba;
	display: none;
	cursor: pointer;
}

@media (max-width: 996px) {
	.publicCommon{
		flex-direction:row !important;
	}
	.show_commonLeft{
		display: block;
	}
	.show_commonLeft.show{
		transform:rotate(180deg);
	}
	.publicCommon .commonLeft{
		width: 300px;
		max-width: 300px;
		position: fixed;
		
		z-index: 9;
		transition: all 0.5s;
	}
	.publicCommon .commonLeft.show{
		top: 0;
		margin-top: 70px;
		height: 100%;
	}
	.publicCommon .commonRigth{
		width: 100%;
	}
	.publicCommon .commonLeft .commonLeft_heading{
		display: none;
	}
	.publicCommon .commonLeft .commonLeft_heading.show{
		display: block;
	}
}


@media (max-width: 540px) {
	.publicCommon{
		padding: 45px 0;
	}
}*/



.headingList{
	width: 90%;
	padding: 20px 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555555;
	background-color: #fff;
	transition: all 0.5s;
	border-top: 1px solid #ddd;
}
.headingList.active{
	color: #fff;
	border-top: 1px solid #126eba;
	background-color: #126eba;
}
.headingList.active:hover{
	color: #fff;
}
.headingList:hover{
	color: #126EBA;
}
.headingList .title_p{
	width: calc(100% - 25px);
	font-size: 16px;
	line-height: 28px;
}
/* 加号 */
.headingList .plus{
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	background-color: #ccc;
	transition: all 0.5s;
}
.headingList:hover .plus{
	background-color: #126EBA;
}
.headingList.active .plus{
	background-color: #fff;
}
.headingList.active:hover .plus{
	background-color: #fff;
}

.headingList .plus span{
	display: block;
	width: 8px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	transition: all 0.5s;
}
.headingList .plus span:first-child{
	margin-top: 10px;
}
.headingList.active .plus span{
	background-color: #126eba;
}
.headingList .plus span:nth-child(2){
	transform: rotate(90deg);
	margin-top: -1px;
}
.headingList.active .plus span:nth-child(2){
	transform: rotate(0deg);
	margin: auto;
}

@media (max-width: 768px) {
	.headingList{
		width: 90%;
		padding: 20px 5%;
	}
	.headingList .title_p{
		font-size: 15px;
	}
}
@media (max-width: 540px) {
	.headingList{
		width: 90%;
		padding: 15px 5%;
	}
	.headingList .title_p{
		font-size: 14px;
	}
}



/* 内容顶部 */
.productTop{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	margin-bottom: 15px;
}
.productTop .title p{
	font-size: 24px;
	color: #126eba;
}
/* 搜索框 */
.productTop_search{
	width: 38%;
}
.productTop_search input{
	width: calc(100% - 60px);
	border: none;
	outline: 0;
	padding: 15px 0;
	color: #666666;
	font-size: 14px;
	background-color: transparent;
	border-bottom: 1px solid #999999;
}
.productTop_search button{
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	background-color: #126eba;
}
.productTop_search button img{
	width: 20px;
}
@media (max-width: 540px) {
	.productTop{
		display: flex;
		flex-wrap: wrap;
	}
	.productTop_search{
		width: 100%;
		margin-top: 10px;
	}
}





/* 内容 */
.product{
	width: 100%;
	padding-bottom: 30px;
	background-color: #fff;
}
.productList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	
}
.productItem{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.productItem:nth-child(3n+3){
	margin: 0;
}

.productItem .title{
	width: 87%;
	font-size: 14px;
	color: #222222;
	text-align: center;
	margin: 15px auto;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.productItem:hover .title{
	color: #126EBA;
}

.productImages{
	width: 100%;
	position: relative;
}
.productImages .absolute{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	font-size: 16px;
	transition: all 0.5s;
	background-color: rgba(18,110,186,0.8);
}
.productItem:hover .productImages .absolute{
	opacity: 1;
}
.absoluteText{
	width: 90%;
	height: 90%;
	margin: 5% auto;
	border: 1px solid #fff;
}
.productImages .absolute .cent{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.productImages .absolute p{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.productImages .absolute .jia{
	width: 24px;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.productList{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.productItem{
		width: 48%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
}
@media (max-width: 540px) {

}