﻿@charset "UTF-8";
/*==============================================
 *   框架
 *============================================== */
.footer {
  width: 100%;
  position: relative;
  bottom: 0;
  color: #ffffff;
  text-align: center; background-color:#16306b; font-size:12px; font-weight:normal;
}
.footer::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}


/*==============================================
 *   goTop
 *============================================== */
.goTop {
  width: 53px;
  height: 53px;
  background: url("../images/icon/arrowUp.png") rgba(120, 120, 120, 0.4) no-repeat center center;
  position: fixed;
  bottom: -56px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.goTop:hover {
  background: url("../images/icon/arrowUp.png") rgba(150, 150, 150, 0.5) no-repeat center bottom;
}


/*==============================================
 *   responsive
 *==============================================
 */
@media screen and (max-width: 1023px) {
  .goTop {
    right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 979px) {
}
