<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(images/kf/quandi.css);
:root{
	--max_width:1200px;
}
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p,form{margin:auto;padding:0px;}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#333;
	font-size:14px;
	line-height:2;
	font-family:"微软雅黑";
}
@media (max-width:767px){html{font-size:12px;line-height:1.8;}}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	font-size:1rem;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}

#quandi_cate{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom:1px solid #09aee8;
}
#quandi_cate_thead{display:none;}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_cate_thead{
		display:block;
		color:#fff;
		font-size:2rem;
		padding:20px;
		background-color:#09aee8;
		text-align:center;
	}
	#quandi_cate{border-bottom:none;}
	#quandi_cate_tbody{display:none;}
}
#cate{
	display:none;
	width:100%;
	height:50px;
	padding:10px;
	border:1px solid #ddd;
	margin:auto;
	outline:none;
	border-left: none;
	border-right: none;
}
@media (max-width:767px){
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
	min-width:100px;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:10px;
}
a.cate_name:hover{
	background-color:#eee;
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:10px;
	font-weight:bold;
	background-color:#09aee8;
	color:#fff;
}
a.cate_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
	padding:10px;
}
.cate_tb{position:relative;}
.cate_tb:hover&gt;.cate_tbody{display:block;}
.cate_tbody{
	display:none;
	background-color:#fff;
	width:100%;
	height:auto;
	overflow:hidden;
	left:100%;
	top:0px;
	position:absolute;
	z-index:200;
	border:1px solid #ddd;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	left:0px;
	top:0px;
	right:0px;
	z-index:300;
}
@media (max-width:767px){
	#quan_head{
		position:static;
	}
}
#quan_head_tbody{
	display:grid;
	grid-template-columns:25% auto 120px;
	align-items:center;
	padding:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 100px;}}
#quan_body{
	display:block;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#quan_body{padding:10px;}}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#09aee8;
}
#quan_foot *{color:#fff;}
#quan_foot * a{color:#fff;}
.daohang_list{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	column-gap:5%;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	.daohang_list{
		padding:10px;
		grid-template-columns:auto;
	}
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:12px;
}
a.bt_login{
	display:flex;
	display: -webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:5px;
	overflow:hidden;
	width:auto;
	height:40px;
	line-height: 40px;
	background-color:#09aee8;
	color:#fff;
	border-radius: 20px;
}
a.bt_login:hover{
	background-color: #f7b417;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
@media (max-width:767px){
	.logo{height:50px;}
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:100%;
	display:block;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}

a.nav_hover{
	width:auto;
	height:80px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	background-color:#09aee8;
	color:#fff;
}
a.nav_name:hover{
	color:#fff;
	background-color:#09aee8;
}
a.nav_name{
	width:auto;
	height:80px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
}
#sub_tbody{
	width:100px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#09aee8;
	display:none;
	z-index:1001;
}
.sub_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
a.sub_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
	background-color:#f7b417;
}
a.sub_thead{
   margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
.sub_tb{position:relative;}
.sub_tb:hover&gt;.sub_tbody{display:block;}
.sub_tbody{
	display:none;
	background-color:#09aee8;
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:100%;
	top:0px;
	position:absolute;
	z-index:200;
}
.fla_list{
	display:block;
	width:auto;
	height:calc(100vw*400/1920);
	overflow:hidden;
	margin:auto;
	min-height:150px;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*700/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	min-height:200px;
}
.banner_pic,a.banner_pic{
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.banner_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	max-width:700px;
	white-space:normal;
}
.banner_name{
	color:#fff;
	font-size:3rem;
	text-shadow:0px 0px 5px rgba(0,0,0,0.6);
	white-space:normal;
}

.banner_miaoshu{
	background-color:#fc0;
	padding:10px;
	font-size:1.2rem;
	line-height:1.2;
	
	white-space:normal;
}
@media (max-width:480px){
	.banner_name{font-size:1.5rem;}
	.banner_miaoshu{font-size:12px;}
}
.fla_name{
	color:#fff;
	font-size:1.4rem;
	max-width:500px;
	white-space:normal;
}
.fla_miaoshu{
	background-color:#fc0;
	padding:10px;
	font-size:12px;
	line-height:1.2;
	max-width:500px;
	white-space:normal;
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#f5f5f5;
}
.loc_tb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	column-gap:10px;
	row-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	position:relative;
}
@media (max-width:767px){
	.loc_tb{
		flex-direction:column;
		align-items: unset;
	}
}
.loc_left{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
	padding: 10px;
}

.loc_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.6rem;
	font-weight:bold;
}
.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.pagebar{
	display:grid;
	grid-template-columns:auto auto;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.pagebar{grid-template-columns:auto;justify-content:center;text-align:center;}
}
.pagebar_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.pagebar_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.bt_page{
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	vertical-align:middle;
}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	text-align:center;
	justify-content:center;
	align-items:center;
	font-size: 16px;
}
@media (max-width:767px){#mm{display:flex;display:-webkit-flex;}}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;	
	background-color:#09aee8;
	color:#fff;
}
@media (max-width:767px){
	#mm_tb{display: block;}
}
#mm_tb a{color:#fff;}
#mm_thead{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	font-size: 16px;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	border-top:1px dotted #fff;
}
.m_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.m_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
}
.m_tbody{
	display:none;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-left:20px;
}
.m_tbody a.m_name{font-size:12px;}
a.m_name{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:5px;
	font-weight:bold;
}

.m_0 a.m_name{font-weight:normal;}
a.m_fold{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	border:1px solid #ddd;
}
#quandi_map{
	display:block;
	width:auto;
	height:auto;
	min-height:200px;
}
.BMap_bubble_title{
	font-size:1.2rem;
	font-weight:bold;
	line-hegiht:1.5;
	color:#333!important;
}
.BMap_bubble_content{
	color:#333!important;
	margin-top:10px;
	border-top:1px solid #ddd;
	padding-top:5px;
	font-size:12px;
}
.youshi{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
}
.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (60px/3)) calc(33.3% - (60px/3)) calc(33.3% - (60px/3));
	row-gap:30px;
	column-gap:30px;
	margin:auto;
	justify-content:center;
	padding:10px;
	margin-top:40px;
}
@media (max-width:767px){
	.youshi_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		row-gap:10px;
		column-gap:10px;
	}
}
.youshi_tb{
	text-align:center;
	width:auto;
	height:auto;
	display:block;
	padding:20px;
	border:1px solid #ddd;
	overflow:hidden;
}
.youshi_tb:hover{
	border:1px solid #09aee8;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:72px;
	height:72px;
	position:relative;
}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.youshi_miaoshu{
	font-size:12px;
}
#quandi_css{display:none;}</pre></body></html>