.container {
    width: 100%;
    height: 1962px;
    overflow: hidden;
    margin: 0 auto;
    background: url('../img/pro1/bg.jpg') no-repeat;
}

.hdgz {
    width: 848px;
    height: 120px;
    margin: 0 auto;
    margin-top: 25px;
}

.hdgz span {
    width: 810px;
    height: 70px;
    display: block;
    color: #9a2d0e;
    font-size: 16px;
    line-height: 33px;
    margin-top: 57px;
    margin-left: 0;
    text-align: left;
    font-family: "Source Han Serif SC", serif;
    font-weight: bold;
}

.hd {
    width: 100%;
    height: 650px;
    position: relative;
}

.npc_box {
    width: 1000px;
    height: 570px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 0px;
    background: url('../img/pro9/npc.png') no-repeat center;
}

.npc_box ul {
    width: 1000px;
    height: 570px;
    position: relative;
}

.npc_box ul .li-1 {
    width: 219px;
    height: 205px;
    display: block;
    position: absolute;
    left: 172px;
    top: 0;
}

.npc_box ul .li-2 {
    width: 204px;
    height: 205px;
    display: block;
    position: absolute;
    left: 0px;
    top: 200px;
}

.npc_box ul .li-3 {
    width: 204px;
    height: 205px;
    display: block;
    position: absolute;
    left: 172px;
    top: 400px;
}

.npc_box ul .li-4 {
    width: 204px;
    height: 209px;
    display: block;
    position: absolute;
    right: 172px;
    top: 0;
}

.npc_box ul .li-5 {
    width: 204px;
    height: 205px;
    display: block;
    position: absolute;
    right: 0px;
    top: 200px;
}

.npc_box ul .li-6 {
    width: 226px;
    height: 205px;
    display: block;
    position: absolute;
    right: 172px;
    top: 400px;
}

.npc_box ul li div {
    position: relative;
}

.npc_box ul li div img {
    display: block;
}

.npc_box ul li div .opac {
    width: 320px;
    height: 206px;
    position: absolute;
    top: -2px;
    background: url('../img/pro9/tan.png?02') no-repeat;
    z-index: 10;
    left: 150px;
    display: none;
}

.npc_box ul li div .opac .giftTit {
    width: 195px;
    height: 28px;
    line-height: 30px;
    display: block;
    margin-top: 30px;
    margin-left: 84px;
    color: #773800;
    font-size: 20px;
    text-align: center;
    font-family: FZDaBiaoSong-B06S;
}

.npc_box ul li div .opac em {
    width: 195px;
    line-height: 28px;
    color: #773800;
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    margin-left: 84px;
    display: block;
}

.npc_box ul li:hover .opac {
    display: block;
}