﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.tb_img{
  margin:auto;
  height:auto;
  width:auto;
  overflow:auto;
  display:block;
  max-width:100%;
  max-height:100%;
  transition:all 0.4s;
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  padding:10px;
  box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
html{
  margin:auto;
  height:100%;
  width:100%;
  overflow:auto;
  display:block;
  font-size:14px;
  line-height:2;
  font-family:"微软雅黑";
  color:#333;
}
@media (max-width:767px){
	html{
		font-size:12px;
	}
}
body{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  font-size:1rem;
}
p,span,form{padding:0px;margin:auto;}
a:link,a:visited{
  color:#333;
  text-decoration:none;
  font-size:1rem;
}
a:hover,a:active{
  color:#f00;
  text-decoration:none;
  font-size:1rem;
}
#quan_head{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  border-bottom: 1px solid #ddd;
}
#quan_head_tbody{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto auto;
  justify-content: space-between;
  align-items:center;
  max-width:86%;
  column-gap: 10px;
  margin-top:10px;
  margin-bottom: 10px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 40px;max-width:unset;justify-content:center;}}
#quan_body{
  margin:auto;
  height:auto;
  width:auto;
  max-width:86%;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto;
 
  margin-bottom:20px;
  margin-top:20px;
  position: relative;
}
@media (max-width:767px){
  #quan_body{
    grid-template-columns:auto;
    row-gap:20px;
    margin: auto;
    padding: 10px;
    max-width: unset;
    row-gap:20px;
  }
}
#quan_foot{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  clear:both;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid #ddd;
}
#quan_foot_tbody{
  width:auto;
  max-width:86%;
  height:auto;
  display:grid;
  grid-template-columns:auto auto;
  justify-content:space-between;
  column-gap:10px;
  row-gap:10px;
  overflow:hidden;
  margin:auto;
}
@media (max-width:767px){#quan_foot_tbody{ grid-template-columns:auto;align-items: center;}}
#quan_left{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
#quan_center{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}

.top_tb{
  display: grid;
  grid-template-columns: 80px auto;
  column-gap: 10px;
  width: auto;
  align-items: center;
  width: auto;
  height: auto;
  overflow: hidden;
}
@media (max-width:480px){
  .top_tb{
    grid-template-columns: 50px auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.top_right{
  line-height: 1.2;
  white-space: nowrap;
}
.top_title{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  font-size: 1.8rem;
  font-weight: bold;
}
.top_miaoshu{
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width:480px){
  .top_title{
   font-size: 1.6rem;
  }
  .top_miaoshu{font-size: 10px;}
}
.logo{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  max-width:100%;
}
@media (max-width:767px){.logo{max-height:80px;}}
#quandi_nav{
  height:100%;
  width:auto;
  overflow:hidden;
  display:flex;
  display: -webkit-flex;
}
@media (max-width:767px){
	#quandi_nav{display:none;}
}
.nav_item{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  min-width: 120px;
}
a.nav_name{
  font-size:1.2rem;
  text-align:center;
  display:flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width:auto;
  height:100%;
  overflow:hidden;
  white-space:nowrap;
}
a.nav_name:hover{background-color: #eee;}
a.nav_hover{
  font-size:1.2rem;
  text-align:center;
  display:flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width:auto;
  height:100%;
  overflow:hidden;
  white-space:nowrap;
  font-weight:bold;
  background-color: #eee;
}
.tb_main_tb{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
.tb_main_thead{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  font-size:1rem;
  font-weight:bold;
  text-align:left;
  color:#fff;
  padding:5px;
  line-height:30px;
  color:#fff;
  background-color:#6083ab;
}
.tb_main_tbody{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
}
.loc{
  margin:auto;
  height:auto;
  width:auto;
  display:block;
  border-bottom: 1px solid #ddd;
}
.loc_tb{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:flex;
  display: -webkit-flex;
  justify-content: space-between;
  column-gap: 10px;
  align-items: center;
  max-width: 86%;
}
@media (max-width:480px){
  .loc_tb{
    max-width: unset;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
}
.loc_left{
  display:flex;
  display: -webkit-flex;
  column-gap: 10px;
  align-items: center;
  padding: 10px;
}
.tb_loc_thead>a{color:#6083ab;}
#quandi_cate{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
}
#quandi_cate_thead{
  display:none;
  width:auto;
  height:40px;
  line-height:40px;
  padding:10px;
  background-color:#6083ab;
  font-size:1.5rem;
  overflow:hidden;
  text-align: center;
  border-radius: 5px;
  color:#fff;
}
#quandi_cate_tbody{
  display:flex;
  display: -webkit-flex;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  text-align:center;
}
#cate{
  height:50px;
  width:100%;
  overflow:hidden;
  display:none;
  border: 1px solid #ddd;
  outline: none;
  margin-top: 10px;
  border-radius: 5px;
}
@media (max-width:480px){
  #quandi_cate_thead,#quandi_cate_tbody{display: none;}
  #cate{display: block;}
}

.cate_item{
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  border-left:1px solid #ddd;
  text-align:center;
}
.cate_item:last-child{
  border-right:1px solid #ddd;
}
.cate_tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	
}
a.cate_name{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  height:auto;
  text-align:center;
  padding:10px;

}

a.cate_hover{
  display:block;
  width:auto;
  height:calc(100% + 1px);
  overflow:hidden;
  height:auto;
  text-align:center;
  padding:10px;
  font-weight: bold;
  background-color: #fff;
}

.banner_list{
  margin:auto;
  height:calc(100vw*800/1920);
  width:auto;
  overflow:hidden;
  display:block;
  position:relative;
  white-space:nowrap;
  font-size:0px;
  transition:all 0.4s;
  max-width:1920px;
}

#sub_tbody{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:none;
  position:absolute;
  top:0px;
  z-index:1000;
  background-color:#fff;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.3);
}
.sub_item{
  margin:auto;
  height:auto;
  width:auto;
  overflow:hidden;
  display:block;
  padding:2px;
  padding-top:5px;
  padding-bottom:5px;
  text-align:center;
  transition:all 0.4s;
}
.sub_item>a{
  display:block;
  overflow:hidden;
  width:auto;
  height:auto;
  font-size:12px;
  padding:2px;
}
.sub_item:hover>a{
  background-color:#6083ab;
  color:#fff;
  border-radius:10px;
  
}

