﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
	--back_color: #29855f;
	--max_width:86%;
	--margin:50px;
}
@media (max-width:767px){
	:root{
		--max_width:auto;
	}
}
.tb_img{
	margin:auto;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	object-fit: cover;
	object-position: top;
	
}
.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: "Roboto", sans-serif,Arial, Helvetica, sans-serif;
}
@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;
	word-break: break-word;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}


#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color: #000;
}
#lan{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
}
#lan>a{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #fff;
}
#welcome{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom: 1px solid #222;
	font-size: 12px;
}
#welcome_tb{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: var(--max_width);
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding: 5px;
	color:#999;
}
#quan_head_tbody{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quan_head_tbody{
		grid-template-columns:auto;
		justify-content: unset;
		position:static;
		margin: auto;
	}
}
#quan_body{
	display:grid;
	grid-template-columns:20% auto;
	align-items:start;
	column-gap:50px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:var(--margin);
	margin-bottom:var(--margin);
}
@media (max-width:767px){
	#quan_body{
		margin: auto;
		row-gap: 10px;
		grid-template-columns:auto;
		padding: 10px;
	}
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	overflow: auto;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
	color:#d9d9d9;
}
#quan_foot a{color:#d9d9d9;}
#quan_foot_foot{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: var(--max_width);
	padding: 10px;
}
@media (max-width:767px){
	#quan_foot_foot{
		flex-direction: column;
		padding: 10px;
		align-items: center;
	}
}
.ico_list{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
}
a.ico_ico{
	width:30px;
	height:30px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
a.ico_ico:hover{
	background-color: #222;
}
.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.copy a{font-size:12px;}

.search_tb{
	display:grid;
	grid-template-columns:auto 50px;
	overflow:hidden;
	width:auto;
	height:auto;
	
	padding: 10px;
}
#keywords{
	height:100%;
	width:100%;
	border:none;
	outline: none;
	background-color: transparent;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
	padding: 5px;
	box-sizing: border-box;
}
#keywords::placeholder{color: #fff;}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
	color:#fff;
	text-align:center;
	font-size:16px;
	background-color: #29855f;
}
#bt_search:hover{background-color:#f1a626;}
@media (max-width:767px){
	.search_tb{
		border-top: 1px solid #ddd;
	}
	#bt_search{
		height:40px;
		font-size:16px;
	}
}
.tel_list{
	display: flex;
	display: -webkit-flex;
	column-gap:20px;
	width:auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.tel_list{
		background-color:#222;
		padding: 10px;
	}
}
.tel_tb{
	display:grid;
	grid-template-columns: 40px auto;
	column-gap:10px;
	align-items: center;
	overflow:hidden;
	width:auto;
	white-space: nowrap;
	color:#fff;
}
.tel_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size:1.8rem;
}
.tel_right{
	line-height: 1.2;
	width: auto;
	height: auto;
	overflow: hidden;
}
.tel_name{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
}
.tel_miaoshu{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
}
.bottom_tb{
	display:grid;
	grid-template-columns:auto auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
	margin-top:50px;
}
.top_tb{
	display:grid;
	grid-template-columns:275px auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.top_tb{
		display: block;
	}
}
.top_logo{
	display:block;
	width:auto;
	height:60px;
	overflow:hidden;
	object-fit: cover;
}
@media (max-width:767px){
	.top_logo{height:50px;margin: auto;padding: 10px;}
}
.top_right{line-height:1.5;margin-right:20px;border-left:1px solid #ddd;padding-left:20px;}
@media (max-width:767px){.top_right{display:none;}}
.top_title{
	color:#29855f;
	font-size:20px;
	font-weight:bold;
}
.top_miaoshu{
	font-size:15px;
	color:#999;
}
#quandi_nav_back{
	background-color:#29855f;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){#quandi_nav_back{display:none}}
#nav_tb{
	display:grid;
	grid-template-columns: auto 20%;
	max-width:var(--max_width);
	margin: auto;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:60px;	
}

.nav_item{
	width:auto;
	height:100%;
	display:block;
	text-align:center;
	overflow:hidden;
	position:relative;
}

a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#FFF;
	font-size:16px;
	background-color:#222;
}
a.nav_name:hover{
	color:#fff;
	background-color:#222;
}
a.nav_on{
	color:#fff;
	background-color:#222;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#fff;
}

#sub_tbody{
	width:100px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#222;
	display:none;
	z-index:1001;
}
.sub_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.sub_tb{position: relative;}
.sub_tb:hover>.sub_tbody{display: block;}
.sub_tb:hover>.sub_thead{background-color: #333;}
.sub_tbody{
	display: none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:100%;
	top:0px;
	background-color:#333;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);
}
a.sub_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size: 12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	background-color:#29855f;
	font-size: 12px;
}

