﻿body, dd, dl, dt, h1, h2, h3, h4, html, i, li, p, ul {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
}

html {
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
}

body {
    min-width: 989px;
    color: #292929;
    font-size: 12px;
    font-family: '微软雅黑';
    word-break: break-all;
    word-wrap: break-word;
    cursor: default;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #268abf;
}

    a:hover {
        color: #2aacf1;
    }

html {
    font-family: '微软雅黑';
}

button, input, select {
    font-size: 12px;
}

:focus {
    outline: 0;
}

img {
    border: 0;
    outline: 0;
}

table {
    border-spacing: 0;
}

.vam {
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    min-height: 25px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #afbbc9;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #868686;
    }

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
    display: block;
    background-color: transparent;
}

.inner {
    width: 960px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.shadow {
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    border-bottom: 1px solid #e8e8e8;
}

.shadowInset {
    box-shadow: 0 2px 3px rgba(0,0,0,.1) inset;
    border-top: 1px solid #e8e8e8;
}

.shadowClear {
    box-shadow: none;
    border-top: 0;
    margin-top: 3px;
}

.fwb {
    font-weight: 700;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after, .cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.highlight-red {
    color: #fb2424;
}

.tac {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    border-radius: 4px;
}

.btn_01 {
    width: 96px;
    line-height: 28px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset,0 1px 1px rgba(55,92,142,.44);
    background-image: -webkit-linear-gradient(-90deg,#f4f7fa,#e5eaf1);
    background-image: -moz-linear-gradient(-90deg,#f4f7fa,#e5eaf1);
    background-image: -o-linear-gradient(-90deg,#f4f7fa,#e5eaf1);
    background-image: linear-gradient(180deg,#f4f7fa,#e5eaf1);
    color: #676767;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

    .btn_01:hover {
        background-image: -webkit-linear-gradient(-90deg,#eff1f4,#d6dce5);
        background-image: -moz-linear-gradient(-90deg,#eff1f4,#d6dce5);
        background-image: -o-linear-gradient(-90deg,#eff1f4,#d6dce5);
        background-image: linear-gradient(180deg,#eff1f4,#d6dce5);
        color: #676767;
    }

    .btn_01:active {
        background-image: -webkit-linear-gradient(-90deg,#d9dfe7,#e9edf1);
        background-image: -moz-linear-gradient(-90deg,#d9dfe7,#e9edf1);
        background-image: -o-linear-gradient(-90deg,#d9dfe7,#e9edf1);
        background-image: linear-gradient(180deg,#d9dfe7,#e9edf1);
        color: #676767;
    }

.btn_02 {
    line-height: 24px;
    height: 24px;
    padding: 0 16px;
    border: 1px solid #d7d7d7;
    background-image: -webkit-linear-gradient(-90deg,#fdfdfd,#e8e8e8);
    background-image: -moz-linear-gradient(-90deg,#fdfdfd,#e8e8e8);
    background-image: -o-linear-gradient(-90deg,#fdfdfd,#e8e8e8);
    background-image: linear-gradient(180deg,#fdfdfd,#e8e8e8);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 1px rgba(0,0,0,.29);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

    .btn_02:hover {
        background-image: -webkit-linear-gradient(-90deg,#e0e9f4,#fff);
        background-image: -moz-linear-gradient(-90deg,#e0e9f4,#fff);
        background-image: -o-linear-gradient(-90deg,#e0e9f4,#fff);
        background-image: linear-gradient(180deg,#e0e9f4,#fff);
        border: 1px solid #2189ff;
        box-shadow: 0 1px 0 rgba(255,255,255,.47) inset,0 1px 1px rgba(0,0,0,.29);
    }

    .btn_02:active {
        background-image: -webkit-linear-gradient(-90deg,#fff,#e0e9f4);
        background-image: -moz-linear-gradient(-90deg,#fff,#e0e9f4);
        background-image: -o-linear-gradient(-90deg,#fff,#e0e9f4);
        background-image: linear-gradient(180deg,#fff,#e0e9f4);
        border: 1px solid #2189ff;
        box-shadow: 0 1px 0 rgba(255,255,255,.22) inset,0 1px 1px rgba(0,0,0,.29);
    }

.btn_03 {
    min-width: 64px;
    line-height: 28px;
    height: 28px;
    padding: 0 16px;
    background: #4ca3fd;
    color: #fff;
    cursor: pointer;
}

    .btn_03:hover {
        color: #fff;
        background-image: -webkit-linear-gradient(-90deg,#2495ff,#1d7aff 20%);
        background-image: -moz-linear-gradient(-90deg,#2495ff,#1d7aff 20%);
        background-image: -o-linear-gradient(-90deg,#2495ff,#1d7aff 20%);
        background-image: linear-gradient(180deg,#2495ff,#1d7aff 20%);
        box-shadow: 0 1px 0 rgba(255,255,255,.47) inset,1px 1px 1px rgba(0,0,0,.29);
    }

    .btn_03:active {
        color: #fff;
        background-image: -webkit-linear-gradient(-90deg,#1767ff,#2aa9ff);
        background-image: -moz-linear-gradient(-90deg,#1767ff,#2aa9ff);
        background-image: -o-linear-gradient(-90deg,#1767ff,#2aa9ff);
        background-image: linear-gradient(180deg,#1767ff,#2aa9ff);
        box-shadow: 0 1px 0 rgba(255,255,255,.22) inset,1px 1px 1px rgba(0,0,0,.29);
    }

.btn_04 {
    line-height: 24px;
    height: 24px;
    padding: 0 16px;
    border: 1px solid #8a8b8c;
    background: #ededed;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,1px 1px 1px rgba(0,0,0,.29);
}

    .btn_04:hover {
        box-shadow: 0 1px 0 rgba(255,255,255,.47) inset,1px 1px 1px rgba(0,0,0,.29);
        background: #e4e3e3;
    }

    .btn_04:active {
        box-shadow: 0 1px 0 rgba(255,255,255,.22) inset,1px 1px 1px rgba(0,0,0,.29);
        background-image: -webkit-linear-gradient(-90deg,#c1c0c0,#e6e6e6);
        background-image: -moz-linear-gradient(-90deg,#c1c0c0,#e6e6e6);
        background-image: -o-linear-gradient(-90deg,#c1c0c0,#e6e6e6);
        background-image: linear-gradient(180deg,#c1c0c0,#e6e6e6);
    }

    .btn_04, .btn_04:active, .btn_04:hover {
        color: #3f4040;
    }

.btn_05 {
    height: 32px;
    padding: 4px 16px;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,1px 1px 1px rgba(0,0,0,.29);
    color: #3b86b7;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

    .btn_05:hover {
        box-shadow: 0 1px 0 rgba(255,255,255,.47) inset,1px 1px 1px rgba(0,0,0,.29);
        background: #e4e3e3;
        background-image: -webkit-linear-gradient(-90deg,#fcfcfc,#dedede);
        background-image: -moz-linear-gradient(-90deg,#fcfcfc,#dedede);
        background-image: -o-linear-gradient(-90deg,#fcfcfc,#dedede);
        background-image: linear-gradient(180deg,#fcfcfc,#dedede);
    }

    .btn_05:active {
        box-shadow: 0 1px 0 rgba(255,255,255,.22) inset,1px 1px 1px rgba(0,0,0,.29);
        background-image: -webkit-linear-gradient(-90deg,#cecece,#f1f1f1);
        background-image: -moz-linear-gradient(-90deg,#cecece,#f1f1f1);
        background-image: -o-linear-gradient(-90deg,#cecece,#f1f1f1);
        background-image: linear-gradient(180deg,#cecece,#f1f1f1);
    }

.btn_06 {
    height: 32px;
    padding: 4px 35px;
    background-image: -webkit-linear-gradient(-90deg,#59acfc,#4393f9);
    background-image: -moz-linear-gradient(-90deg,#59acfc,#4393f9);
    background-image: -o-linear-gradient(-90deg,#59acfc,#4393f9);
    background-image: linear-gradient(180deg,#59acfc,#4393f9);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,1px 1px 1px rgba(0,0,0,.29);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #4595f8;
    border-radius: 0;
}

    .btn_06:hover {
        box-shadow: 0 1px 0 rgba(255,255,255,.47) inset,1px 1px 1px rgba(0,0,0,.29);
        background-image: -webkit-linear-gradient(-90deg,#5db0ff,#57a1ff);
        background-image: -moz-linear-gradient(-90deg,#5db0ff,#57a1ff);
        background-image: -o-linear-gradient(-90deg,#5db0ff,#57a1ff);
        background-image: linear-gradient(180deg,#5db0ff,#57a1ff);
        border: 1px solid #4595f8;
    }

    .btn_06:active {
        box-shadow: 0 1px 0 rgba(255,255,255,.22) inset,1px 1px 1px rgba(0,0,0,.29);
        background-image: -webkit-linear-gradient(-90deg,#4494f9,#5aaefc);
        background-image: -moz-linear-gradient(-90deg,#4494f9,#5aaefc);
        background-image: -o-linear-gradient(-90deg,#4494f9,#5aaefc);
        background-image: linear-gradient(180deg,#4494f9,#5aaefc);
        border: 1px solid #4595f8;
    }

.btn.disabled {
    background: #b8b8b8;
    color: #fff;
    border-color: #a4a4a4;
    cursor: default;
    box-shadow: 0 1px 0 #939393 inset;
}

.link {
    color: #268abf;
    margin-top: -2px;
}

.main {
    width: 1000px;
    margin: 2px auto 0;
    font-family: '微软雅黑';
}

    .main .inner {
        width: 1000px;
    }

.marginTop {
    margin-top: 3px;
    position: relative;
}

.newBtn01 {
    margin: 20px 0;
    padding: 4px 10px;
    background-color: #4ca3fd;
    color: #fff;
    font-size: 15px;
    height: 80px;
    line-height: 50px;
}

    .newBtn01:hover {
        color: #fff;
    }

.newBtn02 {
    padding: 15px 58px;
    background-color: #4ca3fd;
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    height: 80px;
    font-family: '微软雅黑';
    line-height: 50px;
}

    .newBtn02:hover {
        color: #fff;
    }

.line01 {
    border-top: 1px dotted #c6c6c6;
}

#header {
    background: #fff;
    position: relative;
    height: 86px;
}

    #header .inner {
        height: 50px;
        padding: 20px 0 16px;
        width: 1000px;
        overflow: visible;
    }

    #header .bottomLine {
        width: 100%;
        height: 3px;
        background-color: #e4e4e4;
        position: absolute;
        bottom: 0;
        _bottom: -13px;
    }

#nav {
    line-height: 50px;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 21px;
}

    #nav li {
        float: left;
    }

    #nav a {
        line-height: 50px;
        height: 62px;
        padding: 0 20px;
        color: #292929;
        font-size: 14px;
        display: block;
        _zoom: 1;
        _float: left;
        font-family: '微软雅黑';
    }

        #nav a:hover {
            color: #2aacf1;
        }

    #nav .selected {
        color: #2aacf1;
        border-bottom: #67a6ee 3px solid;
    }

    #nav .link {
        line-height: 24px;
        height: 24px;
    }

        #nav .link > a {
            color: #268abf;
            padding: 0 6px;
            line-height: 24px;
        }

            #nav .link > a:hover {
                color: #2aacf1;
            }

    #nav .langDrop {
        color: #999;
        border: 1px solid #d2d3d5;
        height: 18px;
        line-height: 18px;
        text-align: center;
        position: relative;
        margin-top: 15px;
        z-index: 4;
        width: 80px;
        cursor: pointer;
        font-size: 12px;
    }

        #nav .langDrop .dropIcon {
            width: 12px;
            height: 12px;
            position: absolute;
            top: 6px;
            right: 6px;
            background-position: -247px -602px;
        }

        #nav .langDrop .dropMenu {
            position: absolute;
            top: 19px;
            left: -1px;
            width: 80px;
            background-color: #fff;
            display: none;
        }

            #nav .langDrop .dropMenu li {
                height: 18px;
                line-height: 18px;
                border: 1px solid #d2d3d5;
                border-top: none;
                width: 100%;
                text-align: center;
            }

                #nav .langDrop .dropMenu li a {
                    height: 18px;
                    line-height: 18px;
                    color: #999;
                    font-size: 12px;
                    padding: 0;
                }

#logo {
    display: inline-block;
    height: 91px;
    width: 203px;
    position: absolute;
    top: 0;
    left: 0;
}

#subNavWrap {
    text-align: center;
    padding: 48px 0;
}

#subNav {
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

    #subNav, #subNav a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        #subNav a {
            color: #444;
            padding: 12px 30px;
            border: 1px solid #e4e4e4;
            border-right: 0;
            position: relative;
            float: left;
            *float: left;
        }

            #subNav a:first-child {
                border-radius: 5px 0 0 5px;
            }

            #subNav a:last-child {
                border-radius: 0 5px 5px 0;
            }

        #subNav .bdRight {
            border-radius: 0 5px 5px 0;
            border-right: 1px solid #e4e4e4;
        }

        #subNav .selected, #subNav a:hover {
            background-color: #2aacf1;
            color: #fff;
            border: 1px solid #2aacf1;
            border-right: 0;
        }

            #subNav .selected.bdRight, #subNav a:hover.bdRight {
                border-right: 1px solid #2aacf1;
            }

        #subNav i {
            height: 5px;
            line-height: 0;
            font-size: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: #d3d5d7;
            _bottom: -1px;
            _width: 453px;
        }

.phone_wrap {
    width: 952px;
    height: 570px;
    padding: 4px;
    background: url(../style/images2/inner_bg.png) no-repeat;
    margin: 0 auto;
}

#phone_client {
    height: 570px;
    width: 940px;
    background: url(../style/images2/cloud.png) 46px 278px no-repeat;
}

    #phone_client .content_img {
        width: 400px;
        _width: 340px;
        float: left;
        margin: 55px 0 0;
    }

        #phone_client .content_img .clientBg {
            width: 400px;
            height: 262px;
            position: relative;
        }

        #phone_client .content_img .linkFontBg {
            background: url(images2/linkFontBg.png?v=2015070302) no-repeat;
            height: 120px;
            position: absolute;
            width: 380px;
            top: 0;
            left: 72px;
            font-family: '冬青黑体简体中文';
            font-size: 27px;
            color: #fff;
            padding: 5px 0 0 34px;
        }

        #phone_client .content_img .linkTab {
            background: url(../style/images2/linkIcon.png) no-repeat;
            width: 52px;
            height: 52px;
            display: inline-block;
            position: absolute;
            z-index: 111;
        }

        #phone_client .content_img .disk {
            background-position: -2px -8px;
            margin-right: 60px;
            top: 120px;
            left: 110px;
        }

            #phone_client .content_img .disk.selected, #phone_client .content_img .disk:hover {
                background-position: -70px -8px;
            }

        #phone_client .content_img .letter {
            background-position: -1px -81px;
            margin-right: 120px;
            top: 181px;
            left: 77px;
        }

            #phone_client .content_img .letter.selected, #phone_client .content_img .letter:hover {
                background-position: -68px -81px;
            }

        #phone_client .content_img .contacts {
            background-position: -1px -160px;
            top: 244px;
            left: 60px;
        }

            #phone_client .content_img .contacts.selected, #phone_client .content_img .contacts:hover {
                background-position: -69px -160px;
            }

        #phone_client .content_img .news {
            background-position: -2px -232px;
            top: 316px;
            left: 70px;
        }

            #phone_client .content_img .news.selected, #phone_client .content_img .news:hover {
                background-position: -70px -232px;
            }

        #phone_client .content_img .ellipsis {
            background-position: -2px -310px;
            top: 377px;
            left: 117px;
        }

            #phone_client .content_img .ellipsis.selected, #phone_client .content_img .ellipsis:hover {
                background-position: -70px -310px;
            }

        #phone_client .content_img .phone_client_tab_content {
            position: relative;
            width: 300px;
            height: 421px;
        }

        #phone_client .content_img .linkImg {
            margin: 60px 0 0 114px;
            display: none;
            position: absolute;
            top: 0;
            left: 0;
        }

.contents {
    float: right;
    margin: 55px 80px 0 0;
}

    .contents h2 {
        font-family: '微软雅黑';
        font-size: 36px;
        color: #828282;
        margin-bottom: 20px;
    }

    .contents .phoneDown .downBtn {
        font-size: 24px;
        height: 42px;
        line-height: 42px;
        right: 160px;
        top: 200px;
        width: 134px;
        background-color: #4ca3fd;
        border-radius: 5px;
        padding: 14px 60px;
        color: #fff;
        margin-left: 40px;
        font-family: '冬青黑体简体中文';
    }

.versions {
    margin: 0 0 44px 6px;
}

    .versions ul {
        border-bottom: #e3e3e3 1px solid;
        margin-bottom: 20px;
        width: 338px;
    }

    .versions li {
        color: #868686;
        margin-bottom: 18px;
    }

        .versions li .new_versions {
            margin-right: 80px;
        }

.features {
    width: 380px;
}

    .features h3 {
        margin-bottom: 20px;
    }

        .features h3 span {
            padding: 3px 6px;
            background-color: #25a5ef;
            color: #fff;
        }

    .features li {
        margin-bottom: 15px;
        color: #868686;
        font-weight: 100;
        white-space: nowrap;
    }

.code2_down h3 {
    margin: 30px 0 24px;
    font-family: '微软雅黑';
    font-size: 24px;
    color: #484747;
}

.code2_down .code2_down_l {
    float: left;
}

    .code2_down .code2_down_l li {
        margin-bottom: 15px;
        color: #868686;
    }

.code2_down .code2 {
    float: left;
    margin: -54px 0 0 33px;
}

#about #subNav i, #honor #subNav i {
    _width: 453px;
}

#about #subNavWrap .inner, #honor #subNavWrap .inner {
    margin-bottom: 0;
}

#client #subNav i, #mobi #subNav i, #officePlatform #subNav i {
    _width: 328px;
}

#preferentialPlan #subNav i, #price #subNav i {
    _width: 208px;
}

#footer {
    background-color: #f6f6f6;
    padding-bottom: 31px;
    *margin-top: 30px;
}

    #footer .innerWrap {
        width: 1000px;
        margin: 0 auto;
        padding: 40px 0;
    }

    #footer .about {
        color: #666;
        font-family: '微软雅黑';
        border-left: #ccc 1px dotted;
        width: 98px;
        height: 118px;
        padding: 10px 22px;
        display: inline-block;
        float: left;
        position: relative;
    }

    #footer .aboutFirst {
        color: #666;
        font-family: '微软雅黑';
        float: left;
        border-left: 0;
        padding-right: 20px;
        _padding-right: 0;
        _display: inline-block;
        _width: 248px;
    }

    #footer .weixin {
        position: absolute;
        left: 22px;
        top: 7px;
    }

    #footer .weixinImg {
        margin-top: 54px;
    }

    #footer .weixin img {
        width: 86px;
        height: 86px;
    }

    #footer .footerTitle {
        font-weight: 700;
        margin-bottom: 6px;
    }

    #footer .footerLogo {
        margin-bottom: 20px;
    }

    #footer .footerRows {
        line-height: 24px;
        height: 24px;
    }

    #footer .footerRows2 {
        line-height: 32px;
        height: 32px;
    }

        #footer .footerRows a, #footer .footerRows2 a, #footer .footerTitle a {
            color: #666;
        }

            #footer .footerRows a:hover, #footer .footerRows2 a:hover, #footer .footerTitle a:hover {
                color: #2aacf1;
            }

    #footer .textCenter {
        text-align: center;
        padding: 0;
        line-height: 40px;
        height: 40px;
        border-top: #ccc 1px dotted;
        color: #868686;
        font-family: '微软雅黑';
    }

#home h2, #home h3 {
    color: #2e2e2e;
    line-height: 2em;
}

