﻿@charset "utf-8";
@import url(images/kf/quandi.css);
:root{
	--main_color:#00549d;
	--max_width:1200px;
	--fore_color:#fff;
	--margin_top:50px;
	--margin_bottom:50px;
}
.tb_img{
	margin:auto;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	object-fit: cover;
	object-position: top;
	
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p,form{margin:auto;padding:0px;}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#333;
	font-size:14px;
	line-height:2;
	font-family:Arial, Helvetica, sans-serif;
}
@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;
	word-break: break-word;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}


#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#welcome{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color: #eee;
	font-size: 12px;
}
#welcome_tb{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: var(--max_width);
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding: 5px;
}
#quan_head_tbody{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quan_head_tbody{
		grid-template-columns:auto;
		justify-content: unset;
		position:static;
		margin: auto;
	}
}
#quan_body{
	display:grid;
	grid-template-columns:220px auto;
	align-items:start;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quan_body{
		grid-template-columns:auto;
		margin: auto;
		padding: 10px;
	}
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	overflow: hidden;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
	color:#d9d9d9;
}
#quan_foot a{color:#d9d9d9;}
#quan_foot_foot{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width: var(--max_width);
}
@media (max-width:767px){
	#quan_foot_foot{
		flex-direction: column;
		padding: 10px;
		align-items: center;
	}
}
.ico_list{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
}
a.ico_ico{
	width:30px;
	height:30px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
a.ico_ico:hover{
	background-color: #222;
}
.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.copy a{font-size:12px;}

.search_tb{
	display:grid;
	grid-template-columns:auto 50px;
	overflow:hidden;
	width:auto;
	height:auto;
	
	padding: 10px;
}
#keywords{
	height:100%;
	width:100%;
	border:none;
	outline: none;
	background-color: transparent;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
	padding: 5px;
	box-sizing: border-box;
}
#keywords::placeholder{color: #fff;}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
	color:#fff;
	text-align:center;
	font-size:16px;
	background-color: var(--main_color);
}
#bt_search:hover{background-color:#f1a626;}
@media (max-width:767px){
	.search_tb{
		border-top: 1px solid #ddd;
	}
	#bt_search{
		height:40px;
		font-size:16px;
	}
}
.tel_list{
	display: flex;
	display: -webkit-flex;
	column-gap:20px;
	width:auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.tel_list{
		border-top:1px solid #ddd;
		padding: 10px;
	}
}
.tel_tb{
	display:grid;
	grid-template-columns: 40px auto;
	column-gap:10px;
	align-items: center;
	overflow:hidden;
	width:auto;
	white-space: nowrap;
}
.tel_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size:1.8rem;
	color:var(--main_color);
}
.tel_right{
	line-height: 1.2;
	width: auto;
	height: auto;
	overflow: hidden;
}
.tel_name{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
}
.tel_miaoshu{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
	font-size: 1.2rem;
}
.bottom_tb{
	display:grid;
	grid-template-columns:auto auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
	margin-top:50px;
}
.top_tb{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}

.top_logo{
	display:block;
	width:auto;
	height:60px;
	overflow:hidden;
	object-fit: cover;
}
@media (max-width:767px){
	.top_logo{height:50px;padding: 10px;}
}
.top_right{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.top_right{
		flex-direction: column;
		line-height: 1.2;
	}
}
.top_title{
	color:var(--main_color);
	font-size:1.5rem;
	font-weight:bold;
	white-space:nowrap;
}
@media (max-width:480px){
	.top_tb{column-gap:5px;}
	.top_title{
		white-space: normal;
		line-height: 1.2;
	}
}
.top_miaoshu{
	font-size:2rem;
	color:#333;
}
#quandi_nav_back{
	background-color:var(--main_color);
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){#quandi_nav_back{display:none}}

#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:60px;
	max-width:var(--max_width);	
	margin: auto;
}

.nav_item{
	width:auto;
	height:100%;
	display:block;
	text-align:center;
	overflow:hidden;
	position:relative;
}

a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#FFF;
	font-size:16px;
	background-color:#222;
}
a.nav_name:hover{
	color:#fff;
	background-color:#222;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#fff;
}
a.nav_on{
	color:#333!important;
	background-color:#ff0;
}
#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#222;
	display:none;
	z-index:1001;
}
.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:center;
	padding:5px;
	color:#fff;
	font-size: 12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	background-color:var(--main_color);
	font-size: 12px;
}

