﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.tb_img{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	max-width:100%;
	max-height:100%;
	transition:all 0.4s;
	transform:scale(1,1);
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.1,1.1);
}
html{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
	font-size:14px;
	line-height:1.8;
	font-family:"微软雅黑";
	color:#0c783c;
}
@media (max-width:480px){html{font-size:12px;line-height:1.5;}}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	font-size:1rem;
}
p,span,form,img{padding:0px;margin:auto;}
a:link,a:visited{
	color:#0c783c;
	text-decoration:none;
	font-size:14px;
	font-family:"微软雅黑";
}
a:hover,a:active{
	color:#f00;
	text-decoration:none;
	font-size:1rem;
}
#quan_head{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#0c783c;
    background-image:linear-gradient(45deg, #012519, #00612e,#022217);
}
#quan_head_tbody{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:350px auto;
	align-items:center;
	max-width:1200px;
}
@media (max-width:767px){
	#quan_head_tbody{grid-template-columns:auto 50px;justify-content:space-around;}
}
#quan_body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	max-width:1200px;
}
@media (max-width:767px){#quan_body{padding:10px;}}
#quan_foot{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#0c783c;
	background-image:linear-gradient(45deg, #012519, #00612e,#022217);
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}
@media (max-width:767px){#quan_foot{padding:10px;}}
#quan_foot_tbody{
	margin:auto;
	height:auto;
	width:auto;
	max-width:1200px;
	overflow:hidden;
	display:block;
}
#quan_foot *{color:#fff;}
#quan_foot a{color:#fff;}
#quan_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:1200px;
	margin-top:40px;
	padding-bottom:40px;
}
#quan_center{
	margin:auto;
	height:auto;
	width:auto;
	max-width:1200px;
	overflow:hidden;
	display:block;
}
.logo{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	max-width:100%;
}

#quandi_nav{
	height:auto;
	width:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto;
	align-items:center;
}
@media (max-width:767px){#quandi_nav{display:none;}}

.nav_item{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}

a.nav_name{
	font-size:16px;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:80px;
	font-weight:bold;
	color:#fff;
}
a.nav_hover{
	font-size:16px;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:80px;
	font-weight:bold;
	background-color:#333;
}
a.nav_name:hover{
	font-size:16px;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:80px;
	font-weight:bold;
	background-color:#096030;
}


.h1{
	font-size:24px;
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	line-height:30px;
}
.h2{
	font-size:14px;
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	line-height:20px;
	color:#999;
}
.tb_main_tb{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	padding:10px;
}
.tb_main_thead{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding:5px;
	line-height:30px;
	color:#fff;
	border-bottom:1px solid #7e828d;
}
.tb_main_tbody{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}

#quandi_cate{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
}
@media (max-width:767px){
	#quandi_cate{grid-template-columns:auto;justify-content:center;}
}
#quandi_cate_thead{
	display:block;
	width:auto;
	height:auto;
	text-align:left;
	white-space:nowrap;
	font-size:1.8rem;
}
@media (max-width:767px){#quandi_cate_thead{display:none;}}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_cate_tbody{
		display:grid;
		grid-template-columns:auto auto auto;
		align-items:center;
	}
}
.cate_item{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}

a.cate_name{
	display:block;
	width:auto;
	height:auto;
	line-height:20px;
	overflow:hidden;
	margin:5px;
	text-align:center;
	border:1px solid #ccc;
	padding:10px;
}
a.cate_hover{
	display:block;
	width:auto;
	height:auto;
	line-height:20px;
	overflow:hidden;
	margin:5px;
	text-align:center;
	border:1px solid #0c783c;
	color:#0c783c;
	padding:10px;
}

#quandi_banner{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	position:relative;
}
#sub{
	
}
#sub_tbody{
	margin:auto;
	height:auto;
	width:120px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
	z-index:1000;
	background-color:#333;
	color:#fff;
}
.sub_item{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	transition:all 0.4s;
}
.sub_item:hover{
	
}
a.sub_name{
	font-size:12px;
	color:#fff;
}

#quandi_link{
	height:auto;
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
}
a.link_name{
	height:auto;
	display:block;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
}
a.link_name:after{
	height:auto;
	display:inline-block;
	overflow:hidden;
	content:"|";
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
}
@media (max-width:767px){
	a.link_name{padding-left:10px;padding-right:10px;}
	a.link_name:after{display:none;}
}
a.link_name:last-child:after{display:none;}
/*标签*/
#quandi_tel{
	width:300px;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	float:left;
}

#quandi_tel_tbody *
{
	
}

#quandi_welcome{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	
}
#quandi_welcome_tbody{	max-width:1200px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	display:block;
	margin:auto;
}
.copy{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}


/*网站地图*/
#quandi_copy{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	padding:10px;
}
.pagebar{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	row-gap:10px;
	column-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:40px;
	margin-top:20px;
}
@media (max-width:767px){
	.pagebar{grid-template-columns:auto;justify-content:center;}
}
a.bt_page{
	display:inline-block;
	width:80px;
	height:40px;
	line-height:40px;
	margin:2px;
	overflow:hidden;
	border:1px solid #333;
	text-align:center;
	user-select:none;
	font-size:1rem;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0px;
	transition:all 0.4s;
}
a.bt_page:hover{
	background-color:#333;
	color:#fff;
}
#quandi_daohang{
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}

a.daohang_name{
	width:auto;
	height:16px;
	line-height:16px;
	margin:auto;
	overflow:hidden;
	display:inline-block;
	color:#ccc;
	text-align:center;
	border-right:1px solid #666;
	padding-left:20px;
	padding-right:20px;
}
a.daohang_name:last-child{border-right:none;}
a.daohang_name:hover{
	color:#06C!important;
	font-weight:bold;
}

/**/
#quandi_bottom{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
#quandi_bottom_thead,#quandi_bottom_tfoot{display:none;}
#quandi_bottom_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	
}
#quandi_bottom_tbody *{
	line-height:200%;
}

#top{
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:10px;
	bottom:10px;
	margin:auto;
	border:1px solid #ccc;
	border-radius:50%;
	background-color:#fff;
	cursor:pointer;
	z-index:2000;
}
#top:hover{
	background-color:#333;
	color:#fff;
	border:1px solid transparent;
}
#top:before{
	font-family: 'FontAwesome';
	content: "\f106";
	display:block;
	width:auto;
	height:auto;
	line-height:40px;
	text-align:center;
	font-size:30px;
}
@media (max-width:767px){#top{display:none;}}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	color:#fff;
	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: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.9);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
	box-sizing:border-box;
}
#mm_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,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;
	
	vertical-align:top;
	box-sizing:border-box;
}
.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;
	color:#fff;
}
.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;
	color:#fff;
}

.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;
	color:#fff;
}
#quandi_ico,#quandi_css{display:none;}