﻿@charset "utf-8";
#qd_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:2rem;
}
#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_miaoshu{
	margin-top:20px;
	color:#666;
}
.bt_quote{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background-color:#0a58b3;
	color:#fff;
	text-align:center;
	margin-top:20px;
	cursor:pointer;
}
.bt_quote:hover{
	background-color:#f60;
}

.tb{
	display:grid;
	grid-template-columns:40% auto;
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	max-width: unset;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
	background-color: #f5f5f5;
}
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	padding-bottom:40px;
	border-top:1px solid #ddd;
}
#quandi_form_thead{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
#quandi_form_title{
	font-size:2rem;
	font-weight:bold;
}
#quandi_form_miaoshu{
	font-size:1rem;
	color:#f90;
}