@charset "UTF-8";
footer nav.main {
  padding: 20px 0;
}
footer nav.main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer nav.main ul li {
  position: relative;
}
footer nav.main ul li:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
footer nav.main ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
footer nav.main ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0 20px;
  font-size: 15px;
}
footer nav.main ul li a:hover {
  opacity: 1;
  color: #3995c0;
}
footer nav.sub {
  border-top: solid 1px #ccc;
  padding: 15px 0;
}
footer nav.sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer nav.sub ul li {
  position: relative;
}
footer nav.sub ul li:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
footer nav.sub ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
footer nav.sub ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0 20px;
  font-size: 13px;
}
footer nav.sub ul li a:hover {
  opacity: 1;
  color: #3995c0;
}
footer small {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  border-top: solid 1px #ccc;
}
.page-top a {
  display: block;
  text-decoration: none;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: linear-gradient(45deg, rgba(49, 77, 131, 1), rgba(57, 149, 192, 1), rgba(238, 149, 121, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page-top a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page-top a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
@media screen and (max-width:1050px) {
  footer nav.main {
    padding: 20px 0;
  }
  footer nav.main ul {
    display: block;
    text-align: center;
  }
  footer nav.main ul li {
    position: static;
  }
  footer nav.main ul li:first-child:before {
    display: none;
  }
  footer nav.main ul li:after {
    display: none;
  }
  footer nav.main ul li a {
    margin: 0;
    padding: 10px 5%;
    font-weight: 500;
  }
}