/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool-bar { position: fixed; right:10px; top:40%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 44px;height: 44px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;background:#464660; border-radius: 100%;display: flex; flex-direction: row;flex-wrap: nowrap; align-items: center; justify-content: center; line-height: 1;}
.right-tool-bar > div img { width: 25px;}
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:44px; height:44px;line-height: 44px;  background:#464660;border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 16.5px;}
#gotop a:hover { }

.right-tool-bar-show { right:10px; }

footer { background: #44538e; padding: calc(20px + 4%) 5%; color: #fff; letter-spacing: 0.1rem; font-size: 17px; font-weight: 400; line-height: 1.6;}
footer a { color: #fff !important;}
footer a:hover { color: #f4ed6b !important;}
.footer-content {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.footer-content > div:nth-of-type(2) { text-align: right;}

.footer-logo { width: 315px; margin-bottom: 20px;}
.ft-s-logo { display: none; }
.footer-link { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link > a { display: inline-block; margin: 0 7px 10px 7px;}

.footer-phone { font-weight: 700; line-height: 1.1; padding-bottom: 15px;}
.footer-info {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;}
.footer-info > div {margin-bottom: 15px; }
.footer-qrcode { display: flex; flex-direction: row; flex-wrap: nowrap;}
.footer-qrcode > div {margin-left: 12px;}
.footer-qrcode > div img { width: 90px;}

.copyright { font-size: 15px;}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.7); right: 0;}
}

@media only screen and (max-width: 1279px) {
	footer { font-size: 16px;}
	
	.footer-content { flex-direction: column;}
    .ft-l-logo{display: none;}
    .ft-s-logo { display: block; }
	.footer-logo { width: 220px; margin:0 auto 20px auto;}
	.footer-link { justify-content: center;}
	.footer-content > div:nth-of-type(2) { text-align: center;}
	.footer-info { flex-direction: column;}
	.footer-info > div {margin-bottom: 15px; justify-content: center;}
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.copyright { font-size: 15px;}
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	
}