﻿@charset "utf-8";
@import url(images/kf/quandi.css);

:root{
	--back_color:#007c51;
	--fore_color:#fff;
	--ti_size:2.5rem;
	--max_width:86%;
}
@media (max-width:767px){
	:root{
		--max_width:auto;
	}
}
.tb_img{
	margin:auto;
	height:100%;;
	width:100%;;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	box-sizing:border-box;
	object-fit: cover;
	object-position: top;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p,form{margin:auto;padding:0px;}
textarea{
	font-family: "Roboto", serif;
}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#000;
	font-size:14px;
	line-height:2;
	font-family: "Roboto", serif;
	word-break:break-word;
}
@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;
	padding-top:80px;
	word-break:break-word;
}
@media (max-width:767px){body{padding-top:0px;padding-bottom:50px;}}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#000;
	font-family: "Roboto", serif;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
	font-family: "Roboto", serif;
}
.back{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
}
.wmax{
	max-width:var(--max_width);
	margin:auto;
	padding:10px;
	margin-top:40px;
	margin-bottom:40px;
}
.loc{
	display:block;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	border-bottom:1px solid #ddd;
}
.loc_tb{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	column-gap:10px;
	margin:auto;
	max-width:var(--max_width);
	padding:10px;
	white-space: nowrap;
	overflow: auto;
}
#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:var(--back_color);
	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;
	padding:20px;
}
#quandi_contact_tbody *{max-width:100%;height:auto;}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color: #f5f5f5;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	text-transform:uppercase;
	padding: 20px;
	background-color: var(--back_color);
	color: var(--fore_color);
	font-size: var(--ti_size);
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

#cate{
	height:50px;
	width:100%;
	overflow:hidden;
	display:none;
	border:1px solid #ddd;
	border-top:none;
	padding:10px;
	outline:none;
}
@media (max-width:767px){
	#quandi_cate_tbody{display:none;}
	#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: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
a.cate_name:hover{background-color:#333;color:var(--fore_color);}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	background-color:#333;
	color:var(--fore_color);
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:80px;
	z-index:200;
	position:fixed;
	background-color:#fff;
	left:0px;
	right:0px;
	top:0px;
	border-bottom: 1px solid #ddd;
}
@media (max-width:767px){
	#quan_head{position:static;}
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:35% auto;
	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{grid-template-columns:auto;justify-content:center;}}
#quan_body{
	display:grid;
	grid-template-columns: 20% auto;
	column-gap: 50px;
	row-gap:50px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	overflow: hidden;
}
@media (max-width:1100px){
	#quan_body{
		column-gap: 20px;
		row-gap:20px;
		margin-top:20px;
		margin-bottom:20px;
	}
}
@media (max-width:767px){
	#quan_body{
		grid-template-columns:auto;
		padding: 10px;
		overflow: hidden;
		column-gap: 10px;
		row-gap:10px;
	}
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	overflow: hidden;
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #ddd;
}
.daohang_list{
	display:grid;
	grid-template-columns:35% auto auto auto;
	column-gap:30px;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:var(--max_width);
	margin:auto;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px)
{
	.daohang_list{
		grid-template-columns:auto;
	}
}
.daohang_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.daohang_name{
	font-size: 2rem;
}
.daohang_name:after{
	content:"";
	background-color: var(--back_color);
	height: 2px;
	width:100px;
	display: block;
	margin-left: 0px;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.daohang_miaoshu *:before{color:var(--back_color);margin-right:10px;}
.daohang_miaoshu ul,.daohang_miaoshu ol{margin:auto;padding:0px;list-style-position:inside;}
.daohang_miaoshu *::marker {color:var(--back_color);}
#footer{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-top:1px dotted #ccc;
}
#footer_tbody{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	max-width:var(--max_width);
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px)
{
	#footer_tbody{
		grid-template-columns:auto;
		justify-content:center;
		padding: 10px;
		align-content: center;
	}
}
.footer_title{
	font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
}
.footer_title:after{
	content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background: var(--back_color);
    top: 120%;
    display: block;
    left: 0;
}
.footer_tbody{
	display:block;
	margin:auto;
	margin-top:40px;
}

