@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-repeat: no-repeat;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	max-width: 1200px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.thead{
	text-align: center;
	line-height: 1.5;
}
.title{
	font-size:2.6rem;
	font-weight: bold;
	border-bottom: 1px solid #5589b2;
}
.title:after{
	display: block;
	width:100px;
	height: 2px;
	background-color: #f90;
	margin: auto;
	content: "";
}
.miaoshu{
	font-size: 1.2rem;
}

.youshi_back{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-size:100% auto;
	background-position:top center;
	background-repeat:no-repeat;
}
.product{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:20% auto;
	row-gap:20px;
	column-gap:20px;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	.product{
		grid-template-columns:auto;
		padding:10px;
		margin-top:20px;
		margin-bottom:20px;
	}
}
#fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	
}
.cate_title{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	color:#fff;
	line-height:1.2;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	white-space:nowrap;
	font-weight:bold;
	font-size:2rem;
	background-color:#005aa1;
}

.cate_list{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:10px;
	background-color:#fff;
	padding:20px;
	border: 1px solid #005aa1;
}
a.fenlei_name{
	display:block;
	background-color:#005aa1;
	color:#fff;
	font-size:15px;
	padding:10px;
	border-radius:5px;
	text-align: center;
}
a.fenlei_name>span{
	margin-right:10px;
}
a.fenlei_name:hover{
	background-color:#f18627;
}
/*泛光灯*/
.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;
}
@media (max-width:480px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	border:1px solid #ddd;
}
.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_youshi{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
.youshi_thead{
	color:#fff;
}

.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:40px;
	margin:auto;
	max-width:1200px;
	margin-top:80px;
}
@media (max-width:767px){
	.youshi_list{margin:auto;}
}
.youshi_tb{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	column-gap:30px;
	justify-content:space-between;
}
@media (max-width:767px){
	.youshi_tb{
		align-items: unset;
	}
}
.youshi_tb:nth-child(even){
	flex-direction:row-reverse
}
.youshi_left{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	column-gap:30px;
}
.youshi_index{
	background-color:#f90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2rem;
	font-weight:bold;
	clip-path:polygon(0px 20%,0 80%,50% 100%,100% 80%,100% 20%,50% 0);
	width:70px;
	height:70px;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	color:#fff;
}
.youshi_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	max-width:450px;
}
.youshi_name{
	font-size:1.5rem;
	font-weight:bold;
}
.youshi_name>span{color:#fff;}
.youshi_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:20px;
}
@media (max-width:767px){
	#quandi_youshi_thead{color:#333;}
	#quandi_youshi_tbody{margin-top:20px;margin-bottom:20px;}
	.youshi_tb,.youshi_tb:nth-child(even){
		flex-direction:column;
		row-gap:10px;
		border-bottom:1px dotted #ddd;
		padding:20px;
		
	}
	.youshi_index{display:none;}
	.youshi_pic{max-width:100%;}
	.youshi_name>span{color:#333;}
}

/*关于我们*/
.about_back{
	background-color:#005aa1;
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2rem;
	font-weight:600;
	text-align:center;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	line-height:2;
	border-bottom:1px dotted #ddd;
	margin-bottom:10px;
	max-width:1200px;
}
#about{
	display:grid;
	grid-template-columns:50% auto;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	max-width:1200px;
	color:#fff;
}
@media (max-width:767px){
	#about{
		grid-template-columns:auto;
		padding:10px;
		row-gap:10px;
	}
}
.about_img{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	border-radius:10px;
	border:5px solid #fff;
}
.about_ti{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:1.8rem;
}
.about_content{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:2;
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 1.1rem;
}
a.about_more{
	display:block;
	overflow:hidden;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#f90;
	color:#fff;
	margin-left:0px;
	margin-top:20px;
	border-radius:2px;
}
a.about_more:hover{
	background-color: transparent;
	border: 1px solid #fff;
}
.about_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	max-width:1200px;
	margin-top:50px;
}
.about_tb{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
@media (max-width:767px){
	.about_tb{
		width:50%;
	}
}
.about_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:75%;
}
.about_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}

/*新闻*/

.news_list{
	display:grid;
	grid-template-columns:calc(33.3% - 60px/3) calc(33.3% - 60px/3) calc(33.3% - 60px/3);
	column-gap:30px;
	row-gap:30px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){
	.news_list{
		grid-template-columns:auto;
	}
}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	border:1px solid #ddd;
	padding:20px;
}

.news_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	column-gap:10px;
	font-size:1.5rem;
	border-bottom:1px solid #ddd;
	line-height:50px;
	white-space: nowrap;
}
.news_name:before{
	content:"";
	display:block;
	border-left:4px solid #005aa1;
	height:20px;
}
.news_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:40%;
	margin-top:20px;
}
.news_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-top:10px;
}
.news_miaoshu ul{
	margin:auto;
	padding:0px;
	list-style-position:inside;
	list-style-image:url(images/li.png);
}
.news_miaoshu li{border-bottom:1px dotted #ddd;}
.news_miaoshu a{
	font-size:13px;
	white-space:nowrap;
	width:auto;
	height:auto;
	line-height:40px;
}
.news_miaoshu img{
	width:100%;
	height:auto;
	margin:auto;
}
.message_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.message_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto 35%;
	align-items:center;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	max-width:1200px;
}
@media (max-width:767px){
	.message_tb{
		grid-template-columns:auto;
		padding:10px;
		margin-top:50px;
		margin-bottom:50px;
	}
}
#quandi_liuyan{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	padding:20px;
}
#quandi_liuyan_thead{
	display:flex;
	display:-webkit-flex;
	border-bottom:1px solid #ddd;
	align-items:center;
	column-gap:10px;
}
#quandi_liuyan_title{
	font-size:2rem;
	color:#f18627;
	font-weight:600;
}
#quandi_liuyan_tbody{
	margin-top:20px;
}
.message_left{color:#fff;}
.message_title{
	font-size:36px;
	font-weight:bold;
	line-height:1.2;
}
.message_miaoshu{
	font-size:24px;
	background-color:#fff;
	padding:5px;
	display:inline-block;
	color:#005aa1;
	line-height:1.2;
	margin-top:10px;
}
.message_name{
	margin-top:10px;
	line-height:1.2;
}
.message_tel{
	display:grid;
	grid-template-columns:40px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	align-items:center;
	margin-top:30px;
}
.message_ico{font-size:3rem;}
.message_right>.tel_name{color:#fff;line-height:1.8;}
#tel{
	background-color: #333;
	display: block;
	width: auto;
	height: auto;
	padding: 20px;
	color: #fff;
	margin-top: 20px;
}
.cate_tel_title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	align-items: center;
}
.cate_tel_miaoshu{
	color:#f90;
	font-size: 1.2rem;
}