/*! CSS Used from: http://demoall.zancms.com/8042/skin/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-phone:before {
    content: "\f095";
}

.fa-reorder:before {
    content: "\f0c9";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

/*! CSS Used from: http://demoall.zancms.com/8042/skin/css/bootstrap.min.css */
body {
    margin: 0;
}

aside,
figure,
footer,
header,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

input {
    margin: 0;
    font: inherit;
    color: inherit;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

h1,
h3,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul {
    margin-bottom: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-3,
.col-md-5,
.col-md-7,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {

    .col-sm-12,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width:992px) {

    .col-md-3,
    .col-md-5,
    .col-md-7,
    .col-md-9 {
        float: left;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }
}

.collapse {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.row:after {
    clear: both;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

/*! CSS Used from: http://demoall.zancms.com/8042/skin/css/lightbox.css */
body:after {
    content: url(//cdn.xuansiwei.com/mbe5g7k/skin/images/close.png) url(//cdn.xuansiwei.com/mbe5g7k/skin/images/loading.gif) url(//cdn.xuansiwei.com/mbe5g7k/skin/images/prev.png) url(//cdn.xuansiwei.com/mbe5g7k/skin/images/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(//cdn.xuansiwei.com/mbe5g7k/skin/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(//cdn.xuansiwei.com/mbe5g7k/skin/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(//cdn.xuansiwei.com/mbe5g7k/skin/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(//cdn.xuansiwei.com/mbe5g7k/skin/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*! CSS Used from: http://demoall.zancms.com/8042/skin/css/main.css */
*,
*:after,
*:before {
    box-sizing: border-box;
}

a {
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #f7c51e;
    text-decoration: none;
}

body {
    font-family: "Open Sans", 'Roboto', "Microsoft Yahei", sans-serif;
    position: relative;
    font-size: 13px;
    color: #696969;
    font-weight: 400;
    max-width: 1920px;
    margin: 0 auto;
    line-height: 1.55;
}

body .section {
    padding: 80px 0;
}

body .section.section-tiny {
    padding: 12px 0;
}

h1,
h3,
h5,
h6 {
    font-family: "Montserrat", "Microsoft Yahei", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #000;
}

h1 {
    font-size: 27px;
    color: #000;
}

h3 {
    font-size: 19px;
}

h5 {
    font-size: 15px;
    margin-bottom: 12px;
}

h6 {
    font-size: 13px;
    margin-bottom: 12px;
}

input[type=submit] {
    display: inline-block;
    border: 1px #ebebeb solid;
    color: #adadad;
    padding: 8px 22px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type=submit]:hover {
    background-color: #f7c51e;
    color: #000;
    border-color: #f7c51e;
}

input[type=text] {
    width: 100%;
    color: #adadad;
    border: 1px #ebebeb solid;
    padding: 7px 10px;
    color: #696969;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type=text]:focus {
    color: #000;
    border-color: #f7c51e;
    outline: none;
}

input[type=text] {
    height: 36px;
}

p {
    margin: 0 0 20px 0;
}

#scroll-top {
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background-color: #202020;
    color: #FFF;
    font-size: 20px;
    z-index: 250;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#scroll-top:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f102';
}

#scroll-top:hover {
    background-color: #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#search-box {
    position: absolute;
    width: 250px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 75;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#search-trigger {
    cursor: pointer;
}

.bottom-line-alt {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.bottom-line-alt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 24px;
    background-color: #f7c51e;
    content: '';
}

.bottom-line-alt:before {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    height: 2px;
    background-color: #333333;
    content: '';
}

.dropdown>a {
    position: relative;
    width: 100%;
    display: block;
    border: 1px #ebebeb solid;
    padding: 7px 35px 7px 10px;
    color: #adadad;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.dropdown>a:after,
.dropdown>a:before {
    position: absolute;
    height: 0;
    width: 0;
    right: 13px;
    top: 50%;
    margin-top: -2px;
    border: 5px transparent solid;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    content: '';
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown>a:after {
    border-top-color: #adadad;
}

.dropdown>a:before {
    opacity: 0;
    border-top-color: #f7c51e;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.dropdown>a:hover {
    color: #000;
    border-color: #f7c51e;
}

.dropdown>a:hover:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.dropdown>a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.form-search {
    font-family: "Open Sans", 'Roboto', "Microsoft Yahei", sans-serif;
    font-weight: 400;
    position: relative;
}

.form-search:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 36px;
    background-color: #f7c51e;
    line-height: 36px;
    text-align: center;
    font-family: 'FontAwesome';
    color: #FFF;
    content: '\f002';
}

.form-search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 36px;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    z-index: 15;
}

.form-search input[type=text] {
    padding-right: 45px;
    margin-bottom: 0;
}

.list-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.list-links a {
    position: relative;
    display: block;
    padding: 8px 21px 8px 30px;
    border-bottom: 1px #363636 solid;
}

.list-links a:after {
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 10px;
    font-family: 'FontAwesome';
    content: '\f054';
}

.list-links li:last-of-type a {
    border-bottom: none;
}

.main-navigation {
    font-family: "Montserrat", "Microsoft Yahei", sans-serif;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-navigation a {
    background: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 12px;
    cursor: pointer;
}

.main-navigation li {
    float: left;
    margin-left: 1px;
    position: relative;
}

.main-navigation li:after {
    position: absolute;
    left: -1px;
    top: 50%;
    height: 10px;
    width: 1px;
    margin-top: -5px;
    background-color: #696969;
    content: '';
}

.main-navigation li:first-of-type {
    margin-left: 0;
}

.main-navigation li:first-of-type:after {
    display: none;
}

.main-navigation-wrapper {
    float: right;
}

.navbar {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-collapse {
    border: none;
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-toggle {
    color: #000;
    font-size: 32px;
    margin: 8px 0 0 0;
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.page-footer {
    overflow: hidden;
    background-color: #2d2d2d;
    color: #b0b0b0;
}

.page-footer .container {
    position: relative;
    z-index: 1;
}

.page-footer .container:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -75%;
    background-color: #272727;
    z-index: -1;
    display: block;
    content: '';
}

.page-footer .container .footer-col {
    padding-bottom: 50px;
    padding-top: 35px;
}

.page-footer h5,
.page-footer h6 {
    color: #FFF;
}

.page-footer .post-small {
    color: #FFF;
}

.page-footer .read-more-link {
    color: #FFF;
}

.page-footer .read-more-link:hover {
    color: #f7c51e;
}

.page-header {
    border: none;
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

.page-header .main-navigation a {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-header .main-navigation a:after,
.page-header .main-navigation a:before {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #eaeaea;
    content: '';
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-header .main-navigation a:after {
    top: -50%;
}

.page-header .main-navigation a:before {
    bottom: -50%;
}

.page-header .main-navigation li.active>a,
.page-header .main-navigation li.active>a:hover,
.page-header .main-navigation li>a:focus,
.page-header .main-navigation li>a:hover {
    background: none;
    color: #000;
}

.page-header .main-navigation li.active>a:after,
.page-header .main-navigation li.active>a:hover:after,
.page-header .main-navigation li>a:focus:after,
.page-header .main-navigation li>a:hover:after {
    top: 0;
    opacity: 1;
}

.page-header .main-navigation li.active>a:before,
.page-header .main-navigation li.active>a:hover:before,
.page-header .main-navigation li>a:focus:before,
.page-header .main-navigation li>a:hover:before {
    bottom: 0;
    opacity: 1;
}

.page-header .main-navigation li .dropdown-menu {
    font-family: "Open Sans", 'Roboto', "Microsoft Yahei", sans-serif;
    padding-top: 5px;
    border: none;
    font-size: 13px;
    color: #696969;
    background-color: transparent;
    font-weight: 400;
}

.page-header .main-navigation li .dropdown-menu a {
    background-color: #eaeaea;
    padding: 8px 20px;
    text-transform: none;
}

.page-header .main-navigation li .dropdown-menu a:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f7c51e;
    display: block;
    opacity: 0;
}

.page-header .main-navigation li .dropdown-menu a:before {
    display: none;
}

.page-header .main-navigation li .dropdown-menu a:hover {
    color: #000;
    background-color: #FFF;
}

.page-header .main-navigation li .dropdown-menu a:hover:after {
    opacity: 1;
}

.page-header .main-navigation li .dropdown-menu li {
    float: none;
    display: block;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0;
}

.page-header .main-navigation li .dropdown-menu li:after {
    display: none;
}

.page-header .main-navigation li .dropdown-menu li:last-of-type {
    border-bottom: none;
}

.post-small {
    overflow: auto;
    margin-bottom: 5px;
}

.post-small>a>img {
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-small .post-content {
    overflow: hidden;
    padding: 7px 0 10px 0;
    border-bottom: 1px #363636 solid;
}

.post-small .post-meta {
    font-size: 10px;
    color: #6b6b6b;
    margin-top: 5px;
}

.read-more-link {
    position: relative;
    font-family: "Montserrat", "Microsoft Yahei", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.read-more-link:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 15px;
    line-height: 20px;
    margin-top: -10px;
    content: '\f178';
    -webkit-transition: right 0.2s ease-out;
    -moz-transition: right 0.2s ease-out;
    -o-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
}

.read-more-link:hover {
    color: #f7c51e;
}

.read-more-link:hover:after {
    right: -3px;
}

.scroll-top-container {
    position: relative;
}

.section-color {
    background-color: #f7c51e;
    color: #FFF;
}

.site-info {
    color: #969696;
    background-color: #1e1e1e;
    font-weight: 300;
    padding-top: 15px;
    overflow: auto;
    font-size: 11px;
}

.site-info .main-navigation li:after {
    background-color: #969696;
}

.site-info-left {
    float: left;
    padding-bottom: 15px;
}

.site-info-right {
    float: right;
    padding-bottom: 15px;
    margin-left: 35px;
}

.site-logo {
    margin: 28px 0 27px 0;
    float: left;
}

.site-top {
    color: #000;
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 5px;
}

.site-top-left {
    float: left;
    padding-bottom: 10px;
}

.site-top-left i {
    margin-right: 4px;
}

.site-top-left .site-top-part {
    margin-right: 35px;
}

.site-top-right {
    float: right;
    padding-bottom: 10px;
}

.site-top-right i {
    margin-right: 4px;
}

.site-top-right .site-top-part {
    margin-left: 35px;
}

.social {
    color: #f8ebc0;
    font-size: 20px;
    padding: 0 5px;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.social:first-of-type {
    margin-left: 0;
}

.social:hover {
    color: #FFF;
}

.text-font-alt {
    font-family: "Montserrat", "Microsoft Yahei", sans-serif;
}

@media (max-width: 1199px) {
    #scroll-top {
        display: none;
    }
}

@media (max-width: 991px) {
    .page-footer .container:after {
        display: none;
    }

    .page-footer .footer-col:first-of-type {
        position: relative;
        background: #272727;
        z-index: 1;
    }

    .page-footer .footer-col:first-of-type:after {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: -50%;
        background-color: #272727;
        z-index: -1;
        content: '';
    }

    .sidebar {
        margin-top: 55px;
    }
}

@media (max-width: 767px) {
    #search-box {
        position: static;
        width: 100%;
        right: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
        display: none;
    }

    .main-navigation {
        display: block;
        padding-bottom: 30px;
        text-align: center;
    }

    .main-navigation li {
        margin: 7px 0;
        float: none;
    }

    .main-navigation li:after {
        display: none;
    }

    .main-navigation-wrapper {
        float: none;
        clear: both;
    }

    .page-header .main-navigation a {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .page-header .main-navigation li {
        margin: 1px 0 0 0;
    }

    .page-header .main-navigation li:after {
        display: block;
        height: 1px;
        top: -1px;
        left: 0;
        margin: 0;
        width: 100%;
    }

    .page-header .main-navigation li:first-of-type:after {
        display: none;
    }

    .site-info-left,
    .site-info-right {
        text-align: center;
        float: none;
        margin: 0;
    }

    .site-info-right .main-navigation {
        padding-bottom: 5px;
    }

    .site-top-left,
    .site-top-right {
        float: none;
    }

    .site-top-left .site-top-part,
    .site-top-right .site-top-part {
        margin: 0;
    }

    .site-top-part {
        text-align: center;
        display: block;
    }
}

.margin-5 {
    height: 5px;
}

@media (max-width: 991px) {

    .responsive-column-xs.col-md-5,
    .responsive-column-xs.col-md-7 {
        padding-top: 10px;
    }

    .responsive-column-xs.col-md-5:first-of-type {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .responsive-column-xs.col-sm-5,
    .responsive-column-xs.col-sm-7 {
        padding-top: 10px;
    }

    .responsive-column-xs.col-sm-5:first-of-type {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .text-sm-center {
        text-align: center;
    }
}

/*! CSS Used from: http://demoall.zancms.com/8042/skin/css/tk.css */
body {
    font-family: "Open Sans", Montserrat, Roboto, Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif;
    font-size: 14px;
    color: #282828;
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
    color: #282828;
}

a:hover,
a:active {
    color: #DF5716;
    text-decoration: none;
}

.dark-title a {
    color: #fff;
}

.dark-title a:hover,
.dark-title a:active {
    color: #1cbac8;
}

.text-center {
    text-align: center;
}

.section-color,
.site-top {
    background-color: skyblue;
}

.site-top {
    color: #fff;
    padding: 8px 0 2px;
}

.site-logo {
    margin: 15px 0 15px;
}
.page-header .main-navigation a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-header .main-navigation li .dropdown-menu {
    padding-top: 1px;
}

.page-header .main-navigation a:after,
.page-header .main-navigation a:before {
    background-color: transparent;
}

.page-header .main-navigation li.active>a,
.page-header .main-navigation li.active>a:hover,
.page-header .main-navigation li>a:focus,
.page-header .main-navigation li>a:hover {
    color: #DF5716;
}

.navbar-default .navbar-nav>li>a {
    color: #282828;
}

.dropdown>a:before,
.dropdown>a:after {
    display: none !important;
    border: none;
}

#navbar-collapse .menu1 {
    border: none;
    padding: 25px 15px;
}

#navbar-collapse .menu1:hover,
#navbar-collapse .menu1:active {
    color: skyblue;
}

.navbar-nav .dropdown-menu .Lev2 {
    position: relative;
}

#footer-sec h6 {
    font-size: 19px;
    font-weight: bold;
}

.page-footer .container .footer-col {
    padding-bottom: 15px;
}

.fabout-text p {
    margin-bottom: 10px;
}

.list-links {
    display: block;
    line-height: 1.2;
}

.list-links a {
    padding: 8px 21px 8px 30px;
}

.list-links a,
.post-small a,
.site-info a {
    color: #b0b0b0;
}

.list-links a:hover,
.list-links a:active,
.post-small a:hover,
.post-small a:active,
.site-info a:hover,
.site-info a:active {
    color: #DF5716;
}

.f-news .post-small {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #4C4C4C dashed;
}

.f-news .post-small:last-child {
    border-bottom: none;
}

.f-news .post-small img {
    max-width: 60px;
    border-radius: 15px;
}

.f-news .post-small .post-content {
    padding: 2px 0 10px;
}

.f-news .post-content {
    border-bottom: none;
}

.f-news .post-content h5 {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    margin-bottom: 8px;
}

.f-news .post-small .post-meta {
    margin-top: 3px;
}

.site-info-left,
.site-info-right {
    padding-bottom: 10px;
}

.site-info {
    font-size: 14px;
}

.noDis {
    display: none;
}

.page-content {
    line-height: 1.6;
}

.page-content p {
    margin-bottom: 0;
    line-height: 1.6;
}

.com-cnt img {
    max-width: 100%;
}

#pages {
    clear: both;
    padding: 10px 0 10px;
    text-align: center;
    font: 12px 'Microsoft YaHei';
}

.text-center {
    text-align: center;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.s-contact {
    color: #555;
    line-height: 1.6;
}

.sidebar .widget {
    margin-top: 0;
}

#innerpage-wrap {
    background: #fff;
    padding: 45px 0;
    clear: both;
}

.breadcrumb-wrapper {
    background: #F4F4F4;
    padding: 30px 0;
}

.bcid-cat {
    font-size: 16px;
    font-weight: bold;
}

.location {
    text-align: right;
}

.searchform #searchsubmit {
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.searchform {
    overflow: hidden;
    background-color: #f16543;
}

.searchform ::-webkit-input-placeholder {
    color: #ffffff;
}

.searchform ::-moz-placeholder {
    color: #ffffff;
}

.searchform :-ms-input-placeholder {
    color: #ffffff;
}

.searchform input:-moz-placeholder {
    color: #ffffff;
}

.searchform #s,
.searchform #searchsubmit {
    color: #ffffff;
    height: 48px;
    border: none;
    background-color: skyblue;
    margin-bottom: 0;
    border-radius: 0;
}

.searchform #s {
    float: left;
    width: 85%;
    padding-left: 20px;
    padding-right: 0;
}

.searchform #searchsubmit {
    float: right;
    width: 15%;
    padding-left: 0;
    padding-right: 0;
    background-image: url("http://demoall.zancms.com/8042/skin/images/icon-lense.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.searchform #searchsubmit:hover {
    background-color: #373c40;
}

.searchform {
    background: none;
    border: none;
}

.searchform #s {
    background: none;
    color: #444;
    border: 1px #ddd solid;
    border-right: none;
}

.searchform #searchsubmit {
    background-color: skyblue;
}

.searchform ::-webkit-input-placeholder {
    color: #444;
}

.searchform ::-moz-placeholder {
    color: #444;
}

.searchform :-ms-input-placeholder {
    color: #444;
}

.searchform input:-moz-placeholder {
    color: #444;
}

.widget ul li:before {
    display: none;
}

.sidebar .widget .title {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #d3dae0;
    padding: 6px 0 6px 0;
    font-size: 14px;
    color: #6e7375;
}

.sidebar .widget ul li a {
    color: #373c40;
    color: #6e7375;
}

.sidebar .widget ul li a:hover {
    color: #f16543;
}

.widget .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    margin-top: 0;
}

.widget ul {
    list-style: none;
    margin: 0;
}

.widget .tabbed .block {
    margin: 0;
    display: none;
}

.widget .tabbed .block.current {
    display: block;
    padding: 22px 0 0;
    border-top: 1px solid #d3dae0;
}

.widget .tabbed .widget-list li {
    background: none;
    border-bottom: 1px solid #E8E9EF;
    padding: 0 0 20px;
    margin-bottom: 25px;
    line-height: 1.0;
}

.widget-list li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-list li:last-child {
    border-bottom: none;
}

.widget-list li figure {
    float: left;
    margin-right: 22px;
    margin-bottom: 0;
}

.widget-list li figure img {
    width: 102px;
    height: 104px;
}

.widget-list li span {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.widget-list li .comments {
    background-image: url("http://demoall.zancms.com/8042/skin/images/icon-chat-3.png");
    background-position: left 3px;
    margin-right: 18px;
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 35px;
}

.widget-list li .comments {
    background: none;
    margin-right: 0;
    padding-left: 0;
    padding-top: 3px;
}

.widget-list li figure {
    margin-right: 15px;
}

.widget-list li figure img {
    width: 106px;
    height: auto;
}

.widget .tabbed .widget-list li {
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.widget .tabbed .widget-list li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.widget .widget-list {
    padding-left: 0;
}

.sidebar .widget ul li .s-desc {
    margin-bottom: 8px;
    line-height: 1.5;
}

.blog-post-wrap .bp-desc {
    text-align: center;
    display: block;
    margin: 20px 0;
    font-size: 14px;
}

.blog-post-wrap .bp-title {
    margin-top: 0;
    font-size: 23px;
    letter-spacing: normal;
    color: inherit;
    text-align: center;
}

@media (max-width : 990px) {
    #innerpage-wrap {
        padding: 30px 0 0;
    }

    .sidebar .widget:last-child {
        margin-bottom: 30px;
    }

    .sidebar {
        padding-top: 30px;
        clear: both;
    }

    .side-search .title {
        display: none;
    }

    .searchform #s {
        width: 94%;
    }

    .searchform #searchsubmit {
        width: 6%;
    }
}

@media (max-width : 768px) {
    .searchform #s {
        width: 92%;
    }

    .searchform #searchsubmit {
        width: 8%;
    }

    .blog-post-wrap .bp-title {
        line-height: 1.6;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
}

@media (max-width : 740px) {
    .bcid-cat {
        text-align: center;
        margin-bottom: 15px;
    }

    .location {
        text-align: center;
        line-height: 1.4;
    }

    .side-news {
        display: none;
    }

    .searchform #s {
        width: 90%;
    }

    .searchform #searchsubmit {
        width: 10%;
    }
}

