@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width:480px){
	.section{
		padding: 10px;
	}
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	max-width: var(--max_width);
	margin-top: 80px;
	margin-bottom: 80px;
}

.thead{
	text-align: center;
	line-height: 1.5;
}
.title{
	font-size:2.8rem;
	font-weight: bold;
}
.title:after{
	content: "";
	width:300px;
	height: 50px;
	display: block;
	margin:auto;
	overflow:hidden;
	background-image: url('images/line.png');
	background-position: top center;
	background-repeat: no-repeat;
}
.miaoshu{
	font-size: 1rem;
}
@media (max-width:767px){
	.title{font-size: 2.2rem;}
}

.product_back{
	background-color: #f5f5f5;
}
.product_list{
	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;
	width:auto;
	height:auto;
	margin-top:40px;
}
@media (max-width:767px){
	.product_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}
.product_tb{
	background-color: #29855f;
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	position: relative;
}

.product_pic{
	width: auto;
	height: auto;
	position: relative;
	padding-bottom: 100%;
	background-color: #fff;
}

.product_name{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 10px;
}
a.product_modal{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	bottom:0px;
	transition: all 0.4s;
	transform: scale(0,0);
}
.product_tb:hover>a.product_modal{
	transform: scale(1,1);
}
.product_more{
	display: block;
	width:50px;
	height:50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
	font-size: 2rem;
	color: #fff;
	
	
}
a.product_path{
	width:142px;
	height: auto;
	line-height: 38px;
	border-radius: 19px;
	overflow: hidden;
	text-align: center;
	background-color: #29855f;
	color:#fff;
	display: block;
}
a.product_path:hover{
	background-color: #f1a626;
}
a.product_bt{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	align-items: center;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 40px;
	white-space: nowrap;
	font-size: 1.2rem;
}
a.product_bt:before{
	content: "";
	display: block;
	border-top:1px solid #ddd;
	width:100%;
}
a.product_bt:after{
	content: "";
	display: block;
	border-top:1px solid #ddd;
	width:100%;
}
.youshi_back{
	background-color: #222;
}
.youshi_list{
	display: grid;
	grid-template-columns:calc(50% - 10%/2) calc(50% - 10%/2);
	column-gap:10%;
	row-gap:80px;
	flex-direction: column;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width:767px){
	.youshi_list{
		grid-template-columns:auto;
		row-gap:20px;
	}
}
.youshi_thead{color: #fff;}
.ys_tb{
	display: grid;
	grid-template-columns: 80px auto;
	align-items: center;
	column-gap:5%;
	row-gap:20px;
	color: #fff;
	
}
.ys_pic{
	width:auto;
	height: auto;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}
.ys_left{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width:auto;
	height:auto;
	overflow: hidden;
}
.ys_right{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: auto;
}

.about_back{
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #29855f;
	margin: auto;
}
.about{
	display: grid;
	grid-template-columns:calc(50% - 5%/2) calc(50% - 5%/2);
	column-gap: 5%;
	row-gap:20px;
	width: auto;
	height: auto;
	margin-top: 60px;
	background-color: #fff;
	position: relative;
	box-shadow:0px 10px 10px 0px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	.about{
		grid-template-columns:auto;
	}
}
.about_right{
	line-height: 2;
}
@media (max-width:767px){
	.about_right{
		padding: 5%;
	}
}
.about_pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about_foot{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about_content{
	display: block;
	width:auto;
	height: auto;
}
a.about_more{
	display: block;
	width:142px;
	height: auto;
	line-height:45px;
	text-align: center;
	background-color: #29855f;
	color: #fff;
	border-radius: 3px;
}
a.about_more:hover{
	background-color:#f1a626;
}
a.contact_more{
	display: block;
	width:auto;
	height: auto;
	line-height:45px;
	text-align: center;
	background-color: #f1a626;
	color: #fff;
	border-radius: 3px;
	padding-left: 10px;
	padding-right:10px;
}
a.contact_more:hover{
	background-color:#29855f;
}
.about_list{
	display: grid;
	grid-template-columns:25% 25% 25% 25%;
	row-gap:20px;
	column-gap:20px;
	padding: 20px;
	background-color:#29855f;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	margin: auto;
}
@media (max-width:767px){
	.about_list{
		grid-template-columns:50% 50%;
		border-radius: 0px;
	}
}
.ab_item{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-right:1px solid #6b7da7;
}
.ab_item:last-child{
	border-right: none;
}
@media (max-width:767px){
	.ab_item:nth-child(even){
		border-right: none;
	}
}

.ab_tb{
	display: grid;
	grid-template-columns: 50px auto;
	align-items: center;
	column-gap:10px;
	width: auto;
	height: auto;
	overflow: hidden;	
}
@media (max-width:480px){
	.ab_tb{
		grid-template-columns:30px auto;
	}
}
.ab_pic{
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
}
.ab_right{
	display: block;
	color:#fff;
	line-height: 1.2;
}
.ab_thead{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: flex-end;
	line-height: 1;
	font-weight: bold;
}
.ab_num{
	font-size: 3.5rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:767px){
	.ab_num{font-size: 2.5rem;}
}
.ab_name{
	font-size: 1.5rem;
}
.ab_miaoshu{
	white-space: nowrap;
	font-size: 1.3rem;
}
.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;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (max-width:767px){
	.news_list{
		grid-template-columns:auto;
		padding: 10px;	
	}
}
.n_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}

.ne_pic{
	display: block;
	width:auto;
	height:auto;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
	background-color: #f5f5f5;
}
a.ne_name{
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	white-space: nowrap;
	margin-top: 10px;
	overflow: hidden;
}
.ne_miaoshu{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_date{
	font-family: Arial, Helvetica, sans-serif;
	color:#29855f;
}
.news_body{
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:10px;
	width: auto;
	height: auto;
	border-top:1px solid #ddd;
	padding-top: 20px;
}
.n_tb{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
}
a.n_name{
	display: flex;
	display: -webkit-flex;
	white-space: nowrap;
	column-gap: 10px;
	align-items: center;
}
.liucheng_thead{
	color: #fff;
}
.liucheng_list{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	margin-top: 60px;
	row-gap:20px;
	column-gap:20px;
}
@media (max-width:767px){
	.liucheng_list{
		grid-template-columns: auto auto auto;
	}
}
.liucheng_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	border-right: 1px solid #666;
}
.liucheng_tb:last-child{
	border-right:none;
}
.liucheng_pic{
	width:80px;
	height: 80px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.liucheng_name{
	font-size: 1.2rem;
}