﻿@charset "utf-8";
@import url(images/kf/quandi.css);
:root{
	--max_width:1200px;
	--margin_top:50px;
	--back_color:#004ea2;
	--color:#b9a485;
}
.tb_img{
	margin:auto;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	box-sizing:border-box;
	object-fit: cover;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.img{
	margin: auto;
	display: block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
	transform:scale(1.1,1.1);
	object-fit: cover;
}
.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:#797979;
	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:#797979;
}
a:hover,a:active{
	text-decoration:none;
	color:#f60;
	font-size:1rem;
}
a.modal{
	background-color:rgba(0,0,0,0.4);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: 4rem;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	transition: all 0.4s;
	transform: scale(0,0);
}

.max_width{
	margin:auto;
	max-width: var(--max_width);
}
#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;
	background-color: #f5f5f5;
	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;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	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;
	row-gap:20px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:50px;
	margin-bottom:30px;
}
@media (max-width:767px){
	#quan_body{
		grid-template-columns:auto;
	}
}
#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;}
#quan_foot_tbody{
	display: grid;
	grid-template-columns: auto 25%;
	column-gap:10%;
	row-gap: 20px;
	margin: auto;
	max-width: var(--max_width);
	margin-top: 80px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns: auto;
		padding: 20px;
		margin: auto;
	}
}
.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px;
}
.copy a{font-size:12px;}
.search_tb{
	display: block;
	overflow:hidden;
}
.search_thead{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}

.search_tbody{
	display:grid;
	grid-template-columns:auto 60px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#keywords{
	height: 50px;
	width:100%;
	border:none;
	outline: none;
}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:var(--color);
	color:#fff;
	text-align:center;
	font-size:18px;
	padding: 5px;
}
#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:var(--back_color);}
.tel_miaoshu{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	width:auto;
}
.tel_miaoshu:before{color:var(--back_color);}
.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:150px auto;*/
	grid-template-columns: auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.top_tb{
		grid-template-columns:50px auto;
		padding: 10px;
	}
}
.top_logo{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	object-fit: cover;
	max-width: 150px;
}
@media (max-width:767px){
	.top_logo{height:50px;}
}

.top_title{
	font-size:2.2rem;
	font-weight:bold;
	color: #222;
}
.top_right{display: none;}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:var(--max_width);
}
@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;
	font-weight: bold;
}
a.nav_name:hover{
	color:#f60;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
}

#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	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;
	font-size: 12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	background-color:#222;
}

.banner_pic{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.banner_tb{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	max-width:600px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:30px;
	text-align: center;
	color:#fff;
}

.banner_name{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.banner_miaoshu{
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:10px;
}
a.banner_more{
	margin: auto;
	display: block;
	width:200px;
	height: auto;
	background-color:#b9a485;
	color:#fff;
	line-height: 50px;
	text-align: center;
}
a.banner_more:hover{
	background-color:#333;
	color:#fff;
}
@media (max-width:480px){
	.banner_tb{
		row-gap:5px;
	}
	.banner_name{
		font-size: 2rem;
	}
	.banner_miaoshu{
		letter-spacing: 0px;
		font-size: 10px;
	}
	a.banner_more{
		font-size: 12px;
		line-height:30px;
		width:120px;
	}
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*680/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	.banner_list{
		height: 200px;
	}
}
.fla_list{
	display:block;
	width:auto;
	height:calc(100vw*400/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	.fla_list{
		height:150px;
	}
}
.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;
}
#quandi_cate_thead{
	text-align: center;
	line-height: 1.5;
	background-image: url(images/line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

#quandi_cate_tbody{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	width: auto;
	height: auto;
	margin: auto;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
@media (max-width:767px){
	#quandi_cate_tbody{display: none;}
}
.cate_tb{
	position: relative;
}
.cate_item{
	display: block;
	width: auto;
	height: auto;
	min-width: 140px;
	text-align: center;
	white-space: nowrap;
}
a.cate_name{
	display: block;
	width: auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	border: 1px solid #ddd;
}
a.cate_name:hover{
	background-color: var(--color);
	color:#fff;
}
a.cate_hover{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	background-color: var(--color);
	color:#fff;
}
#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;
	background-color: #f5f5f5;
}
.loc_tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: center;
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	padding:15px;
	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;
	
}
#mm:before{
	width: 40px;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color);
	color: #fff;
	border-radius: 5px;
}
@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(--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: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;
	padding-top: 5px;
	padding-bottom: 5px;
}
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:auto auto;
	justify-content: space-between;
	column-gap:30px;
	row-gap:20px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.daohang_list{
		grid-template-columns:auto;
		column-gap: 10px;
		row-gap:10px;
		justify-content: unset;
	}
}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.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;
}
.daohang_miaoshu ul{
	list-style: none;
	margin: auto;
	padding: 0px;
}
.daohang_miaoshu *{max-width: 100%;height: auto;}
#quandi_css{display:none;}
.thead{
	text-align: center;
	background-image: url('images/line.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom:60px;
	line-height:1.5;
}
.title{
	color:#c8a876;
	font-family: 'Times New Roman', Times, serif;
	font-size: 2.1rem;
	text-transform: uppercase;
}
.miaoshu{
	font-size: 1.3rem;
}
a.bt_more{
	display: block;
	width:200px;
	height: auto;
	border: 1px solid #ddd;
	line-height: 50px;
	text-align: center;
}
a.bt_more:hover{
	background-color:#c8a876;
	color:#fff;
}
@media (max-width:480px){
	a.bt_more{
		width:120px;
	}
}
.margin{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.link_list{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	overflow: hidden;
	max-width: var(--max_width);
	white-space: nowrap;
	margin-top: var(--margin_top);
	margin-bottom: var(--margin_top);
}
.link_tb{
	display: inline-block;
	width: 16.6%;
	height: auto;
	margin: auto;
	overflow: hidden;
	vertical-align: top;
	margin-right: 20px;
}
@media (max-width:480px){
	.link_tb{
		width:30%;
		margin-right: 10px;
	}
}
a.link_pic{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 50%;
	border: 1px solid #ddd;
}
.link_back{
	background-color: #f4f4f4;
}
