/*主营产品*/
.contain {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
}
.contain .content.product {
}
.contain .content.product .w1200 {
}
.contain .content.product .w1200 .bottom {
	border-top: 5px solid #B6000C;
}
.contain .content.product .w1200 .bottom .search {
	border-bottom: 5px solid #B6000C;
}
.contain .content.product .w1200 .bottom .search dl {
	display: flex;
	margin-bottom: 2rem;
}
.contain .content.product .w1200 .bottom .search dl dt {
	font-weight: bold;
	font-size: 1.2rem;
}
.contain .content.product .w1200 .bottom .search dl dd {
	cursor: pointer;
	width: 4em;
	border-bottom: 1px solid #666;
	margin: 0 1em;
	text-align: center;
}
.contain .content.product .w1200 .bottom .search dl dd.active {
	color: #B6000C;
	border-bottom: 1px solid #B6000C;
}
.contain .content.product .w1200 .bottom .goods {

}
.contain .content.product .w1200 .bottom .goods .cate {

}
.contain .content.product .w1200 .bottom .goods .cate .title {
	padding: 5rem 0 2rem;
	text-align: center;
}
.contain .content.product .w1200 .bottom .goods .cate .title span {
	position: relative;
	color: #B6000C;
	font-size: 1.2rem;
	font-weight: bold;
}
.contain .content.product .w1200 .bottom .goods .cate .title span::before {
	content: '';
	background-color: #B6000C;
	height: 2px;
	width: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -80%;
}
.contain .content.product .w1200 .bottom .goods .cate .title span::after {
	content: '';
	background-color: #B6000C;
	height: 2px;
	width: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 130%;
}
.contain .content.product .w1200 .bottom .goods .cate .list {
	display: flex;
	flex-wrap: wrap;
}
.contain .content.product .w1200 .bottom .goods .cate .list .item {
	margin: 1rem 10px;
	cursor: pointer;
	border: 1px solid #512F1F;
}
.contain .content.product .w1200 .bottom .goods .cate .list .item .thumb {
	width: 378px;
	height: 248px;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contain .content.product .w1200 .bottom .goods .cate .list .item .tit {
	border-top: 1px solid #F9F6F4;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	
	background-color: #512F1F;
	color: #fff;
}
.contain .content.product .w1200 .bottom .goods .cate .list .item:hover {
	border: 1px solid #B6000C;
}
.contain .content.product .w1200 .bottom .goods .cate .list .item:hover .tit {
	background-color: #B6000C;
	color: #fff;
}
.contain .content.product .w1200 .bottom .goods .cate .tips {
	text-align: center;
	color: #999;
}