/* navigation mobile */
@media (max-width: 600px) {

  .header-nav,
  .header-nav.open,
  .nav-toggle,
  .nav-toggle a,
  .nav-toggle li,
  .primary-nav a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
  }
}

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

/*  Typography */
p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding-bottom: 20px;
}

.revealOnScroll {
  opacity: 0;
}

h1 {
  font-size: 65px;
  font-weight: 300;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3d3d3d;
  line-height: auto;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3d3d3d;
}

h4 {
  color: #ef3214;
  font-size: 18px;
}

h5 {
  font-size: 15px;
  color: #444;
  text-transform: uppercase;
  font-weight: 500;
}

/* buttons */
.btn {
  font-size: 12px;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #c30;
  background-color: #c30;
}

.btn-white {
  font-size: 12px;
  color: #333;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  border-color: #999;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  border-color: #ddd;
  background: transparent;
}

.btn-dark {
  font-size: 12px;
  color: #333;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  border-color: #ccc;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #111;
  border-color: #ef3214;
  background: transparent;
}

.btn-fill {
  color: #fff;
  border: solid 2px #c30;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #c30;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff;
  background-color: #c30;
  border-color: #c30;
}

.btn-small {
  padding: 4px 25px;
}

.btn-small2 {
  padding: 8px 25px;
}

.btn-large {
  padding: 15px 40px;
}

.btn-margin-right {
  margin-right: 20px;
}

