.e_bannerA-1 .p_info .p_btitle
{
    display: none;
}
.sideBar
{
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
    display: block!important;
}
.side1 a, .side1 img, .side1 i, .side1 span
{
    display: block;
}
.side1 img
{
    margin: 0 auto;
}
.side1 i
{
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all .5s ease;
}
.side1 span
{
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px;
}
.side1:hover
{
    background: #6ac4c2;
}
.side1:hover a img
{
    animation: jitter .5s;
}
.side
{
    height: 50px;
    position: absolute;
    transition: all .5s;
}
.side a
{
    display: block;
    height: 50px;
    font-size: 0;
}
.side i, .side span
{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}
.side i
{
    width: 50px;
    text-align: center;
    background: #c33;
    transition: all .3s;
}
.side i img
{
    vertical-align: middle;
}
.side span
{
    text-align: center;
    line-height: 50px;
    background: rgba(204,51,51,70%);
    font-size: 13px;
    color: #fff;
    transition: all 1s;
}
.side2
{
    top: 0;
    right: -140px;
    width: 190px;
}
.side2 span
{
    width: 140px;
}
.side3
{
    right: -140px;
    width: 190px;
    top: 51px;
}
.side3 span
{
    width: 140px;
}
.side4
{
    right: -180px;
    width: 230px;
    top: 102px;
}
.side4 span
{
    width: 180px;
}
.side5
{
    right: -90px;
    width: 140px;
    top: 153px;
    cursor: pointer;
}
.side5 span
{
    width: 90px;
    font-size: 14px;
}
.qcodePic
{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.side5:hover .qcodePic
{
    display: block;
}
.side5:hover .qcodePic img
{
    width: 130px;
}
.side6
{
    right: -90px;
    width: 140px;
    top: 204px;
    cursor: pointer;
}
.side6 span
{
    width: 90px;
    font-size: 14px;
}
.side:hover
{
    right: 0;
}
.side:hover i
{
    background: #c33;
}
.wxPic
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
}
.wxPic img
{
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.m-foot
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f5f5f5;
    display: none;
}
.m-foot ul
{
    font-size: 0;
    text-align: center;
    height: 54px;
}
.m-foot ul li
{
    float: left;
    width: 20%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}
.m-foot ul li:nth-child(3)
{
    background: #c33;
    border-left: none;
    border-top: 1px solid rgba(204,51,51,70%);
}
.m-foot ul li:nth-child(3) span
{
    color: #fff!important;
}
.m-foot ul li:first-child, .m-foot ul li:nth-child(4)
{
    border-left: none;
}
.m-foot ul li span, .m-foot ul li img
{
    display: block;
    margin: 6px auto;
}
.m-foot ul li a svg
{
    display: block;
    margin: 6px auto;
    fill: rgba(204,51,51,70%);
}
.m-foot ul li span
{
    line-height: 14px;
    font-size: 12px;
    color: #1a1a1a;
    transition: all .4s;
}
.m-foot ul li:hover span
{
    color: rgba(204,51,51,70%);
}
.wyz
{
    position: fixed;
    width: 50px;
    height: 50px!important;
    right: 6px;
    bottom: 80px;
    z-index: 90;
    display: none;
}
.wyz .img-block svg
{
    fill: rgba(204,51,51,70%);
}
@media only screen and (max-width: 768px)
{
    .sideBar
    {
        display: none!important;
    }
    .m-foot
    {
        display: block;
    }
    .wyz
    {
        display: block;
    }
}
.page_a:hover
{
    text-decoration: none;
    background: rgba(204,51,51,70%);
    color: #fff;
}
.page_a.current
{
    background: #ac8612;
}