﻿@charset "utf-8";
#quandi_map{
	display:block;
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
.com_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:100%;
}
.contact_list{
	display:grid;
	grid-template-columns:calc(33.3% - (60px/3)) calc(33.3% - (60px/3)) calc(33.3% - (60px/3));
	column-gap:30px;
	row-gap:30px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	.contact_list{grid-template-columns:auto;padding:10px;column-gap:10px;}
}
.contact_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	border:1px solid #ddd;
	padding:30px;
	box-sizing:border-box;
}
.contact_pic{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	margin:auto;
	position: relative;
}
.contact_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	margin-top:20px;
}