@charset "utf-8";
#quandi_fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:auto;
	text-align:center;
	flex-wrap:wrap;
}
#quandi_fenlei>div:first-child>a.fenlei_name{
	background-color:#996a00;
}
a.fenlei_name{
	width:auto;
	height:25px;
	line-height:25px;
	padding:10px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	display:block;
	margin:5px;
	background-color:#b9863c;
	text-align:center;
	color:#fff;
	white-space:nowrap;
	border-radius:5px;
}
a.fenlei_name:hover{
	background-color:#996a00;
}
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
#quandi_product_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
#quandi_product_thead:after{
	content:"========";
	font-weight:bold;
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
	color:#b9863c;
	font-size:1.5rem;
}
#quandi_product_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:12px;
	text-align:center;
	color:#787878;
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4));
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	max-width:1200px;
}
@media (max-width:1000px){#quandi_product_tbody{grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));paddign:10px;}}
@media (max-width:480px){#quandi_product_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));}}
a.product_tb{
	width:auto;
	height:100%;
	display:block;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	margin-top:0px;
	transition:all 0.4s;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
	color:#fff;
	background-color:#b9863c;
}
.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	display:block;
	margin:auto;
	border:1px solid #b9863c;
}
.product_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	width:100px;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
	transition:all 0.4s;
}
.product_more:hover{
	transition:all 0.4s;
	background-color:#333;
	color:#fff;
	border:1px solid transparent;
	width:120px;
}
#quandi_com_back{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#000;
	background-size:cover;
	overflow:hidden;
}
/*关于我们*/
#quandi_com{
	display:block;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#quandi_com_tbody{padding:10px;margin-top:20px;}}
.com_tb{
	width:auto;
	height:auto;
	margin:auto;
	display:grid;
	grid-template-columns:auto auto;
	row-gap:20px;
	margin-top:100px;
	margin-bottom:100px;
}
@media (max-width:767px){.com_tb{grid-template-columns:auto;margin:auto;padding:10px;}}
.com_left{
	display:block;
	width:auto;
	height:auto;
	margin-right:-100px;
}
@media (max-width:767px){.com_left{margin:auto;}}
.com_right{
	display:block;
	width:auto;
	height:calc(100% - 60px);
	background-color:#fff;
	padding:30px;
	overflow:hidden;
	margin-left:-130px;
	margin-top:80px;
	position:relative;
	z-index:2;
	box-sizing:border-box;
}
@media (max-width:767px){.com_right{margin:auto;height:auto;padding:10px;}}
.com_pic{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.com_name{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2rem;
	line-height:2;
}
.com_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1rem;
	margin-bottom:20px;
	margin-top:20px;
	line-height:2.2;
}
.com_miaoshu *{max-width:100%;height:auto;}
a.com_more{
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	background-color:#b9863c;
	color:#fff;
	text-align:center;
	border-radius:5px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	font-size:1.2rem;
}
#quandi_news_fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
#quandi_news_fenlei_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
#quandi_news_fenlei_thead:after{
	content:"========";
	font-weight:bold;
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
	color:#b9863c;
	font-size:1.5rem;
}
#quandi_news_fenlei_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.5rem;
	font-weight:bold;
	text-align:center;
	line-height:1.2;
	color:#b9863c;
}
#quandi_news_fenlei_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:12px;
	line-height:1.2;
	text-align:center;
	color:#333;
	font-weight:bold;
}
#quandi_news_fenlei_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:auto;
	text-align:center;
	flex-wrap:wrap;
}
#quandi_news_fenlei_tbody>div:first-child>a.news_fenlei_name{
	background-color:#996a00;
}
a.news_fenlei_name{
	width:auto;
	height:25px;
	line-height:25px;
	padding:10px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	display:block;
	margin:5px;
	background-color:#b9863c;
	text-align:center;
	color:#fff;
	white-space:nowrap;
	border-radius:5px;
}
a.news_fenlei_name:hover{
	background-color:#996a00;
}
#news{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:45% auto;
	column-gap:50px;
	row-gap:20px;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#news{grid-template-columns:auto;padding:10px;}}
#quandi_xinwen{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	min-height:300px;
}
a.xinwen_pic{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
}
.xinwen_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	padding:10px;
}

.xinwen_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-weight:bold;
	font-size:1.15rem;
	line-height:1.5;
}
.xinwen_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	overflow: hidden;
	line-height:1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*新闻*/

