/* all style */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
span,
i,
select,
label {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei";
  background-size: 100% 100%;
  background: #F2F5F7;
}

html,
body {
  width: 100%;
  background: #F2F5F7;
  min-width: 1200;
}

a {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  border: none;
}

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

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

.mt-5 {
  margin-top: 50px;
}

@media screen and (max-width: 1420px) {
  .bg-hover {
    width: 100% !important;
  }
}
@media screen and (max-width: 1190px) {
  .banner-front {
    overflow: hidden;
  }
}