﻿@charset "utf-8";
@import url(images/kf/quandi.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
:root{
	--back_color: #1f386e;
	--hover_color:#e52f3c;
	--max_width:1200px;
	--max_margin:80px;
	--max_margina:60px;
}
.tb_img{
	margin:auto;
	width:100%;
	height: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;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
p,form{margin:auto;padding:0px;}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#000;
	font-size:14px;
	line-height:2;
	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;
	line-height:2;
	font-family: 'Montserrat', sans-serif;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
	font-family: 'Montserrat', sans-serif;
}
a:hover,a:active{
	text-decoration:none;
	color:#f00;
	font-size:1rem;
	font-family: 'Montserrat', sans-serif;
}
#quan_head{
	display: block;
	margin: auto;
	padding: 10px;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top:0px;
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	z-index: 200;
}
#quan_head_tbody{
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	max-width: var(--max_width);
	margin: auto;
}
#quan_foot{
	display: block;
	width: auto;
	height: auto;
	background-color: var(--back_color);
	margin: auto;
	overflow: hidden;
	color:#fff;
}
#quan_foot a{color:#fff;}
#quan_foot_tbody{
	display: grid;
	grid-template-columns: auto 35%;
	column-gap: 10%;
	row-gap: 30px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width: var(--max_width);
	margin-top: var(--max_margin);
	margin-bottom: var(--max_margin);
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns: auto;
		padding: 10px;
	}
}
.foot_item{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
#quan_body{
	display: grid;
	grid-template-columns: 20% auto;
	column-gap: 30px;
	row-gap: 30px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width: var(--max_width);
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width:767px){
	#quan_body{
		grid-template-columns:auto;
		padding: 10px;
		margin: auto;
	}
}
.copy{
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
.daohang_list{
	display: -webkit-flex;
	display: flex;
	column-gap: 10px;
	row-gap:10px;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: var(--max_width);
}
a.daohang_ico{
	color:#fff;
	font-size:1.5rem;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}
a.daohang_ico:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
.message_title{
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	line-height: 1.2;
	position: relative;
}
.message_title:before{
	position:absolute;
	left: 0px;
	bottom:-2px;
	height: 3px;
	width: 50px;
	background-color: #e52f3c;
	content: "";
}
.message_miaoshu{
	margin-top: 10px;
	color: rgba(255,255,255,0.4);
}
.message_list{
	margin-top: 20px;
	display: grid;
	grid-template-columns: calc(50% - 20px/2) auto;
	row-gap: 20px;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.message_list .form-item:nth-child(n+3){
	grid-column-start: 1;
	grid-column-end: 3;
}
.message_list .form-textarea{
	height: 150px;
	resize: vertical;
}
.message_list #form-save{
	background-color: #e52f3c;
}
.message_list #form-save:hover{
	background-color: #fff;
	color: var(--back_color);
}
.message_list>#form_tbody{
	display: grid;
	grid-template-columns: calc(50% - 20px/2) calc(50% - 20px/2);
	column-gap: 20px;
	row-gap:20px;
	width: auto;
	height: auto;
}
.message_list>#form_tbody>.form_item{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
}
.message_list>#form_tbody>.form_item:nth-child(3){
	grid-column-start: 1;
	grid-column-end:3;
}
.message_list>#form_tfoot{
	display: block;
}
.message_list>#form_tfoot>#form_bt{
	border:2px solid #fff;
	height: 50px;
	list-style: 50px;
	width: 160px;
	background-color: transparent;
}
.message_list>#form_tfoot>#form_bt:hover{
	background-color: #fff;
	color:var(--back_color)!important;
}
.form_input{outline: none;}
.form_textarea{outline: none;}
.contact_title{
	font-size: 1.4rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.contact_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 20px;
}
.contact_tb{
	display: block;
	width: auto;
	height: auto;
}
.contact_name{
	font-size: 1.1rem;
}
.contact_miaoshu{
	color:rgba(255,255,255,0.4);
}

a.top_tb{
	color:var(--back_color);
	font-weight: bold;
	display: block;
	font-size: 2.2rem;
	
}
.logo{
	display: block;
	width: auto;
	height: 50px;
}
#quandi_nav{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto; 
}
@media (max-width:767px){
	#quandi_nav{display: none;}
}
.nav_item{
	display: block;
	width: auto;
	height: auto;
}
a.nav_name{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: bold;
	color: var(--back_color);
	padding-left: 20px;
	padding-right: 20px;
}
a.nav_hover{
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: bold;
	color: var(--hover_color);
	padding-left: 20px;
	padding-right: 20px;
}
#sub_tbody{
	display: none;
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}
.sub_item{
	display: block;
	width: auto;
	height: auto;
}
a.sub_name{
	display: block;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.banner_list{
	display: block;
	width: auto;
	height: calc(100vw*760/1920);
	margin: auto;
	max-width: 1920px;
	position:relative;
}
@media (max-width:767px){
	.banner_list{
		height: 250px;
	}
}
.banner_pic{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_back{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
}
.banner_tb{
	margin: auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	max-width:700px;
	line-height: 1.2;
	text-align: center;
	color:#fff;
	white-space: normal;
}
.banner_name{
	font-weight: bold;
	font-size: 4.5rem;
}
.banner_miaoshu{
	font-size: 1.2rem;
}
a.banner_more{
	width:140px;
	height: 46px;
	line-height: 46px;
	background-color: var(--hover_color);
	color:#fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin: auto;
}
a.banner_more:hover{
	background-color:var(--back_color);
}

.loc{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.loc_tb{
	margin: auto;	
	display: -webkit-flex;
	display: flex;
	align-items: center;
	column-gap: 5px;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	white-space:nowrap;
	max-width: var(--max_width);
	text-transform: uppercase;
}
#mm{
	display: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #333;
	text-align:center;
	color: #fff;
}
@media (max-width:767px){
	#mm{
		display: -webkit-flex;
		display: flex;
		
	}
}
#mm_tb{
	background-color:#333;
	display: none;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding:10px;
}

#mm_tbody{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
}
#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;
}

.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_cate{
	display: block;
	width: auto;
	height: auto;
	border: 1px solid #ddd;
}
#quandi_cate_thead{
	font-size: 1.8rem;
	text-align: center;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
#quandi_cate_tbody{
	display: block;
	width:auto;
	height: auto;
	margin-top:10px;
	margin-bottom: 10px;
}
.cate_item{
	display: block;
	width:auto;
	height: auto;
}
a.cate_name{
	display: block;
	width:auto;
	height: auto;
	padding: 10px;
	text-align: center;
}
a.cate_name:hover{
	background-color: #f5f5f5;
}
a.cate_hover{
	display: block;
	width:auto;
	height: auto;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
#cate{
	display: none;
	width:100%;
	height: 50px;
	border: none;
	outline: none;
}
@media (max-width:767px){
	#cate{display: block;}
	#quandi_cate_tbody{display: none;}
}
.pagebar{
	margin-top: 20px;
}
#search{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
#search_tbody{
	display: grid;
	grid-template-columns: auto 40px;
	height: auto;
	overflow: hidden;
}
#keywords{
	border: 1px solid #ddd;
	outline: none;
	width: 100%;
	height: 100%;
}
#bt_search{
	background-color: #333;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
#bt_search:hover{
	background-color: #f90;
}