* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'navfont';
  src: url('/v2024/css/font/FZXBSJW.TTF');
}

.navigation .container.pc ul li a {
  font-family: 'navfont';
}

@media screen and (min-width: 769px) {
  .box .top {
    width: 100%;
    height: 314px;
    background: url(/v2024/img/top/background-top.jpg) center center no-repeat;
    position: relative;
  }
  .box .top p {
    position: absolute;
    top: 22px;
    left: 0;
    width: 31vw;
    display: flex;
    justify-content: flex-end;
  }
  .box .top p a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-right: 55px;
  }
  .box .top .switch {
    display: none;
  }
  .box .middle .title {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #373737;
    margin-top: 29px;
  }
  .box .middle .title a {
    color: #373737;
  }
  .navigation {
    width: 100%;
    height: 50px;
    background-color: #2b66b4;
  }
  .navigation .container.yd {
    display: none;
  }
  .navigation .container.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation .container.pc ul {
    width: 1002px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navigation .container.pc ul li {
    width: 167px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .navigation .container.pc ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 23px;
  }
  .navigation .container.pc ul li.active {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li.active a {
    color: #000;
  }
  .navigation .container.pc ul li:hover {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li:hover a {
    color: #000;
  }
  .navigation .container.pc .search {
    width: 205px;
    height: 39px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
  .navigation .container.pc .search img {
    width: 17px;
    height: 17px;
  }
  .navigation .container.pc .search input {
    width: 150px;
    border: none;
    outline: none;
    margin-left: 2px;
  }
  .navigation .container.pc .search input::placeholder {
    font-size: 14px;
    color: #0b4bbf;
  }
  #page {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 83px;
  }
  #page a {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #f3f4f7;
    border-radius: 4px;
    border: solid 1px #ffffff;
    margin-right: 30px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #252525;
    cursor: pointer;
  }
  #page a.on {
    background-color: #9d3131;
    color: #fff;
  }
  #page a.text {
    width: 90px;
  }
  .foot span a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .box .middle .title {
    margin-top: 5.37037037vw;
    margin-bottom: 3.7037037vw;
    height: 2.96296296vw;
    font-size: 2.96296296vw;
    line-height: 2.96296296vw;
    color: #373737;
  }
  .box .middle .title a {
    color: #373737;
  }
  .box {
    height: 100vh;
    position: relative;
  }
  .navigation {
    width: 100%;
    height: 50px;
    background-color: #2b66b4;
  }
  .navigation .container.yd {
    display: none;
  }
  .navigation .container.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation .container.pc ul {
    width: 1002px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navigation .container.pc ul li {
    width: 167px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .navigation .container.pc ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 23px;
  }
  .navigation .container.pc ul li.active {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li.active a {
    color: #000;
  }
  .navigation .container.pc ul li:hover {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li:hover a {
    color: #000;
  }
  .navigation .container.pc .search {
    width: 205px;
    height: 39px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
  .navigation .container.pc .search img {
    width: 17px;
    height: 17px;
  }
  .navigation .container.pc .search input {
    width: 150px;
    border: none;
    outline: none;
    margin-left: 2px;
  }
  .navigation .container.pc .search input::placeholder {
    font-size: 14px;
    color: #0b4bbf;
  }
  .box .navigation .container.yd .Title select {
    width: 22vw;
    height: 10.55555556vw;
    font-size: 3.7037037vw;
    line-height: 10.55555556vw;
    color: #ffffff;
    background-color: #0b4bbf;
    border: none;
    outline: none;
    margin-left: 1.85185185vw;
  }
  #page {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 83px;
  }
  #page a {
    width: 7.40740741vw;
    height: 7.40740741vw;
    background-color: #f3f4f7;
    border-radius: 0.74074074vw;
    border: solid 0.18518519vw #ffffff;
    margin-right: 2.77777778vw;
    line-height: 7.40740741vw;
    text-align: center;
    font-size: 3.33333333vw;
    color: #252525;
    cursor: pointer;
  }
  #page a.on {
    background-color: #9d3131;
    color: #fff;
  }
  #page a.text {
    width: 14.81481481vw;
    margin-right: 0;
  }
  .foot span a {
    color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .box .top {
    width: 99.1vw;
    height: 17vw;
    background: url(/v2024/img/top/background-top.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
  }
}
