@charset "utf-8";
#quandi_hezuo{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_hezuo_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
#quandi_hezuo_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	color: rgb(208, 227, 236);
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:120%;
}
#quandi_hezuo_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:22px;
	line-height:120%;
}
.hezuo_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	position:relative;
	margin-top:40px;
}
.hezuo_tb{
	width:16.6%;
	height:auto;
	overflow:hidden;
	display:block;
	border:1px solid #ddd;
	margin-right:10px;
	background-color:#fff;
}
@media (max-width:767px){
	.hezuo_tb{width:25%;}
}
.hezuo_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	position:relative;
	padding-bottom:40%;
}

#quandi_zhaoshang{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:50px;
}
.rexian_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:20px;
	box-sizing:border-box;
	background-color:#333;
}
rexian_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.rexian_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	color:#FF0;
	font-weight:bold;
	font-size:42px;
	line-height:200%;
}
.rexian_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:22px;
	line-height:200%;
}
.tb{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	color: rgb(208, 227, 236);
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:120%;
}
.miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:22px;
	line-height:120%;
}
.cate_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	column-gap:10px;
	row-gap:10px;
	flex-wrap:wrap;
	margin:auto;
	text-align:center;
	padding:30px;
}
a.fenlei_name{
	display:block;
	width:auto;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	margin:5px;
	border:1px solid #ddd;
	border-radius:15px;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	transition:all 0.4s;
}
a.fenlei_name:hover{
	transition:all 0.4s;
	background-color:#F90;
	color:#fff;
}

.product_list{
	width:auto;
	max-width:1200px;
	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));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	padding:10px;
}
@media (max-width:480px){
	.product_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
}
}
@media (max-width:280px){.product_list{grid-template-columns:auto;}}
.product_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	vertical-align:top;
	font-size:14px;
	transition:all 0.4s;
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	background-color:#fff;
}
.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	margin:auto;
	display:block;
	overflow:hidden;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	padding:10px;
}
.case_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f5f5f5;
}
.case_list{
	width:auto;
	max-width:1200px;
	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;
	margin:auto;
	padding-top:40px;
}
@media (max-width:480px){.case_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){.case_list{grid-template-columns:auto;}}
a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin:5px;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding:5px;
	text-align:center;
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:60%;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#fff;
	position:relative;
}
/*新闻*/
.back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
}
#quandi_news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:26px;
	line-height:100%;
	vertical-align:middle;
	color:rgb(208, 227, 236);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#quandi_news_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	font-size:22px;
}
.news_list{
	width:auto;
	max-width:1200px;
	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));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	padding:10px;
	margin-top:40px;
}
@media (max-width:767px){
	.news_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
}}
@media (max-width:480px){.news_list{grid-template-columns:auto;}}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:14px;
	line-height:30px;
	white-space:nowrap;
	padding:5px;
}
.news_pic{
	width:auto;
	height:auto;
	padding-bottom:60%;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
}
.news_date{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	font-size:12px;
	line-height:150%;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
}
.news_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
text-overflow:ellipsis;
	font-size:12px;
	line-height:1.2;
	color:#999;
}