/* buttons2 */
.btn2 {
  font-size: 12px;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

.btn2:hover,
.btn2:focus {
  color: #fff;
  border-color: #c30;
  background-color: #c30;
}

.btn2-white {
  font-size: 12px;
  color: #333;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  border-color: #999;
}

.btn2-white:hover,
.btn2-white:focus {
  color: #fff;
  border-color: #ddd;
  background: transparent;
}

.btn2-dark {
  font-size: 12px;
  color: #333;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  border-color: #ccc;
}

.btn2-dark:hover,
.btn2-dark:focus {
  color: #111;
  border-color: #ef3214;
  background: transparent;
}

.btn2-fill {
  color: #fff;
  border: solid 2px #c30;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #c30;
}

.btn3-fill {
  color: #fff;
  border: solid 2px #ef3214;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ef3214;
}

.btn3-fill:hover,
.btn3-fill:focus {
  color: #fff;
  background-color: #ef3214;
  border-color: #ef3214;
}

.btn2-fill:hover,
.btn2-fill:focus {
  color: #fff;
  background-color: #c30;
  border-color: #c30;
}

.btn2-small {
  padding: 4px 25px;
}

.btn2-large {
  padding: 15px 40px;
}

.btn2-margin-right {
  margin-right: 20px;
}

section.intro,
section.features-extra,
section.sign-up {
  background: #fff;
}

section.features,
section.blog-intro,
section.blog {
  background: #fff;
  margin: 0;
}

/* features */
/* Global Styles */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

a {
  color: #c30;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
}

body {
  font-family: -apple-system, 'PingFang SC', "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, sans-serif;
  /*font-weight: 300;*/
  color: rgba(28, 54, 83, 0.8);
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

container,
.container {
  max-width: 1170px;
  margin: 0 auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.section-padding {
  padding: 100px 0;
}

/* 100px 0 */
.section-padding1 {
  padding: 100px 0 70px 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.span1 {
  font-size: 40px;
  font-weight: 300;
  color: #3d3d3d;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px;
}

/* Animations */
.pulse2 {
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.floating-arrow {
  -webkit-animation-name: floating-arrow;
  animation-name: floating-arrow;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.floating-logo {
  -webkit-animation-name: floating-logo;
  animation-name: floating-logo;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* 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;
}

/* Navigation */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999999;
  padding: 10px 20px 0px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ccc;
  cursor: pointer;
}

.nav-toggle span:before {
  top: -10px;
}

.nav-toggle span:after {
  bottom: -10px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 38px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* Hero */
.hero {
  min-height: 860px;
  height: 100vh;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/hero.jpg") center center;
  background-size: cover;
  position: relative;
}

.hero .down-arrow a {
  color: #ccc;
}

.hero h1 {
  color: #fff;
  margin-bottom: 40px;
}

.hero p.intro {
  color: #ccc;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.hero .hero-content {
  padding-top: 20%;
}

/*  also fits 25%  */
.navigation {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.fixed {
  position: fixed;
  background-color: #4c525d;
  opacity: .9;
  z-index: 999;
  width: 100%;
}

/*header {
  padding: 40px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }*/
/*  header a {
    color: #aaa;
    font-size: 14px; }
    header a.login, .login a {
      margin-right: 10px; 
      padding-left:20px;
      color: #ef3214;
      border-bottom: 1px solid #ddd;
      background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/svg/dl.svg') no-repeat center left;
    }*/
.dl {
  color: #555;
  display: block;
}

/*header .logo {
    display: inline-block; 
    background:#ef3214;
    -webkit-box-shadow: 0px 10px 72px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 72px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 72px 0px rgba(0,0,0,0.5);
    position: absolute;
    left:1%;
    top: 0;
  }*/
header ul.primary-nav {
  font-weight: 300;
  margin: 0 0 0 450px;
  padding: 0;
}

header ul.primary-nav li {
  display: inline;
}

header ul.primary-nav li a {
  color: #fff;
  padding-right: 20px;
}

header ul.primary-nav li a:hover {
  color: #999;
}

header ul.primary-nav li:last-child a {
  padding-right: 0px;
}

header ul.member-actions li {
  font-weight: 300;
  overflow: hidden;
  display: inline;
}

header ul.member-actions li a {
  font-size: 12px;
  color: #fff;
}

header ul.member-actions li a:hover {
  color: #999;
}

header .header-nav {
  display: inline-block;
}

header .member-actions {
  position: absolute;
  right: 0;
  top: 35px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.down-arrow {
  color: #ccc;
  font-size: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Intro */
.intro span.icon {
  font-size: 40px;
  color: #FF9800;
  /*  change icon icons here */
  font-weight: bold;
}

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}

.intro-content {
  display: inline-block;
  width: 80%;
}

.section-intro {
  padding: 100px 0 0 0;
}

.section-partner {
  padding: 50px 0 0 0;
}

.section-intro h2 {
  font-weight: 300;
  color: #111;
  display: inline-block;
}

.section-intro h2 small {
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin-top: 20px;
}

.section-intro p {
  margin-bottom: 20px;
  color: #333;
}

.section-intro p.lead {
  color: #ccc;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 30px;
}

.homegrid {
  height: 350px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: zoom 0.4s;
  transition: zoom 0.4s;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.homegrid:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 40px 110px 0 rgba(84, 84, 84, 0.5);
  z-index: 14;
}

.homegrid h2 {
  font-size: 18px;
  padding-top: 240px;
  font-weight: 500;
  color: #c20;
}

.homegrid p,
p a {
  color: #bbb;
  font-weight: 300;
  font-size: 14px;
}

.homegrid a:hover {
  color: #ccc;
}

/* inset box effect */
.homegrid a {
  display: inline-block;
}

.bkg01 {
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/no1.jpg') center center no-repeat;
  background-size: cover;
}

.bkg02 {
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/no2.jpg') center center no-repeat;
  background-size: cover;
}

.bkg03 {
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/no3.jpg') center center no-repeat;
  background-size: cover;
}

.bkg04 {
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/no4.jpg') center center no-repeat;
  background-size: cover;
}

.srvgrid {
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.srvgrid img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}

.srvgrid:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 40px 110px 0 rgba(84, 84, 84, 0.5);
  background: #fff;
}

.hsrvgrid h2 {
  font-weight: 300;
  font-size: 22px;
}

.srvgrid h4,
h4 a {
  color: #666;
  font-weight: 300;
}

.fullback-01 {
  background: #fff url('//cdn.xuansiwei.com/tb8473247/templets/default/img/product-fullback-01.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 0 0;
  min-height: 800px;
  min-height: 100vh;
}

.fullback-02 {
  background: #fff url('//cdn.xuansiwei.com/tb8473247/templets/default/img/product-fullback-02.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0 0 0;
  min-height: 800px;
  min-height: 100vh;
}

.fullback-03 {
  background: #fff url('//cdn.xuansiwei.com/tb8473247/templets/default/img/product-fullback-03.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 0 0;
  min-height: 750px;
  min-height: 100vh;
}

.fullback-04 {
  background: #333 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/product-fullback-04.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 0 0;
  min-height: 800px;
  min-height: 100vh;
}

.fullback-clients {
  background: #222 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/clients-fullback.jpg') no-repeat;
  background-position: top center;
  /*background-size: cover;*/
  padding: 100px 0 0 0;
  min-height: 800px;
}

.fullback-partners {
  background: #222 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/partners-fullback.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0 0 0;
  min-height: 800px;
}

.fullback-aboutus {
  background: #222 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/aboutus-fullback.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0 0 0;
  min-height: 800px;
}

.bkg-partner-01 {
  background: #eee url('//cdn.xuansiwei.com/tb8473247/templets/default/img/aboutus-fullback.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.bkg-about-01 {
  background: #fff url('//cdn.xuansiwei.com/tb8473247/templets/default/img/7554219badbd64b598dcb046ff57f6cf.png') repeat-x;
  background-position: left bottom;
}

.bkg-demo-form {
  background: #333 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/requst-demo.jpg') no-repeat;
  background-size: cover;
  background-position: right top;
}

.bkg-headquarter {
  background: #333 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/headquarter.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}

@media (min-width:2000px) {
  .bkg-headquarter {
    min-height: 800px;
    background-size: cover;
  }
}

.bkg-headquarter1 {
  background: #333 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/headquarter1.jpg') no-repeat;
  background-size: cover;
  background-position: right top;
  min-height: 500px;
}

/*加入我们*/
.bkg-headquarter2 {
  background: #333 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/headquarter2.jpg') no-repeat;
  background-size: cover;
  background-position: right top;
  min-height: 500px;
}

.bkg-headquarter3 {
  background: #333 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/headquarter3.jpg') no-repeat;
  background-size: cover;
  background-position: right top;
  min-height: 500px;
}

.zp_meau {
  padding: 30px 30%;
  border-bottom: 1px solid #eee;
}

.zp_meau a {
  float: left;
  width: 116px;
  height: 38px;
  border: 1px solid #777777;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 20px 12%;
}

.zp_meau a:hover {
  background: #ef3124;
  color: #fff;
  border-color: #ef3124;
}

.zp_meau a.zp_on {
  background: #ef3124;
  color: #fff;
  border-color: #ef3124;
}

.shenqing {
  width: 116px;
  height: 38px;
  border: 2px solid #ccc;
  border-radius: 20px;
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/zhaopin/zp01.jpg) 80px center no-repeat;
  padding-left: 18px;
  color: #999;
  line-height: 34px;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.shenqing:hover {
  color: #ef3124;
  background: #ef3124;
  color: #fff;
  border-color: #ef3124;
  padding-left: 0;
  text-align: center;
}

/*加入我们*/

.mcverified {
  display: inline-block;
  padding: 8px 10px 8px 40px;
  width: 160px;
  border-radius: 16px;
  border: 2px solid #ddd;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/svg/checkmark.svg') no-repeat left center;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.mcverified_news {
  display: inline-block;
  padding: 8px 10px 8px 40px;
  width: 110px;
  border-radius: 16px;
  border: 2px solid #ddd;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/svg/checkmark.svg') no-repeat left center;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.des_news {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/*pages*/
.pagination-wrapper {
  margin: 20px 0;
}

.pagination {
  height: 34px;
  text-align: center;
  width: 98%;
}

.pagination li {
  display: inline-block;
  height: 23px;
  margin-right: 5px;

}

.pagination li a {
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #dddddd;
  color: #555555;
  text-decoration: none;
}

.pagination li a:hover {
  background: #EF3124;
  color: #FFF;

}

.pagination li.thisclass {
  background: #EF3124;
  color: #fff;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #EF3124;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
  background: transparent;
  color: #fff;
  cursor: default;
}

/* timelime - multi background CSS3 */
.tm2018 {
  /* gray */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2018a.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-gray.png') center bottom;
}

.tm2017 {
  /* white */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2017a.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom;
}

.tm2016 {
  /* gray */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2016a.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-gray.png') center bottom;
}

.tm2015 {
  /* white */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2015a.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom;
}

.tm2014 {
  /* gray */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2014.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-gray.png') center bottom;
}

.tm2013 {
  /* dark */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2013.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, #f6f6f6;
}

.tm2012 {
  /* gray */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2012.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-gray.png') center bottom;
}

.tm2011 {
  /* white */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2011.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom;
}

.tm2008 {
  /* gray */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2008.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-gray.png') center bottom;
}

.tm2007 {
  /* dark */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2007.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, #f6f6f6;
}

.tm2004 {
  /* gray */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2004.png') no-repeat top center, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-divider.png') no-repeat center bottom, url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-gray.png') center bottom;
}

.tm2000 {
  /* white */
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/timeline-2000.png') no-repeat top center;
}

/* Features-stack */
.features {
  position: relative;
}

.features p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.features h4 {
  color: #c30;
}

.features span.icon {
  font-size: 35px;
  color: #ef3214;
  font-weight: bold;
}

.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 0;
  margin-right: 10px;
  width: 35px;
}

.features .feature-content {
  display: inline-block;
  width: 75%;
}

.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}

.features .intro-content {
  display: inline-block;
  width: 80%;
}

.features ul.features-stack {
  margin-top: 20px;
}

.features ul.features-stack li {
  margin-top: 10px;
  margin-left: 20px;
  padding-bottom: 10px;
}

.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.features .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/ipad-device.png") no-repeat center center;
  z-index: 1;
}

.features .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/iphone6.png") no-repeat center center;
  position: absolute;
  left: 530px;
  bottom: 129px;
  z-index: 2;
}

.features .device-showcase {
  position: absolute;
  bottom: -365px;
  right: 61%;
}

.features .responsive-feature-img,
.features-extra .responsive-feature-img {
  display: none;
}

.resp-img,
.img-resp {
  max-width: 80%;
  height: auto;
}


/* .quote {
  margin: 0 16px !important;
} */

}

.devices {
  position: relative;
}

/* features-extra */
.features-extra {
  position: relative;
  /* min-height: 600px; */
}

.features-extra h3 small {
  color: #ef3214;
  font-size: 20px;
}

.features-extra .macbook-wrap {
  position: absolute;
  width: 916px;
  height: 540px;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/docs.png") no-repeat center center;
  top: 114px;
  z-index: 4;
  left: 50%;
}

.features-extra .aux2 {
  position: absolute;
  width: 707px;
  height: 206px;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/mock.png") no-repeat center center;
  top: 400px;
  z-index: 4;
  left: 15%;
}

.features-extra .aux3 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/creation.png") no-repeat center center;
  top: 70px;
  z-index: 4;
  left: 50%;
}

.features-extra .aux4 {
  position: absolute;
  width: 400px;
  height: 421px;
  background: url("//cdn.xuansiwei.com/tb8473247/templets/default/img/engine.png") no-repeat center center;
  top: 70px;
  z-index: 4;
  left: 50%;
}

/* .hero-strip */
.hero-strip {
  margin-top: 120px;
  background: #333844 url("//cdn.xuansiwei.com/tb8473247/templets/default/img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 190px;
  position: relative;
}

.hero-strip i {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #F69D52;
  vertical-align: top;
  margin-left: -8px;
  font-style: normal;
}

.hero-strip h2 {
  color: #fff;
  margin: 0 0 20px 0;
}

.hero-strip p {
  color: #ACB1B4;
}

.hero-strip .btn {
  margin-top: 10px;
}

.hero-strip .logo-placeholder {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 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: 80px;
  height: 80px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #fff;
  background-color: #fff;
}

.testimonial-slider .avatar img {
  width: 100%;
  height: auto;
}

.testimonial-slider h2 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin: 20px 50px;
}

.testimonial-slider p {
  color: #333;
  font-style: italic;
  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;
}

/* 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.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;
}

.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;
  font-size: 14px;
}

.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%
  }

  .quote {
    margin: 0 16px !important;
  }

}



@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
  }

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

  .site-footer .copyright .text {
    display: block;
    padding: 0;
    margin-bottom: 5px
  }

  #cleft_box {
    display: none;
  }

  /* overrided on mobile */
}

