<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);
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.item{
	width:auto;
	height:auto;
	display:block;
	overflow:auto;
	margin:auto;
	padding:5px;
}
html{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	font-family:"微软雅黑";
	color:#333;
	font-size:14px;
	line-height:200%;
}
p,span,form{padding:0px;margin:auto;}
a:link,a:visited{
	text-decoration:none;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
	line-height:200%;
}
a:hover,a:active{
	color:#f00;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:200%;
}
#quan_left{
	width:20%;
	height:auto;
	display:table-cell;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
}
#quan_center{
	width:auto;
	height:auto;
	display:table-cell;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	padding-left:20px;
}
@media (max-width:767px){

#quan_left,#quan_center{display:block;padding:0px;width:auto;}}
#quandi_contact{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_contact_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dotted #888;
	font-size:18px;
	color:#fff;
	line-height:50px;
}
#quandi_contact_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#888;
	font-size:14px;
	line-height:180%;
}
#quandi_contact_tbody * a{color:#888;}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}

#quandi_cate_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	font-size:0px;
	text-align:center;
}
.cate_item {
	margin: auto;
	height: auto;
	width:auto;
	overflow: hidden;
	display: inline-block;
	position: relative;
	transition:all 0.4s;
	vertical-align:middle;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	line-height:40px;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
}
a.cate_hover {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	line-height:40px;
	color:#fff;
	background-color:#e00;
	padding-left:10px;
	padding-right:10px;
}
#quan{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:200px auto;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){
	#quan_head_tbody{
		grid-template-columns:auto 40px;
	}
}
#quan_body{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100%;
	max-width:1200px;
	height:auto;
	background-color:#f5f5f5;
	padding:40px;
	margin-top:40px;
	margin-bottom:40px;
	box-sizing:border-box;
}
@media (max-width:480px){#quan_body{padding:10px;}}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#333;
	
}
#quan_foot_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	font-size:0px;
	padding-top:40px;
	padding-bottom:40px;
}
.foot_item{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:30%;
	height:auto;
	vertical-align:top;
	box-sizing:border-box;
}
.foot_item:nth-child(2){
	width:40%;
	padding-left:30px;
	padding-right:30px;
}
.foot_item:nth-child(3){
	width:30%;
}
@media (max-width:767px){
	.foot_item{width:100%;padding:10px;}
	.foot_item:nth-child(2){width:100%;padding:10px;}
	.foot_item:nth-child(3){width:100%;padding:10px;}
}
#quandi_bottom{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#222;
	padding-top:30px;
}
#quandi_bottom_thead,#quandi_bottom_tfoot{display:none;}
#quandi_bottom_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	color:#888;
}
#quandi_bottom_tbody * a{color:#888;}
#quandi_copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	background-color:#222;
	padding-bottom:30px;
	color:#888;
}
#quandi_copy a{color:#888;}
.top_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}

#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto auto auto;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	vertical-align:middle;
}
@media (max-width:767px){#quandi_nav{display:none;}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}
a.nav_hover{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	color:#e00;
	line-height:100px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #e00;
}

a.nav_name:hover{
	color:#e00;
	font-weight:bold;
	border-bottom:2px solid #e00;
}

a.nav_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	line-height:100px;
	font-size:16px;
	box-sizing:border-box;
}
#sub{}
#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#e00;
	display:none;
	z-index:1001;
	padding:10px;
}
.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:4px;
	color:#fff;
	font-size:12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:4px;
	color:#fff;
	background-color:#b00;
}
#quandi_banner{
	display:block;
	width:auto;
	height:calc(100vw*400/1920);
	overflow:hidden;
	margin:auto;
	background-color:#f5f5f5;
	max-width:1920px;
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.tb_main_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#559ceb;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding:10px;
}
.tb_loc_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#333;
	padding:10px;
	border-bottom:1px solid #ccc;
}
.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.pagebar{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
a.bt_page:before{
	 font-family: 'FontAwesome';
}
a.bt_page{
	width:auto;
	height:30px;
	line-height:30px;
	border:1px solid #333;
	text-align:center;
	transition:all 0.4s;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	vertical-align:middle;
	margin:2px;
}
a.page_hover{
	background-color:#555;
	color:#fff;
}
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;
	font-size:20px;
	text-align:center;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){#mm{display:flex;display:-webkit-flex;}}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:100%;
	height:100%;
	position:fixed;	
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:0px;
	z-index:2002;
	background-color:rgb(255,255,255);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
	box-sizing:border-box;
}
#mm_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4);
}
#mm_thead:before{
	display:block;
	overflow:hidden;
	margin:auto;
	width:50px;
	height:50px;
	line-height:50px;
	color:#000;
	font-size:20px;
	text-align:center;
	float:right;
}
#mm_tbody{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
}
.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:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:14px;
	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_css{display:none;}
