@charset "utf-8";
/* CSS Document */

.pm {
    margin: 0px auto;
    width: 1171px;
}

/*--------容器-----------*/

#container {
    margin: 0px auto;
    overflow: hidden;
}

/*如果屏幕宽度小于768像素*/

@media all and (max-device-width: 768px) {
    #container {
        width: 1171px;
    }
}

/*--------容器 页眉-----------*/

#container #header {
    height: 295px;
}

/*--------容器 页眉 展示条-----------*/

#container #header #banner {
    height: 227px;
    background-repeat: no-repeat;
    background-position: center center;
}

#container #header #banner .pm {
    padding-top: 72px;
    height: 155px;
}

#container #header #banner .pm #sublogo {
    position: absolute;
}

#container #header #banner .pm #sublogo a {
    position: relative;
    z-index: 1;
    top: -50px;
    left: 1050px;
}

#container #header #banner .pm #sublogo a, #container #header #banner .pm #sublogo a img {
    width: 146px;
    height: 70px;
    display: block;
}

#container #header #banner .pm #logo {
    width: 577px;
    height: 130px;
    background-position: 0px 0px;
    display: block;
    background-size: cover;
    margin-top: -14px;
    background: url(../../images/bgheader/logo.png) no-repeat;
}

.bgstretcher-area {
    text-align: left;
}

.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
    position: absolute;
    top: 0;
    left: 0;
}

.bgstretcher ul, .bgstretcher ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgstretcher {
    width: 1920px;
    height: 227px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    _position: absolute;
    overflow: hidden;
    /*IE6 doesn't support fixed positioning*/
}

/*--------容器 页眉 主导航-----------*/

#container #header #menu {
    background-color: #0061AB;
}

#container #header #menu .pm, #container #header #menu .pm ul, #container #header #menu .pm form {
    height: 68px;
}

#container #header #menu .pm ul, #container #header #menu .pm ul li, #container #header #menu .pm ul li a, #container #header #menu .pm form {
    display: block;
}

#container #header #menu .pm ul, #container #header #menu .pm ul li {
    float: left;
}

#container #header #menu .pm ul {
    overflow: hidden;
}

#container #header #menu .pm ul li a {
    padding: 0px 34px;
    line-height: 68px;
    font-size: 16px;
}

#container #header #menu .pm ul li a:link, #container #header #menu .pm ul li a:visited {
    color: #FFF;
}

#container #header #menu .pm ul li a:hover {
    background-color: #3C9DF1;
}

#container #header #menu .pm ul .hover a:link, #container #header #menu .pm ul .hover a:visited {
    background-color: #3C9DF1;
}

#container #header #menu .pm form {
    float: right;
    margin-top: 19px;
    width: 196px;
    height: 30px;
    border: 1px solid #D6D6D6;
    background-color: #FFF;
}

#container #header #menu .pm form #txt, #container #header #menu .pm form #btn {
    height: 30px;
    border: 0px;
    display: block;
}

#container #header #menu .pm form #txt {
    float: left;
    padding: 0px 6px;
    width: 144px;
}

#container #header #menu .pm form #btn {
    float: right;
    width: 38px;
    background-position: -266px -83px;
}

/*--------容器 页脚-----------*/

#container #footer {}

/*--------容器 页脚 友情链接-----------*/

#container #footer #links {
    background-color: #EDEDED;
}

#container #footer #links .pm, #container #footer #links .pm li {
    display: block;
}

#container #footer #links .pm {
    height: 84px;
    line-height: 84px;
    font-size: 18px;
}

#container #footer #links .pm li {
    float: left;
    padding-right: 50px;
}

#container #footer #links .pm li select {
    margin-top: 28px;
    width: 316px;
    height: 30px;
}

/*--------容器 页脚 版权信息-----------*/

#container #footer #copyright {
    background-color: #0061AB;
}

#container #footer #copyright .pm {
    padding: 28px 0px;
    text-align: center;
}

#container #footer #copyright .pm #sublogo, #container #footer #copyright .pm #wx, #container #footer #copyright .pm #cnzz {
    position: absolute;
}

#container #footer #copyright .pm #sublogo a {
    position: relative;
    z-index: 1;
    top: 65px;
    left: 500px;
}

#container #footer #copyright .pm #sublogo a, #container #footer #copyright .pm #sublogo a img {
    width: 146px;
    height: 70px;
    display: block;
}

#container #footer #copyright .pm #wx div {
    position: relative;
    z-index: 1;
    top: 54px;
    left: 390px;
}

#container #footer #copyright .pm #cnzz div {
    position: relative;
    z-index: 2;
    top: 31px;
    left: 970px;
}

#container #footer #copyright .pm span {
    line-height: 26px;
    color: #FFF;
    display: block;
    font-size: 12px;
}

#container #footer #copyright .pm span a:link, #container #footer #copyright .pm span a:visited {
    color: #FFF;
}

#container #footer #copyright .pm span a:hover {
    color: #F4FFFF;
}

#container #footer #copyright .pm span img {
    vertical-align: middle;
}

#container #footer #copyright .pm ul, #container #footer #copyright .pm ul li {
    display: block;
}

#container #footer #copyright .pm ul {
    margin: 0px auto;
    padding-top: 20px;
    padding-left: 120px;
    height: 68px;
}

#container #footer #copyright .pm ul li {
    float: left;
    padding: 0px 5px;
}

#container #footer #copyright .pm #xy ul, #container #footer #copyright .pm #xy ul li, #container #footer #copyright .pm #xy ul li a {
    display: block;
}


#container #footer #copyright .pm #xy ul {
    width: 318px;
    height: 33px;
    position: relative;
    top: 0px;
    left: 200px;
}

#container #footer #copyright .pm #xy ul li {
    float: left;
    padding: 0px 3px;
}

#container #footer #copyright .pm #xy ul li a, #container #footer #copyright .pm #xy ul li a img {
    width: 100px;
    height: 33px;
}

/*--------容器 主体-----------*/

#container #main {
    padding-bottom: 30px;
}

.bgimg {
    background: url(bgimg.png)/*tpa=http://mfb.wuhan.gov.cn/images/bgimg.png*/
    no-repeat;
}

/*--------返回顶部-----------*/

#totop {
    width: 92px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

*html #totop {
    position: absolute;
    right: 10px;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px");
    cursor: pointer;
    display: none;
}

#totop a {
    padding-top: 53px;
    width: 92px;
    /* height: 40px; */
    text-align: center;
    color: #FFF;
    line-height: 40px;
    font-size: 14px;
    background: url(bgimg.png)/*tpa=http://mfb.wuhan.gov.cn/images/bgimg.png*/ no-repeat -40px -592px;
    display: block;
}

#totop a.cur {
    background-position: -132px -592px;
}


#container #footer #copyright .pm ul{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#container #footer{
    background-color: #0061AB;
}