@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:var(--margin);
	margin-bottom:var(--margin);
	max-width:var(--max_width);
}
@media (max-width:767px){
	.tb{
		margin-top:20px;
		margin-bottom: 20px;
		padding: 10px;
	}
}
.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
.tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top: var(--margin);
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
}
.title:after{
	width:80px;
	height:2px;
	display:block;
	margin: auto;
	
background-color:#5fc8f7;
	content: "";
}
.miaoshu{
	font-size:1rem;
}
.product_grid{
	display: grid;
	grid-template-columns: 15% auto;
	column-gap: 20px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width: var(--max_width);
}
@media (max-width:767px){
	.product_grid{
		grid-template-columns:auto;
	}
}
.product_left{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
	color:#fff;
	
background-color:#5fc8f7;
	text-align: center;
	padding: 10%;
}
.product_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin: auto;
	
}

.product_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	position: relative;
}
a.product_tb:hover>.product_name{
	transform: scale(1);
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size:1rem;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	color: #fff;
	transition: all 0.4s;
	transform: scale(0);
}

.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	border: 1px solid #ddd;
}
.product_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	width:100px;
	height:var(--margin);
	line-height:var(--margin);
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
}

.new_list{
	width:auto;
	max-width:var(--max_width);
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3))  auto;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
}
@media (max-width:767px){.new_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
a.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	position: relative;
}
a.new_tb:first-child{
	grid-row-start: 1;
	grid-row-end: 3;
}
.new_pic{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	object-fit: cover;
}
a.new_tb:hover>.new_modal{
	transform: scale(1);
}
.new_modal{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	transition: all 0.4s;
	transform: scale(0);
	padding:10%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.new_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:2rem;
	padding:10px;
	
}
.new_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
.news_back{
	background-color: #f5f5f5;
}
.news_grid{
	width:auto;
	max-width:var(--max_width);
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:45% auto;
	column-gap:5%;
	row-gap: 20px;
	margin-top:var(--margin);
	margin-bottom:var(--margin);
}
@media (max-width:767px){.news_grid{grid-template-columns:auto;padding:10px;}}

.xinwen{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.xinwen_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
}
.xinwen_tb{
	display:grid;
	grid-template-columns: 20% auto;
	column-gap: 10px;
	row-gap: 10px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
}
a.xinwen_path{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.4rem;
}
.xinwen_left{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align: center;
}
.xinwen_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.xinwen_left{
	line-height: 1.5;
}
.xinwen_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight: bold;
	font-size: 2rem;
}
.xinwen_year{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.xinwen_miaoshu{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_tb{
	display:grid;
	grid-template-columns: 20% auto;
	column-gap: 10px;
	row-gap: 10px;
	overflow:hidden;
	width:auto;
	height:auto;
}

.news_left{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align: center;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_left{
	line-height: 1.5;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight: bold;
	font-size: 2rem;
}
.news_year{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.news_name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.4rem;
}
.news_miaoshu{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #666;
}
.news_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 15px;
	overflow:hidden;
	width:auto;
	height:auto;
}

.about_grid{
	display: grid;
	grid-template-columns:45% auto;
	column-gap: 40px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin:auto;
}
@media (max-width:767px){
	.about_grid{
		grid-template-columns:auto;
	}
}
.about_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
}
.about_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.4rem;
	font-weight: bold;
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
}
a.about_path{
	display:block;
	overflow:hidden;
	width:140px;
	line-height: 40px;
	height:auto;
	
background-color:#5fc8f7;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
a.about_path:hover{
	background-color: #333;
}
.case_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
.case_grid{
	display: grid;
	grid-template-columns: 25% auto;
	width: auto;
	height: auto;
	margin: auto;
	overflow: hidden;
	max-width: var(--max_width);
}
@media (max-width:767px){
	.case_grid{
		grid-template-columns:200px auto;
	}
}
.case_left{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	width:auto;
	height:auto;

background-color:#5fc8f7;
	color: #fff;
	padding: 10%;
	padding-top: 20%;
	padding-bottom: 20%;
	text-align: center;
}
.case_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin: auto;
}
.case_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 2.4rem;
	font-weight: bold;
}
.case_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.8rem;
	margin-bottom: 50px;
}
a.case_path{
	margin: auto;
	display:block;
	overflow:hidden;
	width:140px;
	line-height:35px;
	height:auto;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}