@charset "UTF-8";

/* nav部分 */

.dg-nav {
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
    padding: 8px 2.9% 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.dg-nav .dg-nav-list .layui-anim {
    width: 180px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
}

.dg-nav .dg-nav-list .layui-nav-child dd a {
    color: #fff;
}

.dg-nav .dg-nav-list .layui-nav-child dd a:hover {
    color: #1db7f7;
}

.dg-nav .dg-nav-list .layui-nav-child dd .nav-child-this {
    background-color: #1db7f7;
}

.dg-nav .dg-nav-list .layui-nav-child dd .nav-child-this:hover {
    color: #fff;
}

.dg-nav-list {
    white-space: nowrap;
}

.dg-nav-list2 {
    margin-left: 0px;
}

.dg-nav .dg-nav-logo a {
    display: block;
}

.dg-nav .dg-nav-logo a img {
    width: 100%;
    height: 100%;
}

.dg-nav .dg-nav-handle {
    white-space: nowrap;
    display: flex;
}

.dg-nav .dg-nav-l>ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.dg-nav .dg-nav-l li {
    padding: 0 10px;
}

.dg-nav .dg-nav-l li .layui-icon {
    font-size: 22px;
    background-color: transparent;
    vertical-align: middle;
}

.dg-nav .dg-nav-l li a {
    font-size: 18px;
}

.dg-nav .dg-nav-list .layui-nav {
    background-color: #ffffff;
}

.dg-nav .dg-nav-list .layui-nav-item a {
    padding: 0 10px;
}

.dg-nav .dg-nav-list .layui-nav-item a {
    color: #333333;
    font-size: 18px;
}

.dg-nav .dg-nav-list .layui-this a {
    color: #1db7f7;
}

.dg-nav .dg-nav-list .layui-this:after {
    height: 3px;
    background-color: #1db7f7;
}

.dg-nav .dg-nav-list .layui-nav-bar {
    height: 3px;
    background-color: #1db7f7;
}

.dg-nav .dg-nav-r {
    margin-left: 40px;
    margin-top: 2px;
}

.dg-nav .dg-nav-r .layui-btn {
    width: 48px;
    height: 23px;
    line-height: 23px;
    padding: 0 0px;
    border-radius: 5px;
}

.dg-nav .dg-nav-r .layui-btn:nth-child(2) {
    margin-left: 6px;
    color: #1db7f7;
    border-color: #1db7f7;
}

.dg-btn-login,
.dg-btn-sign {
    border-radius: 3px;
    font-size: 16px;
}

.dg-btn-login {
    background-color: #1db7f7;
}

.dg-btn-sign {
    background-color: transparent;
    color: #f7f8fb;
    border: 1px solid #f7f8fb;
}

.dg-btn-sign:hover {
    opacity: 0.8;
    color: #1db7f7;
}


/** 分页*/

#page {
    margin-top: 60px;
    text-align: center;
}

#page .layui-laypage a,
#page .layui-laypage span {
    margin-right: 10px;
    padding: 0 10px;
}


/** banner下导航*/

.main-nav {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.main-nav ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.main-nav ul li {
    width: 20%;
    padding: 10px 0;
    text-align: center;
}

.main-nav ul li:last-child a {
    border: none;
}

.main-nav ul a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-right: 1px solid #cccccc;
}

.main-nav ul a:hover {
    color: #1db7f7;
}

.main-nav ul .active {
    background: #1db7f7;
}

.main-nav ul .active a {
    color: #fff;
}

.main-nav ul .active a:hover {
    color: #fff;
}


/** 面包屑*/

.cur-position {
    padding: 30px 0 30px 30px;
    background: url(../img/about/home-big.png) left center no-repeat;
}

.cur-position .layui-breadcrumb span[lay-separator] {
    margin: 0 5px !important;
}

.cur-position .layui-breadcrumb a {
    color: #333 !important;
}

.cur-position .layui-breadcrumb a cite {
    color: #1db7f7;
}


/** 详情页面底部下一篇上一篇*/

.other-article {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}

.other-article a {
    font-size: 14px;
    line-height: 1.5em;
    color: #1db7f7;
}

.other-article a:hover {
    opacity: 0.8;
}

.other-article .none {
    color: #333;
}

.other-article .none:hover {
    color: #333;
}


/** footer*/

