@charset "utf-8";

#quandi_hezuo{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:80px;
	background-color:#fff;
}
#quandi_hezuo_thead{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	max-width:1200px;
}
#quandi_hezuo_title{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:2rem;
}
#quandi_hezuo_miaoshu{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1rem;
}
#quandi_hezuo_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;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
	max-width:1200px;
}
@media (max-width:480px){
	#quandi_hezuo_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
.hezuo_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.hezuo_ico{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	width:120px;
	height:120px;
	position:relative;
	font-size:2.5rem;
	border-radius:50%;
	border:1px solid #ddd;
}
.hezuo_ico:hover{
	border:1px solid #1752a6;
	color:#1752a6;
}
.hezuo_name{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
}
.hezuo_miaoshu{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
}


#quandi_zhaoshang{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:50px;
}
a.zhaoshang_pic{
	width:auto;
	height:200px;
	overflow:hidden;
	display:block;
	margin:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:20px;
	box-sizing:border-box;
	background-color:#333;
}
.zhaoshang_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	color:#FF0;
	font-weight:bold;
	font-size:42px;
	line-height:200%;
}
.zhaoshang_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%;
}
#quandi_fenlei{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:50px;
}
#quandi_fenlei_thead{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
#quandi_fenlei_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_fenlei_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:22px;
	line-height:120%;
}
#quandi_fenlei_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:auto;
	text-align:center;
	padding:30px;
	column-gap:10px;
	row-gap:10px;
}

a.fenlei_name{
	display:block;
	width:auto;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	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;
}

#quandi_product{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (45px/4)) calc(25% - (45px/4)) calc(25% - (45px/4)) calc(25% - (45px/4));
	column-gap:15px;
	row-gap:15px;
	margin:auto;
}
@media (max-width:480px){#quandi_product{grid-template-columns:calc(50% - (30px/2)) calc(50% - (30px/2));}}
@media (max-width:280px){#quandi_product{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;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-color:#f5f5f5;
	position:relative;
	padding-bottom:100%;
	background-size:cover;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	padding:10px;
}
#quandi_case{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f5f5f5;
}
#quandi_case_thead{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
#quandi_case_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_case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:22px;
	line-height:120%;
}
#quandi_case_tbody{
	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){#quandi_case_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){#quandi_case_tbody{grid-template-columns:auto;}}
a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding:5px;
	text-align:center;
}
.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-color:#fff;
	position:relative;
	background-size:cover;
	padding-bottom:75%;
}
/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
}
#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;
}
#quandi_news_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (45px/4)) calc(25% - (45px/4)) calc(25% - (45px/4)) calc(25% - (45px/4));
	column-gap:15px;
	row-gap:15px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){#quandi_news_tbody{grid-template-columns:calc(50% - (30px/2)) calc(50% - (30px/2));}}
@media (max-width:480px){#quandi_news_tbody{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;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#fff;
	padding-bottom:75%;
}
.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:block;
	font-size:12px;
	line-height:120%;
	color:#999;
	padding:5px;
}