@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url('../font/SourceHanSansCN-Light.otf');
}

@font-face {
  font-family: 'SourceHanSansCN-ExtraLight';
  src: url('../font/SourceHanSansCN-ExtraLight.otf');
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('../font/SourceHanSansCN-Medium.otf');
}


@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
  font-family: 'Locator-Medium';
  src: url('../font/Locator-Medium.otf');
}

@font-face {
  font-family: 'Locator-Light';
  src: url('../font/Locator-Light.otf');
}

@font-face {
  font-family: 'Locator-Regular';
  src: url('../font/Locator-Regular.otf');
}

@font-face {
  font-family: 'z1';
  src: url('../font/汉仪大宋简\(1\).TTF');
}

@font-face {
  font-family: 'AdobeSongStd-Light';
  src: url('../font/AdobeSongStd-Light.otf');
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  /* font-family: 'z1'; */
  font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

em,
i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

body {
  color: #1A1311;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Locator-Light','SourceHanSansCN-Light';
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #1A1311;
}

input,
button,
textarea {
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}

.w {
  width: 1800px;
  margin: 0 auto;
}

@media screen and (max-width: 1880px) {
  .w {
    width: 1700px;
  }
}

@media screen and (max-width: 1780px) {
  .w {
    width: 1600px;
  }
}

@media screen and (max-width: 1680px) {
  .w {
    width: 1500px;
  }
}

@media screen and (max-width: 1580px) {
  .w {
    width: 1400px;
  }
}

@media screen and (max-width: 1480px) {
  .w {
    width: 1300px;
  }
}

@media screen and (max-width: 1380px) {
  .w {
    width: 1200px;
  }
}

@media screen and (max-width: 992px) {
  .w {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    box-sizing: border-box;
  }
}