
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.header {
    font-size: 12px;
	height:40px;
    background: #000000 !important;
    width: 100%;
}
.header .container {
    width: 1440px !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
}
.head8 .nav {
    height: 70px;
    border-top: none;
    background: #000000 !important;
    clear: both;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    width: 100%;
    position: relative;
    z-index: 100;
}
.head8 .nav .container {
    height: 70px;
    width: 1440px !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
	padding-right:0px !important;
	padding-left:0px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}
.head8 .nav .container .logo-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.head8 .nav .container .logo-wrapper img {
    margin: 0 !important;
    padding: 0 !important;
}
.head8 h3 {
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.17em;
    font-weight: bold;
    box-sizing: inherit;
	margin: 0;
    margin-right: 10px;
    padding-left: 0;
}
.nav h3 a {
    font-size: 0;
}
.head8 .nav .container .navItem {
    height: 70px;
    border: none;
	position: relative;
	box-sizing: inherit;
	display: flex !important;
    align-items: center !important;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-end !important;
}
.head8 .nav .container .navItem li {
    height: auto;
    width: auto;
    border: none;
	position: relative;
    display: inline-block;
    text-align: center;
    line-height: normal;
}
.head8 .nav .container .navItem a {
    line-height: normal !important;
    font-size: 16px !important;
    font-weight: 600;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 5;
    width: auto;
	display: block;
    color: #ffffff !important;
    padding: 10px 20px;
    transition: all 0.3s;
}
.head8 .navItem li a:before {
    display: none;
}
/* Icon样式已移除，改用纯文本导航 */
.head8 .navItem span {
    display: none;
}
.head8 .nav .container .navItem a:hover {
    color: #FFD700 !important;
}
.head8 .nav .container .navItem a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%);
    transition: width 0.3s;
    border-radius: 3px;
}
.head8 .nav .container .navItem a:hover:after {
    width: 80%;
}
.head8 .nav .container .navItem li.active a,
.head8 .nav .container .navItem li a.active {
    color: #FFD700 !important;
}
.head8 .nav .container .navItem li.active a:after,
.head8 .nav .container .navItem li a.active:after {
    width: 80%;
}
/* 旧的动画效果已移除，使用新的金色下划线效果 */

/* 强制1440px宽度和对齐 */
.head8 {
    width: 100% !important;
}
.head8 .nav {
    width: 100% !important;
}
.container {
    width: 1440px !important;
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fix {
    width: 100% !important;
}
img {
    display: block;
}












