.header {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1240px;
    height: 100px;
    background: rgba(253, 253, 254, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff); /*IE8支持*/
    box-shadow: 0 -10px 40px;
    top: 0;
}

.header .nav {
    position: absolute;
    width: 1240px;
    /*height: 100px;*/
    left: 50%;
    margin-left: -620px;
}

.header .nav .icon {
    height: 100px;
    width: 160px;
    background: url("../images/icon.png");
}

.header .nav .nav-list li {
    box-sizing: border-box;
    float: left;
    margin-left: 41px;
    width: 92px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}

.header .nav .nav-list li .select-wrap {
    height: 33px;
    border-radius: 6px;
    border: 1px solid #c5c6cb;
    background: #ffffff;
    position: relative;
    top: 34px;
    padding: 0 10px
	/* display:none; */
 }

.header .nav .nav-list .nav-active a {
    box-sizing: border-box;
    display: block;
    height: 100px;
    line-height: 88px;
    width: 92px;
    border-top: 6px solid #0095f9;
    color: #0095f9;
}

.header .nav .nav-list .nav-active #about-efun,
.header .nav .nav-list .nav-active #join-efun {
    position: absolute;
    top: 75px;
    display: block;
    width: 100px;
    z-index: 999;
}

.header .nav .nav-list .nav-active #about-efun li,
.header .nav .nav-list .nav-active #join-efun li {
    margin: 0;
}

.header .nav .nav-list .nav-active #about-efun li a,
.header .nav .nav-list .nav-active #join-efun li a {
    margin: 0;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.8);
    color: #000;
    border-top: 0;
    background: #ffffff;

}

.header .nav .nav-list .nav-active #about-efun li a:hover,
.header .nav .nav-list .nav-active #join-efun li a:hover {
    background: #0095f9;
    color: #fff;
}

.header .nav .nav-list .nav-active #about-efun li .select-wrap,
.header .nav .nav-list .nav-active #join-efun li .select-wrap {
    /*height: 33px;*/
    border: 6px;
}

.header .nav .nav-list .actived a {
    box-sizing: border-box;
    display: block;
    height: 100px;
    line-height: 88px;
    width: 92px;
    border-top: 6px solid #0095f9;
    color: #0095f9;
}

.header .nav .nav-list select {
    display: block;
    width: 90%;
    margin-left: 5%;
    height: 33px;
    border: none;
}

.header .nav .about-efun {
    position: relative;
}