#qd_mail{
	border:1px solid #666;
	background-color:transparent;
	outline:none;
	height:40px;
	line-height:40px;
	width:95%;
	margin-top:20px;
	margin-bottom:20px;
}
#bt_mail{
	color:#fff;
	background-color:#333;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	transition:all 0.4s;
}
#bt_mail>i{
	margin-left:10px;
}
#bt_mail:hover{
	transition:all 0.4s;
	transform:scale(1.1,1.1);
	background-color:#f90;
}
#quandi_bottom{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
a.link_ico{
	width:50px;
	height:50px;
	background-color:var(--back_color);
	color:#fff;	
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:1.6rem;
	border-radius:50%;
}
a.link_ico:hover{
	background-color:#064e96;
}
.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.link{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#fff;
}
#tel{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#222;
	color:#999;
	font-size:12px;
	
}
#quandi_tel{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	width:auto;
	max-width:var(--max_width);
	height:auto;	
	margin:auto;
	padding:5px;
}
#quandi_search{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_search:hover>#keywords{
	width:150px;
	transition:all 0.4s;
	opacity:1;
}
#keywords{
	width:0px;
	height:24x;
	line-height:24px;
	border-radius:2px;
	transition:all 0.4s;
	border:1px solid #999;
	background-color:transparent;
	color:#999;
	opacity:0;
}
#bt_search{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	color:#999;
	font-size:1.2rem;
}
.tel_email:before{margin-right:10px;}

.logo{
	display:block;
	overflow:hidden;
	width:auto;
	height:80px;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto;
	overflow:hidden;
	width:auto;
	height:100%;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	overflow:hidden;
}
.nav_item>a.nav_on{
	color:var(--back_color);
	border-bottom:4px solid var(--back_color);
}
a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	border-bottom:4px solid var(--back_color);
}

a.nav_name:hover{
	border-bottom:4px solid var(--back_color);
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:18px;
	text-transform:uppercase;
	box-sizing:border-box;
	border-bottom:0px solid var(--back_color);
	font-weight:bold;
}
#sub_tbody{
	width:auto;
	width:auto;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#fff;
	display:none;
	z-index:1001;
	border:1px solid #ddd;
	border-top:2px solid var(--back_color);
}
.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:5px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
	padding:5px;
	color:#fff;
	background-color:var(--back_color);
	padding-left:10px;
	padding-right:10px;
}

.banner_list{
	display:block;
	width:auto;
	height:calc(100vw*800/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
}
.banner_item{
	width:100%;
	height:100%;
	overflow:hidden;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.banner_pic{
	display:block;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: top;
	
}
.banner_back{
	display:flex;
	display: -webkit-flex;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0,0.6);
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	white-space: normal;
	word-break: break-all;
}
@media (max-width:767px){
	.banner_list{
		height: auto;
	}
	.banner_pic{
		object-fit: unset;
		width:100%;
	}
	.banner_back{
		position:relative;
		background-color: var(--back_color);
		padding: 20px;
		box-sizing: border-box;
		width: auto;
	}
}
.banner_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin: auto;
	color: #fff;
	text-align:center;
	max-width: 700px;
}
.banner_name{
	font-size:3rem;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 1.2;
}
@media (max-width:480px)
{
	.banner_name{font-size: 2rem;}
}
.banner_miaoshu{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.2rem;
	overflow: hidden;
	line-height: 1.5;
	word-wrap: normal;
	word-break: break-word;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.banner_more{
	display: block;
	width: auto;
	height: auto;
	width:150px;
	height: 40px;
	line-height: 40px;
	background-color: var(--back_color);
	color: #fff;
	margin: auto;
	
	border-radius: 4px;
}
a.banner_more:hover{
	background-color: #f90;
}
.title{
	font-size:3rem;
	color:#333;
	text-shadow:0px 0px 5px rgba(255,255,255,1);
	display:block;
	margin:auto;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Roboto", serif;
}

.banner{
	display:flex;
	width:100%;
	height:300px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	background-color:#f5f5f5;
}
@media (max-width:480px){
	.banner{height:120px;}
}
.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:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	
}
#page_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
}
@media (max-width:480px)
{
	#pagebar>a{display:none;}
	#page_index>.bt_page:last-child{
		border-right:1px solid #555;
	}
}

a.bt_page_hover{
	background-color:#555;
	color:#fff;
}
a.bt_page{
	width:auto;
	min-width:40px;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
}
a.bt_page:last-child{border-right:1px solid #555;}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
#mm{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	border-top:1px solid #ddd;
}
@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:18px;
	font-weight:bold;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	border-top:1px solid #ddd;
}
.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;
	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;
}
.yuan{
	 text-align:center; 
	 border:2px solid var(--back_color); 
	 border-radius: 50%;
	 padding:20px;
	 line-height:1.2;
width:33.3%!important;
white-space:nowrap;
}
.ico_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.ico_ico{
	width: 30px;
	height: 30px;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
}
a.ico_ico:hover{
	background-color: #000;
	color: #fff;
}
#quandi_css{display:none;}