
* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
  position: static;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.module-wrap {
  box-sizing: border-box;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .header-wrap .header {
  width: 1200px;
  margin: 0 auto;
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.module-wrap .header-wrap .header .logo-wrap {
  width: 149px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-wrap .header-wrap .header .logo-wrap .logo {
  max-width: 100%;
  max-height: 100%;
}
.module-wrap .header-wrap .header .right .link {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  line-height: 21px;
  position: relative;
}
.module-wrap .header-wrap .header .right .link::before {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #197ad1;
  border-radius: 1px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.module-wrap .header-wrap .header .right .link.hot::after {
  content: "";
  right: -20px;
  top: -14px;
  background-image: url(../image/hot.png);
  position: absolute;
  width: 24px;
  height: 14px;
  background-size: 100% 100%;
}
.module-wrap .header-wrap .header .right .link + .link {
  margin-left: 14px;
}
.module-wrap .header-wrap .header .right .link:hover {
  transition: font-weight 0.3s ease-out;
  font-weight: bold;
  color: #197ad1;
}
.module-wrap .header-wrap .header .right .link:hover::before {
  content: "";
}
