@charset "utf-8";
#quandi_about{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:90px;
	padding-bottom:90px;
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(images/about_back.png);
	background-position:top center;
	color:#fff;
	background-color:#f0f0f0;
}

#quandi_about_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
}
#quandi_about_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:32px;
	line-height:40px;
	letter-spacing:4px;
}
#quandi_about_miaoshu{
	width:100px;
	height:20px;
	border-bottom:2px dashed #fff;
	display:block;
	margin:auto;
	overflow:hidden;
}
#quandi_about_tfoot{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
	text-align:center;
	display:block;
}
a#quandi_about_link{
	width:auto;
	height:40px;
	line-height:40px;
	max-width:180px;
	display:block;
	color:#fff;
	text-align:center;
	border-radius:2px;
	margin:auto;
	background-color:#F90;
}
a#quandi_about_link:hover{
	background-color:#ed1c57;
}
#quandi_about_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:left;
	line-height:280%;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_about_tbody * img{margin-right:30px;}
@media (max-width:767px){
	#quandi_about_tbody{padding:10px;}
	#quandi_about_tbody * img{
		margin:auto;
		float:none!important;
		width:100%;
		height:auto;
	}
}
#quandi_category{
	display:table-cell;
	width:260px;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	background-color:#758995;
}
@media (max-width:767px){#quandi_category{display:block;width:auto;}}
#quandi_category_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	background-image:url(images/category_thead.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	color:#fff;
	background-color:#0780c9;
	padding:20px;
}
@media (max-width:767px){#quandi_category_thead{background-image:none;}}
#quandi_category_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:24px;
	line-height:40px;
	letter-spacing:4px;
}

#quandi_category_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:20px;
	line-height:40px;
	letter-spacing:4px;
}
#quandi_category_tfoot{display:none;}
#quandi_category_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:0px;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	
	padding:20px;
}
.category_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:middle;
	text-align:center;
}
.category_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	border-bottom:1px dotted #666;
}

a.category_name{
	display:block;
	width:auto;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:auto;
	text-align:center;
	padding:10px;
	color:#fff;
}
a.category_name:hover{
	background-color:#677984;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
	padding-top:60px;
	padding-bottom:60px;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:linear-gradient(0deg,#f5f5f5,#fff);
}
#quandi_news_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:32px;
	line-height:40px;
	letter-spacing:4px;
}
#quandi_news_miaoshu{
	width:100px;
	height:20px;
	border-bottom:2px dashed #fff;
	display:block;
	margin:auto;
	overflow:hidden;
}
#quandi_news_tfoot{display:none;}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4);
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}

@media (max-width:767px){
	#quandi_news_tbody{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}
@media (max-width:480px){
	#quandi_news_tbody{
		grid-template-columns:auto;
	}
}
a.news_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ccc;
	padding:20px;
}
.news_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	margin:auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	line-height:200%;
	white-space:nowrap;
}
.news_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	font-size:12px;
	color:#999;
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#666;
	font-size:13px;
	line-height:150%;
	word-break:break-all;
	white-space:normal;
	margin-top:10px;
	margin-bottom:10px;
}
.news_miaoshu_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-size:13px;
	line-height:200%;
	word-break:break-all;
	white-space:normal;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
}
@media (max-width:767px){
	#quandi_news_tbody,#news_left,#news_right{display:block;margin:auto;padding:0px;width:auto;}
	#news_left{padding:30px;}
}
@media (max-width:480px)
{
	.news_left,.news_right{display:table-row;}
}

#quandi_product{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#f0f0f0;
}
@media (max-width:767px){#quandi_product{display:block;padding:0px;}}
#quandi_product_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;	
}
#quandi_product_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:32px;
	line-height:40px;
	letter-spacing:2px;
}
#quandi_product_miaoshu{
	width:100px;
	height:20px;
	border-bottom:2px dashed #333;
	display:block;
	margin:auto;
	overflow:hidden;
}
#quandi_product_tfoot{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	padding:20px;	
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5);
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	font-size:0px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width:767px){
	#quandi_product_tbody{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}

a.product_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	background-color:#fff;
}
.product_pic{
	display:block;
	width:auto;
	height:200px;
	overflow:hidden;
	margin:auto;
	position:relative;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
a.product_pic:hover .tb_modal{
	transform:scale(1,1);
	transition:all 0.4s;
}
a.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
.product_sale{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-decoration:line-through;
	color:#CCC;
}
.product_price{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#f00;
}
#quandi_youshi{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
	background-color:#f5f5f5;
	background-image:url(images/youshi.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#quandi_youshi_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
#quandi_youshi_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	color:rgb(44,49,147);
	font-size:32px;
	line-height:40px;
	letter-spacing:4px;
}
#quandi_youshi_miaoshu,#quandi_youshi_tfoot{display:none;}
#quandi_youshi_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_youshi_tfoot{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
	padding:20px;
}
.youshi_tfoot_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:20px;
	text-align:center;
}
.youshi_tfoot_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:40px;
	line-height:80px;
	color:rgb(237,28,87);
	text-align:center;
}
@media (max-width:900px){
	#quandi_youshi_tbody,#youshi_left,#youshi_right{display:block;padding:0px;width:auto;}
}
.youshi_item{
	display:inline-block;
	width:33.3%;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	border-bottom:2px solid rgb(44,49,147);
}
.youshi_item:nth-child(4),.youshi_item:nth-child(5),.youshi_item:nth-child(6){
	border-bottom:none;
}
@media (max-width:580px){
	.youshi_item{width:100%;}
}
.youshi_tb{
	display:block;
	width:auto;
	height:150px;
	box-sizing:border-box;
	padding:20px;
	overflow:hidden;
	margin:auto;
	border-left:1px solid rgb(44,49,147);
	margin-left:10px;
	text-align:left;
}

.youshi_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	color:rgb(44,49,147);
	font-size:14px;
	font-style:italic;
}
.youshi_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	line-height:150%;
}
.case_back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#0199dc;
	padding:20px;
}
#quandi_case{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	white-space:nowrap;
	
}

.case_tb{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	vertical-align:top;
	text-align:center;
	background-color:#fff;
}
@media (max-width:767px){
	.case_tb{width:33.3%;}
}
.case_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	position:relative;
}

.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
	line-height:200%;
}
.tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#f0f0f0;
	padding-top:30px;
	padding-bottom:30px;
}
@media (max-width:767px){.tb{padding:0px;}}
.thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	text-align:center;
}
@media (max-width:767px){.thead{display:none;width:auto;}}
.title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:32px;
	line-height:160%;
}
.tmiaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100px;
	height:20px;
	border-bottom:2px dashed #333;
}
.tbody{
	display:table;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:auto;
	font-size:0px;
	max-width:1200px;
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width:767px){
	.tbody{display:block;margin:auto;}
}


#quandi_cert{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#f0f0f0;
}
#quandi_cert_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;	
}
#quandi_cert_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:32px;
	line-height:40px;
	letter-spacing:2px;
}
#quandi_cert_miaoshu{
	width:100px;
	height:20px;
	border-bottom:2px dashed #333;
	display:block;
	margin:auto;
	overflow:hidden;
}

#quandi_cert_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:30px;
	position:relative;
	white-space:nowrap;
}
.cert_tb{
	display:block;
	width:20%;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	background-color:#fff;
}
@media (max-width:767px){
	.cert_tb{
		width:33.3%;
	}
}
.cert_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:125%;
}