﻿@charset "utf-8";
@import url(images/kf/quandi.css);
html{
	display:block;
	width:100%;
	height:100%;
	overflow:auto;
	margin:auto;
	font-size:14px;
	color:#333;
	line-height:2;
	font-family:"微软雅黑";
}
@media (max-width:767px){html{font-size:12px;line-height:1.6;}}
p,span,form{margin:auto;}
body{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1rem;
}
a:link,a:visited{color:#333;text-decoration:none;}
a:active,a:hover{color:#f00;text-decoration:none;}
#quan_head{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quan_head_tbody{
	display:grid;
	grid-template-columns:320px auto 200px;
	align-items:center;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 40px;}}
#quan_foot{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#333;
	padding-top:40px;
	padding-bottom:40px;	
}
#quan_foot *{color:#999;}
#quan_foot a{color:#999;}
.daohang{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	column-gap:40px;
	row-gap:20px;
	align-items:start;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-bottom:20px;
}
@media (max-width:767px){.daohang{grid-template-columns:auto auto;padding:10px;}}
@media (max-width:480px){.daohang{grid-template-columns:auto;}}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:13px;
}
@media (max-width:480px){
	.daohang_miaoshu{
		border-bottom:1px dotted #999;
		padding-bottom:20px;
	}
	.daohang_miaoshu:last-child{border-bottom:none;padding-bottom:0px;}
}
.daohang_miaoshu ul{
	margin:auto;
	padding:0px;
	list-style:none;
}
.daohang_miaoshu h3{color:#fff!important;}

.top_tb{
	display:grid;
	grid-template-columns:80px auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
.top_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:1.6rem;
}
.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	text-align:center;
	font-size:12px;
}
.copy a{font-size:12px;}
#sub_tbody{
	background-color:#fff;
	width:auto;
	height:auto;
	display:none;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	border-top:2px solid #004a99;
}
.sub_item{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
}
a.sub_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	text-align:center;
	line-height:1.5;
	padding:5px;
	font-size:12px;
}
.sub_tb{
	position:relative;
}
.sub_tb:hover>.sub_tbody{display:block;}
.sub_tbody{
	display:none;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:auto;
	position:absolute;
	left:100%;
	top:0px;
	background-color:#fff;
	box-sizing:border-box;
}
#quandi_contact{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#999;
}
#quandi_contact_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
#quandi_contact_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.1rem;
	color:#fff;
}
#quandi_contact_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	overflow:hidden;
	width:auto;
	height:100%;
}
@media (max-width:767px){#quandi_nav{display:none;}}
.nav_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:100%;
	text-align:center;
}
.nav_item{width:auto;height:100%;display:block;}
a.nav_name{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
	font-size:1.1rem;
	box-sizing:border-box;
}
a.nav_name:hover{
	border-bottom:2px solid #004a99;
	color:#004a99;
	font-weight:bold;
}
a.nav_hover{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
	font-size:1.1rem;
	box-sizing:border-box;
	color:#004a99;
	font-weight:bold;
}
#search{display:none;width:auto;height:auto;}
@media (max-width:767px){
	#search{
		display:flex;
		display:-webkit-flex;
		justify-content:center;
		align-items:center;
		overflow:hidden;
		cursor:pointer;
		font-size:20px;
	}
}
#quandi_search{
	display:grid;
	grid-template-columns:auto 50px;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px)
{
	#quandi_search{
		display:none;
		position:absolute;
		left:0px;
		right:0px;
		top:50px;
		background-color:#fff;
		padding:20px;
	}
}
#keywords{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	border:1px solid #333;
	outline:none;
	width:100%;
}
a#bt_search{
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#333;
	color:#fff;
}
@media (max-width:767px)
{
	#keywords{height:40px;}
}
#quandi_cate{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	border-bottom:1px solid #ddd;
	padding:10px;
}
#quandi_cate_tb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
}
@media (max-width:767px){#quandi_cate_tb{display:block;}}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:40px;
white-space:nowrap;
}
@media (max-width:767px){#quandi_cate_thead{display:none;}}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	align-items:center;
column-gap:10px;
row-gap:10px;
	flex-wrap:wrap;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_cate_tbody{justify-content:center;}}
.cate_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.cate_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	font-size:1rem;
	white-space:nowrap;
}
a.cate_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
	padding-left:20px;
	padding-right:20px;	
	white-space:nowrap;
}
a.cate_hover{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
	padding-left:20px;
	padding-right:20px;	
	font-weight:bold;
	color:#004a99;
	white-space:nowrap;
}
.cate_tb{
	position:relative;
}
.cate_tb:hover>.cate_tbody{display:block;}
.cate_tbody{
	display:none;
	overflow:hidden;
	width:100%;
	height:auto;
	position:absolute;
	left:100%;
	top:0px;
	background-color:#fff;
	box-sizing:border-box;
}
.fla{
	display:block;
	overflow:hidden;
	width:auto;
	height:calc(100vw*280/1920);
	max-width:1920px;
	margin:auto;
	background-color:#f5f5f5;
}
@media (max-width:480px){.flag{height:120px;}}
.banner{
	display:block;
	overflow:hidden;
	width:auto;
	height:calc(100vw*600/1920);
	max-width:1920px;
	margin:auto;
	background-color:#f5f5f5;
}
@media (max-width:480px){.banner{height:200px;}}
#quan_body{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	padding:10px;
	margin-top:40px;
	margin-bottom:40px;
}
.pagebar{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.pagebar{grid-template-columns:auto;justify-content:center;text-align:center;}
	.pagebar>div{padding:10px;}
}
a.bt_page{
	display:inline-block;
	overflow:hidden;
	width:80px;
	height:40px;
	line-height:40px;
	margin:auto;
	border:1px solid #ddd;
	text-align:center;
	margin-left:10px;
}
a.bt_page:hover{
	background-color:#333;
	border:1px solid #333;
	color:#fff;
}
a.left_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
.left_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
.left_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
#mm{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
}

#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#004a99;
	color:#fff;
}
#mm_tb a{color:#fff;}
@media (max-width:767px){#mm_tb{display:block;}}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	padding:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:16px;
	font-weight:bold;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	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: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;}