.gleasyV3 {
    position: relative;
    height: 500px;
    width: 100%;
}

    .gleasyV3 .floatAds {
        width: 100%;
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 500px;
        margin: 0 auto;
        overflow: hidden;
        background: url(images2/gleasyV3.jpg) center center no-repeat rgba(0,0,0,0);
    }

    .gleasyV3 .closeBtn {
        position: absolute;
        top: 25px;
        right: 20px;
        z-index: 1000;
        cursor: pointer;
        width: 24px;
        height: 24px;
        border-radius: 12px;
    }

#banner {
    position: relative;
}

    #banner .inner {
        height: 420px;
        width: 960px;
    }

        #banner .inner .innerRlv {
            position: relative;
        }

    #banner .btn {
        position: absolute;
        color: #fff;
    }

    #banner .apk, #banner .exe, #banner .ios {
        position: absolute;
        _display: block;
        padding: 23px 0 3px 42px;
        line-height: 16px;
        width: 110px;
        background: url(images2/exe_apk.png?v=2015070302) no-repeat;
    }

    #banner .exe {
        background-position: 0 -184px;
    }

        #banner .exe:hover {
            background-position: 0 -276px;
        }

    #banner .apk:hover {
        background-position: 0 -92px;
    }

    #banner .ios {
        background-position: 0 -351px;
    }

        #banner .ios:hover {
            background-position: -1px -429px;
        }

    #banner .banner001 .apk, #banner .banner001 .exe, #banner .banner002 .apk, #banner .banner002 .btn, #banner .banner002 .exe {
        display: block;
    }

    #banner .inner_wrap {
        background: url(images2/footBg.png?v=2015070302) repeat-x;
        border-top: 1px solid #D8D8D8;
    }

        #banner .inner_wrap .inners {
            width: 960px;
            margin: auto;
            padding: 50px 0;
        }

        #banner .inner_wrap .hDec {
            float: left;
            margin-right: 22px;
        }

        #banner .inner_wrap .hIcon {
            background: url(images2/productIcon.png?v=2015070302) no-repeat;
            width: 56px;
            height: 56px;
            float: left;
            vertical-align: middle;
        }

        #banner .inner_wrap .hMain {
            float: left;
            margin-left: 10px;
            color: #575757;
        }

            #banner .inner_wrap .hMain .hTitle {
                color: #232424;
                font-size: 14px;
                font-family: '冬青黑体简体中文';
                font-weight: 600;
                margin: 4px 0 6px;
            }

        #banner .inner_wrap .hIcon001 {
            background-position: -3px 0;
        }

        #banner .inner_wrap .hIcon002 {
            background-position: 0 -57px;
        }

        #banner .inner_wrap .hIcon003 {
            background-position: 0 -122px;
        }

        #banner .inner_wrap .hIcon004 {
            background-position: 6px -184px;
        }

