﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
	--max_width:1200px;
	--back_color:#222;
	--hover_color:#e80606;
	--fore_color:#061be0;
	--active_color:#19e204;
}
@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{
	display: block;
	margin: auto;
	padding: 0px;
}
.pw{
	margin: auto;
	padding-left: 60px;
	padding-right: 60px;
}
@media (max-width:767px)
{
	.pw{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width:480px)
{
	.pw{
		padding-left: 20px;
		padding-right: 20px;
	}
}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#000;
	font-size:16px;
	line-height:2;
	font-family: "Open Sans", sans-serif,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:#000;
	font-family: "Open Sans", sans-serif,Arial, Helvetica, sans-serif;
}
a:hover,a:active{
	font-family: "Open Sans", sans-serif,Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#f00;
	font-size:1rem;
}
.welcome{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:var(--back_color);
	color:#999;	
}
.welcome_tb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;	
	font-size:12px;
}
@media (max-width:480px){.site_welcome{display:none;}}
.head_left{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){.head_left{display:none;}}
.head_right{
	display:flex;
	display:-webkit-flex;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	padding:5px;
}
.right_tb{
	display:flex;
	display:-webkit-flex;
	width:auto;
	height:auto;
	align-items: center;
	overflow: hidden;
	column-gap: 5px;
}
.right_ico{
	color:var(--fore_color);
}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

#quandi_cate_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	height:auto;
	text-align:center;
	font-size:2rem;
	color: var(--back_color);
	font-weight:bold;
	text-transform: uppercase;
}

#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
}
@media (max-width:480px){
	#quandi_cate_tbody{
		column-gap: 5px;
		row-gap: 5px;
	}
}
.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:left;
	padding: 12px;
	white-space: nowrap;
}
a.cate_name:hover{
	border-bottom:2px solid var(--fore_color);
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:left;
	padding: 12px;
	border-bottom:2px solid var(--fore_color);
	font-weight:bold;
	white-space: nowrap;
}
@media (max-width:480px){
	a.cate_name,a.cate_hover{padding: 5px;}
}
#quan_head{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
	left:0px;
	right:0px;
	top:0px;
	z-index: 300;
}

#quan_head_tbody{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	row-gap:10px;
	margin:auto;
	width:auto;
	height:auto;
}

#quan_body{
	display:grid;
	grid-template-columns:auto;
	column-gap: 40px;
	row-gap: 20px;
	margin:auto;
	width:auto;
	
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}

#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
}
@media (max-width:767px){
	#quan_center{
		padding: 10px;
	}
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:var(--back_color);
	color:#97a2b7;
	font-size: 12px;
}
#quan_foot a{color:#97a2b7;}
#quan_foot_tbody{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
		
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		flex-direction: column;
		justify-content: unset;
		align-items: center;
		row-gap:20px;
		padding: 10px;
	}
}
.foot_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quan_foot_tbody>.foot_item:nth-child(2){
		margin-right: auto;
	}
}

.contact{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
}
.link{
	display: flex;
	display: -webkit-flex;
	column-gap: 5px;
	width: auto;
	height: auto;
	overflow: auto;
}
a.link_name{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	width: auto;
	height: auto;
	color: #fff!important;
}
a.link_name:after{
	content: "/";
	display: block;
	width: auto;
}
a.link_name:last-child:after{
	display: none;
}
.copyright{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	font-size:12px;
	padding:10px;
	border-top:1px solid #34415a;
	max-width: var(--max_width);
}
.copy a{font-size:12px;color:#97a2b7;}
a.path{
	display:inline-block;
	overflow:hidden;
	width:120px;
	height:auto;
	line-height: 40px;
	background-color: var(--fore_color);
	color: #fff!important;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
}
a.path:hover{
	background-color: #000;
}
.qrcode_tb{
	display: grid;
	grid-template-columns: auto 45%;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow:hidden;
}
.qrcode_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align: right;
}
.qrcode{
	display:block;
	overflow:hidden;
	width:130px;
	height:auto;
	max-width: 100%;
}
.qrcode_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff!important;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 10px;
}
.qrcode_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#mob{
    display: none;
    background-color: #fff;
    width: auto;
    height: auto;
    overflow: auto;
    position: fixed;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    z-index: 200;
    padding: 10px;
    box-sizing: border-box;
}
#mob_thead{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
    overflow: hidden;
   
}
#mob_close{
    display: flex;
    display: -webkit-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 50%;
    transform: rotate(0deg);
}
#mob_close:hover{
    transform: rotate(90deg);
}
#mob_tbody{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.m_tb{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.m_thead{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
    width: auto;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}
