html, body, * {
    font-family: "Microsoft YaHei";
    
    color: #7b7b7b;
}
a:hover {
    color: #454545;
    text-decoration: none;
}
a {
    color: #454545;
    text-decoration: none;
}
.navbar-nav a {
    font-size: 16px;
}
.about-title p {
    color: #000;
}
html {
    height: 100%;
}
body {
    padding-top: 70px;
    margin: 0;
    
    line-height: 1.5;
    position: relative;
    height: 100%;
    background: #fafafa;
}
.navbar-inverse {
    background-color: #000;
    border-color: #000000;
    padding: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #d3d3d3;
}
#header-search {
    width: 0px;
    overflow: hidden;
}
.navbar-form input {
    background: #565656;
    color: #eaeaea;
    border: none;
}
body .main {
    padding-top: 19px;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand .logo {
    position: absolute;
    top: 0px;
    padding: 6px;
    height: 70px;
}
.navbar-brand .brand-text {
    float: left;
    color: #ffffff;
}
.navbar-brand .brand-text .sub-title, .navbar-brand .brand-text .site-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fbf5ed;
}

.main-footer {
    background: #1b1e41;
    padding: 35px;
    color: #959595;
}

.main-footer .widget .friend-links a {
    border: none;
}
.main-footer .widget .friend-links a:hover {
    border: none;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
    color: #959595;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
    color: #e67e22;
}
.main-footer .widget .recent-post .recent-single-post .date {
    color: #505050;
}
.copyright {
    background: #171a39;
    font-size: 13px;
    text-align: center;
    color: #555555;
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright span {
    margin: 0 .5em;
}
.copyright a {
    color: #555555;
}
.swiper-container {
    width: 100%;
    text-align: center;
}
.content-slide {
    color: #fff;
    position: relative;
}
.content-slide .slide-text {
    width: 30%;
    height: auto;
    position: absolute;
    top: 20%;
    right: 15%;
    z-index: 9;
    text-align: center;
}
.content-slide .slide-text .title {
    font-size: 1.8vw !important;
    font-size: 24px;
}
.content-slide .slide-text .description {
    font-size: .9vw !important;
    font-size: 16px;
}
.content-slide .slide-text .slide-divider {
    width: 100px;
    margin: 20px auto;
    border-top: 1px solid grey;
}
.swiper-container .pagination {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #fff;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
    border: 1px solid #0c4aaf;
}
.swiper-visible-switch.swiper-active-switch {
    background: #000000;
}
#product-slider {
    padding: 0px 5%;
}
#product-slider .swiper-container{
    margin: 5% 0px;
}
#product-slider .arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 52%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}
#product-slider .arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 52%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}
#product-slider .swiper-container .pagination {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
}