.banner000 {
    background: url(images2/banner000.png?v=2015070302);
    width: 372px;
    height: 488px;
    margin: 32px 0 0 24px;
}

.banner001 {
    background: url(images2/banner01.png?v=2015070302);
    margin-top: 3px;
}

    .banner001 .apk, .banner001 .exe, .banner001 .ios {
        top: 265px;
    }

    .banner001 .exe {
        left: 528px;
    }

    .banner001 .apk {
        left: 684px;
    }

    .banner001 .ios {
        left: 836px;
    }

    .banner001 .btn {
        width: 134px;
        line-height: 42px;
        height: 42px;
        top: 200px;
        right: 160px;
        font-size: 24px;
    }

.bannerIco01 {
    background: url(images2/bannerIco01.png?v=2015070302);
    width: 37px;
    height: 29px;
    cursor: pointer;
    display: none;
    position: absolute;
    left: 354px;
    top: 33px;
}

    .bannerIco01:hover {
        background: url(images2/bannerIco01_hover.png?v=2015070302);
    }

.bannerIco01 {
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='http://www.gleasy.com/style/images2/bannerIco01.png?v=2015070302');
}

.hIntroduce {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

    .hIntroduce h2 {
        font-size: 24px;
        margin-left: 16px;
    }

    .hIntroduce h3 {
        font-weight: 700;
        font-size: 14px;
    }

    .hIntroduce h4 {
        text-align: center;
        width: 12em;
        margin: 0 auto 12px;
        font-size: 14px;
        font-weight: 700;
        background: #e0e0e0;
        border-radius: 28px;
        line-height: 32px;
    }

    .hIntroduce .hLine {
        width: 319px;
        border-right: 1px solid #d7dee8;
    }

.hIntroduceMod {
    width: 320px;
    overflow: hidden;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

    .hIntroduceMod h3 {
        padding-left: 24px;
        margin-top: 30px;
    }

.hContent {
    color: #696969;
    line-height: 2em;
    padding-left: 24px;
    width: 24em;
}

.hImg01, .hImg02, .hImg03, .hImg04, .hImg05, .hImg06, .hImg07, .hImg08, .hImg09 {
    background: url(images2/hImg.png?v=2015070302) no-repeat;
    height: 140px;
}

.hImg04, .hImg05, .hImg06, .hImg07, .hImg08, .hImg09 {
    margin-top: 40px;
}

.hImg01 {
    background-position: 75px 26px;
}

.hImg02 {
    background-position: -258px 18px;
}

.hImg03 {
    background-position: -586px 15px;
}

.hImg04 {
    background-position: 74px -142px;
}

.hImg05 {
    background-position: -281px -142px;
}

.hImg06 {
    background-position: -622px -142px;
}

.hImg07 {
    background-position: 77px -338px;
}

.hImg08 {
    background-position: -286px -332px;
}

.hImg09 {
    background-position: -624px -338px;
}

.hProduct {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #d3d2d2;
    margin-bottom: 20px;
}

.hProductMod {
    width: 8em;
    text-align: center;
    color: #828282;
    float: left;
}

.hJib {
    position: absolute;
    left: 152px;
    top: -1px;
    background: url(images2/hJib.png?v=2015070302);
    height: 9px;
    width: 17px;
    font-size: 0;
    line-height: 0;
}

.hProductImg {
    width: 70px;
    height: 70px;
    margin: auto;
    background: 0 0;
}

    .hProductImg a, .hProductImg img {
        display: block;
    }

.hProductImgMore {
    margin-bottom: 15px;
}

    .hProductImgMore a {
        padding: 32px 0;
    }

.indexIcon {
    background: url(images2/newIndex.png?v=2015070302);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images2/newIndex.png?v=2015070302');
}

.newIcon01 {
    width: 54px;
    height: 54px;
    display: inline-block;
    background-position: 0 0;
}

.newIcon02 {
    width: 54px;
    height: 54px;
    display: inline-block;
    background-position: -70px 0;
}

.newIcon03 {
    width: 54px;
    height: 54px;
    display: inline-block;
    background-position: -142px 0;
}

.newIcon04, .newIcon05, .newIcon06, .newIcon07, .newIcon08, .newIcon09 {
    width: 90px;
    height: 90px;
    display: inline-block;
}

.newIcon04 {
    background-position: 0 -74px;
}

.newIcon05 {
    background-position: -105px -74px;
}

.newIcon06 {
    background-position: -208px -74px;
}

.newIcon07 {
    background-position: -310px -74px;
}

.newIcon08 {
    background-position: 0 -178px;
}

.newIcon09 {
    background-position: -105px -178px;
}

.newIcon10, .newIcon11, .newIcon12, .newIcon13 {
    width: 58px;
    height: 58px;
    display: inline-block;
}

.newIcon10 {
    background-position: 0 -292px;
}

.newIcon11 {
    background-position: -82px -291px;
}

.newIcon12 {
    background-position: -164px -293px;
}

.newIcon13 {
    background-position: -238px -293px;
}

.newIcon14, .newIcon15, .newIcon16, .newIcon17, .newIcon18, .newIcon19, .newIcon20, .newIcon21 {
    width: 80px;
    height: 50px;
    display: inline-block;
    margin: 0 4px;
}

.newIcon14 {
    background-position: 14px -370px;
}

.newIcon15 {
    background-position: -71px -372px;
}

.newIcon16 {
    background-position: -154px -372px;
}

.newIcon17 {
    background-position: -230px -372px;
}

.newIcon18 {
    background-position: 7px -449px;
}

.newIcon19 {
    background-position: -73px -449px;
}

.newIcon20 {
    background-position: -161px -451px;
}

.newIcon21 {
    background-position: -233px -447px;
}

.newIcon22, .newIcon23, .newIcon24 {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.newIcon22 {
    background-position: -120px -596px;
}

.newIcon23 {
    background-position: -150px -596px;
}

.newIcon24 {
    background-position: -182px -597px;
}

.newIcon25, .newIcon26, .newIcon27 {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.newIcon25 {
    background-position: -3px -590px;
}

.newIcon26 {
    background-position: -44px -592px;
}

.newIcon27 {
    background-position: -86px -592px;
}

.newIcon28 {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -206px -598px;
    vertical-align: middle;
}

.newIcon29, .newIcon30, .newIcon31, .newIcon32 {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.newIcon29 {
    background-position: -2px -732px;
}

.newIcon30 {
    background-position: -26px -732px;
}

.newIcon31 {
    background-position: -49px -732px;
}

.newIcon32 {
    background-position: -73px -732px;
}

.newIcon {
    padding-top: 0;
    width: 60px;
    height: 60px;
}

.indexBanner {
    width: 100%;
    margin: 2px auto 0;
    height: 450px;
    overflow: hidden;
    background: url(images2/index-banner02.jpg?v=2015070302) center center no-repeat;
}

.imgScrollText {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    top: 86px;
    right: 20px;
    z-index: 99;
    color: #fff;
    font-family: '微软雅黑';
}

    .imgScrollText .use {
        display: inline-block;
        text-align: center;
        line-height: 47px;
        text-decoration: none;
        width: 167px;
        height: 47px;
        background-color: #069;
        border-radius: 4px;
        box-shadow: #014d73 0 6px 0;
        color: #fff;
        font-size: 20px;
        font-family: '微软雅黑';
    }

        .imgScrollText .use:hover {
            background-color: #015c89;
        }

    .imgScrollText .register {
        display: inline-block;
        text-align: center;
        line-height: 47px;
        width: 167px;
        height: 47px;
        margin-right: 8px;
        background-color: #e74c3c;
        border-radius: 4px;
        box-shadow: #a32f23 0 6px 0;
        color: #fff;
        font-size: 20px;
        font-family: '微软雅黑';
    }

        .imgScrollText .register:hover {
            background-color: #d73b2b;
        }

    .imgScrollText .mutBtn {
        color: #fff;
        display: inline-block;
        position: relative;
        top: 4px;
    }

        .imgScrollText .mutBtn:hover {
            text-decoration: underline;
        }

    .imgScrollText .bannerText {
        font-size: 24px;
        color: #fff;
        margin: 20px 0;
    }

    .imgScrollText .bannerText2 {
        font-size: 48px;
        color: #fff;
        margin: 20px 0 40px;
    }

    .imgScrollText .bannerIcon {
        margin-top: 30px;
    }

    .imgScrollText .clientName {
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 11px;
    }

        .imgScrollText .clientName:hover {
            text-decoration: underline;
        }

    .imgScrollText .clientBtn1:hover, .imgScrollText .clientBtn2:hover, .imgScrollText .clientBtn3:hover {
        color: #ddedff;
    }

.floatText {
    width: 1000px;
    margin: 0 auto;
    height: 413px;
    position: relative;
}

.kernel {
    text-align: center;
    color: #999;
}

.inner01 {
    width: 1000px;
    margin: 30px auto;
    font-family: '微软雅黑';
}

    .inner01 .items {
        display: inline-block;
        width: 306px;
        *float: left;
        padding: 24px 0;
        margin: 0 8px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fdfdfd;
        position: relative;
    }

    .inner01 .itemsTitle {
        font-size: 16px;
        color: #444;
        margin: 20px 0 8px;
    }

    .inner01 .kernelBg {
        position: absolute;
        bottom: -12px;
        left: -1px;
    }

    .inner01 .introduce {
        width: 320px;
        padding: 8px 0;
        margin: 6px 13px;
        position: relative;
        float: left;
        text-align: left;
    }

    .inner01 .introduceMin {
        width: 262px;
    }

    .inner01 .iconBox {
        width: 95px;
    }

    .inner01 .introduceData, .inner01 .introduceTitle {
        font-size: 14px;
        color: #454545;
        margin-bottom: 4px;
    }

    .inner01 .introduceDes {
        color: #666;
    }

    .inner01 .fontLarge {
        font-size: 30px;
        font-family: 'Letter Gothic Std';
    }

    .inner01 .news {
        padding: 10px 20px 10px 0;
        display: inline-block;
        *display: inline;
    }

        .inner01 .news .tdFirst {
            width: 90px;
            text-align: center;
        }

    .inner01 .tableWrap {
        width: 49%;
        height: 182px;
        border: 1px solid #e6e5e5;
        border-radius: 10px;
        margin: 12px 0;
    }

    .inner01 .newsTitle {
        color: #333;
        font-size: 14px;
        font-weight: 300;
    }

    .inner01 .newsContent {
        line-height: 20px;
        color: #666;
        padding-bottom: 10px;
    }

    .inner01 .newsTitle a {
        color: #333;
        font-weight: 700;
    }

    .inner01 .newsContent a {
        color: #666;
    }

        .inner01 .newsContent a:hover, .inner01 .newsTitle a:hover {
            color: #2aacf1;
        }

    .inner01 .date {
        color: #333;
        font-size: 30px;
        padding-top: 10px;
        font-weight: 700;
    }

    .inner01 .month {
        color: #999;
    }

    .inner01 .center {
        text-align: center;
        font-size: 20px;
        color: #333;
    }

    .inner01 .link {
        text-align: center;
        margin-top: 20px;
    }

.introduceWrap {
    text-align: center;
}

#officePlatform .section {
    margin-bottom: 60px;
    line-height: 24px;
}

    #officePlatform .section p {
        text-indent: 2em;
        margin-bottom: 20px;
    }

#officePlatform img {
    margin: auto;
    display: block;
}

#officePlatform .even {
    background: #fbfbfb;
}

#officePlatform .shadowInset {
    padding-top: 10px;
}