.banner{
	display: block;
	background-size: cover;
	background-attachment: fixed;
	width: auto;
	height: 300px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
@media (max-width:480px){
	.banner{
		height: 150px;
	}
}
.ban_item{
	display: block;
	overflow: hidden;
	position: relative;
	width:100%;
	height: 100%;
}
.ban_back{
	margin: auto;
	width:100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	position:absolute;
	left: 0px;
	right: 0px;
	top:0px;
}
.ban_img{
	margin: auto;
	width:100%;
	height:100%;
	overflow: hidden;
	object-fit: cover;
	object-position: top center;
	-o-object-fit: cover;
	-o-object-position: top center;
}
.ban_tb{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	max-width: 800px;
	text-align: center;
	line-height: 1.5;
}
.ban_name{
	font-size:2rem;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
.ban_title{
	font-size: 3rem;
	font-weight: bold;
	color:#fa0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ban_miaoshu{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	white-space: normal;
}
a.ban_more{
	display:block;
	overflow:hidden;
	width:150px;
	height:50px;
	line-height: 50px;
	margin:auto;
	background-color: var(--main_color);
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
a.ban_more:hover{
	background-color: #f90;
}
@media (max-width:480px){
	.ban_img{
		width:100%;
		height: auto;
		object-fit: unset;
		margin: auto;
		padding: 0px;
		display: block;
	}
	.ban_back{
		width: auto;
		height: auto;
		overflow: hidden;
		position: static;
		background-color: var(--main_color);
		padding: 10px;
	}
	.ban_miaoshu{font-size:1rem;}
	.ban_title{font-size: 1.2rem;margin: auto;}
	a.ban_more{
		width:120px;
		height: 30px;
		line-height: 30px;
	}
}
.banner_back{
	margin: auto;
	width:100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: rgba(0,0,0,0.4);
}
.banner_tb{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	max-width: var(--max_width);
	display: block;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	padding: 20px;
}
@media (max-width:480px){
	
	.banner_tb{
		bottom: 10px;
	}
}
.banner_name{
	font-size: 3rem;
	line-height: 1.2;
}
.banner_miaoshu{
	font-size: 1.2rem;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*880/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	.banner_list{
		height:auto;
	}
}
.fla_list{
	display:block;
	width:auto;
	height:340px;
	overflow:hidden;
	margin:auto;
	max-width:1920px;
}
@media (max-width:480px){
	.fla_list{
		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;
}
#quandi_cate{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top: -150px;
	background-color: #eee;
	position: relative;
}
@media (max-width:767px){
	#quandi_cate{
		margin: auto;
	}
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color: var(--main_color);
	color: var(--fore_color);
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 2.5rem;
}
@media (max-width:767px){
	#quandi_cate_thead{
		margin: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#quandi_cate_thead{
		display: none;
	}
}
#quandi_cate_tbody{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width:767px){
	#quandi_cate_tbody{
		display: none;
	}
}
.cate_item{
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
}
a.cate_name{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 16px;
}
a.cate_name:hover{
	background-color: #ddd;
}
a.cate_hover{
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 16px;
	background-color: #ddd;
}
#cate{
	display:none;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: none;
	outline: none;
	border: 1px solid #ddd;
}
@media (max-width:767px){
	#cate{display: block;}
}
.pagebar{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	
}
#page_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
}
@media (max-width:480px)
{
	#pagebar>a{display:none;}
	#page_index>.bt_page:last-child{
		border-right:1px solid #555;
	}
}

a.bt_page_hover{
	background-color:#555;
	color:#fff;
}
a.bt_page{
	width:auto;
	min-width:40px;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
}
a.bt_page:last-child{border-right:1px solid #555;}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#f5f5f5;
}
.loc_tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: center;
	width:auto;
	height:auto;
	padding:15px;
	white-space: nowrap;
	margin: auto;
	max-width: var(--max_width);
	padding-left: 240px;
	box-sizing: border-box;
}
@media (max-width:767px){
	.loc_tb{
		padding-left: 15px;
	}
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:16px;
	text-align:center;
	justify-content:center;
	align-items:center;
	color: #fff;
}
@media (max-width:767px){
	#mm{
		display:flex;
		display:-webkit-flex;
	}
}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	background-color:var(--main_color);
}
@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:16px;
	color:#fff;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	color:#fff;
	border-top:1px dotted #fff;
}
#mm_tbody a{color:#fff;}
.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;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top:1px dotted #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.m_tbody a.m_name{font-size:12px;}
a.m_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.m_name_0,.m_name_0{font-size:1.1rem;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;
	font-size:14px;
	border: 1px solid #fff;
}

.daohang_list{
	display:grid;
	grid-template-columns:30% 15% auto auto;
	justify-content: space-between;
	column-gap:30px;
	row-gap:20px;
	max-width:var(--max_width);
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 40px;
}
@media (max-width:767px){
	.daohang_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		column-gap: 10px;
		row-gap:10px;
		justify-content: unset;
		padding: 20px;
	}
}
@media (max-width:480px){
	.daohang_list{
		grid-template-columns:auto;
		justify-content: unset;
	}
}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.daohang_tb{
		border-right:none;
		padding: unset;
	}
}
.daohang_tb *{max-width:100%;}
.daohang_tb:last-child>.daohang_name>span{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-weight:bold;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
@media (max-width:767px){
	
}
.daohang_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.2rem;
	font-weight: bold;
	color:#fff;
}
.daohang_name:after{
	content:"";
	width:20px;
	height:2px;
	background-color: #fff;
	display: block;
	margin-left:0px;
	margin-top: 10px;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.daohang_miaoshu ul{
	list-style: none;
	margin: auto;
	padding: 0px;
}
#lan{
	display: flex;
	display: -webkit-flex;
	width: auto;
	column-gap: 5px;
}
#lan>a{
	padding: 5px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ddd;
	line-height: 1.2;
}
#lan>a:hover{
	background-color: #f60;
	color: #fff;
}
#quandi_css{display:none;}