/* news */
.news-h5 {
  color: #111 !important;
  font-weight: 800 !important;
  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;
}

.quote .quote-text a:hover {
  color: #ef3214;
}

.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: normal;
  font-size: 14px;
  color: #999;
  line-height: 1.19em;
  text-align: center;
}

.quote {
  width: 100%;

  /* margin: 0 54px; */
  /* padding: 10px 0 20px 10px; */
  border-bottom: 1px solid #eee;
  float: left;
}


.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;
  }

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

  .quote .quote-author .quote-author-photo {
    display: none;
    margin-right: 10px;
  }

  .quote .quote-author-photo {
    position: static;
    margin: 0px 10px 0 0;
    float: left;
  }
}

.communication,
.construction,
.education,
.energy,
.finance,
.government,
.lawyer,
.logistics,
.manufacture,
.media,
.medicine,
.realty,
.prod-fallback-edoc4,
.fullback-business {
  /* padding: 250px 0 0 0;
  min-height: 800px; */
  padding-top: 200px !important;
  padding-bottom: 80px !important;
  min-height: 740px !important;
}

.communication {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-communication.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.construction {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-construction.jpg) center center no-repeat;
}

.education {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-education.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.energy {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-energy.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.finance {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-finance.jpg) center center no-repeat;
}

/*.government{
	background:url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-government.jpg) center center no-repeat;
	} */
.government {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-government_new.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.lawyer {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-lawyer.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.logistics {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-logistics.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.manufacture {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-manufacture.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

/*.media{
	background:url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-media.jpg) center center no-repeat;
	margin-top:0;
	}*/
.media {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-media_new.jpg) center center no-repeat;
  margin-top: 0;
  background-color: #141414;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.medicine {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-medicine.jpg) center center no-repeat;
}

.realty {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/industry-realty.jpg) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.communication h2,
.construction h2,
.education h2,
.energy h2,
.finance h2,
.government h2,
.lawyer h2,
.logistics h2,
.manufacture h2,
.media h2,
.medicine h2,
.realty h2 {
  font-weight: 300;
  color: #FFF;
  display: inline-block;
}

.communication p,
.construction p,
.education p,
.energy p,
.finance p,
.government p,
.lawyer p,
.logistics p,
.manufacture p,
.media p,
.medicine p,
.realty p {
  margin-bottom: 20px;
  color: #FFF;
}

@media screen and (max-width: 1441px) and (min-width: 901px) {

  .communication,
  .construction,
  .education,
  .energy,
  .finance,
  .government,
  .lawyer,
  .logistics,
  .manufacture,
  .media,
  .medicine,
  .realty,
  .prod-fallback-edoc3,
  .prod-fallback-edoc4,
  .prod-fallback-edoc5,
  .prod-fallback-about,
  .fullback-business {
    height: 540px !important;
    min-height: 540px !important;
    /* padding: 20rem 0 0 0!important; */
    padding: 12rem 0 0 0;
    background-position: center !important;
  }
}


@media screen and (max-width: 1601px) and (min-width: 1442px) {

  .communication,
  .construction,
  .education,
  .energy,
  .finance,
  .government,
  .lawyer,
  .logistics,
  .manufacture,
  .media,
  .medicine,
  .realty,
  .prod-fallback-edoc3,
  .prod-fallback-edoc4,
  .prod-fallback-edoc5,
  .prod-fallback-about,
  .fullback-business {
    height: 617px !important;
    min-height: 617px !important;
    background-position: center !important;
  }
}

@media screen and (min-width: 1601px) {

  .communication,
  .construction,
  .education,
  .energy,
  .finance,
  .government,
  .lawyer,
  .logistics,
  .manufacture,
  .media,
  .medicine,
  .realty,
  .prod-fallback-edoc3,
  .prod-fallback-edoc4,
  .prod-fallback-edoc5,
  .prod-fallback-about,
  .fullback-business {
    height: 740px !important;
    min-height: 740px !important;
    padding: 20rem 0 0 0 !important;
    background-position: center !important;
  }
}

.moreNewsList {
  color: #333;
}

.moreNewsList li a {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  display: inline-block;
  color: #333;
}

.moreNewsList li a:hover {
  text-decoration: underline;
}

.des-h4 {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}

.oth-h5 {
  font-size: 12px;
  color: #999;
}

.info .news-h5 {
  color: #111;
  font-weight: 800;
  display: block;
  padding: 10px 0;
  font-size: 15px;
}

/* edoc产品页最下面"我们客户给予的评价" */
a.rate {
  font-size: 16px;
  color: #bbb;
}

a.rate:hover {
  font-size: 16px;
  color: #bbb;
  text-decoration: underline;
}

.edoc-btn-white {
  font-size: 12px;
  color: #999;
  border: solid 2px;
  border-radius: 24px;
  display: inline-block;
  border-color: #999;
}

.edoc-btn-white:hover {
  color: #fff;
  border-color: #ddd;
  background: transparent;
}

.fullback-business,
.fullback-app {
  background-size: cover;
  padding: 250px 0 0 0;
  min-height: 800px;
}

.fullback-business {
  background: #222 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/fullback-business.jpg') center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 0 0 0;
}

.fullback-app {
  background: #222 url('//cdn.xuansiwei.com/tb8473247/templets/default/img/fullback-app.jpg') center center no-repeat;
}

.fullback-business h2,
.fullback-business p,
.fullback-app h2,
.fullback-app p {
  color: #FFF;
}

a.icon:hover .weixinPic {
  display: block
}

a.icon .weixinPic {
  display: none;
  position: absolute;
  top: -181px;
  right: -55px;
  width: 160px;
  height: 160px;
  border: 1px solid #d8d8d8;
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/weixin.png) left top no-repeat;
  z-index: 9999px
}

.btn_in1 {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btn_in1.png) left top no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  margin: 20px 0 0 5px;
}

.btn_in1:hover {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btn_in1.png) -22px top no-repeat;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.btn_in2 {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btn_in2.png) left top no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  margin: 20px 0 0 5px;
}

.btn_in2:hover {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btn_in2.png) -26px top no-repeat;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.btn_in {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btn_in.png) left top no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  margin: 20px 0 0 5px;
}

