.header {
    height: 0.75rem;
    z-index: 99;
    position: fixed;
    background-color: transparent;
    width: 100%;
    background-color: transparent;
    transition: .5s;
}

.header .w1440 {
    height: 100%;
    position: relative;
	max-width: 14.4rem;
}

.header .left a img {
    position: relative;
    width: 2.5rem;
}

.header .left {
    height: 100%;
}
.elsepage {
    position: absolute;
    height: 100%;
    line-height: 0.55rem;
    display: inline-block;
}

.header .left h1 a {
    position: absolute;
    height: 100%;
    line-height: 0.3rem;
    display: inline-block;
}

.header .right ul {
    position: absolute;
    top: 0;
    line-height: 0.5rem;
    height: 0.75rem;
    right: 0;
}

.header .right ul li {
    margin-right: 15px;
    float: left;
    height: 100%;
    font-size: 0;
}

.header .right ul li>a {
    display: inline-block;
    font-size: 0.14rem;
    height: 100%;
    font-family: MicrosoftYaHei-Bold;
    padding: 0 0.2rem;
    line-height: 0.75rem;
    color: white;
    font-weight: 600;
    transition: .3s;
    box-sizing: border-box;
    border-bottom: 2.5px solid transparent;
}
.header .w1440 .right ul li:nth-child(5) .moreinfo {
    margin-left: 0;
  }
.header .w1440 .right ul li:hover .moreinfo {
    display: block;
}

.header .w1440 .right ul li .moreinfo {
    display: none;
    position: absolute;
    margin-left: -2.4rem;
    top: 0.75rem;
    background-color:rgba(0, 0, 0, 0.7);
}

.header .w1440 .right ul li .moreinfo a {
    display: inline-block;
    font-size: .14rem;
    line-height: 0.6rem;
    margin-left: 0.2rem;
    color: #A7A7A7;
}
.header .w1440 .right ul li .moreinfo a:hover {
    color: #FFFFFF;
}

.header .w1440 .right ul li .moreinfo a:last-child {
    margin-right: 0.2rem;
}

.header .right ul li>a:hover {
    color: rgb(29, 104, 181) !important;
}