.sprite-bigJib, .sprite-chat01, .sprite-chat02, .sprite-chat11, .sprite-chat12, .sprite-chat13 {
    background: url(images2/solutionsJib.png?v=2015070302) no-repeat;
}

.sprite-bigJib {
    background-position: 0 0;
    width: 45px;
    height: 19px;
}

.sprite-chat01 {
    background-position: 0 -29px;
}

.sprite-chat02 {
    background-position: 0 -49px;
}

.sprite-chat11 {
    background-position: 0 -69px;
}

.sprite-chat12 {
    background-position: 0 -89px;
}

.sprite-chat13 {
    background-position: 0 -109px;
}

#solutions {
    color: #6e7174;
}

    #solutions .even {
        background: #fbfbfb;
    }

        #solutions .even .color_01 {
            background: #f3f7fa;
            border-color: #d8ebf7;
        }

            #solutions .even .color_01 .jib {
                background-position: 0 -69px;
            }

        #solutions .even .color_02 {
            background: #f9f6e9;
            border-color: #f0ddc2;
        }

            #solutions .even .color_02 .jib {
                background-position: 0 -89px;
            }

        #solutions .even .color_03 {
            background: #edfbe7;
            border-color: #c6e8bb;
        }

            #solutions .even .color_03 .jib {
                background-position: 0 -109px;
            }

    #solutions .section .inner {
        padding: 44px 24px 20px 18px;
        width: 918px;
    }

    #solutions .section h2, #solutions .section h3 {
        font-size: 14px;
        line-height: 1.5em;
    }

    #solutions .section h2 {
        font-weight: 700;
        color: #268abf;
        margin-bottom: 10px;
    }

    #solutions .section h3 {
        margin-bottom: 26px;
    }

    #solutions .section p {
        line-height: 2em;
        margin-bottom: 24px;
    }

        #solutions .section p .fwb {
            color: #1c1c1d;
        }

.solutionsHeader {
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
    text-align: center;
    padding-top: 18px;
    position: relative;
    margin-top: 3px;
}

    .solutionsHeader h1 {
        font-size: 24px;
        line-height: 1.5em;
        color: #323437;
    }

    .solutionsHeader .sprite-bigJib {
        position: absolute;
        z-index: 9;
        left: 50%;
        bottom: -19px;
        margin-left: -22px;
    }

.solutionsNav {
    line-height: 20px;
    padding: 18px 0;
}

    .solutionsNav a {
        margin-left: 32px;
    }

    .solutionsNav .firstChild {
        margin: 0;
    }

.chatBox {
    font-size: 14px;
    line-height: 2em;
    padding: 2px 0 30px 50px;
}

    .chatBox .hd {
        margin-bottom: 12px;
    }

    .chatBox .msg {
        width: 52em;
        padding: 14px 30px;
        border: 1px solid #fff;
        border-radius: 4px;
        position: relative;
    }

    .chatBox .jib {
        width: 17px;
        height: 10px;
        background: url(images2/solutionsJib.png?v=2015070302) no-repeat;
        position: absolute;
        left: 30px;
        top: -10px;
    }

    .chatBox .color_01 {
        background: #f6fbfe;
        border-color: #d8ebf7;
    }

        .chatBox .color_01 .jib {
            background-position: 0 -29px;
        }

    .chatBox .color_02 {
        background: #fdfaed;
        border-color: #efd9b9;
    }

        .chatBox .color_02 .jib {
            background-position: 0 -49px;
        }

.paddingValue {
    padding-top: 40px;
}

#about .logo2 {
    width: 360px;
    height: 101px;
    margin: 48px auto 60px;
    background: url(images2/logo2.png?v=2015070302) center center no-repeat;
}

#about .section {
    margin-bottom: 60px;
    line-height: 24px;
    padding: 0 0 0 40px;
}

    #about .section .aboutTitle {
        font-size: 24px;
        font-weight: 400;
        color: #4a4a4a;
        margin-bottom: 20px;
    }

    #about .section p {
        margin-bottom: 20px;
    }

