/*首页登录导航条新版样式*/
.index-head {
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.nav-color {
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.index-nav-a {
    display: inline-block;
    padding-top: 13px;
}
.nav-color .nav-img-logo {
    height: 45px;
}
.nav-head {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    min-width: 1100px;
}
.nav-word {
    height: 100%;
    float: right;
    font: 100 20px "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 1px;
}
.nav-word ul {
    list-style: none;
    color: #666;
    padding: 0;
    margin-bottom: 0;
}
.nav-word ul .nav-li {
    float: left;
    line-height: 65px;
}
.nav-word ul .nav-li a {
    display: block;
    height: 100%;
    padding: 0 20px;
    color: #666;
    min-width: 110px;
    text-align: center;
    font-size: 18px;
    border-top: 4px solid #fff;
}

.index-head a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
    padding-top: 11.5px;
}

.index-head .icon-logo{
    color: #029bd8;
    font-size: 42px;
    margin: 0;
    line-height: unset;
}

.nav-word ul .nav-li a.active{
    color: #029BD8;
    border-top-color: #029BD8;
}
.nav-word ul .nav-li a:hover {
    color: #029BD8;
}
/*首页登录导航条新版样式end*/