h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #222222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 45px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
h2,
.h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 21.6px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20.4px;
  }
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 14px;
  text-align: justify;
  text-justify: inter-cluster;
}
.lead {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 28px;
}
@media (min-width: 1400px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #179ec6;
}
.example-colors .color-brand-secondary {
  background: #026db9;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #222222;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
.docs-section {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .docs-section {
    margin-bottom: 28px;
  }
}
.docs-section .btn {
  margin-bottom: 14px;
}
h2.sub-title {
  font-size: 24px;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #179ec6;
}
a.text-primary:hover {
  color: #127a98;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #179ec6;
}
a.bg-primary:hover {
  background-color: #127a98;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.9;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px 20px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.9;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.9;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 84px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 47px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 84px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 84px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.follow-social {
  border: 1px solid #eeeeee;
  padding: 14px;
}
.follow-social:before,
.follow-social:after {
  content: " ";
  display: table;
}
.follow-social:after {
  clear: both;
}
.follow-social a i {
  background: #179ec6;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  height: 43px;
  line-height: 43px;
  float: left;
  width: 20%;
}
.follow-social a i.fa-facebook {
  background: #3b5999;
}
.follow-social a i.fa-twitter {
  background: #55acee;
}
.follow-social a i.fa-linkedin-square {
  background: #0077B5;
}
.follow-social a i.fa-google-plus {
  background: #dd4b39;
}
.follow-social a i.fa-pinterest-p {
  background: #bd081c;
}
.social-block a {
  display: block;
  line-height: 32px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
.social-block a + a {
  margin-top: 10px;
}
.social-block a i {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  float: left;
  width: 32px;
  line-height: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  font-size: 14px;
}
.social-block a.facebook-block {
  background: #3b5999;
}
.social-block a.twitter-block {
  background: #55acee;
}
.social-block a.google-plus-block {
  background: #dd4b39;
}
.leader {
  background: #026db9;
  color: #ffffff;
}
.leader .leader-content {
  padding: 28px;
}
.leader .leader-content h4 {
  color: #ffffff;
  margin-top: 0;
}
.leader .leader-content p {
  font-size: 13px;
}
.leader .leader-content span {
  display: block;
}
.jumbotron h2 {
  font-size: 47px;
}
.jumbotron iframe {
  margin-top: 28px;
}
.intro-ct {
  background-color: #f7f7f7;
  padding: 28px;
  font-weight: 500;
}
.img-content {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .img-content {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .img-content.align-r {
    float: right;
    margin: 0 0 28px 56px;
  }
}
.img-content.align-r img {
  margin: 0 0 14px;
}
.img-content p {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}
.inline-note {
  background-color: #f8e8cf;
  border-top: 2px solid #f2d3a2;
  font-size: 17px;
  max-width: 40%;
  padding: 28px;
  position: relative;
}
.inline-note:after {
  display: block;
  color: #333333;
  content: "\f06a";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.inline-note.align-r {
  margin: 0 0 28px 28px;
  float: right;
}
.hilite-box {
  background-color: #333333;
  margin-top: 28px;
  margin-bottom: 56px;
  overflow: hidden;
}
.hilite-box .media {
  float: left;
  margin-right: 56px;
  position: relative;
}
@media (max-width: 767px) {
  .hilite-box .media {
    float: none;
    margin: 0;
  }
  .hilite-box .media img {
    width: 100%;
  }
}
.hilite-box .media .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.hilite-box .media .mask:after {
  border-top: 20px solid transparent;
  border-right: 20px solid #333333;
  border-bottom: 20px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 28px;
  width: 0;
  height: 0;
  z-index: 200;
}
@media (max-width: 767px) {
  .hilite-box .media .mask:after {
    display: none;
  }
}
.hilite-box .media .personal-info {
  font-size: 17px;
  position: absolute;
  left: 28px;
  letter-spacing: 0.5px;
  bottom: 28px;
  right: 28px;
}
.hilite-box .media .personal-info .name {
  color: #ffffff;
  display: block;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.hilite-box .media .personal-info span {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.hilite-box.media-r .media {
  float: right;
  margin-right: 0;
  margin-left: 56px;
}
@media (max-width: 767px) {
  .hilite-box.media-r .media {
    float: none;
    margin: 0;
  }
  .hilite-box.media-r .media img {
    width: 100%;
  }
}
.hilite-box.media-r .media .mask:after {
  left: 0;
  right: auto;
  border-right: none;
  border-left: 20px solid #333333;
}
.hilite-box .content {
  color: #999999;
  font-size: 18px;
  padding: 28px;
}
.hilite-box .content i {
  font-size: 32px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.hilite-box.hilite-primary {
  background-color: #179ec6;
}
.hilite-box.hilite-primary .media .mask:after {
  border-right-color: #179ec6;
}
.hilite-box.hilite-primary.media-right .media .mask:after {
  border-left-color: #179ec6;
}
.hilite-box.hilite-primary .content {
  color: #ffffff;
}
.hilite-box.hilite-blue {
  background-color: #026db9;
}
.hilite-box.hilite-blue .media .mask:after {
  border-right-color: #026db9;
}
.hilite-box.hilite-blue .content {
  color: #ffffff;
}
.hilite-box.hilite-blue.media-r .media .mask:after {
  border-left-color: #026db9;
}