.home-header {
	width: 94%;
	margin: 0 auto;
	height: 80px;
	line-height: 80px
}
.home-header-logo {
	display: inline-block;
	width: 103px;
	height: 30px;
	z-index: 1;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.home-header-content {
	float: right;
	margin-right: -10px;
	color: #fdfdfd
}
.home-header-connect {
	display: inline-block
}
.home-header-connect>li {
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 6px
}
/*.home-header-connect>li:before {
	position: absolute;
	top: 33px;
	left: -2px;
	content: '';
	width: 1px;
	height: 14px;
	background-color: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}*/
.home-header-connect>li:last-child {
	padding-right: 0
}
.home-header-item {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 14px;
	cursor: pointer
}
.home-header-item b {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain
}
.home-header-item:hover {
	background-color: rgba(255,255,255,.2);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#33ffffff');
	border-radius: 20px;
	color: #fff
}
.home-header-item:hover .home-header-info {
	display: block
}
.home-header .connect-client b {
	width: 14px;
	height: 18px;
	background-image: url(/src/images/home/download-icon.png)
}
.home-header .connect-client .home-header-info {
	height: 90px;
	padding: 6px
}
.home-header .connect-client .home-header-info div {
	width: 78px;
	height: 78px;
	margin: 0 auto;
	background: url(/src/images/index/erweima1.jpg);
	background-size: contain
}
.home-header .connect-qq .home-header-info, .home-header .connect-tel .home-header-info {
	left: -25px
}
.home-header .connect-qq .home-header-info li, .home-header .connect-tel .home-header-info li {
	display: block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #f2f2f2
}
.home-header .connect-qq .home-header-info li:last-child, .home-header .connect-tel .home-header-info li:last-child {
	border-bottom: 0
}
.home-header .connect-qq b {
	width: 18px;
	height: 18px;
	background-image: url(/src/images/home/qq-icon.png)
}
.home-header .connect-qq .home-header-info li:hover {
	background-color: #e7e7e7
}
.home-header .connect-tel b {
	width: 18px;
	height: 18px;
	background-image: url(/src/images/home/tel-icon.png)
}
.home-header-info {
	display: none;
	position: absolute;
	top: 90px;
	min-width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	z-index: 10
}
.home-header-info:before {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	content: ''
}
.home-header-info:after {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-top: -8px;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: #fdfdfd;
	border-width: 8px;
	content: ''
}
.home-header .tab-group {
	display: inline-block
}
.home-header .tab-group .tab-item {
	display: inline-block;
	width: auto;
	height: inherit;
	padding-left: 0;
	padding-right: 40px;
	font-size: 14px
}
.home-header .tab-group .tab-item.active a {
	position: relative;
	color: #fff
}
.home-header .tab-group .tab-item.active a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff
}
.home-header .tab-group .tab-item a {
	display: inline-block;
	text-decoration: none;
	color: #fdfdfd
}
.home-header-logo {
	background-position: 0px 0px
}