﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	max-width:100%;
	max-height:100%;
	transition:all 0.4s;
	transform:scale(1,1);
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
html{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
	font-size:12px;
	line-height:2;
	color:#fff;
	font-family:"微软雅黑";
}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#040c17;
	font-size:1rem;
}
p,form{padding:0px;margin:auto;}
a:link,a:visited{
	color:#333;
	text-decoration:none;
	font-size:1rem;
}
a:hover,a:active{
	color:#f60;
	text-decoration:none;
	font-size:1rem;
}
#quan_head{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#061326;
}
#quan_head_tbody{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto;
	margin:auto;
	max-width:86%;
}
@media (max-width:767px){
	#quan_head_tbody{grid-template-columns:auto 40px;max-width:100%;}
}
#quan_body{
	margin:auto;
	height:auto;
	width:auto;
	max-width:86%;
	overflow:hidden;
	display:grid;
	grid-template-columns:200px auto;
	column-gap:20px;
	row-gap:20px;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #fff;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}
@media (max-width:767px){#quan_body{grid-template-columns:auto;padding:10px;}}
#quan_left{
	height:auto;
	width:auto;
	overflow:hidden;
}
@media (max-width:480px){#quan_left{display:none;}}
#quan_center{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}
#quan_foot{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#111;
	color:#fff;
	padding-top:20px;
}
@media (max-width:480px){#quan_foot{padding:10px;}}
#quan_foot *{color:#fff;}
#quan_foot a{color:#fff;}
#quan_foot_tbody{
	max-width:86%;
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	column-gap:20px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		justify-content:center;
	}
}
.back{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	background-color:#000;
}


#quandi_top{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	position:relative;
}
#quandi_top *{max-width:100%;height:auto;}
#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:100%;
	height:100%;
	position:fixed;	
	right:0px;
	top:0px;
	bottom:0px;
	font-size:0px;
	z-index:2002;
	background-color:#061326;
	box-sizing:border-box;
	color:#fff;
}
#mm_tb * {color:#fff;}
#mm_tb a{color:#fff;}
#mm_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#mm_thead:before{
	display:block;
	overflow:hidden;
	margin:auto;
	width:50px;
	height:50px;
	line-height:50px;
	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;
	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:block;
	overflow:hidden;
	width:auto;
	height:auto;
	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_nav{
	height:auto;
	width:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto auto;
}
@media(max-width:767px){#quandi_nav{display:none;}}
.nav_item{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
}


a.nav_name{
	color:#fff;
	font-size:14px;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:80px;
}
a.nav_name:hover{
	background-color:#333;
}
a.nav_hover{
	color:#fff;
	font-size:14px;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	line-height:80px;
	background-color:#333;
}
.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-color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	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:50px;
	border-bottom:1px solid #333;
}
#quandi_contact{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}

#quandi_contact_thead{
	width:auto;
	height:30px;
	line-height:30px;
	display:block;
	margin:auto;
	overflow:hidden;
	padding:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-color:#061326;
	color:#fff;
}
#quandi_contact_tfoot{display:none;}
#quandi_contact_tbody{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}
#quandi_cate{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
}
#quandi_cate_thead{
	width:auto;
	height:30px;
	line-height:30px;
	display:block;
	margin:auto;
	overflow:hidden;
	padding:10px;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	background-color:#061326;
	color:#fff;
}
#quandi_cate_tbody{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	margin:auto;
	overflow:hidden;
	padding:20px;
	text-align:center;
}
#cate{
	width:100%;
	height: 40px;
	display: none;
	overflow: hidden;
	margin: auto;
	outline: none;
	border: 1px solid #ddd;
}
@media (max-width:767px){
	#quandi_cate_tbody{display: none;}
	#cate{
		display: block;
	}
}
.cate_item{
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	position:relative;
}
a.cate_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
	color: #000;
}
a.cate_hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	padding:10px;
	color: #000;
}

#quandi_banner{
	margin:auto;
	height:650px;
	width:auto;
	overflow:hidden;
	display:block;
}
@media (max-width:480px){#quandi_banner{height:300px;}}
#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{
	
}
.sub_item>a{
	color:#fff;
	font-size:12px;
}
.sub_item:hover>a{
	color:#fff;
}

#quandi_link{display:none;}
#quandi_bottom_back{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#000;
}
#bottom{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto auto;
	column-gap:10px;
	row-gap:10px;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	max-width:86%;
	margin:auto;
	padding:10px;
}
@media (max-width:480px){
	#bottom{grid-template-columns:auto;justify-content:center;}
}
#quandi_wx{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
#quandi_wx_thead{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	border-bottom:1px solid #666;
	font-size:14px;
	line-height:40px;
}
#quandi_wx_tbody{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
#quandi_wx_tbody *{max-width:100%;height:auto;}
/*标签*/
#quandi_tel{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
#quandi_tel_thead{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	border-bottom:1px solid #666;
	font-size:14px;
	line-height:40px;
}
#quandi_tel_tbody{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
#quandi_daohang{
	margin:auto;
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:calc(25% -  60px/4) calc(25% -  60px/4) calc(25% -  60px/4) calc(25% -  60px/4);
	row-gap:20px;
	column-gap:20px;
	overflow:hidden;
	padding:10px;
	max-width:86%;
	margin-top:20px;
	margin-bottom:20px;
}

@media (max-width:767px)
{
	#quandi_daohang{
		grid-template-columns:auto;
	}
}

.daohang_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
	line-height:40px;
	border-bottom:1px solid #333;
}
.daohang_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:10px;
}
.daohang_miaoshu ul{
	padding:0px;
	margin:auto;
}
.daohang_miaoshu li{
	list-style-position:inside;
}
#quandi_welcome_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#000;
}
.welcome{
	width:auto;
	height:20px;
	line-height:20px;
	overflow:hidden;
	display:block;
	margin:auto;
	color:#fff;
	max-width:86%;
	padding:10px;
}

.tb_bottom{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_bottom_thead{
	font-size:14px;
	text-align:left;
	padding-bottom:10px;
	line-height:20px;
	text-align:left;
	border-bottom:1px solid #666;
	color:#666;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.tb_bottom_tbody{
	color:#666;
	display:block;
	overflow:auto;
	width:auto;
	height:110px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}
.tb_bottom_tbody *{
	padding:0px;
	margin:auto;
	font-size:12px;
	color:#666;
}
.tb_bottom_tbody * a{font-size:12px;color:#666;}
/*网站地图*/
#quandi_copy{
	background-color:#000;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	
}
#quandi_copy a{
	color:#fff;
}
.pagebar{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	row-gap:10px;
	column-gap:10px;
	align-items:center;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:480px){
	.pagebar{grid-template-columns:auto;justify-content:center;}
}
.pagebar_left,.pagebar_right{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
a.bt_page{
	width:40px;
	height:20px;
	line-height:20px;
	padding:5px;
	margin:2px;
	display:inline-block;
	border:1px solid #ccc;
	text-align:center;
}
a.bt_page:hover{
	border:1px solid #333;
	background-color:#333;
	color:#fff;
}
.msg_thead{color:#000;}
.msg_tbody{color:#000;}