/* 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);}

footer { background: #00559d; padding: 45px 20px 0 20px; color: #fff; font-weight: 400;}
.footer-top { display: flex; flex-direction: row; flex-wrap: nowrap;}
.footer-top > div { padding-right: 40px; margin-bottom: 30px;}
.footer-top > div:nth-of-type(1) { width: 25%;}
.footer-top > div:nth-of-type(2) { width: 45%;}
.footer-top > div:nth-of-type(3) { width: 20%;}
.footer-top > div:nth-of-type(4) { width: 20%;}
.footer-title { font-weight: 700; font-size: 17px; padding-bottom: 14px; letter-spacing: 0.05rem;}
.footer-link a { display: block; color: #fff; font-size: 15px; line-height: 28px;}
.footer-link a:hover { opacity: 0.6;}
.footer-pro { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-pro > a { width: 50%; line-height: 28px; display: block; color: #fff; font-size: 15px;}
.footer-pro > a:hover { opacity: 0.6;}
.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.footer-info > div { margin-bottom: 10px;}
.footer-info > div:nth-child(odd) { width: 36px;}
.footer-info > div:nth-child(even) { width: calc(100% - 36px); font-size: 15px;}
.footer-info > div:nth-child(even) a { color: #fff;}
.footer-info > div:nth-child(even) a:hover { opacity: 0.6;}
.footer-info > div:nth-child(odd) img { width: 24px;}
.footer-social a { display: inline-block; margin: 0 10px 10px 0;}
.footer-social a img { width: 30px;}

.copyright { text-align: center; padding: 0 20px 35px 20px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 20px; letter-spacing: 0.05rem;}
/* contactus_result */
.contactus_result {
  min-height: 200px;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px; 
}
.contactus_result p{margin-bottom: 30px;font-weight: 600;}
.cont_rst_back {
  display: block;
  width: 130px;
  margin: 0 auto;
  background: #00559d;
  color: #fff;
  text-align: center;
  padding: 4px 10px 6px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 85, 157, .8);
}
@media only screen and (max-width: 980px) {
	.footer-top {flex-direction: column;}
	.footer-top > div {width: 100% !important; padding-right: 0;}
}