@charset "UTF-8";
@font-face {
  font-family: myFont;
  src: url("./YouSheBiaoTiHei-2.ttf");
}

* {
  margin: 0;
  padding: 0;
  font-family: "思源黑体", "Source Han Sans CN";
}

html {
  font-size: 14px;
}

div, span {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

input,
button {
  outline: none;
}

button {
  border: transparent;
}

a {
  color: #333;
}

a:hover {
  color: #15337b;
  text-decoration: none;
}

.none {
  display: none;
}

html, body {
  background: #F2F2F2;
}

.header {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  z-index: 100;
}

.header .header-container {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  z-index: 100;
}

.header .header-container .website-title {
  float: left;
  font-family: MicrosoftYaHei;
}

.header .header-container .website-title .website-name {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #15337b;
  line-height: 60px;
  font-weight: 600;
}

.header .header-container .head-nav {
  float: right;
  height: 60px;
}

.header .header-container .head-nav ul li {
  position: relative;
  float: left;
  margin-left: 12px;
  height: 60px;
}

.header .header-container .head-nav ul li a {
  display: inline-block;
  height: 100%;
  line-height: 40px;
  color: #0f0f0f;
  font-size: 16px;
  letter-spacing: 1px;
}

.header .header-container .head-nav ul li .active {
  color: #fff;
  background-color: #15337b;
  font-weight: 600;
}

.page-banner {
  position: relative;
  width: 100%;
}

.page-banner .page-swiper {
  height: 100%;
  min-width: 1210px;
}

.page-banner .page-swiper img {
  width: 100%;
}

.footer {
  width: 100%;
  min-width: 1210px;
  height: 177px;
  background-color: #15337b;
  padding-top: 40px;
}

.footer .text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .text a {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}

.footer .text a:hover {
  color: #fff;
}

.all-page {
  text-align: center;
}

.all-page .pagination > li > a {
  margin-left: 5px;
  color: #606266;
  border: none;
}

.all-page .pagination > li.active > a {
  background: #15337b;
  color: #fff;
}

.wd-1200 {
  width: 1200px;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* 清浮动 */
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
