﻿@charset "utf-8";
@import url(images/kf/quandi.css);
:root{
	--max_width:86%;
	--back_color:#1b4381;
	--hover_color:#40a9e3;
}
@media (max-width:767px){
	:root{
		--max_width:96%;
	}
}
.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:#000;
	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:#000;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}

#quandi_lianxi{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_lianxi_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_lianxi_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.1rem;
}
#quandi_lianxi_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:2rem;
}
#quandi_lianxi_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#888;
}
#quandi_lianxi_tbody *{max-width:100%;height:auto;color:#888;}
#quandi_cate{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	background-color: #f5f5f5;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
	padding:20px;
	color:#fff;
	font-size:1.6rem;
	font-weight:bold;
	text-align:left;	
}
#quandi_cate_tbody{
	display:grid;
	grid-template-columns:auto;
	width:auto;
	height:auto;
}
#cate{
	display:none;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:50px;
	background-color:#fff;
	border:1px solid #ddd;
	outline:none;
}
@media (max-width:767px){
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	display:block;
}
.cate_tb{
	height: auto;
	width: auto;
	display: block;
	position:relative;
}
.cate_tb:hover>.cate_tbody{
	display:block;
}
.cate_tbody{
	margin: auto;
	height: auto;
	width:auto;
	display: none;
	background-color: #eee;	
	padding:10px;
}
a.cate_thead{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display:-webkit-flex;
	justify-content: space-between;
	column-gap:10px;
	align-items:center;
	padding:10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:550;
	background-image: linear-gradient(0deg,#eee,#fff);
	
}
a.cate_thead:after{
	width:20px;
	height:20px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	content: "\f103";
	font-family: 'FontAwesome';
	font-size: 1.4rem;
}
a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display:-webkit-flex;
	column-gap:10px;
	text-align:left;
	padding:10px;
	padding-left: 15px;
	padding-right: 15px;
}

a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display:-webkit-flex;
	column-gap:10px;
	padding:10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: #f00;
}
#search_thead{
	display:none;
	overflow:hidden;
	width:30px;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	justify-content:center;
	align-items:center;
	margin-left: auto;
}
@media (max-width:767px){#search_thead{display:flex;display:-webkit-flex;}}
.search{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.search{
		width: auto;
		background-color: #fff;
		position:fixed;
		left: 0px;
		right: 0px;
		top:0px;
		bottom: 0px;
		margin: auto;
		padding: 20px;
		z-index: 200;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		row-gap: 20px;
		transform: scale(0,0);
	}
}
#search_close{
	width:30px;
	height: 30px;
	display: none;
	font-size: 1.4rem;
	cursor: pointer;
}
#search_close:hover{
	background-color: #333;
	color: #fff;
}
@media (max-width:767px){
	#search_close{
		display: flex;
		display:-webkit-flex;
		justify-content: center;
		align-items:center;
		margin-left: auto;
	}
}
.search_tb{
	display: grid;
	grid-template-columns: auto 50px;
	width: auto;
	height: auto;
	overflow: hidden;
}
#keywords{
	border: 1px solid #333;
	width: 100%;
	height: 40px;
	display: block;
}
#bt_search{
	background-color:#000;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

#quan_head_tbody{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
}
@media (max-width:767px){#quan_head_tbody{margin-top:10px;margin-bottom:10px;}}
#quan_body{
	display:grid;
	grid-template-columns:20% auto;
	align-items:start;
	column-gap:40px;
	row-gap: 20px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@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:#000;
	margin-top:20px;
}
.daohang{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	justify-content:space-between;
	column-gap:20px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	.daohang{
		grid-template-columns:auto auto auto;
		padding:10px;
	}
}
#quan_foot *{color:#fff;}
#quan_foot * a{color:#fff;}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.daohang_miaoshu h3{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
	white-space:nowrap;
	font-weight:400;
	margin-bottom:10px;
}
@media (max-width:767px){
	.daohang_miaoshu h3{border-bottom:1px solid #666;}
}
.daohang_miaoshu h1{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.4rem;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.daohang_miaoshu ul,.daohang_miaoshu ol{
	margin:auto;
	padding:0px;
	list-style-position:inside;
	list-style:none;
}
a.daohang_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#999;
	white-space:nowrap;
}
.bottom_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#000;
	background-size:cover;
	
}
.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	border-top:1px solid #666;
	padding:10px;
	text-align:center;
	font-size:12px;
}
.copy a{font-size:12px;}
#welcome_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	background-color:var(--back_color);
	color: #fff;
}
#welcome{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	font-size:12px;
	padding:5px;
}
@media (max-width:767px){
	#quandi_welcome{display:none;}
	#welcome{
		grid-template-columns:auto auto;
		justify-content:unset;
		justify-items:end;
	}
}
.link{
	display:flex;
	display:-webkit-flex;
	column-gap:5px;
	overflow:hidden;
	width:auto;
}
a.link_name{
	display:block;
	overflow:hidden;
	width:auto;
	line-height:28px;
	border-radius:14px;
	background-color:#fff;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}
a.link_name:hover{
	background-color:#F60;
	color:#fff;
}
.link_pic{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:20px;
	height:20px;
	margin-right:10px;
	vertical-align:middle;
}
.top_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:80px;
}
@media (max-width:767px){

	.logo{
		width: auto;
		height:50px;
	}
}
.top_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:2rem;
	color:#063a75;
	white-space:nowrap;
	line-height:1.5;
}
.top_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	font-size:12px;
	line-height:1.5;
	color:#999;
	white-space:nowrap;
	text-transform:uppercase;
}
.nav{
	display:flex;
	display: -webkit-flex;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-left: auto;
}
@media (max-width:767px){.nav{display:none}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	overflow:hidden;
}

