@charset "utf-8";
.product_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.product_list{
	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;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:480px){.product_list{grid-template-columns:auto;}}
a.product_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	background-color:#f5f5f5;
	transition:all 0.4s;
}
a.product_tb:hover{
	background-color:#0d8440;
}
a.product_tb:hover *{color:#fff!important;}
.product_pic{
	display:block;
	width:auto;
	height:200px;
	overflow:hidden;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
}
.product_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
}
.product_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	font-size:1rem;
	line-height:1.5;
}
.quandi_about_news{
	display:grid;
	grid-template-columns:calc(60% - 40px/2) calc(40% - 40px/2);
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-bottom:50px;
	margin-top:50px;
}
@media (max-width:767px){
	.quandi_about_news{
		grid-template-columns:auto;
	}
}
#news_back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#0d8440;
	padding-top:1rem;
	padding-bottom:1rem;
}
#news{
	display:grid;
	grid-template-columns:140px auto;
	column-gap:20px;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
}
#news * {color:#fff;}
#news a {color:#fff;}
.news_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
}
#quandi_news_title{white-space:nowrap;}
#quandi_news_title:before{margin-right:10px;}
.news_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	white-space:nowrap;
}
.news_tb{
	display:grid;
	grid-template-columns:auto 100px;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
}
.news_name{white-space:nowrap;font-size:12px;}

#about{
	display:grid;
	grid-template-rows:40px auto;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
}

.about_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
	vertical-align:middle;
}
.about_tb{
	display:grid;
	grid-template-columns:50% auto;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#0d8440;
}
@media (max-width:767px){.about_tb{grid-template-columns:auto;}}
.about_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.about_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:30px;
	color:#fff;
}
.about_main{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.about_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
}
.about_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1rem;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.5;
}
a.bt_link{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #fff;
	height:2rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
a.bt_link:hover{
	background-color:#fff;
	color:#0d8440;
}
#case{
	display:grid;
	grid-template-rows:40px auto;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
}
.case_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:30px;
	box-sizing:border-box;
}

.case_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
	vertical-align:middle;
}

#quandi_case_tbody{
	display:block;
	width:auto;
	height:calc(100% - 60px);
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	background-color:#f5f5f5;
}

.case_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	color:#fff;
}
.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-size:1.5rem;
}
.case_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.case_more{
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:auto;
	border:1px solid #fff;
}