@charset "UTF-8";
* {
	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 {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.module-wrap {
	box-sizing: border-box;
	position: relative;
}
.module-wrap * {
	box-sizing: border-box;
}
.module-wrap .btn {
	height: auto;
	border: none;
	margin: 0;
}
.module-wrap .nav-wrap {
	background-color: #fff;
	height: 100px;
}
.module-wrap .nav-wrap .nav-parent {
	width: 1200px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.module-wrap .nav-wrap .nav-parent .logo {
	height: 41px;
}
.module-wrap .nav-wrap .nav-parent .right .link {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	line-height: 22px;
	position: relative;
}
.module-wrap .nav-wrap .nav-parent .right .link + .link {
	margin-left: 40px;
}
.module-wrap .nav-wrap .nav-parent .right .link.active:after {
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 60px;
	height: 4px;
	background: #2d61e3;
	border-radius: 2px;
}
.module-wrap .nav-wrap .nav-parent .right .link.hot::before {
	content: "HOT";
	background-image: url(../images/icon0-1.png);
	width: 31px;
	height: 19px;
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	color: #fefefe;
	top: -11px;
	right: -29px;
}
.module-wrap .nav-wrap .nav-parent .right .link.new::before {
	content: "NEW";
	width: 32px;
	line-height: 15px;
	font-size: 12px;
	font-weight: 400;
	color: #fefefe;
	text-align: center;
	background: #f18c20;
	border-radius: 2px;
	position: absolute;
	top: -11px;
	right: -29px;
}
