@charset "utf-8";
#quandi_product{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	padding-top:80px;
	padding-bottom:80px;
}
#quandi_product_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
#quandi_product_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2.2rem;
}
#quandi_product_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	margin-top:50px;
}
#quandi_product_tbody>div{
	display:inline-block;
	width:250px;
	height:auto;
	overflow:hidden;
	margin-right:10px;
	position:relative;
	text-align:center;
}
@media (max-width:480px){
	#quandi_product_tbody>div{
		width:120px;
	}
}
.product_pic{
	display:block;
	width:auto;
	padding-bottom:60%;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
}

.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_fenlei{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
a.fenlei_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-left:40px;
	padding-right:40px;
	border-radius:20px;
	height:40px;
	line-height:40px;
	white-space:nowrap;
	border:1px solid #ddd;
	margin:5px;
}
a.fenlei_name:hover{
	background-color:#F70;
	color:#fff;
	border-color:transparent;
}
@media (max-width:480px){
	a.fenlei_name{
		padding-left:20px;
		padding-right:20px;
	}
}
#quandi_news{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:100px;
	margin-bottom:100px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
}
#quandi_news_thead:after{
	content:"";
	display:block;
	width:auto;
	height:10px;
	background-image:url(images/hr.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#quandi_news_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2.2rem;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:40% 40%;
	column-gap:10%;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:480px){
	#quandi_news_tbody{grid-template-columns:auto;padding:10px;}
}
a.news_tb{
	display:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dashed #ddd;
	padding-bottom:20px;
}
.news_left{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background-color:#0384bb;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:2.5rem;
	line-height:1.2;
	color:#fff;
}
.news_year{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	white-space:nowrap;
	line-height:1.2;
}
.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
	line-height:1.2;
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	color:#999;
	line-height:1.5;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	font-size:13px;
	margin-top:10px;
}
#quandi_new_back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
#quandi_new{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}

#quandi_case{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:100px;
}
#quandi_case_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
}
#quandi_case_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2.2rem;
}
#quandi_case_tbody{
	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;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:480px){
	#quandi_case_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
a.case_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	padding:20px;
}
.case_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
}
.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
#quandi_new{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_new_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	text-align:center;
	color:#fff;
}
#quandi_new_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2.2rem;
}
#quandi_new_tbody{
	display:grid;
	grid-template-columns:33.3% 33.3% auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:767px){
	#quandi_new_tbody{
		grid-template-columns:50% auto;
	}
}
@media (max-width:480px){
	#quandi_new_tbody{
		grid-template-columns:auto;
		padding:10px;
	}
}
#quandi_new_tbody>div{
	display:block;
	width:auto;
	height:auto;
	padding:20px;
	padding-bottom:50%;
	overflow:hidden;
	position:relative;
	background-color:#0a98e0;
	box-sizing:border-box;
	position:relative;
}
#quandi_new_tbody>div:nth-child(2n){
	background-color:#3aa554;
}
#quandi_new_tbody>div:nth-child(5n){
	background-color:#3aa554;
}
#quandi_new_tbody>div:nth-child(3n){
	background-color:#333;
}
.new_tb{
	display:block;
	width:auto;
	height:auto;
	text-align:center;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	padding:40px;
	color:#fff;
}
.new_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	
	font-size:1.4rem;
}
.new_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:1.5;
}
.new_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.new_img{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
}