@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-size: cover;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	max-width: var(--max_width);
	margin: auto;
	margin-top: var(--margin);
	margin-bottom: var(--margin);
}
#youshi{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto 40%;
	column-gap:10px;
	row-gap:10px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){#youshi{grid-template-columns:auto;}}
.youshi_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}

.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align: center;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.6rem;
	text-align:center;
	line-height:200%;
	color:#009944;
}
.miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.2rem;
	text-align:center;
	color:#999;
}
.youshi_back{
	background-color: #fff;
}
.youshi{
	display: grid;
	grid-template-columns: auto 30%;
	column-gap: 20px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: var(--margin);
}
@media (max-width:767px){
	.youshi{
		grid-template-columns: auto;
	}
}
.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));
	column-gap:10px;
	row-gap:10px;
	justify-content:center;
}
@media (max-width:767px){.youshi_list{grid-template-columns:auto auto;}}
.ys_tb{
	width:auto;
	height:100%;
	display:block;
	border:1px solid #ddd;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}

.ys_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.4rem;
	margin-top:10px;
}
.ys_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:150px;
	background-color:#f5f5f5;
	border-radius:50%;
	margin:auto;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
}
.ys_miaoshu{
	font-size:12px;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	margin:auto;
	display:block;
	overflow:hidden;
	line-height:1.5;
	color:#999;
}
.youshi_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}
.fangan_list{
	width:auto;
	height:auto;
	overflow:hidden;
	margin: auto;
	max-width: var(--max_width);
}
.fangan_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	margin: auto;
}
.product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns: 20% auto;
}
@media (max-width:767px){
	.product{
		grid-template-columns:auto;
	}
}
.product_left{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background-color:#009944;
	padding: 10%;
}
.product_flex{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	color: #fff;
}
.product_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	font-size:2rem;
	font-weight:bold;
}
.product_title:after{
	display:block;
	width:30%;
	height:0px;
	content:"";
	border-bottom:2px solid #fff;
}
.product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.15rem;
	opacity:0.9;
	margin-top:30px;
}
.product_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	background-color:#fff;
}
a.p_tb{
	width:25%;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
	transition:all 0.4s;
	border-right:1px solid #ddd;
	padding:20px;
	box-sizing:border-box;
}
@media (max-width:767px){
	a.p_tb{
		width:33.3%;
	}
}
.p_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.p_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	background-color:#fff;
	padding-bottom:100%;
}
.p_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;
}
.p_more:hover{
	transition:all 0.4s;
	background-color:#333;
	color:#fff;
	border:1px solid transparent;
	width:120px;
}

/*泛光灯*/


.new_tb{
	margin:auto;
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	padding:40px;
	color:#fff;
	background-repeat:no-repeat;
	background-size:cover;
	box-sizing:border-box;
}

.tel{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:var(--max_width);
	margin-bottom:20px;
}

/*新闻*/

.news_back{
	background-color: #fff;
}
.news{
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap: 20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	max-width:var(--max_width);
	margin-bottom:40px;
}
@media (max-width:767px){
	.news{
		grid-template-columns:auto;
		padding: 10px;
	}
}
.news_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
}

.nw_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	align-items:start;
	column-gap:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.nw_left{
	width:auto;
	height:100%;
	display:block;
	overflow:hidden;
	background-color:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	margin-right:10px;
}
.nw_date{
	font-size:2rem;
	text-align:center;
	margin:5px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:0px;
}
.nw_year{
	font-size:1rem;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.nw_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.nw_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.3rem;
	margin-top:10px;
}
.nw_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;
}
.xinwen_list{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:left;
}
.xinwen_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	background-color:#f5f5f5;
}
.xinwen_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.3rem;
	font-weight:bold;
	color:#333;
	white-space:nowrap;
}
.xinwen_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#999;
}
.xinwen_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#999;
	font-size:1rem;
	line-height:1.5;
}
#quandi_case_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-size:cover;
	padding-top:40px;
	padding-bottom:40px;
}
.case{
	display:grid;
	grid-template-columns:40% auto;
	column-gap:100px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
}
@media (max-width:767px){.case{grid-template-columns:auto;padding:10px;}}
.case_flex{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	align-items: center;
}
.case_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.6rem;
	line-height:200%;
	color:#009944;
}
.case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.2rem;
	line-height:1.5;
	color:#666;
}
.case_content{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.2rem;
	color:#999;
}
a.case_more{
	width:120px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	display:block;
	border:1px solid #019543;
	color:#019543;
	text-align:center;
	margin-top:80px;
	font-size:1.2rem;
}
#quandi_anli_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}

.case_list{
	display:grid;
	grid-template-columns:auto auto;
	row-gap:20px;
	column-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
}

a.case_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
	background-size:cover;
	position:relative;
	padding-bottom:60%;
}
.case_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	background-color:rgba(0,0,0,0.6);
	padding:5px;
	color:#fff;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	font-size:1.2rem;
}
#quandi_rexian{
	display:inline-block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:10px;
	position:relative;
	border:1px solid #ddd;
	color:#fff;
	margin-top:40px;
}