﻿@charset "utf-8";
@import url('inc.css');
.section{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.div{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.thead{
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: auto;
	height: auto;
	padding-bottom: 10px;
	font-family: Oswald,sans-serif;
	font-weight: 600;
}
.fold{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	width:30px;
	height:30px;
	overflow:hidden;
	margin-left: auto;
	border: 1px solid #000;
	cursor: pointer;
}
.tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.tbody ul{
	margin: auto;
	padding: 0px;
}
.tb{
	display: grid;
	grid-template-columns: 45% auto;
	column-gap:5%;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_right{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
#qd_name{
	font-size:2.2rem;
	font-weight: bold;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: left;
	line-height: 1.2;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.1rem;
	line-height: 2;
}
#qd_content{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:auto;	
}
#qd_content img{max-width:100%;height:auto;}
#qd_content ul{
	margin: auto;
	list-style-position: inside;
	padding: 0px;
}
.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;
	column-gap: 10px;
	overflow: hidden;
	width:100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
#qd_other .slick-list{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#qd_other .slick-track{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	width:20px;
	height: auto;
	flex-shrink: 0;
	position: static;
	background-color: transparent;
	color: #000;
}
.arrow:hover{
	background-color:#eee;
}
.slick-slide{
	width:25%;
	height: auto;
	display: block;
	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;
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
	overflow: hidden;
}
#qd_same{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	row-gap: 20px;
	width: auto;
}
a.same_tb{
	display: block;
	text-align: center;
	width:calc(25% - 60px/4);
	height: auto;
	flex-shrink: 0;
	overflow: hidden;
}
@media (max-width:767px){
	a.same_tb{
		width:calc(50% - 20px/2);
	}
}
.same_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #ddd;
}
.same_name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	width: auto;
	height: auto;
	overflow: hidden;
}
.form_list{
	overflow:hidden;
	display: grid;
	grid-template-columns: calc(50% - 40px/2) auto;
	column-gap: 40px;
	row-gap: 20px;
	width: auto;
	height: auto;

}
@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-item:nth-child(n+5){
	grid-column-start: 1;
	grid-column-end: 3;
}
.form-tfoot{
	background-color: transparent;
	padding: 0px;
	display:block;
}
#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: #000;
}
#form-save{
	width:100%;
	height: 50px;
}
.bt_quote{
	overflow:hidden;
	display: block;
	width: 180px;
	height: auto;
	background-color: var(--back_color);
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.lianxi_flex{
	display: flex;
	display: -webkit-flex;
	row-gap: 20px;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.lianxi_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.lianxi_ico{
	font-size: 2rem;
}
.lianxi_name{
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
