﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');
:root{
	--max_width:1200px;
}
.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;
}
.tb_img:hover {
	transition: all 0.4s;
	transform: scale(1.2, 1.2);
}
html {
	margin: auto;
	height: 100%;
	width: 100%;
	overflow: auto;
	display: block;
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Open Sans', sans-serif, arial;
	color: #333;
}
body {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	font-size: 1rem;
}
p, form {
	margin: auto;
}
a:link, a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
a:hover, a:active {
	color: #f00;
	font-size: 14px;
	line-height: 1.8;
}
#quandi_cate{
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	margin-top: -110px;
	position: relative;
}
@media (max-width:767px) {
#quandi_cate{
	margin:-20px;
}
}
#quandi_cate_thead{
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	background-color: #f1a900;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-image: url(images/cate.png);
	background-position: top center;
	background-size: cover;
	font-size: 20px;
	padding: 20px;
}
#quandi_cate_tbody{
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	font-size: 0px;
	text-align: center;
}
#quandi_cate_title{
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
#quandi_cate_miaoshu{
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.5;
}
.cate_item {
	margin: auto;
	height: auto;
	width:auto;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 1px;
	padding-top: 1px;
}
.cate_tb {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align: center;
}
a.cate_hover {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align: left;
	line-height: 20px;
	padding:10px;
	background-color: #f1a900;
	color: #fff;
}
a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align: left;
	line-height: 20px;
	padding:10px;
	background-color: #f5f5f5;
}
a.cate_name:hover {
	background-color: #f1a900;
	color: #fff;
}
a.cate_hover:before, a.cate_name:before {
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: 'FontAwesome';
	content: "\f105";
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
}
#quandi_rexian {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	background-color: #f5f5f5;
	background-image: url(images/left.jpg);
	background-size: 100% auto;
	background-repeat:repeat;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.rexian_item {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
}
.rexian_tb {
	display: grid;
	grid-template-columns:50px auto;
	column-gap:10px;
	align-items:center;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.rexian_ico{
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	font-size:2rem;
}
.rexian_miaoshu{
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
}
#quan_head {
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
}
#quan_head_tbody {
	display: grid;
	grid-template-columns: 270px auto 180px;
	align-items: center;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	max-width: var(--max_width);
}
@media (max-width:880px) {
#quan_head_tbody {
	grid-template-columns: auto 40px 40px;
	column-gap:10px;
}
}
#quan_body {
	display: grid;
	grid-template-columns: 20% auto;
	column-gap: 20px;
	row-gap: 20px;
	margin: auto;
	width: 100%;
	max-width: var(--max_width);
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	table-layout: fixed;
}
@media (max-width:767px) {
#quan_body {
	grid-template-columns:auto;
}
}
#quan_left {
	width: auto;
	height: auto;
	display: block;
}
#quan_center {
	width: auto;
	height: auto;
	display: block;
}
@media (max-width:767px){#quan_center{padding:10px;}}
#quan_foot {
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(images/foot.png);
}
#quan_foot_tbody {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	column-gap: 20px;
	align-items: start;
	overflow: hidden;
	margin: auto;
	max-width: var(--max_width);
	width: auto;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 10px;
}
@media (max-width:767px) {
	#quan_foot_tbody {
		grid-template-columns: auto;
		justify-content: unset;
	}
}
#foot_left {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
}
#quandi_link {
	display: flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
}

a.link_name {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1.8;
	font-size: 15px;
	text-align:left;
	padding-right:20px;
}
.wx {
	display:block;
	overflow: hidden;
	width: auto;
	height: auto;
	color:#fff;
	text-align: center;
}

.wx_pic {
	display: block;
	overflow: hidden;
	margin: auto;
	width: 102px;
	border-radius: 5px;
}
.wx_name {
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	text-align: left;
	line-height: 1.8;
}
.fla_list{
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	position: relative;
}
a.fla_pic{
	display: block;
	overflow: hidden;
	width: auto;
	height: calc(100vw*366/1920);
	background-size: cover;
	outline: none;
}
.banner_list{
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	position: relative;
}
a.banner_pic{
	display: block;
	overflow: hidden;
	width: auto;
	height: calc(100vw*610/1920);
	background-size: cover;
	outline: none;
}
.logo {
	display: block;
	overflow: hidden;
	width: auto;
	height: 80px;
}

@media (max-width:767px) {
	.logo{
		height: 50px;
		width: auto;
	}
}
.site_name{
	font-size: 2rem;
	color:#fff;
}
.site_miaoshu{
	color: rgba(255,255,255,0.6);
	font-style: italic;
}
.contact_list{
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 10px;
	row-gap: 10px;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width:767px){
	.contact_list{
		grid-template-columns: auto;
	}
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,0.6);
}

