/* - - - - - - - - - 默认值标准化  - - - - - - - - -*/
@font-face {
  font-family: 'Impact-Regular';
  src: url('YourWebFontName.eot'); /* IE9 Compat Modes */
  src: url('YourWebFontName.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
              url('YourWebFontName.woff') format('woff'), /* Modern Browsers */
              url('../IMPACT.TTF')  format('truetype'), /* Safari, Android, iOS */
              url('YourWebFontName.svg#YourWebFontName') format('svg'); /* Legacy iOS */
    }
html,
body,
span,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
pre,
a,
address,
code,
del,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
audio,
video {
  margin: 0;
  padding: 0;
  display: block;
}
html {
  -webkit-text-size-adjust: none;
}
img {
  border: none;
  vertical-align: middle;
}
input,
select,
button {
  padding: 0;
  margin: 0;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  vertical-align: middle;
}
textarea {
  resize: none;
  font-family: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
input::-ms-clear {
  display: none;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="file"],
button {
  /* -webkit-appearance: none; */
  border-radius: 0;
}
button {
  cursor: pointer;
}
html {
  height: 100%;
  position: relative;
  background-color: #e1e1e1;
}
body {
  font-size: 0.875rem;
  min-width: 22.5rem;
  background-color: #fff;
  font-family: "Microsoft YaHei";
  height: 100%;
  position: relative;
  /*color: #545454;*/
  /* max-width: 120rem; */
  margin: 0 auto;
}
ul,
ol {
  list-style-type: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3,
h4 {
  font-size: 16px;
}
h5 {
  font-size: 15px;
}
i,
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  transition: color 200ms linear 0s, background-color 200ms linear 0s,
    border-color 200ms linear 0s;
  color: #275da2;
}
.photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.center {
  margin: 0 auto;
  width: 1440px;
}
.center::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* .head {
  color: #ffffff;
  background-image: url("../img/rectangular\ 938.svg");
  background-size: cover;
}
.head ul {
  display: block;
}*/
.head .search {
  display: none;
} 


