﻿@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;
	padding:10px;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p,form{margin:auto;padding:0px;}
textarea{
	font-family: Arial, Helvetica, sans-serif;
}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#000;
	font-size:14px;
	line-height:2;
	font-family:Arial, Helvetica, sans-serif;
	word-break:break-word;
}
@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;
	padding-top:80px;
	font-family:Arial, Helvetica, sans-serif;
}
@media (max-width:767px){body{padding-top:0px;}}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#000;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}
.back{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
}
.wmax{
	max-width:86%;
	margin:auto;
	padding:10px;
	margin-top:40px;
	margin-bottom:40px;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	border-bottom:1px solid #ddd;
}
.loc_tb{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
	column-gap:10px;
	margin:auto;
	max-width:86%;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}
#quandi_contact{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_contact{display:none;}}
#quandi_contact_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#4cb032;
	height:30px;
	text-align:center;
	padding:10px;
	color:#fff;
	font-weight:bold;
}
#quandi_contact_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
}
#quandi_contact_tbody *{max-width:100%;height:auto;}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-bottom:50px;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	line-height:2;
	text-align:center;
	font-weight:bold;
	font-size:2.5rem;
	text-transform:uppercase;
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:30px;
}

#cate{
	height:50px;
	width:100%;
	overflow:hidden;
	display:none;
	border-bottom:1px solid #ddd;
	padding:10px;
	outline:none;
}
@media (max-width:767px){
	#quandi_cate_tbody{display:none;}
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: auto;
	height: 40px;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:left;
	line-height:40px;
	font-size:1.2rem;
	background-color:#eee;
	border-radius:20px;
	white-space:nowrap;
	padding-left:40px;
	padding-right:40px;
}
a.cate_name:hover{background-color:#4cb032;color:#fff;}
a.cate_hover{
	margin: auto;
	height: 40px;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:left;
	line-height:40px;
	font-size:1.2rem;
	background-color:#eee;
	border-radius:20px;
	white-space:nowrap;
	padding-left:40px;
	padding-right:40px;
	background-color:#4cb032;
	color:#fff;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:80px;
	z-index:200;
	position:fixed;
	background-color:#fff;
	left:0px;
	right:0px;
	top:0px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);
}
@media (max-width:767px){
	#quan_head{position:static;}
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:35% auto;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:86%;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto;justify-content:center;}}
#quan_body{
	display:block;
	margin:auto;
	width:auto;
	max-width:86%;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}

#quan_center{
	width:auto;
	height:auto;
	display:block;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:calc(75% - (20px/2)) calc(25% - (20px/2));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:86%;
	margin:auto;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px)
{
	#quan_foot_tbody{
		grid-template-columns:auto;
	}
}
@media (max-width:480px)
{
	#quan_foot_tbody{
		grid-template-columns:auto;
		padding:10px;
	}
}
#quandi_daohang{
	display:grid;
	grid-template-columns:calc(30% - (40px/3)) calc(30% - (40px/3)) calc(40% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	
}
@media (max-width:767px)
{
	#quandi_daohang{
		grid-template-columns:auto;
	}
}
.daohang_miaoshu *:before{color:#4cb032;margin-right:10px;}
.daohang_miaoshu ul,.daohang_miaoshu ol{margin:auto;padding:0px;list-style-position:inside;}
.daohang_miaoshu *::marker {color:#4cb032;}
#footer{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-top:1px dotted #ccc;
}
#footer_tbody{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	max-width:86%;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px)
{
	#footer_tbody{
		grid-template-columns:auto;
		justify-content:center;
	}
}
.footer_title{
	font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
}
.footer_title:after{
	content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background: #4cb032;
    top: 120%;
    display: block;
    left: 0;
}
.footer_tbody{
	display:block;
	margin:auto;
	margin-top:40px;
}

#qd_mail{
	border:1px solid #666;
	background-color:transparent;
	outline:none;
	height:40px;
	line-height:40px;
	width:95%;
	margin-top:20px;
	margin-bottom:20px;
}
#bt_mail{
	color:#fff;
	background-color:#333;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	transition:all 0.4s;
}
#bt_mail>i{
	margin-left:10px;
}
#bt_mail:hover{
	transition:all 0.4s;
	transform:scale(1.1,1.1);
	background-color:#f90;
}
#quandi_bottom{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
a.link_ico{
	width:50px;
	height:50px;
	background-color:#4cb032;
	color:#fff;	
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.6rem;
	border-radius:50%;
}
a.link_ico:hover{
	background-color:#064e96;
}
.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.link{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#fff;
}
#tel{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#222;
	color:#999;
	font-size:12px;
	
}
#quandi_tel{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	width:auto;
	max-width:86%;
	height:auto;	
	margin:auto;
	padding:5px;
}
#quandi_search{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_search:hover>#keywords{
	width:150px;
	transition:all 0.4s;
	opacity:1;
}
#keywords{
	width:0px;
	height:24x;
	line-height:24px;
	border-radius:2px;
	transition:all 0.4s;
	border:1px solid #999;
	background-color:transparent;
	color:#999;
	opacity:0;
}
#bt_search{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	color:#999;
	font-size:1.2rem;
}
.tel_email:before{margin-right:10px;}

.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:80px;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto;
	overflow:hidden;
	width:auto;
	height:100%;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}
.nav_item>a.on{
	border-bottom:4px solid #4cb032;
}
a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	border-bottom:4px solid #4cb032;
}

a.nav_name:hover{
	border-bottom:4px solid #4cb032;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:18px;
	text-transform:uppercase;
	box-sizing:border-box;
	border-bottom:0px solid #4cb032;
	font-weight:bold;
}
#sub_tbody{
	width:auto;
	width:auto;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	display:none;
	z-index:1001;
	border:1px solid #ddd;
	border-top:2px solid #4cb032;
}
.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:left;
	padding:5px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
	padding:5px;
	color:#fff;
	background-color:#4cb032;
	padding-left:10px;
	padding-right:10px;
}
#quandi_fla{
	display:block;
	width:auto;
	height:calc(100vw*700/1920);
	max-width:1920px;
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
.banner_pic{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.title{
	font-size:3rem;
	color:#333;
	text-shadow:0px 0px 5px rgba(255,255,255,1);
	display:block;
	margin:auto;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.title:after{
	
}
.banner{
	display:flex;
	width:100%;
	height:300px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#f5f5f5;
}
@media (max-width:480px){
	.banner{height:120px;}
}
.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;
	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:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	border-top:1px solid #ddd;
}
@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:18px;
	font-weight:bold;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	border-top:1px solid #ddd;
}
.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;
}
.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;
}

.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;
}
.yuan{
	 text-align:center; 
	 border:2px solid #4cb032; 
	 border-radius: 50%;
	 padding:20px;
	 line-height:1.2;
width:33.3%!important;
white-space:nowrap;
}
#quandi_css{display:none;}