﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url(layout.css);
#quandi_css{display:none;}

.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);
}
html{
	display:block;
	width:100%;
	height:100%;
	overflow:auto;
	margin:auto;
	font-size:12px;
}
body{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	color:#000;
	font-size:1rem;
}
a:link,a:visited{
	color:#000;
	font-size:1rem;
}
a:hover:a:active{
	color:#A2B70D;
	font-size:1rem;
}
#header{
	display:grid;
	grid-template-columns:30% auto;
	column-gap:20px;
}
@media (max-width:767px){
	#header{grid-template-columns:auto;justify-content:center;}
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_nav{display:none;}
}
a.nav_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:80px;
	color:#fff;
	font-size:14px;
}
a.nav_hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	line-height:80px;
	color:#A2B70D;
	font-size:14px;
}
#sub_tbody{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
}

a.sub_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
	transition:all 0.4s;
	color:#fff;
}
a.sub_name:hover{
	background-color:#A2B70D;
}
#quandi_banner{
	display:block;
	width:auto;
	height:calc(100vw*600/1920);
	max-width:1920px;
	margin:auto;
}
.banner_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:100%;
}
.banner_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
.back{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#fff;
}
#quan_body{
	display:block;
	margin:auto;
	width:auto;
	max-width:1000px;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}

#quan_center{
	width:auto;
	height:auto;
	display:block;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	padding-top:10px;
	color:#fff;
	padding-bottom:10px;
	position:relative;
	padding-bottom:300px;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#000;
}
@media (max-width:767px){
	.loc{
		padding-bottom:200px;
	}
}
@media (max-width:480px){
	.loc{
		padding-bottom:100px;
	}
}
.loc a{color:#fff;}
.loc_tb{
	display:block;
	width:auto;
	height:auto;
	max-width:1000px;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	bottom:10px;
	padding:10px;
}

.pagebar{
	display:grid;
	grid-template-columns:auto auto;
	align-items:center;
	justify-content:space-between;
	column-gap:20px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1000px;
	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;
}

#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-bottom:50px;
}
#quandi_cate_thead{
	font-size:1.6rem;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	justify-items:center;
	flex-wrap:wrap;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: 5px;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:left;
	line-height:40px;
	white-space:nowrap;
	border-bottom:1px solid #ddd;
}
a.cate_name:hover{border-bottom:2px solid #A2B70D;}
a.cate_hover{
	margin: 5px;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:left;
	line-height:40px;
	font-weight:bold;
	border-bottom:2px solid #A2B70D;
}

#mm_tb{
	display:none;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#111;
}
@media (max-width:767px){
	#mm_tb{display:block;}
}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}
#mm_tbody{
	display:none;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:10px;
	color:#fff;
}
#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;
}
#copyright a{color:#fff;}