@media (max-width : 480px) {
    .searchform #s {
        width: 85%;
    }

    .searchform #searchsubmit {
        width: 15%;
    }
}

@media (max-width : 360px) {
    .searchform #s {
        width: 80%;
    }

    .searchform #searchsubmit {
        width: 20%;
    }
}

@media (max-width:1440px) and (min-width:1200px) {
    .searchform #s {
        width: 82%;
    }

    .searchform #searchsubmit {
        width: 18%;
    }
}

@media (max-width:1200px) and (min-width:1040px) {
    .searchform #s {
        width: 78%;
    }

    .searchform #searchsubmit {
        width: 22%;
    }
}

@media (min-width:1410px) {
    .container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media (min-width:1570px) {
    .container {
        max-width: 1170px;
        width: 1170px;
    }
}

@media (min-width:1890px) {
    .container {
        max-width: 1370px;
        width: 1370px;
    }

    #navbar-collapse .menu1 {
        border: none;
        padding: 25px 30px;
    }

    .fabout-text,
    .fabout-text p {
        line-height: 1.7;
    }
}

@media (max-width : 1024px) {
    body {
        word-break: break-all;
        word-wrap: break-word;
    }

    .container {
        max-width: 98%;
        width: 98%;
    }

    .navbar-default .navbar-toggle {
        display: block !important;
        margin: 15px 0 0;
        padding: 7px 0 7px 8px;
        font-size: 26px;
        line-height: 1.0;
    }

    #main-nav {
        display: none;
    }

    #mmenu {
        border-left: 1px #E5E5E5 solid;
    }

    #mmenu .mmDiv {
        padding-top: 20px;
    }

    #mmenu .mm-title {
        padding: 12px 0 11px;
    }

    #mmenu .mm-search-form {
        margin: 0;
    }

    #mmenu .mm-search {
        position: static;
        padding-left: 0;
        margin-top: 10px;
        padding-right: 0;
        margin-bottom: -17px;
    }

    #mmenu .mm-search .side-mm-keyword {
        max-height: 32px;
        height: 32px;
        padding: 0 16px;
    }

    #mmenu .noblock {
        display: inline !important;
        padding: 10px;
    }

    #mmenu .MMhead {
        line-height: 2.8;
        border-bottom: 1px #E5E5E5 solid;
        margin: 0 -20px;
        padding-left: 10px;
    }

    #mmenu .MMhead a {
        background: none;
    }

    #mmenu a {
        color: #333;
        font-size: 14px;
    }

    #mmenu a:hover,
    #mmenu a:active {
        color: #AF7F48;
    }

    #mmenu .mm-listview>li>a {
        padding: 10px 10px 10px 20px;
    }

    .sidebar {
        margin-top: 0;
    }
}

