﻿@charset "utf-8";
@import url('css/bootstrap.min.css');
@import url('css/style.css');
@import url('css/responsive.css');
@import url('css/owl.carousel.min.css');
@import url('css/jquery.fancybox.min.css');
@import url('css/jquery.mCustomScrollbar.min.css');
@import url("font/font.css");
:root{
	--max_width:1200px;
	--color:#003f97;
	--hover_color:#003f97;
	--font_color:#111;
	--font_family:"Roboto";
	--back_color:#03040c;
}
@media (max-width:767px){

}
.banner_pic{
	display: block;
	width: auto;
	height:calc(100vw*650/1920);
	max-width: 1920px;
	margin: auto;
	background-size: cover;
	background-position: top center;
}
.tb_photo{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	background-color: #fff;
}
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.contact_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width: auto;
	height:auto;
	overflow: hidden;
}
.contact_tb{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 1.1rem;
}
.contact_ico{
	width:auto;
	height: auto;
}
.cate_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width: auto;
	height:auto;
	overflow: hidden;
}
.cate_tb{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 1.1rem;
}
.cate_tb>a{
	color:#fff;
	font-size: 1.1rem;
}
.link_list{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.link_ico{
	color:#fff;
	width:20px;
	height: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
}
.loc{
	display: block;
	width: auto;
	height: auto;
	background-color: #f5f5f5;
	clear: both;
	border-bottom: 1px solid #ddd;
}
.loc_tb{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	margin: auto;
	width: auto;
	height: auto;
	max-width:var(--max_width);
	padding: 15px;
	font-size:12px;
	overflow: auto;
	white-space: nowrap;
}
.loc_tb a{font-size:12px;}
#quan_head{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#quan_head_tbody{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	max-width: var(--max_width);
}
.logo{
	width:auto;
	height:90px;
	display:block;
	overflow:hidden;
}
.nav_list{
	width:auto;
	height:auto;
	display:flex;
	display: -webkit-flex;
	overflow:hidden;
	margin-left: auto;
}
@media (max-width:767px){
	.nav_list{
		display: none;
	}
}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
a.nav_name{
	width:auto;
	height:100%;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 1.2rem;
}
#quan_body{
	display:grid;
	grid-template-columns:auto;
	row-gap: 20px;
	margin:auto;
	width:auto;
	max-width:var(--max_width);
	height:auto;
	margin-top:40px;
	margin-bottom:20px;
	clear:both;
}
@media (max-width:767px){#quan_body{grid-template-columns:auto;padding:10px;max-width:96%;}}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color: var(--hover_color);
	height:auto;
	text-align:center;
	padding:20px;
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 2px;
	row-gap:2px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_cate_tbody{display:none;}
}
#cate{
	display:none;
	width:100%;
	height:50px;
	padding:10px;
	border:1px solid #ddd;
	margin:auto;
	outline:none;
}
@media (max-width:767px){
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	background-color:#f5f5f5;
	padding:10px;
}
a.cate_name:hover{
	color:var(--hover_color);
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:10px;
	background-color:var(--hover_color);
	color:#fff;
}
.page{
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.page_select{
	line-height: 1;
	padding: 5px;
}
.page_btn{
	line-height: 1;
	font-size: 12px;
}
.page_input{
	line-height: 1;
	font-size: 12px;
}
.contact_list{
	overflow:hidden;
	clear:both;
	width:auto;
	height:auto;
}
#mm_tb{
	display: block;
	background-color: var(--hover_color);
	width:0px;
	height: 100%;
	position: fixed;
	left: 0px;
	right: auto;
	top:0px;
	bottom: 0px;
	margin: auto;
	color:#fff;	
	box-sizing: border-box;
	z-index: 200;
	overflow: hidden;
}
#mm_thead{
	display: flex;
	display: -webkit-flex;
	width: auto;
	height: auto;
	overflow: hidden;
	justify-content: flex-end;
	padding: 20px;
}
#mm_tbody{
	padding: 20px;
	overflow:hidden;
	width:auto;
	height:auto;
	display: block;
	margin: auto;
}
#mm_close{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 1.5rem;
	border-radius: 50%;
}
#mm{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: auto;
	font-size: 1.5rem;
	border-radius: 50%;
}
.mm_item{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width:auto;
	height:auto;
}
a.mm_name{
	width:auto;
	height:auto;
	display: block;
	overflow: hidden;
	padding: 10px;
	color: #fff;
	font-size: 1.2rem;
}
#quan_foot{
	width:auto;
	height:auto;
	display: block;
	margin: auto;
	background-color: var(--hover_color);
	overflow: hidden;
	clear: both;
}
#quan_foot_tbody{
	width:auto;
	height:auto;
	display: grid;
	grid-template-columns: 30% auto auto;
	column-gap: 5%;
	row-gap: 20px;
	justify-content: space-between;
	margin: auto;
	max-width: var(--max_width);
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns: auto;
	}
}
.foot_item{
	width:auto;
	height:auto;
	display: block;
	overflow: hidden;
}
@media (max-width:767px){
	.foot_item{
		border-bottom: 1px dotted #fff;
		padding: 20px;
	}
}
.foot_title{
	font-size: 1.7rem;
	color:#fff;
}
.foot_tbody{
	width:auto;
	height:auto;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.copy{
	width:auto;
	height:auto;
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.copy a{color: #fff;}
.letter_list{
	width:auto;
	height:auto;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	overflow: hidden;
}
.letter_list .form-item{grid-template-columns: auto;}
.letter_list .form-tfoot{grid-template-columns: auto;}
.letter_list .form-left{display: none;}
.letter_list #form-save{
	display: block;
	background-color: #000;
	color: #fff;
}
.letter_list #form-save:hover{
	background-color: #fff;
	color: #000;
}