.btn_in:hover {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btn_in.png) -22px top no-repeat;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.footerBtnIndex {
  color: #DDD;
  font-weight: 500;
}

.footerBtnIndex:hover {
  color: #DDD;
  text-decoration: underline;
}

.btnMoreNews {
  border: solid 2px #bcbcbc;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #bcbcbc;
}

.cd-primary-nav a.btnDemo {
  color: #fff;
  border: solid 2px #444;
  border-radius: 24px;
  padding: 10px 30px;
  margin-right: 20px;
  font-size: 14px;
  background: #ef3214;
}

.cd-primary-nav a.btnDemo:hover,
.productBtnForm a.btnDemo:hover {
  background: #ef3214;
  border: solid 2px #ef3214;
  color: #fff !important;
}

.cd-primary-nav a.btnDownload,
.productBtnForm a.btnDownload {
  color: #fff;
  border-radius: 24px;
  padding: 10px 30px;
  border: solid 1px;
  font-size: 14px;
}

.cd-primary-nav a.btnewDownload,
.productBtnForm a.btnewDownload {
  color: #777;
  border-radius: 24px;
  padding: 10px 30px;
  border: solid 1px;
  font-size: 14px;
}

.cd-primary-nav a.btnDownload2,
.productBtnForm2 a.btnDownload2 {
  color: #999;
  border-radius: 24px;
  padding: 10px 0px;
  text-align: center;
  border: solid 1px;
  font-size: 14px;
}

