﻿@charset "utf-8";
#quandi_fla{
	margin:auto;
	height:100vh;
	width:auto;
	overflow:auto;
	display:block;
	transition:all 0.4s;
}
/*泛光灯*/
#quandi_product{
	width:auto;
	max-width:1200px;
	height:auto;
	display:block;
	margin:auto;
	font-size:14px;
}
@media (max-width:767px){#quandi_product{padding:10px;font-size:10px;}}
#quandi_product_thead{
	display:block;
	width:auto;
	height:auto;
	line-height:40px;
	overflow:hidden;
	margin:auto;
	margin-top:2.5em;
	margin-bottom:2.5em;
	position:relative;
	border-bottom:1px dotted #ccc;
}
#quandi_product_title{
	width:auto;
	height:auto;
	margin:auto;
	display:inline-block;
	text-align:left;
	white-space:nowrap;
	font-size:25px;
	vertical-align:middle;
}
#quandi_product_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	text-align:center;
	vertical-align:middle;
	padding-left:20px;
}

#quandi_product_tbody{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:calc(25% - (3px/4)) calc(25% - (3px/4)) calc(25% - (3px/4)) calc(25% - (3px/4));
	column-gap:1px;
	row-gap:1px;
	margin:auto;
	background-color:#eee;
}
@media (max-width:767px)
{
	#quandi_product_tbody{grid-template-columns:calc(50% - (1px/2)) calc(50% - (1px/2));}
}

.product_tb{
	display:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:14px;
	background-color:#fff;
	box-sizing:border-box;
	padding:20px;
	text-align:center;
}
a.product_pic{
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition:all 0.4s;
	position:relative;
}
@media (max-width:767px){
	a.product_pic{height:150px;}
}
a.product_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	font-size:1rem;
	margin-bottom:20px;
}
.product_price{
	width:auto;
	height:auto;
	display:block;
	text-align:left;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.product_price>font{
	color:#F90;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:40px;
	position:relative;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:40px;
	position:relative;
}
#quandi_news_title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	font-size:25px;
	vertical-align:middle;
}
#quandi_news_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	line-height:40px;
	padding-left:40px;
}

#news{
	display:grid;
	grid-template-columns:500px auto;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
}
@media (max-width:767px){
	#news{grid-template-columns:auto;padding:10px;}
}
#quandi_xinwen{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	min-height:300px;
}
#quandi_xinwen>div{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}

a.xinwen_pic{
	width:100%;
	height:100%;
	display:flex;
	display:-webkit-flex;
	align-items:flex-end;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.xinwen_tb{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	padding:20px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	box-sizing:border-box;
}
.xinwen_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.4rem;
	color:#fff;
	line-height:1.5;
	display:block;
}
.xinwen_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:12px;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
}

.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
	table-layout:fixed;
}
.news_left{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-color:#4b5154;
	padding:5px;
}
.news_index{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}


a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-weight:bold;
	line-height:16px;
	font-size:14px;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#999;
	font-size:12px;
	padding-top:10px;
	text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:40px;
	padding-top:10px;
}
.news_year{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:20px;
}

/*泛光灯*/
#quandi_case{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	column-gap:10px;
	margin:auto;
	margin-top:60px;
	margin-bottom:60px;
}
@media (max-width:767px){#quandi_case{grid-template-columns:auto auto;padding:10px;}}
a.case_tb{
	display:block;
	width:auto;
	height:auto;
	text-align:center;
}
.case_pic{
	width:80px;
	height:80px;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
}
.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	position:relative;
	line-height:40px;
}
.case_miaoshu{
	font-size:12px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#999999;
	padding-top:10px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

#quandi_wenhua{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
