@font-face {
  font-family: myfont;
  src: url(../fonts/home/iconfont.eot?v=4.4.0);
  src: url(../fonts/home/iconfont.eot?#iefix&v=4.4.0)
      format('embedded-opentype'),
    url(../fonts/home/iconfont.woff?v=4.4.0) format('woff'),
    url(../fonts/home/iconfont.ttf?v=4.4.0) format('truetype'),
    url(../fonts/home/iconfont.svg?v=4.4.0#iconfont) format('svg');
  font-weight: 400;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 myfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-star-o:before {
  content: '';
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow: auto;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
mark.highlight {
  background: inherit;
  color: #e97961;
  border: none;
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cursor-default {
  cursor: default !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 1200px;
  max-width: none !important;
}
.container:after,
.container:before {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-11,
.col-md-1,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-7,
.col-md-8,
.col-sm-6,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@-ms-viewport {
  width: device-width;
}
.hide,
.visible-sm,
.visible-xs {
  display: none !important;
}
*,

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.5;
  color: #666;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2895f1;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #2880eb;
}
a:active,
a:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
}
.row {
  margin: 0;
}
hr {
  margin-top: 10px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.space-top {
  margin-top: 24px !important;
}
.space-top-2x {
  margin-top: 48px !important;
}
.space-top-3x {
  margin-top: 72px !important;
}
.space-bottom {
  margin-bottom: 20px !important;
}
.space-bottom-2x {
  margin-bottom: 48px !important;
}
.padding-top {
  padding-top: 24px !important;
}
.padding-top-2x {
  padding-top: 48px !important;
}
.padding-top-3x {
  padding-top: 32px !important;
}
.padding-bottom {
  padding-bottom: 24px !important;
}
.padding-bottom-2x {
  padding-bottom: 48px !important;
}
.padding-bottom-3x {
  padding-bottom: 32px !important;
}
.padding-bottom-4x {
  padding-bottom: 100px !important;
}
.margin-bottom-min {
  margin-bottom: 2px !important;
}
.margin-top-2px {
  margin-top: 2px !important;
}
.margin-top-3px {
  margin-top: 3px !important;
}
.margin-top-5px {
  margin-top: 5px !important;
}
.no-border {
  border: none;
}
.block-center {
  margin-left: auto;
}
.block-center,
.block-left {
  display: block;
  margin-right: auto;
}
.block-left {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  color: #44484a;
  text-transform: uppercase;
  margin-top: 0;
}
h1 {
  line-height: 1.1;
}
h1,
h2 {
  margin-bottom: 22px;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 8px;
}
h1 {
  font-size: 32px;
}
h1,
h2 {
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h3,
h4 {
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h5,
h6 {
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
h6 {
  font-size: 14px;
  margin-top: 14px;
}
p {
  line-height: 1.8;
  color: #666;
}
.text-lg {
  font-size: 16px;
}
small {
  font-size: 90%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-normal {
  font-weight: 400;
}
.text-thin {
  font-weight: 300;
}
.text-strong {
  font-weight: 700;
}
.text-gray {
  height:40px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:20px;
}
.text-muted {
  color: gray !important;
}
.text-light {
  color: #fff !important;
}
.text-default {
  color: #2895f1 !important;
}
ol,
ul {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.8;
}
ol li,
ul li,
ul ul {
  margin-bottom: 0;
}
ol {
  padding-left: 22px;
}
.list-featured {
  list-style: none;
  padding: 0;
}
.list-featured li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}
.list-featured li a {
  color: #403580;
}
.list-featured li a:hover {
  color: #624aff;
}
.list-featured li:before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  background-color: #2895f1;
  margin-right: 15px;
}
.form-control,
input[type='text'] {
  display: block;
  width: 100%;
  line-height: 1.5;
  height: 54px;
  font-size: 14px;
  color: #333;
  text-transform: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:focus,
input[type='text']:focus {
  background-color: #ebfff3;
  outline: 0;
}
.form-control::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='url']::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
select::-ms-expand {
  display: none;
}
.form-control.error::-moz-placeholder {
  color: #e97961;
}
.form-control.error:-ms-input-placeholder {
  color: #e97961;
}
.form-control.valid::-moz-placeholder {
  color: #19c55e;
}
.form-control.valid:-ms-input-placeholder {
  color: #19c55e;
}
.help-search {
  position: relative;
}
.help-search button[type='button'] {
  position: absolute;
  display: block;
  width: 44px;
  height: 42px;
  line-height: 11px;
  color: #fff;
  border: none;
  background-color: #40b24a;
  top: 6px;
  right: 6px;
  text-align: center;
  padding-top: 4px;
}
.help-search .form-control {
  margin-bottom: 12px;
}
.help-search {
  margin-top: 20px;
}
.btn {
  display: inline-block;
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 0 25px;
  margin: 10px 10px 10px 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  background-color: #2895f1;
}
.btn:hover {
  background-color: #0e7cd8;
  color: #fff;
  text-decoration: none;
}
.btn:focus,
.btn:hover {
  outline: 0;
}
.btn:active {
  outline: 0;
  background-image: none;
}
.btn i,
.btn i:before {
  margin-top: -1px;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-default,
.btn-default:hover,
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
}
.btn-default {
  background-color: #2895f1;
}
.btn-default:hover {
  background-color: #0e7cd8;
}
.btn-primary {
  background-color: #40b24a;
}
.btn-primary:hover {
  background-color: #30a33a;
}
.btn-danger {
  background-color: #f27125;
}
.btn-danger:hover {
  background-color: #df651d;
}
.btn-light,
.btn-light:hover {
  background-color: #fff;
  color: #000;
}
.btn-grey {
  background-color: #999;
}
.btn-grey:hover {
  background-color: #666;
}
.btn-ghost {
  background-color: transparent;
  color: #2895f1;
  border-color: #2895f1;
}
.btn-ghost:hover {
  color: #fff;
  background-color: #2895f1;
}
.btn-ghost.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost.btn-light.btn-guide-andriod:hover,
.btn-ghost.btn-light:hover {
  color: #fff;
  background-color: rgba(70, 170, 75, 0.98);
  border-color: rgba(70, 170, 75, 0.98);
}
.btn-ghost.btn-light.btn-guide-ios:hover {
  color: #fff;
  background-color: #3f7fce;
  border-color: #3f7fce;
}
.btn-ghost.btn-light.btn-guide-js:hover {
  color: #fff;
  background-color: #ce682c;
  border-color: #ce682c;
}
.btn-sp {
  margin: 0;
  background-color: #348a39;
  height: 48px;
  border: 0;
  line-height: 48px;
}
.btn-sp-action,
.btn-sp:hover {
  background-color: #fff;
  height: 48px;
  border: 0;
  line-height: 48px;
  color: #3c9c44 !important;
}
.btn-sp-action {
  margin: 0;
}
.btn-sp-action:hover {
  margin: 0;
  background-color: #fff;
  height: 48px;
  border: 0;
  line-height: 48px;
  color: #3c9c44 !important;
}
.btn-sm {
  height: 36px;
  font-size: 14px;
  line-height: 33px;
  padding: 0 20px;
}
.btn i,
.btn i:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.btn-icon-left {
  padding-left: 21px;
}
.btn-icon-left i {
  margin-right: 7px;
  margin-top: 0;
}
.btn-icon-left.btn-sm {
  padding-left: 16px;
}
.btn-icon-right {
  padding-right: 21px;
}
.btn-icon-right i {
  margin-left: 7px;
  margin-top: 2px;
}
.banner-btn {
  display: inline-block;
  height: 36px;
  margin-right: 14px;
  padding-right: 12px;
  padding-left: 36px;
  font-size: 15px;
  line-height: 36px;
  color: #92e6e6;
  border: 1px solid #92e6e6;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.banner-btn-js {
  padding-left: 46px;
  background: url(/img/banner/js.png) 12px no-repeat;
}
.banner-btn-js:hover {
  background: url(/img/banner/js-hover.png) 12px no-repeat;
}
.banner-btn-android {
  background: url(/img/banner/android.png) 12px no-repeat;
}
.banner-btn-android:hover {
  background: url(/img/banner/android-hover.png) 12px no-repeat;
}
.banner-btn-ios {
  background: url(/img/banner/ios.png) 12px no-repeat;
}
.banner-btn-ios:hover {
  background: url(/img/banner/ios-hover.png) 12px no-repeat;
}
.banner-btn:hover {
  color: #fff;
  border-color: #6a92ad;
  background-color: #6a92ad;
}
.btn-icon-right.btn-sm {
  padding-right: 16px;
}
.tag {
  cursor: default;
}
.tag-old:hover {
  background-color: #999;
}
.tag-news:hover {
  background-color: #f27125;
}
.scroll-to-top-btn {
  display: block;
  position: fixed;
  width: 41px;
  height: 41px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  right: 20px;
  bottom: -96px;
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 85%, 0.55);
  box-shadow: 1px 1px 6px hsla(0, 0%, 45%, 0.23);
  padding-left: 1px;
  opacity: 0;
  -webkit-transition: bottom 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: bottom 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.3s, background-color 0.3s, border-color 0.3s;
  transition: bottom 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s,
    background-color 0.3s, border-color 0.3s;
}
.scroll-to-top-btn i {
  color: #2895f1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.scroll-to-top-btn.visible:hover {
  background: url(../img/cebianlan.png) 2px -292px no-repeat #96d796;
}
.scroll-to-top-btn:hover i {
  color: #fff;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.scroll-to-top-btn.visible {
  top: calc(78% + 90px);
  opacity: 1;
  background: url(../img/cebianlan.png) 2px -233px no-repeat #fff;
}
.btn-3d {
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-3d.btn-primary {
  -webkit-box-shadow: 0 4px 0 #139b4a;
  box-shadow: 0 4px 0 #139b4a;
}
.btn-3d.btn-primary:hover {
  background-color: #18c45d;
}
.btn-3d.btn-primary:active {
  -webkit-box-shadow: 0 0 0 #139b4a;
  box-shadow: 0 0 0 #139b4a;
}
.btn-3d.btn-danger {
  -webkit-box-shadow: 0 4px 0 #e04422;
  box-shadow: 0 4px 0 #e04422;
}
.btn-3d.btn-danger:hover {
  background-color: #fb833d;
}
.btn-3d.btn-danger:active {
  -webkit-box-shadow: 0 0 0 #e04422;
  box-shadow: 0 0 0 #e04422;
}
.btn-3d:active {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.waves-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  z-index: 5;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.4) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.4) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.4) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  background: radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.4) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: hsla(0, 0%, 100%, 0.5);
  background: -webkit-radial-gradient(
    hsla(0, 0%, 100%, 0.3) 0,
    hsla(0, 0%, 100%, 0.4) 40%,
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0.6) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  background: -o-radial-gradient(
    hsla(0, 0%, 100%, 0.3) 0,
    hsla(0, 0%, 100%, 0.4) 40%,
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0.6) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  background: -moz-radial-gradient(
    hsla(0, 0%, 100%, 0.3) 0,
    hsla(0, 0%, 100%, 0.4) 40%,
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0.6) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
  background: radial-gradient(
    hsla(0, 0%, 100%, 0.3) 0,
    hsla(0, 0%, 100%, 0.4) 40%,
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0.6) 60%,
    hsla(0, 0%, 100%, 0) 70%
  );
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: hsla(0, 0%, 100%, 0.5);
}
.page-wrapper {
  position: relative;
  height: 100%;
  min-width: 1200px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-bar a,
.social-bar div.social-a {
  height: 41px;
  width: 41px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  padding: 2px;
  margin-bottom: 3px;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 85%, 0.55);
  box-shadow: 1px 1px 4px hsla(0, 0%, 45%, 0.23);
}
.social-bar.text-center a {
  margin-left: 1px;
  margin-right: 1px;
}
.social-bar.text-right a {
  margin-left: 2px;
  margin-right: 0;
}
.social-bar.bar-fixed-left,
.social-bar.bar-fixed-right {
  position: fixed;
  z-index: 11;
  background-color: transparent;
  right: 20px;
  top: 78%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-bar.bar-fixed-left a,
.social-bar.bar-fixed-right a {
  display: block;
  margin-right: 0;
}
.social-bar.bar-fixed-left a:last-child,
.social-bar.bar-fixed-right a:last-child {
  margin-bottom: 0;
}
.social-bar.bar-fixed-left {
  right: auto;
  left: 16px;
}
.text-center .social-bar a {
  margin-left: 1px;
  margin-right: 1px;
}
.text-right .social-bar a {
  margin-left: 2px;
  margin-right: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.navbar {
  position: relative;
  min-width: 1200px;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
.navbar .toolbar {
  display: block;
  white-space: nowrap;
  right: 0;
  text-align: right;
  font-size: 14px;
  min-width: 389px;
}
.navbar .toolbar .toolbar-text {
  font-size: 14px;
  color: #333;
}
.navbar .toolbar a.toolbar-text:hover {
  color: rgba(70, 170, 75, 0.98) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.navbar .toolbar > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
}
.navbar .toolbar span {
  color: #222;
  font-size: 15px;
  line-height: 58px;
}
.navbar .toolbar > :last-child {
  margin-right: 0;
}
.navbar .toolbar a {
  color: #fff;
  font-size: 14px;
  padding-bottom: 2px;
}
.navbar .toolbar a:hover {
  color: #fff;
}
.navbar .toolbar a:focus {
  outline: 0;
}
.site-logo {
  display: block;
  width: 150px;
  text-decoration: none;
  border: none;
  top: 50%;
  left: 15px;
  padding-top: 10px;
  margin: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-navigation {
  background-color: hsla(0, 0%, 100%, 0.98);
  box-shadow: 0 0 8px hsla(0, 1%, 49%, 0.9);
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.main-navigation,
.main-navigation:hover {
  display: block;
  width: 100%;
  border: 0 solid #d9d9d9;
}
.main-navigation:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation:hover a {
  color: #fff;
}
.main-navigation .menu {
  display: table;
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.main-navigation .menu:after,
.main-navigation .menu:before {
  content: ' ';
  display: table;
}
.main-navigation .menu:after {
  clear: both;
}
.main-navigation .menu li > a {
  color: #222;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation .menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
}
.main-navigation .menu > li.menu-left {
  float: left;
}
.main-navigation .menu > li > a {
  display: block;
  height: 60px;
  border: none;
  padding: 17px 26px;
  font-size: 14px;
  text-align: center;
}
.main-navigation .header-logo {
  float: left;
}
.main-navigation .header-menu {
  float: left;
  max-width: 1000px;
  margin-left: 40px;
}
.main-navigation .menu > li.current-menu-item > a {
  position: relative;
  color: #fff;
  background-color: #46aa4b;
}
.main-navigation .menu > li.current-menu-item > a:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid rgba(70, 170, 75, 0.98);
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
}
.main-navigation .menu > li:hover > a {
  position: relative;
  color: #fff;
  background-color: #46aa4b;
  box-shadow: 0 1px 0 #46aa4b;
}
.main-navigation .menu > li .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  width: 265px;
  padding: 16px;
  background-color: #46aa4b;
  text-align: left;
  left: 0;
  top: 100%;
  margin-top: 0;
}
.main-navigation .menu > li .sub-menu > li {
  display: block;
  margin-bottom: 12px;
}
.main-navigation .menu > li .sub-menu > li:last-child {
  margin-bottom: 0;
}
.main-navigation .menu > li .sub-menu > li > a {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 4px 14px;
  background-color: #58b75c;
}
.main-navigation .menu > li .sub-menu > li > a:hover {
  background-color: #66d66b;
}
.main-navigation .menu > li:hover .sub-menu {
  display: block;
}
.sub-menu-account {
  min-width: 146px;
}
.navbar-fullwidth > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.navbar-fullwidth .main-navigation {
  padding-left: 15px;
  padding-right: 15px;
  border-left: none;
  border-right: 0;
}
.page-title {
  width: 100%;
  padding-top: 10px;
}
.page-title .inner {
  display: table;
  width: 100%;
}
.page-title .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.page-title .column:last-child {
  text-align: left;
}
.page-title .breadcrumbs {
  display: inline-block;
  padding: 10px 0 0;
  margin: 8px 0;
}
.page-title .breadcrumbs > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.page-title .breadcrumbs > :last-child {
  margin-right: 0;
}
.page-title .breadcrumbs a {
  border-bottom: 1px dotted #000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.page-title .breadcrumbs a:hover {
  border-color: #2895f1;
}
.page-title .breadcrumbs span {
  font-weight: 600;
}
.page-title .breadcrumbs .delimiter {
  color: #2895f1;
  margin-top: 4px;
}
.block-title {
  color: rgba(51,51,51,1);
  margin-bottom: 20px;
  margin-top: 8px;
  font-weight: 500;
}
.block-title small {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.block-title-article {
  color: #444343;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 42px;
  padding-bottom: 14px;
}
.box-with-icon {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 1px auto 20px;
  cursor: default;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-with-icon .bwi-inner {
  width: 100%;
  padding: 14px 24px;
}
.box-with-icon:hover {
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
  box-shadow: 0 0 0 1px #e8e8e8;
  background-color: #fafafa;
}
.box-with-icon .bwi-icon {
  display: inline-block;
  width: 106px;
  margin-bottom: 6px;
}
.box-with-icon .bwi-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}
.box-with-icon .bwi-text {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
}
.box-with-icon.bwi-expandable {
  position: relative;
  z-index: 1;
  min-height: 190px;
}
.box-with-icon.bwi-expandable .bwi-inner {
  position: inherit;
  width: 100%;
  max-height: 180px;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-with-icon.bwi-expandable:hover {
  z-index: 4;
}
.box-with-icon.bwi-expandable:hover .bwi-inner {
  border-color: #1bdb68;
  max-height: 800px;
}
a.box-with-icon {
  cursor: pointer;
}
.image-box {
  display: block;
  border: 1px solid #fff;
  max-width: 300px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}
a.image-box:hover {
  border-color: #cbc7c7;
}
.image-box-border {
  display: block;
  border: 1px solid #eae8e8;
}
.image-box-help {
  display: block;
  border: 0 solid #d9d9d9;
  max-width: 300px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}
.image-box-help > img,
.image-box > img {
  display: block;
  margin: 0 auto;
}
.image-box-help > img {
  width: 70%;
  padding-top: 16px;
  padding-bottom: 10px;
}
.image-box-help:hover {
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
  box-shadow: 0 0 0 1px #e8e8e8;
  background-color: #fafafa;
}
.image-box-help .ib-text {
  padding: 0 15px 8px;
}
.image-box-help .ib-title {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 6px;
}
.image-box .ib-text {
  padding: 18px 15px;
}
.image-box .ib-title {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
a.image-box,
a.image-box-help {
  cursor: pointer;
}
.image-box-case {
  opacity: 0.7;
  display: block;
  border: 0 solid #d9d9d9;
  max-width: 220px;
  text-decoration: none;
  text-align: center;
  margin: 0 10px 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
}
.fw-section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fw-section .container {
  position: relative;
  z-index: 4;
}
.fw-section.border-top {
  border-top: 1px solid #d9d9d9;
}
.fw-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.fw-section.bg-parallax {
  background-attachment: fixed;
}
.sectionlink {
  margin-top: -20px;
  padding-top: 48px;
}
.portfolio-item {
  display: block;
  text-decoration: none;
  border: none;
}
.portfolio-item .portfolio-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;
}
.portfolio-item > .thumbnail {
  position: relative;
  width: 100.1%;
  overflow: hidden;
}
.portfolio-item > .thumbnail > img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.portfolio-item > .thumbnail:before {
  display: block;
  z-index: 2;
  content: '';
  height: 100%;
  top: 0;
  background-color: rgba(40, 149, 241, 0);
  border: 0 solid #1bdb68;
  opacity: 0;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.portfolio-item > .thumbnail:before,
.portfolio-item > .thumbnail > .portfolio-title {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-item > .thumbnail > .portfolio-title {
  z-index: 4;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 18px;
  margin-top: 0;
  opacity: 1;
  background-color: rgba(10, 107, 47, 0.7);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.portfolio-item:hover > .thumbnail > img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.sidebar {
  width: 100%;
  max-width: 300px !important;
}
.grid {
  position: relative;
}
.grid .gutter-sizer {
  width: 2.5%;
}
.grid .grid-item {
  position: relative;
  float: left;
  margin-bottom: 2.5%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid.isotope-grid {
  overflow: hidden;
}
.grid.isotope-grid:after,
.grid.isotope-grid:before {
  content: ' ';
  display: table;
}
.grid.isotope-grid:after {
  clear: both;
}
.grid.isotope-grid.col-3 .grid-item,
.grid.isotope-grid.col-3 .grid-sizer {
  width: 33.33333%;
}
.grid.isotope-grid.col-4 .grid-item,
.grid.isotope-grid.col-4 .grid-sizer {
  width: 23.125%;
}
.grid.no-gap {
  padding-bottom: 0;
}
.grid.no-gap .gutter-sizer {
  width: 0 !important;
}
.grid.no-gap .grid-item {
  margin-bottom: -6px !important;
}
.nav-filters {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: none;
}
.nav-filters > li {
  position: relative;
  display: block;
  z-index: 1;
  float: left;
  background-color: #fff;
}
.nav-filters > li > a {
  position: relative;
  z-index: 0;
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 18px;
  line-height: 1.5;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  margin-right: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-filters > li > a:focus,
.nav-filters > li > a:hover {
  text-decoration: none;
  outline: 0;
}
.nav-filters > li > a:hover {
  color: #1bdb68;
}
.nav-filters > li.active {
  z-index: 4;
}
.nav-filters > li.active > a,
.nav-filters > li.active > a:hover {
  color: #000;
  border: 1px solid #1bdb68;
  -webkit-box-shadow: 0 0 0 1px #1bdb68;
  box-shadow: 0 0 0 1px #1bdb68;
  cursor: default;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  border-color: #d9d9d9;
}
.panel > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9d9d9;
}
.panel > .panel-heading {
  background: 0 0;
}
.panel-body {
  padding: 20px 24px 25px;
}
.panel-body:after,
.panel-body:before {
  content: ' ';
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  border-bottom: 0;
  border-radius: 0;
  padding: 0 24px;
}
.panel-heading .panel-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.6);
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.panel-heading > a {
  position: relative;
  color: #2895f1;
  padding: 14px 30px 14px 0;
  text-decoration: none;
}
.panel-heading > a:before {
  position: absolute;
  display: block;
  font-family: myfont;
  content: '\eb3f';
  top: 50%;
  right: 0;
  margin-top: -12px;
  font-weight: 400;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.panel-heading > a.collapsed:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.panel-group {
  height: 604px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel .panel-collapse {
  padding: 0 24px;
  background-color: hsla(0, 0%, 94%, 0.8);
}
.panel-group .panel .panel-body {
  padding: 12px 0 30px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading > .panel-title,
.panel-group .panel-heading > .panel-title.collapsed {
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.6);
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel-group .panel:last-child .panel-heading > .panel-title,
.panel:last-child .panel-collapse > .panel-body {
  border-bottom: 0;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.Aphone {
  float: right;
  width: 360px;
  height: 615px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(../img/develop/android/Aphone.png) 50% 0/100% 100% no-repeat;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-controls {
  text-align: center;
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-color: #2895f1;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before,
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  font-family: myfont;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-color: #0e7cd8;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before,
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  display: block;
  line-height: 38px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: '\e779';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: '\e775';
}
.owl-carousel .owl-controls .owl-dots {
  position: relative;
  margin-top: 9px;
  z-index: 5;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2895f1;
  opacity: 0.3;
  margin: 0 4px 7px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-color: #2895f1;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.ms-skin-default .ms-nav-next:before,
.ms-skin-default .ms-nav-prev:before {
  font-family: myfont;
}
.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
  background-color: #0e7cd8;
}
.ms-skin-default .ms-nav-prev {
  left: 20px;
}
.ms-skin-default .ms-nav-next {
  right: 20px;
}
.ms-skin-default .ms-nav-next:before,
.ms-skin-default .ms-nav-prev:before {
  display: block;
  line-height: 36px;
}
.ms-skin-default .ms-nav-prev:before {
  content: '\e779';
}
.ms-skin-default .ms-nav-next:before {
  content: '\e775';
}
.ms-skin-default .ms-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0 4px 7px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ms-skin-default .ms-bullet-selected {
  opacity: 1;
}
.ms-skin-default .btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ms-slide {
  background-position: 50%;
  background-repeat: no-repeat;
}
.fw-slider .ms-nav-next,
.fw-slider .ms-nav-prev {
  margin-top: -33px;
  width: 66px;
  height: 66px;
  font-size: 21px;
  background: 0 0;
  background: hsla(204, 9%, 89%, 0.2);
}
.fw-slider .ms-nav-next:hover,
.fw-slider .ms-nav-prev:hover {
  background-color: hsla(204, 9%, 89%, 0.4);
}
.fw-slider .ms-nav-next:before,
.fw-slider .ms-nav-prev:before {
  line-height: 66px;
}
.fw-slider .ms-nav-prev {
  left: 0;
}
.fw-slider .ms-nav-next {
  right: 0;
}
.content-slider img {
  max-width: 100% !important;
}
.footer {
  width: 100%;
  background-color: #373d41;
}
.footer-fullwidth .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
.footer .bottom-footer {
  padding-top: 36px;
}
.footer .f1,
.footer .fr {
  float: left;
  line-height: 2em;
}
.footer .fr {
  position: absolute;
  margin-left: 0;
  margin-top: 50px;
  z-index: 12;
}
.footer .f2 {
  clear: both;
  max-width: 400px;
  padding-top: 18px;
}
.footer .f2 div {
  float: left;
}
.footer .f2 a,
.footer .f2 div,
.footer .f2 p {
  color: #bfbdbd;
  line-height: 25px;
  margin-bottom: 11px;
  margin-right: 10px;
}
.footer .f2 p {
  clear: both;
}
.footer .qcode {
  padding: 6px;
  background: url(../img/bg_qcode_20150828.png) no-repeat #fff;
  display: none;
}
.footer .f1 img {
  display: inline;
  vertical-align: inherit;
  margin-top: 2px;
  margin-right: 15px;
}
.footer .f1 .f1-1 img {
  margin-top: 10px;
  margin-right: 0;
}
.footer .widget {
  max-width: 278px;
  padding: 0;
  border: none;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 #373d41;
}
.footer .widget-title {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}
.footer .widget_pages ul li img {
  display: none;
  margin-top: 11px;
}
.footer .widget_pages ul li > a {
  position: relative;
  display: block;
  color: #bfbdbd;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .widget.widget_text {
  padding-left: 0;
  text-align: center;
}
.footer .widget.widget_text .ib-text h3 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.footer .widget.widget_text > img {
  display: block;
  margin-bottom: 6px;
}
.footer .copyright {
  display: table;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #333;
}
.footer .copyright a,
.footer .copyright p {
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 0;
  color: #989898;
}
.footer .copyright a {
  cursor: pointer;
}
.footer .copyright a:hover {
  color: #1bdb68;
}
.footer .copyright p > a {
  padding: 0;
  border: none;
}
.device-slider-outer {
  position: relative;
  width: 100%;
}
.device-slider-outer .device-img {
  z-index: 2;
  margin-top: 30px;
  margin-left: 72px;
}
.device-slider-outer .bx-wrapper {
  position: absolute;
  z-index: 3;
}
.device-slider.notebook.bx-wrapper {
  top: 8%;
  margin: 0 10.4%;
  width: 77.9%;
}
#timeline .timeline {
  list-style: none;
  padding: 20px 0 48px;
  position: relative;
  margin-bottom: 0;
}
#timeline > div:nth-child(2) > .timeline:before {
  top: 80px;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 3px;
  background-color: #eee;
  left: 0;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:after,
.timeline > li:before {
  content: ' ';
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 94%;
  float: left;
  top: 15px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 12px;
  right: -15px;
  display: inline-block;
  border-top: 9px solid transparent;
  border-left: 13px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 9px solid transparent;
  content: ' ';
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 13px;
  right: -14px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 8px solid transparent;
  content: ' ';
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0;
  margin-left: -25px;
  background-color: #999;
  z-index: 8;
  border-radius: 50%;
}
.timeline > li > .timeline-badge > .iconfont {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.success {
  background-color: #40b24a !important;
}
.timeline-badge.grey {
  background-color: #999 !important;
}
.timeline-title {
  margin-top: 0;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.btn-link {
  color: #333;
  margin: 10px;
  padding: 3px 8px;
}
a.btn-link:hover {
  color: #40b24a;
}
a.btn-link-active:focus,
a.btn-link-active:hover,
a.btn-link:focus {
  color: #fff;
}
.btn-link-active {
  margin: 10px;
  padding: 3px 8px;
  background-color: #40b24a;
  color: #fff;
}
.qa-section {
  background-color: #f5f5f5;
}
.qa-section .a-box {
  padding-right: 5px;
  padding-left: 5px;
}
.qa-section .row a {
  background-color: #fff;
}
.qa-section .row a img {
  width: 64px;
  padding-top: 14px;
  padding-bottom: 14px;
  opacity: 0.7;
  margin: 0 auto;
}
#section2 .widget-result a:hover {
  color: inherit;
}
.popover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  max-width: 376px;
  padding: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -20px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  line-height: 26px;
}
.popover-content p {
  margin: 0;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: '';
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}
.my-tabs .panel-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  border-radius: 0;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.my-tabs {
  padding-left: 10px;
  margin-bottom: 0;
  list-style: none;
  height: 53px;
  background-color: #fff;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 10px;
}
.my-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.my-tabs > li,
.my-tabs > li > a {
  position: relative;
  display: block;
}
.my-tabs > li > a {
  color: #333;
  padding: 14px 16px;
  text-decoration: none;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.my-tabs > li > a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2895f1;
}
.my-tabs > li.active > a,
.my-tabs > li.active > a:hover {
  cursor: default;
  color: #2895f1;
}
.my-tab-content {
  clear: both;
}
.my-tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.my-tab-content > .active {
  display: block;
  visibility: visible;
}
.my-tab-content pre {
  margin-top: 0 !important;
  height: 340px;
  border-radius: 0;
}
pre {
  overflow-x: hidden !important;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out left;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 8;
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 6;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.modelImg.close {
  position: absolute;
  font-size: 40px;
  right: 12px;
  z-index: 8;
}
.widget-title {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 11px;
}
.widget-title > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  margin-top: -3px;
  margin-right: 1px;
}
.widget {
  padding: 14px 28px;
  background-color: #fff;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.widget-simply {
  border-left: 6px solid #3c9c44;
}
.widget-faqtitle,
.widget-simply {
  padding: 2px 22px 4px;
  background-color: #fff;
  margin-bottom: 8px;
  margin-top: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.widget-faqtitle {
  border-left: 6px solid #8170ea;
}
.widget-faq {
  padding: 34px;
  background-color: #fff;
  margin-bottom: 8px;
  margin-top: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.widget-result {
  padding: 14px 28px;
}
.widget-detail,
.widget-result {
  background-color: #fff;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.widget-detail {
  padding: 20px 28px 14px;
  margin-top: 10px;
}
.widget-result a:hover {
  color: #fff;
}
.widget_archive ul,
.widget_categories ul,
.widget_pages ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
  margin-bottom: 11px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
  margin-bottom: 0;
}
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_pages ul li > a {
  position: relative;
  display: block;
  color: #333;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_categories .action {
  color: #40b24a !important;
  font-weight: 600;
}
.widget-imgbox {
  background-color: #fff;
  max-width: 276px;
  padding: 6px;
  margin-right: 32px;
}
.widget-imgbox.widget-imgbox-map .widget-imgbox-btn.btn-sm {
  font-size: 13px;
  height: 32px;
  line-height: 28px;
  margin-bottom: 5px;
}
.widget-imgbox.widget-imgbox-map .widget-imgbox-btn i {
  margin-right: 3px;
}
.widget-imgbox-right {
  background-color: #fff;
  max-width: 276px;
  padding: 6px;
  margin-right: 0;
}
.widget-imgbox-title {
  color: #666;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.widget-imgbox-small {
  padding-left: 10px;
}
.widget-imgbox-btn {
  padding: 0 !important;
  margin-right: 0;
  margin-left: 55px;
  margin-top: 0;
  min-width: 90px;
}
.widget_archive ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_pages ul li > a:hover {
  color: #40b24a !important;
}
.widget_archive ul li > a:hover > span,
.widget_categories ul li > a:hover > span,
.widget_pages ul li > a:hover > span {
  color: #333;
}
.widget_archive ul li > a > span,
.widget_categories ul li > a > span,
.widget_pages ul li > a > span {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: gray;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget_archive ul li.active a,
.widget_archive ul li.current-cat a,
.widget_categories ul li.active a,
.widget_categories ul li.current-cat a,
.widget_pages ul li.active a,
.widget_pages ul li.current-cat a {
  color: #fff;
  background-color: #1bdb68;
}
.widget_archive ul li.active a > span,
.widget_archive ul li.current-cat a > span,
.widget_categories ul li.active a > span,
.widget_categories ul li.current-cat a > span,
.widget_pages ul li.active a > span,
.widget_pages ul li.current-cat a > span {
  color: #fff;
}
.social-bar.bar-fixed-right .Image {
  width: 34px;
  height: 34px;
  background: url(../img/cebianlan.png) 1px 2px no-repeat;
}
#s-question .Image {
  background-position: 1px -56px;
}
#qrcode .Image {
  background-position: 1px -116px;
}
#tel .Image {
  background-position: 1px -175px;
}
.widget.widget_categories.widget-tip {
  padding: 0 !important;
  line-height: 50px;
}
.row-tip {
  background-color: #30a33a;
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  margin: -1px 10px -1px auto;
}
.img-document {
  margin: 0 0 10px;
}
.fap-ul li {
  margin-bottom: 20px;
  overflow: hidden;
  list-style: none;
}
.fap-img {
  float: left;
  width: 45%;
}
.fap-text {
  width: 53%;
}
.fap-text,
.img-half {
  float: left;
  margin-left: 2%;
}
.img-half {
  width: 48%;
  margin-bottom: 10px;
}
.image-box.pull-left {
  float: left;
  margin-right: 14px;
}
.bg-line {
  background: url(../img/editor/1line@2x.png) 100% 34% no-repeat;
  background-size: 65%;
}
p,
ul {
  margin: 0;
  padding: 0;
}
.ul li {
  list-style: none;
  float: left;
  margin-left: 96px;
  font-size: 18px;
}
.ul li img {
  margin-bottom: 10px;
}
.ul {
  width: 590px;
  margin: auto;
  overflow: hidden;
}
.font-s-24 {
  font-size: 24px;
}
.font-s-22 {
  font-size: 22px;
}
.font-s-32 {
  font-size: 32px;
}
.icon-w-40 {
  width: 40px;
  height: 40px;
  margin: auto;
}
.font-s-20 {
  font-size: 20px;
  line-height: 20px;
}
.font-s-28 {
  font-size: 28px;
  color: #33b5ff;
  margin: 20px 0;
  line-height: 28px;
}
.font-s-18 {
  font-size: 18px;
}
.font-s-16 {
  font-size: 16px;
}
.bg-fb {
  background-color: #fbfbfb;
  width: 126px;
  height: 70px;
}
.padding-left-20 {
  padding-left: 20px;
}
.p-mg-t {
  margin-top: 12px;
}
.col-xs-5,
.col-xs-7 {
  padding-left: 0;
  padding-right: 0;
}
.font-s-14 {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  letter-spacing: 2px;
}
.margin-t-b {
  margin: 14px 0;
}
.margin-t-b a {
  padding-right: 30px;
  background: url(../img/editor/bangzhu_icon@2x.png) 100% 40% no-repeat;
  background-size: 20px;
}
.letter-s-2 {
  letter-spacing: 2px;
}
.videoPlay {
  background-color: #f3f3f3;
  padding: 20px 0;
  display: none;
}
.videoPlay.current {
  display: block;
}
.videoWrap {
  margin: 0 auto;
  padding: 20px 0 0;
}
.videoWrap .col-xs-12 {
  padding: 0;
}
.videoWrap .col-xs-3 {
  cursor: pointer;
  padding: 0 0 20px;
}
.videoWrap .video-img {
  width: 260px;
  height: 180px;
  background-color: #f2f2f2;
  position: relative;
  margin: 0 auto;
}
.videoWrap .video-desc {
  display: none;
  position: absolute;
  width: 260px;
  height: 180px;
  top: 0;
  left: 0;
}
.video-cont video-tit {
  margin-top: 10px;
}
.videoWrap .bwi-expandable {
  text-align: center;
}
.videoWrap .video-active,
.videoWrap .video-cont:hover .video-desc {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.videoWrap .video-active p,
.videoWrap .video-cont:hover .video-desc p {
  color: #fff;
  height: 180px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 15px;
}
.no-green {
  margin-top: 59px;
  background: url(../img/editor/editor_bj.png) repeat-x;
}
.icon-book-copy {
  font-size: 25px !important;
  padding-right: 8px !important;
}
.col-xs-12 .row .help-mar a {
  margin-bottom: 84px;
}
.padding-top .row h6 {
  margin-top: 0;
}
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.list-style-none li:before {
  background: 0 0;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.text-right {
  text-align: right;
}
.padding-0 {
  padding: 0;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-left-60 {
  padding-left: 60px !important;
}
.padding-left-70 {
  padding-left: 70px !important;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-right-70 {
  margin-right: 70px;
}
.margin-right-80 {
  margin-right: 80px;
}
.margin-right-100 {
  margin-right: 100px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-140 {
  margin-bottom: 140px;
}
.list-intro img {
  position: absolute;
  top: 5px;
  left: 0;
}
.business-h3 {
  font-size: 30px;
  color: #ff6c00;
}
.industry-h3 {
  font-size: 30px;
  color: #2545ff;
}
.fire-h3 {
  font-size: 30px;
  color: #f44336;
}
.business-btn,
.fire-btn,
.industry-btn {
  border-width: 1px;
  width: 140px;
  color: #333;
  background: #fff;
}
.industry-btn-group .industry-btn:hover {
  color: #fff;
  background-color: #2545ff;
  border-color: #2545ff;
}
.fire-btn-group .fire-btn:hover {
  color: #fff;
  background-color: #e42a1d;
  border-color: #e42a1d;
}
.btn.business-btn:hover {
  color: #fff;
  background: #ff6c00;
  border-color: #ff6c00;
}
.icon-wm {
  padding: 0;
  margin-right: 10px;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #3295ff;
  border-radius: 50%;
  background: #e0f7fa;
  text-align: center;
}
.bs-wm-lis div {
  font-size: 18px;
  font-weight: 500;
}
.bs-section-sale {
  background: -webkit-linear-gradient(#fff, #fff8f2);
  background: -o-linear-gradient(#fff, #fff8f2);
  background: -moz-linear-gradient(#fff, #fff8f2);
  background: linear-gradient(#fff, #fff8f2);
}
.bs-section-sale .col-xs-6 {
  width: 580px;
  height: 240px;
  margin: 50px 0;
  padding-top: 40px;
}
.bs-section-sale .col-xs-6:first-of-type {
  margin-right: 40px;
  background: url(../img/solution/business/user-portrait.png) 100% 100%
    no-repeat #fff;
}
.bs-section-sale .col-xs-6:nth-of-type(2) {
  background: url(../img/solution/business/notification.png) 100% 100% no-repeat
    #fff;
}
.business-reserve .fw-section {
  height: 320px;
  background: url(../img/solution/business/reserve-bg.png) 100% 100% no-repeat;
}
.business-reserve .fw-section .container {
  padding-top: 96px;
}
.flex-business-reserve {
  position: relative;
  margin-right: 36px;
  width: 270px;
  height: 130px;
  padding: 25px 10px 25px 70px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #ffe5cd;
}
.flex-business-reserve:last-of-type {
  margin-right: 0;
}
.flex-business-reserve img {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 50px;
  height: 50px;
}
.business-invest {
  background: url(../img/solution/business/invest-bg.png) 50% no-repeat;
}
.business-invest-list {
  width: 260px;
}
.bs-operate {
  background: -webkit-linear-gradient(#fffbef, #fff3df);
  background: -o-linear-gradient(#fffbef, #fff3df);
  background: -moz-linear-gradient(#fffbef, #fff3df);
  background: linear-gradient(#fffbef, #fff3df);
}
.bs-operate-flex {
  display: -ms-flexbox;
  display: flex;
}
.bs-operate-flex .row {
  width: 200px;
  height: 228px;
  padding: 20px 10px 0;
  margin-right: 50px;
  background: #fff;
}
.bs-operate-flex .row:last-of-type {
  margin-right: 0;
}
.bs-security-flex {
  display: -ms-flexbox;
  display: flex;
}
.bs-security-flex .row {
  width: 240px;
  margin-right: 80px;
}
.bs-security-flex .row:last-of-type {
  margin-right: 0;
}
.business-apply-btn {
  text-align: center;
}
.business-apply-btn .btn {
  width: 220px;
  height: 46px;
  background: #fc8b20;
  color: #fff;
  font-size: 18px;
  line-height: 43px;
}
.business-apply-btn .btn:hover {
  background: #ff6c00;
}
.ind-apply-btn .btn {
  background: #2e93ff;
}
.ind-apply-btn .btn:hover {
  background: #2545ff;
}
.fire-apply-btn .btn {
  background: #f44336;
}
.fire-apply-btn .btn:hover {
  background: #e42a1d;
}
.bs-nav-bar .text-center:hover .bs-nav-img {
  position: relative;
}
.bs-nav-bar .text-center img {
  transition: 0.6s;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.bs-nav-bar .text-center:hover img {
  transform: rotateY(180deg);
}
.bs-nav-bar-fixed {
  display: none;
  position: fixed;
  top: -81px;
  left: 0;
  z-index: 7;
  box-shadow: 0 0 8px hsla(0, 1%, 49%, 0.9);
  transition: all 0.3s ease-out;
}
.bs-nav-bar-fixed img {
  margin: 0 auto 6px;
}
.bs-nav-bar-fixed:hover {
  top: 0;
  height: 130px;
}
.bs-nav-bar-fixed h5 {
  font-weight: 700;
}
.bs-nav-bar-fixed:hover h5 {
  color: #44484a !important;
  font-weight: 400;
}
.ind-storage-flex {
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.ind-storage-flex.ind-storage-bg {
  height: 571px;
  padding-top: 305px;
  background: url(../img/solution/industry/storage-planning-bg.png) 50%
    no-repeat;
}
.ind-storage-flex .col-xs-3 {
  -ms-flex: 1;
  flex: 1;
  width: 260px;
  height: 210px;
  padding: 24px;
  box-shadow: 2px 2px 10px #c4dfff;
  border-radius: 4px;
  background: #fff;
}
.ind-storage-flex .col-xs-3:last-of-type {
  margin-right: 0;
}
.ind-storage-ul .ind-storage-lis {
  position: relative;
  width: 500px;
  padding-left: 70px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 2px 2px 10px #c4dfff;
}
.ind-storage-ul .ind-storage-lis .ind-storage-lis-img {
  position: absolute;
  width: 70px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #e1f5fe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind-storage-ul .ind-storage-lis .ind-storage-lis-text {
  padding: 10px 20px;
}
.ind-dispatch-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind-dispatch-ul .ind-dispatch-lis {
  position: relative;
  margin-right: 60px;
  height: 140px;
  padding: 25px 55px 25px 120px;
  background: #fff;
  box-shadow: 2px 2px 10px #c4dfff;
}
.ind-dispatch-ul .ind-dispatch-lis:last-of-type {
  margin-right: 0;
}
.ind-dispatch-ul .ind-dispatch-lis .ind-dispatch-lis-img {
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind-dispatch-office-ul .ind-dispatch-lis {
  height: 150px;
  padding: 25px 80px 25px 100px;
}
.ind-dispatch-ul .ind-dispatch-lis .ind-dispatch-office-img {
  position: absolute;
  top: 30px;
  left: 30px;
}
.ind-warehouse-ul .ind-warehouse-lis {
  position: relative;
  padding-left: 86px;
  margin-bottom: 50px;
}
.ind-warehouse-ul .ind-warehouse-lis .ind-warehouse-lis-img {
  position: absolute;
  width: 86px;
  top: 5px;
  left: 0;
  bottom: 0;
}
.ind-security-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind-security-row .col-xs-4 {
  width: 360px;
  height: 190px;
  padding: 50px 26px;
  color: #fff;
}
.ind-security-row .col-xs-4:first-of-type {
  background: url(../img/solution/industry/content-couplet-warning.png) 50%
    no-repeat;
}
.ind-security-row .col-xs-4:nth-of-type(2) {
  background: url(../img/solution/industry/perception-of-warning.png) 50%
    no-repeat;
}
.ind-security-row .col-xs-4:nth-of-type(3) {
  background: url(../img/solution/industry/global-monitoring.png) 50% no-repeat;
}
.ind-security-row .col-xs-4 div {
  margin: 10px 0;
}
.ind-security-row .col-xs-4 p {
  color: #fff;
  letter-spacing: 1px;
}
.ind-visitor-flex .col-xs-3 {
  height: 320px;
}
.ind-warn-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ind-warn-flex .ind-warn-lis {
  position: relative;
  width: 260px;
  padding-top: 56px;
  margin: 0 100px;
}
.ind-warn-flex .ind-warn-lis:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 190px;
  top: 186px;
  right: -100px;
  background: -webkit-linear-gradient(#fff, #2e93ff, #fff);
  background: -o-linear-gradient(#fff, #2e93ff, #fff);
  background: -moz-linear-gradient(#fff, #2e93ff, #fff);
  background: linear-gradient(#fff, #2e93ff, #fff);
}
.ind-warn-flex .ind-warn-lis:first-of-type {
  margin-left: 0;
}
.ind-warn-flex .ind-warn-lis:nth-of-type(3n) {
  margin-right: 0;
}
.ind-warn-flex .ind-warn-lis:last-of-type:after,
.ind-warn-flex .ind-warn-lis:nth-of-type(3n):after {
  width: 0;
}
.ind-warn-flex .ind-warn-lis .ind-warn-lis-img {
  height: 235px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind-warn-flex .ind-warn-lis h5 {
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 0;
}
.ind-warn-flex .ind-warn-lis p {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.ind-warn-line {
  width: 1px;
  height: 190px;
  margin-top: 186px;
  background: -webkit-linear-gradient(#fff, #2e93ff, #fff);
  background: -o-linear-gradient(#fff, #2e93ff, #fff);
  background: -moz-linear-gradient(#fff, #2e93ff, #fff);
  background: linear-gradient(#fff, #2e93ff, #fff);
}
.ul-col-6 .col-xs-6 {
  position: relative;
  padding-left: 140px;
  padding-right: 60px;
}
.col-6-img-div {
  position: absolute;
  width: 140px;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.fire-list li {
  width: 480px;
  height: 130px;
  padding-left: 95px;
  padding-top: 20px;
  padding-right: 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 10px #ffc3bc;
}
.padding-0-ul .padding-0 {
  padding: 0;
}
.fire-location-img {
  position: absolute;
}
.fire-location-img img {
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .space-top {
    margin-top: 16px !important;
  }
  .space-top-2x {
    margin-top: 36px !important;
  }
  .space-top-3x {
    margin-top: 48px !important;
  }
  .space-bottom {
    margin-bottom: 16px !important;
  }
  .space-bottom-2x {
    margin-bottom: 36px !important;
  }
  .padding-top {
    padding-top: 16px !important;
  }
  .padding-top-2x {
    padding-top: 36px !important;
  }
  .padding-top-3x {
    padding-top: 48px !important;
  }
  .padding-bottom {
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
  .page-title .column,
  .page-title .inner {
    display: block;
    width: 100%;
  }
  .page-title .column:last-child,
  .page-title .inner:last-child {
    text-align: left;
    padding-top: 15px;
  }
  .grid .grid-item {
    margin-bottom: 4%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
    margin: 20px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1300px) {
  .toolbar .menu > li.menu-item-has-children.account-item {
    min-width: 100px !important;
    max-width: 100px !important;
  }
}
@media screen and (max-width: 779px) {
  .main-navigation .header-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1435px) and (min-width: 779px) {
  .main-navigation .menu > li > a {
    padding: 17px;
  }
  .navbar .toolbar > * {
    margin-right: 8px;
  }
  .main-navigation .header-menu {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .fw-section.bg-parallax {
    background-attachment: scroll;
  }
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fontsize-bigger {
  font-size: 18px;
}
.main-navigation.stuck {
  position: absolute;
}
.widget_categories_content {
  margin-bottom: -1px;
}
.widget_categories_content img {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid hsla(0, 0%, 62%, 0.2);
}
.widget_categories_content.widget_categories ul li > a {
  display: inline-block !important;
  color: #3c9c44 !important;
}
.widget_categories_content ul li ul {
  padding-left: 30px;
  padding-bottom: 20px;
}
.page-wrapper-info {
  margin-top: 59px;
}
.fw-section-info-andriod {
  background: rgba(64, 178, 74, 0.97);
}
.fw-section-info-ios {
  background: rgba(51, 137, 241, 0.9);
}
.fw-section-info-js {
  background: rgba(242, 113, 37, 0.9);
}
.fw-section-guide {
  background-position-x: center;
  background-position-y: 100%;
  background: rgba(92, 189, 97, 0.98);
  height: 100px;
  margin-top: 59px;
}
.fw-section-info {
  background-size: 50%;
  background-position-x: center;
  background-position-y: 100%;
  background-repeat: no-repeat;
  height: 313px;
  background-image: url(../../img/develop/bj_line.png);
}
.fw-section-about {
  height: 460px;
  background: url(../../img/about/banner.png) 75% 100% no-repeat #054fd8;
}
.fw-section-about h5 {
  font-size: 68px;
  margin-top: 70px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 100;
}
.fw-section-guide-js {
  background-image: url(../../img/develop/js/js_bj.png);
}
.fw-section-guide-andriod {
  background-image: url(../../img/develop/android/android_bj.png);
}
.fw-section-guide-ios {
  background-image: url(../../img/develop/ios/ios_bj.png);
}
.fw-section-guide .container .row .tablet-center {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.fw-section-guide .container .row i {
  color: #82ff87;
  font-size: 28px;
  padding-right: 8px;
}
.fw-section-info .container .row .tablet-center.mobile-center {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
}
.fw-section-info .container .row .tablet-center.mobile-center h2 i {
  font-size: 28px;
  padding-right: 8px;
}
.fw-section-guide .container .row .tablet-center.mobile-center .icon-android,
.fw-section-info .container .row .tablet-center.mobile-center .icon-android {
  color: #82ff87;
}
.fw-section-guide .container .row .tablet-center.mobile-center .icon-apple,
.fw-section-info .container .row .tablet-center.mobile-center .icon-apple {
  color: #8ed5ff;
}
.fw-section-guide .container .row .tablet-center.mobile-center .icon-xml,
.fw-section-info .container .row .tablet-center.mobile-center .icon-xml {
  color: #ffd485;
}
.page-wrapper .guide-submenu {
  height: 48px;
  background-color: #3c9c44;
  z-index: 2;
}
.page-wrapper .guide-submenu a {
  margin-right: 5px;
}
.page-wrapper .guide-submenu.guide-submenu-ios {
  background-color: #3f7fce;
}
.page-wrapper .guide-submenu.guide-submenu-ios .btn-sp {
  background-color: #436da0;
}
.page-wrapper .guide-submenu.guide-submenu-ios .btn-sp-action,
.page-wrapper .guide-submenu.guide-submenu-ios .btn-sp-action:hover,
.page-wrapper .guide-submenu.guide-submenu-ios .btn-sp:hover {
  color: #3f7fce !important;
  background-color: #fff;
}
.page-wrapper .guide-submenu.guide-submenu-js {
  background-color: #ce682c;
}
.page-wrapper .guide-submenu.guide-submenu-js .btn-sp {
  background-color: #ad5826;
}
.page-wrapper .guide-submenu.guide-submenu-js .btn-sp-action,
.page-wrapper .guide-submenu.guide-submenu-js .btn-sp-action:hover,
.page-wrapper .guide-submenu.guide-submenu-js .btn-sp:hover {
  color: #ce682c !important;
  background-color: #fff;
}
.page-wrapper .guide-submenu .editor-use.btn-sp {
  background-color: #c24f4e !important;
  color: #fff !important;
}
.page-wrapper .guide-submenu .editor-use.btn-sp-action,
.page-wrapper .guide-submenu .editor-use.btn-sp-action:hover,
.page-wrapper .guide-submenu .editor-use.btn-sp:hover {
  color: #d85958 !important;
  background-color: #fff !important;
}
.page-wrapper .left-navi {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .left-navi .widget_categories {
  margin-bottom: -1px;
}
.widget-catogy-right {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.jsweb {
  width: 1000px;
  height: 500px;
  margin-bottom: 15px;
}
.jsweb .video_wrap {
  width: 1000px;
  height: 465px;
  margin-left: -15px;
  margin-top: 36px;
  background-color: #eee;
}
.jsweb .video_wrap video {
  width: 995px;
  height: 460px;
  overflow: hidden;
}
.Iphone {
  float: right;
  width: 306px;
  height: 615px;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
  background: url(../../img/develop/ios/iphone.png) 50% 0/100% 100% no-repeat;
}
.video_wrap {
  display: none;
  cursor: pointer;
}
.video_wrap.current {
  position: relative;
  display: block;
}
.video_consoles {
  width: 100%;
  opacity: 0.8;
  top: 2px;
  bottom: 0;
  position: absolute;
}
.video_consoles.pause {
  display: none;
  background: url(../../img/develop/video_pause.png) 50% no-repeat;
}
.video_consoles.playing {
  background: url(../../img/develop/video_play.png) 50% no-repeat;
}
.Iphone video {
  width: 278px;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 64px;
}
.Aphone video {
  width: 328px;
  padding-right: 20px;
  padding-left: 22px;
  margin-top: 49px;
}
.rightNumIcon {
  color: #46aa4b;
  font-size: 28px;
  padding-left: 0;
  padding-right: 0;
}
.fw-section-online {
  background-color: #373d41;
}
.fw-section-online-andriod-ios {
  height: 814px;
}
.fw-section-online h3.block-title {
  margin-bottom: 30px;
  color: #fff;
}
.threeMenu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}
.threeMenu > li {
  list-style: none;
  float: left;
  padding: 10px 21px;
}
.threeMenu > li.line {
  padding: 0;
  border-left: 1px solid #fff;
  height: 28px;
  margin-top: 10px;
  cursor: default;
}
.threeMenu > li:nth-child(3) > a:hover,
.threeMenu > li > a {
  color: #fff;
}
.threeMenu > li > a:hover {
  color: #ffe0cb;
}
.handbook {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.handbook:hover .threeMenu {
  display: block;
}
.fl {
  float: left;
  max-width: 600px;
}
.errorP-con section p {
  line-height: 30px;
}
.errorP-con {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.errorP-con section {
  display: inline-block;
  padding-top: 66px;
  margin-left: 39px;
}
.errorP-con section h3 {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  color: #333;
}
.errorP-con .back-btn {
  color: #fff;
}
#about1 a.box-with-icon {
  cursor: default;
}
#about1 .box-with-icon:hover {
  border: none;
  background-color: #fff;
  box-shadow: none;
}
.timeline .container.bottom,
.timeline .container.top {
  height: 199px;
}
.timeline .container.bottom {
  margin-bottom: 8px;
}
.timeline .times {
  background: url(../../img/about/about2-line.png) 0 repeat-x;
}
.timeline .times .container p {
  float: left;
  margin-right: 90px;
  width: 76px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #1e92f4;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}
.timeline .grid-box {
  width: 332px;
  border: none;
  border-left: 1px solid transparent;
  -webkit-border-image: url(../../img/about/about2-dash.png) 0 0 0 1 repeat;
  -o-border-image: url(../../img/about/about2-dash.png) 0 0 0 1 repeat;
  border-image: url(../../img/about/about2-dash.png) 0 0 0 1 repeat;
  float: left;
  height: 179px;
  padding-left: 20px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.8;
}
.timeline .top .grid-box:first-child {
  margin-left: 204px;
}
.timeline .bottom .grid-box:first-child {
  margin-left: 38px;
}
.timeline .top .grid-box {
  margin-top: 22px;
}
.timeline .bottom .grid-box {
  padding-top: 48px;
}
.timeline .grid-box .title {
  font-size: 22px;
  color: #1e92f4;
}
.timeline .grid-box .content {
  margin-top: 0;
  line-height: 1.8;
  height: 75px;
}
.timeline .top .grid-box img {
  margin-left: -30px;
  margin-top: -48px;
  display: inline-block;
}
.timeline .bottom .grid-box img {
  margin-left: -30px;
  margin-top: 15px;
  display: inline-block;
}
#about3 .box-with-icon.bwi-expandable {
  width: 170px;
  max-width: 170px;
  float: left;
}
#about3 .box-with-icon.bwi-expandable .bwi-inner {
  max-height: 200px;
}
#about3 .box-with-icon.bwi-expandable .bwi-inner .bwi-title {
  font-size: 14px;
  line-height: 22px;
}
#about3 .box-with-icon .bwi-icon {
  width: 90px;
}
#about3 .box-with-icon {
  perspective: 1000;
}
#about3 .box-with-icon.flipper .bwi-icon {
  transform: rotateY(180deg);
}
#about3 .box-with-icon .back,
#about3 .box-with-icon .front {
  width: 90px;
  height: 90px;
}
#about3 .box-with-icon .bwi-icon {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
#about3 .box-with-icon .bwi-icon .back,
#about3 .box-with-icon .bwi-icon .front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#about3 .box-with-icon .bwi-icon .front {
  z-index: 2;
}
#about3 .box-with-icon .bwi-icon .back {
  transform: rotateY(180deg);
}
.p-color-1 {
  color: #094ff8;
}
.p-color-2 {
  color: #5e4ff7;
}
.p-color-3 {
  color: #024988;
}
.p-color-4 {
  color: #6638b4;
}
.p-color-5 {
  color: #5a2d77;
}
.p-color-6 {
  color: #982c72;
}
.p-color-7 {
  color: #f64d1a;
}
.honnor {
  background-image: url(../../img/about/honor/BG.png);
  height: 589px;
}
.honnor .honnor-dlg {
  position: absolute;
  top: 58px;
  left: calc(50% - 600px);
}
.honnor .honnor-dlg .row {
  margin-bottom: 15px;
}
.honnor .honnor-dlg .text-image-box img {
  -webkit-box-shadow: #777 0 0 8px;
  box-shadow: 0 0 8px #777;
}
.honnor .honnor-dlg p {
  margin-top: 5px;
  text-align: center;
}
.honnor .honnor-dlg .honor-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.honnor .honnor-dlg .honor-box .honor-flex img {
  width: 200px;
  height: 140px;
}
.honer-pos-relative {
  position: relative;
  margin: 0 70px;
}
.location {
  background-image: url(../../img/about/about4-map.png);
  height: 337px;
}
.location .location-dlg .text-header {
  background-color: #0b73cb;
  opacity: 0.8;
  height: 60px;
}
.location .location-dlg .text-header p {
  line-height: 60px;
}
.location .location-dlg {
  width: 441px;
  height: 220px;
  background-color: #1e8deb;
  opacity: 0.8;
  position: absolute;
  top: 51px;
  left: calc(50% - 30px);
}
.location .location-dlg p {
  max-width: 400px;
  letter-spacing: 1px;
  margin-left: 20px;
  line-height: 38px;
  font-size: 16px;
}
.location .location-dlg a {
  color: #fff;
}
.section-project .carousel-inner .item,
.section-project .carousel-inner .item img.item-bg {
  height: 737px;
}
.section-project .carousel-content {
  width: 600px;
  float: left;
  position: absolute;
  left: calc(50% - 600px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.section-project .carousel-content img {
  float: left;
}
.section-project .carousel-content h3 {
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 100px;
}
.section-project .carousel-content p {
  float: left;
  width: calc(100% - 34px);
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: justify;
}
.section-project .carousel-content small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Microsoft YaHei Light;
}
.section-project .carousel-img {
  position: absolute;
  right: 0;
  left: calc(50% + 92px);
  top: 0;
  float: right;
  min-width: 860px;
}
