﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.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;
	padding:10px;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p{margin:auto;}
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;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
}
a:hover,a:active{
	text-decoration:none;
	color:#b2976c;
	font-size:1rem;
}


#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	font-size:0px;
	text-align:center;
}
@media (max-width:767px){
	#quandi_cate_tbody{display:none;}
}
#cate{
	display:none;
	width:100%;
	height:50px;
	padding:10px;
	border:1px solid #ddd;
	margin:auto;
	outline:none;
}
@media (max-width:767px){
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	line-height:40px;
	padding-left:30px;
	padding-right:30px;
	white-space:nowrap;
	font-size:1.1rem;
}
a.cate_name:hover{
	border-top:1px solid #b2976c;
	border-bottom:1px solid #b2976c;
	color:#b2976c;
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	white-space:nowrap;
	font-size:1.1rem;
	border-top:1px solid #b2976c;
	border-bottom:1px solid #b2976c;
	color:#b2976c;
}
a.cate_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
	padding:10px;
}
.cate_tb{position:relative;}
.cate_tb:hover>.cate_tbody{display:block;}
.cate_tbody{
	display:none;
	background-color:#fff;
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:100%;
	top:0px;
	position:absolute;
	z-index:200;
}
#head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
}
#head_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	width:auto;
	height:auto;
}
a.bt_contact{
	display:block;
	overflow:hidden;
	width:120px;
	height:auto;
	text-align:center;
	background-color:#b2976c;
	color:#fff;
}
.tel{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	overflow:hidden;
	padding:10px;
	color:#fff;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#1d1d1d;
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:auto 55%;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 50px;}}
#quan_body{
	display:grid;
	grid-template-columns:auto;
	align-items:start;
	row-gap:30px;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){#quan_body{grid-template-columns:auto;padding:10px;}}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#111;
	padding-top:20px;
	padding-bottom:20px;
}

#quan_foot_tbody{
	display:grid;
	grid-template-columns:auto auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-bottom:20px;
	margin-top:20px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		justify-items:center;
		row-gap:10px;
	}
}
#quandi_link{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	align-items:center;
	white-space:nowrap;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.link_name{
	display:block;
	white-space:nowrap;
	min-width:100px;
	color:#999;
	font-size:1.1rem;
	text-align:center;
}
.ico_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.ico_name{
	width:40px;
	height:40px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.2rem;
	color:#999;
	border-radius:50%;
}
a.ico_name:hover{
	background-color:#666;
	color:#fff;
}
.huoban_list{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	white-space:nowrap;
	margin-top:40px;
	margin-bottom:40px;
}
.huoban_item{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:14.4%;
	height:auto;
	margin-right:20px;
}
@media (max-width:767px){
	.huoban_item{
		width:25%;
		margin-right:10px;
	}
}
.huoban_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	padding-bottom:50%;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#999;
	padding:10px;
	font-size:12px;
	border-top:1px solid #666;
}
.copy a{
	color:#999;
	font-size:12px;
}
.top_tb{
	display:grid;
	grid-template-columns:100px auto;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
.top_title{
	color:#fff;
	font-size:2rem;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:100%;
	display:block;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}

a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#b2976c!important;
	font-size:14px;
	font-weight:bold;
}
a.nav_name:hover{
	color:#b2976c;
	font-size:14px;
	font-weight:bold;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#FFF;
	font-size:14px;
}
#sub_tbody{
	width:100px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#b2976c;
	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;
	font-size:12px;
	background-color:#333;
}
a.sub_thead{
   margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
.sub_tb{position:relative;}
.sub_tb:hover>.sub_tbody{display:block;}
.sub_tbody{
	display:none;
	background-color:#b2976c;
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:100%;
	top:0px;
	position:absolute;
	z-index:200;
}
.banner{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:calc(100vw*350/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.banner_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-size:2rem;
	font-family: 方正姚体; 
	font-size: 33px;
}
.banner_tb:after{
	content:"";
	display:block;
	width:60px;
	height:2px;
	background-color:#fff;
	margin:auto;
}
.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*740/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
.banner_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.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;
}
.pagebar{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#page_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:10px;
	overflow:hidden;
}
a.bt_page{
	min-width:40px;
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
	vertical-align:middle;
	font-size:1rem;
}
a.bt_page_hover{
	min-width:40px;
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
	vertical-align:middle;
	font-size:1rem;
	background-color:#555;
	color:#fff;
}
a.bt_page:hover{
	background-color:#555;
	color:#fff;
}
#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:block;
	overflow:auto;
	margin:auto;
	width:0px;
	height:100%;
	position:fixed;	
	right:0px;
	top:0px;
	bottom:0px;
	z-index:2002;
	background-color:rgb(0,0,0,0.8);
	box-sizing:border-box;
	transition:all 0.4s;
	color:#fff;
}
#mm_tb a{color:#fff;}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:5px;
}
#mm_thead:before{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	align-items:center;
	overflow:hidden;
	width:100%;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #666;
	padding:10px;
}
#mm_tbody{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	vertical-align:top;
	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:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	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;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding:10px;
}
.loc_tb{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	white-space:nowrap;
	column-gap:10px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
}

.section{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:40px;
	margin-bottom:40px;
	
}
.about_back{
	background-size:cover;
	background-repeat:no-repeat;
}
.about{
	display:grid;
	grid-template-columns:auto 45%;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	padding:10px;
}
@media (max-width:767px){
	.about{
		grid-template-columns:auto;
	}
}
.about_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.about_title{
	font-size:2.2rem;
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-family:方正姚体;
}
.about_miaoshu{
	color:#999;
	font-szie:1.2rem;
}
.about_content{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:40px;
	font-size:1.1rem;
}
.about_pic{
	max-width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}

#quandi_css{display:none;}