@charset "utf-8";
#product{
	display:grid;
	grid-template-columns:20% auto;
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:767px){#product{grid-template-columns:auto;}}
#quandi_product{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_product_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
#quandi_product_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2.3rem;
}
#quandi_product_title:after{
	content:"";
	display:block;
	width:60px;
	height:0px;
	margin:auto;
	overflow:hidden;
	border-bottom:2px solid #0780c9;
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4));
	row-gap:10px;
	column-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
@media (max-width:767px){#quandi_product_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));padding:10px;}}

a.product_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	padding:10px;
	box-sizing:border-box;
	height:100%;
}
.product_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:180px;
	margin:auto;
	overflow:hidden;
}
@media (max-width:480px){.product_pic{height:160px;}}
.product_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
#quandi_category{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#758995;
	background-image:linear-gradient(90deg,#758995,#93acbb);
	clip-path:polygon(0px 30px,0px 100%,100% 100%,100% 0px,30px 0px,0px 30px);
}
@media (max-width:767px){#quandi_category{clip-path:unset;}}
#quandi_category_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#0780c9;
	background-image:linear-gradient(45deg,#085787,#068ddf);;
	padding:20px;
	color:#fff;
	font-size:1.7rem;
	text-align:center;
}
@media (max-width:767px){#quandi_category_thead{display:none;}}
#quandi_category_tbody{
	display:grid;
	grid-template-columns:auto;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:10px;
}
a.category_name{
	display:block;
	width:auto;
	height:auto;
	padding:10px;
	line-height:30px;
	margin:auto;
	overflow:hidden;
	color:#fff;
	border-bottom:1px dotted #ccc;
}
a.category_name:before{
	margin-right:10px;
}
#quandi_case{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f5f5f5;
}
#quandi_case_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
#quandi_case_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2.3rem;
}
#quandi_case_title:after{
	content:"";
	display:block;
	width:60px;
	height:0px;
	margin:auto;
	overflow:hidden;
	border-bottom:2px solid #0780c9;
}
#quandi_case_tbody{
	display:grid;
	grid-template-columns:calc(25% - (240px/4)) calc(25% - (240px/4)) calc(25% - (240px/4)) calc(25% - (240px/4));
	row-gap:10px;
	column-gap:80px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:767px){#quandi_case_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));padding:10px;column-gap:10px;}}

.case_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
.case_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:120px;
	height:120px;
	border-radius:50%;
	margin:auto;
	overflow:hidden;
}
@media (max-width:480px){.case_pic{width:80px;height:80px;}}
.case_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.1rem;
	margin-top:10px;
}
.case_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	color:#888;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
#quandi_about{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
}
.about_back_pic{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#f5f5f5;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:50px;
	padding-bottom:50px;
}
.about_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2.3rem;
	text-align:center;
	color:#fff;
}
.about_name:after{
	content:"";
	display:block;
	width:60px;
	height:0px;
	margin:auto;
	overflow:hidden;
	border-bottom:2px solid #0780c9;
}
.about_tb{
	display:grid;
	grid-template-columns:40% auto;
	column-gap:40px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:767px){.about_tb{grid-template-columns:auto;padding:10px;}}
.about_miaoshu{
	color:#fff;
	display:block;
	width:auto;
	height:auto;
	line-height:2;
}
a.about_more{
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	margin:auto;
	margin-left:0px;
	margin-top:20px;
	background-color:#F90;
	color:#fff;
	text-align:center;
	border-radius:2px;
}
a.about_more:hover{
	background-color:#F60;
}
#quandi_news{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:1200px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
#quandi_news_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2.3rem;
}
#quandi_news_title:after{
	content:"";
	display:block;
	width:60px;
	height:0px;
	margin:auto;
	overflow:hidden;
	border-bottom:2px solid #0780c9;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4));
	row-gap:10px;
	column-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:50px;
}
@media (max-width:767px){#quandi_news_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));padding:10px;}}
@media (max-width:480px){#quandi_news_tbody{grid-template-columns:auto;}}
a.news_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#fff;
	padding:10px;
	box-sizing:border-box;
	height:100%;
	border:1px solid #ddd;
}
a.news_tb:hover{
	border:1px solid #0780c9;
}
.news_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:180px;
	margin:auto;
	overflow:hidden;
}
.news_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1.15rem;
	margin-top:10px;
	line-height:1.5;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	line-height:1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	color:#888;
}