﻿@charset "utf-8";
#quan_body{
	grid-template-columns:auto;
}
.tb{
	display:grid;
	grid-template-columns:calc(50% - (30px/2)) calc(50% - (30px/2));
	column-gap:30px;
	row-gap:30px;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:767px){
	.tb{grid-template-columns:auto;padding:10px;}
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	background-color:#fff;
	padding:20px;
}
.tb_right{
	display:block;
	width:auto;
	height:height;
	overflow:hidden;
	background-color:#fff;
	padding:30px;
}
#tba{
	display:grid;
	grid-template-columns:20px auto 20px;
	align-items:center;
	width:auto;
	height:auto;
	position:relative;
}
.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:20px;
	background-color:#fff;
}

.tb_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}

.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	box-sizing:border-box;
	margin:5px;
}
.hover{
	border:1px solid #f60;
}
#qd_name{
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.5;
	display:block;
	width:auto;
	height:auto;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#qd_content{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	
}
#qd_content * img{max-width:100%;height:auto;}
.item{line-height:40px;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-top:2px solid #723725;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#fff;
	padding:20px;
}
#quandi_form_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
#quandi_form_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.5rem;
	font-weight:bold;
}
#quandi_form_miaoshu{
	color:#f00;
}
#form_tbody{
	margin-top:20px;
}
#form_tfoot{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
}
a#form_bt{
	width:calc(100% - 15% - 10px);
}
@media (max-width:767px){
	a#form_bt{width:100%;}
}
a#bt_inquiry{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#e00;
	text-align:center;
	color:#fff;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:2px;
	text-transform:uppercase;
}
a#bt_inquiry:hover{
	background-color:#333;
}
#tab{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#tab_thead{
	display:flex;
	display:-webkit-flex;
	flex-wrap:nowrap;
	column-gap:5px;
	border-bottom:1px solid #333;
}
#tab_tbody{
	margin-top:20px;
}
.tab_item{display:block;margin:unset;}
.tab_hover{
	color:#fff;
	background-color:#333;
}
.tab_tbody{
	display:none;
	width:auto;
	height:auto;
	margin:auto;
}
.tab_tbody:first{display:block;}