﻿@charset "utf-8";
#quan_center{
display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#loc{
	display:block;
	width:auto;
	height:auto;
	background-image:linear-gradient(90deg,#f5f5f5,#fff);
	padding:20px;
}
body{background-color:#fff;}
.pic{
	display:block;
	width:auto;
	height:auto;
	border:1px solid #ddd;
}
#quan_body{
	grid-template-columns:auto;
}
.tb{
	display:grid;
	grid-template-columns:calc(50% - (5%/2)) auto;
	column-gap:5%;
	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;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#tba{
	display:flex;
	display: -webkit-flex;
	width:auto;
	height:auto;
	position:relative;
	margin-top:20px;
}
#tba .slide_arrow{
	position: static;
	width: 20px;
	height:auto;
	overflow: hidden;
	background-color: transparent;
	color: #333;
}

.tb_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_item{
	width:auto;
	height:100%;
	padding:5px;
}
.tb_tb{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	border:1px solid #ddd;
	box-sizing:border-box;
	margin:auto;
	position:relative;
}
.hover{
	border:1px solid #f60;
}
#qd_name{
	font-size:2rem;
	font-weight:bold;
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	line-height:1.2;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	font-size:1.2rem;
}
#qd_content{
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:auto;
	
}
#qd_content img{max-width:100%!important;height:auto;}
#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;
	padding-top:20px;
	padding-bottom: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;
}
.form-textarea{
	display:block;
	height:100px;
	resize: vertical;
}
.form_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
#form_tfoot{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
a#bt_inquiry{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#000;
	text-align:center;
	color:#fff;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}
a#bt_inquiry:hover{
	background-color:var(--back_color);
}
.title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	font-size: 2rem;
	width: auto;
	height: auto;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.tbody{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact_tb{
	display: grid;
	grid-template-columns: 60px auto;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.contact_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-size: 2rem;
}
.contact_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.contact_name{
	font-weight: bold;
	font-size: 1.1rem;
}
.contact_miaoshu{
	color:#888;
}
#qd_video{
	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){
	#qd_video{
		grid-template-columns:calc(50% - (10px/2)) auto;
		column-gap:10px;
		row-gap:10px;
	}
}
@media (max-width:480px){
	#qd_video{
		grid-template-columns:auto;
	}
}
.video_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.video_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #000;
	padding-bottom: 60%;
	position: relative;
}
.video_name{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.video_play{
	background-color: rgba(0,0,0,0.6);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	color: #fff;
	font-size: 2rem;
}

#qd_same{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:767px){
	#qd_same{
		grid-template-columns:calc(50% - (10px/2)) auto;
		column-gap:10px;
		row-gap:10px;
	}
}
.same_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.same_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom:100%;
	position: relative;
	border: 1px solid #ddd;
}
.same_name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.video_frm{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#frm{
	display: block;
	border: none;
	width: 800px;
	height: 500px;
	margin: auto;
}
@media (max-width:767px){
	#frm{
		width:700px;
		height: 350px;
	}
}
@media (max-width:480px){
	#frm{
		width:100%;
		height: 250px;
	}
}