﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap");
:root{
	--max_width:86%;
	--back_color:#00bb59;
	--hover_color:#207dff;
	--color:#000000;
}
@media (max-width:767px){
	:root{
		--max_width:96%;
	}
}

.tb_img{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	transition: all 0.4s;
	transform: scale(1);
}
.tb_img:hover{
	transform: scale(1.1);
}

textarea,input[type='text']{
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
html{
	display:block;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: auto;
	font-size:15px;
}
@media (max-width:767px){
	html{
		font-size: 12px;
	}
}
body{
	display:block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.8;
}
a:link,a:visited{
	font-size: 1rem;
	color: var(--color);
	text-decoration: none;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
a:hover,a:active{
	font-size: 1rem;
	color: var(--hover_color);
	text-decoration: none;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
#quan_head{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	left:0px;
	right:0px;
	top:0px;
	background-color: #fff;
	box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
	z-index: 300;
}
#quan_head_tbody{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: auto;
	height: auto;
	margin: auto;
	max-width: var(--max_width);
}
@media (max-width:767px){
	#quan_head_tbody{
		padding-left: 20px;
		padding-right: 20px;
	}
}
.welcome{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background-color: #00bb59;
	background-image:linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	color: #fff;
}
.welcome a{color:#fff;font-size: 12px;}
.welcome p{margin: auto;padding:0px;}
.welcome_tb{
	padding: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width:var(--max_width);
	font-size: 12px;
}
.welcome_name{
	display: block;
	width: auto;
	height: auto;
}
.top{
	display: grid;
	grid-template-columns: auto;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.logo{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
}
.site_name{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	white-space: nowrap;
	font-size: 2rem;
	font-weight: bold;
}
#quan_foot{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background-color:#1a1a1a;
	overflow: hidden;
	color: rgba(255,255,255,0.6);
}
#quan_foot a{color: rgba(255,255,255,0.6);}
#quan_foot_tbody{
	display: grid;
	grid-template-columns: auto auto auto auto;
	column-gap: 5%;
	row-gap: 30px;
	width: auto;
	height: auto;
	max-width: var(--max_width);
	margin: auto;
	margin-top:100px;
	margin-bottom: 100px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns: auto auto;
		padding: 10px;
	}
}
@media (max-width:480px){
	#quan_foot_tbody{
		grid-template-columns: auto;
	}
}
.foot_item{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.foot_tbody{
	margin: auto;
	margin-top:20px
}
.foot_title{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
	color:#fff
}
.foot_title:after{
	content:"";
	background-color: var(--back_color);
	height: 2px;
	width: 60px;
	display: block;
	margin-left: 0px;
}
.ico_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	row-gap: 10px;
	margin-top: 20px;
}
a.ico_name{
	display: flex;
	display: -webkit-flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
}
a.ico_name:hover{
	color: var(--back_color)!important;
}
.news_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	min-height: 100px;
}
.news_tb{
	display: grid;
	grid-template-columns: 30% auto;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.news_pic{
	display: block;
	width: auto;
	height: auto;
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.news_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.news_name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: auto;
	height: auto;
	line-height: 1.2;
	font-size: 1.1rem;
	overflow: hidden;
}
.news_date{
	color:rgba(255,255,255,0.2);
	font-size: 12px;
}
.link_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	min-height: 100px;
}
a.link_name{
	display: flex;
	display: -webkit-flex;
	width: auto;
	height:auto;
	overflow: hidden;
}
.contact_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	min-height: 100px;
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items:center;
	width: auto;
	height: auto;
	overflow: hidden;
}
.contact_ico{
	font-size: 1.5rem;
}
.contact_name{
	display: block;
	width:auto;
	height: auto;
	overflow: hidden;
}
.page{
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	column-gap: 5px;
	margin-top:20px;
	margin-bottom:20px;
	color: #808080;
}
.page_btn,.page_input,.page_select{
	border: 1px solid #e6e6e6;
	color: #808080;
	line-height: 1.2;
	font-size: 1rem;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
.page_btn_hover{
	background-color: var(--back_color);
	border: 1px solid var(--back_color);
	color: #fff;
	line-height: 1.2;
	font-size: 1rem;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	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: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;
}
.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;
}

