/*! HTML5 Boilerplate v5.3.0 | MIT License |  */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* Google Fonts -------------------
font-family: 'Montserrat', sans-serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
*/ 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 62.5%;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing border-box;
            box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* no selection */
.no-mouse-selet {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
}
/* Page pre-loader section */
#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
}
.colored-border {
  border-color: #dedede !important;
}
.loader-item {
  position: absolute;
  width: 28px;
  height: 28px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-left: 2px solid;
  border-right: 2px solid;
  border-top: 2px solid;
  border-bottom: 2px solid transparent !important;
  border-radius: 22px;
  -webkit-transform-origin: 50% calc(50% - .5px);
  transform-origin: 50% calc(50% - .5px);
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em auto;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    /*font-family: -apple-system, 'PingFang SC', "Hiragino Sans GB", "Hiragino Sans GB W3",  "Microsoft YaHei", Arial, sans-serif;*/
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
container, .container {
  max-width: 1170px; /* 960px for an alternative */
  margin:0 auto;
}
.revealOnScroll { /* reset waypoints animation opacity */
  opacity: 0;
}
/*  Typography */
a {
  color: #444;
  text-decoration: none;
  /*font-weight: 600;*/
}
a:hover {
  color: #ef3214;
  text-decoration: none;
}
h1,h2,h3,h4,h5 {
  letter-spacing: -1px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  padding-bottom: 20px; }
h1 {
  font-size: 60px; 
  font-weight:300;
}
h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3d3d3d;
  line-height: auto; }
h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333; }
h4 {
  font-size: 18px; }
h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500; }
/*short for responsive images sitewide */
.resp-img, .img-resp  {
  max-width: 100%;
  height: auto;
}
.glow-shadow  {
  box-shadow:0 0 0px rgba(57,70,78,.15),0 20px 55px -8px rgba(57,70,78,.25);
}
/* Waypoinsts */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }
.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }
/* buttons */
.btn {
  font-size:14px;
  border: solid 1px;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase; }
