@charset "utf-8";

/*其他的界面的导航*/
.header-width{
	width: 100% !important;
}
.header-top, .header-bot-view{
	width: 1200px;
	margin: 0 auto;
}
.header-bot{
	background-color: #2e2e2e;
}
.header-bot ul li a span{
	color: #fff;
}
.header-bot ul li.header-bot-all{
	width: 160px;
	background-color: transparent;
}
.header-bot ul li a:after{
	display: none;
}
.header-bot ul li a{
	padding: 0 42px;
	margin: 0;
}
.header-bot ul li.header-bot-all a{
	padding: 0;
}
.header-bot ul li a:hover{
	margin-top: 0px;
}
.header-bot ul li.header-bot-all a:hover i, .header-bot ul li.header-bot-all a:hover span{
	color: #FD001A !important;
}
.header-bot ul li a.active{
	color: #fff;
	background-color: #ff4747;
}
.header-bot ul li a.active:hover span{
	color: #fff !important;
}
.index-menu-width{
	background-color: #fff;
	box-shadow: 0px 0px 2px #eee;
}
.index-menu-width ul li a{
	border-bottom-color: #E5E5E5;
}
.header-win-list{
	box-shadow: 0px 0px 2px #eee;
}
.index-menu-width ul li.active a i, .index-menu-width ul li.active a span{
	color: #fff !important;
}
.index-menu-width ul li.active a{
	border-bottom: 0;
}
.index-menu-width ul li.active{
	background-color: #ff4747;
}

/*暂时隐藏*/

/*.header-win-other{
	transition: all 0.1s;
	transform: scaleY(0);
	transform-origin: top;
	position: absolute;
	width: 100%;
	z-index: 999999;
}
.header-win-other.active{
	transform: scaleY(1);
}
.header-window{
	top: 0px;
}*/

.index-menu-width{
	transition: all 0.1s;
	transform: scaleY(0);
	position: absolute;
	transform-origin: top;
}
.index-menu-width.active{
	transform: scaleY(1);
}