.m_tbody{
    display: none;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 10px;
}
.m_fold{
    font-size: 1.2rem;
    display: flex;
    display: -webkit-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.m_name{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
}
.m_sub_item{
    display: flex;
    display: -webkit-flex;
    column-gap: 10px;
    font-size: 1rem;
    padding: 5px;
}
.m_sub_name{
    display: flex;
    display: -webkit-flex;
    column-gap: 10px;
    font-size: 1rem;
}
#search{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	overflow:hidden;
	width:60px;
	height:auto;
	background-color: var(--fore_color);
	color: #fff;
	flex-shrink: 0;
	cursor: pointer;
}

.search_back{
	padding: 20px;
	display: none;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-color: #f5f5f5;
}
.search_tb{
	display:grid;
	grid-template-columns:auto 40px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-left: auto;
	border-radius: 25px;
	background-color: #fff;
	padding: 10px;
}

#keywords{
	height:30px;
	width:100%;
	border: none;
	outline:none;
}

#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	
	font-size:16px;
}
#bt_search:before{}
#bt_search:hover{background-color:#222;}


.top_tb{
	display:grid;
	grid-template-columns:45px auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	outline: none;
}

.top_logo{
	display:block;
	width:auto;
	height:60px;
	padding: 10px;
	overflow:hidden;
}
@media (max-width:767px){
	.top_logo{
		height: 40px;
	}
}
.top_name{
	font-weight:bold;
	font-size:20px;
	color:#000;
}
.top_right{line-height:1.2;margin-right:20px;border-left:1px solid #ddd;padding-left:20px;}
.top_title{
	color:#000;
	font-size:20px;
	font-weight:bold;
}
.top_miaoshu{
	font-size:12px;
	color:#999;
}

#mm_close{
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top:10px;
	right: 10px;
	font-size:2rem;
	font-weight: 100;
	border: 1px solid #333;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}
#mm_close:hover{
	background-color: #333;
	color: #fff;
}
@media (max-width:767px){
	#mm_close{
		display:flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
	}
}
.nav_list{
	display:flex;
	display: -webkit-flex;
	width:auto;
	height:80px;
	margin-right: auto;
}
@media (max-width:767px){
	.nav_list{
		display: none;
	}
}
.nav_item{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden; 
}
a.nav_name{
    display: flex;
    display: -webkit-flex;
    column-gap: 10px;
    align-items: baseline;
    width: auto;
    height: auto;
    overflow: hidden;
    font-family:"Kumbh Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 80px;
}
.nav_tbody{
	border-radius: 0px;
}
.nav_tbody{
    top:80px;
    left: 0px;
}
.nav_tb:hover>.nav_tbody{
    left: 0px;
}
#sub_tbody{
	width:100px;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#16243d;
	display:block;
	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:4px;
	color:#fff;
	background-color:#222;
}

.banner_list{
	display:block;
	width:auto;
	height:auto;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.banner_list .slick-track{
	column-gap: 0px;
}
.fla_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
@media (max-width:767px){
	a.fla_pic{
		height:80px;
	}
}
.banner_item{
	display:block;
	width:auto;
	height:auto;
	position: relative;
	overflow: hidden;
}
@media (max-width:660px){
	.banner_item{
		background-color:#2243a2;
	}
}
.banner_tb{
	display:flex;
	display: -webkit-flex;
	align-items: center;
	width:auto;
	height:auto;
	text-align:left;
	color:#fff;
	
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	margin: auto;
	font-style: italic;
	line-height:1.5;
}

@media (max-width:660px){
	.banner_tb{
		position: static;
		background-color:#2243a2;
		background-image: linear-gradient(45deg,rgb(107, 52, 192),rgb(34, 67, 162,0));
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		max-width: unset;
	}
}
.banner_tbody{
	display:block;
	width:auto;
	height:auto;
	margin-top: auto;
	margin-bottom: auto;
}

.banner_name{
	font-size:2.2rem;
}
.banner_miaoshu{
	font-size:1.2rem;
	color:rgba(255,255,255,0.6);
	
}
@media (max-width:480px){
	.banner_name{
		font-size:2.2rem;
		text-align: center;
	}
	.banner_miaoshu{
		font-size:1rem;
		text-align: 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;
	padding:5px;
}
.loc_tb{
	display:flex;
	display:-webkit-flex;
	overflow:auto;
	width:auto;
	height:auto;
	margin:auto;
	
	column-gap: 10px;
	white-space: nowrap;
}

.page{
	margin-top: 20px;
	margin-bottom: 20px;
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:2rem;
	text-align:center;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){
	#mm{
		display:flex;
		display:-webkit-flex;
		margin-left: auto;
		width: 50px;
	}
}
.chat_bt{
	font-size: 2rem;
	border: 3px solid rgba(255,255,255,0.6);
}
.chat_bt:hover{
	background-color: var(--back_color)!important;
}
@media (max-width:767px){
	.chat_bt{
		right:10px;
	}
}
#quandi_css{display:none;}