/* 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:-50px; bottom:30%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 44px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.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:#222;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-phone {display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; width:44px; height:44px;line-height: 44px;  background:#222;border-radius: 100%; }
.right-phone img {filter: invert(1); width: 20px;}
.right-tool-bar-show { right:10px; }

footer { background: #222222; color: #fff;  font-size: 16px; line-height: 30px; font-weight: 400; letter-spacing: 0.05rem;}
.footer-top { padding: 60px 3% 30px 3%; max-width: 1220px; margin:0 auto; display:flex; flex-direction: row; flex-wrap: wrap; overflow: hidden;}
.footer-top > div { width: 33.33%; padding-bottom: 30px;}
.footer-title { padding-bottom: 16px; font-weight: 700; font-size: 20px;}
.footer-link { display:flex; flex-direction: row; flex-wrap: wrap;}
.footer-link > a { display: block; width: 100%; padding-right: 3%; color: #fff; padding-bottom: 5px;}
.footer-link > a:hover { text-decoration: underline;}
.footer-info { display:flex; flex-direction: row; flex-wrap: wrap;}
.footer-info > div:nth-child(odd) { width: 25px;}
.footer-info > div:nth-child(odd) img { width: 20px;}
.footer-info > div:nth-child(even) { width: calc(100% - 25px); padding-left: 8px;}
.footer-info > div:nth-child(even) a { color: #fff;}

.copyright { text-align: center; padding: 12px 3%; background: #d0111b; font-size: 16px;}

.footer_sitemap:link, .footer_sitemap:visited {color: #fff;font-size: 14px;transition: all .3s;}
.footer_sitemap:hover {color: #fff; text-decoration:underline;}

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

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

@media only screen and (max-width: 980px) {
	.footer-top { padding: 30px 3% 20px 3%;}
    .footer-top > div { width: 100%; padding-bottom: 30px;}
    .footer-top > div:nth-of-type(1), .footer-top > div:nth-of-type(2) { display: none;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}

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

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