/* 重置 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
b {
  font-weight: normal;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend,
li {
  font: 12.5px/24px "微软雅黑","Microsoft YaHei",arial,sans-serif,\5b8b\4f53;
  color: #333;
  outline: 0;
}
body {
  background: none;
  position: relative;
  max-width: 2200px;
  min-width: 1200px;
  overflow-x: hidden;
  margin: 0 auto;
  padding-top: 87px;
}
a,
a:hover {
  color: #333;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
a:hover {
  color: #303860;
}
a:focus {
  outline: none;
}
a {
  display: block;
}
p {
  line-height: 22px;
  text-align: justify;
}

img,
a {
  display: block;
}
img {
  max-width: 100%;
}

/* ===== clearfix ===== */

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix {
  clear: both;
} /*IE/7/6*/
/*设置滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #0074be;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*公用样式*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.none {
  display: none;
}
.ov {
  overflow: hidden;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a,
span {
  -webkit-box-sizing: border-box; /* Safari */
  -moz-box-sizing: border-box; /* Firefox */
  box-sizing: border-box;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/rubik-regular-webfont-webfont.eot"),
    url("/fonts/rubik-regular-webfont-webfont.woff2") format("woff2"),
    url("/fonts/rubik-regular-webfont-webfont.woff") format("woff"),
    url("/fonts/rubik-regular-webfont-webfont.ttf") format("truetype"),
    url("/fonts/rubik-regular-webfont-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MONTSERRAT-REGULAR";
  src: url("/fonts/MONTSERRAT-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes z_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes z_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.z_fadeInLeft {
  -webkit-animation-name: z_fadeInLeft;
  animation-name: z_fadeInLeft;
}
@-webkit-keyframes z_scaleIn {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes z_scaleIn {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.z_scaleIn {
  -webkit-animation-name: z_scaleIn;
  animation-name: z_scaleIn;
}
input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], textarea, button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input {
  background: none;
  outline: none;
  -webkit-border: 0 none;
  border: 0 none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
@-webkit-keyframes dy2s {
  0% {
    top: 285px;
    left: 0;
    opacity: 0;
  }

  100% {
    top: 285px;
    left: 212px;
    opacity: 1;
  }
}
@keyframes dy2s {
  0% {
    top: 285px;
  left: 0;
    opacity: 0;
  }

  100% {
    top: 285px;
    left: 212px;
    opacity: 1;
  }
}
.dy2s {
  animation: dy2s 1.2s  ease forwards;
}
@-webkit-keyframes dy3s {
  0% {
    top: 285px;
    left: 212px;
    opacity: 0;
  }

  100% {
    top: 285px;
    left: 424px;
    opacity: 1;
  }
}
@keyframes dy3s {
  0% {
    top: 285px;
    left: 212px;
    opacity: 0;
  }

  100% {
    top: 285px;
    left: 424px;
    opacity: 1;
  }
}
.dy3s {
  animation: dy3s 1.2s  ease forwards;
  animation-delay:.5s;
}
@-webkit-keyframes dy4s {
  0% {
    top: 285px;
    left: 424px;
    opacity: 0;
  }

  100% {
    top: 497px;
    left: 424px;
    opacity: 1;
  }
}
@keyframes dy4s {
  0% {
    top: 285px;
    left: 424px;
    opacity: 0;
  }

  100% {
    top: 497px;
    left: 424px;
    opacity: 1;
  }
}
.dy4s {
  animation: dy4s 1.2s  ease forwards;
  animation-delay:1s;
}
@-webkit-keyframes dy5s {
  0% {
    top: 497px;
    left: 424px;
    opacity: 0;
  }

  100% {
    top: 497px;
    left: 636px;
    opacity: 1;
  }
}
@keyframes dy5s {
  0% {
    top: 497px;
    left: 424px;
    opacity: 0;
  }

  100% {
    top: 497px;
    left: 636px;
    opacity: 1;
  }
}
.dy5s {
  animation: dy5s 1.2s  ease forwards;
  animation-delay:1.5s;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('/fonts/Gilroy-Bold.eot');
  src:
    url('/fonts/Gilroy-Bold.otf')format('otf'),
    url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Gilroy-Bold.woff') format('woff'),
    url('/fonts/Gilroy-Bold.woff2') format('woff2'),
    url('/fonts/Gilroy-Bold.ttf') format('truetype'),
    url('/fonts/Gilroy-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}