body{
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
    background-color: #FFFFFF;
    background-image: url("img/body-bg.jpg");
    background-repeat:no-repeat;
    background-size: cover;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

section {
    padding: 40px 0;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}



/* ----------
 * Navbar
 * ---------*/
.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.navbar .container {
    position: relative;
}

.navbar-default {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #3B3B3B;
    font-weight: normal;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #1AA8DE;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #1AA8DE;
}
.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    color: #1AA8DE;
    background-color: transparent;
}
.navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-toggle {
    margin: 10px 0 0 15px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border: none;
    background: #f3f3f3;
}
.navbar-default .navbar-toggle i {
    font-size: 31px;
}
.navbar-default .navbar-collapse {
    float: right;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
        padding-left: inherit;
        padding-right: inherit;
    }
}
@media screen and (max-width: 992px) {
    .navbar-default .navbar-collapse {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-height: none;
    }
}

.navbar-transparent {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-no-background {
    background: none !important;
    border: none;
    z-index: 9999;
}
@media screen and (max-width: 992px) {
    .navbar-no-background {
        position: absolute;
        background: rgba(35, 35, 35, 0.95) !important;
    }
    .navbar-no-background .main-navbar-nav > li {
        border-bottom-color: #424242;
    }
    .navbar-no-background .main-navbar-nav > li a:focus {
        color: #fff;
    }
    .navbar-no-background .main-navbar-nav .dropdown > .dropdown-menu {
        background-color: #232323;
    }
    .navbar-no-background .main-navbar-nav .dropdown > .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-no-background .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu {
        background-color: #232323;
    }
    .navbar-no-background .main-navbar-nav .dropdown-mega .dropdown-menu li a,
    .navbar-no-background .main-navbar-nav .dropdown-mega .dropdown-menu li > span {
        color: #fff;
    }
    .navbar-no-background .secondary-navbar-nav > li a:focus {
        color: #fff;
    }
}

.main-navbar-nav {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* main menu top level*/
    /* submenu */
}
.main-navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1;
}
.main-navbar-nav li > .dropdown-menu {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 225px;
    border: none;
    border-top: 2px solid #1AA8DE;
}
.main-navbar-nav li > .dropdown-menu > li > a {
    padding: 10px 20px;
    position: relative;
    color: #3B3B3B;
}
.main-navbar-nav li > .dropdown-menu > li > a:hover, .main-navbar-nav li > .dropdown-menu > li > a:focus {
    color: #1AA8DE;
    background-color: transparent;
}
.main-navbar-nav li > .dropdown-menu > li > a i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
}
@media screen and (min-width: 993px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
        margin-top: -2px;
    }
}
@media screen and (max-width: 992px) {
    .main-navbar-nav > li {
        border-bottom: 1px solid #f3f3f3;
    }
    .main-navbar-nav > li:last-child {
        border-bottom: none;
    }
    .main-navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .main-navbar-nav .dropdown-toggle > i {
        position: absolute;
        right: 15px;
    }
    .main-navbar-nav .dropdown > .dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        background-color: #f9f9f9;
    }
    .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu {
        position: relative;
        left: 0;
        border-top: none;
        background-color: #f9f9f9;
    }
    .main-navbar-nav .dropdown > .dropdown-menu .dropdown .dropdown-menu li {
        padding-left: 10px;
    }
}



@media screen and (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .main-navbar-nav.navbar-nav,
    .main-navbar-nav.navbar-nav > li {
        float: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
}
.navbar-default .navbar-nav > li > a.btn-navbar span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    border: #1AA8FF;
    background-color: #1AA8DE;
    padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a.btn-navbar span:hover, .navbar-default .navbar-nav > li > a.btn-navbar span:focus {
    background-color: #1AA8DE;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.widget {
    margin-bottom: 60px;
}
.widget .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #636363;
}

/* ----------
 * Separator
 * ---------*/
.separator {
    width: 10px;
    height: 10px;
    margin: 10px auto;
    background: #1AA8DE;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #1AA8DE;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #1AA8DE;
    content:"";
    display: inline-block;
    margin-right: 20px;
}



/* ----------
 * softwares
 * ---------*/
