﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","微软雅黑","Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

ul {
    list-style: none;
}
/* 浮动 */
.left {
    float: left;
}

.right {
    float: right;
}
/* 按钮 */
.btn-a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
    color: #fff;
    background: #222;
    margin: 5px;
}

.btn-a-unable {
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    margin: 5px;
    cursor: default;
}

.btn-a:hover, .btn-a:active {
    background: #000;
}
/* 文字排序 */
.text-l {
    text-align: left;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}
/* 分割线 */
.hr {
    width: 100%;
    height: 0px;
    font-size: 0px;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0px;
}

body {
    min-width: 1100px;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: "Open Sans","Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","微软雅黑","Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

ul {
    list-style: none;
}

.border_bottom {
    border-bottom: 10px solid #f1ab1c;
}

.bg_gray {
    background: #f5f5f5;
    min-width: 1100px;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    clear: both;
}
/* 容器 */
.container {
    width: 100%;
    overflow: auto;
    background: #fff;
}
/* 顶部大图DIV */
.top_pic { /* 大数据 */
    position: relative;
    top: 0;
    min-width: 1100px;
    width: 100%;
    background: #f5f5f5 url(/images/pic.jpg) center no-repeat;
    background-size: cover;
}
/* 最强定制开发 */
.custom {
    background: #f5f5f5 url(/images/custom_banner.jpg) center no-repeat;
    background-size: cover;
}
/* 云生态集成平台 */
.cloudEcology {
    background: #f5f5f5 url(/images/cloudEcologybg.jpg) center no-repeat;
    background-size: cover;
}
/* 物联网 */
.internet {
    background: #f5f5f5 url(/images/intel_bg1.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.shipin {
    background: #f5f5f5 url(/images/4-bg4.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.weibao {
    background: #f5f5f5 url(/images/banner-4.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.haiguan {
    background: #f5f5f5 url(/images/1-bg1.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.baoshuiqu {
    background: #f5f5f5 url(/images/bsq.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.jy {
    background: #f5f5f5 url(/images/jy.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.yiliao {
    background: #f5f5f5 url(/images/2-bg2.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
.jiaoyu {
    background: #f5f5f5 url(/images/3-bg3.jpg) center no-repeat;
    background-size: cover;
    height:420px;
}
/* 工业4.0 */
.nvr {
    background: #f5f5f5 url(/images/nvr_bg.jpg) center no-repeat;
    background-size: cover;
}
/* 云城 */
.cloudCity {
    background: #f5f5f5 url(/images/cloud_bg.jpg) center no-repeat;
    background-size: cover;
}
/*行业管理软件*/
.software {
    background: #f5f5f5 url(/images/software_bg.jpg) center no-repeat;
    background-size: cover;
}

.top_pic .brief {
    position: absolute;
    width: 600px;
    margin-top: 60px;
    left: 50%;
    margin-left: -400px;
    background: url(/images/bg.png) repeat;
    padding: 20px 100px 30px;
}

    .top_pic .brief .tit {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .top_pic .brief p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
/* 容器 */
.w {
    width: 1100px;
    margin: auto;
    padding: 30px 0px;
    overflow: hidden;
    position: relative;
}

    .w > p {
        margin-left: 50px;
    }

.txt_c {
    text-align: center;
}

.win {
    width: 1000px;
    overflow: hidden;
    margin: auto 50px;
}

.plan {
    position: relative;
    left: 0;
    width: 3000px;
    padding: 10px auto;
}

.cycle {
    float: left;
    width: 1000px;
}

.w .dot { /*点*/
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -60px;
    height: 35px;
}

    .w .dot li {
        float: left;
        width: 20px;
        height: 5px;
        background: #fff;
        border: 1px solid #333;
        margin: 0 5px;
        cursor: pointer;
    }

        .w .dot li.curr {
            background: #333;
        }

        .w .dot li:hover {
            background: #333;
        }

.w .arrow {
    display: inline;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 92px;
    margin-top: 10px;
    outline: none;
}

    .w .arrow.icon_arrow_l {
        background: url(/images/arrow_l.png) no-repeat;
        left: 0px;
    }

    .w .arrow.icon_arrow_r {
        background: url(/images/arrow_r.png) no-repeat;
        right: 0px;
    }

    .w .arrow.icon_arrow_l:hover {
        background: url(/images/arrow_l_hover.png) no-repeat;
    }

    .w .arrow.icon_arrow_r:hover {
        background: url(/images/arrow_r_hover.png) no-repeat;
    }

.container h1 { /* 一标题 */
    font-size: 32px;
    line-height: 60px;
    font-weight: 500;
    margin: 10px auto 20px;
    text-align: center;
}

.container h2 { /* 二标题 */
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

.container h3 { /* 三标题 */
    font-size: 22px;
    line-height: 40px;
     
    font-weight: 500;
}
/* 特色展示 */
.sp_img { /*图片*/
    float: left;
    width: 500px;
    padding: 30px 50px;
    text-align: center;
}

    .sp_img img {
        max-width: 100%;
    }

.explain { /*文字*/
    float: left;
    width: 400px;
    padding: 20px 50px;
}

    .explain h1 {
        font-size: 52px;
        font-weight: normal;
        line-height: 36px;
        padding-bottom: 30px;
    }

    .explain ul {
        list-style-image: url(/images/dot.png);
    }

        .explain ul.custom_list {
            list-style-image: url(/images/dot1.png);
        }

        .explain ul.ces_list {
            list-style-image: url(/images/dot2.png);
        }

        .explain ul li {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 6px;
        }

.explain1 {
    width: 450px;
    float: left;
}

    .explain1 h3, .explain2 h3 {
        margin: 15px auto;
        float: left;
    }

    .explain1 p, .explain2 p {
        margin-left: 50px;
    }

.w .icon {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    margin: 15px 10px 15px 0px;
}

.explain2 {
    width: 305px;
    float: left;
}
/* 底部 */
.bottom {
    width: 100%;
    color: #000;
    padding-bottom: 30px;
    background: #f1f1f1;
}

.bottom_info { /* 文字 */
    width: 980px;
    overflow: hidden;
    margin: 0 auto 30px;
}

    .bottom_info .bottom_content {
        width: 980px;
        margin-right: 80px;
    }

.bottom_content h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 80px;
}

.bottom_content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
/* 发送联系方式 */
.bottom .send {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
}

    .bottom .send .send-text {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        width: 150px;
        border: none;
        font-size: 14px;
    }

    .bottom .send .send-button {
        height: 30px;
        width: 40px;
        background: #fff url(/images/send.png) no-repeat center;
        border-left: 1px solid #ddd;
        border-bottom: none;
        border-right: none;
        border-top: none;
        cursor: pointer;
    }

.fr .send {
    margin-top: -8px;
}

.bottom_a { /* 链接 */
    width: 980px;
    margin: 30px auto 0px;
    padding: 30px 0px;
    color: #000;
    border-top: 1px solid #999;
}

.bottom_a_a {
    overflow: hidden;
}

    .bottom_a_a a {
        color: #000;
        font-size: 13px;
        margin-right: 16px;
    }

        .bottom_a_a a:hover {
            color: #09f;
            text-decoration: underline;
        }

.bottom_a_text {
    font-size: 13px;
    margin: 0 30px;
}

.bottom_p1 {
    font-size: 13px;
    margin-right: 25px;
}
/* 最强定制开发页面样式 */
.X_SOFT {
    width: 100%;
    border-spacing: 0;
    padding: 20px 0px;
}

    .X_SOFT tr td {
        vertical-align: top;
    }

    .X_SOFT tr .item {
        width: 225px;
    }

        .X_SOFT tr .item:first-child {
            margin-left: 0px;
        }

    .X_SOFT span {
        display: block;
        width: 220px;
        height: 140px;
        margin: 20px auto;
    }

    .X_SOFT p {
        text-align: left;
        line-height: 22px;
    }
/* 敏捷过程方法 */
.agile_list {
    list-style: inside none none;
}

    .agile_list li {
        min-height: 70px;
        line-height: 70px;
        list-style-image: url(/images/agile.png);
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .agile_list li:hover {
            list-style-image: url(/images/agile1.png);
        }

        .agile_list li span {
            line-height: 70px;
            margin-left: 10px;
        }

        .agile_list li:hover span {
            line-height: 70px;
            text-decoration: underline;
        }

        .agile_list li p {
            margin-left: 40px;
            display: none;
            padding-bottom: 15px;
        }

.slogan {
    display: block;
    width: 750px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #00a2e9;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: 40px auto 0px;
}

.contus {
    display: inline-block;
    height: 35px;
    padding: 0px 30px;
    line-height: 35px;
    background: #00a2e9;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
}

.jiazhi div {
}

.jiazhi .icon {
    width: 50px;
    height: 50px;
}

    .jiazhi .icon img {
        width: 100%;
    }

.jiazhi h3 {
    margin-left: 10px;
}

.jiazhi p {
    margin-left: 70px;
}
/* 康润云生态平台价值 */
table.ces {
    border-spacing: 20px;
}

    table.ces td {
        padding: 20px;
        background: #fff;
    }

        table.ces td p {
            width: 230px;
            padding-bottom: 0px;
        }
/* 云生态集成系统CES */
/* 集成服务 */
.jc_item {
    width: 150px;
    height: 60px;
    float: left;
    font-size: 14px;
    padding: 15px 25px;
    margin: 1px;
    background: #f5f5f5;
}

p.babai {
    width: 800px;
    margin: 10px auto;
    text-align: left;
}

h4 {
    font-weight: 500;
    font-size: 20px;
}

.ces_item {
    width: 100%;
    text-align: center;
}

    .ces_item td {
        vertical-align: top;
    }

        .ces_item td p {
            width: 280px;
            text-align: left;
            margin: 0px auto;
            padding-bottom: 40px;
        }

        .ces_item td h4 {
            line-height: 40px;
            margin-top: 10px;
        }

.jiazhi_item {
    width: 100%;
    text-align: center;
}

    .jiazhi_item td {
        vertical-align: top;
    }

        .jiazhi_item td p {
            width: 220px;
            margin: 10px auto;
            padding-bottom: 40px;
        }

.kf_bg {
    background: url("/images/ces_kf.jpg") no-repeat;
    background-size: cover;
}

.brief1 {
    width: 600px;
    margin: 30px auto;
    background: url(/images/bg1.png) repeat;
    padding: 20px 120px 40px;
}

.iaas_item {
    width: 420px;
    float: left;
    margin-left: 96px;
    margin-top: 15px;
    padding-bottom: 20px;
    background: #F5F5F5;
}

    .iaas_item img {
        width: 100%;
    }
/*物联网样式表*/
.intel_item {
    border-spacing: 60px 30px;
}

    .intel_item h2 {
        margin-top: 15px;
    }

    .intel_item td p {
        width: 450px;
        padding-bottom: 5px;
    }
    /* 物联网优势 */
    .intel_item .intel_icon {
        width: 60px;
        float: left;
    }

        .intel_item .intel_icon img {
            width: 60px;
        }

    .intel_item .intel_cont {
        float: left;
        width: 365px;
        margin-left: 15px;
    }

.intel_cont .title {
    font-size: 21px;
    text-align: left;
    line-height: 40px;
}
/* 工业4.0 */
.nvr_item td p {
    width: 300px;
}

.nvr_item2 {
    width: 100%;
    border-spacing: 20px;
}

    .nvr_item2 td {
        vertical-align: top;
        background: #fff;
        padding: 15px 30px;
        text-align: center;
    }

        .nvr_item2 td img {
            width: 60px;
            margin-bottom: 15px;
        }

        .nvr_item2 td p {
            width: 200px;
        }
/* 云城样式 */
.cloudCity_item {
    width: 100%;
    border-spacing: 0;
}

    .cloudCity_item td {
        text-align: center;
    }

.cloudicon {
    width: 100px;
    height: 100px;
    margin-left: 18px;
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    background: url("/images/cloud01.png") no-repeat center;
}

.do_what {
    background: url("/images/dowhat.jpg") no-repeat;
    background-size: cover;
}

.how_to_do {
    background: url("/images/howtodo.jpg") no-repeat;
    background-size: cover;
}

.connot {
    background: url("/images/connotdo.jpg") no-repeat;
    background-size: cover;
}

.clouditem td p {
    text-align: left;
}

.cloud_item {
    margin-top: 50px;
}

    .cloud_item td {
        vertical-align: top;
    }

        .cloud_item td p {
            text-align: left;
        }

        .cloud_item td h4 {
            line-height: 40px;
        }
/* 方案列表 */
.list_h {
    font-size: 32px;
    line-height: 64px;
    color: #999;
    border-bottom: 2px solid #eee;
    margin: 10px auto;
}

.list {
    overflow: hidden;
    margin: 10px auto 30px;
}

    .list li {
        float: left;
        width: 333px;
        height: 36px;
        padding: 18px 0;
        overflow: hidden;
    }

        .list li img {
            float: left;
            width: 36px;
            height: 36px;
        }

        .list li a {
            float: left;
            line-height: 36px;
            color: #666;
            margin-left: 12px;
        }

            .list li a:hover {
                color: #09f;
                text-decoration: underline;
            }

.image-h4 {
    margin: 20px;
}

.image-a {
    color: #1E90FF;
}
/*------联系我们------*/
.contactus {
    position: fixed;
    height: 320px;
    right: 0;
    top: 50%;
    margin-top: -160px;
    z-index: 99;
}
/*联系我们按钮*/
.contact-module {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -35px;
    z-index: 100;
    width: 110px;
    height: 62px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: #00a2e9;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}

    .contact-module img {
        margin-top: 7px;
    }

    .contact-module:hover {
        background: #006dd3;
    }
/*请致电*/
.contactus .popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    margin: 0 -700px 0 0;
    overflow: hidden;
    height: 320px;
    z-index: 999;
}

.contactus .popup-content {
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    padding: 28px 0 26px 16px;
    text-align: center;
    border-left: 10px solid #00a2e9;
    font-size: 14px;
    overflow: hidden;
    ;
    line-height: 17px;
    position: relative;
    background: #f8f8f8;
}

.popup-content h2 {
    height: 30px;
    font-size: 20px;
}

    .popup-content h2 a {
        color: #1ca4d7;
        font-size: 20px;
        margin-left: 10px;
    }

        .popup-content h2 a:hover {
            text-decoration: underline;
            color: #4549ec;
        }

    .popup-content h2 p {
        line-height: 50px;
    }

.popup-content p {
    margin: 0 25px;
    line-height: 20px;
}

.popup-content ul {
    margin: 40px 0 10px;
    width: 615px;
    overflow: hidden;
}

    .popup-content ul li {
        width: 153px;
        float: left;
        border-right: 1px solid #e5e5e5;
    }

        .popup-content ul li img {
            height: 32px;
            margin: 0 auto 8px;
        }

        .popup-content ul li:last-child {
            border-right: none;
        }

        .popup-content ul li a {
            display: inline-block;
            overflow: hidden;
            padding: 5px;
        }

            .popup-content ul li a h3 {
                color: #333;
                font-size: 16px;
            }

            .popup-content ul li a:hover {
                background: #eee;
            }

        .popup-content ul li p {
            margin: 8px 10px;
            text-align: left;
            line-height: 18px;
            width: 133px;
            font-size: 12px;
            color: black;
        }

.popup .menu-list {
    display: none;
}

.popup-content .qrcode {
    width: 120px;
    height: 133px;
    margin: -5px 0 0 30px;
}

.popup-content p.tl {
    margin-top: 20px;
}
/*留下联系方式*/
.contact-information {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 300px;
    padding: 20px;
    margin-left: -165px;
    margin-top: -150px;
    background: #f8f8f8;
    border-radius: 4px 0 0 4px;
    border-left: 10px solid #00a2e9;
}

    .contact-information .title {
        line-height: 30px;
        font-size: 20px;
    }

    .contact-information .contact-information-row {
        height: 36px;
        line-height: 36px;
        margin: 20px auto;
    }

        .contact-information .contact-information-row label {
            display: inline-block;
            width: 120px;
            font-size: 14px;
        }

        .contact-information .contact-information-row input[type=text] {
            width: 180px;
            height: 30px;
            padding-left: 8px;
            border: 1px solid #bbb;
        }

        .contact-information .contact-information-row input[type=button] {
            padding: 7px 16px 8px;
            margin: 0 30px;
            border: none;
            font-size: 14px;
            color: #fff;
            background: #999;
            cursor: pointer;
        }

        .contact-information .contact-information-row input[id=_submit] {
            background: #00a2e9;
        }

.btn1 {
    padding-top: 20px;
}

.tc {
    text-align: center;
}
/* 二级页面的导航栏 */
/*-----header-----*/
.header {
    height: 60px;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
      background: rgba(0, 162, 233, 1) !important;
   /* background: rgba(0, 0, 0, 0.7) !important;*/
    filter: Alpha(opacity=70);
    background: #000;
}
/*logo*/
.logo7 {
    height: 60px;
    width: 100px;
    border-right: 1px solid #1A99BE;
    text-align: center;
}

    .header a, li {
        font-family: "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
    }
 

.logo {
    margin-left: 25px;
}

    .logo img {
        height: 31px;
        margin-top: 10px;
    }

.p-phone {
    display: none;
}
/*-----nav-----*/
.nav > li {
    float: left;
    font-weight: 600;
    display: inline;
    height: 60px;
    line-height: 60px;
    margin-left: 50px;
    color: #fff;
}

    .nav > li > a {
        color: #fff;
        display: inline-block;
        line-height: 60px;
    }
/*精彩人生*/
.jincai {
    margin-right: 50px;
}
/*nav dropdown*/
.nav > li.has-dropdown {
    position: relative;
    z-index: 5;
}

    .nav > li.has-dropdown > a {
        padding-right: 15px;
        height: 60px;
        line-height: 60px;
        background: url(/images/arrow-down.png) right 28px no-repeat;
    }

        .nav > li.has-dropdown > a.hover {
            height: 56px;
            border-bottom: 4px solid #f8f8f8;
        }

.nav-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    left: -80px;
    width: 200px;
    height: 320px;
    padding: 30px 30px 40px;
    background-color: #f8f8f8;
}

    .nav-dropdown li {
        height: 40px;
        font-weight: 500;
        line-height: 40px;
    }

        .nav-dropdown li a {
            display: block;
            color: #333;
        }

            .nav-dropdown li a:hover {
                font-weight: bold;
            }
/*浮动*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}
/*定位*/
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tl {
    text-align: left;
}


/*------------o2oSolution o2o解决方案-----------------*/
.D-mainContainer{ width: 1080px; margin: 0 auto;}
.D-o2oSolution .D-banner{ width: 100%; height: 395px; min-width: 1080px; text-align: center; background: url(/images/d-o2osolution-banner.jpg) center top no-repeat; margin-top:1px;}
.D-o2oSolution .D-mainTitle{ padding-top: 50px; font:bold 26px/50px 'microsoft yahei'; color:#328dbc; text-align: center;}
.D-o2oSolution .D-subTitle{ font:16px/30px 'microsoft yahei'; color:#444; }
.D-o2oSolution .D-subTitle span{ color:#e9591a;}

.D-o2oSolution .D-painList{ position: relative; height: 460px;background: url(/images/d-o2osolution-pain.jpg) center bottom no-repeat;}
.D-o2oSolution .D-painList li{ position: absolute; height: 100px; color:#fff;}
.D-o2oSolution .D-painList li h1{ padding-bottom: 5px; font:bold 18px/30px 'microsoft yahei'; text-align: center;}
.D-o2oSolution .D-painList li p{ font:14px/20px 'microsoft yahei';}
.D-o2oSolution .D-painList .D-painItem1{ left: 35px; top: 205px; width: 150px;}
.D-o2oSolution .D-painList .D-painItem2{ left: 260px; top: 80px; width: 160px;}
.D-o2oSolution .D-painList .D-painItem3{ left: 675px; top: 72px; width: 160px;}
.D-o2oSolution .D-painList .D-painItem4{ left: 895px; top: 210px; width: 150px;}

.D-o2oSolution .D-promoteContainer{ position: relative; width: 100%; min-width: 1080px; height: 330px; background: #194a7d url(/images/d-o2osolution-promote.jpg) top center no-repeat;}
.D-o2oSolution .D-doubleArrow{ display: block; position: absolute; left: 0; bottom:-20px; width:100%; min-width: 40px; height: 40px; margin: 0 auto; background: url(/images/d-doubleArrow.png) center no-repeat;}

.D-o2oSolution .D-o2oAdvantage{ height: 366px; margin:50px 0 90px 0; background: url(/images/d-o2osolution-advantage.jpg) center bottom no-repeat;}
.D-o2oSolution .D-traditional{ position: relative; padding-left:60px;}
.D-o2oSolution .D-traditionalTitle{ font:bold 18px/30px  'microsoft yahei'; color: #444;}
.D-o2oSolution .D-traditionalAlt{ position: absolute; left:385px; top: 190px; width: 90px; height: 30px; font:20px/30px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-traditionalItem{ padding-top:30px; width: 180px; height: 36px; font:14px/36px 'microsoft yahei'; text-align: center; color:#444;}
.D-o2oSolution .D-groupflyo2o{ position: relative; padding-right: 100px;}
.D-o2oSolution .D-groupflyo2oTitle{ font:bold 18px/30px  'microsoft yahei'; color: #4a7c10;}
.D-o2oSolution .D-groupflyo2oAlt{ position: absolute; right:460px; top: 190px; width: 90px; height: 30px; font:20px/30px 'microsoft yahei'; color:#fff;}
.D-o2oSolution .D-groupflyo2oItem{ padding-top:30px; width: 180px; height: 36px; font:14px/36px 'microsoft yahei'; text-align: center; color:#444;}

.D-o2oSolution .D-newModelContainer{ background: #f2f2f2 url(/images/d-o2osolution-newModel.jpg) center 270px no-repeat;}
.D-o2oSolution .D-newModelContainer .D-mainContainer{ position: relative; padding: 50px 0 450px 0;}
.D-o2oSolution .D-offLine{ position: absolute; left: 280px; top: 340px; width: 230px; height: 230px;}
.D-o2oSolution .D-offLineTitle{ font:24px/30px 'microsoft yahei'; color:#fff; text-align: center;}
.D-o2oSolution .D-offLineDesc{ padding-top: 20px; font:14px/24px 'microsoft yahei'; color:#fff;}
.D-o2oSolution .D-onLine{ position: absolute; left: 590px; top: 340px; width: 230px; height: 230px;}
.D-o2oSolution .D-onLineTitle{ font:24px/30px 'microsoft yahei'; color:#fff; text-align: center;}
.D-o2oSolution .D-onLineDesc{ padding-top: 20px; font:14px/24px 'microsoft yahei'; color:#fff;}
.D-o2oSolution .D-whiteArrow{ display: block; position: absolute; left: 0; bottom:0; width:100%; min-width: 40px; height: 16px; margin: 0 auto; background: url(/images/d-nav_arrow.png) center top no-repeat;}

.D-o2oSolution .D-newApplyList li.D-newApplyItem11{ padding:20px 0 300px 0;  }

.D-o2oSolution .D-newApplyList li.D-newApplyItem12{ padding:20px 0 100px 0;  }

.D-o2oSolution .D-newApplyList li.D-newApplyItem1{ padding:20px 0 300px 0; background: url(/images/d-o2osolution-applyshadow.jpg) center bottom no-repeat;}
.D-o2oSolution .D-newApplyList li.D-newApplyItem2{ padding:50px 0 100px 0; background: url(/images/d-o2osolution-applyshadow.jpg) center bottom no-repeat;}
.D-o2oSolution .D-newApplyList li.D-newApplyItem3{ padding:50px 0 100px 0; background: url(/images/d-o2osolution-applyshadow.jpg) center bottom no-repeat;}
.D-o2oSolution .D-newApplyList li.D-newApplyItem4{ padding:50px 0;}

.D-o2oSolution .D-newApplyItemTitle{ height: 40px; font:24px/30px 'microsoft yahei'; color:#444; text-align: center;}
.D-o2oSolution .D-newApplyItemTitle i{ display: inline-block; color:#fff; padding:0 20px 0 7px; background: url(/images/d-o2osolution-titletag.png) left center no-repeat;}
.D-o2oSolution .D-newApplyItemSubTitle{ padding: 5px 0; text-align: center; font:14px/24px 'microsoft yahei'; color:#808080;}
.D-o2oSolution .D-newApplyFn{ width: 1000px; margin:40px auto 0 auto;}
.D-o2oSolution .D-newApplyFnIcon{ width: 136px;  margin: 0 auto; background: url(/images/d-o2osolution-apply1.png) no-repeat; color:#fff; font:18px/26px 'microsoft yahei'; text-align: center;}
.D-o2oSolution .D-newApplyFnDesc{ padding-top: 20px; text-align: center; font:14px/24px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-newApplyFnItem1{ width: 200px; padding-right: 140px; background: url(/images/plus.png) 250px 50px no-repeat;}
.D-o2oSolution .D-newApplyFnItem1 .D-newApplyFnIcon{ height: 46px; padding-top: 90px; background-position: 0 0;}
.D-o2oSolution .D-newApplyFnItem2{ width: 260px; padding-right: 140px; background: url(/images/equal.png) 320px 60px no-repeat;}
.D-o2oSolution .D-newApplyFnItem2 .D-newApplyFnIcon{ height: 41px; padding-top: 95px; background-position: -136px 0;}
.D-o2oSolution .D-newApplyFnItem3{ width: 260px;}
.D-o2oSolution .D-newApplyFnItem3 .D-newApplyFnIcon{ height: 66px; padding-top: 70px; background-position: -272px 0;}

.D-o2oSolution .D-newApplyItem2 .D-newApplyItemBox{ width: 890px; height: 305px; margin: 0 auto; background: url(/images/d-o2osolution-apply2.png) bottom center no-repeat;}

.D-o2oSolution .D-newApplyItem2 .D-newApplyItemBox1{ width: 890px; height: 305px; margin: 0 auto; background: url(/images/f1.jpg) bottom center no-repeat;}


.D-o2oSolution .D-newApplyItem2 .D-newApplyItemTitle{ margin-bottom:70px;}
.D-o2oSolution .D-newApplyStrategy1{ float: left; width: 280px; height: 175px; margin-right: 270px; border:dashed 2px #d9d9d9; border-radius: 5px; padding: 13px;}
.D-o2oSolution .D-newApplyStrategy2{ float: left; width: 280px; height: 175px; border:dashed 2px #d9d9d9; border-radius: 5px; padding: 13px;}
.D-o2oSolution .D-newApplyStrategyTitle{ font:bold 20px/50px 'microsoft yahei'; color:#e65d22; text-align: center;}
.D-o2oSolution .D-newApplyStrategyDesc{ font:14px/24px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-newApplyStrategy2 .D-newApplyStrategyDesc{ padding-top: 50px;}

.D-o2oSolution .D-newApplyItem3 .D-newApplyItemBox{ width: 540px; padding:50px 0 50px 540px; background: url(/images/d-o2osolution-apply3.png) 70px center no-repeat;}
.D-o2oSolution .D-newApplyItem31 .D-newApplyItemBox{ width: 540px; padding:50px 0 50px 540px; background: url(/images/f2.jpg) 70px center no-repeat;}
.D-o2oSolution .D-newApplyItem32 .D-newApplyItemBox{ width: 540px; padding:50px 0 50px 540px; background: url(/images/h3.png) 70px center no-repeat;}
.D-o2oSolution .D-newApplyItemDesc{ padding-top: 20px; font:14px/24px 'microsoft yahei'; color:#444;}

.D-o2oSolution .D-newApplyItem4 .D-newApplyItemBox{ width: 500px; padding-right: 580px; background: url(/images/d-o2osolution-apply4.jpg) right bottom no-repeat}
.D-o2oSolution .D-newApplyItem4 .D-newApplyItemBox .D-newApplyItemTitle{ text-align: left;}
.D-o2oSolution .D-newApplyCircle{ padding: 80px 0 40px 0; margin-left: 50px; font:14px/24px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-newApplyCircle li{ padding-bottom: 30px; padding-left: 20px; background: url(/images/d-brace.jpg) left top no-repeat;}
.D-o2oSolution .D-newApplyCircle li h5{font:bold 18px/30px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-newApplyCircle li p{font:bold 14px/16px 'microsoft yahei'; color:#808080;}

.D-o2oSolution .D-newValueContainer{ position: relative; padding: 40px 0 500px 0; background:#51b3e6;}
.D-o2oSolution .D-newValueContainer .D-mainTitle{ padding-bottom: 40px; color:#fff;}
.D-o2oSolution .D-newValueList li{ float: left; background: #fff; width: 340px; height: 420px; margin-right: 20px;}
.D-o2oSolution .D-newValueItemIcon{ width: 100%; height: 175px;}
.D-o2oSolution .D-newValueItemTitle{ padding-top: 10px; font:18px/30px 'microsoft yahei'; color:#328dbc; text-align: center;}
.D-o2oSolution .D-newValueSubTitle{ padding-bottom: 10px; font:16px/26px 'microsoft yahei'; color:#328dbc; text-align: center;}
.D-o2oSolution .D-newValueDesc{ width: 290px; margin: 0 auto; font:14px/24px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-newValueDesc span{ font-weight: bold;}
.D-o2oSolution .D-newValueItem1 .D-newValueItemIcon{ background:#328dbc url(/images/d-o2osolution-newvalue1.png) center center no-repeat;}
.D-o2oSolution .D-newValueItem2 .D-newValueItemIcon{ background:#328dbc url(/images/d-o2osolution-newvalue2.png) center center no-repeat;}
.D-o2oSolution .D-newValueItem3 .D-newValueItemIcon{ background:#328dbc url(/images/d-o2osolution-newvalue3.png) center center no-repeat;}

.D-o2oSolution .D-brightList{ width: 1104px; margin-top: 40px; padding-bottom: 650px;}
.D-o2oSolution .D-brightList li{ float: left; width: 253px; height: 293px; margin-right: 23px; margin-bottom: 23px; background: #f5f5f5; color:#444;}
.D-o2oSolution .D-brightItemIcon{ display: block; width: 109px; height: 109px; margin: 37px auto 20px auto; background: url(/images/d-o2osolution-bright.png) no-repeat;}
.D-o2oSolution .D-brightItemTitle{ padding: 0 10px; margin-bottom: 10px; font:bold 16px/30px 'microsoft yahei'; text-align: center;}
.D-o2oSolution .D-brightItemDesc{ padding: 0 10px; font:14px/24px 'microsoft yahei'; text-align: center;}
.D-o2oSolution .D-brightItem1 .D-brightItemIcon{ background-position: 0 0;}
.D-o2oSolution .D-brightItem2 .D-brightItemIcon{ background-position: -109px 0;}
.D-o2oSolution .D-brightItem3 .D-brightItemIcon{ background-position: -218px 0;}
.D-o2oSolution .D-brightItem4 .D-brightItemIcon{ background-position: -327px 0;}
.D-o2oSolution .D-brightItem5 .D-brightItemIcon{ background-position: -436px 0;}
.D-o2oSolution .D-brightItem6 .D-brightItemIcon{ background-position: -545px 0;}
.D-o2oSolution .D-brightItem7 .D-brightItemIcon{ background-position: -654px 0;}
.D-o2oSolution .D-brightItem8 .D-brightItemIcon{ background-position: -763px 0;}

.D-o2oSolution .D-brightItem1:hover,.D-brightItem5:hover{ background: #49b3ef; color:#fff;}
.D-o2oSolution .D-brightItem2:hover,.D-brightItem6:hover{ background: #efb349; color:#fff;}
.D-o2oSolution .D-brightItem3:hover,.D-brightItem7:hover{ background: #96c54b; color:#fff;}
.D-o2oSolution .D-brightItem4:hover,.D-brightItem8:hover{ background: #ec5f4d; color:#fff;}
.D-o2oSolution .D-brightItem1:hover .D-brightItemIcon{ background-position: 0 -109px;}
.D-o2oSolution .D-brightItem2:hover .D-brightItemIcon{ background-position: -109px -109px;}
.D-o2oSolution .D-brightItem3:hover .D-brightItemIcon{ background-position: -218px -109px;}
.D-o2oSolution .D-brightItem4:hover .D-brightItemIcon{ background-position: -327px -109px;}
.D-o2oSolution .D-brightItem5:hover .D-brightItemIcon{ background-position: -436px -109px;}
.D-o2oSolution .D-brightItem6:hover .D-brightItemIcon{ background-position: -545px -109px;}
.D-o2oSolution .D-brightItem7:hover .D-brightItemIcon{ background-position: -654px -109px;}
.D-o2oSolution .D-brightItem8:hover .D-brightItemIcon{ background-position: -763px -109px;}

.D-o2oSolution .D-o2oLocalContainer{ position: relative; padding-bottom: 30px; background: #f2f2f2;}
.D-o2oSolution .D-o2oLocalContainer .D-mainTitle{ padding-bottom: 50px;}
.D-o2oSolution .D-o2oLocalItemTitle{ padding-bottom: 20px; font:bold 24px/57px 'microsoft yahei'; color:#f37825;}
.D-o2oSolution .D-o2oLocalItemTitle i{ display: inline-block; width: 58px; height: 57px; padding-right: 20px; background: url(/images/d-o2osolution-localtitle.png) no-repeat; font:24px/57px 'microsoft yahei'; color:#fff; text-align: center;}
.D-o2oSolution .D-o2oLocalItemDesc{ padding-left: 80px; font:14px/24px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-o2oLocalList li.D-o2oLocalItem1{ padding-bottom: 40px; background: url(/images/d-o2osolution-localbg.png) 600px center no-repeat;}
.D-o2oSolution .D-o2oLocalList li.D-o2oLocalItem2{ padding-bottom: 40px;}
.D-o2oSolution .D-o2oLocalList li.D-o2oLocalItem3{ padding-bottom: 140px;}

.D-o2oSolution .D-o2oLocalDescList li{ float: left; width: 286px; margin-right: 40px;}
.D-o2oSolution .D-o2oLocalDescList li h5{ padding-left:20px; background: url(/images/d-o2osolution-localsubtitle.png) left center no-repeat; font:bold 16px/30px 'microsoft yahei'; color:#444;}
.D-o2oSolution .D-o2oLocalDescList li p{ padding-left:20px; font:14px/24px 'microsoft yahei'; color:#808080;}

.D-o2oSolution .D-coreAdvantage{ position: relative;}
.D-o2oSolution .D-coreAdvantage .D-mainTitle{ padding-bottom: 40px;}
.D-o2oSolution .D-coreAdvantage .D-subTitle{ position: absolute; left: 474px; top: 417px; width: 130px; height: 90px; font:bold 30px/45px 'microsoft yahei'; color:#fff; z-index: 10;  text-align: center;}
.D-o2oSolution .D-CoreAdvantageList{ position: relative; height: 530px; background: url(/images/d-o2osolution-coreadvantage.jpg) top center no-repeat;}
.D-o2oSolution .D-CoreAdvantageList li{ position: absolute; width: 360px; height: 160px;}
.D-o2oSolution .D-CoreAdvantageList li h5{ padding-bottom: 30px; padding-left: 20px; font:bold 20px/30px 'microsoft yahei'; color:#609111;}
.D-o2oSolution .D-CoreAdvantageList li h5 i{ display: inline-block; padding: 0 10px; margin-right: 10px; background: #ffa422; color:#fff; font bold 18px/30px 'microsoft yahei';}
.D-o2oSolution .D-CoreAdvantageList li p{ padding-left: 20px; background: url(/images/org-point.jpg) 9px center no-repeat; font:14px/20px 'microsoft yahei'; color:#808080;}
.D-o2oSolution .D-CoreAdvantageItem1{ left: 390px; top: 10px;}
.D-o2oSolution .D-CoreAdvantageItem2{ left: 30px; top: 160px;}
.D-o2oSolution .D-CoreAdvantageItem3{ left: 680px; top:160px;}
.D-o2oSolution .D-CoreAdvantageItem4{ left: 30px; top:340px;}
.D-o2oSolution .D-CoreAdvantageItem5{ left: 680px; top:340px;}