* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
  display: inline-block;
}
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  color: #000;
}
header .index-nav {
  height: 70px;
  flex-wrap: nowrap;
}
header .index-nav .navbar-logo img {
  height: 30px;
  width: auto;
}
header .index-nav .open-btn1,
header .index-nav .open-btn2,
header .index-nav .open-btn3 {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 5px 0;
  transition: all 0.5s;
}
header .index-nav button {
  outline-color: #0b2e13;
}
header .index-nav .animate1 .open-btn2 {
  transform: rotateY(360deg);
  opacity: 0;
}
header .index-nav .animate1 .open-btn1 {
  transform-origin: center center;
  transform: translateY(9px) rotate(405deg);
}
header .index-nav .animate1 .open-btn3 {
  transform-origin: center center;
  transform: translateY(-9px) rotate(-405deg);
}
header .index-nav .small-menu {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 10;
  width: 100vw;
  transition: all 0.3s linear;
  background-color: #F3F3F3;
  padding-top: 10px;
  padding-bottom: 30px;
}
header .index-nav .small-menu .row {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
header .index-nav .small-menu .tit {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-top: 10px;
  line-height: 1.8;
}
header .index-nav .small-menu a {
  line-height: 2.4;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #717171;
}
header .index-nav .small-menu a:hover {
  color: #000;
}
.hover {
  background-color: #fff !important;
  color: #000 !important;
}
footer {
  background-color: #1B1B1B;
  padding-top: 50px;
}
footer .logo {
  max-width: 180px;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .a-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
footer .a-box > div {
  width: 25%;
}
footer .a-box a {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 2.4;
  display: block;
  white-space: nowrap;
}
footer .a-box .tit {
  font-size: 16px;
  font-weight: 500;
  color: #bfbfbf;
}
footer .qr-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #6b6b6b;
  line-height: 30px;
  margin-top: 30px;
}
footer .qr-box img {
  width: 100px;
  height: 100px;
  margin: 0 20px 4px;
}
footer .filing-number {
  border-top: 1px #313131 solid;
  height: 60px;
  font-size: 12px;
  font-weight: 300;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 576px) {
  header {
    height: 80px;
  }
  header .index-nav {
    height: 80px;
  }
  header .index-nav .navbar-logo img {
    height: 40px;
  }
}
@media (min-width: 992px) {
  header {
    height: 100px;
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #AEAEAE;
  }
  header:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
  }
  header .index-nav {
    height: 100px;
  }
  header .index-nav .navbar-logo img {
    height: 40px;
    width: auto;
  }
  header .index-nav .menu-item {
    position: relative;
    height: 100px;
    margin: 0 15px;
    border-bottom: 4px solid transparent;
  }
  header .index-nav .menu-item:hover {
    border-color: #11524E;
  }
  header .index-nav .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .index-nav .menu-item .tit {
    font-size: 16px;
    font-weight: 400;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
  }
  header .index-nav .menu-item .sub-menu {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 150px;
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
  }
  header .index-nav .menu-item .sub-menu .sub-item {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #878787;
  }
  header .index-nav .menu-item .sub-menu .sub-item:hover {
    background-color: #eee;
  }
}
@media (min-width: 1200px) {
  header {
    height: 100px;
  }
  header .index-nav {
    height: 100px;
  }
  header .index-nav .navbar-logo img {
    height: 48px;
    width: auto;
  }
  header .index-nav .menu-item {
    margin: 0 16px;
  }
  header .index-nav .menu-item .tit {
    font-size: 17px;
  }
  header .index-nav .menu-item .sub-menu .sub-item {
    font-size: 16px;
  }
  footer {
    background-color: #1B1B1B;
    padding-top: 50px;
  }
  footer .logo {
    max-width: 300px;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .a-box {
    display: flex;
    justify-content: space-around;
    margin-top: 0;
  }
  footer .a-box > div {
    width: auto;
  }
  footer .a-box a {
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 2.4;
    display: block;
  }
  footer .a-box .tit {
    font-size: 16px;
    font-weight: 500;
    color: #bfbfbf;
  }
  footer .qr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #6b6b6b;
    line-height: 30px;
    margin-top: 0;
  }
  footer .qr-box img {
    width: 120px;
    height: 120px;
    margin: 0 20px 4px;
  }
  footer .filing-number {
    border-top: 1px #313131 solid;
    height: 72px;
    font-size: 16px;
    font-weight: 300;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  header .index-nav .navbar-logo img {
    height: 64px;
    width: auto;
  }
  header .index-nav .menu-item {
    margin: 0 25px;
  }
  header .index-nav .menu-item .tit {
    font-size: 18px;
  }
}
/*# sourceMappingURL=common.css.map */