a.nav_hover{
	width:auto;
	height:auto;
	line-height:100px;
	display:block;
	text-align:center;
	overflow:hidden;
	margin:auto;
	color:#063a75;
	font-size:16px;
	border-bottom:2px solid #063a75;
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 20px;
}
a.nav_name:hover{
	color:#063a75;
	font-size:16px;
	border-bottom:2px solid #063a75;
}
a.nav_name{
	width:auto;
	height:auto;
	line-height:100px;
	display:block;
	text-align:center;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	padding-left: 20px;
	padding-right: 20px;
}
#sub_tbody{
	width:150px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	display:none;
	z-index:1001;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
}
.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;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:4px;
	color:#fff;
	background-color:#333;
}
.sub_tb{
	position: relative;
}
.sub_tb:hover>.sub_tbody{
	display: block;
}
.sub_thead{
	display:flex;
	display: -webkit-flex;
	align-items:center;
	justify-content: center;
	column-gap: 5px;
	width:auto;
	height:auto;
	overflow:hidden;
}
.sub_thead:after{
	font-family:"FontAwesome";
	content: "\f105";
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.sub_tbody{
	display:none;
	width:150px;
	height:auto;
	background-color: #fff;
	position:absolute;
	left: 100%;
	top:0px;
}
.banner>.arrow{
	background-color: rgba(0,0,0,0.6);
	width: 50px;
	height: 50px;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	margin: auto;
	position: absolute;
	top:0px;
	bottom: 0px;
	z-index: 400;
}
@media (max-width:767px){
	.banner>.arrow{
		display:none!important;
	}
	
}
.banner_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	position: relative;
}

.banner_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:auto;
}
.banner_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}

.banner_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:4rem;
	font-weight:bold;
	line-height:1.5;
	color:#ff0;
}
.banner_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#fff;
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing:2px;
}

a.banner_more{
	display:block!important;
	overflow:hidden;
	width:150px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	border:1px solid #fff;
	margin:auto;
	text-align:center;
	color:#ff0;
	margin-top:20px;
}
a.banner_more:hover{
	background-color:#ff0;
	color:#333;
}
@media (max-width:767px){
	.banner_name{
		font-size:20px;
	}
	.banner_miaoshu{
		font-size:12px;
	}
	a.banner_more{display:none!important;}
}
.banner{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	max-width:1920px;
}
.banner>.slick-dots{
	display: flex;
	display: -webkit-flex;
	column-gap: 2px;
	width: auto;
	height: auto;
	justify-content: center;
}
.banner>.slick-dots>li{
	width:50px;
	height: 4px;
	list-style: none;
	background-color:rgba(200,200,200,0.6);
}
.banner>.slick-dots>.slick-active{
	background-color: #e00;
}
.banner>.slick-dots>li>button{
	display: none;
}
.banner_flex{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
}
@media (max-width:767px){
	.banner_flex{
		background-color:var(--back_color);
		position: static;
		padding: 10px;
	}
}
.fla{
	display:block;
	width:auto;
	height:calc(100vw*478/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;
}
.loc{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding: 10px;
	background-color: #f5f5f5;
}
.loc_tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: center;
	overflow:hidden;
	max-width: var(--max_width);
	width:auto;
	height:auto;
	margin:auto;
}
.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.page{

	margin-top:20px;
	margin-bottom:20px;
}

#mm{
	display:none;
	overflow:hidden;
	width:30px;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){#mm{display:flex;display:-webkit-flex;}}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:100%;
	height:100%;
	position:fixed;	
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:0px;
	z-index:2002;
	background-color:rgb(255,255,255);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
	box-sizing:border-box;
}
#mm_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4);
}
#mm_thead:before{
	display:block;
	overflow:hidden;
	margin:auto;
	width:50px;
	height:50px;
	line-height:50px;
	color:#000;
	font-size:20px;
	text-align:center;
	float:right;
}
#mm_tbody{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	box-sizing:border-box;
}
.m_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.m_thead{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	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:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}

.m_0 a.m_name{font-weight:normal;}
a.m_fold{
	display:block;
	overflow:hidden;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #ddd;
}
.main{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.main_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	bottom:20px;
}
.main_flex{
	display:block;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:202;
	max-width:var(--max_width);
}
@media (max-width:767px){
	.main_flex{
		position:static;
		padding:10px;
		border-bottom:1px solid #ddd;
	}
	.main_tb{
		position:static;
	}
}
.main_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-size:2.2rem;
	line-height:1.2;
	margin-bottom:120px;
}
@media (max-width:767px){
	.main_thead{display:none;}
}
.main_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border-right:2px solid #fff;
	padding-right:40px;
	margin-right:40px;
}
.main_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.main_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:var(--max_width);
	margin-top:100px;
	margin-bottom:100px;
	line-height:2;
}
@media (max-width:767px){
	.main_tbody{padding:10px;margin:auto;}
}
#quandi_css{display:none;}