﻿@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,span,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:"微软雅黑";
}
@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:#ae7f51;
	font-size:1rem;
}

#quandi_contact{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_contact{display:none;}}
#quandi_contact_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#559ceb;
	height:30px;
	text-align:center;
	padding:10px;
	color:#fff;
	font-weight:bold;
}
#quandi_contact_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#quandi_contact_tbody *{max-width:100%;height:auto;}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	border:1px solid #ddd;
	margin-top:20px;
	margin-bottom:20px;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom:1px solid #ddd;
	font-size:1.2rem;
	font-weight:bold;
	padding-bottom:10px;
}
#quandi_cate_tbody{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}
@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;
	border-bottom:1px solid #ddd;
}
.cate_item:last-child{border-bottom:none;}
a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	padding-top:10px;
	padding-bottom:10px;
}

a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
#quan_head{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
	left:0px;
	right:0px;
	top:0px;
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:300px auto;
	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:block;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quan_body_a{
	display:grid;
	grid-template-columns:auto 25%;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1200px;
}
@media (max-width:767px){
	#quan_body_a{
		grid-template-columns:auto;
	}
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	border:1px solid #ddd;
	padding:20px;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#222;
	padding-top:20px;
	padding-bottom:20px;
}
#quan_foot *{color:#777;}
#quan_foot a{color:#777;}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:calc(25% - 20%/5) calc(10% - 20%/5) calc(25% - 20%/5) calc(25% - 20%/5) calc(15% - 20%/5);
	row-gap:20px;
	column-gap:5%;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}
@media (max-width:480px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		row-gap:10px;
		column-gap:10px;
	}
}
.foot_tb{}
.foot_thead{font-size:1.2rem;font-weight:bold;color:#aaa;}
@media (max-width:480px){
	.foot_tb{
		padding:10px;
	}
	.foot_thead{
		border-bottom:1px solid #4b4a4a;
		font-size:1.2rem;
		padding-bottom:10px;
	}
}
.foot_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:30px;
}
a.f_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.photo{
	display:grid;
	grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
	row-gap:10px;
	column-gap:10px;
	width:auto;
	height:auto;
}
.photo_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
@media (max-width:767px){
	.wx{
		display:grid;
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
		width:auto;
		height:auto;
	}
}
.wx_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-bottom:100%;
	position:relative;
}
.wx_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	font-size:12px;
}
.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	background-color:#000;
	font-size:12px;
}
.bottom_tb{
	display:grid;
	grid-template-columns:50px auto;
	column-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
}
.bottom_name{
	font-size:2rem;
	font-family:"宋体";
	font-weight:bold;
}
.top_tb{
	display:grid;
	grid-template-columns:50px auto;
	column-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
}

.top_name{
	font-size:1.8rem;
	font-family:"宋体";
	font-weight:bold;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
}

a.nav_hover{
	width:auto;
	height:90px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#ae7f51;
	font-size:15px;
	font-weight:bold;
}
a.nav_name:hover{
	color:#ae7f51;
	font-weight:bold;
}
a.nav_name{
	width:auto;
	height:90px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:15px;
}
#sub_tbody{
	width:100px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#ae7f51;
	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;
}
.sub_tb{
	display:block;
	width:auto;
	height:auto;
	position:relative;
}
.sub_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
}
.sub_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	position:absolute;
	left:0px;
	top:0px;
	min-width:120px;
}
#quandi_banner{
	display:block;
	width:auto;
	height:calc(100vw*600/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;
}
.loc{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#f4f4f4;
}
.loc_tb{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	padding:20px;
}
.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.pagebar{
	display:grid;
	grid-template-columns:auto auto;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.pagebar{grid-template-columns:auto;justify-content:center;text-align:center;}
}
.pagebar_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.pagebar_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.bt_page{
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	vertical-align:middle;
}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
#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(255,255,255);
	box-sizing:border-box;
	transition:all 0.4s;
}
#mm_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:5px;
}
#mm_thead:before{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:30px;
	height:30px;
	line-height:30px;
	color:#000;
	font-size:20px;
	text-align:center;
	float:right;
	border:1px solid #ddd;
	border-radius:50%;
}
#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;
}
#quandi_css{display:none;}

#quandi_huoban_tbody{
	display:grid;
	grid-template-columns:calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5));
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_huoban_tbody{
		grid-template-columns:calc(33.3% - 20px/3) calc(33.3% - 20px/3) calc(33.3% - 20px/3);
		row-gap:10px;
		column-gap:10px;
	}
}
@media (max-width:480px){
	#quandi_huoban_tbody{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
	}
}
.huoban_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:50%;
	border:1px solid #ddd;
	position:relative;
}

.tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:70px;
	margin-bottom:70px;
	padding:10px;
}
.thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}
.title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2.6rem;
}
.miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
	color:#5a5a5a;
}
.tbody{
	margin-top:30px;
}
.about_back{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#f5f5f5;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-top:80px;
}
.about_tb{
	display:grid;
	grid-template-columns:45% auto;
	align-items:center;
	column-gap:10%;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
		padding:10px;
	}
}
.about_left{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
}
.about_pic{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	max-width:100%;
	animation:about_pic infinite 1s;
}
@keyframes about_pic{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
.about_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	color:#fff;
}
a.about_more{
	display:inline-block;
	width:150px;
	height:46px;
	line-height:46px;
	margin:auto;
	border:1px solid #fff;
	position:relative;
	color:#fff;
	border-radius: 20px 3px 20px 3px;
	text-align:center;
	margin-top:50px;
	overflow:hidden;
}
a.about_more:hover{
	color:#fff;
	background-color:#ae7f51;
	border-color:transparent;
}
a.about_more:hover:before{
	width:100%;
}
#quandi_youshi{
	display:grid;
	grid-template-columns:calc(33.3% - 8%/2) calc(33.3% - 8%/2) calc(33.3% - 8%/2);
	column-gap:4%;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
}
@media (max-width:767px){
	#quandi_youshi{
		grid-template-columns:auto;
	}
}
.youshi_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	width:auto;
	height:auto;
	overflow:hidden;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:12%;
}
.youshi_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.youshi_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:2rem;
	color:#fff;
}
a.youshi_more{
	display:block;
	width:80px;
	height:32px;
	line-height:32px;
	overflow:hidden;
	background-color:#ae7f51;
	color:#fff;
	border-radius: 20px 3px 20px 3px;
	text-align:center;
	font-size:12px;
	margin-top:20px;
}
#search{
	display:grid;
	grid-template-columns:auto 50px;
	padding:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
}
#keywords{
	border:none;
	outline:none;
	width:100%;
	height:30px;
}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	color:#888;
	cursor:pointer;
	font-size:1.4rem;
}
#quandi_xinwen{
	border:1px solid #ddd;
	padding:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	display:block;
}
#quandi_xinwen_title{font-size:1.5rem;}
#quandi_xinwen_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:20px;
	width:auto;
	height:auto;
	margin-top:20px;
}
a.xinwen_tb{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
}
.xinwen_pic{
	display:block;
	width:80px;
	height:60px;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	flex-shrink:0;
}
.xinwen_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellispsis;
	line-height:1.5;
}
.xinwen_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	
}