﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.tb_img{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:100%;
	max-height:100%;
	position:absolute;
	left:0px;
	top:0;
	right:0px;
	bottom:0px;
	margin:auto;
	transition:all 0.4s;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
}

html{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:auto;
	font-size:12px;
	line-height:1.8;
	
}
@media (max-width:767px){
	html{
		font-size:12px;
		line-height:1.8;
	}
}
body{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:auto;
	padding:0px;
	color:#333;
	font-size:12px;
	font-family:"微软雅黑";
	background-color:#ededed;
}
p,span,form{margin:auto;padding:0px;}
a:link,a:visited{
	font-size:12px;
	text-decoration:none;
	color:#333;
	font-family:"微软雅黑";
}
a:hover,a:active{
	font-size:12px;
	text-decoration:none;
	color:#CE1A35;
	font-family:"微软雅黑";
}
#quan_head{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quan_head_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){
	#quan_head_tbody{
		display:none;
	}
}
#quan_body{
	display:table;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	table-layout:fixed;
}
#quan_left{
	width:200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:table-cell;
	vertical-align:top;
}
#quan_center{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
}
#quan_center_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	vertical-align:top;
	background-color:#fff;
	border-radius:10px;
	border:1px solid #ddd;
}
@media (max-width:480px){
	#quan_body,#quan_left,#quan_center{display:block;padding:0px;}
	#quan_left{display:none;}
	#quan_center_tbody{margin:10px;}
}
#quan_foot{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#fff;
	margin-top:20px;
}
#quan_foot_tbody{
	display:flex;
	flex-direction:row;
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;

}
@media (max-width:900px)
{
	#quan_foot_tbody{flex-direction:column;}
}
#quandi_top_back{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#000;
}
.top_tb{
	display:grid;
	grid-template-columns:auto 40px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
}
.logo{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:100%;
}

#quandi_contact{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#fff;
	border-radius:10px;
	border:1px solid #ddd;
}

#quandi_contact_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	line-height:30px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background-color:rgb(240,240,240);
	background-image:linear-gradient(0deg,rgb(240,240,240),rgb(250,250,250));
	background-position:bottom;
	background-repeat:repeat-x;
}
#quandi_contact_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
#quandi_contact_tfoot{display:none;}
#quandi_cate{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#fff;
	border-radius:10px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
#quandi_cate_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	line-height:30px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background-color:rgb(240,240,240);
	background-image:linear-gradient(0deg,rgb(240,240,240),rgb(250,250,250));
	background-position:bottom;
	background-repeat:repeat-x;
}
#quandi_cate_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
#cate{
	display:none;
	width:auto;
	height:50px;
	line-height:50px;
	overflow:hidden;
	margin:auto;
	border:1px solid #ddd;
	outline:none;
	padding:10px;
}
@media (max-width:767px){
	#cate{display:block;}
}
.cate_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
a.cate_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
	border-bottom:1px dotted #ddd;
	margin:auto;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.cate_thead>a.cate_name{
	font-weight:bold;
}
.cate_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.cate_hover{
	display:block;
	width:auto;
	height:auto;
	line-height:1.5;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
a.cate_name{
	display:block;
	width:auto;
	height:auto;
	line-height:1.5;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

.cate_sub{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}

.cate_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
}
a.cate_m{
	font-weight:bold;
}
a.cate_a{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
a.cate_a:before {
	display:inline-block;
	width:12px;
	height:12px;
	line-height:12px;
	overflow:hidden;
	margin:auto;
	content:"";
	font-family: "FontAwesome";
	font-size: 14px;
	vertical-align:middle;
}
a.cate_m:before {
	display:inline-block;
	width:12px;
	height:12px;
	line-height:12px;
	overflow:hidden;
	margin:auto;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size:12px;
	vertical-align:text-middle;
	vertical-align:middle;
}
a.cate_more{
	display:none;
}
.cate_sub{
	display:block;
	width:auto;
	height:auto;
	padding-left:15px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
}

#quandi_nav{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-evenly;
	width:auto;
	height:auto;
	overflow:hidden;
}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	vertical-align:top;
}
@media (max-width:480px){.nav_item{width:50%;}}
a.nav_hover{
	display:block;
	width:auto;
	height:auto;
	line-height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-size:14px;
}
a.nav_name{
	display:block;
	width:auto;
	height:auto;
	line-height:60px;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-size:14px;
	padding-right:40px;
}
@media (max-width:767px){
	a.nav_name{padding:0px;line-height:40px;margin:2px;border:1px solid #ddd;background-color:#fff;}
}
a.nav_more{
	display:none;
}
.n_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.n_sub{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-left:20px;
}
a.n_name{
	display:block;
	width:auto;
	margin:auto;
	text-align:left;
	padding:5px;
}
.n_m{font-weight:bold;}
a.n_more{
	display:inline-block;
	position:absolute;
	top:0px;
	bottom:0px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	right:5px;
	border:1px solid #ddd;
	margin:auto;
	font-size:14px;
}
.tb_main_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_main_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	line-height:30px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background-image:url(images/loc.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.tb_main_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:20px;
}
.tb_center_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_center_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	line-height:30px;
	padding:10px;
	background-color:rgb(240,240,240);
	background-image:linear-gradient(0deg,rgb(240,240,240),rgb(250,250,250));
	background-position:bottom;
	background-repeat:repeat-x;
}
.tb_center_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}


