.header .header_info {
  padding-top: 16px;
  padding-bottom: 4px;
}
.header .header_logo {
  width: fit-content;
  background: unset;
  height: 77px;
  margin-bottom: 16px;
  display: flex;
}
@media (max-width: 992px) {
  .header .header_logo {
    margin-bottom: 40px;
  }
}
.header .header_logo::before {
  display: inline-block;
  content: "";
  width: 73px;
  height: 77px;
  background: url(../images/tysy_logo.png) no-repeat center;
  vertical-align: middle;
  margin-right: 18px;
}
.header .header_logo .logo_title {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 77px;
  letter-spacing: 2px;
  color: #00589b;
  vertical-align: middle;
}
.header .header_main {
  padding-bottom: 57px;
}
@media (max-width: 992px) {
  .header .header_main {
    padding: 10px 0 40px;
  }
}
@media (max-width: 1400px) {
  .content .inner {
    padding: 0.3rem 0.15rem;
    box-sizing: border-box;
  }
}
.menu-btn {
  top: 108px;
}
.nav > li i {
  margin-right: 18px;
}
.nav > li i.sjg {
  background-image: url(../images/tysy_jg.png);
}
.nav > li.cur i.sjg,
.nav > li:hover i.sjg {
  background-image: url(../images/tysy_jg_cur.png);
}
.tab {
  margin-bottom: 12px;
}
.tab a:not(.enter):not(:last-child) {
  margin-right: 60px;
}
.tab a:not(.enter):not(:last-child)::after {
  content: "I";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  color: #91a3b0;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal !important;
}
.footer {
  border-top: 4px solid #00407f;
}
