@charset "utf-8";
#quandi_lei{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:40px;
}
a.lei_tb{
	display:block;
	margin:auto;
	overflow:hidden;
	width:120px;
	height:auto;
	margin:10px;
	text-align:center;
}
@media (max-width:480px){
	a.lei_tb{width:100px;}
}
.lei_pic{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:120px;
	background-size:cover;
}
@media (max-width:480px){
	.lei_pic{height:100px;}
}
.lei_pic:hover .lei_modal{
	transform:scale(1,1);
}
.lei_modal{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	margin:auto;
	overflow:hidden;
	width:100%;
	height:100%;
	font-size:3rem;
	background-color:rgba(0,0,0,0.6);
	transition:all 0.4s;
	transform:scale(0,0);
}
.lei_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:10px;
	color:#ae7f51;
	font-weight:bold;
}
@media (max-width:767px){
	#quandi_huoban{margin-top:40px;margin-bottom:40px;}
}
#quandi_lx{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
.lx_pic{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-size:cover;
}
.lx_tb{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:100px;
	margin-bottom:100px;
}
@media (max-width:767px){
	.lx_tb{grid-template-columns:auto;padding:10px;margin-top:40px;margin-bottom:40px;}
}
.lx_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#fff;
	font-size:2rem;
}
a.lx_more{
	display:block;
	overflow:hidden;
	width:100px;
	background-color:#ae7f51;
	border-radius:20px;
	height:40px;
	color:#fff;
	text-align:center;
	line-height:40px;
}
a.lx_more:hover{background-color:#333;}
#quandi_youshi_back{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
#quandi_youshi{
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_news{
	display:block;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_news_thead{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_news_title{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:2.5rem;
}
#quandi_news_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (60px/3) ) calc(33.3% - (60px/3) ) calc(33.3% - (60px/3) );
	column-gap:30px;
	row-gap:20px;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
	width:auto;
	height:auto;
	margin-top:30px;
}
@media (max-width:767px){
	#quandi_news_tbody{grid-template-columns:auto;padding:10px;}
}
a.news_tb{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_pic{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:240px;
	background-size:cover;
	transition:all 0.4s;
	transform:scale(1,1);
}
.news_pic:hover{
	transition:all 0.4s;
	transform:scale(1.1,1.1);
}
.news_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.2rem;
	margin-top:10px;
}
.news_date{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#999;
}
.news_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


#quandi_case{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_case_thead{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_case_title{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:2.5rem;
}
#quandi_case_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_case_tbody{
	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;
	overflow:hidden;
	max-width:1200px;
	width:auto;
	height:auto;
	margin-top:30px;
	max-width:1200px;
}
@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;}
}
a.case_tb{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
}
.case_pic{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:200px;
	background-size:cover;
	transition:all 0.4s;
	transform:scale(1,1);
	background-color:#fff;
}
@media (max-width:767px){
	.case_pic{height:120px;}
}
.case_pic:hover{
	transition:all 0.4s;
	transform:scale(1.1,1.1);
}
.case_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:10px;
}


#quandi_product{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_product_thead{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_product_title{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:2.5rem;
}
#quandi_product_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_product_tbody{
	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;
	overflow:hidden;
	max-width:1200px;
	width:auto;
	height:auto;
	margin-top:40px;
	max-width:1200px;
}
@media (max-width:767px){
	#quandi_product_tbody{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
a.product_tb{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px;
	border:1px solid #ddd;
}
a.product_tb:hover{
	border:1px solid #ae7f51;
}
.product_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:280px;
	background-size:cover;
	transition:all 0.4s;
	transform:scale(1,1);
}
@media (max-width:767px){
	.product_pic{height:160px;}
}
.product_pic:hover{
	transition:all 0.4s;
	transform:scale(1.1,1.1);
}
.product_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:10px;
}