#quandi_welcome{
	background-color:#333;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.welcome_tb{
	display:table;
	width:100%;
	height:auto;
	vertical-align:top;
	table-layout:fixed;
	font-size:12px;
	max-width:1200px;
	color:#999;
	margin:auto;
}
.welcome_name{
	display:table-cell;
	width:50%;
	height:auto;
	vertical-align:middle;
	text-align:left;
}
@media (max-width:600px){.welcome_name{display:none;}}
.welcome_miaoshu{
	display:table-cell;
	width:auto;
	height:auto;
	vertical-align:middle;
	text-align:right;
}
#quandi_logo{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	filter:gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#quandi_logo .top_pic{width:40px;}
#quandi_logo .top_name{color:#888;font-size:18px;letter-spacing:2px;}
#quandi_logo .top_miaoshu{color:#888;font-size:12px;}

#quandi_link{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_link_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dotted #888;
	font-size:18px;
	color:#fff;
	line-height:50px;
}
#quandi_link_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#888;
}
.link_item{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-right:15px;
}
a.link_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	color:#888;
	font-size:14px;
}
#quandi_link{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_lianjie_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dotted #888;
	font-size:18px;
	color:#fff;
	line-height:50px;
}
#quandi_lianjie_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#888;
}
.lianjie_item{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-right:15px;
}
a.lianjie_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	color:#888;
	font-size:14px;
}
#quandi_wx{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_wx_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.wx_tb{
	display:table;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	table-layout:fixed;
}
.wx_left{
	display:table-cell;
	width:120px;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:middle;
}
.wx_right{
	display:table-cell;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	vertical-align:middle;
	padding-left:20px;
	font-size:14px;
	color:#888;
}
.wx_pic{
	width:100%;
	height:auto;
	border-radius:5px;
}
.wx_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
.wx_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_icp{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#222;
}
#quandi_icp_tbody{
	display:block;
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-size:0px;
}
.icp_item{
	display:inline-block;
	width:auto;
	height:36px;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	margin-right:5px;
}
.icp_pic{
	display:block;
	width:100px;
	height:36px;
	overflow:hidden;
	margin:auto;
}
.icp_pic_0{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity:0.6;
}
a.icp_tb{
	display:block;
	width:100px;
	height:200%;
	overflow:hidden;
	margin:auto;
	margin-top:0px;
	transition:all 0.4s;
}
.icp_item:hover .icp_tb{
	transition:all 0.4s;
	margin-top:-36px;
}
#loc{
	display:block;
	height:0px;
	width:auto;
	overflow:visible;
	margin:auto;
	position:relative;
}
@media (max-width:767px){
	#loc{height:auto;overflow:hidden;}
}
#loc_tb{
	display:block;
	height:auto;
	width:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	bottom:0px;
	background-color:rgba(0,0,0,0.5);
	left:0px;
	right:0px;
}
@media (max-width:767px){
	#loc_tb{position:static;background-color:rgba(0,0,0,1);}
}
#loc_tbody{
	display:block;
	height:auto;
	width:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	line-height:40px;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
}
#loc_tbody&gt;a{color:#fff;}
#loc_tbody * a{color:#fff;}
.loc_tb{
	display:table;
	height:auto;
	width:100%;
	overflow:hidden;
	margin:auto;
	table-layout:fixed;
}
.loc_left{
	display:table-cell;
	height:auto;
	width:auto;
	overflow:hidden;
	margin:auto;
	text-align:left;
	vertical-align:middle;	
}
.loc_right{
	display:table-cell;
	height:auto;
	width:auto;
	overflow:hidden;
	margin:auto;
	text-align:right;
	vertical-align:middle;	
}
@media (max-width:767px){
	.loc_tb{display:block;}
	.loc_left{display:none;padding:10px;}
	.loc_right{display:block;text-align:center;}
}
.loc_item{
	display:inline-block;
	height:auto;
	width:auto;
	overflow:hidden;
	vertical-align:middle;
	text-align:center;
}
a.loc_name{
	display:block;
	height:auto;
	width:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	padding-left:20px;
	padding-right:20px;
}
a.loc_hover{
	display:block;
	height:auto;
	width:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	padding-left:20px;
	padding-right:20px;
	background-color:#e00;
	border-radius:4px;
}
.thead{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	border-bottom:1px solid #e00;
	white-space:nowrap;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:30px;
	line-height:150%;
	vertical-align:bottom;
}
.description{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:18px;
	line-height:150%;
	vertical-align:bottom;
	margin-left:20px;
}
.bback{
	display:block;
	width:auto;
	height:5px;
	overflow:hidden;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	margin-bottom:50px;
}
#kf{
	width:auto;
	height:auto;
	overflow:visible;
	margin:auto;
	display:block;
	position:fixed;
	top:200px;
	right:10px;
}
#kf_tbody{
	display:block;
	width:50px;
	height:auto;
	overflow:hidden;
}
.kf_thead{
	display:none;
	width:200px;
	height:auto;
	overflow:visible;
	position:absolute;
	right:50px;
	top:0px;
	background-color:#fff;
	padding:10px;
	color:#333;
	border:1px solid #ddd;
	text-align:left;
	line-height:180%;
	font-size:12px;
}
.kf_thead * {color:#333;}
.kf_tb{
	display:block;
	width:auto;
	height:50px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ddd;
	margin-bottom:10px;
	box-sizing:border-box;
	cursor:pointer;
	box-shadow:0px 0px 5px 0px #ccc;
	font-size:14px;
	line-height:50px;
}
.kf_tb:before{
	font-size:20px;
}</pre></body></html>