﻿@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_cate{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: 1200px;
}
@media (max-width:480px){
	#quandi_cate{
		flex-direction: column;
		align-items: unset;
		padding: 10px;
	}
}
#quandi_cate_thead{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	white-space: nowrap;
}
@media (max-width:480px){
	#quandi_cate_thead{
		padding-top:unset;
		padding-bottom:unset;
	}
}

#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	justify-content:flex-start;
	flex-wrap:wrap;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:480px){
	#quandi_cate_tbody{display: none;}
}
#cate{
	height: 40px;
	width: 100%;
	overflow: hidden;
	display:none;
	border: 1px solid #ddd;
	outline: none;
}
@media (max-width:480px){
	#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;
	line-height:60px;
	padding-left:30px;
	padding-right:30px;
	white-space:nowrap;
}
a.cate_name:hover{
	color:#fff;
	background-color:#efba02;
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	line-height:60px;
	padding-left:30px;
	padding-right:30px;
	color:#fff;
	background-color:#efba02;
	white-space:nowrap;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	z-index:201;
	background-image: linear-gradient(0deg,transparent,#fff);
}
@media (max-width:767px){
	#quan_head{
		position:static;
		background-image:unset;
		background-color:#fff;
	}
}
#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:1200px;
	margin-top:20px;
	margin-bottom:40px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 50px;margin:auto;}}
#quan_body{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#quan_body{
		margin: auto;
		padding: 10px;
	}
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	background-color:#f4f4f4;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	max-width:1200px;
}

#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#333;
	padding-top:20px;
	padding-bottom:20px;
}
#quan_foot *{color:#ccc;}
#quan_foot * a{color:#ccc;}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:30% auto;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:60px;
	margin-bottom:60px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		padding:10px;
		margin: auto;
	}
}
.daohang_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
	column-gap:40px;
	row-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:480px)
{
	.daohang_list{
		column-gap:10px;
		row-gap:20px;
	}
}
.daohang_miaoshu{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:480px)
{
	.daohang_miaoshu:nth-child(n+2){
		width:calc(50% - 10px/2);
		align-items: center;
	}
}
.daohang_miaoshu h2{
	margin:auto;
}
#search{
	display:grid;
	grid-template-columns:auto 60px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
#keywords{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	border:none;
}
a#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:50px;
	color:#fff;
	background-color:#5f8c21;
	font-size:2rem;
}
.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-top:1px solid #444;
	padding-top:30px;
	padding-bottom:30px;
}
#quandi_copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	text-align:center;
}

#quandi_top{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	white-space:nowrap;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_top{
		grid-template-columns:auto;
	}
}
.top_tb{
	display:grid;
	grid-template-columns:60px auto;
	align-items:center;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:480px){
	.top_tb{
		padding:10px;
		grid-template-columns:40px auto;
		column-gap:10px;
	}
}
.top_right{
	line-height: 1.2;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	max-width: 100%;
	height: auto;
}
@media (max-width:480px){
	.logo{
		width: auto;
		max-height:50px;
	}
}
.top_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.2;
	color:#333;
	white-space: nowrap;
}
@media (max-width:480px){
	.top_title{
		font-size:1.6rem;
	}
}
.top_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:1rem;
	text-transform:uppercase;
	color:#666;
	line-height: 1.2;
}
@media (max-width:480px){.top_miaoshu{display:none;}}
.tel_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
}
@media (max-width:767px){.tel_tb{display:none;}}
.tel_top{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:12px;
	color:#5f8c21;
}
.tel_title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	width: auto;
	height: auto;
}
.tel_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:2.2rem;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#5f8c21;
	line-height:1.2;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:80px;
	background-color:#fff;
	border-radius:10px;
	max-width:1200px;
	margin:auto;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:100%;
	display:block;
	text-align:center;
	overflow:hidden;
}


a.nav_name:hover{
	color:#fff!important;
	background-color:#333;
}
a.nav_active{
	background-color:#5f8c21;
	color: #fff;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:14px;
}
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:14px;
	background-color:#333;
}
#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#333;
	display:none;
	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:#fff;
	font-size:12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:4px;
	color:#fff;
	background-color:#5f8c21;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*850/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	max-width:1920px;
}
@media (max-width:767px){
	.nivo-directionNav{display: none;}
}
.nivo-directionNav>a{
	width:60px;
	height:60px;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: 22px;
	border-radius: 50%;;
}
.nivo-directionNav>a:hover{
	background-color: rgb(151 0 0 / 60%);
}

