/* 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; }
}

#gotop { display: none; position: fixed; right:5px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:50px; height:50px; border-radius: 100%; line-height: 50px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}

.right-tool-fixed{position: fixed;right: 5px;bottom: 165px;z-index: 20;text-align: center;display: flex;flex-direction: column;}
.right-tool-fixed a{width: 50px;margin-bottom: 10px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.right-tool-fixed a:last-child{margin-bottom: 0;}
.right-tool-fixed a:hover{transform: scale(0.95);}
.right-tool-fixed a.vr360 i{display: inline-block;background: url(../images/vr360.png) no-repeat;width: 40px;height: 57px;}

footer { background:url(../images/world.png) no-repeat top left #194b7a; padding: 65px 20px 50px 20px; letter-spacing: 0.05rem; font-size: 16px; font-weight: 400; color: #fff; min-height: 286px;}
.footer-top { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid #fff;}
.footer-top > div { width: 33.33%; text-align: left; line-height: 180%;}
.footer-top > div:nth-of-type(1){margin-bottom: 3px;}
.footer-top .btn {padding: 0; margin-top: 10px; width: 100%; display: flex; flex-flow: wrap; align-items: center; border: 0; line-height: 0;}
.footer-top .btn a.vr_360 { background: #a50e0b; width: 107px; padding: 7px 10px; border-radius: 4px; text-align: center; margin-right: 15px;}
.footer-top .btn a.facebook { width: 25px; height: 25px; margin-right: 15px;}
.footer-top .btn a.facebook img { transition: ease-in all 0.3s;}
.footer-top .btn a.facebook:hover img { transform: scale(1.2);}
.footer-top a{color: #fff;}
.footer-top > a:hover{background: rgb(51 51 51 / 90%)!important; transform: translateY(-2px);}
.footer-title { font-size: 14px;}
.footer-title b { font-size: 23px; display: block;}
.footer-title strong { font-size: 23px; display: block;}
.footer-info { display: flex; flex-direction: row; flex-wrap: nowrap;}
.footer-info > div:nth-of-type(1) { width: 35px;}
.footer-info > div:nth-of-type(2) { width: calc(100% - 35px);}

.copyright { text-align: center; line-height: 21px;}
.copyright a { color: #fff;}

@media only screen and (max-width: 980px) {
	footer { padding: 40px 20px;}
	.footer-top > div { width: 100%; }
    .footer-top > div:nth-of-type(1){margin-bottom: 0px;}
    .footer-top > div:nth-of-type(3){margin-bottom: 8px;}
}