/**首页改版头部**/
.n-qh-nav{background-color: #FFFFFF;border-top: 1px solid #E6E6E6;height: 55px;}
.n-qh-nav .container {position: relative;width: 1200px;margin: 0 auto;height: 55px;}
.n-menu-box h2 {width: 200px;height: 55px;line-height: 55px;text-align: left;background-color: #fff;color: #333;border-right: 1px solid #E6E6E6;position: relative;text-indent: 50px;}
.n-m_nav-list{padding-left: 200px;}
.n-m_nav-list li {float: left;line-height: 55px;color: #fff;font-size: 14px;}
.n-m_nav-list li a{line-height: 55px;padding: 0 5px;margin: 0 20px;color: #333;}
.n-m_nav-list li a.on, .n-m_nav-list li a:hover{background-color:transparent;}
.n-m_nav-list li a.on:after, .n-m_nav-list li a:hover:after{transform: scaleX(0);background: #DF3E3E;}
.n-m_nav-list li a.on::after, .n-m_nav-list li a:hover::after{position: absolute;content: "";height: 5px;width: 100%;bottom: -1px;transform: scaleX(1);left: 0%;-webkit-animation-name: navfadeIn; /*动画名称*/-webkit-animation-duration: 0.5s; /*动画持续时间*/-webkit-animation-iteration-count: 1; /*动画次数*/-webkit-animation-delay: 0s; /*延迟时间*/}
.n-m_nav-list li a i.hot-icon {position: absolute;right: -30px;top: 5px;display: block;width: 40px;height: 18px;background: url(img/n-head-icons.png) no-repeat -38px 0px;}
.n-mhead-icon{position: absolute;top: 20px;left: 20px;display: block;width: 16px;height: 14px;background: url(img/n-head-icons.png) no-repeat 0px -17px;}
