﻿@charset "utf-8";
@import url('inc.css');
.tb{
	display: grid;
	grid-template-columns: 45% auto;
	column-gap: 5%;
	row-gap: 20px;
	width: auto;
	height: auto;
	margin: auto;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_right{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
}
.tb_tfoot{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
}
.tb_tfoot>a{
	width: 160px;
	height: auto;
	line-height: 45px;
	background-color:var(--back_color);
	text-align: center;
	display: block;
	overflow: hidden;
	color:#fff;
	border-radius:2px;
}
a#bt_link{
	background-color:#333;
	color:#fff;
}
a#bt_quote{
	background-color:var(--back_color);
	color:#fff;
}
a#bt_quote:hover{
	background-color: #f60;
}
#qd_name{
	font-size:2rem;
	font-weight:bold;
	line-height:28px;
	padding-top:10px;
	padding-bottom:10px;
	
}
#qd_content{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:100%;
	height:auto;
	overflow:auto;	
}

#qd_content img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:90%;
}
#tb{
	margin: auto;
	margin-top: 20px;
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	max-width: 600px;
	overflow: hidden;
	width:auto;
	height: auto;
}
.slick-list{
	margin: unset;
	width: 100%;
}
.slick-track{
	display: flex;
	display: -webkit-flex;
}
.arrow{
	display:flex!important;
	display:-webkit-flex!important;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	width:20px;
	height: 100%;
	flex-shrink: 0;
}
.arrow:hover{
	background-color:#eee;
}
.tb_item{
	overflow:hidden;
	padding:5px;
}
.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
	
}
.tb_pic>img{
	max-width: 90px;
	max-height: 90px;
	display: block;
}
.tb_hover{
	border:1px solid #f90;
}
.pic{
	border: 1px solid #ddd;
}

#quandi_form{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
#quandi_form_thead{display: block;}
#quandi_form_title{font-size: 2rem;}
#quandi_form_tbody{
	margin-top: 20px;
}
.contact_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
