@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.thead{
	text-align: center;
	line-height: 1.5;
}
.title{
	font-size:1.8rem;
	font-weight: bold;
}
.title:after{
	content:"";
	width:60px;
	height:0px;
	border-top:2px solid #8bc34a;
	display:block;
	margin:auto;
}
.home_title{
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	text-align:center;
}
.home_title:after{
	content:"";
	width:60px;
	height:0px;
	border-top:2px solid #8bc34a;
	display:block;
	margin:auto;
}
.home_miaoshu{
	font-size:1rem;
}
/*选择我们的理由*/
.youshi_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.youshi_thead{
	color:#fff;
}

.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:33.3% 33.3% 33.3%;
	margin:auto;
	justify-content:center;
	margin-top:60px;
}
@media (max-width:767px){.youshi_list{grid-template-columns:50% 50%;}}
@media (max-width:480px){.youshi_list{grid-template-columns:auto;}}
.youshi_tb{
	text-align:center;
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#fff;
	padding:40px;
	text-align:center;
}
.youshi_name{font-size:1.2rem;font-weight: bold;}
.youshi_more{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	background-color:rgba(0,0,0,0.6);
	font-size:1.4rem;
	color:#fff;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
	transform:scale(0,0);
}
.youshi_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#f5f5f5;
	position:relative;
	padding-bottom:60%;
}
.youshi_pic:hover>.youshi_more{transform:scale(1,1);}

.youshi_miaoshu{
	font-size:12px;
	text-align:center;
	width:auto;
	height:auto;
	padding:5px;
	margin:auto;
	display:block;
	overflow:hidden;
	line-height:150%;
}


.product_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:10px;
	row-gap:10px;
	margin:auto;
	margin-top:40px;
}
a.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#15499a;
	color:#fff;
	text-align:center;
	min-width:120px;
	white-space:nowrap;
	line-height:40px;
}
a.product_name:hover{
	background-color: #eee;
	color:#333;
}

.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:40px;
}
@media (max-width:480px){
	.new_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
padding:10px;
	}
}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	background-color:#fff;
	border:1px solid #ddd;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.new_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}
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_more{
	width:0px;
	height:0px;
	overflow:hidden;
	vertical-align:middle;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	transition:all 0.4s;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	color:#fff;
	font-size:2rem;
}


.case_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(20% - (40px/3)) calc(20% - (40px/3)) calc(20% - (40px/3)) calc(20% - (40px/3)) calc(20% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:60px;
}
@media (max-width:767px){
	.case_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}
/*@media (max-width:480px){#quandi_case_tbody{grid-template-columns:auto;}}*/
a.case_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
	background-color:#15499a;
	color:#fff;
}
a.case_tb:hover{
	background-color:#8bc34a;
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	margin:auto;
	display:block;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.4s;
	position:relative;
}
.case_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:1.2rem;
	transition:all 0.4s;
	transform:scale(0,0);
}
.case_pic:hover>.case_more{
	transform:scale(1,1);
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.about{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:40% auto;
	margin:auto;
	column-gap:40px;
	row-gap:20px;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width:767px){.about{grid-template-columns:auto;padding:10px;}}
#quandi_swf{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom:60%;
}
.about_list{
	display:grid;
	grid-template-columns:calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4);
	margin:auto;
	column-gap:20px;
	row-gap:20px;
	margin-top:40px;
}
@media (max-width:480px){
	.about_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}
.com_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:1.5;
	border-right:1px solid #ddd;
}
.com_tb:last-child{
	border-right:none;
}
@media (max-width:480px){
	.com_tb{text-align:center;}
	.com_tb:nth-child(even){
		border-right:none;
	}
}
.com_name{
	font-weight:bold;
	font-size:1.4rem;
}
.com_miaoshu{
	color:#999;
}


@media (max-width:480px){
	.tel_miaoshu{
		margin-top:20px;
	}
	.tel_content{
		margin-top:20px;
	}
}
/*关于我们*/
.about_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.about_title{
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	text-align:left;
}
.about_title:after{
	content:"";
	width:60px;
	height:0px;
	border-top:2px solid #8bc34a;
	display:block;
	margin:auto;
	margin-left:0px;
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
.idea_back{
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}
.idea_tel{
	font-size:2rem;
	font-weight:bold;
	color:#f00;
	margin-top: 60px;
}
.idea_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}
.partner_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
	margin-top:60px;
	margin-bottom:60px;
	padding-top:60px;
	padding-bottom:60px;
	background-color:#f5f5f5;
}
.partner_list{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	white-space:nowrap;
	margin-top: 40px;
}
.partner_item{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	margin-right:20px;
}
@media (max-width:767px){
	.partner_item{
		width:33.3%;
	}
}
@media (max-width:480px){
	.partner_item{
		width:45%;
	}
}
.partner_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	padding-bottom:40%;
	background-color:#fff;
	border:1px solid #ddd;
}


.news_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;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:60px;
}
@media (max-width:767px){
	.news_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
padding:10px;
	}
}
@media (max-width:480px){
	.news_list{
		grid-template-columns:auto;
	}
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
	white-space:nowrap;
}
a.news_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:60%;
	background-color:#f5f5f5;
	margin-bottom:10px;
}
.news_date{
	font-size:12px;
	color:#999;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
	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;
}