@charset "utf-8";
.home_back{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:60px;
	padding-bottom:60px;
}
.thead{
	text-align:center;
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:1.5;
}
.title{
	font-size:2.2rem;
	color:#004e92;
}
.miaoshu{
	font-size:1rem;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:260px auto;
	column-gap:30px;
	row-gap:20px;
	max-width:1200px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#product{
		grid-template-columns:auto;
		padding:10px;
	}
}
#quandi_lianxi{border:1px solid #ddd;}
#quandi_fenlei{
	display:block;
	width:auto;
	height:auto;
	background-color:#fff;
	border-radius:10px 10px 0px 0px;
	overflow:hidden;
	border:1px solid #004e92;
}

#quandi_fenlei_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	height:auto;
	text-align:center;
	padding:20px;
	
	color:#fff;
	background-color:#004e92;
}
#quandi_fenlei_title{
	font-size:1.6rem;
}
#quandi_fenlei_miaoshu{
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#quandi_fenlei_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
a.fenlei_name{
	display:block;
	background-color:#e3f8f1;
	color:#333;
	font-size:14px;
	line-height:36px;
	padding-left:30px;
	padding-right:30px;
}
a.fenlei_name:hover{
	background-color:#32cfb0;
	color:#fff;
}
/*泛光灯*/
#quandi_product{
	width:auto;
	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;
	max-width:1200px;
	padding:10px;
}
@media (max-width:480px){
	#quandi_product{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	border:1px solid #ddd;
}
a.product_tb:hover{
	border:1px solid #32cfb0;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-bottom:100%;
	position:relative;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	padding:10px;
}
#quandi_apply{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.apply_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-bottom:50px;
}
.apply_thead{
	text-align:center;
}
.apply_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;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:40px;
}
@media (max-width:767px){
	.apply_tbody{
		grid-template-columns:calc(50% -  (10px/2)) calc(50% -  (10px/2));
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
a.apply_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	border-radius:10px;
	background-color:#fff;
}
.apply_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-bottom:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.apply_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	text-align:center;
}

#quandi_client{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1200px;
}
#quandi_client_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_client_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	white-space:nowrap;
}
.client_tb{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:20%;
	height:auto;
	margin-right:10px;
}
@media (max-width:480px){
	.client_tb{width:50%;}
}
.client_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	padding-bottom:50%;
}
/*关于我们*/
.about_back{
	display:grid;
	grid-template-columns:50% auto;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#004e92;
	background-image: linear-gradient(45deg, #004e92, #0f9ad7,#004e92);
	margin-bottom:80px;
}
@media (max-width:767px){
	.about_back{
		grid-template-columns:auto;
	}
}
#quandi_new{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	min-height:300px;
}
#quandi_about{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding:30px;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_about_title{
	font-size:1.5rem;
}
#quandi_about_miaoshu{
	font-size:1.2rem;
}
#quandi_about_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:20px;
	font-size:1.1rem;
	line-height:2;
	max-width:500px;
}
.new_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#333;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:80px;
}
.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
	text-align:center;
	padding:20px;
	margin-top:50px;
	margin-bottom:50px;
}
.new_title{
	font-size:4rem;
	color:#00ffff;
	font-weight:bold;
	line-height:1.5;
}
.new_miaoshu{
	font-size:1.8rem;
	color:#fff;
}
.new_name{
	font-size:1.7rem;
	color:#ff0;
	font-weight:bold;
	margin-top:20px;
}
/*新闻*/
#quandi_xinwen{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
}
a.xinwen_pic{
	display:block;
	margin:auto;
	width:100%;
	height:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	min-height:300px;
}
.xinwen_right{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;	
}
a.xinwen_name{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
	font-weight:bold;
}
.xinwen_date{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	color:#999;
	fonts-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.xinwen_miaoshu{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#999;
}
#quandi_news{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	overflow:hidden;
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:50px;
}
.news_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	line-height:1.2;
	padding:10px;
	white-space:nowrap;
	text-align:center;
}
.news_title{
	font-size:2rem;
	line-height:2;
	color:#004e92;
	font-weight:bold;
}
.news_miaoshu{
	line-height:2;
	font-size:1.1rem;
	color:#999;
}
#news{
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	padding:20px;
	max-width:1200px;
}
@media (max-width:767px){
	#news{
		grid-template-columns:auto;
		padding:10px;
	}
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding:10px;
}
#quandi_news_tbody{
	background-color:#fff;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	width:auto;
	height:auto;
	padding:20px;
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
}
.news_left{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#004e92;
	text-align:center;
	font-weight:600;
}
.news_left:hover{
	background-color:#004e92;
	color:#fff;
}
.news_date{
	font-size:3rem;
	text-align:center;
	margin:auto;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:1.2;
}
.news_year{
	font-size:1rem;
	line-height:1.2;
	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:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.4rem;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
	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;
}
#quandi_honor{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
	position:relative;
}
#quandi_honor_thead{
	text-align:center;
}
#quandi_honor_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:50px;
	padding-left:60px;
	padding-right:60px;
}
.honor_tb{
	display:inline-block;
	overflow:hidden;
	width:25%;
	height:auto;
	margin-right:10px;
}
.honor_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom:125%;
	position:relative;
}
.arrow{
	position:absolute;
	top:0px;
	bottom:0px;
	width:40px;
	height:80px;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	background-color:#f5f5f5;
	z-index:200;
}
.arrow:hover{
	background-color:#000;
}