.nivo-controlNav{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	column-gap: 5px;
	overflow: hidden;
	width: auto;
	height: 30px;
	margin: auto;
	margin-top: -30px;
}
.nivo-controlNav>a{
	display: block;
	width:20px;
	height:10px;
	border-radius: 2px;
	margin: unset;
}
.nivo-controlNav a.active{background-color: #f90;}
#banner{
	display:none;
}
.banner_main{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top：0px;
	bottom: 0px;;
}
.banner_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#fff;
	text-align:center;
}
.banner_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:4.2rem;
	white-space:nowrap;
	font-weight:bold;
}

.banner_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.4rem;
}
@media (max-width:480px){
	.banner_name{
		font-size:2rem;
	}
	.banner_miaoshu{
		font-size:1rem;
	}
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.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:grid;
	grid-template-columns:auto auto;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	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;
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){#mm{display:flex;display:-webkit-flex;}}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:100%;
	height:100%;
	position:fixed;
	left: 0px;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:0px;
	z-index:2002;
	background-color:rgba(0,0,0,0.9);
	box-sizing:border-box;
	overflow: auto;
}
#mm_thead{
	display:flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

#mm_thead:before{
	display:block;
	overflow:hidden;
	width:30px;
	height:30px;
	line-height:30px;
	color:#999;
	font-size:20px;
	text-align:center;
	float:right;
	border-radius: 5px;
	border: 1px solid #999;
}
#mm_thead:hover:before{
	background-color: #222;
}
.m_thead_0{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
	
}
.m_name_0,a.m_name_0{
	font-weight: bold;
	font-size: 1.2rem;
}
a.m_name_0{
	padding-bottom: 5px;
}
.m_tbody{
	margin-top:10px;
	margin-bottom: 10px;
}
#mm_tbody{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	color: #888;
}
#mm_tbody a{color: #888;}
.m_tb{
	display:block;
	overflow:hidden;
	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;
}
.m_tbody {font-size:12px;}
a.m_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

a.m_fold{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	width:20px;
	height:20px;
	border-radius: 2px;
	background-color: #333;
	font-size: 1.2rem;
}

.youshi_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#f4f4f4;
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width:767px){
	.youshi_back{padding:10px;}
}
.youshi_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
.youshi_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#333;
}
.youshi_title>span{
	color:#5f8c21;
}
.youshi_miaoshu{
	font-size:1.1rem;
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
}
.youshi_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#666;
}
#youshi{
	display:grid;
	grid-template-columns:auto 30%;
	column-gap:40px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){
	#youshi{
		grid-template-columns:auto;
		padding:10px;
	}
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:auto;
}
.youshi_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:60px;
}

.youshi_tb{
	display:grid;
	grid-template-columns:15% auto;
	align-items:center;
	column-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
}
.youshi_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:100%;
	border-right:1px solid #ddd;
	text-align:center;
	font-size:4.2rem;
	font-weight:bold;
	color:#5f8c21;
	position:relative;
}
.youshi_index:after{
	content:"";
	width:10px;
	height:10px;
	display:block;
	position:absolute;
	right:-5px;
	top:0px;
	bottom:0px;
	margin:auto;
	background-color:#ddd;
	border-radius:50%;
}
@media (max-width:480px){
	.youshi_index{
		font-size:2.2rem;
	}
	
}
.youshi_right{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:30px;
}
@media (max-width:480px){
	.youshi_right{
		padding:10px;
	}
}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
	font-weight:bold;
}
.youshi_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

.fazhan_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#5f8c21;
}
.fazhan_list{
	display:grid;
	grid-template-columns:25% 25% 25% 25%;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){
	.fazhan_list{
		grid-template-columns:50% auto;
	}
}
.fazhan_list>div:last-child>.fazhan_tb:after{
	display:none;
}
@media (max-width:767px){
	.fazhan_list>div:nth-child(even)>.fazhan_tb:after{display:none;}
}
.fazhan_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
	text-align:center;
	padding:30px;
	position:relative;
}
.fazhan_tb:after{
	content:"";
	display:block;
	width:0px;
	height:50%;
	border-right:1px dotted #fff;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
}
.fazhan_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:3.4rem;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2;
}
.fazhan_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	line-height:1.2;
}

#quandi_css{display:none;}