#FullscreenIndex {
	background: url('../image/Fullscreen/fullscreen-bg.jpg') no-repeat center center fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background-color: #8ABBCC; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	visibility: visible;
	z-index: 1;
}

/* 头部 */
#FullscreenIndex .header-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 0 100px; */
	height: 100px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 100px;
	width: 1600px;
	margin: 50px auto;
	transition: all 1s cubic-bezier(.46, 1, .23, 1.52);
	/* margin: 50px 160px 0 160px; */
}

#FullscreenIndex .header-content .header-logo {
	margin-left: 100px;
	/* float: left; */
	line-height: 1;
}

#FullscreenIndex .header-content .header-logo img {
	/* width: 337px; */
	height: 50px;
	/* margin: 25px 0 0 100px; */
}

#FullscreenIndex .header-content .header-rightbox {
	display: flex;
	margin-right: 100px;
	/* float: right; */
	/* margin-right: 104px; */
}

#FullscreenIndex .header-content .header-rightbox > div:not(:last-child) {
	margin-right: 30px;
	line-height: 1;
}

#FullscreenIndex .header-content .header-rightbox .header-icon {
	/* float: left; */
    cursor: pointer;
    padding: 35px 0px;
}

#FullscreenIndex .header-content .header-rightbox .header-icon img {
	width: 35px;
    height: 35px;
    border-radius: 50%;
	/* margin: 35px 0 0 35px; */
}

/* 底部电话 */
#FullscreenIndex .footer-content {
	position: fixed;
	bottom: 29px;
	right: 260px;
}

#FullscreenIndex .footer-content .footer-phone {
	float: left;
	margin-left: 20px;
	font-size: 39px;
	font-weight: bold;
	color: #ffffff;
}

#FullscreenIndex .footer-content .footer-phone img {
	margin-top: 10px;
}

/* 搜索框样式 */
#FullscreenIndex header .header-search img.active {
	content: url("../image/Fullscreen/header-search-active.png");
}

#FullscreenIndex header .header-search-list {
	position: absolute;
	left: 537px;
	display: none;
	/* display: flex; */
	align-items: center;
	/* position: absolute; */
	width: 800px;
	/* top: 80px; */
	/* margin-left: 800px; */
	/* bottom: 0; */
	background-color: #fff;
	opacity: 0;
	transition: all 800ms;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-o-transition: all 800ms;
	height: 50px;
}

#FullscreenIndex header .header-search-list .btn-close img {
	cursor: pointer;
}

#FullscreenIndex header .header-search-list .header-search-list-box {
	position: absolute;
	top: 75px;
	right: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#FullscreenIndex header .header-search-list .header-search-list-box .title {
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	font-size: 12px;
	color: #C2C2C2;
}

#FullscreenIndex header .header-search-list .header-search-list-box .search-item {
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

#FullscreenIndex header .header-search-list .header-search-list-box .search-item:hover {
	background-color: #F6F6F6;
}

#FullscreenIndex header .header-search-list .header-input-search {
	flex: 1;
	margin-left: 30px;
	font-size: 20px;
	border: none;
}

#FullscreenIndex .full-screen-bottom-arrow {
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	animation: dropDown 1.5s linear infinite alternate;
	/* Firefox: */
	-moz-animation: dropDown 1.5s linear infinite alternate;
	/* Safari 和 Chrome: */
	-webkit-animation: dropDown 1.5s linear infinite alternate;
	/* Opera: */
	-o-animation: dropDown 1.5s linear infinite alternate;
	cursor: pointer;
}

#FullscreenIndex.fullscreenIndex-header-animation .header-content {
	margin: 0 auto;
	width: 100%;
}

@media(max-width: 1660px) {
	#FullscreenIndex .header-content {
		width: 95%;
		margin: 50px auto;
	}

	#FullscreenIndex header .header-search-list {
		width: 500px;
	}
}
#FullscreenIndex .header-content .header-rightbox .header-icon:nth-child(1):hover img{
	content: url("../image/index/home-active.png");
}
#FullscreenIndex .header-content .header-rightbox .header-icon:nth-child(2):hover img{
	content: url("../image/index/header-search-active.png");
}
#FullscreenIndex .header-content .header-rightbox .header-icon.LoginIcon:nth-child(3):hover img{
	content: url("../image/index/header-employee-active.png");
}