:root {
    --skd-green: #79bf47;
    --skd-blue: #0183b9;
}

html,
body {
    font-family: "思源黑体R", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
}

.font-en {
    font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 180%;
}

.skd-ul > li {
    line-height: 180%;
}

.text-indent {
    text-indent: 2em;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.text-ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.skd-label {
    display: flex;
}

    .skd-label span {
        -o-align-self: center;
        -webkit-align-self: center;
        align-self: center;
    }

.skd-nav-top {
    background-color: #525252;
    color: white;
    min-height: 25px;
}

    .skd-nav-top > .container > a {
        color: white;
        cursor: pointer;
        padding: 2px;
    }

.navbar {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    border-radius: 0px;
}

.navbar-theme-skd {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 0px;
}

    .navbar-theme-skd .navbar-brand {
        height: auto;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-theme-skd .container a.navbar-brand {
        padding-top: 24px;
        width: 200px;
    }
}

.icon-bar {
    background-color: #cccccc;
}

.navbar-theme-skd .navbar-header > button.navbar-toggle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #0183b9;
    border-radius: 0;
    margin-top: 26px;
}

    .navbar-theme-skd .navbar-header > button.navbar-toggle .icon-bar {
        background-color: white;
        color: white;
    }



.skd-model-deliver {
    border-right: 1px solid #d2d2d2;
    height: 36px;
    position: absolute;
    right: 0;
    top: 25px;
}

.navbar-theme-skd .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

    .navbar-theme-skd .navbar-collapse .navbar-nav > li > a {
        color: #4a4a4a;
        font-size: 18px;
        line-height: 56px;
    }

        .navbar-theme-skd .navbar-collapse .navbar-nav > li > a:hover, .navbar-theme-skd .navbar-collapse .navbar-nav > li > a:focus, .navbar-theme-skd .navbar-collapse .navbar-nav > li > a:active, .navbar-theme-skd .navbar-collapse .navbar-nav > li > a:visited {
            background-color: #ffffff !important;
        }

.navbar-theme-skd .navbar-nav > .open > a, .navbar-theme-skd .navbar-nav > .open > a:focus, .navbar-theme-skd .navbar-nav > .open > a:hover {
    background-color: #ffffff;
}

.navbar-theme-skd .navbar-collapse .navbar-nav > li.dropdown:hover > a.dropdown-toggle::after {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-color: transparent transparent #313131 transparent;
    border-style: solid;
    border-width: 10px;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}


.navbar-theme-skd .navbar-collapse .navbar-nav > .dropdown {
    position: static;
}

    .navbar-theme-skd .navbar-collapse .navbar-nav > .dropdown .dropdown-menu {
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -webkit-border-radius: 0px;
        background-color: #313131;
        border-left: 0px;
        border-radius: 0px;
        border-right: 0px;
        border-top: 0px;
        color: #989898;
        padding: 60px 0;
        width: 100%;
    }

        .navbar-theme-skd .navbar-collapse .navbar-nav > .dropdown .dropdown-menu a {
            color: #ffffff;
            cursor: pointer;
            font-size: 16px;
        }

.skd-nav-span {
    display: block;
    margin-top: 14px;
}

.skd-honner-img {
    background-color: #d9edf7;
    border: 4px solid #0183b9;
    height: 150px;
    margin: 0 auto;
    padding: 25px;
    width: 150px;
}

.skd-nav-justified {
    display: flex;
    flex-wrap: wrap;
}

    .skd-nav-justified li {
        padding: 0px 5px;
        flex-grow: 1;
    }

