header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.header {
	width: 100%;
	height: 100px;
	display: inline-block;
}

.logo {
	height: 50px;
	display: block;
	float: left;
	margin-top: 25px;
}

.logo img {
	height: 100%;
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.heade1 {
	float: left;
	margin-top: 37px;
}

.heade2 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.heade2_1 {
	height: 25px;
}

.heade2_1 img {
	height: 100%;
}

.heade2_1_1 {
	display: block;
}

.heade2_1_2 {
	display: none;
}

.heade2_2 {
	display: none;
	position: absolute;
	right: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
}

.heade2_3 {
	border: 1px solid #f5f5f5;
	width: 240px;
	height: 40px;
	border-radius: 40px;
	background: white;
	overflow: hidden;
	display: flex;
}

.heade2_2 input {
	border: none;
	outline: none;
	width: calc(100% - 60px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
}

.heade2_2 button {
	border: none;
	outline: none;
	width: 60px;
	height: 100%;
	background-color: transparent;
	background-image: url(../img/search_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.heade3 {
	height: 25px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.heade3 img {
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.heade3 select {
	border: none;
	outline: none;
	width: 85px;
	height: 100%;
	font-size: 16px;
	color: white;
	padding-left: 35px;
	padding-right: 15px;
	-webkit-appearance: none;
	/* Chrome, Safari, Opera */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	/* 标准 */
	background-color: transparent;
	background-image: url(../img/select_1.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 10px auto;
	position: relative;
	z-index: 1;
}

.heade3_1 {
	display: block;
}

.heade3_2 {
	display: none;
}

.heade4 {
	width: calc(100% - 335px);
	height: 100%;
	float: left;
	text-align: center;
}

.heade4 li {
	margin-right: 30px;
	display: inline-block;
	position: relative;
}

.heade4 li:last-child {
	margin-right: 0;
}

.heade4 li:hover .heade5 {
	display: block;
}

.heade4_1 {
	line-height: 100px;
	display: block;
	font-size: 16px;
	color: white;
}

.heade4_1.on {
	position: relative;
}

.heade4_1.on::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #009392;
	position: absolute;
	left: 0;
	bottom: 0;
}

.heade4_1:hover {
	position: relative;
}

.heade4_1:hover::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #009392;
	position: absolute;
	left: 0;
	bottom: 0;
}

.heade5 {
	width: 155px;
	background: white;
	padding: 15px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 101;
}

.heade5_1 {
	width: 100%;
	/*height: 60px;*/
	display: block;
	text-align: center;
	/*line-height: 60px;*/
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 5px 0;
}

.heade5_1.on {
	color: #009392;
	position: relative;
}

.heade5_1.on::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #009392;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.heade5_1:hover {
	color: #009392;
	position: relative;
}

.heade5_1:hover::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #009392;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

header.ny {
	border-bottom: 1px solid #F3F3F3;
	background: white;
	position: inherit;
	left: inherit;
	top: inherit;
}

header.ny .logo1 {
	display: none;
}

header.ny .logo2 {
	display: block;
}

header.ny .heade4_1 {
	color: #333333;
}

header.ny .heade2_1_1 {
	display: none;
}

header.ny .heade2_1_2 {
	display: block;
}

header.ny .yy_1 {
	display: none;
}

header.ny .yy_2 {
	display: block;
}

header.ny .heade3_1 {
	display: none;
}

header.ny .heade3_2 {
	display: block;
}

header.ny .heade3 select {
	color: #333333;
	background-image: url(../img/select_2.png);
}