body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

#navbar ul li a {
    cursor: pointer;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.carousel {
    height: 800px;
    margin-bottom: 60px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 800px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 800px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.featurette-divider {
    margin: 30px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 768px) {
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

#navbar ul li a {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
}

.navbar-brand {
    padding: 9px 15px;
}

.content {
    top: 400px;
}

.navbar-default {
    background: none;
    border: none;
    padding-top: 40px;
}

.margin {
    margin: 10px;
}

.move {
    position: absolute;
    top: 2px;
    background: #2187e7;
    width: 0px;
    height: 1px;
    z-index: 999999999;
    animation: moveload 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: moveload 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    box-shadow: 0px 0px 15px 2px #2187e7;
}

@keyframes moveload {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes moveload {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.nav > li > a {
    font-size: 18px !important;
    padding: 10px 20px !important;
}

header .navbar-default.scrolled {
    background: #ffffff;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid black;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 0px;
}

header .navbar-default {
    background: none;
    border: none;
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 75px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        padding: 8px;
        margin-left: 10px;
    }

    #btn {
        margin-top: 10px;
    }
}

.mode1 {
    position: absolute;
    background-color: #3a3a3a;
    width: 100%;
    z-index: 9999999;
}

.mode2 {
    position: absolute;
    bottom: 0px;
    background-color: #3a3a3a;
    width: 100%;
    z-index: 9999999;
}

.over {
    overflow: hidden;

}

.row .col-md-4 button {
    margin: 20px;
}

/*top-begin*/
#top {
    position: relative;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/background.jpg") no-repeat center center fixed;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/background.jpg") no-repeat center center fixed;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/background.jpg") no-repeat center center fixed;
    background: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/background.jpg") no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: table;
    color: #ffffff;
}

header a {
    text-decoration: none;
    color: #FFFFFF;
}

/*top-end*/

.input-padding {
    padding: 15px 30px;
}

.text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text h1 {
    /*text-shadow: 2px 2px 2px #000, 0px 0px 10px black, 0px 0px 20px #fff;*/
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 4em;
    padding-bottom: 20px;
}

/*.text h3 {
    text-shadow: 1px 1px 1px #000, 0px 0px 10px black, 0px 0px 20px #fff;
}*/

.content-button {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
}

.btn-cover {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

.btn-cover:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

.row a {
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.btn-margin {
    max-width: 900px;
    padding-top: 30px;
}

/*svg--begin*/
#svg_01 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dd 4s ease infinite;
    animation: dd 4s ease infinite;
}

@-webkit-keyframes dd {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dd {
    to {
        stroke-dashoffset: 0;
    }
}

.count {
    font-size: 26px;
    color: #666;
}

.unit {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

/*svg--end*/

.toggle {
    position: relative;
    width: 100%;
    height: 360px;
}

.float {
    width: 910px !important;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    color: #434343;
    text-align: center;
}

.float li {
    float: left;
    margin: 0px 30px;
    width: 25%;
    list-style: none;
}

.float li i {
    margin: 0 auto;
}

/*ul*/

.fastfood {
    background: url("../images/manager_01.png");
}

.clothes {
    background: url("../images/manager_03.png");
}

.erp {
    background: url("../images/manager_04.png");
}

.hospital {
    background: url("../images/manager_05.png");
}

.fastfood, .clothes, .erp, .hospital {
    display: block;
    width: 96px;
    height: 72px;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.float span {
    margin-top: 30px;
}

/*ul*/
.con .row .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
}

.container .li {
    width: 116px;
    height: 116px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
}

.container .li .ico {
    width: 102px;
    height: 102px;
    background: #cecfcb url("../images/ico.png");
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 50%;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
}

.container .li .on {
    background-color: #9bc200;
    /*    -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);*/
    border-radius: 0%;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
}

.container .li .first {
    background-position: 0px 0px;
}

.container .li .second {
    background-position: -204px 0px;
}

.container .li .third {
    background-position: -510px 0px;
}

.container .li .fourth {
    background-position: -102px 0px;
}

.container .row p {
    padding-top: 20px;

}

/*download star*/
.download {
    position: relative;
    border-bottom: 1px solid #676866;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/productnew.jpg") no-repeat center center fixed;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/productnew.jpg") no-repeat center center fixed;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/productnew.jpg") no-repeat center center fixed;
    background: linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/productnew.jpg") no-repeat center center fixed;
    width: 100%;
    height: 260px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    display: table;
    color: #FFFFFF;
}

.contact {
    background: rgba(0, 0, 0, 0.6);
    width: 50%;
    margin: 30px auto;
}

.btn-download {
    border-radius: 5px;
    height: 50px;
    background-color: #0a4d86;
    border: 1px solid #116cbb;
    color: #FFFFFF;
    line-height: 30px;
}

.btn-download:hover {
    background-color: #125186;
    color: #FFFFFF;
}

.btn-margin h2, .btn-margin h5 {
    text-shadow: 2px 2px 2px #000, 0px 0px 10px black, 0px 0px 20px #fff;
}

/*download end*/
footer dl {
    font-size: 15px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

footer dt {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}

footer dd {
    margin: 5px 0px;
    color: #959594;
    cursor: pointer;
}

#line a:link {
    color: #ffffff;
}

#line a:visited {
    color: #ffffff;
}

#line a:hover {
    color: #ffffff;
}

#line a:active {
    color: #ffffff;
}
#coloum .row{
    margin: 15px;
}
#coloum div a{
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

#col dl dd{
    letter-spacing: 1px;
}

#col dd a{
    font-size: 15px;
    color: #959594;
    letter-spacing: 1px;
}

#col dd a:link{
    color: #959594;
    text-decoration:none;
}

#col dd a:visited{
    color: #959594;
    text-decoration:none;
}

#col dd a:hover{
    color: #959594;
    text-decoration:none;
}

#col dd a:active{
    color: #959594;
    text-decoration:none;
}