.cd-primary-nav a.btnDownload:hover,
.productBtnForm a.btnDownload:hover {
  background: #ef3214;
  border: solid 1px #ef3214;
  color: #fff !important;
}

.cd-primary-nav a.btnewDownload:hover,
.productBtnForm a.btnewDownload:hover {
  background: #ef3214;
  border: solid 1px #ef3214;
  color: #fff !important;
}

.cd-primary-nav a.btnDownload2:hover,
.productBtnForm2 a.btnDownload2:hover {
  background: #ef3214;
  border: solid 1px #ef3214;
  color: #fff !important;
}

.successCaseList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.successCaseList li {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/icon_Circle.png) 5px 10px no-repeat;
  padding: 0 0 0 20px;
  color: #333;
  text-align: left;
  font-weight: normal;
}

.gmp li {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/icon_Circle.png) 5px center no-repeat;
  line-height: 30px;
}

.successCaseListText {
  margin: 2em 0 5px 0 !important;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.btnBackNews {
  color: #333;
  border-radius: 24px;
  padding: 10px 30px;
  border: 2px solid #ccc;
  display: inline-block;
  font-size: 12px;
}

.btnBackNews:hover {
  color: #333;
  border: 2px solid #c30;
  background-color: transparent;
}

.solutionAppBg h2 {
  font-weight: 300;
  color: #fff;
  display: inline-block;
}

.solutionAppBg p {
  margin-bottom: 20px;
  color: #fff;
}

.product-bg-incloud {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/product-bg-incloud.jpg) center 100% no-repeat;
  min-height: 1080px;
  padding-top: 22rem;
}

.product-incloud-txtBg {
  background: #ef3214;
  opacity: .9;
  padding: 20px;
}

.product-incloud-txtBg p {
  color: #FFF;
  font-size: 25px;
}

.futureishere {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/futureishere-bg.png) center top no-repeat;
  min-height: 543px;
}

.parnterTxt p {
  padding: 0 35px;
  text-align: left;
  height: 200px;
}

/*右侧浮动联系我们按钮*/
.cc_contact {
  position: fixed;
  top: 330px;
  right: 0;
  z-index: 99;
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBtn.gif);
  width: 48px;
  height: 48px;
  cursor: pointer;
}

/*右侧浮动联系我们内容*/
.cc_sider {
  width: 180px;
  position: fixed;
  right: 0;
  top: 15px;
  display: none;
  z-index: 99;
}

/*右侧至顶按钮*/
.returnTop {
  position: fixed;
  top: 380px;
  right: 0;
  z-index: 99;
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/btnTop.jpg) left top no-repeat;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.leftBoxBg {
  background: #f0f0f0;
  padding: 0 15px;
}

a.leftBoxSale,
a.leftBoxQQ,
a.leftBoxWX {
  display: block;
  padding: 20px 0 20px 35px;
  color: #5c5c5c;
}

a.leftBoxSale:hover,
a.leftBoxQQ:hover,
a.leftBoxWX:hover {
  color: #ef3214;
}

a.leftBoxSale {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 2px 20px no-repeat;
}

a.leftBoxSale:hover {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 2px -28px no-repeat;
}

.leftBoxTele {
  background: #f0f0f0 url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 15px -80px no-repeat;
  color: #5c5c5c;
  padding: 10px 0 10px 50px;
}

/*.leftBoxTele:hover{
	background:url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 2px -118px no-repeat;
	}*/
a.leftBoxQQ {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 2px -170px no-repeat;
}

a.leftBoxQQ:hover {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 3px -220px no-repeat;
}

