@charset "utf-8";
.back{
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.tb{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;	
}
.title{
	font-size:2.2rem;
	font-family:方正姚体;
	text-align:center;
	position:relative;
	transform-style: preserve-3d;
	
}
.title:after{
	content:"";
	display:block;
	margin:auto;
	width:;
	height:30px;
	overflow:hidden;
	background-image:url(images/hr.png);
	background-size:auto 30px;
	background-position:center;
	background-repeat:no-repeat;
}
.title:before{
	content:"";
	border-top:1px solid #b2976c;
	display:block;
	margin:auto;
	position:absolute;
	left:0px;
	bottom:18px;
	right:0px;
	z-index:-1;
	height:0px;
	width:150px;
}

.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - 90px/4 ) calc(25% - 90px/4 ) calc(25% - 90px/4 ) calc(25% - 90px/4 );
	row-gap:20px;
	column-gap:30px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	.youshi_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
.youshi_title{color:#fff;}
.youshi_tb{
	font-size:1rem;
	text-align:center;
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	border:1px solid #b2976c;
	padding:30px;
	color:#fff;
}
@media (max-width:767px){.youshi_tb{margin:10px;}}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	font-size:1.3rem;
	text-transform:uppercase;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:110px;
	height:110px;
	position:relative;
}
.youshi_miaoshu{
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	margin:auto;
	display:block;
	overflow:hidden;
	color:#999;
	line-height:1.5;
}

.product_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){
	.product_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}
a.product_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	background-color:#fff;
	text-align:center;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
}

.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	border:1px solid #ddd;
}


/*泛光灯*/
.news_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#b2976c;
}
.news_title{color:#fff;}
.news_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (80px/3)) calc(33.3% - (80px/3)) calc(33.3% - (80px/3));
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:480px){.news_list{grid-template-columns:auto;}}
a.news_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	background-color:#fff;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.news_pic{
	width:auto;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.news_right{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding:20px;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1.2rem;
}
a.new_tb:hover{
	transition:all 0.4s;
	box-shadow:0px 0px 20px 0px #ccc;
}
.new_tb:hover .new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}


.news_name{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
}
.news_date{
	font-family:Arial, Helvetica, sans-serif;
	color:;
	font-size:12px;
}
.news_miaoshu{
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#666;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.huoban_list{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
	white-space:nowrap;
}
.huoban_tb{
	display:inline-block;
	width:12.5%;
	height:auto;
	overflow:hidden;
	margin-right:10px;
}
.huoban_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	position:relative;
	padding-bottom:50%;
	border:1px solid #ddd;
}

img{margin:auto;}