#about .theFirstChild p {
    text-indent: 2em;
}

#about p {
    line-height: 24px;
}

#about .blueBox {
    margin-top: 30px;
    font-size: 14px;
    height: 32px;
}

    #about .blueBox span {
        margin-left: 20px;
        vertical-align: middle;
        font-size: 12px;
    }

    #about .blueBox .piIco {
        vertical-align: middle;
    }

.aboutAddr {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.pIntroduce {
    line-height: 24px;
    position: relative;
    float: left;
    width: 420px;
    padding: 0 0 50px 130px;
}

    .pIntroduce.firstChild {
        width: 280px;
    }

    .pIntroduce .img {
        position: absolute;
        left: 0;
        bottom: 50px;
        background: url(images2/priceImg.png?v=2015070302) no-repeat;
        width: 121px;
        height: 108px;
    }

    .pIntroduce .priceIimg01 {
        background-position: -189px 0;
    }

    .pIntroduce h2 {
        font-size: 18px;
        color: #4a4848;
    }

        .pIntroduce h2 img {
            vertical-align: -2px;
            margin-right: 2px;
        }

        .pIntroduce h2 span {
            font-size: 12px;
            color: #bbb;
        }

.priceHeader {
    height: 28px;
    line-height: 28px;
    border-top: 2px solid #427aa6;
    background: #61b4f5;
    color: #fff;
    margin-bottom: 6px;
    text-align: center;
    font-size: 14px;
}

.priceTable {
    line-height: 24px;
    color: #313436;
    margin-bottom: 34px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

    .priceTable td, .priceTable th, .priceTable tr {
        margin: 0;
        padding: 0;
    }

    .priceTable th {
        font-weight: 400;
    }

    .priceTable .fwb {
        font-weight: 700;
    }

    .priceTable td, .priceTable th {
        background: #fafafa;
        height: 30px;
        text-align: left;
    }

    .priceTable .colspan5 td {
        background: #fff;
        height: 8px;
    }

    .priceTable .double td {
        height: 50px;
    }

    .priceTable .nthChild1 {
        width: 120px;
        padding-left: 14px;
    }

    .priceTable .nthChild2, .priceTable .nthChild4 {
        width: 30px;
    }

    .priceTable .nthChild3 {
        width: 340px;
    }

    .priceTable .nthChild5 {
        width: 400px;
        padding-right: 26px;
    }

    .priceTable .bdt td, .priceTable .bdt th {
        border-top: 2px solid #d1dde7;
    }

    .priceTable .bdb td, .priceTable .bdb th {
        border-bottom: 2px solid #d1dde7;
    }

.priceTableIco01, .priceTableIco02 {
    background: url(images2/priceTableIco.png?v=2015070302) no-repeat;
    display: block;
    width: 18px;
    height: 13px;
}

.priceTableIco01 {
    background-position: -35px 0;
}

.newTable {
    margin: 20px auto;
    padding: 10px 0;
}

    .newTable .newTitle {
        width: 960px;
        margin: 26px auto 36px;
        padding-left: 20px;
        color: #0e0e0e;
        font-size: 18px;
        font-family: '微软雅黑';
    }

    .newTable .newContent {
        width: 960px;
        margin: 0 auto;
    }

.bdTop {
    border-top: #f4f5f7 2px solid;
}

.priceNewTable {
    color: #505154;
    width: 100%;
    text-align: center;
}

    .priceNewTable tr:first-child {
        background-color: #d2d7db;
    }

        .priceNewTable tr:first-child th:nth-child(n) {
            text-align: center;
            border-bottom: #fff 2px solid;
        }

        .priceNewTable tr:first-child th:first-child {
            width: 160px;
            border-left: #fff 1px solid;
        }

        .priceNewTable tr:first-child th:nth-child(2) {
            width: 85px;
        }

        .priceNewTable tr:first-child th:last-child {
            width: 344px;
            border-right: #fff 1px solid;
        }

    .priceNewTable tr {
        line-height: 30px;
        height: 30px;
    }

        .priceNewTable tr td {
            background-color: #f4f5f7;
            border: 1px solid #fff;
        }

    .priceNewTable .priceTitle {
        border-bottom: #fff 3px solid;
        background-color: #d2d7db;
        line-height: 32px;
    }

    .priceNewTable .privateCloud, .priceNewTable .publicCloud {
        background-color: #eaeef1;
        border: 1px solid #fff;
    }

.appNewTable {
    color: #505154;
    width: 810px;
    font-size: 14px;
    text-align: center;
    margin-left: 64px;
}

    .appNewTable tr {
        line-height: 80px;
        height: 80px;
    }

        .appNewTable tr td {
            background-color: #f4f5f7;
            border: 1px solid #fff;
        }

            .appNewTable tr td:first-child {
                width: 158px;
            }

            .appNewTable tr td:nth-child(2) {
                width: 316px;
            }

    .appNewTable .fontMax {
        font-size: 14px;
        color: #656565;
        font-weight: 900;
    }

    .appNewTable .newTableBg {
        background-color: #eaeef1;
    }

.appNewTable2 {
    width: 846px;
    margin-left: 64px;
    color: #5f5f5f;
}

    .appNewTable2 .servers {
        position: relative;
        width: 366px;
        padding: 60px 0 50px;
        background-color: #f5f5f5;
    }

        .appNewTable2 .servers td:first-child {
            width: 430px;
        }

        .appNewTable2 .servers dt {
            padding: 0 0 15px 75px;
            font-family: '微软雅黑';
            font-size: 28px;
        }

        .appNewTable2 .servers dd {
            padding: 10px 0 0 80px;
            font-size: 14px;
        }

.priceIcon {
    background: url(images2/priceIcon.png?v=2015070302);
    display: inline-block;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='../style/images2/priceIcon.png?v=2015070302');
}

.icon {
    background-position: -7px -533px;
    width: 16px;
    height: 16px;
}

.icon2 {
    background-position: 0 -20px;
    width: 240px;
    height: 180px;
    margin: 0 0 30px 60px;
}

.icon3 {
    background-position: 0 -220px;
    width: 240px;
    height: 180px;
    margin: 0 0 30px 60px;
}

.icon4 {
    background-position: 0 -574px;
    width: 42px;
    height: 32px;
    vertical-align: middle;
}

.icon5 {
    background-position: 0 -408px;
    width: 124px;
    height: 94px;
    position: absolute;
    top: -6px;
    right: -25px;
    z-index: 99;
}

.appNewTable3 {
    color: #505154;
    width: 810px;
    font-size: 14px;
    text-align: center;
    margin-left: 64px;
}

    .appNewTable3 tr {
        line-height: 80px;
        height: 80px;
    }

        .appNewTable3 tr td {
            background-color: #f4f5f7;
            border: 1px solid #fff;
        }

            .appNewTable3 tr td:first-child {
                width: 33%;
            }

            .appNewTable3 tr td:nth-child(2) {
                width: 39%;
            }

    .appNewTable3 .fontMax {
        font-size: 14px;
        color: #656565;
        font-weight: 900;
    }

    .appNewTable3 .newTableBg {
        background-color: #eaeef1;
    }

.serverPrice {
    color: #333;
    margin: 50px 0;
    text-align: center;
    font-size: 14px;
    font-family: '宋体';
}

.tel {
    margin: 60px 0;
    height: 32px;
    line-height: 32px;
    position: relative;
    width: 960px;
}

    .tel .line {
        width: 830px;
        border-top: 1px solid #d8d8d8;
        position: absolute;
        top: 25px;
        left: 50px;
    }

    .tel .telInfo {
        color: #4c5155;
        font: 24px '微软雅黑';
        position: absolute;
        z-index: 99;
        background-color: #fff;
        left: 30%;
        top: 6px;
        padding-right: 32px;
        display: inline-block;
    }

#honor h3 {
    font-weight: 700;
}

#honor h3, #honor p {
    line-height: 24px;
}

#honor .inner {
    margin-bottom: 46px;
}

#honor .blueBox {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5em;
}

    #honor .blueBox span {
        margin-left: 20px;
        vertical-align: middle;
    }

    #honor .blueBox .piIco {
        vertical-align: middle;
    }

.blueBox {
    padding: 12px;
    background: #ebf5fe;
    border: 1px solid #b7d5f0;
    border-radius: 4px;
}

    .blueBox .piIco {
        background: #489fed;
    }

.piIco {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #BABABA;
    margin-right: 6px;
}

.n404 {
    width: 482px;
    height: 165px;
    padding: 12px 0 0 218px;
    line-height: 30px;
    margin: 134px auto 180px;
    background: url(images2/404.png?v=2015070302) no-repeat;
}

.n404_h2 {
    font-weight: 400;
    font-size: 32px;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1em;
}

.n404 a {
    color: #268ABF;
}

    .n404 a:hover {
        color: #2AACF1;
    }

.n404_p {
    font-size: 14px;
}

#client .content {
    width: 820px;
    margin: auto;
}

.blogroll {
    padding-top: 40px;
}

.preferentialPlan {
    margin-top: 0;
}

#email {
    min-height: 423px;
}

    #email .inner {
        padding: 100px 0;
    }

    #email .highlight-red {
        color: #fb2424;
    }

    #email .emailImg {
        position: absolute;
        left: 0;
        top: 0;
    }

.emailCont {
    width: 500px;
    padding-left: 60px;
    position: relative;
    margin: auto;
    line-height: 24px;
}