.banner{
	display: block;
	background-size: cover;
	background-attachment: fixed;
	width: auto;
	height: 300px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
@media (max-width:480px){
	.banner{
		height: 150px;
	}
}
.ban_item{
	display: block;
	overflow: hidden;
	position: relative;
	width:100%;
	height: 100%;
}
.ban_back{
	margin: auto;
	width:100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	position:absolute;
	left: 0px;
	right: 0px;
	top:0px;
}
.ban_img{
	margin: auto;
	width:100%;
	height:100%;
	overflow: hidden;
	object-fit: cover;
	object-position: top center;
	-o-object-fit: cover;
	-o-object-position: top center;
}
.ban_tb{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	max-width: 800px;
	text-align: center;
	line-height: 1.5;
	white-space: normal;
}
.ban_name{
	font-size:2rem;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
.ban_title{
	font-size: 3.5rem;
	font-weight: bold;
	color:#fa0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.ban_miaoshu{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	white-space: normal;
}
a.ban_more{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	line-height: 50px;
	margin:auto;
	background-color: #29855f;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
a.ban_more:hover{
	background-color: #f90;
}
@media (max-width:480px){
	.ban_img{
		width:100%;
		height: auto;
		object-fit: unset;
		margin: auto;
		padding: 0px;
		display: block;
	}
	.ban_back{
		width: auto;
		height: auto;
		overflow: hidden;
		position: static;
		background-color: #000;
		padding: 10px;
	}
	.ban_miaoshu{font-size:1rem;}
	.ban_title{font-size: 1.5rem;margin: auto;}
	a.ban_more{
		width:120px;
		height: 30px;
		line-height: 30px;
	}
}
.banner_back{
	margin: auto;
	width:100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: rgba(0,0,0,0.4);
}
.banner_tb{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	max-width: var(--max_width);
	display: block;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	padding: 20px;
}
@media (max-width:480px){
	.banner_tb{
		bottom: 10px;
	}
}
.banner_name{
	font-size: 3rem;
	line-height: 1.2;
}
.banner_miaoshu{
	font-size: 1.2rem;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*880/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	.banner_list{
		height:auto;
	}
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}

.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
#quandi_cate{
	display: block;
	width: auto;
	height: auto;
	background-color: #f5f5f5;
}
#quandi_cate_thead{
	padding: 20px;
	text-align: center;
	background-color: var(--back_color);
	color: #fff;
	font-size:1.6rem;
	display: block;
	text-align: center;
}
#quandi_cate_tbody{
	display: block;
	width: auto;
	height: auto;
}
@media (max-width:767px){
	#quandi_cate_tbody{display: none;}
}
.cate_item{
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
}
a.cate_name{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 10px;
}
a.cate_name:hover{
	background-color: #222;
}
a.cate_hover{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #222;
	color: #fff;
}
a.cate_thead{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 10px;
}
.cate_tb{position: relative;}
.cate_tb:hover>.cate_thead{
	background-color: #eee;
	background-image: linear-gradient(90deg,#eee,#fff);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
.cate_tb:hover>.cate_tbody{
	display:block;
}
.cate_tbody{
	background-color: #eee;
	width: 100%;
	height: auto;
	position: absolute;
	left: 100%;
	top:0px;
	z-index: 200;
	border: 1px solid #ddd;
	display: none;
}
.cate_tbody:before{
	content:"";
	position: absolute;
	width:33px;
	height: 33px;
	box-shadow: 2px -2px 2px 0px rgba(0,0,0,0.1);
	transform: rotate(45deg);
	transform-origin: 0 0;
	top:0px;
	left:0px;
	display: block;
	margin: auto;
	background-color: #fff;
	
	overflow: hidden;
}
#cate{
	display:none;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: none;
	outline: none;
	border-bottom: 1px solid #ddd;
}
@media (max-width:767px){
	#cate{display: block;}
}
.pagebar{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	
}
#page_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
}
@media (max-width:480px)
{
	#pagebar>a{display:none;}
	#page_index>.bt_page:last-child{
		border-right:1px solid #555;
	}
}

a.bt_page_hover{
	background-color:#555;
	color:#fff;
}
a.bt_page{
	width:auto;
	min-width:40px;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
}
a.bt_page:last-child{border-right:1px solid #555;}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#29855f;
	color:#fff;
}
.loc_flex{
	display:flex;
	display: -webkit-flex;
	max-width: var(--max_width);
	align-items: center;
	justify-content: space-between;
	margin: auto;
}
@media (max-width:767px){
	.loc_flex{
		justify-content: unset;
		flex-direction: column;
		align-items: flex-start;
	}
}
.loc a{color:#fff;}
.loc_tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: center;
	width:auto;
	height:auto;
	padding:10px;
	white-space: nowrap;
	margin: auto;
	max-width: var(--max_width);
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:16px;
	text-align:center;
	justify-content:center;
	align-items:center;
	color: #fff;
}
@media (max-width:767px){
	#mm{
		display:flex;
		display:-webkit-flex;
	}
}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#29855f;
}
@media (max-width:767px){
	#mm_tb{display:block;}
}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	font-size:14px;
	color:#fff;
	background-color: #1f6347;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	color:#fff;
	border-top:1px dotted #3c926e;
}
#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;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top:1px dotted #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.m_tbody a.m_name{font-size:12px;}
a.m_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.m_name_0,.m_name_0{font-size:1.1rem;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;
	font-size:14px;
	border: 1px solid #fff;
}

.daohang_list{
	display:grid;
	grid-template-columns:20% 20% auto auto;
	justify-content: space-between;
	column-gap:30px;
	row-gap:20px;
	max-width:var(--max_width);
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 40px;
}
@media (max-width:767px){
	.daohang_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		column-gap: 10px;
		row-gap:10px;
		justify-content: unset;
		padding: 20px;
	}
}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.daohang_tb{
		border-right:none;
		padding: unset;
	}
	.daohang_tb:nth-child(n+3){
		grid-column-start: 1;
		grid-column-end: 3;
	}
}

.daohang_tb:last-child>.daohang_name>span{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-weight:bold;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
@media (max-width:767px){
	
}
.daohang_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.2rem;
	font-weight: bold;
	color:#fff;
}
.daohang_name:after{
	content:"";
	width:20px;
	height:2px;
	background-color: #fff;
	display: block;
	margin-left:0px;
	margin-top: 10px;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.daohang_miaoshu ul{
	list-style: none;
	margin: auto;
	padding: 0px;
}
.item{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.item:before{
	color:var(--back_color);
}
#quandi_css{display:none;}