a.leftBoxWX {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 2px -270px no-repeat;
}

a.leftBoxWX:hover {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/leftBoxBg.png) 2px -321px no-repeat;
}

.leftBoxLine {
  border-bottom: 1px solid #FFF;
}

/********** 表单样式 **************/
@media (min-width: 992px) {
  .demoContentForm {
    width: 1210px;
    margin: 30px auto 40px auto;
    padding: 30px;
    border: 1px solid #e7e7e7;
  }

  .demoContentForm1 {
    width: 1210px;
    margin: 30px auto 40px auto;
    padding: 30px;
  }

  .freeDownloadSubmit {
    width: 760px;
  }

  .divleft {
    float: left;
  }

  .freeDownloadSubmit h2 {
    color: #757575;
    padding: 0 0 0 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .demoAttention {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    margin: 10px 0 30px 0;
  }

  .demoAttentionIcon {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/demoIcon.png) left 8px no-repeat;
    padding: 0 0 0 35px;
    line-height: 150%;
    color: #406cae;
    font-size: 12px;
  }

  .demoApplyForm {
    width: 400px;
    margin: 0 auto;
  }

  .demoApplyForm p {
    padding: 0 0 20px 0;
    clear: both;
    margin: 0 0 10px;
  }

  .demoApplyForm span {
    color: #838383;
    font-size: 16px;
    float: left;
    width: 90px;
    display: block;
    line-height: 40px;
  }

  .demoApplyForm input {
    border: 2px solid #d9d9d9;
    height: 40px;
    width: 300px;
    border-radius: 4px;
    color: #a1a1a1;
    padding: 0 10px;
  }

  .sel_wrap {
    height: 40px;
    background: #fff;
    color: #a1a1a1;
    font-size: 14px;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    _filter: alpha(opacity=0);
    width: 300px;
  }

  .demoApplyForm span {
    color: #838383;
    font-size: 16px;
    float: left;
    height: 40px;
    width: 90px;
    display: block;
    line-height: 40px;
  }

  .demoLinkSubmit {
    background: #ef3214;
    border-radius: 6px;
    text-decoration: none;
    padding: 12px 0;
    color: #FFF !important;
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
    float: left;
    border: none !important;
  }

  .demoRightContent {
    width: 300px;
    margin: 30px 0 30px 70px;
    padding: 30px 0 30px 30px;
    border-left: 1px solid #d7d7d7;
  }

  .divright {
    float: right;
  }

  .demoRightWeiXinTitle {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/demoIcon.png) 1px -28px no-repeat;
    padding: 0 0 0 55px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #949494;
  }

  .demoRightWeiXinPic {
    width: 162px;
    height: 162px;
    margin: 20px auto 60px auto;
    border: 1px solid #949494;
  }

  .demoRightTeleTitle {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/demoIcon.png) 1px -83px no-repeat;
    padding: 0 0 0 55px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #949494;
  }

  .demoRightTele {
    text-align: center;
    padding: 20px 0;
  }

  .demoRightContact {
    font-size: 12px;
    font-family: 'Microsoft YaHei', 'Arial';
    color: #333;
  }

  .bkg-demo-form,
  .newsIndexBg {
    min-height: 300px;
  }

  .bkg-demo-form .container {
    display: none;
  }

  /*.section-padding{padding:0;}*/

  /*易存表单*/
  .indemo {
    width: 500px;
    margin: 0 auto;
  }

  .indemo em {
    font-style: normal;
    border-radius: 5px;
    background: #768599;
    color: #fff;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
  }

  .signup_protocal_opt {
    display: inline-block;
  }

  .demoApplyForm input.signup_checkbox {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 14px;
    height: 14px;
    padding: 0;
    vertical-align: -2px;
  }

  .indemo b {
    font-weight: normal;
    font-size: 14px;
    color: #666;
  }

  .indemo b a {
    color: #455e98;
  }

  .demoApplyForm p.tiaokuan {
    margin-left: 50px;
  }

  .demoApplyForm input.radio {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    padding: 0;
    display: inline-block;
    margin-top: 14px;
    margin-right: 8px;
    vertical-align: -2px;
  }

  .indemo i {
    font-style: normal;
    margin-right: 12px;
    color: #666
  }

  .demoApplyForm input.submit {
    width: 460px;
    margin: 0 auto;
    height: 36px;
    background: #768599;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    font-size: 16px;
    float: left;
    border: none !important;
    color: #fff;
  }

  .demotel {
    height: 40px;
    background: #fff;
    color: #a1a1a1;
    font-size: 14px;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    _filter: alpha(opacity=0);
    width: 70px;
  }
}

