﻿


#header2Show {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999998;
}
#header2{
	width: 100%;
	height: 100px;
	display: none;
}
.BanxinHeader{
width: 1200px;
margin: 0 auto;
justify-content: flex-end;
}


#header2Show {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999998;
}
#header1{
z-index: 999999999;
}
#header2{
	width: 100%;
	height: 100px;
	display: none;
}
.BanxinHeader{
width: 1200px;
margin: 0 auto;
justify-content: flex-end;
}

.header_container {
	width: 100%;
	background: #FFFFFF;
	height: 100px;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
	position: relative;
}
#service_container {
	cursor: default;
	display: none;
	position: absolute;
	left: -20px;
	top: 68px;
	z-index: 9999;
	padding-top: 40px;

}
#service_container .item a:hover{
	color: rgba(255,144,70,1)!important;
}

#service {
	width: 430px;
	height: 180px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(217, 217, 217, 1);
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 1px;
}

#service>.item {
	width: 50%;
	height: 100%;
	padding: 20px;
	border-right: 1px solid #E2E2E2;
}

#service>.item .msg {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	margin-top: 20px;
	width: 169px;
}



#service .item .title {
	font-size: 16px;
	font-weight: 550;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
}

.header_container>.Banxin2 {
	justify-content: flex-end;
}

.header_container .icon {
	position: absolute;
	left: 36px;
	top: 50%;
	transform: translateY(-50%);
	width: 352px;
	height: 68px;
	background: url(../../img/HH/header/icon.png) no-repeat center/cover;
}

.header_container .tabbar_container {
	margin-right: 73px;
}

.header_container .tabbar_container>.item {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	height: 100px;
	line-height: 100px;
}

.header_container .tabbar_container>.item:hover {
	color: #FFFFFF;
	background: rgba(255, 144, 70, 1);
}

.header_container .tabbar_container .check {
	color: #FFFFFF;
	background: rgba(255, 144, 70, 1);
}

.header_container .login {
	float: right;
	margin-left: 130px;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	height: 100px;
	line-height: 100px;
}

.Tan {
	width: 100%;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0px;
}

.Tantx {
	width: 20%;
	padding: 10px 0px;
	background: #ebeef5;
	font-size: 16px;
	color: rgb(167, 164, 164);
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
	animation: Tan 0.5s;
	display: none;
}

@keyframes Tan {
	0% {
		margin-top: -100px;
		opacity: 0.1;
	}
	100% {
		margin-top: 20px;
		opacity: 1;
	}
}