@media (max-width : 990px) {
    .container {
        max-width: 99%;
        width: 99%;
    }

    .site-top-right .site-top-part {
        margin-left: 20px;
    }

    .page-footer .container .footer-col {
        padding-bottom: 30px;
    }

    .responsive-column-xs.col-md-5,
    .responsive-column-xs.col-md-7 {
        padding-top: 0;
    }

    .site-info-left {
        width: 100%;
        text-align: center;
    }
}

@media (max-width : 768px) {
    .site-top-right .top-email {
        display: none;
    }

    .site-top-right .site-top-part {
        margin-left: 0;
    }
}

@media (max-width : 740px) {
    .site-top {
        padding: 10px 15px;
    }

    .site-top-left,
    .site-top-right {
        padding-bottom: 0;
    }

    .site-top-left .site-top-part {
        display: none;
    }

    .site-logo img {
        max-height: 30px;
    }

    .navbar-default .navbar-toggle {
        margin: 11px 0 0;
    }
}

@media (max-width : 420px) {
    .site-logo img {
        max-height: 25px;
    }

    .navbar-default .navbar-toggle {
        margin: 10px 0 0;
    }
}

/*! CSS Used from: http://demoall.zancms.com/8042/skin/css/jquery.mmenu.all.css */
.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}

.mm-btn,
.mm-menu {
    box-sizing: border-box;
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
}

.mm-hidden {
    display: none !important;
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-menu {
    padding: 0;
    position: absolute;
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
}

.mm-btn {
    z-index: 1;
}

.mm-panels {
    overflow: hidden;
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.mm-listview>li>a,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px;
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px;
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 23px;
}

.mm-next:after {
    border-top: none;
    border-left: none;
    right: 23px;
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mm-navbar>* {
    display: block;
    padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0;
}

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
}

.mm-listview>li {
    position: relative;
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit;
}

.mm-listview>li>a {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px;
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.mm-listview .mm-next+a {
    margin-right: 50px;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px;
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px;
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1);
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5);
}

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative;
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .7);
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-front {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6);
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>* {
    color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1);
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05);
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'FontAwesome';
    src: url('//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/fontawesome-webfont.eot');
    src: url('//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/fontawesome-webfont.eot') format('embedded-opentype'), 
    url('//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/fontawesome-webfont.woff2') format('woff2'), 
    url('//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/fontawesome-webfont.woff') format('woff'), 
    url('//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/fontawesome-webfont.ttf') format('truetype'), 
    url('//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}