﻿@charset "utf-8";
#qd_name{
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
#qd_content{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
#qd_content * img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:12px;
	line-height:1.8;
	color:#666;
}
.tb{
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	row-gap:20px;
	column-gap:40px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
		padding:10px;
	}
}
.tb_left{
	display:block;
	border:1px solid #ddd;
	overflow:hidden;
}
a#bt_inquiry{
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	background-color:#f60;
	color:#fff;
	overflow:hidden;
	margin:auto;
	margin-left:0px;
	margin-top:20px;
	text-align:center;
}
a#bt_inquiry:hover{
	background-color:#063a75;
}
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
}
#quandi_form_thead{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid #ddd;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-bottom:20px;
	padding-top:20px;
}
#quandi_form_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:2rem;
	color:#063a75;
	font-weight:bold;
	line-height:1.2;
}

#quandi_form_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:2rem;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-left:1px solid #ddd;
	padding-left:20px;
	line-height:1.2;
}
#quandi_form_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}

