@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;
	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_recom{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
	margin-bottom:20px;
}
@media (max-width:767px){#quandi_recom{display:none;}}
#quandi_recom_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	height:auto;
	text-align:center;
	padding:20px;
	color:#15499a;
	font-size:1.6rem;
	border-bottom:1px dotted #ccc;
}
#quandi_recom_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#quandi_recom_tbody *{max-width:100%;height:auto;}
#quandi_recom_tbody ul,#quandi_recom_tbody ol{
	margin:auto;
	padding:0px;
	list-style-position:inside;
}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	height:auto;
	text-align:center;
	padding:20px;
	color:#15499a;
	font-size:1.6rem;
	font-weight: bold;
}
#quandi_cate_tbody{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap:wrap;
	column-gap: 10px;
	row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#cate{
	height: 50px;
	width: 100%;
	padding:10px;
	overflow: hidden;
	display:none;
	margin:auto;
	box-sizing:border-box;
	border:1px solid #ddd;
	outline:none;
	margin-top:10px;
}
@media (max-width:767px){
	#quandi_cate_tbody{
		display:none;
	}
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:5px;
	text-align:center;
	font-size:1.1rem;
	min-width: 100px;
}
a.cate_name:hover{
	color:#fff;
	background-color:#15499a;
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:5px;
	font-weight:bold;
	border-bottom:2px solid #15499a;
	color:#15499a;
	font-size:1.1rem;
	min-width: 100px;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#15499a;
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:300px auto;
	column-gap:10px;
	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:grid;
	grid-template-columns:auto;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	padding:10px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#quan_body{
		margin-top:10px;
		margin-bottom: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:#111;
}
#quan_foot *{color:#fff;}
#quan_foot * a{color:#fff;}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:calc(50% - (60px/3)) calc(25% - (60px/3)) calc(25% - (60px/3));
	column-gap:30px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		padding:10px;
	}
}
.foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.daohang_back{
	background-size:cover;
	background-repeat: no-repeat;
}
.daohang_list{
	margin: auto;
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top: 50px;	
	margin-bottom: 50px;
}
@media (max-width:767px){
	.daohang_list{
		grid-template-columns:auto auto auto;
		column-gap:10px;
		row-gap:20px;
		padding: 10px;
	}
}

.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:480px){
	
	.daohang_miaoshu:nth-child(n+4){
		grid-column-start:1;
		grid-column-end: 4;
	}
}
.daohang_miaoshu img{max-width:100%;height:auto;}
.daohang_miaoshu ul{
	margin:auto;
	padding:0px;
	list-style-position:inside;
}
.copy{
	background-color:#15499a;
	display: block;
	width: auto;
	height: auto;
	padding:10px;
	margin: auto;
	text-align: center;
	color: #fff;
}
.copy a{color:#fff;}
.top_tb{
	display:grid;
	grid-template-columns:50px auto;
	align-items:center;
	column-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:10px;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width: 100%;
	max-height: 80px;
}
@media (max-width:480px){.logo{height:50px;}}
.name{
	font-size:1.5rem;
	white-space:nowrap;
	font-weight:bold;
	color:#fff;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto 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:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#15499a!important;
	font-size:16px;
	background-color:#fff;
	border-top:2px solid #3F9;
}
a.nav_hover:hover{
	color:#15499a;
}
a.nav_name:hover{
	border-top:2px solid #3F9;
	
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#FFF;
	font-size:16px;
	position:relative;
	box-sizing:border-box;
}
#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	display:block;
	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:4px;
	color:#15499a;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:4px;
	color:#fff;
	background-color:#15499a;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*360/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	.banner_list{
		height:180px;
	}
}
.fla_list{
	display:block;
	width:auto;
	height:calc(100vw*740/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}

.banner_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.loc{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color: #f5f5f5;
	padding: 10px;
}
.loc_thead{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width: 1200px;
}
.tb_loc_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#333;
	line-height:3rem;
	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:flex;
	display: -webkit-flex;
	column-gap:2px;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#page_index{
	display:flex;
	display: -webkit-flex;
	column-gap:2px;
	align-items:center;
}
a.bt_page{
	width:auto;
	height:30px;
	line-height:30px;
	border:1px solid #999;
	text-align:center;
	display:block;
	min-width: 30px;
	color:#333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.bt_page:hover{
	background-color:#333;
	color:#fff;
}
a.bt_page_hover{
	background-color:#333;
	color:#fff;
}
#pagebar a:before{font-family: "fontawesome";}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.8rem;
	color:#fff;
}
@media (max-width:767px){#mm{display:block;}}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#15499a;color:#fff;
}
@media (max-width:767px){#mm_tb{display:block;}}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	border-top:1px dotted #fff;
	color:#ff;
}
#mm_tbody a{color:#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;}