.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_nav{
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
}
@media (max-width:767px){
	#quandi_nav{display: none;}
}
.nav_item{
	display: block;
	width: auto;
	height: auto;
}
a.nav_name{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	
	width: auto;
	height: 100%;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	font-size:1rem;
	font-weight: 600;
}
a.nav_hover{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	font-size:1rem;
	font-weight: 600;
	color: var(--back_color);
}
a.nav_name:hover{
	color: var(--back_color);
}
.fla_list{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	background-size: cover;
}
a.fla_pic{
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width:767px){
	a.fla_pic{
		height: 150px;
	}
}
.fla_modal{
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	opacity: .5;
	background: #207dff;
	background: -moz-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #207dff), color-stop(100%, #00bd55));
	background: -webkit-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -o-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -ms-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#00bd55', GradientType=1 ); 
}
.banner_list{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner_list .slide_dot_active{
	background-color: var(--back_color);
}
.banner_list .slide_dot{font-size: 12px;}
a.banner_pic{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: calc(100vw*780/1920);
	max-width: 1920px;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_tb{
	margin: auto;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	max-width: 900px;
}
.banner_name{
	color: #fff;
    line-height: 1.2;
    font-size:4rem;
    font-weight: 800;
	margin-bottom: 40px;
}
@media (max-width:767px){
	.banner_name{
		font-size: 2rem;
	}
}
a.banner_more{
	margin: auto;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 30px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	background-color: var(--back_color);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}
a.banner_more:hover{
	background-color: var(--hover_color);
}
@media (max-width:767px){
	a.banner_more{
		padding: 5px;
		line-height: 20px;
		font-size: 12px;
	}
}
#quan_body{
	display: grid;
	grid-template-columns: auto;
	column-gap: 30px;
	row-gap: 30px;
	width: auto;
	height: auto;
	max-width: var(--max_width);
	margin: auto;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quan_body{
		padding: 10px;
	}
}
#quan_left{
	display: block;
	width: auto;
	height: auto;
}
#quan_center{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.loc{
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: auto;
	overflow: hidden;
	background-color: #f5f5f5;
}
.loc_tb{
	margin: auto;
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	max-width: var(--max_width);
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
.loc_tb>a{font-size: 12px;}
#quandi_cate{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
#quandi_cate_thead{
	display: none;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 2rem;
}
#quandi_cate_tbody{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	row-gap: 10px;
	width: auto;
	height: auto;
	justify-content: center;
}
#cate{
	display: none;
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	margin: auto;
}
@media (max-width:767px){
	#quandi_cate_tbody{
		display: none;
	}
	#cate{display: block;}
}
.cate_item{
	display: block;
}
a.cate_name{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#f5f5f5;
	border-radius: 5px;
}
a.cate_hover{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--back_color);
	color: #fff;
	border-radius: 5px;
}

#sub_tbody{
	width:100px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:var(--back_color);
	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:#333;
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:100%;
	top:0px;
	position:absolute;
	z-index:200;
}
.chat_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #fff;
	border-radius:50px;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}
.chat_tb{
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: var(--back_color);
}
.chat_tb:hover{
	color: #fff;
	background-color: var(--back_color);
}
.chat_tb:hover>.chat_right{
	display: block;
}
.chat_ico{
	font-size: 1.8rem;
	display: block;
	margin: auto;
	overflow: hidden;
}
.chat_right{
	position: absolute;
	bottom:0px;
	right: 100%;
	display: none;
	width: auto;
	width:150px;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}
.chat_pic{
	width:100%;
	height: auto;
	display: block;
}