﻿@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%;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.item{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	padding:5px;
}
html{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:auto;
	display:block;
	font-size:12px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fafafa;
}
p,span,form{padding:0px;margin:auto;}
a:link,a:visited{
	color:#333;
	text-decoration:none;
	font-size:12px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover,a:active{
	color:#f00;
	text-decoration:none;
	font-size:12px;
	line-height:150%;
	font-family:"微软雅黑";
}

#quan_head{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	box-shadow:0px 2px 5px 0px #999;
}
#quan_head_tbody{
	margin:auto;
	height:auto;
	width:1100px;
	overflow:hidden;
	display:grid;
	grid-template-columns:420px auto;
	column-gap:20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#quan_body{
	margin:auto;
	height:auto;
	width:1100px;
	display:grid;
	grid-template-columns:200px auto;
	column-gap:20px;
	box-sizing:border-box;
	margin-top:20px;
	margin-bottom:20px;
}
#quan_foot{
	margin:auto;
	height:auto;
	width:1100px;
	overflow:hidden;
	display:block;
	background-color:#333;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
#quan_foot_tbody{
	margin:auto;
	height:auto;
	width:1100px;
	overflow:hidden;
	display:block;
}
#quan_foot_tbody *{color:#fff;}
#quan_foot_tbody a{color:#fff;}
#quan_left{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}
#quan_center{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	padding:10px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #aaa;
}
#quandi_top{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}

.top_tb{
	height:auto;
	width:auto;
	display:grid;
	grid-template-columns:70px auto;
	align-items:center;
	column-gap:10px;
}
.logo{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}
.top_right{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}
.top_name{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	font-size:24px;
	line-height:1.2;
	font-weight:bold;
	color:#444b5d;
}
.top_miaoshu{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	font-size:10px;
	line-height:120%;
	color:#444b5d;
	text-transform:uppercase;
}
#quandi_nav_back{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	border: 1px solid #ddd;
}
#quandi_nav{
	height:auto;
	width:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto auto;
	align-items:center;
	max-width: 1100px;
	margin: auto;
}
.nav_item{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}
a.nav_name{
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:40px;
	font-size:14px;
	text-transform: uppercase;
}
a.nav_name:hover{
	background-color:#333;
	color: #fff;
}
a.nav_hover{
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:40px;
	font-size:14px;
	background-color:#333;
	color: #fff;
	text-transform: uppercase;
}
.tb_main_tb{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}
.tb_main_thead{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-image:url(images/nav_back.png);
	background-repeat:repeat-x;
	background-color:#21b65a;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding:5px;
	line-height:30px;
}
.tb_main_tbody{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	padding:5px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
.tb_loc_thead{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:40px;
	border-bottom:1px solid #ddd;
}
#quandi_contact{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#444b5d;
	padding:10px;
}
#quandi_contact_thead{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:center;
}
#quandi_contact_title{
	margin:auto;
	height:40px;
	line-height:40px;
	width:auto;
	overflow:hidden;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#quandi_contact_miaoshu,#quandi_contact_tfoot{display:none;}
#quandi_contact_tbody{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	max-height:100%;
	color:#fff;
}
#quandi_contact_tbody *{color:#fff;}
#quandi_contact_tbody * a{color:#fff;}
#quandi_cate{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	padding:10px;
	background-color:#444b5d;
}
#quandi_cate_thead{
	margin:auto;
	height:40px;
	line-height:40px;
	width:auto;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #aaa;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#quandi_cate_tbody{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}

.cate_item{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
}
a.cate_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#fff;
	transition:all 0.4s;
	border:1px dotted #999;
	padding:4px;
}
a.cate_hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	color:#333;
	transition:all 0.4s;
	border:1px dotted #999;
	padding:4px;
}
a.cate_name:hover{
	background-color:#fff;
	color:#333;
	font-size:14px;
}

.banner_list{
	margin:auto;
	height:420px;
	width:auto;
	overflow:hidden;
	display:block;
	position:relative;
}

#sub_tbody{
	margin:auto;
	height:auto;
	width:120px;
	overflow:hidden;
	display:none;
	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{
	background-color:#666;
}
a.sub_name{
	color:#fff;
}

/*网站地图*/
#quandi_copy{
	color:#fff;
	text-align:center;
}
#quandi_copy>a{
	color:#fff;
}
@keyframes banner_a{
	from{
		margin-top:100px;
		opacity:0;
		transition:all 0.4s;
	}
	to{
		margin-top:0px;
		opacity:1;
		transition:all 0.4s;
	}
}
.pagebar{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagebar_left{
	display:flex;
	display: -webkit-flex;
	column-gap:5px;
	overflow:hidden;
	width:auto;
	height:auto;
}
.pagebar_right{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.bt_page{
	display:block;
	overflow:hidden;
	padding:5px;
	width:auto;
	min-width: 60px;
	height:auto;
	border:1px solid #333;
	text-align: center;
	white-space: nowrap;
}
a.bt_page:hover{
	background-color:#333;
	text-align:center;
	color:#fff;
}
#lan{
	display:block;
	overflow:hidden;
	width:auto;
	height: auto;
	background-color: #444b5d;
}
#lan_tb{
	display:flex;
	display: -webkit-flex;
	justify-content: flex-end;
	overflow:hidden;
	width:auto;
	height: auto;
	max-width: 1100px;
	margin: auto;
	column-gap: 5px;
}
#lan_tb>a{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eee;
}
#lan_tb>a:hover{
	background-color: #333;
	color:#fff;
}