.footer {
    padding: 60px 0;
    background-color: #f7f8fb;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer p {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}

.footer .unit {
    line-height: 1.8em;
}

.footer .unit span {
    padding-right: 20px;
}

.footer .contact {
    line-height: 1.8em;
}

.footer .contact span {
    display: block;
}

.footer .left {
    flex: 1;
}

.footer .left .title {
    font-weight: bold;
    font-family: SourceHanSansCN;
    color: #000;
}

.footer .left .layui-breadcrumb a {
    color: #333 !important;
}

.footer .left .layui-breadcrumb a:hover {
    color: #1db7f7 !important;
}

.footer .right {
    width: 210px;
    margin-left: 60px;
    color: #333;
}

.footer .right .tt {
    font-size: 20px;
}

.footer .right .tel {
    font-size: 30px;
}

.footer .right .tt1 {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 1208px) {

    html,
    body {
        min-width: 1400px;
        margin: 0 auto;
    }

    .dg-nav {
        position: inherit;
    }

    .banner {
        margin-top: 0px;
    }

    .dg-nav {
        padding: 8px 10px 20px;
    }

    .dg-nav .dg-nav-logo a {
        width: 220px;
        height: 22px;
    }

    .dg-nav .dg-nav-list .layui-nav-item a,
    .dg-nav .dg-nav-l li a {
        font-size: 14px;
    }

    .dg-btn-login,
    .dg-btn-sign {
        font-size: 14px;
    }

    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}

@media screen and (min-width: 1210px) and (max-width: 1399px) {
    .dg-nav {
        padding: 8px 10px 20px;
    }

    .dg-nav .dg-nav-logo a {
        width: 220px;
        height: 22px;
    }

    .dg-nav .dg-nav-list .layui-nav-item a,
    .dg-nav .dg-nav-l li a {
        font-size: 14px;
    }

    .dg-btn-login,
    .dg-btn-sign {
        font-size: 14px;
    }

    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}

@media screen and (min-width: 1389px) and (max-width: 1499px) {
    .dg-nav .dg-nav-logo a {
        width: 220px;
        height: 22px;
    }

    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .dg-nav .dg-nav-logo a {
        width: 220px;
        height: 22px;
    }

    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
    .dg-nav-list {
        margin-left: -8%;
    }

    .dg-nav {
        padding: 8px;
    }

    .dg-nav .dg-nav-logo a {
        width: 298px;
        height: 28px;
    }

    .layui-nav {
        padding: 0;
    }

    .dg-nav .dg-nav-list .layui-nav-item a,
    .dg-nav .dg-nav-l li a {
        font-size: 14px;
    }

    .dg-btn-login,
    .dg-btn-sign {
        font-size: 14px;
    }

    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}

@media screen and (min-width: 1700px) and (max-width: 1790px) {
    .dg-nav {
        padding: 8px;
    }

    .layui-nav {
        padding: 0;
    }

    .banner {
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}


/** 成功案例*/

.case {
    font-size: 14px;
    color: #333;
}

.case .clearfix {
    *zoom: 1;
}

.case .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.case .banner {
    margin-top: 76px;
    width: 100%;
    height: 20.375vw;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
}

.case .banner {
    background-image: url(../img/demand/detail-banner.jpg);
}

.case .main-top {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.case .main-top .classify-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.case .main-top .classify-list .classify-title {
    width: 80px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.case .main-top .classify-list .classify-item {
    margin-left: 10px;
}

.case .main-top .classify-list .classify-item input {
    width: 0;
    height: 0;
    opacity: 0;
}

.case .main-top .classify-list .classify-item input:checked+label {
    color: #fff;
    background-color: #1db7f7;
}

.case .main-top .classify-list .classify-item label {
    cursor: pointer;
    padding: 1px 6px 2px;
    border-radius: 5px;
}

.case .main-top .search {
    position: relative;
}

.case .main-top .search input {
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 34px 10px 14px;
    width: 240px;
    height: 36px;
    background-color: #eeeeee;
    border: none;
    border-radius: 10px;
}

.case .main-top .search .search-icon {
    cursor: pointer;
    position: absolute;
    border: none;
    top: 8px;
    right: 10px;
    width: 17px;
    height: 17px;
    padding: 10px;
    background: url(../img/case/search.png) center/17px no-repeat;
}


/** 成功案例-最佳实践*/

.case-best-practice .main-content {
    margin-top: 10px;
    margin-bottom: 50px;
    border-top: 1px solid #cccccc;
    padding-top: 48px;
}

.case-best-practice .main-content .case-list a {
    display: flex;
}

.case-best-practice .main-content .case-list a img {
    margin-right: 20px;
}

.case-best-practice .main-content .case-list a .right {
    flex: 1;
}

.case-best-practice .main-content .case-list a .tt {
    color: #666666;
}

.case-best-practice .main-content .case-list a .numbering {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 5px 0;
}

.case-best-practice .main-content .case-list a .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.case-tool .main-content .case-list a .description {
    -webkit-line-clamp: 4;
}

.case-best-practice .main-content .case-list a .second {
    font-size: 12px;
    color: #999999;
}


/** 成功案例-最佳实践-详情*/

.case-best-practice-detail .carousel {
    width: 1200px;
    margin: 0 auto;
}

.case-best-practice-detail .carousel .carousel-card {
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 258px;
    overflow: hidden;
    position: relative;
}

.case-best-practice-detail .carousel .carousel-card ul {
    width: 2000px;
    display: flex;
    align-items: center;
}

.case-best-practice-detail .carousel .carousel-card li {
    width: 319px;
    height: 170px;
    margin-right: 22px;
}

.case-best-practice-detail .carousel .carousel-card li:last-of-type {
    margin-right: 0;
}

.case-best-practice-detail .carousel .carousel-card .active {
    width: 466px;
    height: 258px;
}

.case-best-practice-detail .carousel .carousel-card .btn {
    cursor: pointer;
    width: 14px;
    height: 26px;
    position: absolute;
    top: calc(50% - 13px);
}

.case-best-practice-detail .carousel .carousel-card .prev-btn {
    left: 0;
    background: url(../img/case/prev-btn.png) center/14px no-repeat;
}

.case-best-practice-detail .carousel .carousel-card .next-btn {
    right: 0;
    background: url(../img/case/next-btn.png) center/14px no-repeat;
}

.case-best-practice-detail .carousel .carousel-desc {
    margin-top: 10px;
    text-align: center;
}

.case-best-practice-detail .carousel .carousel-desc p {
    color: #666;
}

.case-best-practice-detail .carousel .carousel-desc .tt {
    padding: 16px 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.case-best-practice-detail .list {
    margin-top: 20px;
}

.case-best-practice-detail .list-tt {
    position: relative;
    color: #fff;
    width: 100%;
    height: 55px;
}

.case-best-practice-detail .list-tt span {
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    z-index: 1;
    position: absolute;
    width: 271px;
    height: 55px;
    left: 0px;
    bottom: 0;
    background: url(../img/case/tt-bg.png) no-repeat;
}

.case-best-practice-detail .list-tt:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: calc(100% - 20px);
    height: 40px;
    left: 20px;
    bottom: 0;
    background-color: #ededed;
}

.case-best-practice-detail .list-con {
    margin-bottom: 20px;
}

.case-best-practice-detail .list-con .tt {
    color: #1db7f7;
    font-size: 16px;
    padding: 20px 0;
}

.case-best-practice-detail .list-con .img-box {
    margin: 20px 0;
}

.case-best-practice-detail .list-con .img-box img:first-of-type {
    margin-right: 63px;
}

.case-best-practice-detail .bottom-list {
    margin-top: 56px;
    margin-bottom: 56px;
}

.case-best-practice-detail .bottom-list .list-tt .btn {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 55px;
    line-height: 55px;
    top: 10px;
}

.case-best-practice-detail .bottom-list .list-tt .btn i {
    cursor: pointer;
    display: inline-block;
    width: 9px;
    height: 18px;
}

.case-best-practice-detail .bottom-list .list-tt .btn .prev {
    margin-right: 40px;
    background: url(../img/case/prev-btn.png) center/9px no-repeat;
}

.case-best-practice-detail .bottom-list .list-tt .btn .next {
    background: url(../img/case/next-btn.png) center/9px no-repeat;
}

.case-best-practice-detail .bottom-list-slider {
    width: 100%;
    overflow: hidden;
}

.case-best-practice-detail .bottom-list-box {
    width: 100%;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
}

.case-best-practice-detail .bottom-list-box li {
    width: 280px;
}

.case-best-practice-detail .bottom-list-box .img-box {
    margin-bottom: 8px;
}

.case-best-practice-detail .bottom-list-box .bold {
    font-weight: bold;
    font-size: 16px;
    padding: 14px 0;
}

.case-best-practice-detail .bottom-list-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


/** 成功案例-白皮书*/

.case-white-paper .main-content {
    margin-top: 36px;
}

.case-white-paper .main-content .case-list .img-box {
    border: 1px solid #ededed;
    border-bottom: none;
}

.case-white-paper .main-content .case-list .bottom {
    box-sizing: border-box;
    width: calc(100% - 2px);
    padding: 0 10px;
    margin-left: 1px;
    transition: 0.5s;
    background-color: #ededed;
    height: 46px;
    line-height: 46px;
}

.case-white-paper .main-content .case-list .bottom p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-white-paper .main-content .case-list a:hover .bottom {
    background-color: #1db7f7;
    color: #fff;
}


/** 成功案例-白皮书-详情*/

.case-white-paper-detail .main-content h2 {
    font-size: 24px;
}

.case-white-paper-detail .main-content .release {
    font-size: 12px;
    color: #666;
}

.case-tool-detail .details-content h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.case-tool-detail .details-content .content .intro {
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.case-tool-detail .details-content p {
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
}

.case-tool-detail .details-content p span {
    padding-right: 10px;
    font-weight: bold;
}

.case-white-paper-detail .main-content img {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .case-best-practice-detail .bottom-list {
        width: 1120px;
    }
}

@media screen and (max-width: 1680px) {
    .case-best-practice-detail .bottom-list-box li {
        width: 260px;
    }
}

.main-nav li {
    position: relative;
}

.main-nav li i.layui-icon {
    position: absolute;
    top: 30%;
    right: 7%;
}

.main-nav .dcmm-li .layui-nav-child {
    width: 100%;
    top: 55px;
    left: 0;
}

.serial {
    font-weight: bold;
}

.serial1,
.serial2,
.serial3 {
    color: rgb(29, 183, 247);
}

div.demand-solution .banner .banner-text {
    padding-top: 5vw;
    padding-left: 5em;
}

div.banner .banner-text .pd-left {
    padding-left: 4.4em;
}

div.demand-solution .banner .banner-text h2 {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0px;
    font-family: SIL-Hei-Med-Jian;
    letter-spacing: 6px;
    text-shadow: none;
}