#cooperation {
    margin: 50px 0;
}

    #cooperation .innerShadow {
        border-bottom: 1px solid #E8E8E8;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
    }

    #cooperation .titleName {
        margin: 65px 20px;
        font-size: 24px;
        font-family: '微软雅黑';
        color: #333;
    }

    #cooperation .cooperate_img {
        background: url(images2/cooperate_img.png?v=2015070302) no-repeat;
        height: 383px;
    }

    #cooperation .counselor {
        background: url(images2/apply_img.png?v=2015070302) no-repeat;
        height: 422px;
    }

    #cooperation .submit, #cooperation .submit2 {
        position: relative;
        font-size: 14px;
        color: #656565;
        font-family: '宋体';
    }

    #cooperation .submit {
        top: 0;
        left: 108px;
    }

    #cooperation .submit2 {
        top: 182px;
        left: -56px;
    }

    #cooperation .applyDown, #cooperation .cooperateDown {
        color: #656565;
        font-size: 14px;
        font-family: '宋体';
        display: inline-block;
    }

    #cooperation .cooperateDown {
        margin: 128px 0 0 60px;
        _margin: 134px 0 0 60px;
    }

    #cooperation .applyDown {
        margin: 120px 0 0 54px;
    }

    #cooperation .cooperate {
        margin: 0 82px;
        padding: 0 10px;
    }

    #cooperation .cooWays {
        padding-left: 20px;
        _margin-right: 30px;
        _padding-left: 20px;
    }

        #cooperation .cooWays.cooWays01 {
            margin-right: 100px;
        }

        #cooperation .cooWays.cooWays02 {
            margin-right: 78px;
        }

    #cooperation .cooIcon {
        background: url(images2/cooperation.png?v=2015070302) no-repeat;
        margin-right: 6px;
        vertical-align: middle;
        display: inline-block;
    }

    #cooperation .cooIcon01 {
        background-position: -3px 0;
        width: 106px;
        height: 92px;
    }

    #cooperation .cooIcon02 {
        background-position: 0 -118px;
        width: 106px;
        height: 92px;
    }

    #cooperation .cooIcon03 {
        background-position: -8px -240px;
        width: 106px;
        height: 92px;
    }

    #cooperation .cooIcon04 {
        background-position: -15px -340px;
        width: 30px;
        height: 36px;
    }

    #cooperation .cooIcon05 {
        background-position: -80px -340px;
        width: 30px;
        height: 36px;
    }

    #cooperation .cooIcon06 {
        background-position: -14px -390px;
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

        #cooperation .cooIcon06:hover {
            background-position: -49px -390px;
        }

    #cooperation .cooIcon07 {
        background-position: -84px -390px;
        width: 16px;
        height: 16px;
        margin-right: 2px;
    }

    #cooperation .cooContact {
        font-weight: 700;
        text-align: center;
        margin-top: 70px;
        color: #323232;
    }

    #cooperation .cooTitle {
        color: #333;
        font-size: 18px;
        margin-bottom: 6px;
        font-family: '微软雅黑';
    }

    #cooperation .condition {
        font-family: '宋体';
        font-size: 12px;
        color: #727a83;
        line-height: 22px;
    }

    #cooperation .cooEmail {
        margin-left: 34px;
    }

    #cooperation .cooEmail, #cooperation .cooPhone {
        font-size: 18px;
        color: #333;
        font-family: '微软雅黑';
        margin-right: 60px;
    }

    #cooperation .cooperateMaster {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=50);
        opacity: .5;
        z-index: 3;
        display: none;
    }

    #cooperation .cooperatePopup {
        position: absolute;
        z-index: 9;
        width: 420px;
        height: 330px;
        background-color: #fff;
        top: 50%;
        margin-top: -165px;
        left: 50%;
        margin-left: -210px;
        display: none;
    }

    #cooperation .cooperateForm {
        height: 22px;
        line-height: 22px;
        padding: 9px 10px;
        background-color: #475370;
        color: #fff;
        font-family: '微软雅黑';
    }

    #cooperation .cooTable {
        width: 100%;
        margin: 18px 0 0 30px;
        color: #585757;
        font-size: 12px;
    }

        #cooperation .cooTable tr {
            height: 36px;
        }

    #cooperation .cooName {
        text-align: right;
        width: 80px;
        padding-right: 8px;
    }

    #cooperation .cooInput {
        width: 182px;
        padding: 2px 4px;
        margin-right: 10px;
        height: 18px;
        border: 1px solid #9098ab;
        box-shadow: inset 0 1px 0 #ededed;
    }

    #cooperation .cooTips {
        color: #ff5f5f;
        display: none;
    }

    #cooperation .error {
        border: 1px solid #f1b283;
        background-color: #faffbd;
        box-shadow: inset 0 1px 0 #e8edb0;
    }

    #cooperation .cooperateFooter {
        text-align: center;
        margin-top: 30px;
    }

#downCenter {
    width: 1000px;
    margin: 0 auto;
    font-family: '微软雅黑';
}

    #downCenter .inner {
        width: 1000px;
        margin: 0 auto;
    }

    #downCenter .downList {
        margin: 30px 0;
    }

    #downCenter .docDownList {
        margin-bottom: 15px;
    }

    #downCenter .downType {
        font-size: 24px;
    }

    #downCenter .downBtn {
        margin: 20px 0;
        padding: 6px 22px;
        background-color: #4ca3fd;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
    }

    #downCenter .downBtn2 {
        margin: 20px 0;
        padding: 6px 14px;
        background-color: #4ca3fd;
        color: #fff;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    #downCenter .docDown {
        margin-bottom: 90px;
    }

    #downCenter .docColspan {
        width: 164px;
        margin: 10px 80px 10px 0;
        display: inline-block;
        *float: left;
    }

    #downCenter .docColspan2 {
        width: 33.2%;
        height: 178px;
        text-align: center;
        margin: 10px 0;
        display: inline-block;
        border: 1px solid #e4e4e4;
        border-right: 0;
        padding: 50px 0;
    }

        #downCenter .docColspan2:hover {
            background-color: #f2f2f2;
        }

    #downCenter .bdRight {
        border-right: #e4e4e4 1px solid;
    }

    #downCenter .docIcon {
        height: auto;
        margin-bottom: 12px;
    }

    #downCenter .docDownName {
        font-size: 16px;
        font-family: '微软雅黑';
        margin: 8px 0;
    }

    #downCenter .issue {
        color: #a1a1a1;
        margin: 8px 0;
    }

    #downCenter .line {
        width: 1px;
        border-left: #c3c3c3 dotted 1px;
        height: 630px;
        position: absolute;
        top: 35px;
        left: 50%;
    }

    #downCenter .downIcon {
        background: url(/contents/images/downcenter/downCenterIcon.png) no-repeat;
    }

    #downCenter .down01, #downCenter .down02, #downCenter .down03, #downCenter .down04, #downCenter .down05 {
        display: inline-block;
        vertical-align: middle;
    }

    #downCenter .down01 {
        background-position: -18px -20px;
        width: 90px;
        height: 58px;
    }

    #downCenter .down02 {
        background-position: -134px -20px;
        width: 90px;
        height: 58px;
    }

    #downCenter .down03 {
        background-position: -384px -15px;
        width: 68px;
        height: 58px;
    }

    #downCenter .down04 {
        background-position: -34px -130px;
        width: 40px;
        height: 58px;
    }

    #downCenter .down05 {
        background-position: -160px -130px;
        width: 40px;
        height: 58px;
    }

.banner05 {
    background: url(images2/banner09.jpg?v=2015070302) no-repeat;
    height: 310px;
    width: 1000px;
    font-family: '微软雅黑';
    text-align: right;
}

    .banner05 .bannerText05 {
        height: 125px;
        width: 335px;
        color: #fff;
        margin: 65px 40px 0 0;
        padding: 55px 0 0 30px;
        background-color: #f36;
        display: inline-block;
        font-size: 24px;
        text-align: left;
    }

.appName {
    font-family: '微软雅黑';
    font-size: 30px;
}

.appIntro {
    padding: 87px 40px 153px 40px;
}

.appInfo {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin: 15px 0;
}

.appIntroBoxRight {
    width: 360px;
}

.appFontColor {
    color: #37bef0;
}

.pAndSIcon {
    background: url(/contents/images/downcenter/proAndServer.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='/contents/images/downcenter/psIcon01.jpg');
}

