.slj-header {
  padding-top: 21px;
  padding-bottom: 100px;
  background: url(../images/gfxwjgl-bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.slj-header * {
  box-sizing: border-box;
}
.slj-header a {
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
.slj-header a:hover {
  font-weight: bold;
}
.slj-header-t-l {
  float: left;
  font-size: 16px;
}
.slj-header-t-r {
  float: right;
  font-size: 16px;
}
.slj-header-t-r .slj-search {
  float: left;
  position: relative;
  height: 22px;
  margin-right: 15px;
}
.slj-header-t-r .slj-search-input {
  position: absolute;
  right: 19px;
  width: 0;
  opacity: 0;
  height: 22px;
  border: none;
  outline: none;
  padding-left: 5px;
  border-radius: 5px 5px;
  transition: all 0.3s;
}
.slj-header-t-r .slj-search button {
  display: block;
  width: 19px;
  height: 22px;
  border: none;
  background: url(../images/slj_search.png) no-repeat center;
}
.slj-header-t-r .slj-search:hover .slj-search-input {
  width: 150px;
  opacity: 1;
}
.slj-header-t-r ul {
  float: right;
}
.slj-header-t a {
  line-height: 1;
  border-right: 2px solid #fff;
  padding-right: 17px;
  margin-right: 15px;
}
.slj-header-t a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.slj-header-c {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}
.slj-header-c .slj-nav {
  display: flex;
  justify-content: space-between;
}
.slj-header-c .slj-nav li {
  margin-right: 3vw;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.slj-header-c .slj-nav li a {
  position: relative;
}
.slj-header-c .slj-nav li a::after {
  content: "";
  width: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.slj-header-c .slj-nav li a::before {
  content: "";
  width: 0;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.slj-header-c .slj-nav li a:hover::after, .slj-header-c .slj-nav li a:hover::before {
  width: 100%;
}
.slj-header-b {
  margin-top: 63px;
  text-align: center;
}
.slj-header-b img {
  display: block;
  margin: auto;
}
.slj-footer {
  background-color: #1369c0;
}
.slj-footer * {
  box-sizing: border-box;
}
.slj-footer .fot-wrap {
  background-color: #f6f6f6;
  width: 100%;
}
.slj-footer .fot {
  height: 56px;
  position: relative;
}
.slj-footer .fot ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slj-footer .fot ul li {
  flex: 1;
  float: left;
}
.slj-footer .fot ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 56px;
  font-size: 18px;
  color: #1369c0;
  text-align: center;
  position: relative;
}
.slj-footer .fot ul li > a::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  background: url(../images/slj-down.png) no-repeat center;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  transition: all 0.5s;
}
.slj-footer .fot ul li .sub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 56px;
  max-height: 140px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  background-size: cover;
}
.slj-footer .fot ul li .sub .fot-13 {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 10px 10px 20px;
}
.slj-footer .fot ul li .sub .fot-13 a {
  display: inline-block;
  min-width: 14.285%;
  padding: 0 10px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
.slj-footer .fot ul li .sub .fot-13 a:hover {
  font-weight: 700;
  color: #1b6fe1;
  border-radius: 5 px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
.slj-footer .fot ul li.ac > a::before {
  transform: rotate(180deg);
}
.slj-footer .fot ul li.ac .sub {
  display: block;
  z-index: 11;
}
.slj-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.slj-footer-content-l, .slj-footer-content-r {
  flex: 1;
  float: left;
}
.slj-footer-content-l a {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.slj-footer-content-l a::after {
  content: "";
  width: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.slj-footer-content-l a:hover::after {
  width: 100%;
}
.slj-footer-content-l .link {
  margin: 16px 0;
  overflow: hidden;
}
.slj-footer-content-l .link:first-child p {
  font-size: 15px;
  float: left;
  line-height: 1;
  border-right: 2px solid #fff;
  padding-right: 4px;
  margin-right: 6px;
}
.slj-footer-content-l .link:first-child p:last-child {
  border-right: none;
}
.slj-footer-content-l .link > a {
  margin-right: 10px;
}
.slj-footer-content-l .link > a:last-child {
  margin-right: 0;
}
.slj-footer-content-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slj-footer-content-r .fl,
.slj-footer-content-r .fr {
  display: flex;
  align-items: center;
}
.slj-footer-content-r .fl {
  margin-right: 1.7vw;
}
.slj-footer-content-r .fl a {
  margin-right: 1.927vw;
}
.slj-footer-content-r .fl a:last-child {
  margin-right: 0;
}
.slj-footer-content-r .fr {
  flex-shrink: 0;
}
.slj-footer-content-r .fr p {
  flex-shrink: 0;
  text-align: center;
}
.slj-footer-content-r .fr p:first-child {
  margin-right: 25px;
}
.slj-footer-content-r .fr p img {
  display: block;
  margin: auto;
}
.slj-footer-content-r .fr p span {
  color: #fff;
  font-size: 13px;
}

.hdjl * {
  box-sizing: border-box;
}
.hdjl-nav {
  background-color: rgb(36, 114, 222);
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.54);
}
.hdjl-nav-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.hdjl-nav-item {
  width: 20%;
  float: left;
  position: relative;
  z-index: 2;
  height: 68px;
  line-height: 68px;
  font-size: 26px;
  text-align: center;
  flex: 1;
}
.hdjl-nav-item a {
  color: #fff;
}
.hdjl-nav-item:hover {
  font-weight: bold;
}
.hdjl-nav #mode {
  position: absolute;
  width: 280px;
  max-width: 16.666%;
  height: 67px;
  transition: all 0.3s;
  background-color: rgb(0, 95, 202);
  transform: skew(345deg) translateX(-50%);
}
.hdjl.slj-header {
  height: 182px;
  background: url(../images/slj-hdjl-b.png) #1676d9 no-repeat bottom center;
  background-size: auto;
}
.hdjl.slj-header .slj-header-c {
  align-items: center;
  margin-top: 18px;
  overflow: hidden;
}
.hdjl.slj-header .logo {
  float: left;
}
.hdjl .slj-search {
  float: right;
  position: relative;
}
.hdjl .slj-search-input {
  width: 440px;
  height: 46px;
  border: none;
  outline: none;
  border-radius: 22px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fff;
}
.hdjl .slj-search button {
  position: absolute;
  right: 10px;
  height: 46px;
  width: 46px;
  background: url(../images/slj_search2.png) no-repeat center;
  border: none;
}

.w136 {
  width: 1360px;
  margin: auto;
}

.slj-footer-content-r .fl a,
.slj-footer-content-r .fl span {
  margin-right: 1.8vw;
}

@media screen and (max-width: 1360px) {
  .w136 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .slj-footer .fot-wrap {
    display: none;
  }
  .slj-footer-content-r {
    flex-direction: column;
  }
}
@media screen and (max-width: 920px) {
  .slj-header-c {
    flex-direction: column;
  }
  .slj-header-c .slj-nav {
    margin-top: 6vw;
  }
  .slj-header-b img {
    max-width: 98%;
    margin: auto;
  }
  .slj-header.hdjl .slj-header-c {
    flex-direction: row;
  }
  .slj-header.hdjl .slj-header-c .logo {
    flex-shrink: 0;
  }
  .slj-header.hdjl .slj-header-c .slj-search {
    flex: 1;
    margin-left: 20px;
  }
  .slj-header.hdjl .slj-header-c .slj-search-input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slj-header-t {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slj-header-t-l, .slj-header-t-r {
    float: none;
    margin: auto;
    font-size: 12px;
  }
  .slj-header-t-r {
    display: flex;
    align-items: center;
    margin-top: 2vw;
  }
  .slj-header-t-r .slj-search {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .slj-header-t-r .slj-search input {
    width: 200px;
    opacity: 1;
    position: relative;
    right: auto;
    margin-right: 10px;
  }
  .slj-header-t-r .slj-search:hover .slj-search-input {
    width: 200px;
  }
  .slj-header-c {
    align-items: center;
  }
  .slj-header-c .slj-nav {
    margin-top: 4vw;
    width: 100%;
    height: 50px;
    background-color: #1369c0;
  }
  .slj-header-c .slj-nav li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #fff;
    margin-right: 0;
    transition: all 0.5s;
  }
  .slj-header-c .slj-nav li:last-child {
    border-right: none;
  }
  .slj-header-c .slj-nav li a {
    width: 100%;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    transition: all 0.5s;
  }
  .slj-header-c .slj-nav li:hover {
    background-color: #fff;
  }
  .slj-header-c .slj-nav li:hover a {
    color: #1369c0;
  }
  .slj-header-b img {
    max-width: 98%;
    margin: auto;
  }
  .slj-header.hdjl {
    height: auto;
    padding-bottom: 20px;
  }
  .slj-header.hdjl .slj-header-c {
    display: block;
  }
  .slj-header.hdjl .slj-header-c .logo {
    text-align: center;
  }
  .slj-header.hdjl .slj-header-c .logo,
  .slj-header.hdjl .slj-header-c .slj-search {
    display: block;
    float: none;
    margin: auto;
  }
  .slj-header.hdjl .slj-header-c .slj-search {
    max-width: 60%;
    margin-top: 4vw;
  }
  .slj-footer-content {
    flex-direction: column;
  }
  .slj-footer-content-l, .slj-footer-content-r {
    width: 100%;
    text-align: center;
  }
  .slj-footer-content-l .link:first-child p {
    float: none;
    display: inline;
  }
  .slj-footer-content-r {
    justify-content: center;
  }
  .slj-footer-content-r .fl {
    justify-content: center;
    margin: auto;
  }
  .slj-footer-content-r .fl a {
    flex: 1;
    margin: 0 2.14vw;
  }
  .slj-footer-content-r .fl a img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
  .hdjl-nav-item {
    font-size: 20px;
    line-height: 48px;
    height: 48px;
  }
  .hdjl-nav #mode {
    height: 48px;
  }
  .hdjl-center {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 575px) {
  .slj-header-t {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slj-header-t-l, .slj-header-t-r {
    float: none;
    margin: auto;
    line-height: 22.3px;
  }
  .slj-header-t-r {
    flex-direction: column;
  }
  .slj-header-t-r .slj-search {
    margin: 2vw 0;
  }
  .slj-header-t a {
    padding-right: 8px;
    margin-right: 4px;
    font-size: 13px;
  }
  .slj-header-c {
    align-items: center;
  }
  .slj-header-c .slj-nav {
    flex-wrap: wrap;
    height: auto;
    margin-top: 6vw;
  }
  .slj-header-c .slj-nav li {
    width: 33.3%;
    border-right: none;
  }
  .slj-header-c .slj-nav li a {
    font-size: 15px;
  }
  .slj-header-c .slj-nav li:nth-child(1), .slj-header-c .slj-nav li:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid #eee;
  }
  .slj-header-b {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .hdjl-nav-wrap {
    display: block;
  }
  .hdjl-nav-item {
    font-size: 16px;
    position: relative;
    transition: all 0.5s;
  }
  .hdjl-nav-item:hover {
    background-color: #005fca;
  }
  .hdjl-nav #mode {
    display: none;
  }
  .hdjl.slj-header .slj-header-c .slj-search {
    min-width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .slj-header .logo img {
    display: block;
    max-width: 90%;
    margin: auto;
  }
}/*# sourceMappingURL=2024-index copy.css.map */