body, html {
    height: 100%;
}
body, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
}
.crumbs, .search_fieldset li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
* {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    box-sizing: border-box;
}
body {
    min-width: 1280px;
    font-size: 14px;
}
ul {
    padding: 0;
}
.lbs-page-header {
    box-shadow: 0 0 3px rgba(89,89,89,.25);
    border-bottom: 1px solid #e7e7e7;
    height: 70px;
    position: fixed;
    top: 0;
    min-width: 1280px;
    width: 100%;
    font-size: 16px;
    cursor: default;
    z-index: 200;
    background: #fff;
}
    .lbs-page-header .icon-iconkongzhitai, .lbs-page-header .icon-iconyonghu {
        color: #7a7a7a;
    }
    .lbs-page-header .icon-downarrow {
        color: #a1a3a2;
    }
    .lbs-page-header .logo {
        width: 286px;
        height: 40px;
        display: block;
        float: left;
        margin: 14.5px 10px;
        position: relative;
        z-index: 2;
        background: url(../images/logo.png) 0 center no-repeat;
        background-size: contain;
    }
    .lbs-page-header a {
        color: #3c3d3f;
    }
        .lbs-page-header a:focus, .lbs-page-header a:hover {
            color: #009cf9;
            text-decoration: none;
        }
    .lbs-page-header .arrow {
        width: 10px;
        -ms-transform: scale(.6);
        transform: scale(.6);
        display: inline-block;
        font-weight: 700;
        top: 50%;
        right: 0;
        margin: -35px -5px 0 0;
        position: absolute;
    }
    .lbs-page-header ul {
        list-style: none;
        padding: 0;
    }
    .lbs-page-header li {
        white-space: nowrap;
    }
        .lbs-page-header li a.current {
            color: #009cf9;
        }
    .lbs-page-header .first-level-ul {
        margin: 0;
        position: relative;
        z-index: 2;
    }
        .lbs-page-header .first-level-ul .has-sub-menu {
            margin-right: 14px;
        }
        .lbs-page-header .first-level-ul a:hover, .lbs-page-header .first-level-ul li.active > a {
            color: #009cf9 !important;
        }
            .lbs-page-header .first-level-ul a:hover .iconfont, .lbs-page-header .first-level-ul li.active > a .iconfont {
                color: inherit;
            }
    .lbs-page-header .first-level-li {
        height: 70px;
        line-height: 70px;
        display: table-cell;
        z-index: 2;
        float: left;
    }
        .lbs-page-header .first-level-li > a {
            height: 100%;
            cursor: default;
            position: relative;
            display: inline-block;
            padding: 0 10px;
        }
            .lbs-page-header .first-level-li > a.is-link {
                cursor: pointer;
            }
        .lbs-page-header .first-level-li.hide-sub-menu .second-level-ul {
            display: none !important;
        }
        .lbs-page-header .first-level-li.active .second-level-ul, .lbs-page-header .first-level-li:hover .second-level-ul {
            display: -ms-flexbox;
            display: flex;
        }
        .lbs-page-header .first-level-li.current > a {
            color: #009cf9;
        }
        .lbs-page-header .first-level-li:hover .arrow {
            transform: scale(.6) rotateX(180deg);
        }
            .lbs-page-header .first-level-li:hover .arrow .iconfont, .lbs-page-header .first-level-li:hover > a {
                color: #009cf9 !important;
            }
    .lbs-page-header .second-level-ul {
        position: absolute;
        background: #fff;
        display: none;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 2px 3px rgba(89,89,89,.25);
        left: 310px;
        top: 70px;
    }
        .lbs-page-header .second-level-ul strong {
            color: #535353;
            line-height: 40px;
            font-size: 16px;
            cursor: default;
            font-weight: 400;
            display: block;
            background: #fafbfd;
        }
    .lbs-page-header .third-level-ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 228px;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
        .lbs-page-header .third-level-ul.row-1 {
            height: 38px;
        }
        .lbs-page-header .third-level-ul.row-2 {
            height: 76px;
        }
        .lbs-page-header .third-level-ul.row-3 {
            height: 114px;
        }
        .lbs-page-header .third-level-ul.row-4 {
            height: 152px;
        }
        .lbs-page-header .third-level-ul.row-5 {
            height: 190px;
        }
        .lbs-page-header .third-level-ul.row-6 {
            height: 228px;
        }
    .lbs-page-header .third-level-li {
        width: 170px;
    }
        .lbs-page-header .third-level-li a {
            color: #7c7e7d;
            height: 38px;
            line-height: 38px;
            font-size: 14px;
            display: block;
        }
    .lbs-page-header .second-level-li {
        width: 170px;
        border-right: 1px solid #eff1f4;
    }
        .lbs-page-header .second-level-li .third-level-li a, .lbs-page-header .second-level-li strong {
            padding-left: 20px;
        }
        .lbs-page-header .second-level-li.col-2 {
            width: 340px;
        }
    .lbs-page-header .header-right {
        position: absolute;
        line-height: 68px;
        right: 0;
        top: 0;
        padding-right: 10px;
    }
        .lbs-page-header .header-right .split {
            height: 18px;
            width: 1px;
            background-color: #c4c4c4;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
        }
        .lbs-page-header .header-right .be-dev, .lbs-page-header .header-right .be-dev:hover {
            color: #fff;
        }
    .lbs-page-header .user-area {
        display: inline-block;
        padding: 0 20px 0 8px;
        position: relative;
    }
    .lbs-page-header .logined {
        position: relative;
        top: -2px;
        display: inline-block;
    }