#quandi_link{
	max-width:86%;
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  text-align:left;
}
@media (max-width:767px){#quandi_link{display:block;padding:10px;width:auto;text-align:center;}}
@media (max-width:480px){#quandi_link{display:none;}}
.link_item{
	width:auto;
  height:auto;
  overflow:hidden;
  display:inline-block;
  margin:auto;
  text-align:center;
}
.link_item:after{
	content:"|";
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:auto;
	margin-left:10px;
	margin-right:10px;
}
.link_item:last-child:after{
	display:none;
}
#quandi_welcome_back{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  background-color:#00418b;
  background-image:url(images/wel_back.jpg);
}
#welcome{
  width:auto;
  height:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto;
  align-items:center;
  justify-content:space-between;
  margin:auto;
  max-width:86%;
  color:#fff;
  height:30px;
  line-height:30px;
  padding:5px;
  white-space:nowrap;
}
@media (max-width:767px){#welcome{grid-template-columns:auto 50px;}}
.welcome{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
}
.wx{
  display:block;
  width:100px;
  text-align:center;
  height:auto;
  margin:unset;
  background-color: #fff;
  border:1px solid #ddd;
  padding: 10px;
  position: fixed;
  right: 10px;
  bottom: 80px;
}
.wx_thead{
  width:20px;
  height: 20px;
  position: absolute;
  right:0px;
  top:-22px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  cursor: pointer;
}
.wx_thead:hover{
  background-color: #ddd;
}
.wx_pic{
  display:block;
  width:100%;
  height:auto;
  margin:auto;
}
.wx_title{
  font-size:12px;
}

.pagebar{
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
  align-items:center;
  row-gap:10px;
  column-gap:10px;
  width:auto;
  height:auto;
  margin:auto;
  overflow:hidden;
  margin-top:10px;
  margin-bottom:10px;
}
@media (max-width:767px){.pagebar{flex-direction:column;justify-content:center;}}
.pagebar_left{
  display:block;
  width:auto;
  text-align:left;
  height:auto;
  margin:unset;
}
.pagebar_right{
  display:flex;
  display:-webkit-flex;
  border:1px solid #999;
  width:auto;
  text-align:right;
  height:auto;
  margin:unset;
}
@media (max-width:767px){.pagebar_left,.pagebar_right{text-align:center;}}
a.bt_page{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  border-right:1px solid #999;
  line-height:35px;
  width:auto;
  padding-left:15px;
  padding-right:15px;
}
a.bt_page:last-child{
	border-right:none;
}
a.bt_page:hover{
  background-color:#333;
  color:#fff;
}

#mm{
	display:none;
	overflow:hidden;
	width:40px;
	height:40px;
  font-size:16px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
@media (max-width:480px){
  #mm{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	color:#999;
  position: fixed;
  left: 0px;
  right: 0px;
  top:0px;
  bottom: 0px;
  box-sizing: border-box;
  z-index: 2000;
}

#mm_tb a{color:#999;}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	align-items:center;
	padding:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
	font-size:16px;
}
#mm_thead>i{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width:30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  color:#999;
  font-size: 16px;
  border-radius: 5px;;
}
#mm_tbody{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	border-top:1px dotted #999;
}
.m_item{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  overflow: hidden;
}
.m_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.m_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
}
.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:flex;
  display: -webkit-flex;
	overflow:hidden;
	width:auto;
	height:auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.m_name_0,.m_name_0{font-size: 14px;}
.m_0 a.m_name{font-weight:normal;}
a.m_fold{
	display:flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
	overflow:hidden;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #999;
  color:#999;
}
#quandi_css{display:none;}