@charset "utf-8";

#quandi_adver{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1920px;
}

#quandi_shili{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
.shili_tb{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
}
.shili_tb:nth-child(even){
	flex-direction:row-reverse;
}
.shili_pic{
	width:50%;
	height:auto;
}
.shili_right{
	width:50%;
	display:block;
	padding:30px;
	box-sizing:border-box;
}
@media (max-width:767px){
	.shili_pic{width:100%;}
	.shili_right{width:100%;}
}
.shili_name{
	color:#999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:1.2;
}
.shili_miaoshu{
	font-size:2.1rem;
	line-height:1.2;
}
.shili_ico{
	background-image:url('images/ico.png');
	background-repeat:no-repeat;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:60px;
	height:70px;
	color:#fff;
	font-size:2rem;
}
.shili_thead{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
}
.shili_content{
	margin-top:20px;
}
/*选择我们的理由*/
#quandi_youshi{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
#quandi_youshi_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_youshi_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
	text-align:center;
	line-height:200%;
}
#quandi_youshi_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	line-height:40px;
	white-space:nowrap;
	padding-bottom:40px;
	background-image:url(images/hr.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#quandi_youshi_title>span{color:#d00;font-weight:bold;}
#quandi_youshi_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:10px;
	font-size:1rem;
	line-height:1.5;
	color:#666;
	margin-top:20px;
}
#quandi_youshi_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(20% - (120px/5)) calc(20% - (120px/5)) calc(20% - (120px/5)) calc(20% - (120px/5)) calc(20% - (120px/5));
	row-gap:30px;
	column-gap:30px;
	margin:auto;
	justify-content:center;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_youshi_tbody{
		grid-template-columns:auto auto auto;padding:10px;
		row-gap:10px;
		column-gap:10px;
	}
}
@media (max-width:480px){#quandi_youshi_tbody{grid-template-columns:auto auto;}}
.youshi_tb{
	font-size:1rem;
	text-align:center;
	width:auto;
	height:100%;
	display:block;
	overflow:hidden;
	background-color:#f5f5f5;
	padding:30px;
	box-sizing:border-box;
	position:relative;
}
.youshi_name{
	font-size:1.2rem;
}
.youshi_tfoot{
	font-size:1.2rem;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:45px;
	height:45px;
}
.youshi_miaoshu{
	line-height:1.5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
}
.youshi_more{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin-top:20px;
}
.youshi_modal{
	background-color:rgba(221,0,0,0.8);
	color:#fff;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.2rem;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
	transform:scale(0,0);
}
.youshi_tb:hover>.youshi_modal{
	transform:scale(1,1);
}
#quandi_product{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	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;
	margin:auto;
}
@media (max-width:767px){
	#quandi_product{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
		padding:10px;
	}
}
a.product_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#fff;
	text-align:center;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:20px;
}

.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
.product_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	width:100px;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
	transition:all 0.4s;
}
.product_more:hover{
	transition:all 0.4s;
	background-color:#333;
	color:#fff;
	border:1px solid transparent;
	width:120px;
}

#quandi_new_back{
	background-color:#000;
	background-size:cover;
	display:block;
	overflow:hidden;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}

#quandi_new{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;	
	max-width:1200px;	
}
#quandi_new_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	color:#fff;
}
#quandi_new_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	line-height:40px;
	white-space:nowrap;
}
#quandi_new_title>span{color:#d00;font-weight:bold;}
#quandi_new_miaoshu{
	font-size:1rem;
	padding-bottom:40px;
	background-image:url(images/hr.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-top:10px;
}
#quandi_new_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
}
@media (max-width:280px){#quandi_new_tbody{grid-template-columns:auto;}}
.new_tb{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:center;
	row-gap:20px;
	padding:20px;
	width:auto;
	height:auto;
	background-color:#d00;
	color:#fff;
}
.new_thead{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	column-gap:10px;
	font-size:1.7rem;
	font-weight:bold;
	justify-content: center;
	align-items:center;
}
.new_pic{
	width:30px;
	height:30px;
}
.new_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	column-gap:20px;
	row-gap:10px;
}
a.new_item{
	color:#fff;
}
a.new_item:before{
	margin-right:10px;
}

/*投光灯*/
#quandi_case{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;	
	max-width:1200px;	
}
#quandi_case_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_case_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	line-height:40px;
	white-space:nowrap;
}
#quandi_case_title>span{color:#d00;font-weight:bold;}
#quandi_case_miaoshu{
	font-size:1rem;
	padding-bottom:40px;
	background-image:url(images/hr.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-top:10px;
}
#quandi_case_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:50px;
}
.case_thead{
	display:grid;
	grid-template-columns:auto auto auto auto;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
	color:#333;
	border-bottom:5px solid #d00;
}
@media (max-width:767px){
	.case_thead{display:none;}
}
.case_tfoot{
	height:50px;
	border:none;
	padding:10px;
	width:100%;
	outline:none;
	background-color:#d00;
	color:#fff;
	display:none;
}
@media (max-width:767px){
	.case_tfoot{display:block;}
}
.case_item{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	height:80px;
	text-align:center;
}
.case_hover{
	background-color:#d00;
	color:#fff;
}
.case_name{
	font-size:24px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}
.case_miaoshu{
	line-height:1.2;
}
.case_pic{
	width:100%;
	height:auto;
	display:none;
}
.case_pic_hover{
	display:block;
}

/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
}
@media (max-width:767px){#quandi_about{padding:10px;}}
#quandi_about_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
}
#quandi_about_title{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
	line-height:40px;
	vertical-align:top;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

#quandi_about_tbody * {max-width:100%;height:auto;}
#quandi_about_link{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	line-height:40px;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:top;
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	line-height:40px;
	white-space:nowrap;
}
#quandi_news_title>span{color:#d00;font-weight:bold;}
#quandi_news_miaoshu{
	font-size:1rem;
	padding-bottom:40px;
	background-image:url(images/hr.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-top:10px;
}
#news{
	display:grid;
	grid-template-columns:40% auto;
	column-gap:20px;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#news{
		grid-template-columns:auto;
		padding:10px;
	}
}
#quandi_xinwen{
	background-color:#fff;
	overflow:hidden;
}
a.xinwen_pic{
	display:block;
	padding-bottom:60%;
	background-size:cover;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.xinwen_right{
	padding:20px;
}
a.xinwen_name{
	font-size:1.2rem;
	font-weight:600;
}
.xinwen_miaoshu{
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
}
#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:block;
	background-color:#fff;
	padding:20px;
}
.news_date{
	font-size:12px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:0px;
}
.news_year{
	font-size:1rem;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
	font-weight:bold;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:0.8rem;
	color:#666;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}