﻿@charset "utf-8";
@import url('inc.css');
.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;
	min-height: 80px;
}
.slick-list{
	margin: unset;
	width: 100%;
}
.slick-track{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
}
.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%;
	overflow: hidden;
}
.tb_item{
	overflow:hidden;
	display: block;
	width: auto;
	height: auto;
}
.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
}
.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;
}
#qd_same{
	display: grid;
	grid-template-columns: calc(25% - 60px/4 ) calc(25% - 60px/4 ) calc(25% - 60px/4 ) calc(25% - 60px/4 );
	row-gap: 20px;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:767px){
	#qd_same{
		grid-template-columns: calc(50% - 10px/2 ) calc(50% - 10px/2 ) ;
		row-gap: 10px;
		column-gap: 10px;
	}
}
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: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact_list{
	overflow:hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.contact_foot{
	display: flex;
	display: -webkit-flex;
	column-gap: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.bt_quote{
	overflow:hidden;
	display: block;
	width: 150px;
	height: auto;
	line-height: 40px;
	text-align: center;
	background-color: var(--back_color);
	color: #fff;
	cursor: pointer;
}
.bt_quote:hover{
	background-color: #000;
}