@media (max-width: 992px) {
  .demoContentForm {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

  .demoContentForm1 {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

  .freeDownloadSubmit {
    width: 100%;
  }

  .divleft {
    float: left;
  }

  .freeDownloadSubmit h2 {
    display: none;
    color: #757575;
    padding: 0 0 0 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .demoAttention {
    display: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    margin: 10px 0 30px 0;
  }

  .demoAttentionIcon {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/demoIcon.png) left 8px no-repeat;
    padding: 0 0 0 35px;
    line-height: 150%;
    color: #406cae;
    font-size: 12px;
  }

  .demoApplyForm {
    width: 100%;
    margin: 0 auto;
  }

  .demoApplyForm p {
    padding: 0 0 10px 0;
    clear: both;
    margin: 0 0 1px;
  }

  .demoApplyForm span {
    color: #838383;
    font-size: 14px;
    float: left;
    width: 90px;
    height: 25px;
    line-height: 25px;
  }

  .demoApplyForm input {
    border: 1px solid #d9d9d9;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #a1a1a1;
    padding: 0 10px;
  }

  .sel_wrap {
    height: 40px;
    background: #fff;
    color: #a1a1a1;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
    _filter: alpha(opacity=0);
    width: 100%;
  }

  .demoLinkSubmit {
    background: #ef3214;
    border-radius: 6px;
    text-decoration: none;
    padding: 12px 0;
    color: #FFF !important;
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
    float: left;
    border: none !important;
  }

  .demoRightContent {
    display: none;
    width: 300px;
    margin: 30px 0 30px 70px;
    padding: 30px 0 30px 30px;
    border-left: 1px solid #d7d7d7;
  }

  .divright {
    float: right;
  }

  .demoRightWeiXinTitle {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/demoIcon.png) 1px -28px no-repeat;
    padding: 0 0 0 55px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #949494;
  }

  .demoRightWeiXinPic {
    width: 162px;
    height: 162px;
    margin: 20px auto 60px auto;
    border: 1px solid #949494;
  }

  .demoRightTeleTitle {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/demoIcon.png) 1px -83px no-repeat;
    padding: 0 0 0 55px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #949494;
  }

  .demoRightTele {
    text-align: center;
    padding: 20px 0;
  }

  .demoRightContact {
    font-size: 12px;
    font-family: 'Microsoft YaHei', 'Arial';
    color: #333;
  }

  /*易存表单*/
  .indemo em {
    font-style: normal;
    border-radius: 5px;
    background: #768599;
    color: #fff;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
  }

  .demoApplyForm input.signup_checkbox {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 14px;
    height: 14px;
    padding: 0;
  }

  .demoApplyForm input.radio {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    padding: 0;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
  }

  .indemo i {
    font-style: normal;
    margin-right: 12px;
    color: #666
  }

  .demoApplyForm span.shiy {
    width: 100%;
  }

  .demoApplyForm input.submit {
    width: 100%;
    height: 36px;
    background: #768599;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    font-size: 16px;
    float: left;
    border: none !important;
    color: #fff;
  }

  .demotel {
    display: none;
  }
}

.submitSuccessTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 !important;
}

.submitSuccessTxt {
  font-size: 16px;
  line-height: 160%;
}

.newsIndexBg {
  background: #333 url(//cdn.xuansiwei.com/tb8473247/templets/default/img/newsIndexBg.jpg) top center no-repeat;
  background-size: cover;
}

.newsIndexBg p {
  color: #ef3214;
}

.productBtnForm {
  padding: 20px 0 0 0;
  position: relative;
  z-index: 1;
}

.productBtnForm a.btnDownload,
.productBtnForm a.btnInfo {
  margin: 10px 30px 0 30px;
  width: 118px;
}

.productBtnForm a.btnewDownload,
.productBtnForm a.btnInfo {
  margin: 10px 30px 0 30px;
  width: 118px;
}

@media screen and (max-width:900px) {

  .productBtnForm a.btnDownload,
  .productBtnForm a.btnInfo {
    margin: 10px auto !important;
    width: 118px;
    display: block;
  }

  .productBtnForm a.btnewDownload,
  .productBtnForm a.btnInfo {
    margin: 10px auto !important;
    width: 118px;
    display: block;
  }

  .productBtnForm2 a.btnDownload2,
  .productBtnForm2 a.btnInfo {
    margin: 10px auto !important;
    width: 118px;
    display: block;
  }

  .ovm .col-xs-6-2 {
    width: 100%;
  }

  .mcverified_news {
    width: 100%;
    text-align: center;
  }

  .prod-fallback-edoc5 {
    padding-top: 200px !important;
  }
}

.productBtnForm a.btnInfo {
  color: #fff;
  border-radius: 24px;
  padding: 10px 30px;
  border: solid 1px #ef3214;
  font-size: 14px;
  background: #ef3214;
}

.productBtnForm a.btnInfo:hover {
  background: #ef3214;
  border: solid 1px #ef3214;
  color: #fff !important;
}

.productBtnForm2 {
  padding: 20px 0 0 0;
  position: relative;
  z-index: 1;
}

.productBtnForm3 {
  padding: 20px 0 0 0 !important;
  position: relative;
  z-index: 1;
}

.productBtnForm2 a.btnDownload2,
.productBtnForm2 a.btnInfo {
  margin: 10px 30px 0 30px;
  width: 118px;
}

.productBtnForm2 a.btnInfo {
  color: #fff;
  border-radius: 24px;
  padding: 10px 0px;
  text-align: center;
  border: solid 1px #ef3214;
  font-size: 14px;
  background: #ef3214;
  vertical-align: top;
}

.productBtnForm2 a.btnInfo:hover {
  background: #ef3214;
  border: solid 1px #ef3214;
  color: #fff !important;
}

.page404Form {
  max-width: 650px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.page404Form h5 {
  color: #3d3d3d;
}

.page404Text {
  font-size: 50px;
}

.page404Info {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 20px;
  margin: 50px 0 0 0;
}

.page404Info ul {
  margin: 0 0 0 25px;
  padding: 0;
}

.page404Info ul li {
  background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/icon_Circle.png) 5px 8px no-repeat;
  padding: 0 0 15px 20px;
  color: #7a7a7a;
  font-size: 14px;
}

.page404Info ul li a {
  color: #009dd1;
}

.page404Info ul li a:hover {
  text-decoration: underline;
}

.color009dd1 {
  color: #009dd1;
}

.sitemapForm h4 {
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0;
  color: #333;
}

