﻿@charset "utf-8";
@import url(images/kf/quandi.css);
p,span,form{
	padding:0px;
	margin:auto;
}
.tb_img{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	max-width:100%;
	max-height:100%;
	padding:10px;
	box-sizing:border-box;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	transition:all 0.4s;
}
.tb_img{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
html{
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	overflow:auto;
	font-size:12px;
	line-height:1.8;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1rem;
}
@media (max-width:767px){
	body{padding-bottom:50px;}
}
a:link,a:visited{
	font-size:1rem;
	color:#000;
	text-decoration:none;
}
a:hover,a:active{
	font-size:1rem;
	color:#f00;
	text-decoration:none;
}
#quan_head{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	border-bottom:1px solid #ddd;
}
#quan_head_tbody{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	margin:auto;
	overflow:hidden;
	max-width:1140px;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:440px){
	#quan_head_tbody{
		justify-content:unset;
		grid-template-columns:auto 50px;
		margin-top:5px;
		margin-bottom:5px;
	}
}
#quan_body{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1140px;
}
#quan_foot{
	background-color:#000;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	display:block;
}
#quan_foot_tbody{
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto 350px;
	column-gap:40px;
	row-gap:20px;
	max-width:1140px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		column-gap:20px;
	}
}
#quandi_letter{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.letter_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.5rem;
	line-height:2;
}
.letter_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#999!important;
}
#qd_mail{
	width:300px;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:transparent;
	border:1px solid #999;
	height:40px;
	line-height:40px;
	margin-top:10px;
	margin-bottom:10px;
	
}
#bt_mail{
	width:120px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	display:block;
	background-color:#72bb38;
	color:#fff;
}
#quandi_link{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto;
	column-gap:40px;
	row-gap:20px;
	
}
@media (max-width:480px){
	#quandi_link{
		grid-template-columns:auto;
		padding:10px;
	}
}
.link_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.link_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.5rem;
	line-height:2;
}
.link_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	word-break:break-all;
}
#quan_foot *{
	color:#fff;
}
#quan_foot a{
	color:#fff;
}
#quandi_welcome_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
#welcome{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	padding:5px;
}
#quandi_welcome{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.top_tb{
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
.top_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
.top_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-weight:bold;
	font-size:2rem;
	color:#72bb38;
}
@media (max-width:440px){
	.top_tb{
		grid-template-columns:60px auto;
	}
	.top_name{
		display:none;
	}
}
.top_cname{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-weight:bold;
	font-size:1.5rem;
	color:#72bb38;
}
@media (max-width:440px){
	.top_cname{
		display:block;
	}
}
.tel_tb{
	display:grid;
	grid-template-columns:60px auto;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){.tel_tb{display:none;}}
.tel_left{
	font-size:3rem!important;
	font-weight:bold;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
}
.tel_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#888;
	font-size:12px;
	white-space:nowrap;
	line-height:1.5;
}
.tel_name:before{margin-right:5px;}
.tel_miaoshu{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:nowrap;
	font-weight:bold;
	font-size:2rem;
	color:#333;
	line-height:1.5;
}
#quandi_nav_back{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#eee;
	background-image:linear-gradient(0deg,#ddd,#f5f5f5);
}
@media (max-width:767px){
	#quandi_nav_back{display:none;}
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1140px;
}
.nav_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}
.nav_item:first-child>a{
	border-left:1px double #ccc;
}
a.nav_name{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:50px;
	text-transform:uppercase;
	font-size:1.1rem;
}
a.nav_name:hover{
	font-weight:bold;
	line-height:50px;
}
a.nav_hover{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight:bold;
	line-height:50px;
	font-size:1.1rem;
}
#quandi_banner{
	position:relative;
	overflow:hidden;
	height:auto;
	margin:auto;
}
a.banner_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	overflow:hidden;
	height:calc(100vw*300/1920);
	margin:auto;
	background-size: cover;
}
#quandi_fla{
	position:relative;
	overflow:hidden;
	height:auto;
	margin:auto;
	max-width:1920px;
	background-color:#f5f5f5;
}
a.fla_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	overflow:hidden;
	height:calc(100vw*600/1920);
	margin:auto;
	max-width:1920px;
	background-size: cover;
}
#banner{display:none;}
.nivo-caption{max-width:unset;}
.banner_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color:rgba(0,0,0,0.6);
	text-align: center;
	color: #fff;
	padding: 20px;
}
.banner_index{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.banner_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:4rem;
	line-height:1.5;
	text-stroke:2px #72bb38;
	text-shadow:0px 0px 10px #72bb38;
	letter-spacing:2px;
}
.banner_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2rem;
	line-height:1.5;
	letter-spacing:2px;
	word-break:break-all;
}
@media (max-width:480px){
	.banner_name{font-size:16px;}
	.banner_miaoshu{font-size:10px;letter-spacing:0px;font-weight:normal;line-height:1.2;}
}
#quandi_lianjie{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
.lianjie_ico{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:2rem;
	overflow:hidden;
	width:30px;
	height:30px;
	margin:2px;
}
#bottom{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1140px;
	margin:auto;
}
@media (max-width:480px){
	#bottom{
		grid-template-columns:auto;
		justify-content:center;
	}
}
#quandi_bottom{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.page{
	margin-top:20px;
	margin-bottom:20px;
}
#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:none;
	overflow:auto;
	margin:auto;
	width:50%;
	height:100%;
	position:fixed;	
	right:0px;
	top:0px;
	bottom:0px;
	font-size:0px;
	z-index:2002;
	max-width:250px;
	background-color:rgba(255,255,255,0.9);
	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;
	vertical-align:top;
	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;
	vertical-align:top;
	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:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	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;
}
#lan{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.lan_name{
	display:block;
	overflow:hidden;
	margin:2px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:12px;
	text-align:center;
	background-color:#72bb38;
	color:#fff;
}
a.lan_name:hover{
	background-color:#F90;
}
#quandi_css{display:none;}