@charset "utf-8";
/* CSS Document */
.ssh-head { background: none; height: auto; padding: 0; }
.ssh-head .ssh-ban { text-align: center; padding-top: 0; }
.ssh-head .ssh-ban img{
  max-width: 100%;height: auto;
}
.ssh-head .ssh-logo { position: absolute; left: 10px; top: 10px; }

.ls-top { position: absolute; top: 20px; right: 10px; }
.ls-top li { float: left; height: 30px; line-height: 30px; margin: 0 5px; }
.ls-top li a { background: rgb(0, 0, 0, 0.2); padding: 0 10px; display: block; border-radius: 5px; color: #fff; }
.ls-top li a:hover { text-decoration: underline; }

@media (max-width: 1315px) {
  .ssh-ban img { width: 100%; height: auto; }
}

@media (max-width:1199px) {
  .ssh-head .ssh-logo img { width: 60%; height: auto; }
}

@media (max-width:670px) {
  .ssh-head .ssh-logo img { width: 50%; }
}

@media (max-width:520px) {
  .ssh-head .ssh-logo img { width: 40%; }
}


