﻿/*通知*/
.notice_all{
    /*background: url("../images/bg_d.jpg") repeat-x center;*/
    background: none;
    width: 100%;
    display: block;
}
.notice_all>a{
    display: block;
    width: 100%;
    height: 3rem;
}
.notice_top{
    display: block;
}
 .notice{
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*height: 100px;*/
    /*background: url("../images/notice.jpg") no-repeat;*/
    width: 100%;
    /*margin: 0 auto 0 -980px;*/
   height: 100%;
    background: url(../images/notice.jpg) no-repeat;
     background-size: 16rem;
}
.notice_top a#notice_exist{
    display: block;
    width: 0.66rem;
    height: 0.66rem;
    background:url(../images/notice_btn.png) no-repeat ;
    position:absolute;
    top:0.22rem;
    right:0.22rem;
    background-size: 0.66rem 0.66rem;
}
.notice_top a#notice_exist:hover{
    background:url(../images/notice_btn.png) no-repeat ;
    background-size: 0.66rem 0.66rem;
}

.notice_top a#notice_exist_no{
    display: block;
    width: 0.66rem;
    height: 0.66rem;
    background:#c4c4c4 url(../images/notice_btn.png) no-repeat 0 -15px;
    position:absolute;
    top:0.22rem;
    right: 0.22rem;
    z-index: 10;
    background-size: 0.66rem 0.66rem;
}
.notice_top #notice_exist_no:hover{
    background:#939393 url(../images/notice_btn.png) no-repeat 0 -0.66rem;
    background-size: 0.66rem 0.66rem;
}
/*通知 end*/