/* 自定义 CSS 文件 */

a:hover {
  text-decoration: none !important;
}

.public-header-content a,
.public-header-content a:hover,
.public-header-content a:visited,
.footer-content a,
.footer-content a:hover,
.footer-content a:visited {
  color: #ffffff !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.public-header {
  height: 300px;
  background: url(../img/header_bg.png) no-repeat top center;
  background-color: #db030d;
  margin-bottom: 0px !important;
}

.public-header-content {
  height: 300px;
  width: 100%;
  max-width: 1400px;
  min-width: 1200px;
  margin: auto;
}

.public-header-content-logo {
  width: 100%;
  height: 236px;
  margin: 0 auto;
}

.logo {
  margin-top: 55px;
  position: absolute;
  right: calc(50% + 30px);
}

.biao-yu {
  margin-top: 80px;
  float: right;
}

.navbar {
  padding: 0;
  max-width: 1400px;
  min-width: 1200px;
}

.nav-item {
  position: relative;
  line-height: 48px;
  width: 12%;
  min-width: 84px;
  margin-top: 8px;
}

.nav-item:not(:nth-last-child(1)):not(:nth-last-child(2))::after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0;
  width: 2px;
  height: 24px;
  background-color: white;
}

.nav-link {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  width: 90%;
  min-width: 84px;
}

.nav-link:hover {
  background-color: #ba030d;
}

.search-form {
  padding-top: 10px;
  display: flex;
  align-items: center;
  width: 224px;
  min-width: 224px;

}

.search-input {
  width: 147px !important;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
}

.search-btn {
  color: white;
  background-color: red;
  border-color: red;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  vertical-align: middle;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-btn:hover {
  color: #ffffff;
  background-color: #ba030d;
}




.bg-footer {
  width: 100%;
  height: 244px;
  background: url(../img/footer_bg.png) no-repeat top center;
}

.footer-content {
  width: 1200px;
  background-color: transparent;
  padding-top: 40px;
}