@charset "utf-8";
#quandi_smt{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	max-width:1200px;
}
#quandi_smt_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_smt_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_smt_tbody{
	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;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#quandi_smt_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));row-gap:10px;column-gap:10px;padding:10px;margin:auto;}}
.smt_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	text-align:center;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:20px;
}
@media (max-width:767px){.smt_tb{padding:10px;}}
.smt_tb:hover{
	border:1px solid #007fff;
}
.smt_pic{
	display:block;
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){.smt_pic{height:200px;}}
@media (max-width:480px){.smt_pic{height:150px;}}
.smt_img{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.smt_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
	padding:10px;
}
.smt_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:1.5;
	padding:10px;
	padding-top:0px;
}

#quandi_smt_a{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#eee;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_smt_a_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
	white-space:nowrap;
	
}
#quandi_smt_a_tbody>div{
	display:inline-block;
	width:200px;
	height:auto;
	overflow:hidden;
	margin-right:20px;
}
@media (max-width:480px){#quandi_smt_a_tbody>div{width:120px;}}
.a_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	background-color:#fff;
}
.a_tb:hover{
	border:1px solid #007fff;
}
.a_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	algin-items:center;
	width:auto;
	height:200px;
	overflow:hidden;
	margin:auto;
}
@media (max-width:480px){.a_pic{height:120px;}}
.a_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
	padding:10px;
}

#quandi_smt_b{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_smt_b_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
	white-space:nowrap;
	
}

.b_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:600px;
	overflow:hidden;
	margin:auto;
	background-size:cover;
}
@media (max-width:767px){
	.b_pic{height:450px;}
}
@media (max-width:480px){
	.b_pic{height:350px;}
}
.b_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	padding:20px;
	text-align:center;
	margin-left:15%;
	margin-right:15%;
}
.b_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.4rem;
}
.b_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:1.6;
	white-space:normal;
	word-break:break-all;
	margin-top:20px;
}
#quandi_smt_c{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.c_pic{
	display:block;
	width:auto;
	height:350px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
}
#quandi_smt_d{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#quandi_smt_d img{
	max-width:100%;
	height:auto;
}
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#form{
	display:grid;
	grid-template-columns:55% auto;
	column-gap:30px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
}
@media (max-width:767px){
	#form{
		grid-template-columns:auto;
		padding:10px;
	}
}
.form_item{
	grid-template-columns:auto;
}
#form_tfoot{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
}