@charset "utf-8";
/* CSS Document */

/*
@font-face {
  font-family: 'fzltchjw';
  src: url('../fonts/FZLTCHJW/FZLTCHJW.eot');
  src: url('../fonts/FZLTCHJW/FZLTCHJW.eot#iefix') format('embedded-opentype'),
       url('../fonts/FZLTCHJW/FZLTCHJW.woff') format('woff'),
       url('../fonts/FZLTCHJW/FZLTCHJW.ttf') format('truetype'),
       url('../fonts/FZLTCHJW/FZLTCHJW.svg#FZLTCHJW') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

.header {
	width: 100%;
	height: 100px;
	background-color: #fff;
	font-size: 0;
	position: relative;
	z-index: 9999999;
	-webkit-box-shadow:0 0px 6px 2px rgba(170,170,170,0.6);
	-moz-box-shadow:0 0px 6px 2px rgba(170,170,170,0.6);
	box-shadow:0 0px 6px 2px rgba(170,170,170,0.6);
}
.header .logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: left;
	width: 316px;
	height: 60px;
	margin-top: 20px;
	overflow: hidden;
	vertical-align: top;
}
.header .logo img {
	width: 185px;
	height: 60px;
}

.header-menu {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: auto;
	height: auto;
	word-wrap:break-word;
}
.header-menu ul {
	width: 100%;
	height: auto;
}
.header-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	position: relative;
	vertical-align: top;
	padding-right: 27px;
	padding-left: 20px;
	background: url(../images/nav-line.png) no-repeat right center;
}
.header-menu li.last-nav {
	padding-right: 20px;
	background: none;
}
.header-menu li a.one-nav {
	display: block;
	width: 100%;
	height: 60px;
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	overflow: hidden;
	position: relative;
}
/*
.header-menu li.active a.one-nav,
.header-menu li a.one-nav:hover {
	color: #d3171a;
}
*/
.header-menu li a.one-nav .nav-name {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.header-menu li a.one-nav .nav-name span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #7f7f7f;
	font-size: 16px;
}
.header-menu li a.one-nav .nav-name span.active {
	color: #d3171a;
}
.header-menu li.active a.one-nav .nav-name {
	top: -60px;
}
.header-menu li .sub-category {
	position: absolute;
	top: 100px;
	left: 0;
	width: 0;
	height: 0;
	background-color: #595959;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	transition:all .5s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.header .header-menu li .sub-category.active {
	width: auto;
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.header .header-menu li .sub-category.solution {
	left: -134px;
	width: 372px;
}
.header .header-menu li .sub-category.case-performance {
	width: 300x;
	padding: 0 20px;
	left: -91px;
}

.header-menu li .sub-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #595959;
	vertical-align: top;
}
.header-menu li .sub-menu .sub-con {
	padding-top: 10px;
	padding-bottom: 5px;
}
.header-menu li .sub-menu a.two-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #eee;
	vertical-align: top;
}
.header-menu li .sub-menu a.two-nav span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px;
}
.header-menu li .sub-menu a:hover {
	color: #fff;
	background-color: #d3171a;
}
.header-menu li .solution .sub-menu a:hover {
	background: none;
}
.header-menu li .sub-menu a.parent-nav {
	background-color: #d3171a;
	color: #fff;
	margin-bottom: 0;
}
.header-menu li .sub-menu a.parent-nav:hover {
	color: #eee;
	background-color: #d3171a;
}
.header-menu li .operation-service {
	width: 126px;
}
.header-menu li .multilevel-menu {
	width: 300px;
	height: 100%;
	background-color: #6c6c6c;
}
.header-menu li .case-performance .multilevel-menu {
	background-color: #595959;
}
.header-menu li .multilevel-menu a.parent-nav {
	background-color: #e8383b;
}
.header-menu li .multilevel-menu a.parent-nav:hover {
	background-color: #e8383b;
}
.header-menu li .multilevel-menu .sub-con a.two-nav {
	width: 50%;
}