.psIcon01, .psIcon02, .psIcon03, .psIcon04, .psIcon05, .psIcon06, .psIcon07, .psIcon08, .psIcon09, .psIcon10, .psIcon11, .psIcon45 {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.psIcon01 {
    background-position: 0 0;
}

.psIcon02 {
    background-position: -79px 0;
}

.psIcon03 {
    background-position: -161px 0;
}

.psIcon04 {
    background-position: -246px 0;
}

.psIcon05 {
    background-position: -328px 0;
}

.psIcon06 {
    background-position: 0 -80px;
}

.psIcon07 {
    background-position: -80px -80px;
}

.psIcon08 {
    background-position: -160px -80px;
}

.psIcon09 {
    background-position: -245px -80px;
}

.psIcon10 {
    background-position: -328px -80px;
}

.psIcon11 {
    background-position: 0 -158px;
}

.using {
    margin: 0 40px 40px;
    font-family: '微软雅黑';
}

.customerList {
    text-align: center;
    margin-bottom: 85px;
}

.return {
    margin: 30px 10px;
}

.detailsContent {
    position: relative;
}

.detailLeft {
    position: absolute;
    top: 56px;
    left: 0;
    width: 180px;
    height: auto;
    background-color: #f6f6f6;
    z-index: 99;
}

.dItemTitle {
    padding: 10px 0;
    background-color: #61b4f5;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

    .dItemTitle a {
        color: #fff;
    }

.dItemName {
    color: #444;
    line-height: 32px;
    height: 32px;
    padding-left: 62px;
    cursor: pointer;
    position: relative;
    margin: 6px 0;
}

    .dItemName.selected {
        border-left: 4px solid #67a6ee;
        color: #268abf;
        font-family: Arial;
        padding-left: 58px;
    }

        .dItemName.selected .pAndSIcon {
            left: 16px;
        }

        .dItemName.selected a {
            color: #2aacf1;
        }

    .dItemName a {
        color: #444;
    }

        .dItemName a:hover {
            color: #2aacf1;
        }

.detailRight {
    margin-left: 180px;
    padding-left: 40px;
}

.detailsText {
    font-size: 36px;
    font-family: '微软雅黑';
    color: #444;
}

.detailsInfo {
    font-size: 12px;
    color: #434343;
    line-height: 24px;
    margin: 45px 0;
}

.detailsTitle {
    font-family: '微软雅黑';
    font-size: 24px;
    margin-top: 40px;
}

.detailsIntro {
    margin-top: 24px;
    color: #a1a1a1;
}

.detailsIntro02 {
    color: #a1a1a1;
    font-size: 20px;
    line-height: 32px;
    margin-top: 24px;
}

.appDetailsName {
    margin-top: 30px;
    font-size: 30px;
    font-family: '微软雅黑';
    color: #444;
}

.tryOut {
    text-align: center;
    margin: 100px 0;
    height: 68px;
    line-height: 68px;
}

.psIcon12, .psIcon13, .psIcon14, .psIcon15, .psIcon16, .psIcon17, .psIcon18, .psIcon19, .psIcon20, .psIcon21, .psIcon22, .psIcon23, .psIcon24, .psIcon43 {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 20px;
}

.psIcon12 {
    background-position: -4px -236px;
}

.psIcon13 {
    background-position: -46px -236px;
}

.psIcon14 {
    background-position: -92px -236px;
}

.psIcon15 {
    background-position: -136px -236px;
}

.psIcon16 {
    background-position: -179px -236px;
}

.psIcon17 {
    background-position: -219px -236px;
}

.psIcon18 {
    background-position: -262px -238px;
}

.psIcon19 {
    background-position: -305px -236px;
}

.psIcon20 {
    background-position: -345px -236px;
}

.psIcon21 {
    background-position: -5px -280px;
}

.psIcon22 {
    background-position: -46px -280px;
}

.psIcon23 {
    background-position: -92px -280px;
}

.psIcon24 {
    background-position: -136px -280px;
}

.psIcon25, .psIcon26, .psIcon27, .psIcon28, .psIcon29, .psIcon30, .psIcon31, .psIcon32, .psIcon33, .psIcon34, .psIcon35, .psIcon36, .psIcon37, .psIcon38, .psIcon39, .psIcon40, .psIcon41, .psIcon42, .psIcon44 {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    margin-right: 10px;
}

.psIcon25 {
    background-position: -81px -162px;
}

.psIcon26 {
    background-position: -162px -162px;
}

.psIcon27 {
    background-position: -246px -162px;
}

.psIcon28 {
    background-position: -328px -162px;
}

.psIcon29 {
    background-position: -2px -328px;
}

.psIcon30 {
    background-position: -72px -328px;
}

.psIcon31 {
    background-position: -150px -328px;
}

.psIcon32 {
    background-position: -220px -328px;
}

.psIcon33 {
    background-position: -293px -328px;
}

.psIcon34 {
    background-position: -2px -392px;
}

.psIcon35 {
    background-position: -72px -392px;
}

.psIcon36 {
    background-position: -146px -392px;
}

.psIcon37 {
    background-position: -220px -392px;
}

.psIcon38 {
    background-position: -293px -392px;
}

.psIcon39 {
    background-position: -2px -458px;
}

.psIcon40 {
    background-position: -72px -458px;
}

.psIcon41 {
    background-position: -150px -458px;
}

.psIcon42 {
    background-position: -220px -458px;
}

.psIcon43 {
    background-position: -179px -281px;
}

.psIcon44 {
    background-position: -330px -532px;
}

.psIcon45 {
    background-position: -80px -705px;
}

.iTermTable {
    width: 100%;
    border: none;
}

    .iTermTable td {
        width: 50%;
        padding: 30px 0;
        vertical-align: middle;
    }

    .iTermTable .dTitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .iTermTable .dText {
        color: #a1a1a1;
        line-height: 24px;
    }

.subheading {
    font-size: 12px;
    margin: 15px 0;
    line-height: 24px;
    color: #787878;
}

.newsContents {
    line-height: 24px;
    color: #666;
    font-size: 12px;
}

.view {
    line-height: 32px;
    height: 32px;
    margin: 10px 66px;
}

.newsType {
    position: relative;
    border-radius: 5px;
    border: 1px solid #bebebe;
    padding: 6px 0 6px 40px;
    height: 58px;
    line-height: 58px;
    margin-top: 40px;
}

    .newsType .returnList {
        margin-right: 20px;
    }

.newsTypeName {
    font-size: 24px;
    font-family: '微软雅黑';
    color: #444;
    padding-right: 45px;
    border-right: #bebebe 1px dotted;
}

    .newsTypeName:hover {
        color: #2aacf1;
    }

.newsSelected {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}

.newsNext, .newsPrev {
    line-height: 30px;
}

    .newsNext a, .newsPrev a {
        color: #444;
    }

        .newsNext a:hover, .newsPrev a:hover {
            color: #2aacf1;
        }

.banner04 {
    background: url(images2/banner12.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
    text-align: right;
}

    .banner04 .bannerText04 {
        height: 150px;
        width: 305px;
        color: #fff;
        margin: 65px 40px 0 0;
        padding: 30px 30px 0;
        background-color: #6cb8e9;
        display: inline-block;
        text-align: left;
    }

.banner07 {
    background: url(images2/banner10.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
}

    .banner07 .bannerText07 {
        height: 125px;
        width: 335px;
        color: #fff;
        margin: 65px 0 0 40px;
        padding: 55px 0 0 30px;
        background-color: #cd28c9;
        display: inline-block;
    }

.banner08 {
    background: url(images2/banner14.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
}

    .banner08 .bannerText08 {
        height: 145px;
        width: 305px;
        color: #fff;
        margin: 65px 0 0 40px;
        padding: 35px 30px 0;
        background-color: #0c3;
        display: inline-block;
    }

.banner09 {
    background: url(images2/banner15.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
    text-align: right;
}

    .banner09 .bannerText09 {
        height: 135px;
        width: 355px;
        color: #fff;
        margin: 65px 40px 0 0;
        padding: 45px 0 0 30px;
        background-color: #6cb8e9;
        display: inline-block;
        text-align: left;
    }

    .banner09 .join {
        text-align: center;
        padding-top: 10px;
    }

    .banner09 .btn_05 {
        margin-left: -40px;
    }

.banner02 {
    background: url(images2/banner13.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
}

    .banner02 .bannerText02 {
        height: 155px;
        width: 335px;
        color: #fff;
        margin: 65px 0 0 40px;
        padding: 25px 0 0 30px;
        background-color: #f90;
        display: inline-block;
    }

.banner03 {
    background: url(images2/banner07.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
}

    .banner03 .bannerText03 {
        height: 160px;
        width: 335px;
        color: #fff;
        margin: 65px 0 0 40px;
        padding: 20px 0 0 30px;
        background-color: #fc0;
        display: inline-block;
    }

.bannerTitle03 {
    font-size: 18px;
    margin-bottom: 10px;
}

.Rows01 {
    font-size: 30px;
    margin-bottom: 10px;
}

.Rows02 {
    font-size: 12px;
    line-height: 18px;
}

.banner06 {
    background: url(images2/banner11.jpg?v=2015070302) no-repeat;
    height: 310px;
    font-family: '微软雅黑';
    text-align: right;
}

    .banner06 .bannerText06 {
        height: 135px;
        width: 355px;
        color: #fff;
        margin: 65px 40px 0 0;
        padding: 45px 0 0 30px;
        background-color: #0c3;
        display: inline-block;
        text-align: left;
    }

.PriceCal {
    font-size: 24px;
    color: #0c3;
    font-weight: 700;
}

.purchaseMain {
    padding: 0 30px;
}

    .purchaseMain .price {
        display: inline-block;
        *float: left;
        *width: 244px;
        margin: 30px 16px 30px 0;
        *margin: 30px 16px 30px 0;
        padding-top: 15px;
        text-align: center;
        width: 244px;
        height: 138px;
        color: #fff;
        font-family: '微软雅黑';
        font-size: 14px;
    }

        .purchaseMain .price li {
            margin: 10px 0;
        }

    .purchaseMain .price01 {
        background-color: #0c3;
    }

    .purchaseMain .price02 {
        background-color: #37bef0;
    }

    .purchaseMain .price03 {
        background-color: #6d809a;
    }

    .purchaseMain .priceValue {
        font-size: 36px;
    }

    .purchaseMain .purchasePrice {
        margin: 30px 0;
    }

    .purchaseMain .purchaseName {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        position: relative;
        margin: 10px 20px 10px 0;
    }

    .purchaseMain .fontSamll {
        font-size: 12px;
        font-weight: 400;
    }

    .purchaseMain .purchaseTel {
        margin-left: 30px;
        display: inline-block;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        vertical-align: middle;
        color: #333;
        font-weight: 400;
    }

.count {
    margin: 25px 0 55px;
}

.link02 {
    background-color: #f90;
    color: #fff;
    padding: 10px 54px;
    *padding-bottom: 20px;
    font-size: 20px;
    font-family: '微软雅黑';
}

    .link02:hover {
        background-color: #ffad31;
    }

.link03 {
    background-color: #f90;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-family: '微软雅黑';
    margin-right: 30px;
}

    .link03:hover {
        background-color: #f0a52b;
    }

.link04 {
    background-color: #4ec3ee;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-family: '微软雅黑';
}

    .link04:hover {
        background-color: #52d1ff;
    }

.cost {
    font-size: 20px;
}

.costValue {
    font-size: 24px;
    color: #f02954;
}

.linkRows {
    padding: 30px 0;
}

.calRowsText {
    margin-left: 5px;
    line-height: 24px;
}

.link02:hover, .link03:hover, .link04:hover {
    color: #fff;
}

.purchaseList {
    position: relative;
    padding-left: 80px;
    margin: 75px 0;
}

.purchaseItems {
    font-size: 26px;
    color: #333;
    margin-bottom: 35px;
    font-weight: 400;
}

.purchaseRows {
    height: 32px;
    line-height: 32px;
    color: #333;
}

.purchaseItems02 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

    .purchaseItems02 .fontSamll2 {
        font-size: 12px;
        color: #333;
        font-weight: 400;
    }

.purchaseIcon01, .purchaseIcon02, .purchaseIcon03 {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -10px;
    left: 0;
    _top: -10px;
    _left: -80px;
}

.purchaseIcon01 {
    background-position: 0 -528px;
}

.purchaseIcon02 {
    background-position: -80px -528px;
}

.purchaseIcon03 {
    background-position: -162px -528px;
}

.purchaseIcon04, .purchaseIcon05, .purchaseIcon06, .purchaseIcon07, .purchaseIcon08, .purchaseIcon10 {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.purchaseIcon04 {
    background-position: -345px -235px;
}

.purchaseIcon05 {
    background-position: -5px -278px;
}

.purchaseIcon06 {
    background-position: -46px -278px;
}

.purchaseIcon07 {
    background-position: -92px -278px;
}

.purchaseIcon08 {
    background-position: -136px -278px;
}

.purchaseIcon09 {
    background-position: -353px -400px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    margin-top: -25px;
    margin-right: -25px;
}

    .purchaseIcon09:hover {
        background-position: -297px -463px;
    }

    .purchaseIcon09:active {
        background-position: -353px -463px;
    }

.purchaseIcon10 {
    background-position: -179px -279px;
}

.calculatorBox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 99;
    display: none;
}

.calculator {
    width: 666px;
    margin: auto;
    padding: 42px;
    font-family: '微软雅黑';
    color: #4a5254;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    display: none;
    top: 20px;
    overflow-y: auto;
}

.calTdFirst {
    width: 70px;
    padding: 15px 0;
    vertical-align: top;
    font-size: 14px;
}

.calTdSecond {
    padding: 15px 0;
    vertical-align: top;
}

.calTab {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    width: 146px;
}

.calTab2 {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.subBtn {
    border: 1px solid #d0d8da;
    border-right: 0;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

.addBtn {
    border: 1px solid #d0d8da;
    border-left: 0;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    cursor: pointer;
}

#staffNum {
    width: 40px;
    text-align: center;
    outline: 0;
    border: 1px solid #d0d8da;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background-color: #fff;
}

.numTip {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    color: red;
}

.calIntru {
    line-height: 24px;
}

.renew {
    margin-top: 4px;
}

.calTips {
    color: red;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    display: none;
}

.dtFirst {
    width: 136px;
    vertical-align: top;
}

.safetyTitle {
    font-size: 25px;
    font-family: '微软雅黑';
    margin: 0 20px 40px;
    color: #444;
}

.safetyTable {
    color: #444;
    margin: 0 40px 70px 15px;
}

.safetyTdFirst {
    width: 290px;
}

    .safetyTdFirst img {
        width: 257px;
        height: 257px;
    }

.safetyTdSecond {
    padding: 78px 0;
}

.dataTitle {
    font-size: 20px;
    margin-bottom: 28px;
}

.dataRows {
    line-height: 22px;
}

.dataText {
    margin-left: 30px;
}

.dataIcon01 {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: -240px -528px;
}

.priAppIntro {
    padding: 50px 40px;
    font-family: '微软雅黑';
}

.priIntroBox {
    padding-top: 80px;
    color: #444;
    font-family: '微软雅黑';
    width: 50%;
}

.priName {
    margin-bottom: 30px;
    font-size: 30px;
}

.priInfo {
    margin-bottom: 15px;
    font-size: 16px;
    color: #777;
}

.exclusive {
    padding: 20px 40px;
    font-size: 30px;
    color: #444;
    font-family: '微软雅黑';
    line-height: 42px;
    height: 42px;
}

.exclusiveIcon {
    height: 42px;
    line-height: 42px;
    width: 78px;
    color: #fff;
    font-size: 34px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: -8px 6px 0 0;
    background: url(/contents/images/downcenter/exclusiveBg.jpg) no-repeat;
}

.priClientIntroBox {
    float: left;
    width: 45%;
}

.priTable {
    color: #444;
    font-family: '微软雅黑';
    width: 900px;
    margin: 0 auto;
}

.priTableTitle {
    text-align: center;
    padding: 50px;
    color: #444;
    font-family: '微软雅黑';
    font-size: 30px;
}

.priTdFirst, .priTdSecond {
    position: relative;
    width: 50%;
}

.priServer {
    color: #777;
    margin-bottom: 55px;
    margin-left: 235px;
}

.priServer2 {
    color: #777;
    margin-bottom: 55px;
    margin-left: 148px;
}

.priServerName {
    font-size: 20px;
    margin-bottom: 15px;
}

.priServerItems {
    font-size: 14px;
    margin-bottom: 12px;
}

.priIcon01, .priIcon02, .priIcon03, .priIcon04 {
    width: 88px;
    height: 88px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.priIcon01 {
    background-position: 6px -600px;
    top: 3px;
    left: 120px;
}

.priIcon02 {
    background-position: -95px -600px;
    top: 3px;
    left: 40px;
}

.priIcon03 {
    background-position: -193px -600px;
    top: 3px;
    left: 120px;
}

.priIcon04 {
    background-position: -300px -600px;
    top: 3px;
    left: 40px;
}

.priDesList {
    text-align: center;
    margin: 55px 0 35px;
    font-family: '微软雅黑';
}

.priPrice {
    color: #f99019;
    font-size: 30px;
}

.priPer {
    font-size: 72px;
    margin-bottom: 10px;
    font-family: '微软雅黑';
}

.priDes {
    color: #777;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: '微软雅黑';
}

.priTel {
    color: #444;
    font-size: 20px;
    margin-top: 55px;
}

.multiImg {
    margin: 20px 0;
}

.multiDownBox {
    position: relative;
    margin: 20px 0;
    height: 60px;
    color: #292929;
}

.multiDown01 {
    position: absolute;
    top: 0;
    left: 120px;
    text-align: center;
}

.multiDown02 {
    position: absolute;
    top: 0;
    left: 390px;
    text-align: center;
}

.multiDown03 {
    position: absolute;
    top: 0;
    right: 72px;
    text-align: center;
}

.downBtn3 {
    margin: 20px 0;
    padding: 6px 14px;
    background-color: #4ca3fd;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}

    .downBtn3:hover {
        color: #fff;
    }

.multiAndroid {
    position: relative;
    left: -8px;
}

.multiIos {
    position: relative;
    left: 15px;
}

.multiIcon {
    background: url(images2/multi.png?v=2015070302) no-repeat;
}

.multiIcon01, .multiIcon02, .multiIcon03, .multiIcon04, .multiIcon05, .multiIcon06, .multiIcon07, .multiIcon08 {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.multiIcon01 {
    background-position: -7px -4px;
}

.multiIcon02 {
    background-position: -69px -4px;
}

.multiIcon03 {
    background-position: -140px 0;
}

.multiIcon04 {
    background-position: -200px -4px;
}

.multiIcon05 {
    background-position: -270px -4px;
}

.multiIcon06 {
    background-position: -340px -4px;
}

.multiIcon07 {
    background-position: -7px -92px;
}

.multiIcon08 {
    background-position: -69px -92px;
}

.box8 {
    background-color: #171717;
    width: 100%;
    padding: 60px 0;
    color: #7b7b7b;
}

.box8_box {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

    .box8_box table, .box8_box table a {
        color: #7b7b7b;
    }

        .box8_box table a:hover {
            color: #ccc;
        }

.box8 table h5 {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.box8 table p {
    line-height: 1.8;
    font-size: 13px;
}

.box8_pingtai {
    height: 25px;
    line-height: 25px;
    padding-left: 23px;
    font-size: 13px;
    color: #7b7b7b;
}

.box8_bottom {
    background-color: #111;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #666;
}

.purchaseList_clear_paddingleft {
    padding-left: 0;
}

.case_theme {
    display: inline-block;
    font-size: 13px;
    margin: 0 7px;
}

    .case_theme a {
        color: #676767;
    }

        .case_theme a:hover {
            color: #2aacf1;
        }

.anniversary_footer_contanier {
    background: url(images2/banner-footer.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 296px;
}

.anniversary_footer_text {
    background: url(images2/banner-footer-text.png) center no-repeat;
    height: 296px;
    width: 700px;
    margin: auto;
}