#quandi_news{
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
	padding-bottom:10px;
}
.news_left{
	background-color:#996a00;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	
}
.news_index{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2rem;
	line-height:1.5;
}
.news_year{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:1.5;
}
.news_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.4rem;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
	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;
}
#quandi_youshi{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
#quandi_youshi_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
#quandi_youshi_thead:after{
	content:"========";
	font-weight:bold;
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
	color:#b9863c;
	font-size:1.5rem;
}
#quandi_youshi_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
#quandi_youshi_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:12px;
	text-align:center;
	color:#787878;
}
#quandi_youshi_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
.youshi_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-repeat:no-repeat;
	background-position:top center;
}
@media (max-width:767px){.youshi_back{background-image:none!important;}}

.youshi_tb{
	display:grid;
	grid-template-columns:50% 50%;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
}
@media (max-width:767px){.youshi_tb{grid-template-columns:auto;}}
.youshi_right{
	padding:30px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#666;
}
.youshi_pic{
	display:none;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:auto;
}
#quandi_youshi_tbody>div:nth-child(even) .youshi_right{
	grid-column-start:1;
	grid-column-end:2;
}
@media (max-width:767px){.youshi_pic{display:block;}}
#quandi_team_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-position:top center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
#quandi_team{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_team_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	color:#fff;
}
#quandi_team_thead:after{
	content:"========";
	font-weight:bold;
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
	color:#b9863c;
	font-size:1.5rem;
}
#quandi_team_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
#quandi_team_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:12px;
	text-align:center;
	
}
#quandi_team_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	max-width:1200px;
	margin:auto;
	margin-top:2rem;
	margin-bottom:2rem;
}

a.team_tb{
	width:25%;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#b9863c;
	text-align:center;
	color:#fff;
	margin-right:20px;
}
.team_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	margin:auto;
	display:block;
	background-color:#fff;
	
}
@media (max-width:767px){.team_pic{height:260px;}}
.team_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
#quandi_fla_back{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
}
#quandi_fla{
	display:block;
	width:auto;
	height:calc(100vw*760/1920);max-width:1920px;
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
}

#quandi_order{
	background-color:#fff;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	border-radius:5px 5px 0px 0px;
	display:grid;
	grid-template-columns:180px auto;
	align-items:center;
	position:absolute;
	bottom:00px;
	left:0px;
	right:0px;
	overflow:hidden;
	position:relative;
	z-index:2000;
}
@media (max-width:1000px){
	#quandi_order{grid-template-columns:auto;position:static;border-radius:0px;}
}
#quandi_order_thead{
	background-color:#bb9968;
	clip-path:polygon(0px 0px,0px 100%,80% 100%,100% 0px);
	display:block;
	color:#fff;
	text-align:center;
	padding:10px;
}
#quandi_order_title{
	display:block;
	width:auto;
	height:auto;
	font-size:2rem;
	line-height:1.5;
}
#quandi_order_miaoshu{
	display:block;
	width:auto;
	height:auto;
	font-size:1rem;
	line-height:1.5;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#quandi_order_tbody{
	display:grid;
	grid-template-columns:auto auto auto auto;
	align-items:center;
	width:auto;
	height:auto;
	row-gap:20px;
	column-gap:10px;
}
@media (max-width:1000px){
	#quandi_order_tbody{padding:10px;}
}
@media (max-width:480px){
	#quandi_order_tbody{grid-template-columns:auto;}
}
#form_tbody{
	display:grid;
	grid-template-columns:auto auto auto auto;
	align-items:center;
	width:auto;
	height:auto;
	font-size:12px;
	color:#888;
}
@media (max-width:480px){
	#form_tbody{grid-template-columns:auto auto;}
}
.form_item{margin:auto;}
.form_tb{
	grid-template-columns:80px auto;
	align-items:center;
}
@media (max-width:1000px){
	.form_tb{grid-template-columns:auto;}
}

.form_text{
	display:block;
	width:80%;
	height:30px;
	line-height:30px;
}
#form_tfoot{margin:unset;text-align:left;}
a#form_bt{
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	display:block;
	width:100px;
	background-color:#b9863c;
	border-radius:2px;
}
@media (max-width:480px){
	a#form_bt{
		height:40px;
		line-height:40px;
		color:#fff;
		text-align:center;
		display:inline-block;
		width:95%;
		background-color:#b9863c;
		border-radius:2px;
	}
}