.content-sidebar:after, .search_bar::after {
    content: '';
    clear: both;
}
.lbs-page-header .avatar {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.search_bar {
    width: 510px;
    height: 0;
    margin: 0;
    display: table-cell;
    float: left;
    position: relative;
}
    .search_bar::after {
        height: 0;
        display: block;
    }
#searchform input[type=submit], .screen-reader-text {
    display: none;
}
.search_bar form.searchform {
    margin-top: 21px;
    transition: 0s;
}
.search_bar.current {
    z-index: 2;
    position: relative;
}
    .search_bar.current form.searchform {
        margin-top: 0;
        padding-top: 21px;
    }
#searchform input[type=text] {
    width: 208px;
    height: 30px;
    line-height: 28px;
    text-indent: 6px;
    border-radius: 16px;
    padding: 0 10px 0 35px;
    box-sizing: border-box;
    float: left;
    outline: 0;
    color: #808ec5;
    margin: 0 -10px 0 0;
    border: 1px solid #f5f5f5;
    position: relative;
    z-index: 2;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    transition: all .3s ease;
    background: url(../images/search_blue.png) 15px center no-repeat #f5f5f5;
    background-size: 18px 18px;
}
#searchform input[type=text]:hover {
    border-color: #e7e6e6;
    background-color: #e7e6e6;
}
#searchform input[type=text]:focus, .search_bar.current #searchform input[type=text] {
    width: 100%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    color: #414141;
    background-color: #fff;
    border-color: #0091ff;
    box-shadow: 0 0 3px #9bd4ff;
    animation: magnifier .35s ease 0s;
}
#searchform input[type=submit]:hover {
    background: #055b98;
}
.search_bottom {
    background: #fff;
    display: block;
    border: 1px solid #ccc;
    padding: 10px 0 0;
    margin: -99999px 3px 0 25px;
    opacity: 0;
    font-weight: 400;
    transition: opacity .5s;
    box-shadow: 0 2px 2px rgba(89,89,89,.5);
}
    .search_bottom.ok {
        margin-top: 29px;
        opacity: 1;
    }
.search_sug {
    padding-bottom: 10px;
}
    .search_sug .search_default, .search_sug a {
        line-height: 28px;
        color: #4a4a4a;
        display: block;
        padding-left: 26px;
        text-decoration: none;
    }
    .search_sug .search_highlight {
        color: #0091ff;
    }
    .search_sug .search_default {
        color: #9d9d9d;
    }
    .search_sug a.current, .search_sug a:hover {
        background: #e3f3ff;
    }
.search_fieldset {
    line-height: 28px;
    padding: 0 0 10px;
    color: #546e7a;
    font-size: 14px;
}
    .search_fieldset li {
        padding-left: 50px;
        list-style: none;
    }
.search_fieldset li:hover {
    color: #0091ff;
    background: #e3f3ff;
}
.search_fieldset li small {
    color: #b0bec5;
    padding-left: 5px;
    font-size: 12px;
}
.search_fieldset li a {
    color: #666;
    display: block;
    text-decoration: none;
    margin: 0 50px 0 0;
}
.search_fieldset li:hover a {
    color: #0091ff;
    text-decoration: none;
}
.search_delete {
    float: right;
    font-size: 12px;
    color: #4a4a4a;
    margin: 0 16px 0 0;
    display: none;
}
    .search_delete:hover {
        cursor: pointer;
        text-decoration: underline;
    }
.search_fieldset li:hover .search_delete {
    display: block;
}
.search_legend {
    color: #78909C;
    margin: 0 26px;
    font-size: 12px;
}
.search_legend_border {
    padding: 6px 0 0;
    border-top: 1px solid #ccc;
}
.search_bottom .search_fieldset:first-child .search_legend_border {
    padding-top: 0;
    border-top: none;
}
.page_wrapper {
    min-height: 100%;
    padding: 70px 0 71px;
    background: #fefefe;
}
.content article .title {
    position: relative;
    font-size: 24px;
    color: #292929;
    padding: 35px 0 20px;
    background-repeat: no-repeat;
    background-position: 0 37px;
    line-height: 1;
    font-weight: 400;
}
.content article .update-time {
    color: #afb1b0;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin: 17px 0 0;
}
.crumbs {
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: left;
    color: #8c8c8c;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0;
}
    .crumbs a {
        color: #7c7e7d;
    }
.content-sidebar {
    width: 1280px;
    padding: 16px 0;
    margin: 0 auto;
    position: relative;
}
    .content-sidebar.has_right {
        padding-right: 170px;
    }
        .content-sidebar.has_right .content {
            padding-right: 30px;
        }
    .content-sidebar:after {
        width: 100%;
        height: 0;
        display: block;
    }
    .content-sidebar .content {
        padding-right: 70px;
        margin-left: 260px;
    }
.content-nosidebar {
    width: 1160px;
    margin: 0 auto;
}
    .content-nosidebar.has_banner {
        width: auto;
    }
        .content-nosidebar.has_banner .content {
            width: 1160px;
            margin: 0 auto;
        }
.doc_banner_img {
    width: 100%;
}
footer, footer a, footer p {
    color: #b0bec5;
}
footer {
    font-size: 12px;
    line-height: 30px;
    clear: both;
    text-align: center;
    padding: 5px;
    margin: -71px 0 0;
    border-top: 1px solid #e0e4e6;
    background-color: #6e7c8d;
}
    footer p {
        margin: 0;
    }
    footer a:hover {
        color: #b0bec5;
    }
