/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 1279px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool-bar { position: fixed; right:0px; bottom:20%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width:46px; height:46px;line-height: 0px; background:#eac04d;border-radius: 0%; margin-bottom: 10px;display: flex; flex-direction: row;flex-wrap: nowrap; align-items: center; justify-content: center; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div img { width:23px; }
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { cursor: pointer;  text-align: center; position: relative;}
#gotop div { position: absolute; width: 10px; height: 10px; display: block; border-width: 1px 1px 0 0 ; border-style:solid; border-color: #0c3265;top:46%; left: 55%; transform: rotate(-45deg) translate(-50%, -50%); }

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

footer { font-size: 15px; line-height:1.8; color: #fff; letter-spacing: 0; font-weight: 400; background: #0c3265;}

.footer-top-section { padding: calc(20px + 4%) 5%;}
.footer-top-content { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-top-content > div:nth-of-type(1) { width: 33%; padding-right: 5%; border-right: 1px solid rgba(255,255,255,.2);}
.footer-top-content > div:nth-of-type(2) { width: 67%; padding-left: 5%;}

.footer-logo { padding-bottom: 20px;}
.footer-logo img { width: 93px;}

.footer-info .layout-nowrap { padding-bottom: 2px; color: rgba(255,255,255,.7);}
.footer-info .layout-nowrap a { color: rgba(255,255,255,.7);}
.footer-info .layout-nowrap a:hover { color: rgba(255,255,255,1);}
.footer-info .layout-nowrap > div:nth-of-type(1) { white-space: nowrap; padding-right: 4px;}

.footer-link { display: flex; flex-direction: row;flex-wrap: wrap;}
.footer-link > div { width: 20%; padding-right: 3.5%;}

.footer-link-1 { position: relative;}
.footer-link-1 > a { display: block; margin-bottom: 12px; color: #fff; line-height: 1.2;font-weight: 500; position: relative; padding-right: 30px;}
.footer-link-1-btn { display: none; width: 15px; height: 15px; top:50%; right: 5px; transform: translateY(-50%); position: absolute; z-index: 3; cursor: pointer; border: 0px solid #fff;}
.footer-link-1-btn:after { display: inline-block; width: 9px; height: 9px; border-width: 0 1px 1px 0; border-style: solid; border-color: #fff; top:30%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); position: absolute; content: "";}
.footer-link-1-btn-close:after { transform: translate(-50%, -50%) rotate(-135deg); top:60%;}
.footer-link-1 > a:hover { opacity: 0.6;}
.footer-link-2 { padding-top: 10px;}
.footer-link-2 > a { display: block; margin-bottom: 6px; color: #fff; line-height: 1.2; opacity: 0.5; }
.footer-link-2 > a:hover { opacity: 1;}

.copyright { background: #0a2b57; text-align: center; padding: 15px 5%; color: rgba(255,255,255,.3); line-height: 1.2;}
.copyright span { display: inline-block;}

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

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

@media only screen and (max-width: 980px) {
	.footer-top-content > div:nth-of-type(1) { width: 100%; padding-right: 0%; border-bottom: 1px solid rgba(255,255,255,.2);border-right: 0px solid rgba(255,255,255,.2); padding-bottom: 30px; margin-bottom: 30px;}
	.footer-top-content > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	.footer-link > div { width: 100%; padding-right: 0%; }
	.footer-link-1-btn { display: block;}
	.footer-link-2 { display: none; padding-bottom: 10px; padding-top: 0; }
	.footer-link-1 {margin-bottom: 10px;}
	.footer-link-1 > a {border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px;}
	
}
@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) {
	
}