﻿@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;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
html{
  margin:auto;
  height:100%;
  width:100%;
  overflow:auto;
  display:block;
  overflow-x:hidden;
  font-size:12px;
  line-height:1.8;
  font-family:"微软雅黑";
  color:#333;
}
body{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
 
  background-color:#F0F0F0;
}
p, span, form{
  padding:0px;
  margin:auto;
}
a:link, a:visited{
  color:#333;
  text-decoration:none;
  font-size:1rem;
}
a:hover, a:active{
  color:#f00;
  text-decoration:none;
   font-size:1rem;
  font-family:"微软雅黑";
}

#quan_head{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
#quan_head_tbody{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto;
  align-items:center;
  width:auto;
  max-width:1000px;
}
@media (max-width:767px){#quan_head_tbody{ grid-template-columns:auto 50px;}}
#quan_body{
  margin:auto;
  height:auto;
  width:auto;
  max-width:1000px;
  overflow:hidden;
  display:grid;
  grid-template-columns:200px auto;
  row-gap:10px;
  column-gap:10px;
  margin-top:10px;
  margin-bottom:10px;
}
@media (max-width:767px){#quan_body{grid-template-columns:auto;}}
#quan_foot{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  background-color:#51d531;
  color:#fff;
  max-width:1000px;
}
#quan_foot *{
  color:#fff;
}
#quan_foot a{
  color:#fff;
}
#quan_left{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
#quan_center{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
#quandi_top{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  max-width:1000px;
  margin-top:10px;
  margin-bottom:10px;
}
#quandi_top * {max-width:100%;height:auto;}
.top_tb{
  height:auto;
  width:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns:80px auto;
  align-items:center;
  column-gap:10px;
  width:auto;
}
.top_tb_1{
  height:auto;
  width:auto;
  grid-template-columns:auto;
}
@media (max-width:767px){.top_tb{grid-template-columns:50px auto;}.top_tb_1{display:none;}}


.top_right{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  width:auto;
}
.top_pic{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  max-width:100%;
}
.top_name{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  color:#3fcb24;
  font-weight:bold;
  font-size:34px;
  white-space:nowrap;
  line-height:120%;
  transition:all 0.4s;
}
.top_miaoshu{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  color:#3fcb24;
  font-weight:bold;
  font-size:12px;
  white-space:nowrap;
  line-height:120%;
  text-transform:uppercase;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:3px;
  transition:all 0.4s;
}
@media (max-width:767px){.top_name{font-size:26px;}.top_miaoshu{display:none;}}
@media (max-width:480px){.top_name{font-size:21px;}.top_miaoshu{display:none;}}
.top_name_1{
	width:auto;
	height:auto;
	line-height:1.2;
	margin:auto;
	font-size:16px;
	text-align:center;
}
.top_miaoshu_1{
	width:auto;
	height:auto;
	line-height:1.2;
	margin:auto;
	font-size:26px;
	display:block;
	letter-spacing:unset;
	text-align:center;
}
#quandi_nav{
  margin:auto;
  height:auto;
  max-width:1000px;
  width:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto auto auto auto auto auto auto auto auto;
  position:relative;
  background-color:#51d531;
  background-image:linear-gradient(0deg,#51d531,#46c228);
  background-repeat:repeat-x;
  border-radius:5px 5px 0px 0px;
}
@media (max-width:767px){#quandi_nav{display:none;}}
.nav_item{
  height:auto;
  width:auto;
  display:block;
}
a.nav_name{
  color:#fff;
  font-size:14px;
  text-align:center;
  display:block;
  width:auto;
  height:100%;
  line-height:50px;
}
a.nav_name:before{
	width:0px;
	height:100%;
	display:block;
	margin:auto;
	overflow:hidden;
	content:"";
	border-left:1px solid #85e86d;
	float:left;
}
a.nav_name:after{
	width:0px;
	height:100%;
	display:block;
	margin:auto;
	overflow:hidden;
	content:"";
	border-right:1px solid #42ad28;
	float:right;
}
a.nav_hover{
  color:#fff;
  font-size:14px;
  text-align:center;
  display:block;
  width:auto;
  height:100%;
  line-height:50px;
   background-image:linear-gradient(0deg,#46c228,#51d531);
}
a.nav_hover:before{
	width:0px;
	height:100%;
	display:block;
	margin:auto;
	overflow:hidden;
	content:"";
	border-left:1px solid #85e86d;
	float:left;
}
a.nav_hover:after{
	width:0px;
	height:100%;
	display:block;
	margin:auto;
	overflow:hidden;
	content:"";
	border-right:1px solid #42ad28;
	float:right;
}

#quandi_banner{
  margin:auto;
  height:300px;
  width:auto;
  max-width:1000px;
  overflow:hidden;
  display:block;
  position:relative;
  text-align:center;
  transition:all 0.4s;
}
@media (max-width:767px){#quandi_banner{height:250px;}}
@media (max-width:480px){#quandi_banner{height:200px;}}
@media (max-width:375px){#quandi_banner{height:120px;}}
.banner_pic{
  display:block;
  overflow:hidden;
  margin:auto;
  width:100%;
  height:100%;
  background-position:top center;
  background-size:cover;
  background-repeat:no-repeat;
}
.tb_main_tb{
  display:block;
  overflow:hidden;
  margin:auto;
  background-color:#fff;
  overflow:hidden;
  border:1px solid #ccc;
  border-radius:5px;
  margin-bottom:10px;
}
.tb_main_thead{
  height:30px;
  line-height:30px;
  display:block;
  width:auto;
  text-align:left;
  color:#333;
  background-image:url(images/tr.png);
  background-position:bottom;
  background-repeat:repeat-x;	
  border-bottom:1px solid #ccc;
  font-size:14px;
  font-weight:bold;
  padding:5px;
  white-space:nowrap;
}
.tb_main_tbody{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  padding:10px;
  text-align:left;
}
.tb_loc_thead{
  height:30px;
  line-height:30px;
  display:block;
  width:auto;
  text-align:left;
  color:#333;
  background-color:rgb(240,240,240);
  background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
  background-position:bottom;
  background-repeat:repeat-x;	
  border-bottom:1px solid #ccc;
  font-size:12px;
  padding:5px;
  white-space:nowrap;
}


#sub{
 
}
#sub_tbody{
  margin:auto;
  height:auto;
  width:100px;
  overflow:hidden;
  display:none;
  position:absolute;
  top:0px;
  z-index:1000;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:0px 0px 5px 5px;
  box-shadow:3px 2px 5px 0px #aaa;
}
.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{
  background-color:#efefef;
}
.sub_item>a{
  font-size:12px;
}
#quandi_link{
  display:none;
}
/*标签*/
/*全国热线*/
#quandi_welcome{
  width:290px;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  float:right;
  padding:10px;
  padding-left:0;
}
#quandi_welcome_thead{
  width:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  color:#fff;
  font-size:14px;
  text-align:left;
  line-height:40px;
  border-bottom:1px solid #fff;
}
#quandi_welcome_tbody{
  width:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  padding-top:10px;
  padding-bottom:10px;
}
/*网站地图*/
#quandi_copy{
  color:#fff;
  text-align:center;
  padding-bottom:20px;
  display:block;
  width:auto;
  height:auto;
  margin:auto;
}



