@charset "utf-8";

body {
	position: relative;
}

.gonggao-hidden {
	overflow: hidden;
}

.gonggao-all {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1999;
    background: rgba(0, 0, 0, 0.35);
}

.gonggao-all .all-layout {
    width: 470px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
}

.gonggao-all a {
    display: block;
    max-height: 640px;
    margin: 0 auto;
    text-align: center;
}

.gonggao-all a img{
    max-height: 640px;
}

.gonggao-all .gonggao-all-close {
	width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/close_big.png) no-repeat center center;
}

.gonggao-all .gonggao-all-close:hover {
	background: url(../images/close_big_opa6.png) no-repeat center center;
}

.gonggao-bar {
	background: #472273;
    display: none;
}

.gonggao-bar-layout {
	width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 55px;
}

.gonggao-bar .gonggao-bar-close {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../images/close_small.png) no-repeat center center;
}
.gonggao-bar .gonggao-bar-close:hover {
	background: url(../images/close_small_opa6.png) no-repeat center center;
}