html,
body {
	margin: 0;
	padding: 0;
}

.header {
	min-width: 1200px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 8px 0 18px rgba(0, 0, 0, 0.12);
	font-family: 'Arial';
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.header * {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.header a {
	color: #333;
	text-decoration: none;
}

.header a:hover {
	color: #ed3c37;
	text-decoration: none;
}

.header img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

.header .headerCont {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.header .logo {
	width: 118px;
	height: 55px;
	position: absolute;
	top: 60px;
	left: 22px;
	z-index: 1;
}

.header .logo a,
.header .logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header .search {
	width: 40px;
	height: 35px;
	position: absolute;
	top: 76px;
	right: 0;
	z-index: 1;
}

.header .search a,
.header .search img {
	width: 100%;
	height: 100%;
	display: block;
}

.header .menu {
	height: 140px;
	position: relative;
	padding: 50px 50px 0 160px;
}

.header .menu li {
	display: inline-block;
	text-align: right;
}

.header .menu li a {
	display: inline-block;
	line-height: 90px;
	font-size: 20px;
	color: #6a6a6a;
	padding: 0 8px;
}

.header .menu li.cur a {
	color: #ed3c37;
}

.header .menu span {
	width: 35px;
	height: 4px;
	background: #ed3c37;
	display: block;
	position: absolute;
	left: 0;
	bottom: 26px;
	pointer-events: none;
	border-radius: 4px;
	overflow: hidden;
}


.header .headerCont{
	overflow: inherit;
}

#pcMenu .subMenu{
	position: absolute;
	bottom: 25px;
	right: 60px;
	z-index: 99;
}

#pcMenu .subMenu h3{
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
}

#pcMenu .subMenu .menuList{
	position: absolute;
	top: 35px;
	right: -10px;
	width: 180px;
	height: auto;
	padding: 10px 0;
	background: #fff;
	box-shadow: 8px 0 18px rgba(0, 0, 0, 0.12);
	display: none;
}

#pcMenu .subMenu .menuList a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}

#pcMenu .subMenu:hover .menuList{
	display: block;
}