@charset "utf-8";
.product_list{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:480px){.product_list{grid-template-columns:auto;}}
a.product_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#f5f5f5;
}
a.product_tb:hover{
	background-color:#004a99;	
}
a.product_tb:hover *{color:#fff!important;}
.product_pic{
	display:block;
	width:auto;
	height:200px;
	overflow:hidden;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
}
.product_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
}
.product_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	font-size:1rem;
	line-height:1.5;
}
#quandi_news_back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#004a99;
	padding-top:1rem;
	padding-bottom:1rem;
}

.news_list{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	white-space: nowrap;
	max-width:1200px;
}
a.news_tb{
	display:grid;
	grid-template-columns:auto 100px;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
	color: #fff;
	font-size: 12px;
}
.news_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.news_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.quandi_about_news{
	display:grid;
	grid-template-columns:auto 35%;
	column-gap:40px;
	row-gap:20px;
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){.quandi_about_news{grid-template-columns:auto;}}
.tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.thead{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: flex-end;
	width:auto;
	height:auto;
	overflow:hidden;
	line-height: 1.2;
	margin-bottom: 20px;
}

.title{
	font-size:1.5rem;
}
.miaoshu{
	font-size:1rem;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
}
.about{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#004a99;
	margin-top:20px;
}
.about_tb{
	display:grid;
	grid-template-columns:50% auto;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#004a99;
}
@media (max-width:767px){.about_tb{grid-template-columns:auto;}}

.about_pic{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	object-fit: cover;
	object-position: top;
}
.about_right{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:30px;
	color:#fff;
}
.about_content{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.5rem;
}
.about_miaoshu{
	font-size:1rem;
}
a.about_more{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #fff;
	height:2rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.about_more:hover{
	background-color:#fff;
	color:#004a99;
}
.case_pic{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	object-fit: cover;
	object-position: top;
}
.case_tb{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	text-align:center;
	color:#fff;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.case_right{
	display: block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin: auto;
	padding: 10%;
}
.case_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-size:1.5rem;
}

a.case_more{
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:auto;
	border:1px solid #fff;
	color:#fff;
}