﻿i {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
}
/*new right*/
.cndns-right {
    position: fixed;
    right: 1px;
    top: 50%;
    margin-top: -100px;
    z-index: 100;
}

.cndns-right-meau {
    position: relative;
}

.cndns-right-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #fff;
}

    .cndns-right-btn span {
        color: #848484;
        font-size: 26px;
        line-height: 48px;
    }

    .cndns-right-btn sup {
        display: block;
        min-width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #fff;
        border-radius: 50%;
        background-color: #00AEF3;
        position: absolute;
        left: -12px;
        top: -12px;
    }

    .cndns-right-btn p {
        color: #00AEF3;
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
        display: none;
    }

.cndns-right-meau:hover .cndns-right-btn span {
    display: none;
}

.cndns-right-meau:hover .cndns-right-btn p {
    display: block;
}

.meau-sev .cndns-right-btn {
    border-color: #00AEF3;
    background: url(../../Content/Home/homekefu.gif) no-repeat #00AEF3 center;
}

    .meau-sev .cndns-right-btn p {
        color: #fff;
    }

    .meau-sev .cndns-right-btn span {
        color: #fff;
    }

.cndns-right-box {
    position: absolute;
    top: -15px;
    right: 48px;
    padding-right: 25px;
    display: none;
}

    .cndns-right-box .box-border {
        border: 1px solid #ccc;
        border-top: 4px solid #00AEF3;
        padding: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }

        .cndns-right-box .box-border .arrow-right {
            display: block;
            width: 13px;
            height: 16px;
            background: url(../../Content/Home/arrow.png) no-repeat;
            position: absolute;
            right: -13px;
            top: 26px;
        }

        .cndns-right-box .box-border .sev-t span {
            font-size: 42px;
            float: left;
            display: block;
            line-height: 56px;
            margin-right: 20px;
            color: #d3d3d3;
        }

        .cndns-right-box .box-border .sev-t p {
            float: left;
            color: #00AEF3;
            font-size: 24px;
            line-height: 28px;
        }

            .cndns-right-box .box-border .sev-t p i {
                display: block;
                font-size: 14px;
                color: #aaa;
            }

        .cndns-right-box .box-border .sev-b {
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #e4e4e4;
        }

            .cndns-right-box .box-border .sev-b h4 {
                color: #666;
                font-size: 14px;
                font-weight: normal;
                padding-bottom: 10px;
            }

            .cndns-right-box .box-border .sev-b li {
                float: left;
                width: 33.33333%;
            }

                .cndns-right-box .box-border .sev-b li a {
                    display: inline-block;
                    color: #333;
                    font-size: 13px;
                    line-height: 20px;
                }

                    .cndns-right-box .box-border .sev-b li a:hover {
                        text-decoration: underline;
                    }

.meau-sev .cndns-right-box .box-border {
    width: 430px;
}

.meau-contact .cndns-right-box .box-border {
    width: 230px;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block;
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

    .meau-code .cndns-right-box .box-border {
        width: 156px;
        text-align: center;
        border-top: 1px solid #ccc;
    }

        .meau-code .cndns-right-box .box-border i {
            display: block;
            color: #f66e06;
            font-size: 16px;
            line-height: 16px;
        }

        .meau-code .cndns-right-box .box-border .arrow-right {
            top: inherit;
            bottom: 50px;
        }

.meau-sev .cndns-right-btn .demo-icon {
    display: none;
}

.meau-sev:hover .cndns-right-btn {
    background: #00AEF3;
}

.meau-zs .cndns-right-btn {
    background-color: #00AEF3;
    color: #fff;
    margin-top: 80px;
    border-color: #00AEF3;
}

    .meau-zs .cndns-right-btn span {
        color: #fff;
    }

    .meau-zs .cndns-right-btn p {
        color: #fff;
    }

