﻿@charset "utf-8";
.item{padding-left:10px;padding-right:10px;}
.main{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1100px;
	margin-top:50px;
	margin-bottom:50px;
	background-color:#fff;
}
#qd_name{
	font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
	display:block;
	width:auto;
	height:auto;	
}
#qd_content{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin-top: 20px;
}
#qd_content img{max-width:100%;height:auto;}

#qd_miaoshu{
	line-height:2;
	font-size:1.2rem;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	position: relative;
	border: 1px solid #ddd;
	padding-bottom: 100%;
}

.tb{
	display:grid;
	grid-template-columns:calc(50% - 40px/2) calc(50% - 40px/2);
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	box-sizing:border-box;
	margin:auto;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
.tb_right{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
.tb_left{
	display:block;
	overflow:hidden;
}

.qd_miaoshu{
	display:block;
	overflow:hidden;
	padding:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#bt_inquiry{
	width:200px;
	height:50px;
	line-height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	background-color: var(--back_color);
	color: var(--fore_color);
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:20px;
}
#bt_inquiry:hover{
	background-color:#f60;
}
.item{
	background-color:#fff;
	width:auto;
	height:auto;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}
#qd_other{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	overflow: hidden;
	width:auto;
	height: auto;
	margin-top: 20px;
}
.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: auto;
	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;
	display:block;
}
.tb_hover{
	border:1px solid var(--hover_color);
}
#quandi_form{
	background-color:#fff;
	margin-top:50px;
	padding:20px;
	display:grid;
	grid-template-columns:auto;
	row-gap:40px;
}
#quandi_form_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
}
#quandi_form_title{
	font-size:1.6rem;
	font-weight:bold;
}
#quandi_form_miaoshu{color:#f90;}
#quandi_form_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height:auto;
	overflow: hidden;
}
.slick-track{margin:unset;}
#tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	width:auto;
	height:auto;
}
.arrow{
	display:flex!important;
	display:-webkit-flex!important;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	cursor:pointer;
	width:30px;
	height: 100%;
}
.arrow:hover{
	background-color:#eee;
}
.tb_item{
	overflow:hidden;
	padding:5px;
	width: 25%;
}
a.tb_pic{
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:100%;
	border:1px solid #ddd;
	overflow:hidden;
	display: block;
}
.tb_on{
	border:1px solid #f60;
}

.contact_list{
	display: flex;
	display: -webkit-flex;
	row-gap: 10px;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 1.2rem;
}
.contact_ico{
	font-size: 1.5rem;
	display: block;
	width: 20px;
	height: auto;
	overflow: hidden;
	flex-shrink: 0;
}
.contact_name{
	font-weight: bold;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.contact_miaoshu{
	font-weight: bold;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #888;
}
.title{
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
	padding-bottom: 10px;
}