/* 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:27px; bottom:20px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:45px; height:45px;line-height: 40px;  background:#000; 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); opacity: 0.5;}
#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: 17px;}
#gotop a:hover { opacity: 1;}


footer { background: #0b2f51; line-height: 24px;}
.footer-top { padding: 50px 20px;}
.footer-content { display: flex; flex-direction: row; flex-wrap: nowrap;}
.footer-content > div:nth-of-type(1) { width: 18%;}
.footer-content > div:nth-of-type(2) { width: 34%;}
.footer-content > div:nth-of-type(3) { width: 18%;}
.footer-content > div:nth-of-type(4) { width: 30%;}
.footer-title { border-bottom: 1px solid #fff; padding-bottom: 25px; color: #fff; font-weight: bold; font-size: 19px; margin-bottom: 35px;}
.footer-data { padding-left: 12%; padding-right: 12%;}
.footer-data2 { padding-right: 12%;}
.footer-link { line-height: 32px; border-right: 1px solid #fff; min-height: 368px;}
.footer-link > a { display: block; color: #fff; font-size: 16px;}
.footer-link > a:hover { opacity: 0.5;}

.footer-line { border-top:1px solid #fff; margin-top: 15px; padding-bottom: 20px;}

.footer-info { font-size: 16px; color: #fff;}
.footer-info a { font-size: 16px; color: #fff;}
.footer-info > div { padding-bottom: 15px;}

.footer-social > a { color:#fff; font-size: 30px; margin-right: 15px;}

.copyright { background: #0d2332; padding: 20px; color: #fff; font-size: 14px; letter-spacing: 0.05rem; text-align: center;}
.copyright a { color: #fff; } 


@media only screen and (max-width:  1200px) {
	
}
@media only screen and (max-width: 980px) {
	.footer-top { padding: 50px 20px 30px 20px;}
	.footer-content { flex-direction: column;}
	.footer-content > div:nth-of-type(1) { width: 100%;}
	.footer-content > div:nth-of-type(2) { width: 100%;}
	.footer-content > div:nth-of-type(3) { width: 100%;}
	.footer-content > div:nth-of-type(4) { width: 100%;}
	.footer-data { padding-left: 0%; padding-right: 0%;}
	.footer-data2 { padding-right: 0%;}
	.footer-link { border-right: 0px solid #fff;; min-height: inherit; margin-bottom: 25px;}
	.footer-title { padding-bottom: 15px; margin-bottom: 10px;}
	
}
@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) {

}