﻿@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;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p,form{margin:auto;padding:0px;}
.bottom_name{
	font-size:2rem;
	font-weight:bold;
}
.bottom_miaoshu{
	display:-webkit-box;
	text-overflow:ellipsis;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	margin-top:10px;
	margin-bottom:10px;
}
html{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
	color:#000;
	font-size:14px;
	line-height:2;
	
}
@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;
	font-family: Arial, Helvetica, sans-serif;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#000;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}
.loc{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color: #f5f5f5;
}
.loc_tb{
	display:flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	white-space: nowrap;
	max-width: 86%;
	padding: 10px;
}
#quandi_cate{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.4rem;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 10px;
}

#quandi_cate_tbody{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom: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;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	
}
.cate_item:hover{
	background-color: #f5f5f5;
}
a.cate_name:before,a.cate_hover:before{
	content:"-";
	width:15px;
	height: 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	
	
}
.cate_item:has(a.cate_hover){background-color: #f5f5f5;}
.cate_tb{position: relative;}
.cate_tb:hover>.cate_tbody{display: block;}
.cate_tb:hover>a.cate_thead{border-top:1px solid #ddd;border-bottom: 1px solid #ddd;}
.cate_tbody{
	display: none;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
	left: 100%;
	top:0px;
	z-index: 200;
	padding: 10px;
	border: 1px solid #ddd;
}
.cate_tbody:before{
	content:"";
	width:12px;
	height: 12px;
	display: block;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-top:1px solid #ddd;
	transform: rotate(-45deg);
	margin: auto;
	position: absolute;
	left:-7px;
	top:15px;
}
a.cate_thead{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}
a.cate_thead:before{
	content:"+";
	width:15px;
	height: 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	
}
#search{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 10px;
}
#search_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.4rem;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 10px;
}
#search_tbody{
	display: grid;
	grid-template-columns: auto 40px;
	width: auto;
	height: auto;
	margin-top: 20px;
}
#keywords{
	display:block;
	overflow:hidden;
	width:100%;
	height:40px;
	border: 1px solid #000;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
#bt_search{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#2a449b;
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	column-gap:20px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:86%;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quan_head_tbody{
		display: block;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
#quan_body{
	display:grid;
	grid-template-columns:20% auto;
	align-items:start;
	column-gap:30px;
	row-gap:20px;
	margin:auto;
	width:auto;
	max-width:86%;
	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:#233d95;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}
#quan_foot * a{color:#fff;}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:calc(25% - 90px/4 ) calc(25% - 90px/4 ) calc(25% - 90px/4 ) calc(25% - 90px/4 );
	justify-content:space-between;
	column-gap:30px;
	row-gap:20px;
	max-width:86%;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
	}
}
.foot_title{
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.foot_tbody{
	margin-top: 20px;
}
.cate_list{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	flex-direction: column;
	row-gap:10px;
}

.blog_list{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	flex-direction: column;
	row-gap:10px;
}
.blog_name{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6;
}
a.blog_more{
	font-size:12px;
	margin-top: 10px;
	padding: 5px;
	display: inline-block;
}
a.category_name{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #4863c1;
}
.contact_list{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	flex-direction: column;
	row-gap:10px;
}
.contact_name{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #4863c1;
}
.copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color: #1d337b;
	color: #fff;
	padding: 20px;
	text-align: center;
}
.copy a{color:#fff;}

.top_tb{
	display:grid;
	grid-template-columns:140px auto;
	column-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
}
@media (max-width:480px){
	.top_tb{
		grid-template-columns:auto;
		justify-items: center;
	}
}

.top_right{
	line-height:1.2;
	white-space:nowrap;
}
.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-height: 50px;
	max-width: 100%;
}
.name{
	font-weight:bold;
	font-size:2rem;
	color: #fff;
	white-space: nowrap;
}
.top_miaoshu{
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
@media (max-width:480px){
	.logo{
		font-size:1.5rem
	}
}

#quandi_nav{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.nav_name{
	display: block;
	width: auto;
	height: auto;
	line-height: 40px;
	text-align:center;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 110px;
	transition: all 0.4s;
}
a.nav_name:hover{
	background-color:#fff;
	border-radius: 5px;
	color: #2a449b;
}
a.nav_hover{
	display: block;
	width: auto;
	height: auto;
	line-height: 40px;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 110px;
	background-color:#fff;
	border-radius: 5px;
	color: #2a449b;
}


#sub_tbody{
	min-width:150px;
	width:auto;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	display:none;
	z-index:1001;
	border-radius:5px;
	border:1px solid #ddd;
}
.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:left;
	padding:10px;
	font-size:12px;
}
a.sub_name:hover{
	color:#f00;
	font-weight:bold;
}
.sub_tb{
	display:block;
	width:auto;
	height:auto;
	position:relative;
}
.sub_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.sub_tb:hover>.sub_thead{background-color:#f5f5f5;}
.sub_tb:hover>.sub_tbody{display:block;}
.sub_tbody{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	position:absolute;
	left:100%;
	top:0px;
	min-width:150px;
	box-shadow:none;
	border:1px solid #ddd;
	border-radius:5px;
}
.banner_list{
	display:block;
	overflow:hidden;
	width:auto;
	height:calc(100vw*650/1920);
	margin:auto;
	float:none;
	word-break:break-all;
}
@media (max-width:480px){
	.banner_list{
		height:150px;
	}
}
.banner_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.banner{
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	width:auto;
	height:calc(100vw*350/1920);
	margin:auto;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
}
.banner_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size: 2.8rem;
	text-transform: uppercase;
	font-weight: bold;
}
.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:grid;
	grid-template-columns:auto auto;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	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_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:100%;
	height:auto;
	background-color:#2a449b;
	border-top:1px dotted #768cd3;
}
@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:16px;
	font-weight: bold;
	color:#fff;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:100%;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	color:#fff;
	border-top:1px dotted #768cd3;
}
#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;
}
.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: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;
}
.title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
.title:after{
	content:"";
	width:80px;
	height:0px;
	border-top:2px solid #0a58b3;
	display:block;
	margin:auto;
}
.miaoshu{
	letter-spacing:2px;
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
}
.partner_item{
	background-color:#fff;
	margin-right:10px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:200px;
	height:90px;
	position:relative;
}
.partner_item>img{

}
#quandi_css{display:none;}
.com_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	row-gap:10px;
}
a.com_ico{
	width: 30px;
	height: 30px;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color:#233d95!important;
}
.link_list{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	padding:10px;
	background-color: #222;
	color:#fff;
}
a.link_ico{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	color:#fff;
}
a.link_ico:before{
	color:rgb(185, 16, 95);
}