.skd-flex-wrap {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.honor-item {
    margin: 0px 10px 20px;
    overflow: hidden;
}

    .honor-item .caption {
        padding-left: 15px;
        padding-right: 15px;
    }

.skd-aboutUs, .skd-aboutUs a {
    clear: both;
    float: left;
}

    .skd-aboutUs a {
        margin-top: 25px;
    }

        .skd-aboutUs a span {
            color: #7ac147;
            font-size: 18px;
            margin-right: 15px;
            text-align: center;
            width: 30px;
        }


.skd-row {
    overflow: hidden;
}

.skd-bggray {
    background-color: #f6f6f6;
}

.skd-bg-brand-green {
    background-color: #79bf47;
}

.skd-bg-blue {
    background-color: #0183b9;
    color: white;
}

.skd-bg-babyblue {
    background-color: #0dadea;
    color: white;
}

.skd-bg-orange {
    background-color: #eb3c00;
    color: white;
}

.skd-bg-green {
    background-color: #33b799;
    color: white;
}

.skd-bg-purple {
    background-color: #b376a3;
    color: white;
}

.skd-bg-dark {
    background-color: black;
    color: white;
}

.skd-row [class*="col-"] {
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.skd-border-none {
    border: none !important;
}

.skd-border {
    border: 1px solid #dddddd;
}

.skd-border-top {
    border-top: 1px solid #dddddd;
}

.skd-border-bottom {
    border-bottom: 1px solid #dddddd;
}

.skd-border-left {
    border-left: 1px solid #dddddd;
}

.skd-border-right {
    border-right: 1px solid #dddddd;
}

.skd-col-bordright {
    border-right: 1px solid #515252;
}

.skd-col-bordbottom {
    border-bottom: 1px solid #515252;
}

.skd-border-tb {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.text-skdblue {
    color: #0183b9;
}

.text-skdyellow {
    color: #eb3c00;
}

.text-skdqing {
    color: #33b799;
}

.text-skdgreen {
    color: #79bf47;
}

.text-skdwhite {
    color: #ffffff;
}

.text-lighter {
    font-weight: lighter;
}

.skd_uli_a14 > li a {
    font-size: 14px;
}

.btn-skdgray {
    background-color: #4d4d4d;
}

.fontsize16 {
    font-size: 16px;
}

.fontsize2rem {
    font-size: 1.1rem;
}

.font50 {
    font-size: 50px;
}

.fontsize60 {
    font-size: 60px;
}

.mh-200 {
    min-height: 200px;
}

/*造成background-position不起作用的原因是优先级的问题。因此前面都要加div*/

div.media-left [class^="skd-head-thumail-thermeter"] {
    background: url('/content/Images/proThumial/thumail-thermometer.png') no-repeat 0px 0px;
    background-size: 64px auto;
    height: 64px;
    width: 64px;
}

div.media-left .skd-head-thumail-thermeter-2 {
    -ms-background-position: 0px -64px;
    background-position: 0px -64px;
}

div.media-left .skd-head-thumail-thermeter-3 {
    -ms-background-position: 0px -128px;
    background-position: 0px -128px;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.index-title h2, .index-title h3 {
    line-height: 100%;
}

.index-title h2 {
    font-size: 60px;
}

.index-title h3 {
    font-size: 36px;
}

h2.index-new-title {
    font-size: 36px;
}

    h2.index-new-title span {
        display: inline-block;
        margin-left: 20px
    }

.index-trust {
    background-color: #ffffff;
    background-image: url('Images/banner/trust-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 500px; */
    padding-bottom: 140px;
}

.btnBackToTop {
    background: none;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 70px;
    margin: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    width: 70px;
    z-index: 100;
}

    .btnBackToTop i {
        color: #c7c7c7;
        font-size: 60px;
    }

        .btnBackToTop i:hover {
            color: #0183b9;
        }

.footerUp {
    background-color: #fcfcfc;
    padding-bottom: 26px;
    position: relative;
}

    .footerUp:before {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0px -2px 15px #d8d4d4;
        content: "";
        height: 10%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: -1;
    }

.footerDown {
    background: #525252;
}

    .footerDown p {
        color: #ffffff;
        margin: 16px 0px;
    }

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-top: 0px;
}

.content {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    border-bottom: 1px solid #eee;
    flex: 1 0 auto;
}


footer a {
    color: #0183b9;
    line-height: 24px;
}

.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.skd-row {
    overflow: hidden;
}

    .skd-row [class*="col-"] {
        margin-bottom: -1000px;
        padding-bottom: 1000px;
    }

.marginTop40 {
    margin-top: 40px;
}

.marginButtom40 {
    margin-bottom: 40px;
}

.padding-top-bottom {
    padding-bottom: 50px;
    padding-top: 50px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-3 {
    margin-top: 3rem;
}

.m-t-5 {
    margin-top: 5rem;
}

.m-t-7 {
    margin-top: 7rem;
}

.m-b-7 {
    margin-bottom: 7rem;
}

/*产品banner开始*/

.skd-proc, .skd-proc-body {
    padding-top: 2rem;
}

.skd-proc-head h1, .skd-proc-head h2 {
    line-height: 100%;
}

.skd-proc-head h2, .skd-proc-body h2 {
    margin-top: 0px;
}

.skd-proc-title {
    font-size: 3.5rem;
}

.skd-proc-title-2 {
    font-size: 3rem;
}

.skd-proc-title-3 {
    font-size: 2.5rem;
}

.skd-proc-body p {
    font-size: 1.1rem;
}

.skd-proc-body ul {
    padding-left: 0;
}

    .skd-proc-body ul li {
        font-size: 1.1rem;
        line-height: 2rem;
        list-style-type: none;
    }

/*产品banner结束*/

.skd-pos-relative {
    position: relative;
}

.skd-pos-absolute {
    position: absolute;
    top: 0px;
    width: 100%;
}

.skd-pos-right-0 {
    right: 0px;
}

.skd-img-overlay, .skd-img-overlay-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.skd-img-overlay {
    filter: alpha(opacity:0);
    opacity: 0;
}

.skd-Lightbox {
    border: none;
    color: white;
    /*height: 500px;*/
    height: 600px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

    .skd-Lightbox .skd-Lightbox-background {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .skd-Lightbox .skd-Lightbox-background, .skd-Lightbox .skd-Lightbox-overlay {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .skd-Lightbox .skd-Lightbox-overlay {
        -ms-opacity: 0.75;
        background-color: #000000;
        filter: alpha(opacity=75) !important;
        opacity: 0.75;
    }

    .skd-Lightbox .skd-Lightbox-contents {
        filter: alpha(opacity=100) !important;
        height: 100%;
        opacity: 1;
        overflow: hidden;
        z-index: 1;
    }

        .skd-Lightbox .skd-Lightbox-contents .skd-Lightbox-page, .skd-Lightbox .skd-Lightbox-contents .skd-Lightbox-coutent {
            left: 0;
            top: 0;
        }

        .skd-Lightbox .skd-Lightbox-contents .skd-Lightbox-page {
            bottom: 0;
            position: absolute;
            right: 0;
        }

.skd-v-align-table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.skd-v-align-row {
    display: table-row;
}

    .skd-v-align-row:first-child {
        height: 100%;
    }

.skd-v-align-cell {
    display: table-cell;
}

.skd-align-middle {
    vertical-align: middle;
}

.skd-v-align-table .skd-align-bottom {
    vertical-align: bottom
}

.skd-v-align-table .skd-v-align-row .skd-v-align-cell .skd-Lightbox-contents-content {
    padding-left: 80px;
    padding-right: 80px;
}



.skd-Lightbox-contents-content h1, .skd-Lightbox-contents-content h2 {
    line-height: 100%;
}

.skd-v-align-table .skd-v-align-row .skd-v-align-cell .skd-Lightbox-contents-content p {
    font-size: 1.1rem;
}

.skd-Lightbox .skd-content-list {
    margin-top: 10%;
    padding-left: 0px;
}

    .skd-Lightbox .skd-content-list li {
        border: 2px solid #ffffff;
        outline: 2px solid #fff;
        background-color: var(--skd-blue);
        box-shadow: 0px 5px 15px var(--skd-blue);
        border-radius: 25px;
        display: inline-block;
        list-style: none;
        margin-top: 2rem;
        margin-right: 1rem;
        padding: 9px 20px;
    }

.skd-lightbox-footer {
    color: #ffffff;
    position: relative;
}

    .skd-lightbox-footer:before {
        -khtml-opacity: .35;
        -moz-opacity: .35;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
        -webkit-opacity: .35;
        background-color: #000;
        bottom: 0;
        content: "";
        display: block;
        filter: alpha(opacity=35) !important;
        left: 0;
        opacity: .35;
        position: absolute;
        right: 0;
        top: 0;
    }

    .skd-lightbox-footer .container {
        position: relative
    }

.skd-font-5rem {
    font-size: 5rem;
}

.skd-font-45rem {
    font-size: 4.5rem;
}

.skd-font-4rem {
    font-size: 4rem;
}

.skd-font-35rem {
    font-size: 3.5rem;
}

.skd-font-3rem {
    font-size: 3rem;
}

.skd-font-25rem {
    font-size: 2.5rem;
}

.skd-font-2rem {
    font-size: 2rem;
}

.skd-font-15rem {
    font-size: 1.5rem;
}

.skd-font-12rem {
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .skd-Lightbox {
        height: 400px;
    }

    .skd-v-align-table .skd-v-align-row .skd-v-align-cell .skd-Lightbox-contents-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .skd-Lightbox-contents-content .skd-h1-title, .skd-Lightbox-contents-content h1 {
        font-size: 3rem;
        text-align: center;
    }

    .skd-Lightbox-contents-content h2 {
        font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
        font-size: 2rem;
        text-align: center;
    }

    .skd-Lightbox-contents-content p {
        font-size: 2rem;
    }

    .skd-Lightbox .skd-content-list li {
        font-size: 12px;
        padding: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .skd-Lightbox {
        height: 250px;
    }

    .skd-Lightbox-contents-content .skd-h1-title, .skd-Lightbox-contents-content h1 {
        font-size: 2rem;
        text-align: center;
    }

    .skd-Lightbox-contents-content h2 {
        font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif font-size:2rem;
    }

    .skd-Lightbox-contents-content p {
        font-size: 1rem;
        margin-top: 0px;
    }
}


.navbar-inverse {
    background-color: #525252;
}

.skd-vertical-devider {
    border-left: 1px solid #ccc;
    height: 70px;
    margin: 10px auto;
    position: absolute;
    right: 0;
    top: 15px;
}

#skd-home-navbar > .navbar-nav > .dropdown:hover a,
#skd-home-navbar > .navbar-nav > .dropdown a:focus,
#skd-home-navbar > .navbar-nav > li > a:hover,
#skd-home-navbar > .navbar-nav > li > a:focus,
#skd-home-navbar .open > a,
#skd-home-navbar .open > a:focus,
#skd-home-navbar .open > a:hover {
    background-color: transparent;
}

#skd-home-navbar > .navbar-nav > .dropdown:hover > a:after {
    /*border-color: transparent transparent #ffffff transparent;*/
    background-color: transparent;
    border-color: transparent transparent #525252 transparent;
    border-style: solid;
    border-width: 10px;
    bottom: 0px;
    content: "";
    left: calc(50% - 10px);
    position: absolute;
}

#skd-home-navbar .navbar-nav > li > a {
    padding: 20px 30px;
    text-align: center;
    font-size: 14px;
}

#skd-home-navbar > .navbar-nav > li a span {
    display: block;
    margin-top: 0.5em
}

@media screen and (min-width: 750px) {
    .dropdownmenu-center {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        left: 50%;
        transform: translateX(-50%);
    }
}


#skd-home-navbar > .navbar-nav > .dropdown > .dropdown-menu {
    background-color: #525252;
    border-top: 0px;
    min-width: 216px;
    padding: 20px 10px;
}

    #skd-home-navbar > .navbar-nav > .dropdown > .dropdown-menu h3 {
        margin-top: 0;
        text-align: center;
        color: var(--skd-green)
    }

    #skd-home-navbar > .navbar-nav > .dropdown > .dropdown-menu ul li a {
        color: white;
        font-size: 1.2em;
        line-height: 1.6em;
    }


.skd-list-flexCenter {
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-align: center;
}

.skd-list-flexCenter-5 > li {
    padding: 5px;
    width: 20%;
}

.skd-list-flexCenter-4 > li {
    padding: 5px;
    width: 20%;
}

.skd-card {
    border: 1px solid #eee;
    position: relative;
}

.skd-topborder-5 {
    border-top: 5px solid #0083b7;
}

.skd-card .skd-card-body {
    padding: 15px;
}

.skd-card .skd-card-footer {
    border-top: 2px solid #edebec;
    padding: 20px;
}

    .skd-card .skd-card-footer a {
        font-size: 16px;
        text-decoration: none;
    }

        .skd-card .skd-card-footer a > span {
            -ms-transition: all 1s;
            -o-transition: all 1s;
            -webkit-transition: all 1s;
            padding-left: 5px;
            transition: all 1s;
        }

        .skd-card .skd-card-footer a:hover {
            cursor: pointer;
        }

            .skd-card .skd-card-footer a:hover > span {
                padding-left: 10px;
            }

.img-float {
    -ms-background-repeat: no-repeat;
    -ms-background-size: 115px 152px;
    background-repeat: no-repeat;
    background-size: 115px 152px;
    height: 152px;
    position: absolute;
    text-align: center;
    top: -26px;
    width: 115px;
}

.img-floatleft {
    background-image: url('Images/UI/label-whats-flowstep.png');
    left: 0;
}

.img-floatright {
    background-image: url('Images/UI/label-whats-right.png');
    right: 0;
}

.img-float span {
    color: white;
    display: block;
    font-size: 24px;
    position: absolute;
    top: calc((100% - 2em) / 2);
    width: 2em;
}

.img-floatleft span {
    left: calc((100% - (2em + 25px)) / 2);
}

.img-floatright span {
    right: calc((100% - (2em + 25px)) / 2);
}

.skd-nav-tabwhite img {
    width: 100%;
}


.skd-trangle {
    border-color: transparent transparent transparent transparent;
    border-style: solid;
    border-width: 30px;
    position: relative;
}

.skd-up-trangle-top-9 {
    top: -17px;
}

.skd-down-trangle-top9 {
    top: 17px;
}

.skd-nav-tabwhite > li.active .skd-up-trangle-top-9 {
    border-color: transparent transparent #DDDDDD transparent;
}

.skd-nav-tabwhite > li.active .skd-down-trangle-top9 {
    border-color: #DDDDDD transparent transparent transparent;
}

.skd-nav-tabwhite > li.active .skd-trangle:after {
    border: 30px solid transparent;
    content: '';
    left: calc(100% - 30px);
    position: absolute;
    top: -32px;
}

.skd-nav-tabwhite > li.active .skd-up-trangle-top-9:after {
    border-bottom: 30px solid #f6f6f6;
    bottom: -32px;
}

.skd-nav-tabwhite > li.active .skd-down-trangle-top9:after {
    border-top: 30px solid #f6f6f6;
    bottom: -14px;
}

.skd-nav-tabwhite > li > a, .skd-nav-tabwhite > li > a:hover, .skd-nav-tabwhite > li > a:focus, .skd-nav-tabwhite > li.active > a, .skd-nav-tabwhite > li.active > a:focus, .skd-nav-tabwhite > li.active > a:hover {
    background-color: white;
}

    .skd-nav-tabwhite > li > a > h1 > i, .skd-nav-tabwhite > li > a {
        color: #777;
    }

    .skd-nav-tabwhite > li.active > a > h1 > i, .skd-nav-tabwhite > li.active > a {
        color: #0183b9;
    }


.skd-thumbnail {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}

.skd-title-btblue60 {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
    position: relative;
}

    .skd-title-btblue60:after {
        background: none repeat scroll 0 0 #0183b9;
        bottom: -3px;
        content: '';
        display: block;
        height: 3px;
        left: calc((100% - 50%) / 2);
        position: absolute;
        width: 50%;
    }

.flexcenter {
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.skd-flex {
    display: flex;
    display: -webkit-flex;
}

.skd-flex-item-center {
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.skd-flex-wrap {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.skd-flex-align-self-center {
    -o-align-self: center;
    -webkit-align-self: center;
    align-self: center
}

.skd-flex-align-stretch {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.skd-justify-content-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.skd-flex-align-content {
    -webkit-align-content: center;
    align-content: center;
}

.skd-justify-content-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index-slider-flextcenter {
    background-color: rgba(0, 0, 0, .4) !important;
    background-color: #666666;
    flex-direction: column;
    text-align: center;
}

    .index-slider-flextcenter h2 {
        color: #79bf47;
        font-size: 4rem;
        font-weight: lighter;
        line-height: 120%;
    }

    .index-slider-flextcenter h3 {
        font-size: 2.5rem;
        font-weight: lighter;
        line-height: 100%;
        margin-top: 0px;
    }

.skd-thumbnail-hover .skd-pos-relative {
    -moz-transition: border-bottom .5s;
    -o-transition: border-bottom .5s;
    -webkit-transition: border-bottom .5s;
    border-bottom: 5px solid #0183b9;
    transition: border-bottom .5s;
}

.skd-thumbnail-hover .skd-img-overlay, .skd-thumbnail-hover .caption h3.skd-title-btblue60 {
    -moz-transition: opacity .5s, filter .5s;
    -o-transition: opacity .5s, filter .5s;
    -webkit-transition: opacity .5s, filter .5s;
    filter: opacity(100);
    opacity: 1;
    transition: opacity .5s, filter .5s;
}

.skd-thumbnail-hover .skd-pos-relative .skd-img-overlay i {
    font-size: 64px;
}

.skd-thumbnail-hover:hover .skd-pos-relative .skd-img-overlay, .skd-thumbnail-hover:hover .caption h3.skd-title-btblue60 {
    filter: opacity(0);
    opacity: 0;
}

.skd-thumbnail-hover .caption {
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
    padding: 10px;
    transition: transform .5s;
}

.skd-thumbnail-hover:hover .caption {
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}


.skd-shadow {
    -moz-transition: all .5s;
    -webkit-transition: all 0.5s;
    transition: all .5s;
}

    .skd-shadow:hover {
        box-shadow: 0px 0px 20px 0px var(--skd-green);
        /*outline:1px solid var(--skd-green);*/
        transform: translateY(-1rem);
        border-radius: 10px;
    }

.skd-tbr-shadow {
    -moz-box-shadow: 0px 7px 9px 0px rgba(188, 188, 188, 0.4);
    -webkit-box-shadow: 0px 7px 9px 0px rgba(188, 188, 188, 0.4);
    box-shadow: 0px 7px 9px 0px rgba(188, 188, 188, 0.4);
}

.skd-shadow-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.skd-border-right-80per {
    position: relative;
}

    .skd-border-right-80per:after {
        background-color: #dddddd;
        content: '';
        height: 80%;
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
    }

.skd-border-left-80per {
    position: relative;
}

    .skd-border-left-80per:before {
        background-color: #dddddd;
        content: '';
        height: 80%;
        left: 0;
        position: absolute;
        top: 10%;
        width: 1px;
    }


.skd-bg-secondgray {
    background-color: #525252;
    color: #ffffff;
}

.skd-bg-white {
    background-color: #ffffff;
}

.nav-tabs-skdblue {
    border: 0px;
    padding-right: 0px;
}



    .nav-tabs-skdblue > li {
        float: left;
        margin-bottom: 0px;
    }

.nav-justified.nav-tabs-skdblue > li {
    float: none;
}

.nav-tabs-skdblue > li > a {
    -moz-border-radius: 0px;
    -moz-transition: all 1s;
    -webkit-border-radius: 0px;
    -webkit-transition: all 1s;
    background-color: #525252;
    border: 0px;
    border-radius: 0px;
    color: #a8a6a6;
    font-size: 18px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 1s ease;
}

    .nav-tabs-skdblue > li > a > i {
        font-size: 50px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .nav-tabs-skdblue > li > a:hover, .nav-tabs-skdblue > li > a:focus, .nav-tabs-skdblue > li.active a, .nav-tabs-skdblue > li.active a:hover, .nav-tabs-skdblue > li.active a:focus {
        background-color: rgb(112, 112, 112);
        border-width: 0px;
        color: #ffffff;
    }

        .nav-tabs-skdblue > li > a:hover .skd-caret, .nav-tabs-skdblue > li > a:focus .skd-caret, .nav-tabs-skdblue > li.active a .skd-caret, .nav-tabs-skdblue > li.active a:hover .skd-caret, .nav-tabs-skdblue > li.active a:focus .skd-caret {
            transform: rotate(180deg);
        }

.skd-caret {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed;
    border-top: 8px solid\9;
    display: inline-block;
    height: 0;
    margin-left: 10px;
    transition: all 0.5s;
    vertical-align: middle;
    width: 0;
}

.skd-over-fromToTop {
    overflow: hidden;
    position: relative;
}

    .skd-over-fromToTop .skd-overlay {
        -moz-transition: all linear .5s;
        -o-transition: all linear .5s;
        -webkit-transition: all linear .5s;
        height: 100%;
        left: 0;
        position: absolute;
        transition: all linear 0.5s;
        width: 100%;
    }

    .skd-over-fromToTop .skd-overlay-opacity {
        opacity: 0;
    }

.skd-overlay-top70 {
    top: 70%;
}

.skd-overlay-top100 {
    top: 100%;
}

.skd-over-fromToTop:hover .skd-overlay {
    top: 0;
}

.skd-over-fromToTop:hover .skd-overlay-opacity {
    filter: alpha(opacity=90);
    opacity: .9;
}

    .skd-over-fromToTop:hover .skd-overlay-opacity a {
        color: white;
        text-decoration: none;
    }

table thead tr th {
    text-align: center;
}

.skd-card-img-top {
    max-height: 100%;
}

.probg {
    -webkit-background-clip: border-box;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.retranfer {
    background-image: url('Images/Products/bg-hex-gray.jpg');
}

.director {
    background-image: url('Images/Products/bg-hex-blue.jpg');
}

.bgsolution {
    background-image: url('Images/Banner/bg-hex-solution.png');
}

.skd-bg-company {
    background-image: url('Images/Banner/skd-bg-company.jpg');
}

.skd-bg-concept {
    background-image: url('Images/Banner/skd-bg-concept.png');
}

.skd-bg-aboutus {
    background-image: url('Images/Banner/skd-bg-about.jpg');
}

.skd-bg-jingyinglinian {
    background-image: url('Images/Banner/skd-bg-jingyinglinian.jpg');
}

.skd-bg-map {
    background-image: url('Images/Banner/skd-bg-map.jpg');
}

skd-bg-laptop {
    background-image: url('Images/UI/laptop.png');
}

.news {
    font-size: 25px;
    height: 100px;
    padding: 15px 10px 0px;
    text-align: center;
    width: 100px;
}

.newsdate {
    background-color: transparent;
    float: right;
    font-size: 14px;
    margin-top: 0px;
}


.skd-scale1 {
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

    .skd-scale1:hover {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        cursor: pointer;
        transform: scale(1.1);
    }

.skd-img-thumial {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0px;
}

.hr-blue20 {
    border-top: 5px solid #0183b9;
    text-align: center;
    width: 20%;
}

.skd-content-title {
    margin: 40px auto;
}

    .skd-content-title > h2 {
        color: var(--skd-blue);
        font-size: 50px;
        text-align: center;
    }

    .skd-content-title > p {
        font-size: 18px;
        line-height: 200%;
        text-align: justify;
        text-indent: 2em;
    }

.group tr td {
    text-align: center;
    vertical-align: middle !important;
}

    .group tr td i {
        font-size: 32px;
    }

.marginTop50per {
    margin: 25% auto;
}

.skd-h1-title {
    font-size: 4rem;
    font-weight: lighter;
    margin: 20px auto;
}

    .skd-h1-title > span:last-of-type {
        margin-left: 20px;
    }

.skd-bg-linerblue {
    background-color: #0066cc;
    background-image: -webkit-linear-gradient(-401deg, #0066cc 10%, #00aaff 90%);
    background-image: linear-gradient(131deg, #0066cc 10%, #00aaff 90%);
}

.skg-bg-linergreen {
    background-color: #339922;
    background-image: -webkit-linear-gradient(-401deg, #339922 10%, #66dc00 90%);
    background-image: linear-gradient(131deg, #339922 10%, #66dc00 90%);
}

.skd-table {
    position: relative;
}


    .skd-table thead tr th {
        background-color: #fafafa;
        border-bottom-width: 0px;
        border-left: 10px solid #ffffff;
        color: #58595b;
        padding: 30px 10px 30px 10px;
        text-align: center;
    }

        .skd-table thead tr th figure img, .info-table thead tr th figure img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

.info-table thead tr th {
    font-size: 1.5rem;
}

.skd-table thead tr th figure img {
    max-width: 5em;
}

.info-table thead tr th figure img {
    max-width: 3em;
}

.skd-table tbody tr:after {
    background-color: #ddd;
    content: "";
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.skd-table tbody tr > td {
    background-color: #fafafa;
    border-left: 10px solid #ffffff;
    border-top-width: 0px;
    /* font-size: 1.5rem; 
    font-weight: bolder;*/
}

    .skd-table tbody tr > td:first-child, .skd-table thead tr th:first-child {
        background-color: #ffffff;
        color: #4d4d4d;
        text-align: left;
    }

    .skd-table tbody tr > td:not(:first-child) {
        font-size: 2rem;
    }

.skd-table tbody tr:first-child td {
    border-top: 0px;
}

.skd-bgimg-cover-tr {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.skd-bg-v9-1 {
    background-image: url('Images/Banner/skd--bg-v91.jpg');
}

.skd-bg-v9-2 {
    background-image: url('Images/Banner/skd--bg-v92.jpg');
}

.v9-tab a {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.v9-tab li > a > i {
    font-size: 5rem;
}

.v9-tab > li > a > img {
    max-width: 100%;
    width: 100%;
}

.v9-tab > li > a:focus, .v9-tab li a:hover, .v9-tab li.active a {
    background-color: transparent;
    color: #79bf47;
    cursor: pointer;
}

.v9-tab li a:after {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    background: #79bf47;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transition: all .5s;
    width: 0%;
    z-index: 1000;
}

.v9-tab li.active a:after {
    left: 0;
    width: 100%;
}

.v9-table thead tr > th {
    border-width: 0px;
}

    .v9-table thead tr > th > figure > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 5em;
    }

.v9-table tbody tr td:first-child {
    color: #333 !important;
    text-align: left;
}

.v9-table tbody tr td:not(:first-child) {
    color: #79bf47;
}

.skd-bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 646px;
    position: relative;
    width: 1050px;
}

    .skd-bgimg img {
        height: 396px;
        left: 212px;
        position: absolute;
        top: 70px;
        width: 623px;
    }

.media-service .media {
    border: 1px solid #ddd;
    margin: 10px auto;
}

.skd-li-margintop10 li {
    margin-top: 10px;
}

.dxisControl_Moderno .dxis-nbItem .dxis-nbHoverItem > div,
.dxisControl_Moderno .dxis-nbSelectedItem > div {
    border: 0px;
}

.skd-no-radius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.skd-btn {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0px;
    border-width: 0px;
    margin: 15px auto;
    padding: 10px 15px;
    transition: all .5s;
}

.skd-btn-primary-circle, .skd-btn-primary-circle:visited, .skd-btn-primary-circle:focus, .skd-btn-primary-circle:active {
    -moz-border-radius: 25px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    background: -webkit-linear-gradient(left, #0183b9, #485bff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #0183b9, #485bff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #0183b9, #485bff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #0183b9, #485bff); /* ��׼���﷨ */
    border-radius: 25px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0px auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    vertical-align: middle;
}

    .skd-btn-primary-circle span, .skd-btn-primary-circle span :visited {
        color: white;
        position: relative;
    }

        .skd-btn-primary-circle span:last-of-type {
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            padding-left: 10px;
            right: 0px;
            transition: all 0.5s ease;
        }

    .skd-btn-primary-circle:hover {
        color: white;
        text-decoration: none;
    }

        .skd-btn-primary-circle:hover span:last-of-type {
            right: -10px;
        }

.skd-mark-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 2rem;
}

    .skd-mark-item .skd-number {
        font-size: 64px;
        font-weight: bold;
        line-height: 100%;
        /*color:var(--skd-green);*/
    }

    .skd-mark-item .skd-year {
        font-size: 42px;
        font-weight: lighter;
        line-height: 100%;
        padding-left: 3px;
        vertical-align: top;
        /*color: var(--skd-green);*/
    }

    .skd-mark-item h4 {
        font-weight: lighter;
        line-height: 100%;
    }

.skd-line {
    background: rgba(199, 199, 199, 0.4);
    display: inline-block;
    height: 88px;
    margin: 0px 25px;
    vertical-align: middle;
    width: 1px;
}

.skd-f-head {
    border-left: 3px solid #0183b9;
    display: inline-block;
    padding-left: 10px;
}

.skd-vertical-tabs > li > a > h1 {
    margin-bottom: 0;
    margin-top: 5px;
}

.skd-vertical-tabs > li > a > span {
    font-size: 1.2rem;
}

.skd-vertical-tabs > li > a > h1 i {
    font-size: 50px;
}

.skd-vertical-tabs > li a {
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-justify-content: center;
    -webkit-transition: all .5s ease;
    background: -webkit-linear-gradient(#525252, #504e4e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#525252, #504e4e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#525252, #504e4e); /* Firefox 3.6 - 15 */
    background: linear-gradient(#525252, #504e4e); /* ��׼���﷨ */
    /* height: 155px; */
    color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    transition: all .5s ease;
}

    .skd-vertical-tabs > li a:hover {
        color: #ffffff;
    }

.skd-vertical-tabs > li.active a, .skd-vertical-tabs > li.active a:focus, .skd-vertical-tabs > li.active a:visited {
    background: -moz-radial-gradient(rgba(1, 131, 185, 0.6), rgb(1, 131, 185));
    background: -o-radial-gradient(rgba(1, 131, 185, 0.6), rgb(1, 131, 185));
    background: radial-gradient(rgba(1, 131, 185, 0.6), rgb(1, 131, 185));
    color: #ffffff;
}

.skd-icon-primary {
    -moz-border-radius: 50%;
    -webkit-align-items: center;
    -webkit-border-radius: 50%;
    -webkit-justify-content: center;
    align-items: center;
    background-image: -webkit-linear-gradient(bottom, #01c2e6 0%, #1160ff 100%);
    background-image: -moz-linear-gradient(bottom, #01c2e6 0%, #1160ff 100%);
    background-image: -moz-linear-gradient(to top, #01c2e6 0%, #1160ff 100%);
    background-image: -o-linear-gradient(to top, #01c2e6 0%, #1160ff 100%);
    background-image: linear-gradient(to top, #01c2e6 0%, #1160ff 100%);
    background-repeat: repeat;
    border-radius: 50%;
    color: white;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-left: 10px;
    width: 50px;
}

    .skd-icon-primary > i {
        font-size: 24px;
    }

.media-body p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 150%;
}

.dxisControl_Moderno .dxis-nbItem .dxis-nbHoverItem {
    display: none !important; /* Hide Selection Frame */
}

.skd-news-img a {
    display: block;
    height: 80px;
    text-align: center;
    width: 80px;
}

    .skd-news-img a > img {
        max-height: 100%;
        max-width: 100%;
    }

.horner-title {
    height: 75px;
}

.address {
    background-color: white;
    padding: 10px;
    width: 400px;
}

    .address h4, .address h5 {
        line-height: 1;
    }

    .address p {
        font-size: 14px;
    }



.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.l-h-0 {
    line-height: 100%;
}

.skd-border-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.skd-main {
    overflow: hidden
}

.skd-controlgroup {
    margin-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

    .skd-controlgroup:after {
        border-bottom: 1px dashed #d9d9d9;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: -5%;
        position: absolute;
        right: -5%;
        width: auto;
    }

    .skd-controlgroup:last-child:after {
        border: 0px;
    }

    .skd-controlgroup.laptopTablet {
        min-height: 615px;
    }

    .skd-controlgroup > *:not(.quote-image) {
        max-width: 55%;
    }

    .skd-controlgroup.skd-right > *:not(.quote-image) {
        margin-left: 50%;
    }

@media (max-width: 767px) {
    .skd-controlgroup > *:not(.quote-image) {
        max-width: 100%;
    }

    .skd-controlgroup.skd-right > *:not(.quote-image) {
        margin-left: 0;
    }
}

.skd-controlgroup .quote-image {
    padding-top: 20px;
    position: static
}


.skd-controlgroup h1 {
    color: #404040;
    font-size: 56px;
    font-stretch: condensed;
    font-weight: bold;
    line-height: 110%;
    margin-top: 0px;
}

.skd-controlgroup h2 {
    color: #9c9c9c;
    font-size: 28px;
    font-stretch: condensed;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 30px;
}

.skd-controlgroup p {
    font-size: 14px;
    line-height: 150%;
}



.skd-controlgroup.skd-left .quote-image.skd-left .quote {
    left: 21%;
    position: relative;
    width: calc(27% + 107px);
}

@media (max-width: 767px) {
    .skd-controlgroup.skd-left .quote-image.skd-left .quote {
        left: 0;
        width: 100%;
    }
}


.skd-controlgroup.skd-right .quote-image.skd-right .quote {
    left: 70%;
    position: relative;
    width: 30%;
}

@media (max-width: 767px) {
    .skd-controlgroup.skd-right .quote-image.skd-right .quote {
        left: 0;
        width: 100%;
    }
}

.skd-controlgroup .quote-image .quote > div {
    -webkit-border-radius: 5px;
    background-color: #e9f6fc;
    border-radius: 5px;
    font-size: 14px;
    font-style: italic;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}



.skd-controlgroup .quote-image .image-container {
    position: absolute;
    top: -65px;
}

.skd-controlgroup.skd-left .quote-image.skd-left .image-container.laptopTablet {
    left: calc(50% - 88px);
}

.skd-controlgroup.skd-right .quote-image.skd-right .image-container.laptopTablet {
    right: calc(50% - 88px)
}

@media (max-width: 767px) {
    .skd-controlgroup.skd-right .quote-image.skd-right .image-container.laptopTablet {
        right: auto
    }
}

@media (max-width: 767px) {
    .skd-controlgroup.skd-right .quote-image.skd-right .image-container.laptopTablet .mainDeviceFrame {
        right: 0px;
    }
}

@media (max-width: 767px) {
    .skd-controlgroup .quote-image .image-container {
        position: relative;
        top: 0px;
    }
}


.skd-controlgroup .quote-image .image-container.laptopTablet {
    height: 745px;
    width: 1049px;
}

@media (max-width: 767px) {
    .skd-controlgroup .quote-image .image-container.laptopTablet {
        height: 470px;
        width: 100%;
    }

    .skd-controlgroup.skd-left .quote-image.skd-left .image-container.laptopTablet {
        left: auto;
    }
}

.skd-controlgroup .quote-image .image-container.laptopTablet .mainDeviceFrame {
    -ms-background-repeat: no-repeat;
    -ms-background-size: cover;
    background-image: url('/content/Images/solutions/v10/laptop.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 646px;
    position: absolute;
    width: 1049px;
}

@media (max-width: 767px) {
    .skd-controlgroup .quote-image .image-container.laptopTablet .mainDeviceFrame {
        height: 470px;
        width: 768px;
    }
}

.skd-controlgroup .quote-image .image-container .mainDeviceFrame img {
    left: 196px;
    position: relative;
    top: 100px;
    width: 660px;
}

@media (max-width: 767px) {
    .skd-controlgroup .quote-image .image-container .mainDeviceFrame img {
        left: 144px;
        top: 73px;
        width: 483px;
    }
}

.skd-contact {
    border-radius: 10px;
    cursor: pointer;
    min-width: 235px;
    padding: 5px 10px;
    transition: box-shadow 1s;
}

    .skd-contact:hover {
        background-image: linear-gradient(135deg, #4284db, #29eac4);
        box-shadow: 0px 0px 40px 0px #eee;
        color: #ffffff;
    }

/*********************************移动设备开始************************************/

@media screen and (max-width: 767px) {
    #skd-home-navbar {
        width: 100%;
    }

    #skd-collapse > .navbar-right > li {
        border-top: 1px solid #eee;
    }

    .skd-nav-tabwhite li a img, .skd-nav-tabwhite li a span {
        display: none;
    }

    .skd-nav-tabwhite > li > a:hover, .skd-nav-tabwhite > li > a:focus, .skd-nav-tabwhite > li.active > a, .skd-nav-tabwhite > li.active > a:focus, .skd-nav-tabwhite > li.active > a:hover {
        background-color: #0183b9;
        color: white;
    }

        .skd-nav-tabwhite > li.active > a > h1 > i {
            /* color: #0183b9 !important; */
            color: white !important;
        }
}

.skd-caption {
    color: #555;
    height: 200px;
    overflow: hidden;
    padding: 9px;
}

    .skd-caption h3 {
        line-height: 100%;
    }

    .skd-caption p {
        font-size: 14px;
        line-height: 1.5;
    }

    .skd-caption h3 a, .skd-caption h3 a:hover, .skd-caption h3 a:active, .skd-caption h3 a:visited {
        text-decoration: none;
    }


@media (min-width: 992px) {
    .skd-caption a {
        font-size: 20px
    }

        .skd-caption a small {
            font-size: 16px;
        }
}

/***********************移动设备结束******************************/

.p-0 {
    padding: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.skd-list-group {
    list-style-type: none;
}

.skd-list-group-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 0px;
    position: relative;
}

    .skd-list-group-item i {
        left: -30px;
        position: absolute;
        top: calc(50% - 7px);
    }

.thumbnail a {
    transition: all 0.5s;
}

.skd-thumbnail-br-bs {
    display: block;
    overflow: hidden;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 0px;
    line-height: 180%;
    padding: 0px;
    box-shadow: 0px 0px 10px lightgrey;
}

    .skd-thumbnail-br-bs .caption {
        padding: 10px;
    }

.media-digital {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: white;
    font-weight: bolder;
    margin-top: 10px;
}

.carousel-primary .carousel-control, .carousel-green .carousel-control {
    background-image: none !important;
}

.carousel-primary .carousel-indicators li, .carousel-green .carousel-indicators li {
    width: 15px;
    height: 15px;
}

.carousel-primary .carousel-indicators .active, .carousel-green .carousel-indicators .active {
    width: 17px;
    height: 17px;
}

.carousel-primary .carousel-indicators li {
    border: 2px solid var(--skd-blue);
}

.carousel-green .carousel-indicators li {
    border: 2px solid var(--skd-green);
}

.carousel-primary .carousel-control {
    color: var(--skd-blue);
}

.carousel-primary .carousel-indicators .active {
    background-color: var(--skd-blue) !important;
}

.carousel-green .carousel-control {
    color: var(--skd-green);
}

.carousel-green .carousel-indicators .active {
    background-color: var(--skd-green) !important;
}

.skd-row-col-m-t-3 .col-md-3 {
    margin-top: 2rem;
}
