@charset "utf-8";
.back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
	background-position:top left;
	background-size:cover;
	background-repeat:no-repeat;
}
#quandi_about{
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding:10px;
}
#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:30px;
	line-height:40px;
	letter-spacing:4px;
}
#quandi_about_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:1.5rem;
	letter-spacing:10px;
}

#quandi_about_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:left;
	line-height:200%;
	margin-top:50px;
	margin-bottom:50px;
}

#quandi_category{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
}
#quandi_category_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
#quandi_category_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:30px;
	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_tbody{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:5px;
	row-gap:5px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

a.category_name{
	display:block;
	width:auto;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	padding:10px;
	color:#fff;
	background-color:#222;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	border:1px solid #fff;
}
a.category_name:hover{
	background-color:#960001;
}
#quandi_news_cate{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_news_cate_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	color:#999;
}
#quandi_news_cate_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:2rem;
	letter-spacing:4px;
}
#quandi_news_cate_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.1rem;
}
#quandi_news_cate_tbody{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:5px;
	row-gap:5px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;;
}

#quandi_news{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
}
@media (max-width:767px){
	#quandi_news{grid-template-columns:auto;padding:10px;}
}
a.news_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	border:1px solid #666;
	padding:20px;
	box-sizing:border-box;
}
a.news_tb:hover{border:1px solid #882728;}
.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#fff;
	line-height:200%;
	white-space:nowrap;
}
.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:1.5;
	word-break:break-all;
	white-space:normal;
	margin-top:10px;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	text-overflow:ellipsis;
}


#quandi_product{
	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));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
}
@media (max-width:767px){
	#quandi_product{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));}
}
@media (max-width:480px){
	#quandi_product{grid-template-columns:calc(50% - (10px/3)) calc(50% - (10px/3));padding:10px;row-gap:10px;column-gap:10px;}
}
.product_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
}
.product_pic{
	display:block;
	width:auto;
	height:280px;
	overflow:hidden;
	margin:auto;
	position:relative;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#fff;
	border:1px solid #ddd;
}
.product_pic:hover .tb_modal{
	transform:scale(1,1);
	transition:all 0.4s;
}
.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:30px;
	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%;
}

#quandi_case{
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
#quandi_case_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	color:#fff;
}
#quandi_case_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	
	font-size:30px;
	line-height:40px;
}
#quandi_case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	display:block;
	font-size:16px;
	letter-spacing:10px;
}

#quandi_case_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;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	position:relative;
}
@media (max-width:767px){#quandi_case_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));padding:10px;column-gap:10px;row-gap:10px;}}
.case_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	vertical-align:top;
	background-color:#fff;
	padding:20px;
	text-align:center;
}
.case_pic{
	display:block;
	width:90px;
	height:90px;
	overflow:hidden;
	margin:auto;
	position:relative;
}

.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
	font-weight:bold;
	color:#a00;
	font-size:25px;
	line-height:200%;
}
.case_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
	color:#666;
	line-height:150%;
}
.thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	font-size:28px;
	margin-top:50px;
	margin-bottom:50px;
}

.tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:0px;
	max-width:1200px;
	margin-bottom:50px;
}
