		* {
			margin: 0;
			padding: 0;
		}
		a{
			color: #000000;
		}
			.header_nav_fr a:hover{
			color: #EE7800 !important;
		}
		.header_nav_fr a {
			display: inline-block;
			text-align: center;
			width: 100px;
			font-size: 16px;
			color: #000;
			text-decoration: none;
		}
		.header_nav_fl{
			margin-left: 80px;
		}
		.header {
			width: 100%;
			height: 106px;
			background: #FFFFFF !important;
		}
		.header-nav{
			width: 100%;
			height: 26px;
			border-bottom: 1px solid #F2F2F2;
			height: 26px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.header-nav>div{
			width: 360px;
			height: 26px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 14px;
		}
		.header-nav>div>p{
			color: #999999;
			margin: 0 24px;
		}
		.header-nav>div>div{
			text-align: center;
			display: flex;
			align-items: center;
		}
		.header-nav>div>div>a{
			color: #999999;
			display: inline-block;
		}
		.header_nav {
			width: 1200px;
			margin: 0 auto;
			height: 80px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.active {
			color: #ff9020 !important;
		}
		.Sign_in{
			height: 100%;
			position: relative;
		}
		.sign_in{
			background: #f3f3f3;
			position: absolute;
			width: 80px;
			left: -26px;
			top: 25px;
			border: 1px solid #f3f3f3;
		}
		.sign_in>a{
			width: 100%;
			height: 40px;
			display: flex;
			align-items: center;
			justify-content: center;
			border: 1px solid #f3f3f3;
		}
		.sign_in>a:hover{
			background: #FFFFFF;
		}
		.sign_in>a:hover:img{
			display: inline-block;
		}
		.sign-in>div:hover:img{
			display: inline-block;
		}
		.sign-in>div:hover{
			background: #FFFFFF;
		}
		.sign-in>div{
			width: 100%;
			height: 40px;
			display: flex;
			align-items: center;
			justify-content: center;
			border: 1px solid #f3f3f3;
		}
		.Sign-in{
			height: 100%;
			position: relative;
		}
		.sign-in{
			background: #f3f3f3;
			position: absolute;
			width: 80px;
			left: -4px;
			top: 25px;
			border: 1px solid #f3f3f3;
			z-index: 99;
		}