﻿@charset "utf-8";
#quan_center{
	overflow: hidden;
}
.tb{
	display: grid;
	grid-template-columns: 50% auto;
	column-gap: 10%;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_left,.tb_right{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
#qd_name{
	font-size:2rem;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: left;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#qd_content{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;	
}
#qd_content * img{max-width:100%;height:auto;}
.pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #ddd;
}
#qd_other{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	overflow: hidden;
	width:auto;
	height: auto;
}
.slick-slide{
	width:25%;
	height: auto;
	display: block;
	overflow: hidden;
}
.slick-list{
	margin: unset;
	width: 100%;
	display: block;
	overflow: hidden;
}
.slick-track{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	overflow: hidden;
	
}
.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;
}
.slick-slide{
	width: 25%!important;
	overflow: hidden;
}
.tb_item{
	overflow:hidden;
	display: block;
	width: auto;
	height: auto;
}
a.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
	display: block;
}
.tb_hover{
	border:1px solid var(--main_color);
}
.title{
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
	padding-bottom: 10px;
	margin-top: 20px;
}
#qd_same{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	overflow: hidden;
	width:auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.same_tb{
	overflow:hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	text-align: center;
}
.same_pic{
	overflow:hidden;
	display: block;
	width: auto;
	height: auto;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #ddd;
}
.same_name{
	overflow:hidden;
	display: block;
	width: auto;
	height: auto;
}
.form_list{
	overflow:hidden;
	display: grid;
	grid-template-columns: calc(50% - 40px/2) auto;
	column-gap: 40px;
	row-gap: 20px;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:767px){
	.form_list{
		grid-template-columns:auto;
		row-gap: 10px;
	}
}
.form-textarea{
	height: 100px;
	resize: vertical;
}
.form-item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.form-tfoot{
	background-color: transparent;
	padding: 0px;
}
#form-save{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-left: 40px;
	padding-right: 40px;
	background-color: var(--back_color);
	color: #fff;
	border: none;
}
#form-save:hover{
	background-color: var(--hover_color);
}
#form-save{
	width:100%;
	height: 50px;
}
.bt_quote{
	overflow:hidden;
	display: block;
	width: 160px;
	height: auto;
	background-color: var(--back_color);
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.contact_list{
	display: flex;
	display: -webkit-flex;
	row-gap: 10px;
	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;
}