.btn:hover, .btn:focus {
  color: #fff;
  border-color: #ef3214;
  background-color: #ef3214; }
.btn-white {
  font-size:14px;
  color: #999;
  border: solid 2px;
  border-radius:24px;
  display: inline-block;
  border-color: #ccc; }
.btn-white:hover, .btn-white:focus {
  color: #999;
  border-color: #ef3214;
  background: transparent;
  background-color: #ef3214;
  box-shadow: 0px 15px 20px rgba(74, 74, 74, 0.4);
  color: #fff;
  transform: translateY(-4px);
}
.btn-fill {
  color: #fff;
  border: solid 2px #444;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #444; }
.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #ef3214;
  border-color: #ef3214; }
.btn-small {
  padding: 8px 20px; }
.btn-large {
  padding: 15px 45px; }
.btn-margin-right {
  margin-right: 20px; }
 /* buttons2 */
.btn2 {
  font-size:14px;
  border: solid 1px;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase; }
.btn2:hover, .btn2:focus {
  color: #fff;
  border-color: #ef3214;
  background-color: #ef3214; }
.btn2-white {
  font-size:14px;
  color: #999;
  border: solid 2px;
  border-radius:24px;
  display: inline-block;
  border-color: #ccc; }
.btn2-white:hover, .btn2-white:focus {
  color: #999;
  border-color: #ef3214;
  background: transparent;
  background-color: #ef3214;
  box-shadow: 0px 15px 20px rgba(74, 74, 74, 0.4);
  color: #fff;
  transform: translateY(-4px);
}
.btn2-fill {
  color: #fff;
  border: solid 2px #444;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #444; }
.btn2-fill:hover, .btn2-fill:focus {
  color: #fff;
  background-color: #ef3214;
  border-color: #ef3214; }
.btn2-small {
  padding: 8px 20px; }
.btn2-large {
  padding: 15px 45px; }
.btn2-margin-right {
  margin-right: 20px; }
  /* testimonial-slider */
/*  .testimonial-slider {
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/testimonials-bg.jpg") no-repeat center center;
  background-size: cover; }
  .testimonial-slider .avatar {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: solid 3px #fff;
    background-color: #fff; }
    .testimonial-slider .avatar img {
      width: 80px;
      height: auto; }
.testimonial-slider h2 {
    color: #222;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 30px 40px; }
  .testimonial-slider p {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px; }
*/
/* To top */
.to-top {
  height: 60px;
  background-color: #fff; }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.1); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }
/* news */
.news-h5 {
  color: #111;
  font-weight: 800;
  display: block;
  padding: 10px 0;
}
.news-pullquote {
font-size: 18px;
font-style: italic;
border: 0;
width: 80%;
color: #999;
margin:20px auto;
padding:30px 0;
border-bottom: 4px solid #ddd;
line-height: 1.4;
}
.quote .quote-text {
  font-weight: normal;
  color: #2c3e50;
}
.quote .quote-text a {
  color: #666;
  font-weight:normal !important;
}
.quote .quote-text a:hover {
  color:#ef3214;
  text-decoration:underline;
}
.quote .quote-author {
  margin-top: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #95a5a6;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.quote .quote-author > * {
  vertical-align: middle;
}
.quote .quote-author-photo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ebedee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 20px;
}
/*.quote .quote-author-name {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  color: #999;
  line-height: 1.19em;
  text-align: center;
}
.quote {
  margin:0 40px;
  padding: 10px 0 20px 10px;
  border-bottom: 1px solid #eee;
}*/
.quote:first-child {
  margin-top: 0;
}
.quote .quote-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #95a5a6;
}
.quote .quote-author {
  font-size: 14px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 300;
}
.quote .quote-author-photo {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ebedee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 6px;
}
.quote .quote-date {
  font-size: 11px;
  font-weight: normal;
  color: #95a5a6;
  font-weight: 500;
}
@media (max-width: 480px) {
.quote .quote-author {
    font-size: 11px;
    font-weight: normal;
    color: #7f8c8d;
    letter-spacing: 0;
  }
.quote .quote-author .quote-author-photo {
    margin-right: 10px;
  }
.quote .quote-author-photo {
    position: static;
    margin: 0px 10px 0 0;
    float: left;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    overflow: hidden;
    padding: 30px;
    background: #444;
}
footer h4 span {
  color: #eee;
  font-size:20px;
  font-weight: 500;
}
footer p {
    color: #999;
    font-size: 12px; 
    line-height: 1.4;}
footer a { color: #000; }
footer a:hover, a:focus { color: #c30; }
footer ul  {
  list-style-type: none;
}
footer ul.footer-group {
    /* border-bottom: 1px solid #eee; */
    padding:20px 0;
    margin-bottom: 10px; }
footer ul.footer-group li {
    display: inline-block; }
footer ul.footer-group li a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase; }
footer ul.footer-group li a:hover {
    color: #ef3214; }
footer ul.footer-group li {
    margin-right: 10px; }
footer ul.footer-group li:last-child {
    margin-right: 0; }
footer h2 {
  color: #333;
  font-size: 24px;
}
footer h2 span {
  color: #c30;
}
footer .social-share {
    top: -20px;
    right: 0; }
footer .social-share p { 
      color: #aaa;
      text-transform: uppercase;
      padding-bottom: 10px; }
footer .social-share a.barcode-share { /*  weibo */
      height: 60px;
      width: 60px;
      background-image: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/barcode.png"); 
      display: inline-block;}
footer .social-share a {
      color: #fff; }
footer .social-share a:hover {
      color: #fff; }
footer .social-share a i {
      margin-top: 20px; }
footer .footer-links {
    margin: 50px 0; }
/*.nav-group {
    float: left;
    color: #777;
    width: 20%
}*/
.nav-group h4 {
    color: #ddd;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}
.nav-group li {
    margin-bottom: 10px;
}
.nav-group li>a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-decoration: none;
    color: #777;
}
.nav-group li>a:hover {
    color: #eee;
}
.links{ margin:0 auto; padding:10px 0; color:#ddd;}
.links a{ margin:0 4px 0 0;-webkit-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out;transition: all .35s ease-in-out;text-decoration: none; color: #777;}
.links a:hover,.links a:focus{ color:#eee;}


/*.copyright {
    background-color: #222;
    min-height: 50px;
}*/
.copyright>a>img {
    width: auto;
    position: absolute;
    visibility: hidden
}
/*.copyright .text {
    display: block;
    float: left;
    font-size: 14px;
    padding: 24px 0
}*/
/*.copyright .text,
.copyright .text a {
    color: #a6a6a6
}*/
.copyright .text .small {
    margin-left: 8px;
    color: #333;
}
.copyright .sns-info {
    float: right;
    margin-right:20px;
}
.copyright .sns-info>a.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #888;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.copyright .sns-info>a.icon .pop {
    font-size: 14px;
    line-height: 20px
}
.copyright .sns-info>a.icon:hover {
    color: #ededed
}
.copyright .sns-info>a.icon:hover .pop {
    display: block!important
}
.copyright .sns-info>a.icon:last-child {
    margin-right: 0
}
copyright .sns-info>a.icon.icon-qq {
    position: relative
}
.copyright .sns-info>a.icon.icon-qq:after {
    position: absolute;
    left: 0;
    top: -20px;
    width: 38px;
    height: 38px;
    content: ""
}
.copyright .sns-info>a.icon.icon-qq .pop {
    display: none;
    position: absolute;
    top: -135px;
    left: -87px;
    width: 214px;
    height: 130px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d5d8dd;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}
.copyright .sns-info>a.icon.icon-qq .pop:after {
    position: absolute;
    left: 99px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    content: ""
}
.copyright .sns-info>a.icon.icon-qq .pop label {
    color: grey;
    margin-bottom: 10px
}
.copyright .sns-info>a.icon.icon-qq .pop p {
    color: #a6a6a6;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap
}
.copyright .sns-info>a.icon.icon-wechat {
    position: relative
}
.copyright .sns-info>a.icon.icon-wechat:after {
    position: absolute;
    left: 0;
    top: -20px;
    width: 38px;
    height: 38px;
    content: ""
}
.copyright .sns-info>a.icon.icon-wechat .pop {
    display: none;
    position: absolute;
    top: -210px;
    left: -56px;
    width: 150px;
    height: 205px;
    padding: 20px 10px;
    border: 1px solid #d5d8dd;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}
.copyright .sns-info>a.icon.icon-wechat .pop:after {
    position: absolute;
    left: 68px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    content: ""
}
.copyright .sns-info>a.icon.icon-wechat .pop label {
    color: grey;
    margin-bottom: 0
}
.copyright .sns-info>a.icon.icon-wechat .pop p {
    color: #a6a6a6;
    margin-bottom: 10px
}
.copyright .sns-info>a.icon.icon-wechat .pop .qr-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-image: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/global/weixin-qr.jpg);
    background-size: 120px 120px
}
.copyright .mixpanel-box {
    float: right;
    margin-top: 18px;
    margin-left: 18px
}
.sns-info>a.icon-qq .pop {
    padding: 20px 10px 20px 15px!important
}
@media (max-width:1199px) and (min-width:1025px) {
    .nav-group {
        padding-left: 1.0%;
        width: 25%
    }
}
@media (max-width:1024px) {
    .nav-group {
        min-width: 50%;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .nav-group h4,
    .nav-group li {
        margin-bottom: 10px;
    }
    .nav-group:first-child {
        min-width: 50%
    }
    .nav-group:nth-child(3),
    .nav-group:nth-child(4) {
        /* height: 150px  reduce list height on mobile */ 
    }
    .nav-group:last-child {
        width: 20%;
        /* height: 150px  reduce list height on mobile */ 
        border: none;
    }
}
@media (max-width:360px) {
    .site-footer .copyright {
        padding-top: 33px
    }
    .site-footer .copyright .text {
        display: block;
        padding: 0;
        margin-bottom: 5px
    }
}
/* ==========================================================================
   Vertical line-ups
   ========================================================================== */
/*
/* from Left to Right, Up to Down */
.vl-leftUp {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  *writing-mode: tb-lr;/* IE */
  unicode-bidi : bidi-override;
}
/* from Right to Left, Down to Up */
.vl-rightDown {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  *writing-mode: tb-rl;/* IE */
  unicode-bidi : bidi-override;
}
.rtl{  direction: rtl;/* text direction */ }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