#search{
	width:auto;
	height:auto;
	display:none;
	justify-content:center;
	align-items:center;
	font-size:20px;
}
@media (max-width:880px){
	#search{
		display:flex;
		display:-webkit-flex;
	}
}
#quandi_search {
	display: grid;
	grid-template-columns: auto 34px;
	align-items: center;
	overflow: hidden;
	width: auto;
	height: auto;
}
@media (max-width:880px) {
#quandi_search {
	display: none;
	background-color: #fff;
	padding: 10px;
}
}
#keywords {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	color: #999;
	text-align: left;
	border:1px solid #333;
	vertical-align: middle;
}
a#bt_search {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: auto;
	height: auto;
	line-height: 34px;
	text-align: center;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	background-color:#000;
}
#quandi_nav {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	align-items: center;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
@media (max-width:880px)
{
	#quandi_nav {
		display: none;
	}
}
.nav_item {
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
@media (max-width:767px) {
.nav_item {
	width: 25%;
}
}
a.nav_hover {
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
	margin: auto;
	line-height: 88px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif, arial;
	box-sizing: border-box;
	border-bottom: 2px solid #f8ae00;
}
a.nav_name:hover {
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
	margin: auto;
	line-height: 88px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif, arial;
	box-sizing: border-box;
	border-bottom: 2px solid #f8ae00;
}
a.nav_name {
	width: auto;
	height: 88px;
	display: block;
	overflow: hidden;
	margin: auto;
	line-height: 88px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif, arial;
}
@media (max-width:767px) {
a.nav_name {
	border: 1px solid #fff;
	margin: 2px;
}
}
#sub {
}
@media (max-width:767px) {
#sub {
	display: none;
}
}
#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;
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}
a.sub_name:hover {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 4px;
}
#quandi_banner {
	display: block;
	width: auto;
	height: calc(100vw*610/1920);
	max-width:1920px;
	overflow: hidden;
	margin: auto;
	position: relative;
	background-color: #f5f5f5;
}
@media (max-width:767px) {
	#quandi_banner {
		height: 400px;
	}
}
@media (max-width:480px) {
	#quandi_banner {
		height: 200px;
	}
}
#quandi_fla {
	display: block;
	width: auto;
	height: calc(100vw*366/1920);
	max-width:1920px;
	overflow: hidden;
	margin: auto;
	background-color: #f5f5f5;
}
.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: #f1a900;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	padding: 10px;
}
#loc_tb {
	display: table;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #ddd;
	table-layout: fixed;
}
#loc_left {
	display: table-cell;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: auto;
	text-align: left;
	line-height: 40px;
}
#loc_right {
	display: table-cell;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: auto;
	text-align: left;
	vertical-align: middle;
}
@media (max-width:480px) {
#loc_left {
	padding: 10px;
}
#loc_right {
	display: none;
}
}
.tb_main_tbody {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pp_main {
	display: flex;
display:-webkit-flex;
column-gap:2px;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
justify-content:center;
}
#page_index{
display: flex;
display:-webkit-flex;
column-gap:2px;
	overflow: hidden;
}
#pp {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
.pagebar {
	display: table;
	overflow: hidden;
	margin: auto;
	width: 100%;
	max-width: var(--max_width);
	height: auto;
}
.pagebar_left {
	display: table-cell;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: middle;
}
.pagebar_right {
	display: table-cell;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	text-align: right;
	vertical-align: middle;
}
a.bt_page {
	width: auto;
	height: 36px;
	line-height: 36px;
	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;
}
@media (max-width:767px) {
.pagebar {
	display: block;
}
.pagebar_left, .pagebar_right {
	display: block;
	text-align: center;
}
}
#mm {
	display: none;
	overflow: hidden;
	width:auto;
	height: auto;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	color: #000;
}
@media (max-width:880px) {
#mm {
	display: block;
}
}
#mm_tb {
	display: none;
	overflow: auto;
	margin: auto;
	width: 50%;
	height: 100%;
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	font-size: 0px;
	z-index: 2002;
	table-layout: fixed;
	max-width: 250px;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
}
#mm_thead {
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
	border-bottom: 1px solid rgb(255, 255, 255, 0.4);
}
#mm_thead:before {
	display: block;
	overflow: hidden;
	margin: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	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;
}
.m_tb {
	display: block;
	overflow: hidden;
	margin: auto;
	width: auto;
	height: auto;
}
.m_thead {
	display: block;
	overflow: hidden;
	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: block;
	overflow: hidden;
	width: auto;
	height: auto;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	color: #fff;
}
.m_0 a.m_name {
	font-weight: normal;
	color: #fff;
}
a.m_fold {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}
.welcome_back {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #000;
}
.welcome {
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	max-width: var(--max_width);
	width: auto;
	height: auto;
	margin: auto;
	color:rgba(255,255,255,0.5);
	font-size: 12px;
	padding: 5px;
}
.welcome a{color:rgba(255,255,255,0.5);font-size: 12px;}
.wel_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
}
#quandi_css {
	display: none;
}
