﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.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;
	box-sizing:border-box;
}
.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: "Roboto", serif;
  	font-optical-sizing: auto;
}
@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;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
#welcome_tb{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	max-width: 1300px;
	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:1300px;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quan_head_tbody{
		grid-template-columns:auto auto;
		justify-content: space-between;
		position:static;
		margin: auto;
	}
}
#quan_body{
	display:grid;
	grid-template-columns:auto;
	align-items:start;
	column-gap:20px;
	margin:auto;
	width:auto;
	max-width:1300px;
	height:auto;
	margin-top:50px;
	margin-bottom:20px;
}
#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:#2e2e2e;
	color:#d9d9d9;
}
#quan_foot a{color:#d9d9d9;}

.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px;
}
.copy a{font-size:12px;}
#search_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom: 1px solid #ddd;
}
#search{
	display: grid;
	grid-template-columns: auto 300px;
	row-gap:10px;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	max-width: 1300px;
	margin: auto;
}
@media (max-width:767px){
	#search{
		grid-template-columns: auto;
	}
	.keywords{
		padding:10px;
	}
}
.search_tb{
	display:grid;
	grid-template-columns:auto 60px;
	overflow:hidden;
	width:auto;
	height:auto;
}
#keywords{
	height:100%;
	width:100%;
	border:none;
	outline: none;
}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:70px;
	background-color:#1c408e;
	color:#fff;
	text-align:center;
	font-size:26px;
}
#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_tb{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:5px;
	overflow:hidden;
	width:auto;
	white-space: nowrap;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:767px){.tel_tb{display:none;}}

.tel_title{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
}
.tel_title:before{color:#1c408e;}
.tel_miaoshu{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
}
.tel_miaoshu:before{color:#1c408e;}
.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:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.top_tb{
		display: block;
	}
}
.top_logo{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	object-fit: cover;
}
@media (max-width:767px){
	.top_logo{height:50px;}
}
.top_right{line-height:1.5;margin-right:20px;border-left:1px solid #ddd;padding-left:20px;}
@media (max-width:767px){.top_right{display:none;}}
.top_title{
	color:#1c408e;
	font-size:20px;
	font-weight:bold;
}
.top_miaoshu{
	font-size:15px;
	color:#999;
}
#quandi_nav_back{
	background-color:#1c408e;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:60px;
	max-width:1300px;
	margin:auto;
}
@media (max-width:767px){#quandi_nav{display:none}}
.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:#f1a626;
}
a.nav_name:hover{
	color:#fff;
	background-color:#f1a626;
}
a.nav_on{
	color:#333!important;
	background-color:#f1a626;
}
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;
}

#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#1c408e;
	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:4px;
	color:#fff;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:4px;
	color:#fff;
	background-color:#222;
}
#quandi_fla{
	display:block;
	width:auto;
	height:calc(100vw*720/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	#quandi_fla{
		height:200px;
	}
}
.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;
	}
}
.banner_tb{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	max-width: 1300px;
	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*900/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}

.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;
}
#cate{
	display:none;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	outline: none;
}
@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;
	border-bottom: 1px solid #ddd;
}
.loc_tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: center;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1300px;
	padding:20px;
	white-space: nowrap;
}
.loc_tb:before{
	margin-right:10px;
}
#mm{
	display:none;
	overflow:hidden;
	width:50px;
	height:100%;
	vertical-align:middle;
	font-size:20px;
	font-weight: 300;
	text-align:center;
	justify-content:center;
	align-items:center;
	background-color: #1c408e;
	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:#1c408e;
}
@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:14px;
	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;
	padding-top:20px;
	padding-bottom: 20px;
}
#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:20% 20% auto auto;
	justify-content: space-between;
	column-gap:30px;
	row-gap:20px;
	max-width:1300px;
	margin:auto;
	width:auto;
	height:auto;
	border: 1px solid #5c5c5c;
	border-top:none;
}
@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;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	border-right: 1px solid #5c5c5c;
	padding: 30px;
}
@media (max-width:767px){
	.daohang_tb{
		border-right:none;
		padding: unset;
	}
	.daohang_tb:nth-child(n+3){
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
.daohang_tb:last-child{
	border-right:none;
}
.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;
}

#quandi_css{display:none;}