/* side */

.side {
    position: fixed;
    width: 54px;
    height: 320px;
    right: 0;
    top: 300px;
    z-index: 1000;
    _position: absolute;
    display: none;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
    cursor: pointer
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #60676E;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    line-height: 54px;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #60676E;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #7db230;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.side ul li a {
    color: #fff;
}

.pagemain .jianjie {
    text-align: center;
}

.dm-pagemain .table tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.service-pagemain .a_content {
    overflow-x: scroll;
}

.service-pagemain .a_content table tr:hover {
    background-color: unset;
}

.service-pagemain .a_content table tr td {
    border: 0px;
}

.serviceanzhuang-pagemain .a_content table tr td {}

@media (max-width: 1200px) {
    body {}
    img {
        max-width: 100% !important;
    }
}