﻿html,
body {
	margin: 0;
	padding: 0;
}

.shareImg {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
}

.mainHeader {
	background: #ffffff;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	line-height: 65px;
	margin-bottom: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	height: 100px;
}

.mainHeader * {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.mainHeader a {
	color: #333;
	text-decoration: none;
}

.mainHeader a:hover {
	color: #d60200;
	text-decoration: none;
}

.mainHeader .hMenu li.cur a {
	color: #d60200;
}

.mainHeader img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

.mainHeader .headerCont {
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
}

.mainHeader .headerLogo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 0;
}

.mainHeader .headerLogo a {
	display: inline-block;
}

.mainHeader .hMenu {
	padding: 5px 0;
	margin-left: 100px;
}

.mainHeader .hMenu ul {
	overflow: hidden;
}

.mainHeader .hMenu li {
	display: inline-block;
	padding: 0 18px;
}

.mainHeader .hMenu li a {
	font-size: 18px;
	color: #333333;
	display: inline-block;
}

.mainHeader .hMenu li a:hover {
	color: #c52726;
}

.mainHeader .headerSearch {
	position: absolute;
	top: 0;
	right: 0;
	float: left;
}

.mainHeader .headerButton {
	width: auto;
	height: 50px;
	display: none;
}

.menuBox {
	width: 34px;
	height: 35px;
	border: 1px solid #DDDDDD;
	position: absolute;
	top: 10px;
	right: 5px;
	border-radius: 4px;
}

.menuBox span {
	display: block;
	width: 23px;
	height: 2px;
	border-radius: 1px;
	background: #888888;
	position: absolute;
	left: 5px;
	transition: all 0.3s;
	/* transform-origin: -1px 0; */
}

.menuBox span:nth-child(1) {
	top: 6px;
}

.menuBox span:nth-child(2) {
	top: 13px;
}

.menuBox span:nth-child(3) {
	top: 20px;
}

.menuBox.on {
	background: #ddd;
}

.menuBox.on span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 6px);
}

.menuBox.on span:nth-child(2) {
	display: none;
}

.menuBox.on span:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -5px);
}

.searchBox {
	width: 227px;
	height: 35px;
	border: 1px solid #c4c4c4;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 50px;
}

.searchBox .bLeft {
	width: 76%;
	height: 100%;
	float: left;
	margin-left: 4%;	
}

.searchBox .bLeft input {
	border-width: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: left;
	color: 333;
	outline: medium;
	margin-top: -30px;
}

.searchBox .bRight {
	width: 20%;
	height: 100%;
	float: left;
}

.searchBox .bRight input {
	border-width: 0;
	background: url(../images/icon_search.png) no-repeat center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	outline: medium;
	margin-top: -30px;
}





/* Large devices (pad pro) */
@media (max-width: 1199px) and (min-width: 1024px) {
	.mainHeader .headerCont {
		width: 1000px;
	}

	.mainHeader .headerLogo {
		width: 100px;
		height: 100px;
	}

	.mainHeader .hMenu {
		padding: 5px 0;
		margin-left: 100px;
	}

	.mainHeader .hMenu li {
		padding: 0 5px;
	}

	.mainHeader .hMenu li a {
		font-size: 14px;
	}

	.mainHeader .headerSearch {
		top: 11px;
	}

	.searchBox {
		width: 200px;
		height: 32px;
	}
}

/* Medium devices (pad) */
@media (max-width: 1023px) and (min-width: 768px) {
	.mainHeader .headerCont {
		width: 750px;
		padding: 10px 0;
	}

	.mainHeader .headerLogo {
		width: 100px;
		height: 100px;
		top: 10px;
	}

	.mainHeader .headerSearch {
		top: 7px;
	}

	.searchBox {
		width: 200px;
		height: 32px;
	}

	.mainHeader .hMenu {
		padding: 35px 0 0 0;
		margin-left: 0;
	}

	.mainHeader .hMenu ul {
		margin-right: -27px;
	}

	.mainHeader .hMenu li {
		padding: 0;
		margin-right: 27px;
	}

	.mainHeader .hMenu li a {
		font-size: 14px;
	}
}


/*导航*/
.mainHeader .headerCont .hMenu .nav{height:35px;width: 100%;display:inline-block;}
.mainHeader .headerCont .hMenu .nav li{float:left;height:35px;line-height:35px;position:relative;padding-top: 0;padding-bottom: 0;padding-right: 2px;padding-left: 2px;z-index: 69;}
.mainHeader .headerCont .hMenu .nav li.cur:hover>p{display: block;}
.mainHeader .headerCont .hMenu .nav li.cur a{text-align: center;}
.mainHeader .headerCont .hMenu .nav li.cur .subNav{position:absolute;top:25px;z-index:69;line-height:normal;display:none;left: 0px;width: 100px;}
.mainHeader .headerCont .hMenu .nav li.cur .subNav p a{display:block;text-align: center;padding-top: 5px;padding-right: 2px;padding-bottom: 5px;padding-left: 2px;list-style-type: disc;border-bottom-width: 1px;border-bottom-style: solid;}
.mainHeader .headerCont .hMenu .nav li.cur .subNav p a:hover{color:#fff;}
.mainHeader .headerCont .hMenu .nav .current{background:#d2d4d6;}




/* Small devices (phones) *
@media only screen and (max-width: 767px) {
	.mainHeader {
		background: #f5f5f5;
		box-shadow: none;
		margin-bottom: 0;
	}

	.mainHeader .headerCont {
		width: auto;
		height: auto;
		padding: 0;
	}

	.mainHeader .headerLogo {
		width: 100px;
		height: 100px;
		top: 10px;

	}

	.mainHeader .headerSearch {
		top: 10px;
		right: 70px;
		padding: 0;
	}

	.searchBox {
		width: 200px;
		height: 32px;
	}

	.mainHeader .hMenu {
		padding: 0;
		margin: 0;
		display: none;
	}

	.mainHeader .hMenu ul {
		border-top: 1px solid #DDDDDD;
		padding: 10px 5px;
	}

	.mainHeader .hMenu li {
		padding: 0 10px;

	}

	.mainHeader .hMenu li a {
		font-size: 14px;
		line-height: 28px;
	}

	.mainHeader .headerButton {
		display: block;
	}
}
