@font-face {
  font-family: "shsc";
  src: url("./fonts/SourceHanSerifCN.ttf") format("truetype");
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #003c78;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  font-size: 16px;
  color: #003c78;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  font-size: 16px;
  color: #003c78;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-size: 16px;
  color: #003c78;
}

.placeholder {
  font-size: 16px;
  color: #003c78;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-width: 1200px;
}

.header {
  height: 518px;
  background: url("../images/header-bg.jpg") no-repeat center top;
  background-size: auto 442px;
  position: relative;
}
.header img {
  width: 1090px;
  height: 102px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.header .nav {
  width: 100%;
  height: 76px;
  background: url("../images/nav-bg.jpg") no-repeat center top;
  margin-top: 140px;
  position: absolute;
  bottom: 0;
}
.header .nav-list {
  width: 876px;
  display: flex;
  justify-content: space-around;
}
.header .nav-list-item {
  display: inline-block;
  width: 142px;
  text-align: center;
  line-height: 76px;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.header .nav-list-item a {
  color: #fff;
}
.header .nav-list-item.active::after {
  position: absolute;
  content: "";
  width: 142px;
  height: 88px;
  background: url("../images/nav_active.jpg") no-repeat;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.search-box {
  width: 307px;
  height: 40px;
  margin-top: 18px;
  border: 1px solid #b8a589;
  position: relative;
}
.search-box input {
  width: 232px;
  background-color: transparent;
  height: 100%;
  padding: 0 15px;
  color: #dcbe70;
}
.search-box input::placeholder {
  color: #dcbe70;
}
.search-box .search-btn {
  width: 75px;
  height: calc(100% + 2px);
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  background: url("../images/header-search.png") no-repeat center center, #d29944;
}

#footer {
  height: 165px;
  background-color: #941e17;
  color: #fff;
  text-align: center;
  line-height: 36px;
  padding-top: 20px;
  margin-top: 20px;
}
#footer span:nth-child(2) {
  margin-left: 15px;
}