header{
	width: 100%;
}
.header-top{
	width: 100%;
	background: #F94C82;
}
.header-top1{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #851D54;
}
.header-downs{
	width: 100%;
	background: white;
}
.header-down{
	width: 100%;
	height: 70px;
	display: inline-block;
}
.logo{
	height: 45px;
	display: block;
	float: left;
	margin-top: 12.5px;
}
.logo img{
	height: 100%;
	display: block;
}
.header-down1{
	float: left;
	width: 200px;
	height: 36px;
	border-radius: 36px;
	background: #F94C82;
	text-align: center;
	line-height: 36px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-radius: 36px;
	margin-top: 17px;
}
.header-down2{
	float: left;
	margin-right: 45px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 24px;
}
.header-down2 img{
	height: 22px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.header-down2 span{
	display: inline-block;
	vertical-align: middle;
}
.header-down3{
	min-width: calc(100% - 690px);
	max-width: calc(100% - 620px);
	float: left;
	text-align: center;
}
.header-down3 li{
	margin-right: 80px;
	display: inline-block;
}
.header-down3 li:last-child{
	margin-right: 0;
}
.header-down3_1{
	display: block;
	line-height: 70px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.header-down4{
	width: 160px;
	float: left;
	margin-top: 24px;
	margin-right: 45px;
	position: relative;
}
.header-down4_1{
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding: 10px 0;
}
.header-down4_1_1{
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.header-down4_1_2{
	width: calc(100% - 52px);
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.header-down4_1_3{
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-down4_2{
	width: 120%;
	background: white;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	padding: 0 10px;
	padding-bottom: 10px;
	display: none;
	position: absolute;
	left: 50%;
	top: calc(100% + 5px);
	transform: translateX(-50%);
	z-index: 1001;
}
.header-down4_3{
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	display: block;
	padding: 10px 0;
}
.header-down4_3_1{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666666;
	display: inline-block;
	vertical-align: middle;
}
.header-down4_3_2{
	width: calc(100% - 22px);
	padding: 0 10px;
	font-size: 16px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.header-down4_3_3{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
}
.header-down4_3_4{
	width: 100%;
	display: block;
}
.header-down4_3_5{
	width: 100%;
	display: none;
}
.header-down4_3.on .header-down4_3_1{
	background: #F94C82;
}
.header-down4_3.on .header-down4_3_2{
	color: #F94C82;
}
.header-down4_3.on .header-down4_3_4{
	display: none;
}
.header-down4_3.on .header-down4_3_5{
	display: block;
}
.header-down4_3:hover .header-down4_3_1{
	background: #F94C82;
}
.header-down4_3:hover .header-down4_3_2{
	color: #F94C82;
}
.header-down4_3:hover .header-down4_3_4{
	display: none;
}
.header-down4_3:hover .header-down4_3_5{
	display: block;
}
.header-down4:hover .header-down4_2{
	display: block;
}