#quandi_daohang_back{
	display:block;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
.daohang_list{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:auto;
	height:auto;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	max-width:1200px;
}
a.daohang_name{
	display:block;
	width:auto;
	height:auto;
	padding:5px;
	margin:auto;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.tb{
	display:block;
	max-width:1200px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
.thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
.title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2rem;
}
.miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
}
.apply_list{
	display:grid;
	grid-template-columns:calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5));
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
}
a.apply_tb{
	display:block;
	width:auto;
	height:auto;
	text-align:center;
}

.apply_pic{
	display:block;
	width:auto;
	height: auto;
	padding-bottom:60%;
	margin:auto;
	position: relative;
	border: 1px solid #ddd;
}
.apply_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}
.about_content{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
}
.product_back{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#054a97;
	padding-top:40px;
	padding-bottom:40px;
}
.product_list{
	display:block;
	height:auto;
	margin:auto;
	white-space:nowrap;
	margin-top:40px;
	overflow:hidden;
	margin-bottom:40px;
}

a.product_tb{
	display:inline-block;
	width:20%;
	height:auto;
	background-color:#fff;
	text-align:center;
	vertical-align:top;
	margin-right:20px;
}
.product_pic{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding-bottom:100%;
	position:relative;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}
.case_news{
	display:grid;
	grid-template-columns:auto 30%;
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
.case_back{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:250px;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
}
.case_list{
	display:grid;
	grid-template-columns:calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5));
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
}
a.case_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.news{
	display:block;
	width:auto;
	height:auto;
}

.news_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width:auto;
	height:auto;
	margin:auto;
	border-top:1px solid #ddd;
	margin-top: 10px;
	padding-top: 20px;
}
a.news_name{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	width:auto;
	height:auto;
	white-space:nowrap;
	overflow: hidden;
}
