﻿/**
* @Author: St. <SuperWoods>
* @Date:   2017-01-23-15:42:14
* @Email:  st_sister@iCloud.com
* @Filename: hpf2017.css
* @Last modified by:   SuperWoods
* @Last modified time: 2017-03-01-17:22:27
* @License: MIT
* @Copyright: Copyright (c) Xinhuanet Inc. All rights reserved.
*/
/* 控制页面主题结构，需要页面预留id，否则无法生效 */
#boxBg {
	width           : 1004px;
	margin-left     : auto;
	margin-right    : auto;
	margin-top      : 0px;
	z-index         : 2;
	position        : relative;

}

.hpf2017 {
    background: url('2026images/2026qglhbg.png') center top no-repeat;
    width     : 100%;
    height    : 1080px;
    position  : fixed;
    z-index   : 1;
    top       : 0;
    overflow  : hidden;
}

.hpf2017-off {
    position           : absolute;
    width              : 50px;
    height             : 20px;
    background-position: 0;
    top                : 80px;
    left               : 50%;
    margin-left        : 460px;
    cursor             : pointer;
    background-image   : url("../images/hpf2017-off.png");
    background-repeat  : no-repeat;
    z-index            : 3;
}

.hpf2017-btn {
    width   : 100%;
    display : block;
    height  : 100%;
    position: absolute;
    z-index : 2;
    top     : 0;
    left    : 0;
}

.hpf2017-btn .hide {
    display: none;
}