.softwares{}
.softwares .software{}
.softwares .software:hover .software_icon{
    border-color:#1AA8DE;
    transform: rotate(45deg);
}
.softwares .software:hover .software_icon i{
    transform: rotate(-45deg);
}
.softwares .software:hover h4{
    color:#1AA8DE;
}
.softwares .software .software_icon{
    border:1px solid #ddd;
    width:70px;
    height: 70px;
    line-height: 70px;
    margin:20px auto;
    transition: all 0.6s;
}
.softwares .software i{
    margin-bottom:30px;
    color:#1AA8DE;
    transition: all 0.6s;
}
.softwares .software h4{
    transition: all 0.6s;
}



/* ----------
 * solution
 * ---------*/
.solution {
    background-color: #F2F2F2;
    border-left: 2px solid #fff;
}
.solution .top {
    position: relative;
    padding-top: 20px;
    margin: 0 -15px;
    text-align: center;
    background-color: #71787B;
}
.solution .top:before, .solution .top:after {
    content: '';
    position: absolute;
    top: 45px;
    height: 65%;
    width: 50%;
    background: #71787B;
}
.solution .top:before {
    -moz-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    -webkit-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    left: 0;
}
.solution .top:after {
    -moz-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    -webkit-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    right: 0;
}
.solution .top .heading,
.solution .top .pricing {
    position: relative;
    z-index: 1;
    font-family: Raleway, sans-serif;
    color: #fff;
}
.solution .top .heading {
    margin-bottom: 5px;
    font-size: 18px;
}
.solution .top .pricing {
    font-size: 20px;
}
.solution .bottom {
    padding: 40px 10px;
    text-align: center;
}
.solution .btn-default {
    background-color: #71787B;
    border-color: #5d6366;
    color: #fff;
}
.solution .btn-default:hover, .solution .btn-default:focus {
    background-color: #5d6366;
}
.solution ul.list-details {
    margin-bottom: 40px;
    font-size: 14px;
}
.solution ul.list-details > li {
    margin-bottom: 15px;
}
.solution.solution-recommended .top,
.solution.solution-recommended .top:after,
.solution.solution-recommended .top:before {
    background-color: #1AA8DE;
}
@media screen and (max-width: 992px) {
    .solution {
        margin-bottom: 30px;
    }
}





/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1AA8DE;
}
.bs-callout-info h4 {
    color: #1AA8DE;
}



.page-content {
    margin: 40px 0 80px 0;
}

/* --------------
 * Breadcrumbs
 * -------------*/
.breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 0px;
    text-align: right;
    font-size: 13px;
    color: #8c8c8c;
}
.breadcrumb > li.active {
    color: #1AA8DE;
}
.breadcrumb > li + li:before {
    color: #999;
}
.breadcrumb a {
    color: #8c8c8c;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    text-decoration: none;
    color: #1AA8DE;
}
.breadcrumb.link-accent > li.active {
    color: inherit;
}
.breadcrumb.link-accent a {
    color: #999;
}
.breadcrumb.link-accent a:hover, .breadcrumb.link-accent a:focus {
    text-decoration: none;
    color: #1AA8DE;
}




/* --------------------------------------
 * Blog post list and single post item
 * --------------------------------------*/
