﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
	--back_color:#a00;
	--max_width:1200px;
}
p,span{
	margin: auto;
	padding: 0px;
}
html{
	display:block;
	width:100%;
	height:100%;
	overflow:auto;
	margin:auto;
	font-size: 14px;
	line-height: 2;
}
@media (max-width:767px){
	html{
		font-size: 12px;
	}
}
body{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size: 1rem;
	color:#333;
	font-family: 'Poppins',Arial, Helvetica, sans-serif;
}
a:link,a:visited{
	color: #333;
	text-decoration: none;
	font-family: 'Poppins',Arial, Helvetica, sans-serif;
}
a:hover,a:active{
	color: var(--back_color);
	text-decoration: none;
	font-family: 'Poppins',Arial, Helvetica, sans-serif;
	color: #e00;
}
#quan_head{
	background-color: var(--back_color);
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){
	#quan_head{
		padding: 10px;
	}
}
#quan_head_tbody{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	column-gap: 10px;
	flex-wrap: wrap;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width: var(--max_width);
}
#quan_body{
	display: grid;
	grid-template-columns: auto;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width: var(--max_width);
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:767px){
	#quan_body{
		padding: 10px;
	}
}
#quan_foot{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color: #222;
	color: #fff;
	clear: both;
}
#quan_foot a{color:#fff;}
.daohang_list{
	display:grid;
	grid-template-columns: auto auto auto;
	column-gap: 5%;
	row-gap: 20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin: auto;
	max-width: var(--max_width);
	margin-top: 80px;
	margin-bottom: 60px;
}
@media (max-width:767px){
	.daohang_list{
		grid-template-columns: auto;
		padding: 10px;
	}
}
.daohang_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.daohang_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
}
.daohang_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
}
.daohang_miaoshu ul{
	margin: auto;
	padding: 0px;
}
.daohang_miaoshu li{
	list-style-type: disc;
	list-style-position: inside;
}
.ico_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	justify-content: center;
	align-content: center;
	border-top:1px dotted #666;
	padding-top: 20px;
}
a.ico_name{
	font-size: 1.4rem;
	color: #fff;
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
}
.copy{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
a.site_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	color: #fff;
	font-size: 3rem;
}

#mm{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size: 26px;
	color: #fff;
}
@media (max-width:767px){
	#mm{
		display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
	}
}
#mm_tb{
	display: block;
	width: 0px;
	box-sizing: border-box;
	position: fixed;
	left: 0px;
	top:0px;
	bottom: 0px;
	margin: auto;
	transition: all 0.4s;
	background-color: var(--back_color);
	overflow: hidden;
	z-index: 300;
	color: #fff;
}
#mm_thead{
	display: flex;
	display: -webkit-flex;
	padding: 20px;
	justify-content: flex-end;
	border-bottom: 1px dotted #fff;
}
#mm_close{
	font-size: 20px;
	width: 40px;
	height: auto;
	line-height: 40px;
	flex-shrink: 0;
	overflow: hidden;
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 50%;
}
#mm_tbody{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	justify-content: center;
	width:auto;	
	padding: 20px;
	align-items: center;
}
.m_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.m_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	color: #fff;
	font-size: 1.2rem;
}
.search{
	display: grid;
	grid-template-columns: auto 40px;
	align-items: center;
	width:auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.search{
		width: 100%;
		box-sizing: border-box;
		margin-top: 10px;
	}
}
#keywords{
	display:block;
	width:auto;
	height:40px;
	overflow:hidden;
	outline: none;
	border: none;
}
#bt_search{
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	font-size: 16px;
	overflow:hidden;
	background-color: #222;
	color: #fff;
	text-align: center;
}
.nav_list{
	display:flex;
	display: -webkit-flex;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:767px){
	.nav_list{
		display: none;
	}
}
.nav_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.nav_name{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width:auto;
	height:100%;
	overflow:hidden;
	color: #fff;
	font-size: 1.4rem;
	padding-left: 20px;
	padding-right: 20px;
}

.tb_img{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
	max-height:100%;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
}
.tb_img:hover{
	transform:scale(1.2,1.2);
	transition:all 0.4s;
}
.banner_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position: relative;
}
a.banner_pic{
	display:block;
	width:auto;
	height:calc(100vw*600/1920);
	overflow:hidden;
	margin:auto;
	background-size: cover;
}
.loc{
	background-color: #222;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 6px;
}
.loc_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	max-width: var(--max_width);
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	color: #fff;
}
.loc_tb>a{color:#fff;}
#quandi_cate_tbody{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
#cate{
	display:none;
	width:100%;
	height:auto;
	overflow:hidden;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}
@media (max-width:767px){
	#quandi_cate_tbody{
		display: none;
	}
	#cate{
		display: block;
	}
}
.cate_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.cate_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5f5f5;
}
a.cate_hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	background-color: var(--back_color);
	color: #fff;
}