@charset "utf-8";
.section{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	
}
.tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	margin-top:60px;
	max-width:1200px;
}
.thead{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	text-align:center;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.8rem;
	font-weight: bold;
}
.title:after{
	content:"";
	width:50px;
	height:4px;
	border-radius:3px;
	margin:auto;
	display:block;
	background-color:#09aee8;
}

.miaoshu{
	font-size:1rem;
	color:#999;
	margin-top:10px;
}
.search_back{
	position:relative;
	overflow:visible;
	background-color:#09aee8;
}
.search{
	display:grid;
	grid-template-columns:auto 100px;
	max-width:1200px;
	height:auto;
	padding:30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}
@media (max-width:767px){
	.search{position:relative;}
}

#keywords{
	border:none;
	background-color:#fff;
	width:100%;
	border:none;
	height:100%;
	outline:none;
}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	color:#333;
	background-color:#f7b417;
	width:auto;
	height:50px;
	cursor:pointer;
}
#bt_search:hover{
	background-color:#333;
	color:#fff;
}


.new_list{
	width:auto;
	max-width:1200px;
	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:20px;
	background-color:#09aee8;
	color:#fff;
	padding:40px;
	box-sizing:border-box;
}
@media (max-width:767px){
	.new_list{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
	}
}
@media (max-width:480px){.new_list{grid-template-columns:auto;}}
.new_tb{
	width:auto;
	height:auto;
	display:block;
}
.new_name{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:2.5rem;
	padding:10px;
	position:relative;
	z-index:1;
}
.new_name:before{
	content:"";
	border:1px solid rgba(255,255,255,0.5);
	height:100%;
	box-sizing:border-box;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	z-index:-1;
}
a.new_tb:hover{
	transition:all 0.4s;
	box-shadow:0px 0px 20px 0px #ccc;
}
.new_tb:hover .new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}
.new_miaoshu{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#09aee8;
	min-width:120px;
	position:absolute;
	bottom:-20px;
	left:0px;
	right:0px;
	font-size:1rem;
	max-width:60%;
	
}
.case_thead{text-align:center;}
.case_list{
	width:auto;
	max-width:1200px;
	height:auto;
	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){
	.case_list{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
	}
}
@media (max-width:480px){.case_list{grid-template-columns:auto;}}

a.case_tb{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #f5f5f5;
}
a.case_tb:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
a.case_name{
	display: inline-flex;
	display: -webkit-inline-flex;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right:20px;
	font-size: 1.4rem;
}

.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 60%;
}
.case_right{
	padding:20px;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin:auto;
	font-size:1.2rem;
	margin-top: 10px;;
}
.case_miaoshu{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	color:#999;
	width:auto;
	height:auto;
	overflow:hidden;
	line-height: 1.5;
}
.slick-dots{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:2px;
	width:auto;
	height:auto;
	list-style-position:inside;
	list-style:none;
}

.slick-dots>li{
	width:60px;
	height:5px;
	border-radius:3px;
	background-color:#eee;
	font-size:0px;
}
.slick-dots>.slick-active{background-color:#09aee8;}
.slick-dots>li>button{display:none;}
.about_back{
	background-color:#eee;
	margin-top: 60px;
}
/*关于我们*/
.about_tb{
	display:grid;
	grid-template-columns:50% auto;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
	}
}
.about_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	object-fit:cover;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:60%;
}
@media (max-width:767px){
	.about_left{
		height:calc(100vw*0.5);
	}
}
.about_thead{display:flex;display:-webkit-flex;column-gap:10px;align-items:flex-end;line-height:1.2;}
.about_title{font-size:2rem;}
.about_right{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding:8%;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:600px;
	color:#555;
}
.about_content{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
}
.about_foot{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
}
a.bt:hover{
	background-color:#555;
	color:#fff;
}
a.bt{
	display:block;
	width:140px;
	height:auto;
	line-height:40px;
	text-align:center;
	margin-left:0px;
	margin-top:20px;
	border:1px solid #555;
	color:#555;
}

/*新闻*/
.news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:top;
}

.news_list{
	display:grid;
	grid-template-columns:calc(50% - 40px/2) calc(50% - 40px/2);
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	padding:10px;
	
}
@media (max-width:767px){.news_list{grid-template-columns:auto;}}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.news_left{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background-color:#09aee8;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:1.2;
}
.news_date{
	font-size:20px;
	text-align:center;
	margin:5px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:0px;
}
.news_year{
	font-size:1rem;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
}
.news_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;
}
.hezuo_list{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	white-space:nowrap;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
a.hezuo_tb{
	width:14.2%;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	display:inline-block;
	vertical-align:top;
}
@media (max-width:480px){
	a.hezuo_tb{
		width:33.3%;
		margin-right:10px;
	}
}
.hezuo_pic{
	display:block;
	position:relative;
	padding-bottom:50%;
	background-color:#fff;
	border:1px solid #ddd;
	overflow:hidden;
}
.product_list{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin:auto;
	margin-top: 60px;
	padding:10px;
}

.product_thead{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	overflow: auto;
	width: auto;
	height: auto;
	margin:auto;
	background-color: #f5f5f5;
}
.product_tbody{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product_item{
	display: none;
	column-gap:40px;
	row-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.product_tbody>.product_item:first-child{
	display: block;
}
.product_tb{
	display:flex;
	display: -webkit-flex;
	justify-content:space-between;
	column-gap:40px;
	row-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin:auto;
}
@media (max-width:767px){
	.product_tb{
		justify-content: unset;
		flex-direction:column-reverse;
	}
}
a.product_name{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
	column-gap:10px;
	width: auto;
	height: auto;
	font-size: 1.2rem;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
}
a.product_hover{
	background-color: #09aee8;
	color:#fff;
}
.product_title{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 1.6rem;
	font-weight: bold;
}
.product_miaoshu{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:20px;
}
a.product_more{
	height: 40px;
	line-height: 40px;
	width: 120px;
	background-color: #09aee8;
	border-radius: 20px;
	color:#fff;
	display: inline-block;
	text-align: center;
}
a.product_more:hover{
	background-color:#f7b417;
}
.product_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	max-width: 40%;
	flex-shrink:0;
}
@media (max-width:767px){
	.product_pic{
		max-width: 100%;
	}
}
.product_ico{
	display: block;
	width: 32px;
	height: auto;
	overflow: hidden;
}
#product{
	display: none;
	width: 100%;
	height: 40px;
	list-style: 40px;
	overflow: hidden;
	outline: none;
	border: 1px solid #ddd;
}
@media (max-width:767px){
	#product{display: block;}
	.product_thead{display: none;}
}