@charset "utf-8";
/*洗墙灯*/
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width:480px){
	.section{
		padding:10px;
		margin:auto;
	}
}
.tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: var(--max_width);
}
.thead{
	text-align:left;
	line-height:1.5;
}
.tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 50px;
}
.title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2rem;
	color:#000;
}

.miaoshu{
	font-size:1.1rem;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
}
.content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#666;
}
.yewu_list{
	width:auto;
	height:auto;
	overflow:auto;
	display:flex;
	display: -webkit-flex;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
}
@media (max-width:480px){
	.yewu_list{
		flex-direction: column;
		row-gap: 10px;
	}
}
.yewu_item{
	width:calc(20% - 80px/5);
	height:360px;
	overflow:hidden;
	margin:auto;
	display:block;
	position: relative;
	transition: all 0.4s;
}
@media (max-width:480px){
	.yewu_item{
		width:auto;
		height:auto;
	}
}
.yewu_item:hover{
	width:calc(40% - 80px/5);
}
@media (max-width:480px){
	.yewu_item:hover{
		width:auto;
	}
}
.yewu_pic{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	object-fit: cover;
	object-position:center;
}
@media (max-width:480px){
	.yewu_item:hover{
		width:auto;
		padding-bottom: 10%;
	}
}
.yewu_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
}
a.yewu_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	font-size:1.2rem;
	padding:10px;
	color: #fff;
}


/*泛光灯*/
.new_list{
	width:auto;
	height:500px;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-bottom:60px;	
	
}
@media (max-width:480px){
	.new_list{
		height:200px;
	}
}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
}
.new_pic{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
.cate_title{
	text-align: center;
}
.cate_list{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	column-gap: 5%;
	row-gap: 20px;
	justify-content:center;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
@media (max-width:767px){
	.cate_list{
		grid-template-columns: auto auto auto;
	}
}
a.ca_tb{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.ca_pic{
	width: 70px;
	position: relative;
	height: 70px;
	overflow: hidden;
	display: block;
	margin: auto;
}
.ca_pic:hover>.ca_item{
	bottom:-100%;
}

.ca_item{
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transition: all 0.4s;
}
.ca_img{
	display:block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ca_name{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.product_list{
	width:auto;
	height:auto;
	overflow:hidden;
	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;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){
	.product_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}
@media (max-width:280px){.product_list{grid-template-columns:auto;}}
a.product_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;	
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.4s;
	position:relative;
	border: 1px solid #ddd;
}
.product_pic:hover>.product_more{
	transform: scale(1);
}
.product_more{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:flex;
	display: -webkit-flex;
	transition: all 0.4s;
	color: #fff;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,153,0,0.8);
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	font-size: 2rem;
	transform: scale(0);
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1.1rem;
	padding:10px;
}


.recruit_list{
	display: grid;
	grid-template-columns: calc(25% - 90px/4 ) calc(25% - 90px/4 ) calc(25% - 90px/4 ) calc(25% - 90px/4 );
	column-gap:30px;
	row-gap: 30px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
}
@media (max-width:767px){
	.recruit_list{
		grid-template-columns: calc(50% - 10px/2 )  calc(50% - 10px/2 );
		column-gap:10px;
		row-gap: 10px;
	}
}

.re_tb{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	padding:30px;
}
@media (max-width:480px){
	.re_tb{
		padding:10px;
	}
}
.re_pic{
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: block;
	margin: auto;
	position: relative;
}
@media (max-width:480px){
	.re_pic{
		width: 50px;
		height: 50px;
	}
}
.re_pic:hover>.re_item{
	bottom:-100%;
}
.re_item{
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transition: all 0.4s;
}
.re_img{
	display:block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.re_name{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	font-size: 1.2rem;
}
.re_name:after{
	width:25px;
	height: 0px;
	border-bottom: 2px solid var(--hover_color);
	display: block;
	content: "";
	margin: auto;
}
.re_miaoshu{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #777;
	line-height: 1.5;
}


.about_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
	background-color: #f7f7f7;
}
/*关于我们*/
#about{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	column-gap:60px;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:90px;
	margin-bottom:90px;
	max-width: var(--max_width);
}
@media (max-width:767px){
	#about{
		flex-direction: column;
		justify-content: auto;
		padding: 10px;
	}
}
.about_left{
	display:block;
	overflow:hidden;
	width:40%;
	height:auto;
	flex-shrink: 0;
}
.about_right{
	display:block;
	overflow:hidden;
	width:50%;
	height:auto;
	flex-shrink: 0;
}
@media (max-width:767px){
	.about_left,.about_right{
		width: 100%;
	}
}
.about_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
}
.about_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom: 2px solid var(--back_color);
	line-height: 1.5;
	padding-bottom: 10px;
}
.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.8rem;
}

.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.5rem;
}
@media (max-width:480px){
	.about_title,.about_miaoshu{text-align:center;}	
}
.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	font-size: 1.1rem;
	color:#555;
	
}
a.about_path{
	display:inline-flex;
	align-items: center;
	overflow:hidden;
	margin:auto;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:1.1rem;
	color:var(--hover_color);
	margin-top:0px;
	column-gap:10px;
}
a.about_path:before{
	width:30px;
	height: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--hover_color);
	border-radius: 50%;
}
a.about_path:hover{
	color: var(--back_color);
}

.about_list{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	column-gap:10px;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:40px;
}
.ab_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.ab_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.ab_thead{
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
	align-items:flex-end;
	column-gap: 5px;
	line-height: 1.2;
}
.ab_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.9rem;
	color: var(--back_color);
}
.ab_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#5a5a5a;
}

.news_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns: calc(50% - 40px/2) calc(50% - 40px/2);
	column-gap: 40px;
	row-gap: 30px;
	margin-top: 40px;
}
@media (max-width:767px){
	.news_list{
		grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
		column-gap:10px;
		row-gap: 10px;
	}
}
.nws_pic{
	display:flex;
	display: -webkit-flex;
	align-items: flex-end;
	overflow:hidden;
	width:auto;
	height:auto;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50%;
	border-radius: 10px;
	background-color: #fff;
}
.nws_pic:hover>.nws_tb{
	transform: scale(1);
}
.nws_pic:hover>.nws_title{
	display: none;
}
.nws_tb{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: flex-end;
	transition: all 0.4s;
	color: #fff;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,153,0,0.8);
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	font-size: 2rem;
	transform: scale(0);
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.nws_right{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	overflow:hidden;
	width:auto;
	height:auto;
}
.nws_title{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.28rem;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
}
.nws_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
}
.nws_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	line-height:1.5;
	font-size: 1rem;
}
a.nws_name{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:left;
	font-size:1.28rem;
	color: #fff;
}
a.nws_more{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
	width:160px;
	height:auto;
	line-height:20px;
	font-size:1rem;
	background-color: #fff;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 20px;
	justify-content: space-between;
	color: var(--hover_color);
	box-sizing: border-box;
}