﻿@charset "UTF-8";
/*
    本网站信息公开 自定义css
*/

/*footer*/
#footer{ width: 1200px; margin: 20px auto;}
#footer .copyRight{ line-height: 24px; font-size: 12px;}
#footer .copyRight p{ margin-bottom: 10px;}
#footer .pic img{height:50px;}

/* 侧栏固定菜单 */
.sideFixed {
    display:block !important;
    z-index: 2000;
    position: fixed;
    top: 300px;
    right: 0;
    *right:67px;
    width: 50px;
    font-size: 12px;
    _position: absolute;
}
.sideFixed li {
    position: relative;
    background: url(../../../base/img/bg1.png);
    border-bottom:1px solid #fff;
}
.sideFixed li a {
    height: 50px;
    display: block;
    background: url(../../../base/img/sidefixed.png) center -30px no-repeat;
    color:#fff;
    text-align:center;
    padding-top: 28px;
    height: 30px;
}
.sideFixed li.alx a {background-position: center -430px;}
.sideFixed li a:hover {
    text-decoration: none;
}
.sideFixed .wx{
    -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;
}
.sideFixed .on{
    background:#555
}
.sideFixed .jqr a {
    background-position: center -122px;
}
.sideFixed .sj a {
    background-position: center -230px;
}
.sideFixed .wb a {
    background-position: center -330px;
}
.sideFixed .wx a {
    background-position: center -430px;
}
.sideFixed .gt a {
    background-position: center -625px;
    padding-top: 0;
    height: 50px;
}
.sideFixed .pic {
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.sideFixed .pic img {
    width: 95px;
    height: 95px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -115px;
    top: -25px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
@media screen and (min-width: 1330px) {
    .sideFixed{
        right:50%;
        margin-right: -680px;
    }
}

.sideFixed-2{
    z-index: 2000;
    position: fixed;
    top: 180px;
    right: 50%;
    width: 80px;
    height:113px;
    _position: absolute;
    background: url(../../../base/img/scrollicon-bsfw.png) no-repeat 7px 22px;
    margin-right: -695px;
}
.sideFixed-2 span{
    padding-top: 85px;
    display: inline-block;
    text-align: center;
    width: 80px;
    color:#f69a54;
    cursor: pointer;
    font-size:12px
}