#footer .container {
    width: 980px;
}
#footer a {
    display: inline-block;
    color: #333;
    margin-right: 39px;
}
#footer .container a:first-child {
    float: right;
    margin-right: 0;
}
#page .entrances_core a:hover {
    color: #1266b4;
}
code {
    adding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
.md-container h1, .md-container h2 {
	font-size: 18px;
	font-weight: 400;
	color: #3c3d3f;
	line-height: 1;
	margin: 0 0 20px;
	padding: 30px 0 20px;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
}
.md-container .md-paragraph, .md-container p {
	color: #767676;
	margin: 5px 0;
	line-height: 2;
	overflow-x: hidden;
	word-break: break-all;
}
.page_wrapper[data-tpl="index.php"] {
    position: relative;
    padding-bottom: 0;
}
.content-nosidebar[data-tpl="index.php"], .content-sidebar[data-tpl="index.php"] {
    width: auto;
}
.core_100p {
    height: 100%;
}

.small_gallery {
    width: 100%;
    height: 390px !important;
    top: -1px;
    overflow: hidden;
}

    .small_gallery .small_gallery_box {
        width: 100%;
        height: 390px;
        display: block;
        background: url(/web/public/dist/images/homepage/gallery_bg.jpg) center 0 no-repeat;
        overflow: hidden;
    }

    .small_gallery .slidesjs-container, .small_gallery .slidesjs-control {
        height: 390px !important;
    }

.banner_core {
    display: block;
    height: 390px;
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
}

.home_h1, .home_h2 {
    max-width: 840px;
    font-weight: 400;
}

.banner_core .small_gallery_tank {
    margin-left: 8%;
}

img.small_gal_img_13 {
    width: 35%;
    float: right;
    display: block;
    margin: 1.5% 17% 0 0;
}

.small_gallery_tank {
    margin: 8% 0 0 12%;
    display: block;
}

    .small_gallery_tank h3 {
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        line-height: 30px;
    }

.event_ul {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

.slick-arrow, .small_gallery_nav {
    width: 46px;
    height: 45px;
    top: 50%;
    position: absolute;
    text-indent: -99999px;
    overflow: hidden;
}

.slimScrollDiv {
    margin-top: -1px;
}

.slick-arrow {
    margin: -22px 0 0 10px;
    z-index: 1;
    border: none;
    outline: 0;
    background: url(/web/public/dist/images/homepage/banner_arrow_black.png?v=cde85f0f1a?t=20160118) no-repeat;
    background-size: 92px 45px;
}

.slick-next {
    right: 0;
    margin-right: 10px;
    background-position: right 0;
}

.slick-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: -30px 0 0;
}

    .slick-dots li {
        margin: 0 5px;
        padding: 0;
        display: inline-block;
    }

        .slick-dots li button {
            width: 14px;
            height: 14px;
            border: none;
            outline: 0;
            transition: .5s;
            border-radius: 7px;
            text-indent: -99999px;
            background: #fafafa;
        }

.home_doc_list li, .home_doc_list li a span, .home_doc_list li::before {
    transition: all .2s ease-out 0s;
}

.slick-dots li.slick-active button {
    width: 35px;
    border-color: #fafafa;
    box-shadow: 0 0 3px rgba(66,66,66,.25);
}

.home_h1 {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin: 0 auto;
    padding: 40px 0 10px;
}

.home_h2, .home_h2_a {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.home_h2 {
    color: grey;
    padding: 20px 0;
    line-height: 28px;
}

.home_black .home_h1, .home_black .home_h2, .home_black .home_h2 a, .home_h2_a, .home_h2_a:hover {
    color: #fff;
}

.home_h2 a, .home_h2_a {
    display: inline-block;
    padding-left: 26px;
}

.home_h1 + .home_h2 {
    padding-top: 0;
}

.home_h2_a.home_doc_detail {
    line-height: 30px;
    padding: 0 20px;
    background: #42a5f5;
    border-radius: 20px;
    margin-top: 20px;
}

    .home_h2_a.home_doc_detail:active, .home_h2_a.home_doc_detail:focus, .home_h2_a.home_doc_detail:hover, .home_h2_a.home_doc_detail:visited {
        opacity: 1;
        text-decoration: none;
        color: #fff;
    }

    .home_h2_a.home_doc_detail:hover {
        background: #4196ec;
    }

.home_product_list {
    width: 1200px;
    margin: 10px auto 50px;
    overflow: hidden;
    padding: 0;
}

    .home_product_list > a {
        color: grey;
    }

    .home_product_list li {
        display: block;
        float: left;
        width: 399px;
        height: 138px;
        line-height: 26px;
        padding: 0 35px 0 109px;
        border-left: 1px solid #e0e0e0;
    }

        .home_product_list li:hover {
            background: #f7f7f7;
        }

        .home_product_list li.home_product_list_2 ~ li {
            padding-top: 10px;
        }

        .home_product_list li.home_product_list_0 {
            border-left: none;
            border-bottom: 1px solid #e0e0e0;
        }

        .home_product_list li.home_product_list_1, .home_product_list li.home_product_list_2 {
            border-bottom: 1px solid #e0e0e0;
        }

        .home_product_list li.home_product_list_3 {
            border-left: none;
        }

        .home_product_list li strong {
            height: 44px;
            line-height: 44px;
            display: block;
            font-size: 21px;
            color: #535353;
            font-weight: 400;
            position: relative;
        }

            .home_product_list li strong::before {
                width: 44px;
                height: 44px;
                content: '';
                background: url(/web/public/dist/images/homepage/product_icons.png?v=9629849750) no-repeat #5699ec;
                border-radius: 50%;
                position: absolute;
                margin: 10px 0 0 -65px;
            }

    .home_product_list > a:nth-child(even) strong::before {
        background-color: #6272eb;
    }

    .home_product_list li.home_product_list_0 strong::before {
        background-position: 0 0;
    }

    .home_product_list li.home_product_list_1 strong::before {
        background-position: center 0;
    }

    .home_product_list li.home_product_list_2 strong::before {
        background-position: right 0;
    }

    .home_product_list li.home_product_list_3 strong::before {
        background-position: 0 bottom;
    }

    .home_product_list li.home_product_list_4 strong::before {
        background-position: center bottom;
    }

    .home_product_list li.home_product_list_5 strong::before {
        background-position: right bottom;
    }

    .home_product_list li p {
        color: #009cf9;
    }

.home_doc {
    text-align: center;
    background: url(/web/public/dist/images/homepage/home_doc_bg.jpg) center center no-repeat;
    background-size: cover;
}

    .home_doc .home_h2 {
        padding-bottom: 0;
    }

.home_doc_list {
    text-align: center;
    overflow: hidden;
    padding: 60px 0;
}

    .home_doc_list li {
        width: 210px;
        min-height: 350px;
        display: inline-block;
        background: #fafafa;
        padding: 50px 0 0;
        margin: 0 15px;
        vertical-align: top;
        position: relative;
        opacity: .95;
    }

        .home_doc_list li:hover {
            background: #5699ec;
        }

        .home_doc_list li::before {
            width: 80px;
            height: 80px;
            content: '';
            border: 1px solid #5699ec;
            border-radius: 50%;
            background: url(/web/public/dist/images/homepage/home_doc_icons.png?v=79b3499299?t=20151119) 18px -88px no-repeat #5699ec;
            position: absolute;
            top: 0;
            left: 50%;
            margin: -40px 0 0 -40px;
        }

        .home_doc_list li:hover::before {
            background-color: #fff;
        }

        .home_doc_list li.home_doc_list_0::before {
            background-position: 12px 11px;
        }

        .home_doc_list li.home_doc_list_0:hover::before {
            background-position: 12px -88px;
        }

        .home_doc_list li.home_doc_list_1::before {
            background-position: -283px 12px;
        }

        .home_doc_list li.home_doc_list_1:hover::before {
            background-position: -283px -88px;
        }

        .home_doc_list li.home_doc_list_2::before {
            background-position: -581px 12px;
        }

        .home_doc_list li.home_doc_list_2:hover::before {
            background-position: -581px -88px;
        }

        .home_doc_list li.home_doc_list_3::before {
            background-position: -880px 13px;
        }

        .home_doc_list li.home_doc_list_3:hover::before {
            background-position: -880px -88px;
        }

        .home_doc_list li strong {
            display: block;
            font-size: 20px;
            color: #5e9eed;
            font-weight: 400;
        }

        .home_doc_list li:hover strong {
            color: #fff;
        }

        .home_doc_list li a {
            display: block;
            color: grey;
            font-size: 14px;
            line-height: 26px;
            padding: 8px 0;
        }

        .home_doc_list li:hover a {
            color: #fff;
        }

        .home_doc_list li a:hover {
            text-decoration: none;
        }

            .home_doc_list li a:hover span {
                background: #307ddd;
                color: #fff;
                display: inline-block;
                padding: 0 30px;
            }

.home_solution_list {
    width: 1150px;
    height: 400px;
    padding: 0;
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
}

    .home_solution_list li {
        list-style: none;
        width: 280px;
        height: 120px;
        font-size: 16px;
        color: grey;
        position: absolute;
        padding: 0 0 0 43px;
        background: url(/web/public/dist/images/homepage/home_solution_icons.png?v=b0666927ee) 0 2px no-repeat;
    }

        .home_solution_list li a {
            color: grey;
            text-decoration: none;
        }

            .home_solution_list li a:hover, .home_solution_list li:hover, .home_solution_list li:hover a {
                text-decoration: none;
            }

        .home_solution_list li.home_solution_list_1 {
            background-position: 0 -118px;
        }

        .home_solution_list li.home_solution_list_2 {
            background-position: 0 -246px;
        }

        .home_solution_list li.home_solution_list_3 {
            background-position: 0 -379px;
        }

        .home_solution_list li.home_solution_list_4 {
            background-position: 0 -498px;
        }

        .home_solution_list li.home_solution_list_5 {
            background-position: 0 -627px;
        }

        .home_solution_list li.home_solution_list_right {
            right: 0;
        }

        .home_solution_list li.home_solution_list_left {
            left: 0;
        }

        .home_solution_list li.home_solution_list_1, .home_solution_list li.home_solution_list_4 {
            margin: 123px 0 0;
        }

        .home_solution_list li.home_solution_list_2, .home_solution_list li.home_solution_list_5 {
            margin: 246px 0 0;
        }

        .home_solution_list li strong {
            display: block;
            color: #535353;
            font-size: 20px;
            font-weight: 400;
        }

        .home_solution_list li:hover strong {
            color: #009cf9;
        }

.home_solution_box {
    width: 485px;
    height: 390px;
    margin: 0 auto;
    background: url(/web/public/dist/images/homepage/home_solution_mac.png?v=48954bb978) no-repeat;
    position: relative;
    overflow: hidden;
}

    .home_solution_box > img {
        display: none;
        margin: 20px;
    }

        .home_solution_box > img.current {
            display: block;
        }

.home_solution_phone {
    width: 130px;
    height: 265px;
    background: url(/web/public/dist/images/homepage/home_solution_phone.png?v=7ea1385e98) center 0 no-repeat;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

    .home_solution_phone > img {
        width: 110px;
        height: 199px;
        display: none;
        margin: 33px auto;
    }

        .home_solution_phone > img.current {
            display: block;
        }

.home_i_amap {
    background: url(/web/public/dist/images/homepage/home_i_amap_repeat.png?v=a8cd87100c) center center #383d52;
    text-align: center;
}

.home_i_amap_core {
    width: 1120px;
    height: 460px;
    margin: 0 auto;
    background: url(/web/public/dist/images/homepage/home_i_amap_core.png?v=5960fe726f) center center no-repeat;
    text-align: center;
}

.home_i_amap .home_h1 {
    padding-top: 47px;
    color: #fff;
}

.home_i_amap_p {
    color: #fff;
    padding-top: 50px;
    font-size: 16px;
    opacity: .69;
}

.home_i_amap_btn {
    line-height: 30px;
    color: #fff;
    background: #42a5f5;
    display: inline-block;
    border-radius: 15px;
    padding: 0 30px;
    margin-top: 20px;
    text-decoration: none;
}

    .home_i_amap_btn:hover {
        background: #4196ec;
        color: #fff;
        text-decoration: none;
    }

    .home_i_amap_btn:visited {
        color: #fff;
    }

.home_bigdata {
    background: url(/web/public/dist/images/homepage/home_bigdata_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    text-align: center;
}

.home_bigdata_gallery {
    width: 680px;
    height: 500px;
    margin: 30px auto 0;
    overflow: hidden;
}

    .home_bigdata_gallery a {
        width: 736px;
        height: 472px;
        display: block;
    }

    .home_bigdata_gallery > .slidesjs-container a {
        cursor: default;
    }

    .home_bigdata_gallery img {
        display: block;
    }

    .home_bigdata_gallery .slidesjs-control, .home_bigdata_gallery > .slidesjs-container {
        height: 472px !important;
    }

    .home_bigdata_gallery .slidesjs-pagination {
        margin-top: 0;
    }

.home_bigdata > a {
    font-size: 18px;
    display: inline-block;
    padding: 25px 0 10px 35px;
}

    .home_bigdata > a:hover {
        color: #5699ec;
    }

.home_mydata {
    background: url(/web/public/dist/images/homepage/home_mydata_bg.png?v=be8321fa6e) center 165px no-repeat;
}

.home_mydata_list {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 490px;
    padding: 30px 0;
}

    .home_mydata_list > * {
        line-height: 52px;
        display: inline-block;
        background: url(/web/public/dist/images/homepage/home_mydata_icons.png?v=3fc1d99c1a) 0 center no-repeat;
        font-size: 16px;
        color: #7c7d80;
        text-decoration: none;
        padding-left: 70px;
        margin-left: 100px;
    }

    .home_mydata_list > :first-child {
        margin-left: 0;
    }

    .home_mydata_list > :hover {
        color: #5e9eed;
        text-decoration: underline;
    }

    .home_mydata_list .home_mydata_list_1 {
        background-position: -280px center;
    }

    .home_mydata_list .home_mydata_list_2 {
        background-position: -549px center;
    }

    .home_mydata_list .home_mydata_list_3 {
        background-position: -813px center;
    }

.home_map {
    height: 574px;
}

.amap-adcontent-body {
    border-radius: 6px;
    border-shadow: 0 0 10px #ccc;
}

.info-title {
    color: #fff;
    font-size: 14px;
    background-color: rgba(0,155,255,.8);
    line-height: 26px;
    padding: 0 0 0 6px;
    font-weight: lighter;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
}

.info-content {
    padding: 4px;
    color: #666;
    line-height: 23px;
}

    .info-content img {
        float: left;
        margin: 3px;
    }

.home_partner {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

    .home_partner h2 {
        font-size: 22px;
        color: #4d4d4d;
        text-align: center;
        font-weight: 400;
        margin-top: 30px;
    }

    .home_partner a {
        width: 209px;
        height: 86px;
        display: block;
        border: 1px solid #d7d7d7;
        text-align: center;
        border-radius: 3px;
        float: left;
        margin: 37px 0 37px 90px;
        transition: .3s;
    }

        .home_partner a:nth-child(4n-2) {
            margin-left: 0;
        }

        .home_partner a:hover {
            background: #fbfbfb;
        }

        .home_partner a.more {
            width: auto;
            height: auto;
            float: none;
            border: none;
            margin: -10px auto 20px;
            font-size: 18px;
            background: 0 0;
            clear: both;
        }

#ali_footer, .homepage_bottom {
    font-size: 12px;
    text-align: center;
}

.home_partner a::before {
    content: '';
    height: 45px;
    display: inline-block;
}

.home_partner a img {
    max-width: 155px;
    max-height: 70px;
}

.homepage_bottom ~ .quick_entrance, .homepage_bottom ~ .quick_entrance.fancybox-margin {
    bottom: 91px;
}

.page_wrapper[data-tpl="index.php"] ~ footer {
    display: none;
}

.homepage_bottom {
    width: 100%;
    bottom: 0;
    background: #6e7c8d;
    color: #b0bec5;
    padding: 10px 0 6px;
    overflow: hidden;
}

    .homepage_bottom a {
        color: #b0bec5;
    }

#ali_footer {
    padding-bottom: 6px;
}

h3 {
    margin: 10px 0;
}

.sidebar {
    width: 230px;
    float: left;
    padding: 0 0 16px 30px;
}

    .sidebar * {
        transition: .2s;
    }

    .sidebar li, .sidebar ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar .sidebar_grandpa > li > a, .sidebar .sidebar_grandpa > li > span {
        display: block;
        line-height: 38px;
        padding: 0 23px;
        color: #2d3132;
        text-decoration: none;
        margin: 0 0 2px;
        background: #eef3f6;
        cursor: pointer;
    }

        .sidebar .sidebar_grandpa > li > a:hover, .sidebar .sidebar_grandpa > li > span:hover {
            color: #fff;
            background: #45b7fe;
        }

            .sidebar .sidebar_grandpa > li > a:hover .iconfont, .sidebar .sidebar_grandpa > li > span:hover .iconfont {
                color: #fff;
            }

    .sidebar .sidebar_grandpa > li > span {
        position: relative;
    }

        .sidebar .sidebar_grandpa > li > span .iconfont {
            color: #a1a3a2;
            font-size: 16px;
            top: 50%;
            right: 0;
            display: inline-block;
            margin: -19px 10px 0 0;
            position: absolute;
            -ms-transform: scale(.6) rotate(0);
            transform: scale(.6) rotate(0);
            font-weight: 700;
        }

        .sidebar .sidebar_grandpa > li > span.locked {
            cursor: default;
        }

            .sidebar .sidebar_grandpa > li > span.locked:hover {
                background: #42a5f5 !important;
            }

            .sidebar .sidebar_grandpa > li > span.locked .iconfont {
                display: none;
            }

    .sidebar .sidebar_grandpa > li.current > a, .sidebar .sidebar_grandpa > li.current > span {
        color: #fff;
        background: #42a5f5;
    }

        .sidebar .sidebar_grandpa > li.current > a:hover, .sidebar .sidebar_grandpa > li.current > span:hover {
            background: #45b7fe;
        }

        .sidebar .sidebar_grandpa > li.current > a .iconfont, .sidebar .sidebar_grandpa > li.current > span .iconfont {
            color: #fff;
        }

    .sidebar .sidebar_grandpa > li.show > span .iconfont {
        -ms-transform: scale(.6) rotate(180deg);
        transform: scale(.6) rotate(180deg);
    }

    .sidebar .sidebar_grandpa > li .sidebar_father {
        padding: 5px 0;
        background: #f7fafc;
    }

        .sidebar .sidebar_grandpa > li .sidebar_father > li {
            background: #f7fafc;
        }

            .sidebar .sidebar_grandpa > li .sidebar_father > li.has_child {
                padding: 5px 0 0;
            }

                .sidebar .sidebar_grandpa > li .sidebar_father > li.has_child:first-child {
                    padding-top: 0;
                }

            .sidebar .sidebar_grandpa > li .sidebar_father > li > a {
                font-size: 13px;
                line-height: 25px;
                display: block;
                padding: 0 0 0 23px;
                color: #656363;
                text-decoration: none;
                margin-left: 0;
            }

                .sidebar .sidebar_grandpa > li .sidebar_father > li > a:hover {
                    color: #1e88e5;
                }

            .sidebar .sidebar_grandpa > li .sidebar_father > li.current > a {
                color: #009cfa;
            }

            .sidebar .sidebar_grandpa > li .sidebar_father > li > span {
                font-size: 13px;
                line-height: 25px;
                display: block;
                padding: 0 0 0 23px;
                color: #bcbec1;
                text-decoration: none;
                margin-left: 0;
            }

            .sidebar .sidebar_grandpa > li .sidebar_father > li .sidebar_son {
                padding: 0 0 5px;
                margin: 0 10px 5px;
                border-bottom: 1px solid #e3eaef;
            }

                .sidebar .sidebar_grandpa > li .sidebar_father > li .sidebar_son > li a {
                    font-size: 13px;
                    line-height: 25px;
                    display: block;
                    padding: 0 0 0 13px;
                    color: #656363;
                    text-decoration: none;
                }

                    .sidebar .sidebar_grandpa > li .sidebar_father > li .sidebar_son > li a:hover {
                        color: #1e88e5;
                    }

                .sidebar .sidebar_grandpa > li .sidebar_father > li .sidebar_son > li.current a {
                    color: #009cfa;
                }

            .sidebar .sidebar_grandpa > li .sidebar_father > li:last-child .sidebar_son {
                border-bottom: none;
            }

.md-container .md-btn.iconfont.btn-download-icon {
    position: relative;
    padding-left: 40px;
    padding-right: 0;
    line-height: 38px !important;
}

    .md-container .md-btn.iconfont.btn-download-icon:before {
        content: "\e631";
        width: 40px;
        height: 38px;
        line-height: 38px;
        color: #42a5f5;
        font-size: 28px;
        top: 0;
        left: 0;
        position: absolute;
    }

.md-container table {
    width: 100%;
    margin-bottom: 20px;
}

    .md-container table td, .md-container table th {
        border: 1px solid #d9dbdb;
        padding: 6px 8px;
        word-break: break-all;
    }

    .md-container table th {
        color: #333;
        background-color: #fafafa;
    }

        .md-container table th:first-child {
            white-space: nowrap;
        }

.md-container iframe {
    border: none;
}

.contact_ul {
    overflow: hidden;
    list-style: none;
    padding: 0 !important;
}

    .contact_ul li {
        width: 244px;
        height: 168px;
        font-size: 14px;
        color: #333;
        float: left;
        line-height: 30px;
        padding: 20px;
        margin-left: 10px;
        display: block;
        list-style: none;
        border: 1px solid #ececec;
    }

        .contact_ul li:first-child {
            margin-left: 0;
        }

        .contact_ul li strong {
            font-weight: 400;
            display: block;
            font-size: 16px;
        }

    .contact_ul a {
        color: #196eab;
    }

table.smart_tb th, table.smart_tb th p {
    line-height: 38px;
    color: #fff;
}

.contact_ul a:hover {
    text-decoration: underline;
}

.devdoc_banner a, .devdoc_ul > li a, .page_wrapper[data-tpl="jsDemo.twig"] .guide_box > a.disabled:hover {
    text-decoration: none;
}

table.smart_tb ~ .md-btn {
    min-width: 200px;
    margin: 15px 0;
}

table.smart_tb th {
    font-size: 14px;
    padding: 6px 15px;
    white-space: nowrap;
    border-color: #0e81e5 #3e9aea #0e81e5 #0e81e5;
    background: #0e81e5;
}

table.smart_tb td {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

    table.smart_tb td p {
        color: #333;
    }

table.smart_tb tr:nth-child(even) td {
    background: #f7fafc;
}

table.smart_tb td[contenteditable=true] {
    outline: 0;
}

    table.smart_tb td[contenteditable=true] .editable {
        width: 100%;
        max-width: 200px;
        overflow: hidden;
        line-height: 34px;
        display: inline-block;
        background: #f0f2f5;
        padding: 0 6px;
        transition: .2s;
        white-space: nowrap;
        border-radius: 3px;
        border: 1px solid #f0f2f5;
    }

    table.smart_tb td[contenteditable=true]:focus .editable {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

table.smart_tb + .btn_blue {
    margin-top: 15px;
}

.md-container table.smart_tb ~ pre {
    margin: 0 0 10px;
}

.md-container table.smart_tb th {
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    white-space: nowrap;
    border-color: #0e81e5 #3e9aea #0e81e5 #0e81e5;
    background: #0e81e5;
}

    .md-container table.smart_tb th p {
        line-height: 38px;
        color: #fff;
        background: 0 0;
    }

.smart_tb a, .warning a {
    color: #0075c2;
}

.smart_tb td:first-child {
    text-align: center;
    white-space: nowrap;
}

    .smart_tb td:first-child + td {
        width: 146px;
        text-align: center;
    }

.smart_tb + .btn_blue + pre {
    margin: 10px 0;
}

.iphone {
    width: 381px;
    height: 793px;
    margin: 20px 40px;
    float: left;
    background: url(/web/public/dist/images/iphone5.jpg) center center no-repeat #f9f9f9;
}

    .iphone iframe {
        width: 320px;
        height: 564px;
        border: none;
        overflow: hidden;
        margin: 116px 0 0 32px;
    }

.qr_img, .qr_img img {
    width: 122px;
    height: 122px;
}

.iphone iframe::-webkit-scrollbar {
    display: none;
}

.qr_img {
    display: block;
    background: #fff;
    margin: 0 auto;
}

    .qr_img img {
        display: block;
    }

.qr_text {
    color: #7a8699;
    display: block;
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
}

.iphone_shift_wrap, .md-container .iphone_shift_wrap {
    width: 303px;
    height: 612px;
    box-sizing: border-box;
    position: relative;
    padding: 80px 27px 73px 20px;
    background: url(/web/public/dist/images/iphone_black.png?v=1783e70a40) center top no-repeat;
}

    .iphone_shift_wrap .iphone_core, .md-container .iphone_shift_wrap .iphone_core {
        height: 100%;
        display: none;
        background: #fff;
    }

        .iphone_shift_wrap .iphone_core.iframe_core, .md-container .iphone_shift_wrap .iphone_core.iframe_core {
            display: block;
        }

    .iphone_shift_wrap.show_qr, .md-container .iphone_shift_wrap.show_qr {
        background-position: center bottom;
    }

        .iphone_shift_wrap.show_qr .iframe_core, .md-container .iphone_shift_wrap.show_qr .iframe_core {
            display: none;
        }

        .iphone_shift_wrap.show_qr .qr_core, .md-container .iphone_shift_wrap.show_qr .qr_core {
            display: block;
            padding-top: 103px;
        }

    .iphone_shift_wrap .phone_shift, .md-container .iphone_shift_wrap .phone_shift {
        width: 71px;
        height: 71px;
        display: block;
        text-indent: -99999px;
        top: 0;
        right: 0;
        margin: 9px 10px 0 0;
        position: absolute;
    }

    .iphone_shift_wrap iframe, .md-container .iphone_shift_wrap iframe {
        width: 320px;
        height: 574px;
        border: none;
        overflow: hidden;
        margin: -57px 0 0 -32px;
        -ms-transform: scale(.8,.8);
        transform: scale(.8,.8);
    }

        .iphone_shift_wrap iframe::-webkit-scrollbar, .md-container .iphone_shift_wrap iframe::-webkit-scrollbar {
            display: none;
        }

.imac, .md-container .imac {
    width: 600px;
    height: 497px;
    float: right;
    padding: 23px 23px 168px;
    margin: 76px 0 0;
    position: relative;
    background: url(/web/public/dist/images/imac.png?v=371bcf142c?v=2.0) right center no-repeat;
}

    .imac iframe, .md-container .imac iframe {
        width: 1671px;
        height: 918px;
        margin: 28px 0 0 21px;
        -ms-transform: scale(.3333,.3333);
        transform: scale(.3333,.3333);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        top: -99999px;
        left: 0;
        position: absolute;
    }

    .imac a.imac_shade, .md-container .imac a.imac_shade {
        width: 560px;
        color: #fff;
        text-align: center;
        opacity: 0;
        transition: .2s;
        background: rgba(0,0,0,.5);
        top: 0;
        left: 50%;
        padding: 4px 0;
        margin: 306px 0 0 -281px;
        position: absolute;
    }

    .imac:hover a.imac_shade, .md-container .imac:hover a.imac_shade {
        color: #fff;
        opacity: 1;
    }

.lbs_tabs, .md-container .lbs_tabs {
    line-height: 47px;
    margin: 30px 0 0;
    border-bottom: 1px solid #cbcbcb;
}

    .lbs_tabs > a, .md-container .lbs_tabs > a {
        min-width: 130px;
        padding: 0 20px;
        margin: 0 20px -1px 0;
        cursor: pointer;
        text-align: center;
        color: #454f57;
        background: #f7f7f7;
        border: 1px solid #ccc;
        border-top-width: 3px;
        border-radius: 1px 1px 0 0;
        display: inline-block;
        transition: .3s;
    }

        .lbs_tabs > a.current, .lbs_tabs > a:hover, .md-container .lbs_tabs > a.current, .md-container .lbs_tabs > a:hover {
            color: #0e81e5;
            border-top-color: #0e81e5;
            background: #fff;
        }

        .lbs_tabs > a.current, .md-container .lbs_tabs > a.current {
            border-bottom-color: #fff;
        }

.lbs_tab_content {
    display: none;
    margin: 81px auto 30px;
}

    .lbs_tab_content.current {
        display: block;
    }

.lbs_tabs ~ .lbs_tab_content {
    margin-top: 0;
}

.contact_sns, .md-body .contact_sns {
    padding: 20px 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

    .contact_sns li, .md-container .contact_sns li {
        width: 369px;
        list-style: none;
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 28px;
    }

        .contact_sns li + li, .md-container .contact_sns li + li {
            float: right;
        }

        .contact_sns li span {
            display: block;
            font-size: 16px;
            text-indent: 36px;
            background: url(/web/public/dist/images/sns.png?v=6965aca1f9) 0 5px no-repeat;
        }

        .contact_sns li + li span {
            background-position: 0 -94px;
        }

    .contact_sns > img {
        display: block;
        margin: 0 auto;
        border: 4px solid #f2f2f2;
    }

    #page .contact_sns a, .contact_sns a {
        color: #196eab;
    }

.contact_address {
    font-size: 14px;
    color: #333;
    line-height: 29px;
    margin-top: 20px;
}

    .contact_address span {
        font-size: 16px;
        display: block;
    }

    .contact_address iframe {
        width: 566px;
        height: 406px;
        border: none;
        margin-top: 16px;
    }

.md-vertical-code-tab iframe {
    background: #fff !important;
}

.content-nosidebar[data-tpl="api.php"], .content-sidebar[data-tpl="api.php"] {
    width: auto;
}

    .content-nosidebar[data-tpl="api.php"] #crumbs, .content-nosidebar[data-tpl="api.php"] .sidebar, .content-sidebar[data-tpl="api.php"] #crumbs, .content-sidebar[data-tpl="api.php"] .sidebar {
        display: none;
    }

    .content-nosidebar[data-tpl="api.php"] > .content, .content-sidebar[data-tpl="api.php"] > .content {
        max-width: 100%;
        line-height: inherit;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-left: 0;
        overflow-y: auto;
    }
.footer {
    text-align: center;
    line-height: 42px;
    padding-top: 20px;
    font-size: 12px;
}
    .footer a {
        color: #000;
    }
        .footer a:hover {
            color: #2a6496;
        }
.footlist {
    border-bottom: 1px solid #cdcdcd;
}
.md-container .col-xs-img {
    position: relative;
    min-height: 1px;
    float: left;
    width: 30%;
    margin: 30px 3.3333% 0 0;
}
    .md-container .col-xs-img a {
        display: block;
        padding: 2px;
        border: 1px solid #ccc;
    }
        .md-container .col-xs-img a img {
            width: 100%;
        }
.md-container span.col-xs-4 {
    min-height: 19px;
    padding-left: 0;
    float: left;
    width: 33.33%;
    padding-right: 15px;
}
.md-container .md-try-link-wrapper {
    background-color: #FAFAFA;
    text-align: right;
    padding-right: 26px;
    margin: -5px 0 0;
    border-bottom: 1px solid #9fbacb;
    height: 30px;
    line-height: 29px;
}
.md-container .ul_50p {
    width: 48%;
    margin: 10px 0 20px;
    font-size: 14px;
    color: grey;
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 30px;
    line-height: 2;
}
    .md-container .ul_50p strong {
        font-size: 20px;
        padding-left: 46px;
        color: #333;
        font-weight: 400;
        margin-left: -30px;
        margin-bottom: 8px;
        display: inline-block;
        background: url(../images/api_feature.png?v=5ffed88f61) 0 6px no-repeat;
    }
    .md-container .ul_50p li {
        margin-left: -12px;
    }
    .md-container .ul_50p + .ul_50p strong {
        background-position: 0 -34px;
    }
    .md-container .ul_50p + .ul_50p + .ul_50p strong {
        background-position: 0 -74px;
    }
    .md-container .ul_50p + .ul_50p + .ul_50p + .ul_50p strong {
        background-position: 0 -114px;
    }
.unshow ul{display:none;}