/* header */
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Microsoft YaHei" !important;
}
ul {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  color: #009cff;
}
img {
  width: 100%;
  height: 100%;
}
.tab-title {
  font-size: 18px;
  color: #666;
  font-family: Adobe Heiti Std;
}
.title-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #fff;
  text-align: center;
}
.title-name-sm {
  font-size: 25px;
}
@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .header-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .nav-item {
    padding-left: 0;
  }
  .row{
    --bs-gutter-x: 0rem;
    margin-right: calc(0 * var(--bs-gutter-x));
  }
  .header {
    position: relative !important;
    height: 60px !important;
    background-color: #fff !important;
  }
  header {
    display: block !important;
  }
  header a {
    display: block;
    float: left;
  }
  header button {
    float: right;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100vh;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  #navbarsExampleDefault ul {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .nav-item {
    padding-left: 0 !important;
  }

  .nav-item a {
    color: #000;
  }
  .navbar-toggler {
    display: block !important;
    line-height: 44px;
    padding-right: 32px !important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .header-logo {
    margin-top: 5px;
    margin-left: 2rem;
    background-image: url("../images/logo/logo_1.png") !important;
  }
}
header {
  display: flex;
}
.header {
  background-color: rgba(255, 255, 255, 0);
  height: 80px;
  box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.header-logo {
  width: 90px;
  height: 49px;
  background-image: url("../images/logo/logo_2.png");
  background-size: 100% 100%;
}
.header-logo-1 {
  width: 90px;
  height: 49px;
  background-image: url("../images/logo/logo_1.png");
  background-size: 100% 100%;
}
.header:hover {
  background-color: rgb(255, 255, 255);
}
.header:hover .header-logo {
  background-image: url("../images/logo/logo_1.png");
  background-size: 100% 100%;
}
.header:hover a {
  color: black;
}
.nav-item {
  padding-left: 5.3125rem;
}
.nav-link {
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #ffffff;
}
.nav-pills .nav-link.active {
  background-color: transparent;
  color: #009cff;
}
.nav-link:hover {
  color: #009cff;
}
.carousel-indicators .indicators {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
}
.offcanvas-collapse {
  line-height: 80px;
}

/* footer */
footer a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
.footer-box {
  background-color: #000;
  color: #666;
  font-weight: 600;
  font-size: 14px;
}
.top-box {
  padding: 60px 0 30px 0;
}
.left-box {
  float: left;
  border-right: 2px solid #322f32;
  padding-left: 100px;
}
.footer-box .left-box .logo {
  width: 60%;
}
.footer-box .left-box .logo img {
  height: 100%;
  width: 100%;
}
.left-box li {
  margin: 20px 0;
}
.right-box {
  padding-left: 100px;
}
.right-box ul {
  float: left;
}
.right-box ul li {
  margin-bottom: 30px;
}
.right-box ul li:nth-child(1) {
  font-size: 14px;
  color: #fffdff;
}
.bottom-box {
  height: 40px;
  line-height: 40px;
  background-color: #181518;
  text-align: center;
}
.small {
  height: 80px;
  background-color: #181518;
  text-align: center;
}
@media (max-width: 600px) {
  .main-top span {
    display: none;
  }
}
