﻿.w-container {
    margin: 0 auto;
    width: 1200px;
}

.w-header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}

.w-header .logo {
    display: block;
    float: left;
    margin-top: 17px;
}

.w-header .logo img {
    height: 30px;
}

.w-header .header-fl {
    float: left;
    height: 30px;
    margin-top: 17px;
}

.w-header .header-fl li {
    float: left;
    color: #222222;
    font-size: 14px;
    margin-left: 40px;
    cursor: pointer;
    line-height: 30px;
}

.w-header .header-fl li img {
    height: 16px;
    position: relative;
    top: -1px;
    margin-left: 2px;
}

.w-header .header-fl div {
    display: none;
    width: 15px;
    height: 2px;
    background: #EEB556;
    position: relative;
    left: 50%;
    top: 8px;
}

.w-header .header-fl .active a {
    color: #EEB556;
}

.w-header .header-fl .active {
    margin-left: 25px;
}

.w-header .header-fl .active div {
    display: inline-block;
}

.w-header .header-fr {
    float: right;
    padding: 16px 28px 16px 0;
}

/*活动首页icon*/
#btn_acindex .icon-acindex {
    background: url('/images/icon-acindex.png');
    width: 14px;
    height: 15px;
    position: relative;
    top: -1px;
    left: -5px;
}

#btn_acindex:hover .icon-acindex {
    background: url('/images/icon-acindex2.png');
}

.w-header #header_notLogin a div {
    float: left;
    display: inline-block;
    margin-left: 10px;
    border-radius: 2px;
    width: 60px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.w-header #header_notLogin a:nth-child(1) div {
    color: #EEB556;
    background-color: #fff;
}

.w-header #header_notLogin a:nth-child(2) div {
    color: #ffffff;
    background-color: #EEB556;
}

.w-header #header_notLogin .w-header-blank {
    height: 80px;
}

.w-header #header_login {
    font-size: 14px;
    height: 30px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #EEB556;
    margin-top: 16px;
    cursor: pointer;
}

.w-header #header_login .leftImg {
    height: 22px;
    position: relative;
    top: -2px;
}

.w-header #header_login .name {
    color: #EEB556;
    line-height: 30px;
}

.w-header #header_login .rightImg {
    height: 10px;
    position: relative;
    top: -2px;
}

.w-header .header_login_box {
    display: none;
    width: 130px;
    height: 100px;
    background: url("/images/s4.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    top: 60px;
    right: -110px;
    float: right;
    box-sizing: border-box;
    padding: 10px 0;
}
.w-header .header_login_box a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #222;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
/*尾部*/
.footer-pz {
    width: 100%;
    display: block;
}

.footer-logo {
    width: 206px;
    height: 39px;
    background: url(/images/foot-logo.png) no-repeat;
}