.notice{color:#f00;}
#quandi_contact{border-top:1px solid #ddd;}
.pagebar{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	column-gap:10px;
	row-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}
@media (max-width:767px){
	.pagebar{
		flex-direction:column;
		justify-content:center;
	}
}
.pagebar_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.pagebar_right{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	border:1px solid #ddd;
}
a.bt_page{
	display:block;
	border-right:1px solid #ddd;
	width:auto;
	text-align:center;
	height:auto;
	line-height:15px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
}
a.bt_page:last-child{
	border-right:none;
}
a.bt_page:hover{
	background-color:#ddd;
}
@media (max-width:767px)
{
	.
}
#quandi_bottom{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
}
#quandi_bottom_thead,#quandi_bottom_tfoot{display:none;}
#quandi_bottom_tbody{
	display:block;
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	font-size:12px;
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
}
#quandi_copy{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_copy_tbody{
	display:block;
	width:1200px;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	padding-bottom:10px;
}
#quandi_erwei{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	vertical-align:top;
}

#quandi_erwei_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	line-height:200%;
}
#quandi_erwei_thead,#quandi_erwei_tfoot{display:none;}
#quandi_erwei_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:200%;
	text-align:center;
}
@media (max-width:880px)
{
	#quandi_erwei{
		display:block;
		width:auto;
	}
}
#quandi_tel{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#quandi_tel_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	line-height:200%;
}
#quandi_tel_thead,#quandi_tel_tfoot{display:none;}
#quandi_tel_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:200%;
}
#quandi_search{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	vertical-align:middle;
	margin-right:0px;
}
#quandi_search_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	padding:10px;
}
#keywords{
	width:80%;
	height:30px;
	line-height:30px;
	padding:5px;
	border:1px solid #ccc;
	background-color:transparent;
	float:left;
	outline:none;
	font-size:12px;
	color:#666;
	vertical-align:top;
	border-radius:15px 0px 0px 15px;
	box-sizing:border-box;
}
#bt_search{
	width:20%;
	height:auto;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	text-align:top;
	color:#fff;
	background-color:#666;
	border-radius:0px 15px 15px 0px;
}
#bt_search:before{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 14px;
	width:auto;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
}
.daohang{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	column-gap:20px;
	row-gap:20px;
	max-width:1200px;
	margin-top:20px;
	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{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	line-height:1.8;
}
@media (max-width:480px){
	.daohang_miaoshu h3{border-bottom:1px solid #ddd;padding-bottom:10px;}
}
.daohang_miaoshu img{
	max-width:100%;
	height:auto;
}
.daohang_miaoshu ul{
	padding:0px;
	margin:auto;
	list-style-position:inside;
	list-style:none;
	margin-top:10px;
}
.daohang_miaoshu ul li a {
	line-height:1.5;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#mm{
	display:none;
	overflow:hidden;
	margin:auto;
	width:50px;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	color:#fff;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){#mm{display:flex;display:-webkit-flex;}}
#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
	color:#fff;
	padding:20px;
	border-top:1px dotted #fff;
}
#mm_tb_tbody *{color:#fff;}
#mm_tb_tbody a{color:#fff;}
.m_tb{
	display:block;
	overflow:hidden;
	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;color:#fff;}
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;
	color:#fff;
}

.m_0 a.m_name{font-weight:normal;color:#fff;}
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;
	color:#fff;
}
#sub_tbody{
	display:none;
	background-color:#fff;
	min-width:150px;
	z-index:200;
}
.sub_item{

}
a.sub_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
a.sub_name:hover{
	background-color:#f5f5f5;
}
.sub_tb{
	position:relative;
}
.sub_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-weight:bold;
}
.sub_tb:hover>.sub_tbody{display:block;}
.sub_tbody{
	display:none;
	width:100%;
	height:auto;
	margin:auto;
	background-color:#fff;
	position:absolute;
	left:100%;
	top:0px;
	z-index:200;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
	overflow:hidden;
}