﻿.divheader {
    width: 1200px;
    height: 80px;
    display: inline-block;
}

    .divheader .leftlogo {
        margin-top: 20px;
        display: block;
        float: left;
    }

    .divheader .menulist {
        width: 65%;
        float: left;
        line-height: 80px;
        font-size: 16px;
        padding-left: 100px;
    }

        .divheader .menulist li {
            height: 80px;
            text-align: center;
            float: left;
            margin-left: 20px;
            /*letter-spacing: 10px;
            text-indent: 10px;*/
            padding: 0 15px;
            cursor: pointer;
        }

            .divheader .menulist li:hover {
                border-bottom: #009B74 solid 4px;
                color: #009B74;
            }

        .divheader .menulist .checkmenu {
            border-bottom: #009B74 solid 4px;
            color: #009B74;
        }

    .divheader .loginright {
        line-height: 80px;
        display: block;
        float: right;
    }

    .divheader .right {
        line-height: 80px;
        display: block;
        float: right;
        font-size: 16px;
    }

        .divheader .loginright a, .divheader .right a {
            color: #009B74;
        }

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.divfooter {
    width: 1200px;
    height: 220px;
    display: inline-block;
}

    .divfooter .leftlogo {
        margin-top: 75px;
        display: block;
        float: left;
    }

    .divfooter .centerbody {
        float: left;
        padding-top: 45px;
        margin-left: 200px;
        color: #909090;
    }

        .divfooter .centerbody .link {
            display: block;
        }

            .divfooter .centerbody .link a {
                color: #009B74;
            }

            .divfooter .centerbody .link span {
                margin-left: 20px;
                margin-right: 20px;
            }

    .divfooter .rightqrcode {
        margin-top: 46px;
        float: right;
        text-align: center;
    }

.servertip {
    position: fixed;
    right: 25px;
    top: 50%;
    text-align: right;
    margin-top: -60px;
}

    .servertip a {
        width: 60px;
        height: 60px;
        border: solid 1px #E4E4E4;
        border-radius: 3px;
        display: inline-block;
        cursor: pointer;
        line-height: 60px;
        color: #fff;
        font-size: 20px;
        text-align: left;
        text-indent: 65px;
    }

        .servertip a span {
            display: none;
        }

        .servertip a:hover span {
            display: block;
        }

    .servertip .telephone {
        background: url(/Content/Image/enterprise/icon-r-phone.png) center center no-repeat;
        background-color: #F0F0F0;
    }

        .servertip .telephone:hover {
            background: url(/Content/Image/enterprise/icon-r-phoneh.png) 15px center no-repeat;
            background-color: #009B74;
            width: 220px;
            border: solid 1px #009B74;
        }

    .servertip .online {
        background: url(/Content/Image/enterprise/icon-r-sriver.png) center center no-repeat;
        background-color: #F0F0F0;
        margin-top: 5px;
    }

        .servertip .online:hover {
            background: url(/Content/Image/enterprise/icon-r-sriverh.png) 15px center no-repeat;
            background-color: #009B74;
            width: 220px;
            border: solid 1px #009B74;
        }