a.sitemapTitle {
  background: #4c525d;
  display: block;
  color: #FFF;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 14px;
}

a.sitemapSubTitle {
  color: #000;
  font-weight: bold;
  width: 100px;
  text-align: center;
  display: block;
  font-size: 13px;
  height: 50px;
}

a.sitemapSubTitle:hover {
  color: #000;
  text-decoration: underline;
}

.sitemapForm span {
  width: 100px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.sitemapList {
  /*float:left;*/
  width: 100%;
}

.sitemapList a {
  display: block;
  margin: 0 15px 10px 15px;
  float: left;
  color: #009dd1;
}

a.sitemapTitle:hover,
.sitemapList a:hover {
  text-decoration: underline;
}

/*关于我们时间切换*/
#timeline {
  width: 960px;
  height: 290px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_line.png') left 84px repeat-x;
  font-family: "微软雅黑"Georgia, serif;
  margin-top: 40px;
}

#dates {
  width: 960px;
  height: 110px;
  overflow: hidden;
}

#dates li {
  list-style: none;
  float: left;
  width: 175px;
  height: 100px;
  font-size: 36px;
  line-height: 40px;
  color: #aaa;
  text-align: center;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_dot.png') center bottom no-repeat;
}

#dates a {
  line-height: 40px;
  padding-bottom: 10px;
  font-size: 36px;
  text-decoration: none;
  color: #aaa;
  height: 90px;
  display: block;
}

#dates a:hover {
  color: #ef3214
}

#dates .selected {
  font-size: 41px;
  color: #ef3214;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_dot_active.png') center bottom no-repeat;
  /* z-index: 100000; */
  height: 100px;
  display: block;


}

#issues {
  width: 960px;
  height: 260px;
  overflow: hidden;
}

#issues li {
  width: 960px;
  height: 160px;
  list-style: none;
  float: left;
}

#issues li h1 {
  color: #ffcc00;
  font-size: 42px;
  margin: 20px 0;
  text-shadow: #000 1px 1px 2px;
}

#issues li p {
  font-size: 14px;
  margin-right: 70px;
  margin: 0px;
  font-weight: normal;
  line-height: 22px;
}

.issuescontent {
  width: 100%;
  margin: auto;
}

.contentleft {
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 50px;
  float: left;
  color: #ef3214;
  font-weight: 700;
}

.contentright {
  float: right;
  text-align: left;
  font-size: 24px;
  height: 180px;


}

.contentright p {
  font-size: 16px !important;
  padding-bottom: 0px;
  line-height: 30px !important;
}

#time_prev {

  width: 90px;
  height: 90px;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_left.png');
  /* margin-top: -251px; */
  /* margin-left: 66px; */
  cursor: pointer;
  margin-top: 150px;
}


#time_next {

  width: 90px;
  height: 90px;
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_right.png');
  margin-top: 150px;
  /* margin-left: 871px; */
  cursor: pointer;
}

#time_next:hover {
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_right_hover.png');
}


#time_prev:hover {
  background: url('//cdn.xuansiwei.com/tb8473247/templets/default/img/about/time_left_hover.png');
}

/*关于我们行业覆盖*/
.about_hy {
  width: 70%;
  margin: 0 auto;
}

.about_hy li {
  height: 60px;
  background: #fff;
  margin: 8px 1.6%;
  box-shadow: 5px 5px 5px #eee;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.about_hy li.col-md-2 {
  padding: 0;
}


/*关于我们证书*/
#box {
  width: 100%;
}

#box li {
  width: 300px;
  margin: 0 20px;
}

.mb-wrapper {
  margin: 0 auto 20px;
  position: relative;
  height: 500px;
  left: 0;
  top: 0;
}

.mb-slider,
.mb-scroll {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}

.mb-active-slider {
  border-color: #333;
}

.mb-slider .mb-panel {
  margin-top: 100px;
  display: block;
  cursor: pointer;
  float: left;
  list-style: none;
}

.mb-panel a {
  outline: 0;
}

.mb-slider .mb-panel.current {
  cursor: auto;
}

.mb-inside * {
  max-width: 100%;
}

a.mb-scrollButtons {
  display: block;
  width: 45px;
  height: 58px;
  background: transparent url(//cdn.xuansiwei.com/tb8473247/templets/default/images/arrows.png) no-repeat;
  position: absolute;
  top: 40%;
  margin-top: -29px;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  _background: transparent url(//cdn.xuansiwei.com/tb8473247/templets/default/images/arrows.gif) no-repeat;
}

a.mb-scrollButtons.mb-left {
  background-position: left top;
  left: -45px;
}

a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: -45px;
}

a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom;
}

a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom;
}

a.mb-scrollButtons.disabled {
  display: none;
}

.mb-controls {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 440px;
  left: 485px;
  z-index: 100;
}

.mb-controls a {
  color: #bbbec0;
  font: 24px/2.2 Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}

.mb-panel {
  margin-top: 90px;
}

.mb-controls a:hover {
  color: #ef3124;
}

.mb-controls a.current {
  color: #ef3124;
}

.main-nav {
  display: block;
  text-align: center;
  border-bottom: 2px solid #a71700;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}

.main-nav a {
  text-decoration: none;
  color: #3e63ec;
  font-size: 18px;
  margin: 0 8px;
}

.main-nav a:hover {
  color: black;
  border-bottom: 2px solid black;
}

.mb-inside img {
  width: 100%;
}

.about_img {
  width: 45%;
  margin-right: 20px;
  float: left;
}

@media (max-width:960px) {
  .about_img {
    width: 100%;
  }
}

.content {
  overflow: auto;
  height: 160px;
}