@charset "utf-8";
#quandi_case{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f5f5f5;
}
#quandi_case_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	line-height:1.2;
	padding:10px;
	margin-top:20px;
	padding-bottom:20px;
	white-space:nowrap;
	text-align:center;
}
#quandi_case_title{
	font-size:2rem;
	line-height:2;
	color:#28a58c;
	font-weight:bold;
}
#quandi_case_miaoshu{
	line-height:2;
	font-size:1.1rem;
	color:#999;
}
#quandi_case_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_case_tbody{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
		padding:10px;
		margin-top:20px;
	}
}
a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
a.case_tb:hover{
	color:#fff;
	background-color:#28a58c;
}
.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	padding-bottom:75%;
	background-size:cover;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding:10px;
}
#quandi_fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	max-width:1200px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_fenlei_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	line-height:1.2;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	white-space:nowrap;
	text-align:center;
}
#quandi_fenlei_title{
	font-size:2rem;
	line-height:2;
	color:#28a58c;
	font-weight:bold;
}
#quandi_fenlei_miaoshu{
	line-height:2;
	font-size:1.1rem;
	color:#999;
}
#quandi_fenlei_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	row-gap:10px;
	column-gap:10px;
	padding:10px;
}
a.fenlei_name{
	display:block;
	background-color:#e3f8f1;
	color:#333;
	font-size:14px;
	line-height:36px;
	padding-left:30px;
	padding-right:30px;
}
a.fenlei_name:hover{
	background-color:#32cfb0;
	color:#fff;
}
/*泛光灯*/
#quandi_product{
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	max-width:1200px;
	padding:10px;
}
@media (max-width:480px){
	#quandi_product{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	border:1px solid #ddd;
}
a.product_tb:hover{
	border:1px solid #32cfb0;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-bottom:100%;
	position:relative;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	padding:10px;
}

#quandi_youshi{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(50% - (30px/2)) calc(50% - (30px/2));
	column-gap:30px;
	row-gap:20px;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:480px){
	#quandi_youshi{
		grid-template-columns:auto;
		row-gap:10px;
		padding:10px;
		margin:auto;
	}
}
a.youshi_pic{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	width:auto;
	height:auto;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-bottom:50%;
}
a.youshi_pic:nth-child(2){
	grid-row-start:1;
	grid-row-end:3;
	grid-column-start: 2;
}
@media (max-width:480px){
	a.youshi_pic:nth-child(2){
		grid-row-start:unset;
		grid-row-end:unset;
		grid-column-start: unset;
		padding-bottom:100%;
	}
}
a.youshi_pic:before{
	display:block;
	background-color:rgba(0,0,0,0.5);
	width:0px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	bottom:0px;
	top:0px;
	content:"";
	transition:all 0.4s;
	z-index:-1;
}
a.youshi_pic:hover:before{
	width:100%;
}
.youshi_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:none;
	margin:10%;
}
.youshi_title{
	font-size:26px;
	font-weight:bold;
	line-height:1.5;
	color:#28a58c;
}
.youshi_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	line-height:1.8;
	margin-top:20px;
	font-size:1.2rem;
	color:#fff;
}
a.youshi_more{
	display:block;
	overflow:hidden;
	margin:auto;
	margin-left:0px;
	width:140px;
	height:36px;
	line-height:36px;
	background-color:transparent;
	border:1px solid #28a58c;
	border-radius:20px;
	color:#28a58c;
	text-align:center;
	margin-top:20px;
	font-size:12px;
	position:relative;
}
a.youshi_more:hover{color:#fff;}
a.youshi_more:before{
	width:0px;
	height:100%;
	left:0px;
	top:0px;
	bottom:0px;
	display:block;
	content:"";
	background-color:#28a58c;
	color:#fff;
	position:absolute;
	z-index:-1;
	transition:all 0.4s;
}
a.youshi_more:hover:before{
	width:100%;
}


/*关于我们*/
.about_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#28a58c;
	padding-top:80px;
	padding-bottom:80px;
	margin-bottom:80px;
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2rem;
	font-weight:600;
	vertical-align:top;
	text-align:center;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	line-height:2;
	border-bottom:1px dotted #ddd;
	margin-bottom:10px;
	max-width:1200px;
}
.about_tb{
	display:grid;
	grid-template-columns:50% auto;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	max-width:1200px;
	color:#fff;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
		padding:10px;
		row-gap:10px;
	}
}
.about_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	border-radius:10px;
	border:5px solid #fff;
}
.about_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:26px;
}
.about_content{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:2;
	margin-top:20px;
}
a.about_more{
	display:block;
	overflow:hidden;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#f18627;
	color:#fff;
	margin-left:0px;
	margin-top:20px;
	border-radius:2px;
}
a.about_more:hover{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}
.new_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#333;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:80px;
}
.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
	text-align:center;
	padding:20px;
	margin-top:50px;
	margin-bottom:50px;
}
.new_title{
	font-size:2rem;
	color:#00ffff;
	font-weight:bold;
	line-height:1.5;
}
.new_miaoshu{
	font-size:1.8rem;
	color:#fff;
}
.new_name{
	font-size:1.7rem;
	color:#ff0;
	font-weight:bold;
	margin-top:20px;
}
/*新闻*/
#quandi_xinwen{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.xinwen_pic{
	display:block;
	margin:auto;
	width:100%;
	height:100%;
	min-height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.news{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1200px;
	overflow:hidden;
}
.news_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	line-height:1.2;
	padding:10px;
	white-space:nowrap;
	text-align:center;
}
.news_title{
	font-size:2rem;
	line-height:2;
	color:#28a58c;
	font-weight:bold;
}
.news_miaoshu{
	line-height:2;
	font-size:1.1rem;
	color:#999;
}
#news{
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}
@media (max-width:767px){
	#news{
		grid-template-columns:auto;
		padding:10px;
	}
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	border:1px solid #ddd;
	padding:10px;
}
#quandi_news{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	border-bottom:1px dotted #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
a.news_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	display:-webkit-flex;
	align-items:center;
	column-gap:10px;
	font-size:1.3rem;
	line-height:50px;
}
.news_jianshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:10px;
	color:#999;
}
.news_content ul{
	margin:auto;
	padding:0px;
	list-style-position:inside;
	list-style-image:url(images/li.png);
}
.news_content li{border-bottom:1px dotted #ddd;}
.news_content a{
	font-size:13px;
	white-space:nowrap;
	width:auto;
	height:auto;
	line-height:40px;
}
.news_content img{
	width:100%;
	height:auto;
	margin:auto;
}
