 .navbar-inverse {
        /*background: #808080;*/
    }
    #header_wrapper {
        background:rgba(0,0,0,.4);
        /*padding:12px 0 20px;*/
    }
    .navbar-toggle {
        /*margin-top:8px;*/
        padding: 20px 10px;
    }
    .pricing-container {
        background: white;
    }
    #service {
        background: white;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        text-decoration: none;
        color: #89baea;

}
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #89baea;
    }
    /*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {*/
        /*color:#6FA0CB;*/
    /*}*/
    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }
    .navStyle ul {
        padding: 8px 0 0 0;
    }
    .flag-en {
        background:url(../img/index/flag.png) no-repeat 0 -28px;
        padding-left: 18px;
    }
    .flag-chinese {
        background:url(../img/index/flag.png) no-repeat 0 2px;
        padding-left: 18px;
    }
    /*.navbar-inverse .navbar-nav > li > a:hover {*/
        /*color: #6FA0CB;*/
    /*}*/
    #header_wrapper a,h1,h2,h3,h4,h5,h6,p {
        font-family:"微软雅黑";
    }
    #header_wrapper a {
        font-weight: normal;
    }
    .top_left_cont h3 {
        font-size: 32px;
        color: #FFF;
        line-height: 52px;
        margin: 0 0 26px 0;
        font-family: 'Raleway', sans-serif;
        text-align: left;
        text-transform: capitalize;
    }
    .top_left_cont {
        padding:50px 0;
    }
    #hero_section img {
        margin:0 auto;
    }

    .page_section {
        padding:40px 0 !important;
    }
    .contact_section {
        margin:0 0 30px 0;
    }
    .mfp-img {
        background: #DDEBF4;
    }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        color: #333;
    }
    .carousel > .left, .carousel > .right {
        background-image: none;
    }
    .glyphicon-left {
        background: url(../img/index/lun.png) no-repeat 0 0;
        left: 0;
    }
    .glyphicon-right {
        background: url(../img/index/lun.png) no-repeat -51px 0;
        right: 0;
    }
    .glyphicon-left,.glyphicon-right {
        display: none;
        position: absolute;
        top:50%;
        margin-top:-70px;
        width:49px;
        height:140px;
    }
    .carousel:hover .glyphicon-left,.carousel:hover .glyphicon-right {
        display: inline-block;
    }
    .glyphicon-left:hover {
        background: url(../img/index/lun.png) no-repeat -153px 0;
    }
    .glyphicon-right:hover {
        background: url(../img/index/lun.png) no-repeat -102px 0;
    }
    a:hover {
        text-decoration: none;
    }
    .carousel-control,.carousel-control:hover {
        opacity: 1;
    }
    .carousel-indicators li {
        width: 18px;
        height: 18px;
        margin: 0;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        /*background-color: rgba(0, 0, 0, 0);*/
        background-color: rgba(46,107,166,0.4);
        border: none;
        border-radius: 18px;
    }
    .carousel-indicators .active {
        width: 18px;
        height: 18px;
        background-color: rgba(46,107,166,1);
    }
    @media only screen and (max-width:1024px) {
        .nav > li > a {
            padding:10px 10px;
        }
    }
    @media only screen and (max-width:767px) {
        .logo {
            margin-top:15px;
        }
        .carousel-control .glyphicon{
            display: none;
            visibility: hidden;
        }
        .carousel-indicators {
            bottom:-5px;
        }
        .carousel-indicators li {
            width: 6px;
            height: 6px;
            border-radius: 6px;
        }
        .carousel-indicators .active {
            width: 6px;
            height: 6px;
        }
        #id_hardware_content > div > div {
            height: 450px;
        }
        .product_features_content_en .gallery-item {
            text-align: center;
        }
        .product_features_content_en .gallery-thumb, .product_features_content .gallery-thumb {
            width:50%;
            margin:0 auto;
        }
        .product_features_content_en > div > div {
            height: 400px;
        }
    }
    @media only screen and (max-width: 410px) {
        #hero_section-pull_left2 {
            /*margin-left: 0 !important;*/
        }
    }