/* CSS Document */
<!--
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3f3f3f;
	background-image: url(../images/123.gif);
	text-decoration: none;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3f3f3f;
	text-decoration: none;
}
.Px_font {
	font-size: 10pt;
	color: #175f87;
	font-weight: bold;
	text-decoration: none;
}
.Menu_font {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	color: #3f3f3f;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #3f3f3f;
	text-decoration: none;
}
.Menu_Hover_font {
	font-size: 10pt;
	color: #05485b;
	font-weight: bold;
	text-decoration: none;
}
.Mews_font {
	font-size: 10pt;
	color: #37669a;
	font-weight: bold;
	text-decoration: none;
}
.Branch_font {
	font-size: 10pt;
	color: #F3AC20;
	font-weight: bold;
	text-decoration: none;
}
.Red_font {
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
}
.Datetime_font {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.Nav{
	width:99%;
	margin:10px auto;
	border-radius:6px;
	border:1px solid #d6d6d6;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
a.Nav_font{
	display:block;
	padding:4px 0;
	font-size: 10pt;
	color: #175f87;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
a.Nav_font:after{
	display:block;
	content:'';
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	height:30px;
	border-right: 1px dashed #d8d8d7;
}
a.Nav_font img{
	max-width:100%;
	max-height:100%;
	-webkit-transition:all 300ms ease 0s;
	transition:all 300ms ease 0s;
	transform:scale(0.8, 0.8);
	-webkit-transform:scale(0.8, 0.8);
	}
a.Nav_font abbr{
	margin-left:5px;
}
a.Nav_font:hover{
	color: #333;
}
a.Nav_font:hover img{
	transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
}
a.Nav_font span{
	display:block;
	font-size:9pt;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
}
a.Nav_none:after{
	display:block;
	content:'';
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	height:30px;
	border-right:none;
}
.swiper-banner{
	width:1000px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.swiper-banner{
	--swiper-theme-color:#fff;
	--swiper-navigation-color:#389fff;
}
.swiper-banner img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
-->