#quandi_bottom{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  clear:both;
  padding-top:20px;
}
#quandi_bottom_thead,#quandi_bottom_tfoot{display:none;}
.pagebar{
  display:grid;
  grid-template-columns:auto auto;
  column-gap:10px;
  row-gap:10px;
  width:auto;
  height:auto;
  margin:auto;
  overflow:hidden;
}
.pagebar_left{
  display:block;
  width:auto;
  text-align:left;
  height:auto;
  margin:unset;
  padding:10px;
}
.pagebar_right{
  display:block;
  width:auto;
  text-align:right;
  height:auto;
  margin:unset;
  padding:10px;
}
@media (max-width:767px){
	.pagebar{grid-template-columns:auto;}
	.pagebar_left,.pagebar_right{text-align:center;}
}
a.bt_page{
  display:inline-block;
  width:auto;
  height:auto;
  margin:auto;
  overflow:hidden;
  padding:0px;
  border:1px solid #333;
  height:26px;
  line-height:26px;
  width:60px;
  text-align:center;
  user-select:none;
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
  letter-spacing:0px;
  transition:all 0.4s;
}
a.bt_page:hover{
  background-color:#333;
  color:#fff;
}
#quandi_cate{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:5px;
  margin-bottom:10px;
}
#quandi_cate_thead{
  height:30px;
  line-height:30px;
  display:block;
  width:auto;
  text-align:left;
  color:#333;
  background-color:rgb(240,240,240);
  background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
  background-position:bottom;
  background-repeat:repeat-x;	
  border-bottom:1px solid #ccc;
  font-size:14px;
  font-weight:bold;
  padding:5px;
  white-space:nowrap;
}
#quandi_cate_tbody{
  display:flex;
  display:-webkit-flex;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  padding:10px;
}
@media (max-width:767px)
{
	#quandi_cate_tbody{flex-direction:row;}
}
/*左侧导航*/
.cate_tb{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  border-bottom:1px dashed #ccc;
  transition:all 0.4s;
  padding-top:5px;
  padding-bottom:5px;
  margin:5px;
}
.cate_item{
  display:block;
  width:100%;
  height:auto;
  overflow:hidden;
}
@media (max-width:767px)
{
	.cate_item{width:50%;}
}
.cate_tb:hover{
  padding-left:20px;
}
a.cate_name{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
}
a.cate_name:before{
  font-family:"FontAwesome";
  width:20px;
  height:20px;
  display:block;
  overflow:hidden;
  content: "\f0da";
  float:left;
}
#quandi_contact{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:5px;
  margin-bottom:10px;
}
#quandi_contact_thead{
  height:30px;
  line-height:30px;
  display:block;
  width:auto;
  text-align:left;
  color:#333;
  background-color:rgb(240,240,240);
  background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
  background-position:bottom;
  background-repeat:repeat-x;	
  border-bottom:1px solid #ccc;
  font-size:14px;
  font-weight:bold;
  padding:5px;
  white-space:nowrap;
}
#quandi_contact_tbody{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  padding:10px;
}
#mm{
	display:none;
	overflow:hidden;
	width:50px;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){#mm{display: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(255,255,255,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:#000;
	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;
}
.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;
}
#quandi_ico,#quandi_css{display:none;}