.entry-post {
    position: relative;
    font-size: 16px;
}
.entry-post .media {
    float: left;
    width: 330px;
}
.entry-post .media .media-attribution {
    font-size: 12px;
}
.entry-post .entry-content {
    padding-left: 350px;
}
.entry-post .entry-header {
    margin-bottom: 20px;
}
.entry-post .entry-title {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 0.8;
}
.entry-post .entry-title a {
    font-size: 22px;
    line-height: 1.6;
    color: inherit;
}
.entry-post .entry-title a:hover, .entry-post .entry-title a:focus {
    color: #1AA8DE;
}
.entry-post .meta-line > span {
    margin-right: 15px;
    font-size: 13px;
    color: #bfbfbf;
}
.entry-post .meta-line a {
    color: inherit;
    text-decoration: underline;
}
.entry-post .meta-line a:hover, .entry-post .meta-line a:focus {
    text-decoration: none;
}
.entry-post .meta-line i {
    font-size: 15px;
    margin-right: 8px;
}
.entry-post .read-more {
    margin-top: 30px;
}
.entry-post.entry-post-fullwidth .media {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.entry-post.entry-post-fullwidth .entry-content {
    padding-left: 0;
}
.entry-post.entry-post-single {
    margin-bottom: 50px;
}
.entry-post.entry-post-single .entry-header {
    margin-bottom: 45px;
}
.entry-post.entry-post-single .entry-title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #737373;
}
.entry-post.entry-post-single .entry-lead {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ababab;
}
.entry-post.entry-post-single .media {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.entry-post.entry-post-single .section-heading {
    margin-top: 0;
    font-family: inherit;
    font-size: 21px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .entry-post .media {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .entry-post .entry-content {
        padding-left: 0;
    }
    .entry-post.entry-post-single .meta-line {
        font-size: 14px;
    }
}

.post-social-sharing {
    margin-bottom: 60px;
}
.post-social-sharing .section-heading {
    display: inline;
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 16px;
}
.post-social-sharing .social-icons {
    display: inline;
}
@media screen and (max-width: 768px) {
    .post-social-sharing {
        margin-top: 15px;
        text-align: left;
    }
}

.post-author-info {
    padding: 0;
    margin-bottom: 60px;
}
.post-author-info .media-left {
    padding-right: 20px;
}
.post-author-info .author-name {
    font-size: 22px;
    color: inherit;
}
.post-author-info .author-title {
    font-size: 16px;
    color: #ababab;
}

/* related post */
.related-posts {
    padding: 0;
    margin-bottom: 50px;
}

.related-post-list img {
    width: 275px;
    max-width: 100%;
}
.related-post-list a {
    display: block;
    color: #737373;
}
.related-post-list a:hover, .related-post-list a:focus {
    color: #1AA8DE;
}
.related-post-list .post-title {
    margin-top: 10px;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .related-post-list li {
        margin-bottom: 30px;
    }
    .related-post-list li:last-child {
        margin-bottom: 0;
    }
    .related-post-list img {
        width: 100%;
    }
}

/* comments */
.comments .media {
    margin-top: 50px;
}
.comments .media-left {
    float: left;
}
.comments .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
}
.comments .avatar.anonymous {
    font-size: 22px;
    background-color: #ccc;
    color: #8c8c8c;
    text-align: center;
    line-height: 45px;
}
.comments .comment-author {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
}
.comments .comment-author a {
    color: inherit;
}
.comments .timestamp {
    font-size: 12px;
    color: #bfbfbf;
}
.comments .comment-by-author {
    padding: 15px;
    background: #F8F8F8;
}

/* recommended posts */
.recommended-posts > li {
    margin-bottom: 10px;
}
.recommended-posts .post-title {
    font-size: 16px;
    line-height: 40px;
}

.post-entry-sidebar .post-title a {
    color: #878787;
}
.post-entry-sidebar .post-title a:hover, .post-entry-sidebar .post-title a:focus {
    color: #1AA8DE;
}
.post-entry-sidebar .timestamp {
    font-size: 12px;
    color: #bfbfbf;
}
.post-entry-sidebar .left {
    float: left;
}
.post-entry-sidebar .right {
    padding-left: 60px;
}

.post-entry-simple {
    margin-bottom: 30px;
}
.post-entry-simple .post-title {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
}
.post-entry-simple .post-title a {
    color: inherit;
}
.post-entry-simple .post-title a:hover, .post-entry-simple .post-title a:focus {
    color: #1AA8DE;
}
.post-entry-simple .post-date {
    font-size: 12px;
    color: #bfbfbf;
}
.post-entry-simple .post-date i {
    margin-right: 3px;
}

.categorized-posts .section-heading {
    margin-top: 0;
}
.categorized-posts .heading {
    margin-bottom: 0;
}
.categorized-posts .see-all-posts {
    line-height: 42px;
}


/*
 * footer
 *
 */
.footer {
    width: 100%; height: auto;
    padding: 0 5% 25px 5%; overflow: hidden;
    background-color: #2d2d2d; background: url(img/footer-bg.png) no-repeat; background-size: 100% 100%;
    color:#FFFFFF; font-family:"Microsoft Yahei"; font-size: 13px; text-align: center; }

    .footer div { width: 85%; margin: 0 auto; padding-top: 5px;}
    .footer a, .footer a:visited, .footer a:link{ text-decoration: none; background-color: transparent; color: #FFFFFF; cursor: pointer; font-weight: bold; }
    .footer a:hover{ color: #FFB94F; }