hr.divider {
    width: 100px;
    margin: 10px auto;
    border-top: 1px solid #a5a5a5;
}
h1.divider:after, h2.divider:after, h3.divider:after, h4.divider:after, h5.divider:after, h6.divider:after {
    content: "";
    width: 150px;
    margin-left: 10px;
    display: inline-block;
    border-top: 1px solid #a5a5a5;
    position: relative;
    bottom: 7px;
}
h1.divider:before, h2.divider:before, h3.divider:before, h4.divider:before, h5.divider:before, h6.divider:before {
    content: "";
    width: 150px;
    margin-right: 10px;
    display: inline-block;
    border-top: 1px solid #a5a5a5;
    position: relative;
    bottom: 7px;
}
@media (max-width: 768px) {
    h1.divider:after, h2.divider:after, h3.divider:after, h4.divider:after, h5.divider:after, h6.divider:after {
        width: 70px;
    }
    h1.divider:before, h2.divider:before, h3.divider:before, h4.divider:before, h5.divider:before, h6.divider:before {
        content: "";
        width: 70px;
    }

    #product-slider .arrow-left {
        top: 50%;
    }
    #product-slider .arrow-right {
        top: 50%;
    }
}
.solution-img {
    width: 75%;
    margin: auto;
}
/* 超小屏幕（手机，小于 768px） */
.index-about {
    height: 260px;
    width: 95%;
    margin: auto;
}
.index-about .about-title {
    font-size: 22px;
    font-weight: 500;
    width: 250px;
    color: #000;
    margin: auto;
    margin-top: 10%;
    padding: 5px;
    /*background: url(../images/label.png) no-repeat;*/
    background-size: 100% 100%;
    margin-bottom: 50px;
}
.index-about .about-description {
    font-weight: 600;
    color: #424242;
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
    .index-about {
        height: 280px;
        width: 90%;
    }
    .index-about .about-title {
        margin-bottom: 10px !important;
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .index-about {
        height: 290px;
        width: 80%;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .index-about {
        height: 370px;
        width: 75%;
    }
}
footer, .main-footer .nav li a {
    background: transparent;
    color: #fff;
}
.right-content {
    background: url(../images/left-bg.png) left;
    background-repeat : repeat-y;
    padding-left: 20px;
    padding-top: 50px;
    padding: 30px;
    min-height: 600px;
}
@media (max-width: 768px) {
    .right-content {
        padding: 10px;
        background: none;
    }
}

.list-category {
    height: 100%;
    text-align: right;
    padding: 75px 0px;
    background-repeat: repeat-y;
}
.list-category:after {
    content: ' ';
    position: absolute;
    top: 0px;
    height: 100%;
    width: 5px;
    background: url(../images/left-bg.png) left;
    background-color: #fafafa;
    background-repeat: repeat-y;
}
.list-category .list-group .list-group-item {
    border-color: transparent;
    border-radius: 0px;
    font-weight: 600;
    background: #fafafa;
}
.list-category .list-group-item a {
    color: #5a5a5a;
    padding-right: 8px;
}
.list-category .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #5a5a5a;
    border-right: 1px solid #1b1e41;
    background-color: #f2f2f2;
}
.list-category .collapse li, .list-category .collapsing li {
    padding: 5px 0px;
}
.list-category .collapse li a, .list-category .collapsing li a {
    color: #6d6d6d;
    font-weight: 400;
}
.cat-header {
    padding: 20px 65px 30px 65px;
}
@media (max-width: 768px) {
    .cat-header {
        padding: 0px;
    }
}
.cat-header img:first-child {
    width: 100%;
}
.post-title {
    color: #2b5db6;
    font-weight: 600;
    font-size: 24px;
}
.cat-header p {
    text-align: center;
    margin: 20px 0px !important;
}
.row.product {
    margin-top: 20px;
}
.product-img {
    background: #ededed;
    padding: 20px 10px;
}
.product-img img {
    margin: auto;
}
.dropdown-menu {
    background: #000;
}
.dropdown-menu li>a {
    color: #fafafa;
}
#contact p {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
}
#enterprise-honor .honor {
    margin-top: 50px;
}
#enterprise-honor .honor {
    position: relative;
}
#enterprise-honor .honor .side-out {
    position: absolute;
    top: 0px;
    left: -100%;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background: #00000087;
}
#enterprise-honor .honor .side-out h4 {
    margin-top: 25%;
}
#enterprise-honor .honor .side-out h4 a {
    color: #f1f1f1;
}
#enterprise-honor .honor img {
    height: 120px;
}
#enterprise-honor .nav .vertical-divider {
    margin: 0px 5px;
    color: #cccccc;
}
#enterprise-honor .nav .vertical-divider:last-child {
    display: none;
}
#enterprise-honor .nav a {
    padding: 4px 11px;
    background: #f1f1f1;
    border-radius: 4px;
}
#enterprise-honor .tab-active {
    background: #0b4baf !important;
    border-radius: 4px;
    color: white;
}
.list-group-item {
    border: none;
    margin-top: 10px;
}
.navbar-fixed-top {
    border: none;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #a8a8a8;
    margin-top: 8px;
    margin-right: -11px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #a8a8a8;
}

.dropdown-submenu.pull-left {
    float: none;
}
.list-group li.active a {
    color: #0b4baf;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-nav>li>.dropdown-menu {
    text-align: right;
}
footer .nav {
    border-right: 1px solid;
    text-align: center;
}
footer .col-xs-6 {
    padding: 0px;
}