@charset "utf-8";
.tb{
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:30px;
	line-height:200%;
	text-align:center;
}
.title:after{
	content:"";
	height:2px;
	background-color:#ddd;
	width:80px;
	display:block;
	margin:auto;
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:14px;
	line-height:200%;
	text-align:center;
	color:#999;
	text-transform:uppercase;
}

.fenlei_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:auto;
	max-width:1200px;
	column-gap:10px;
	row-gap:10px;
	margin-top:20px;
}
.fenlei_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#01bbd4;
	text-align:center;
	box-sizing:border-box;
	padding:10px;
}
.fenlei_tb:hover{
	background-color:#10b63b
}
a.fenlei_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	color:#fff;
	font-size:14px;
	white-space:nowrap;
}


/*泛光灯*/
#quandi_new{
	width:auto;
	height:250px;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	
}
.contact_back{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.contact_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
.contact_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	padding:10px;
	color:rgb(15, 255, 0);
	font-size:3.2rem;
	line-height:1.5;
	font-weight:bold;
}
.contact_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding:10px;
	color:#fff;
	font-size:2rem;
	line-height:1.5;
	font-weight:bold;
}
a.contact_more{
	display:block;
	overflow:hidden;
	margin:auto;
	width:120px;
	height:40px;
	line-height:40px;
	background-color:#01bbd4;
	color:#fff;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
a.contact_more:hover{
	background-color:#4baf4f;
}
.product_list{
	width:auto;
	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));
	row-gap:20px;
	column-gap:20px;
	max-width:1200px;
	margin:auto;
	padding:10px;
	margin-top:40px;
}
@media (max-width:767px){
	.product_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
		
	}
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	border:1px solid #ddd;
	text-align:center;
}
a.product_tb:hover{
	border:1px solid #01bbd4;
}
.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	display:block;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	padding:10px;
	font-size:14px;
}

/*关于我们*/
.about_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-image:url(images/about.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:80px;
	padding-bottom:40px;
}
.about_tb{
	display:grid;
	grid-template-columns:auto 45%;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	padding:10px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
	}
}
.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:32px;
	font-weight:bold;
	line-height:40px;
	vertical-align:top;
	color:#4baf4f;
	
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:normal;
	color:#666;
	line-height:2;
	vertical-align:top;
	font-size:14px;
	margin-top:20px;
}

.about_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.about_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	
}
a.about_more{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:120px;
	height:40px;
	line-height:40px;
	background-color:#01bbd4;
	color:#fff;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
a.about_more:hover{
	background-color:#4baf4f;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	
}
#quandi_news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
	line-height:40px;
	vertical-align:top;
	text-align:center;
}
#quandi_news_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:normal;
	color:#999;
	line-height:40px;
	vertical-align:top;
	text-align:center;
}
#news{
	display:grid;
	grid-template-columns:auto 50%;
	column-gap:40px;
	row-gap:20px;
	padding:10px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#news{
		grid-template-columns:auto;
	}
}
.xinwen_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	min-height:300px;
}
a.xinwen_pic{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#f5f5f5;
}
.xinwen_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:10px;
	color:#fff;
}
.xinwen_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.4rem;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.xinwen_miaoshu{
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-top:10px;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}

.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	white-space:nowrap;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	color:#666;
	text-align:left;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#999;
	line-height:30px;
}

#quandi_link{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
#quandi_link_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
.title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:26px;
}
.hezuo_list{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:20px;
	margin-bottom:20px;
}
.hezuo_tb{
	display:inline-block;
	overflow:hidden;
	width:20%;
	height:auto;
	margin-right:10px;
	border:1px solid #ddd;
}
.hezuo_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	position:relative;
	padding-bottom:60%;
}