﻿/*配置*/
/*全局样式表*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.checkbox-primary, .radio-primary {
  position:relative;
  display:block
}
.checkbox-primary>input, .radio-primary>input {
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  width:100%;
  width:20px;
  height:100%;
  margin:0;
  opacity:0
}
.checkbox-primary>label, .radio-primary>label {
  padding-left:25px;
  font-weight:400;
  cursor:pointer
}
.checkbox-primary>label:after, .checkbox-primary>label:before, .radio-primary>label:after, .radio-primary>label:before {
  position:absolute;
  top:2px;
  right:0;
  left:0;
  display:block;
  width:16px;
  height:16px;
  line-height:16px;
  text-align:center;
  content:' ';
  border-radius:2px
}
.checkbox-primary>label:after, .radio-primary>label:after {
  z-index:1;
  border:1px solid grey;
  -webkit-transition:.4s cubic-bezier(.175, .885, .32, 1);
  -o-transition:.4s cubic-bezier(.175, .885, .32, 1);
  transition:.4s cubic-bezier(.175, .885, .32, 1);
  -webkit-transition-property:border, background-color;
  -o-transition-property:border, background-color;
  transition-property:border, background-color
}
.checkbox-primary>label:before, .radio-primary>label:before {
  top:3px;
  z-index:2;
  font-family:ZenIcon;
  font-size:14px;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  line-height:1;
  text-transform:none;
  content:'\e60d';
  opacity:0;
  -webkit-transition:.2s cubic-bezier(.175, .885, .32, 1);
  -o-transition:.2s cubic-bezier(.175, .885, .32, 1);
  transition:.2s cubic-bezier(.175, .885, .32, 1);
  -webkit-transition-property:opacity, -webkit-transform;
  -o-transition-property:opacity, -o-transform;
  transition-property:opacity, -webkit-transform;
  transition-property:opacity, transform;
  transition-property:opacity, transform, -webkit-transform, -o-transform;
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  speak:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.checkbox-primary.checked>label:after, .checkbox-primary>input:checked+label:after, .radio-primary.checked>label:after, .radio-primary>input:checked+label:after {
  background-color:#3280fc;
  border-color:#3280fc;
  border-width:4px
}
.checkbox-primary.checked>label:before, .checkbox-primary>input:checked+label:before, .radio-primary.checked>label:before, .radio-primary>input:checked+label:before {
  color:#fff;
  opacity:1;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1)
}
.checkbox-primary.focus>label:after, .checkbox-primary>input:focus+label:after, .radio-primary.focus>label:after, .radio-primary>input:focus+label:after {
  border-color:#3280fc;
}
.checkbox-primary input:disabled+label:after, .checkbox-primary.disabled>label:after, .radio-primary input:disabled+label:after, .radio-primary.disabled>label:after {
  background-color:#e5e5e5;
  border-color:#bbb
}
.checkbox-primary input:disabled:checked+label:after, .checkbox-primary.checked.disabled>label:after, .radio-primary input:disabled:checked+label:after, .radio-primary.checked.disabled>label:after {
  background-color:#bbb
}
.radio-primary>label:after {
  border-radius:50%
}
.radio-primary>label:before {
  top:7px;
  left:5px;
  width:6px;
  height:6px;
  content:' ';
  border:none;
  border-radius:50%
}
.radio-primary.checked>label:after, .radio-primary>input:checked+label:after {
  background-color:transparent;
  border-color:#3280fc;
  border-width:2px
}
.radio-primary.checked>label:before, .radio-primary>input:checked+label:before {
  background-color:#3280fc
}
.radio-primary input:disabled:checked+label:after, .radio-primary.checked.disabled>label:after {
  background-color:transparent;
  border-color:#bbb
}
.radio-primary input:disabled:checked+label:before, .radio-primary.checked.disabled>label:before {
  background-color:#bbb
}
.messager {
  display:table;
  margin:10px;
  overflow:hidden;
  color:#fff;
  pointer-events:auto;
  background-color:#353535;
  background-color:rgba(0, 0, 0, .8);
  border-radius:20px;
  -webkit-transition-property:opacity, -webkit-transform!important;
  -o-transition-property:opacity, -o-transform!important;
  transition-property:opacity, -webkit-transform!important;
  transition-property:opacity, transform!important;
  transition-property:opacity, transform, -webkit-transform, -o-transform!important
}
.messager-content {
  display:table-cell;
  padding:10px 30px;
  vertical-align:top
}
.messager-content>[class^=icon-] {
  display:inline-block;
  margin-right:8px
}
.messager-actions {
  display:table-cell;
  vertical-align:top
}
.messager-actions>.action {
  min-width:40px;
  height:40px;
  padding:0 40px;
  color:#fafafa;
  color:rgba(255, 255, 255, .6);
  text-align:center;
  text-shadow:none;
  background:0 0;
  border:none
}
.messager-actions>.action.close {
  padding-bottom:5px;
  font-size:20px;
  font-weight:400;
  opacity:1
}
.messager-actions>.action:hover {
  color:#fff;
  background:rgba(0, 0, 0, .1)
}
.messager-actions .action-icon+.action-text {
  margin-left:8px
}
.messagers-holder {
  position:fixed;
  z-index:99999;
  padding:10px;
  pointer-events:none
}
.messagers-holder.top {
  top:0
}
.messagers-holder.top-left {
  top:0;
  left:0
}
.messagers-holder.top-right {
  top:0;
  right:0
}
.messagers-holder.bottom {
  bottom:0
}
.messagers-holder.bottom-left {
  bottom:0;
  left:0
}
.messagers-holder.bottom-right {
  right:0;
  bottom:0
}
.messagers-holder.bottom-right .messager, .messagers-holder.top-right .messager {
  margin-left:auto
}
.messagers-holder.center {
  top:0
}
.messagers-holder.bottom, .messagers-holder.center, .messagers-holder.top {
  right:0;
  left:0
}
.messagers-holder.bottom .messager, .messagers-holder.center .messager, .messagers-holder.top .messager {
  margin:10px auto
}
.messager-primary {
  background-color:#3280fc
}
.messager-success {
  background-color:#38b03f
}
.messager-info {
  background-color:#03b8cf
}
.messager-warning {
  background-color:#f1a325
}
.messager-danger {
  background-color:#ea644a
}
.messager-important {
  background-color:#bd7b46
}
.messager-special {
  background-color:#8666b8
}
.close {
  float:right;
  font-size:19.5px;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  filter:alpha(opacity=20);
  opacity:.2
}
.close:focus, .close:hover {
  color:#000;
  text-decoration:none;
  cursor:pointer;
  filter:alpha(opacity=50);
  opacity:.5
}
button.close {
  -webkit-appearance:none;
  padding:0;
  cursor:pointer;
  background:0 0;
  border:0
}


@media (min-width:768px) {





}
/*样式片段*/
/*辅助类*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-fixed:before,
.container-fixed:after,
.container-fixed-md:before,
.container-fixed-md:after,
.container-fixed-sm:before,
.container-fixed-sm:after,
.container-fixed-xs:before,
.container-fixed-xs:after,
.row:before,
.row:after,
.dl-inline:before,
.dl-inline:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager-justify:before,
.pager-justify:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.btn-group-vertical > .btn-group-vertical:before,
.btn-group-vertical > .btn-group-vertical:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.container-fixed:after,
.container-fixed-md:after,
.container-fixed-sm:after,
.container-fixed-xs:after,
.row:after,
.dl-inline:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.form-horizontal .form-group:after,
.pager-justify:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after,
.btn-group-vertical > .btn-group-vertical:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.showing {
  display: block;
}
.hidden {
  display: none!important;
  visibility: hidden !important;
}
.show {
  display: block!important;
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.with-padding {
  padding: 5px 12px;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.visible-xs,
.inline.visible-xs,
.inline-block.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
.fsize12 {font-size: 12px;}
.fsize14 {font-size: 14px;}
.fsize15{font-size: 15px;}
.fsize16 {font-size: 16px;}
.fsize18 {font-size: 18px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.c-fff {color: #fff;}
.c-ccc {color: #ccc;}
.c-999 {color: #999;}
.c-666 {color: #666;}
.c-4e {color: #4E4E4E;}
.c-333 {color: #333;}
.tac{text-align: center;}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .inline.visible-xs {
    display: inline !important;
  }
  .inline-block.visible-xs {
    display: inline-block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  .inline.visible-xs.visible-sm {
    display: inline !important;
  }
  .inline-block.visible-xs.visible-sm {
    display: inline-block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  .inline.visible-xs.visible-md {
    display: inline !important;
  }
  .inline-block.visible-xs.visible-md {
    display: inline-block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  .inline.visible-xs.visible-lg {
    display: inline !important;
  }
  .inline-block.visible-xs.visible-lg {
    display: inline-block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
.inline.visible-sm,
.inline-block.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  .inline.visible-sm.visible-xs {
    display: inline !important;
  }
  .inline-block.visible-sm.visible-xs {
    display: inline-block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .inline.visible-sm {
    display: inline !important;
  }
  .inline-block.visible-sm {
    display: inline-block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  .inline.visible-sm.visible-md {
    display: inline !important;
  }
  .inline-block.visible-sm.visible-md {
    display: inline-block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  .inline.visible-sm.visible-lg {
    display: inline !important;
  }
  .inline-block.visible-sm.visible-lg {
    display: inline-block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
.inline.visible-md,
.inline-block.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  .inline.visible-md.visible-xs {
    display: inline !important;
  }
  .inline-block.visible-md.visible-xs {
    display: inline-block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  .inline.visible-md.visible-sm {
    display: inline !important;
  }
  .inline-block.visible-md.visible-sm {
    display: inline-block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .inline.visible-md {
    display: inline !important;
  }
  .inline-block.visible-md {
    display: inline-block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  .inline.visible-md.visible-lg {
    display: inline !important;
  }
  .inline-block.visible-md.visible-lg {
    display: inline-block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
.inline.visible-lg,
.inline-block.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  .inline.visible-lg.visible-xs {
    display: inline !important;
  }
  .inline-block.visible-lg.visible-xs {
    display: inline-block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  .inline.visible-lg.visible-sm {
    display: inline !important;
  }
  .inline-block.visible-lg.visible-sm {
    display: inline-block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  .inline.visible-lg.visible-md {
    display: inline !important;
  }
  .inline-block.visible-lg.visible-md {
    display: inline-block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .inline.visible-lg {
    display: inline !important;
  }
  .inline-block.visible-lg {
    display: inline-block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
.inline.hidden-xs {
  display: inline !important;
}
.inline-block.hidden-xs {
  display: inline-block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  .inline.hidden-xs,
  .inline-block.hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  .inline.hidden-xs.hidden-sm,
  .inline-block.hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  .inline.hidden-xs.hidden-md,
  .inline-block.hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  .inline.hidden-xs.hidden-lg,
  .inline-block.hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
.inline.hidden-sm {
  display: inline !important;
}
.inline-block.hidden-sm {
  display: inline-block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  .inline.hidden-sm.hidden-xs,
  .inline-block.hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  .inline.hidden-sm,
  .inline-block.hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  .inline.hidden-sm.hidden-md,
  .inline-block.hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  .inline.hidden-sm.hidden-lg,
  .inline-block.hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
.inline.hidden-md {
  display: inline !important;
}
.inline-block.hidden-md {
  display: inline-block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  .inline.hidden-md.hidden-xs,
  .inline-block.hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  .inline.hidden-md.hidden-sm,
  .inline-block.hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  .inline.hidden-md,
  .inline-block.hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  .inline.hidden-md.hidden-lg,
  .inline-block.hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
.inline.hidden-lg {
  display: inline !important;
}
.inline-block.hidden-lg {
  display: inline-block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  .inline.hidden-lg.hidden-xs,
  .inline-block.hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  .inline.hidden-lg.hidden-sm,
  .inline-block.hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  .inline.hidden-lg.hidden-md,
  .inline-block.hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  .inline.hidden-lg,
  .inline-block.hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
.inline.visible-print,
.inline-block.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  .inline.visible-print {
    display: inline !important;
  }
  .inline-block.visible-print {
    display: inline-block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  .inline.hidden-print,
  .inline-block.hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*脚手架*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Hiragino Sans GB','Microsoft Yahei', "Helvetica Neue", Helvetica, Tahoma, Arial, 'WenQuanYi Micro Hei', sans-serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #353535;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3949ab;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-property: color, background, transform, opacity, left, top, right, bottom;
}
a:hover,
a:focus {
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.disabled,
a.disabled:hover,
a.disabled:focus,
a[disabled],
a[disabled]:hover,
a[disabled]:focus {
  text-decoration: none;
  color: #aaa;
  cursor: default;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
  
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
ol,
ul {
  padding-left: 20px;
}
/*栅格系统(使用栅格来帮助布局)*/
.container,
.container-fluid,
.container-fixed,
.container-fixed-md,
.container-fixed-sm,
.container-fixed-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fixed {
  width: 1200px;
}
.container-fixed-md {
  width: 960px;
}
.container-fixed-sm {
  width: 740px;
}
.container-fixed-xs {
  width: 440px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1,
.col-1 {
  width: 8.33333333%;
}
.col-xs-2,
.col-2 {
  width: 16.66666667%;
}
.col-xs-3,
.col-3 {
  width: 25%;
}
.col-xs-4,
.col-4 {
  width: 33.33333333%;
}
.col-xs-5,
.col-5 {
  width: 41.66666667%;
}
.col-xs-6,
.col-6 {
  width: 50%;
}
.col-xs-7,
.col-7 {
  width: 58.33333333%;
}
.col-xs-8,
.col-8 {
  width: 66.66666667%;
}
.col-xs-9,
.col-9 {
  width: 75%;
}
.col-xs-10,
.col-10 {
  width: 83.33333333%;
}
.col-xs-11,
.col-11 {
  width: 91.66666667%;
}
.col-xs-12,
.col-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
/*排版*/
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-gray,
.text-muted {
  color: #808080;
}
.text-gray a,
.text-muted a {
  color: #737373;
}
.text-gray a:hover,
.text-muted a:hover,
.text-gray a:active,
.text-muted a:active {
  color: #3949ab;
}
.text-primary {
  color: #4c74f7;
}
.text-yellow,
.text-warning {
  color: #f0ad4e;
}
.text-red,
.text-danger {
  color: #d9534f;
}
.text-green,
.text-success {
  color: #4caf50;
}
.text-blue,
.text-info {
  color: #039be5;
}
.text-brown,
.text-important {
  color: #bd7b46;
}
.text-purple,
.text-special {
  color: #8666b8;
}
.text-link {
  color: #353535;
}
.text-link:hover,
.text-link:active {
  color: #3949ab;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-nowrap,
.nobr {
  white-space: nowrap;
  overflow: hidden;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-inline dt {
  display: inline-block;
}
.dl-inline dd {
  display: inline-block;
  padding-right: 1em;
}
.dl-inline dd:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.25px;
  border-left: 5px solid #e5e5e5;
}
blockquote p,
blockquote ul,
blockquote ol {
  font-weight: 300;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.53846154;
  color: #808080;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e5e5e5;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.ol-pd-2 {
  padding-left: 40px;
}
.ol-pd-3 {
  padding-left: 60px;
}
.ol-pd-4 {
  padding-left: 80px;
}
.bg-black,
.bg-default {
  color: #fff;
  background-color: #353535;
}
.bg-primary {
  color: #fff;
  background-color: #4c74f7;
}
.bg-green,
.bg-success {
  color: #fff;
  background-color: #4caf50;
}
.bg-blue,
.bg-info {
  color: #fff;
  background-color: #039be5;
}
.bg-yellow,
.bg-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.bg-red,
.bg-danger {
  color: #fff;
  background-color: #d9534f;
}
.bg-brown,
.bg-important {
  color: #fff;
  background-color: #bd7b46;
}
.bg-purple,
.bg-special {
  color: #fff;
  background-color: #8666b8;
}
.hl-gray,
.hl-default {
  background-color: #f1f1f1;
}
.hl-primary {
  background-color: #eceff1;
}
.hl-green,
.hl-success {
  background-color: #ddf4df;
}
.hl-blue,
.hl-info {
  background-color: #ddf3f5;
}
.hl-yellow,
.hl-warning {
  background-color: #fff0d5;
}
.hl-red,
.hl-danger {
  background-color: #ffe5e0;
}
.hl-brown,
.hl-important {
  background-color: #f7ebe1;
}
.hl-purple,
.hl-special {
  background-color: #f5eeff;
}
/*标题*/
.page-header,
.header-dividing {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Tahoma, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
/*按钮*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none;
  padding: 5px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 0;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-property: background, border, box-shadow, outline, opacity;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #353535;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: none;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #4c74f7;
  border-color: #4770f7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2556f5;
  border-color: #0d43f4;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
  background-color: #0b3fec;
  border-color: #164af5;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4c74f7;
  border-color: #4770f7;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ab49;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #e89014;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
  background-color: #df8a13;
  border-color: #ec951a;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ab49;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d84f4b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #bd2d29;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
  background-color: #b52b27;
  border-color: #c52f2b;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d84f4b;
}
.btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #4aab4e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #409343;
  border-color: #38813b;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
  background-color: #357a38;
  border-color: #3b883e;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: #4aab4e;
}
.btn-info {
  color: #ffffff;
  background-color: #039be5;
  border-color: #0398e0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0280bd;
  border-color: #026fa4;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
  background-color: #026899;
  border-color: #0276ae;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #039be5;
  border-color: #0398e0;
}
.btn-link {
  color: #3949ab;
  font-weight: normal;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  background: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link:hover,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #263172;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dddddd;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 0;
}
.btn-sm,
.btn-xs,
.btn-mini {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-mini {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group-vertical,
.btn-group-vertical .btn-group-vertical + .btn,
.btn-group-vertical .btn-group-vertical + .btn-group-vertical {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .btn-group-vertical {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .btn-group-vertical {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group-vertical > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group,
.btn-group-vertical > .btn-group-vertical {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group-vertical:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group-vertical > .btn-group-vertical:first-child > .btn:last-child,
.btn-group-vertical > .btn-group-vertical:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group-vertical > .btn-group-vertical:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn-group-vertical .dropdown-toggle:active,
.btn-group-vertical.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group-vertical > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-vertical > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle,
.btn-group-vertical.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link,
.btn-group-vertical.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .btn-group-vertical {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group-vertical .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu,
.btn-group-justified > .btn-group-vertical .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group-vertical > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group-vertical > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group-vertical,
.btn-group-vertical > .btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group-vertical > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn + .btn-group-vertical,
.btn-group-vertical > .btn-group-vertical + .btn,
.btn-group-vertical > .btn-group-vertical + .btn-group-vertical {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group-vertical:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group-vertical:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group-vertical:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group-vertical:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/*进度条*/
/*图片*/
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 1px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
/*分隔*/
/*标签*/
/*面包屑导航*/
/*图标*/
.icon,
[class^="icon-"],
[class*=" icon-"] {
  font-family: ZenIcon;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  display: inline-block;
  min-width: 14px;
  text-align: center;
}
a .icon,
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
.icon-lg:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.icon-2x {
  font-size: 28px;
}
.icon-3x {
  font-size: 42px;
}
.icon-4x {
  font-size: 56px;
}
.icon-5x {
  font-size: 70px;
}
.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180 {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270 {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal {
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  transform: scale(1, -1);
}
.icon.icon-rotate-90,
.icon.icon-rotate-180,
.icon.icon-rotate-270,
.icon.icon-flip-horizontal,
.icon.icon-flip-vertical {
  display: inline-block;
}
.icon-resize:before {
  content: '\e667';
}
.icon-expand-full:before {
  content: '\e6a3';
}
.icon-arrows-alt:before {
  content: '\e6a3';
}
.icon-fullscreen:before {
  content: '\e6a3';
}
.icon-collapse-full:before {
  content: '\e682';
}
.icon-yinyang:before {
  content: '\e687';
}
.icon-taiji:before {
  content: '\e687';
}
.icon-window:before {
  content: '\e68e';
}
.icon-window-alt:before {
  content: '\e68f';
}
.icon-carousel:before {
  content: '\e6b0';
}
.icon-spinner-snake:before {
  content: '\e97b';
}
.icon-spinner-indicator:before {
  content: '\e97c';
}
.icon-check-board:before {
  content: '\e9b8';
}
.icon-bar-chart:before {
  content: '\f080';
}
.icon-bar-chart-o:before {
  content: '\f080';
}
.icon-github:before {
  content: '\f09b';
}
.icon-dot-circle:before {
  content: '\f192';
}
.icon-dot-circle-o:before {
  content: '\f192';
}
.icon-cube-alt:before {
  content: '\f1b2';
}
.icon-cubes:before {
  content: '\f1b3';
}
.icon-file-pdf:before {
  content: '\f1c1';
}
.icon-file-word:before {
  content: '\f1c2';
}
.icon-file-excel:before {
  content: '\f1c3';
}
.icon-file-powerpoint:before {
  content: '\f1c4';
}
.icon-file-image:before {
  content: '\f1c5';
}
.icon-file-photo:before {
  content: '\f1c5';
}
.icon-file-picture:before {
  content: '\f1c5';
}
.icon-file-archive:before {
  content: '\f1c6';
}
.icon-file-zip:before {
  content: '\f1c6';
}
.icon-file-audio:before {
  content: '\f1c7';
}
.icon-file-sound:before {
  content: '\f1c7';
}
.icon-file-movie:before {
  content: '\f1c8';
}
.icon-file-video:before {
  content: '\f1c8';
}
.icon-file-code:before {
  content: '\f1c9';
}
.icon-circle-o-notch:before {
  content: '\f1ce';
}
.icon-chanzhi:before {
  content: '\e906';
}
.icon-chanzhi-pro:before {
  content: '\e905';
}
.icon-zsite:before {
  content: '\e904';
}
.icon-zsite-pro:before {
  content: '\e903';
}
.icon-qq:before {
  content: '\f600';
}
.icon-wechat:before {
  content: '\f1d7';
}
.icon-weixin:before {
  content: '\f1d7';
}
.icon-history:before {
  content: '\f1da';
}
.icon-circle-thin:before {
  content: '\f1db';
}
.icon-sliders:before {
  content: '\f1de';
}
.icon-newspaper-o:before {
  content: '\f1ea';
}
.icon-calculator:before {
  content: '\f1ec';
}
.icon-paint-brush:before {
  content: '\f1fc';
}
.icon-area-chart:before {
  content: '\f1fe';
}
.icon-pie-chart:before {
  content: '\f200';
}
.icon-line-chart:before {
  content: '\f201';
}
.icon-toggle-off:before {
  content: '\f204';
}
.icon-toggle-on:before {
  content: '\f205';
}
.icon-diamond:before {
  content: '\f219';
}
.icon-venus:before {
  content: '\f221';
}
.icon-mars:before {
  content: '\f222';
}
.icon-server:before {
  content: '\f233';
}
.icon-music:before {
  content: '\e602';
}
.icon-search:before {
  content: '\e603';
}
.icon-envelope:before {
  content: '\e604';
}
.icon-heart:before {
  content: '\e605';
}
.icon-star:before {
  content: '\e606';
}
.icon-star-empty:before {
  content: '\e607';
}
.icon-user:before {
  content: '\e608';
}
.icon-film:before {
  content: '\e609';
}
.icon-th-large:before {
  content: '\e60a';
}
.icon-th:before {
  content: '\e60b';
}
.icon-th-list:before {
  content: '\e60c';
}
.icon-ok:before {
  content: '\e60d';
}
.icon-check:before {
  content: '\e60d';
}
.icon-remove:before {
  content: '\d7';
}
.icon-times:before {
  content: '\d7';
}
.icon-zoom-in:before {
  content: '\e60f';
}
.icon-zoom-out:before {
  content: '\e610';
}
.icon-off:before {
  content: '\e611';
}
.icon-cog:before {
  content: '\e613';
}
.icon-trash:before {
  content: '\e614';
}
.icon-home:before {
  content: '\e615';
}
.icon-file-o:before {
  content: '\e616';
}
.icon-file-alt:before {
  content: '\e616';
}
.icon-time:before {
  content: '\e617';
}
.icon-download-alt:before {
  content: '\e618';
}
.icon-download:before {
  content: '\e619';
}
.icon-upload:before {
  content: '\e61a';
}
.icon-inbox:before {
  content: '\e61b';
}
.icon-play-circle:before {
  content: '\e61c';
}
.icon-repeat:before {
  content: '\e61d';
}
.icon-refresh:before {
  content: '\e61e';
}
.icon-list-alt:before {
  content: '\e61f';
}
.icon-lock:before {
  content: '\e620';
}
.icon-flag:before {
  content: '\e621';
}
.icon-headphones:before {
  content: '\e622';
}
.icon-volume-off:before {
  content: '\e623';
}
.icon-volume-up:before {
  content: '\e625';
}
.icon-qrcode:before {
  content: '\e626';
}
.icon-barcode:before {
  content: '\e627';
}
.icon-tag:before {
  content: '\e628';
}
.icon-tags:before {
  content: '\e629';
}
.icon-book:before {
  content: '\e62a';
}
.icon-bookmark:before {
  content: '\e62b';
}
.icon-print:before {
  content: '\e62c';
}
.icon-camera:before {
  content: '\e62d';
}
.icon-font:before {
  content: '\e62e';
}
.icon-bold:before {
  content: '\e62f';
}
.icon-italic:before {
  content: '\f033';
}
.icon-header:before {
  content: '\f1dc';
}
.icon-underline:before {
  content: '\f0cd';
}
.icon-strikethrough:before {
  content: '\f0cc';
}
.icon-eraser:before {
  content: '\f12d';
}
.icon-align-justify:before {
  content: '\e636';
}
.icon-list:before {
  content: '\e637';
}
.icon-picture:before {
  content: '\e63b';
}
.icon-pencil:before {
  content: '\e63c';
}
.icon-map-marker:before {
  content: '\e63d';
}
.icon-adjust:before {
  content: '\e63e';
}
.icon-tint:before {
  content: '\e63f';
}
.icon-edit:before {
  content: '\e640';
}
.icon-share:before {
  content: '\e641';
}
.icon-checked:before {
  content: '\e642';
}
.icon-move:before {
  content: '\e643';
}
.icon-arrows:before {
  content: '\e643';
}
.icon-step-backward:before {
  content: '\e644';
}
.icon-fast-backward:before {
  content: '\e645';
}
.icon-backward:before {
  content: '\e646';
}
.icon-play:before {
  content: '\e647';
}
.icon-pause:before {
  content: '\e648';
}
.icon-stop:before {
  content: '\e649';
}
.icon-forward:before {
  content: '\e64a';
}
.icon-fast-forward:before {
  content: '\e64b';
}
.icon-step-forward:before {
  content: '\e64c';
}
.icon-eject:before {
  content: '\e64d';
}
.icon-chevron-left:before {
  content: '\e64e';
}
.icon-chevron-right:before {
  content: '\e64f';
}
.icon-plus-sign:before {
  content: '\e650';
}
.icon-minus-sign:before {
  content: '\e651';
}
.icon-remove-sign:before {
  content: '\e652';
}
.icon-ok-sign:before {
  content: '\e653';
}
.icon-check-circle:before {
  content: '\e653';
}
.icon-question-sign:before {
  content: '\e654';
}
.icon-info-sign:before {
  content: '\e655';
}
.icon-remove-circle:before {
  content: '\e657';
}
.icon-ok-circle:before {
  content: '\e658';
}
.icon-check-circle-o:before {
  content: '\e658';
}
.icon-ban-circle:before {
  content: '\e659';
}
.icon-arrow-left:before {
  content: '\e65a';
}
.icon-arrow-right:before {
  content: '\e65b';
}
.icon-arrow-up:before {
  content: '\e65c';
}
.icon-arrow-down:before {
  content: '\e65d';
}
.icon-share-alt:before {
  content: '\e65e';
}
.icon-resize-full:before {
  content: '\e65f';
}
.icon-resize-small:before {
  content: '\e660';
}
.icon-plus:before {
  content: '\e661';
}
.icon-minus:before {
  content: '\e662';
}
.icon-asterisk:before {
  content: '\e663';
}
.icon-exclamation-sign:before {
  content: '\e664';
}
.icon-gift:before {
  content: '\e665';
}
.icon-leaf:before {
  content: '\e666';
}
.icon-eye-open:before {
  content: '\e668';
}
.icon-eye-close:before {
  content: '\e669';
}
.icon-warning-sign:before {
  content: '\e66a';
}
.icon-plane:before {
  content: '\e66b';
}
.icon-calendar:before {
  content: '\e66c';
}
.icon-random:before {
  content: '\e66d';
}
.icon-comment:before {
  content: '\e66e';
}
.icon-chevron-up:before {
  content: '\e670';
}
.icon-chevron-down:before {
  content: '\e671';
}
.icon-shopping-cart:before {
  content: '\e673';
}
.icon-folder-close:before {
  content: '\e674';
}
.icon-folder-open:before {
  content: '\e675';
}
.icon-resize-v:before {
  content: '\e676';
}
.icon-resize-h:before {
  content: '\e677';
}
.icon-bar-chart-alt:before {
  content: '\e678';
}
.icon-camera-retro:before {
  content: '\e679';
}
.icon-key:before {
  content: '\e67a';
}
.icon-cogs:before {
  content: '\e67b';
}
.icon-comments:before {
  content: '\e67c';
}
.icon-thumbs-o-up:before {
  content: '\e67d';
}
.icon-thumbs-o-down:before {
  content: '\e67e';
}
.icon-star-half:before {
  content: '\e67f';
}
.icon-heart-empty:before {
  content: '\e680';
}
.icon-signout:before {
  content: '\e681';
}
.icon-pushpin:before {
  content: '\e683';
}
.icon-external-link:before {
  content: '\e684';
}
.icon-signin:before {
  content: '\e685';
}
.icon-trophy:before {
  content: '\e686';
}
.icon-upload-alt:before {
  content: '\e688';
}
.icon-lemon:before {
  content: '\e689';
}
.icon-phone:before {
  content: '\e68a';
}
.icon-check-empty:before {
  content: '\e68b';
}
.icon-bookmark-empty:before {
  content: '\e68c';
}
.icon-phone-sign:before {
  content: '\e68d';
}
.icon-credit:before {
  content: '\e690';
}
.icon-rss:before {
  content: '\e691';
}
.icon-hdd:before {
  content: '\e692';
}
.icon-bullhorn:before {
  content: '\e693';
}
.icon-bell:before {
  content: '\e694';
}
.icon-certificate:before {
  content: '\e695';
}
.icon-hand-right:before {
  content: '\e696';
}
.icon-hand-left:before {
  content: '\e697';
}
.icon-hand-up:before {
  content: '\e698';
}
.icon-hand-down:before {
  content: '\e699';
}
.icon-circle-arrow-left:before {
  content: '\e69a';
}
.icon-circle-arrow-right:before {
  content: '\e69b';
}
.icon-circle-arrow-up:before {
  content: '\e69c';
}
.icon-circle-arrow-down:before {
  content: '\e69d';
}
.icon-globe:before {
  content: '\e69e';
}
.icon-wrench:before {
  content: '\e69f';
}
.icon-tasks:before {
  content: '\e6a0';
}
.icon-filter:before {
  content: '\e6a1';
}
.icon-group:before {
  content: '\e6a4';
}
.icon-link:before {
  content: '\e6a5';
}
.icon-cloud:before {
  content: '\e6a6';
}
.icon-beaker:before {
  content: '\e6a7';
}
.icon-cut:before {
  content: '\e6a8';
}
.icon-copy:before {
  content: '\e6a9';
}
.icon-paper-clip:before {
  content: '\e6aa';
}
.icon-save:before {
  content: '\e6ab';
}
.icon-sign-blank:before {
  content: '\e6ac';
}
.icon-bars:before {
  content: '\e6ad';
}
.icon-reorder:before {
  content: '\e6ad';
}
.icon-list-ul:before {
  content: '\e6ae';
}
.icon-list-ol:before {
  content: '\e6af';
}
.icon-table:before {
  content: '\e6b2';
}
.icon-magic:before {
  content: '\e6b3';
}
.icon-caret-down:before {
  content: '\e6b8';
}
.icon-caret-up:before {
  content: '\e6b9';
}
.icon-caret-left:before {
  content: '\e6ba';
}
.icon-caret-right:before {
  content: '\e6bb';
}
.icon-columns:before {
  content: '\e6bc';
}
.icon-sort:before {
  content: '\e6bd';
}
.icon-sort-down:before {
  content: '\e6be';
}
.icon-sort-up:before {
  content: '\e6bf';
}
.icon-envelope-alt:before {
  content: '\e6c0';
}
.icon-undo:before {
  content: '\e6c1';
}
.icon-dashboard:before {
  content: '\e6c3';
}
.icon-comment-alt:before {
  content: '\e6c4';
}
.icon-comments-alt:before {
  content: '\e6c5';
}
.icon-bolt:before {
  content: '\e6c6';
}
.icon-sitemap:before {
  content: '\e6c7';
}
.icon-umbrella:before {
  content: '\e6c8';
}
.icon-paste:before {
  content: '\e6c9';
}
.icon-lightbulb:before {
  content: '\e6ca';
}
.icon-exchange:before {
  content: '\e6cb';
}
.icon-cloud-download:before {
  content: '\e6cc';
}
.icon-cloud-upload:before {
  content: '\e6cd';
}
.icon-bell-alt:before {
  content: '\e6d1';
}
.icon-coffee:before {
  content: '\e6d2';
}
.icon-file-text-o:before {
  content: '\e6d4';
}
.icon-file-text-alt:before {
  content: '\e6d4';
}
.icon-building:before {
  content: '\e6d5';
}
.icon-double-angle-left:before {
  content: '\e6dc';
}
.icon-double-angle-right:before {
  content: '\e6dd';
}
.icon-double-angle-up:before {
  content: '\e6de';
}
.icon-double-angle-down:before {
  content: '\e6df';
}
.icon-angle-left:before {
  content: '\e6e0';
}
.icon-angle-right:before {
  content: '\e6e1';
}
.icon-angle-up:before {
  content: '\e6e2';
}
.icon-angle-down:before {
  content: '\e6e3';
}
.icon-desktop:before {
  content: '\e6e4';
}
.icon-laptop:before {
  content: '\e6e5';
}
.icon-tablet:before {
  content: '\e6e6';
}
.icon-mobile:before {
  content: '\e6e7';
}
.icon-circle-blank:before {
  content: '\e6e8';
}
.icon-quote-left:before {
  content: '\e6e9';
}
.icon-quote-right:before {
  content: '\e6ea';
}
.icon-spinner:before {
  content: '\e6eb';
}
.icon-circle:before {
  content: '\e6ec';
}
.icon-reply:before {
  content: '\e6ed';
}
.icon-folder-close-alt:before {
  content: '\e6ef';
}
.icon-folder-open-alt:before {
  content: '\e6f0';
}
.icon-expand-alt:before {
  content: '\e6f1';
}
.icon-collapse-alt:before {
  content: '\e6f2';
}
.icon-smile:before {
  content: '\e6f3';
}
.icon-frown:before {
  content: '\e6f4';
}
.icon-meh:before {
  content: '\e6f5';
}
.icon-gamepad:before {
  content: '\e6f6';
}
.icon-keyboard:before {
  content: '\e6f7';
}
.icon-flag-alt:before {
  content: '\e6f8';
}
.icon-flag-checkered:before {
  content: '\e6f9';
}
.icon-terminal:before {
  content: '\e6fa';
}
.icon-code:before {
  content: '\e6fb';
}
.icon-reply-all:before {
  content: '\e6fc';
}
.icon-star-half-full:before {
  content: '\e6fd';
}
.icon-location-arrow:before {
  content: '\e6fe';
}
.icon-crop:before {
  content: '\e6ff';
}
.icon-code-fork:before {
  content: '\e700';
}
.icon-unlink:before {
  content: '\e701';
}
.icon-question:before {
  content: '\e702';
}
.icon-info:before {
  content: '\e703';
}
.icon-shield:before {
  content: '\e70b';
}
.icon-calendar-empty:before {
  content: '\e70c';
}
.icon-rocket:before {
  content: '\e70e';
}
.icon-chevron-sign-left:before {
  content: '\e70f';
}
.icon-chevron-sign-right:before {
  content: '\e710';
}
.icon-chevron-sign-up:before {
  content: '\e711';
}
.icon-chevron-sign-down:before {
  content: '\e712';
}
.icon-html5:before {
  content: '\e713';
}
.icon-anchor:before {
  content: '\e714';
}
.icon-unlock-alt:before {
  content: '\e715';
}
.icon-bullseye:before {
  content: '\e716';
}
.icon-ellipsis-h:before {
  content: '\e717';
}
.icon-ellipsis-v:before {
  content: '\e718';
}
.icon-rss-sign:before {
  content: '\e719';
}
.icon-play-sign:before {
  content: '\e71a';
}
.icon-minus-sign-alt:before {
  content: '\e71c';
}
.icon-plus-sign-alt:before {
  content: '\f0fe';
}
.icon-check-minus:before {
  content: '\e71d';
}
.icon-check-plus:before {
  content: '\f196';
}
.icon-level-up:before {
  content: '\e71e';
}
.icon-level-down:before {
  content: '\e71f';
}
.icon-check-sign:before {
  content: '\e720';
}
.icon-edit-sign:before {
  content: '\e721';
}
.icon-external-link-sign:before {
  content: '\e722';
}
.icon-share-sign:before {
  content: '\e723';
}
.icon-compass:before {
  content: '\e724';
}
.icon-collapse:before {
  content: '\e725';
}
.icon-collapse-top:before {
  content: '\e726';
}
.icon-expand:before {
  content: '\e727';
}
.icon-dollar:before {
  content: '\e728';
}
.icon-yen:before {
  content: '\e729';
}
.icon-file:before {
  content: '\e72b';
}
.icon-file-text:before {
  content: '\e72c';
}
.icon-sort-by-alphabet:before {
  content: '\e72d';
}
.icon-sort-by-alphabet-alt:before {
  content: '\e72e';
}
.icon-sort-by-attributes:before {
  content: '\e72f';
}
.icon-sort-by-attributes-alt:before {
  content: '\e730';
}
.icon-sort-by-order:before {
  content: '\e731';
}
.icon-sort-by-order-alt:before {
  content: '\e732';
}
.icon-thumbs-up:before {
  content: '\e733';
}
.icon-thumbs-down:before {
  content: '\e734';
}
.icon-long-arrow-down:before {
  content: '\e736';
}
.icon-long-arrow-up:before {
  content: '\e737';
}
.icon-long-arrow-left:before {
  content: '\e738';
}
.icon-long-arrow-right:before {
  content: '\e739';
}
.icon-apple:before {
  content: '\e73a';
}
.icon-windows:before {
  content: '\e73b';
}
.icon-android:before {
  content: '\e73c';
}
.icon-linux:before {
  content: '\e73d';
}
.icon-sun:before {
  content: '\e742';
}
.icon-moon:before {
  content: '\e743';
}
.icon-archive:before {
  content: '\e744';
}
.icon-bug:before {
  content: '\e745';
}
.icon-zhifubao:before,
.icon-alipay:before {
  content: '\e901';
}
.icon-zhifubao-square:before,
.icon-alipay-square:before {
  content: '\e900';
}
.icon-taobao:before {
  content: '\e902';
}
.icon-weibo:before {
  content: '\e746';
}
.icon-renren:before {
  content: '\e747';
}
.icon-chrome:before {
  content: '\e76c';
}
.icon-firefox:before {
  content: '\e76d';
}
.icon-ie:before {
  content: '\e76e';
}
.icon-opera:before {
  content: '\e76f';
}
.icon-safari:before {
  content: '\e770';
}
.icon-node:before {
  content: '\e76a';
}
.icon-layout:before {
  content: '\e768';
}
.icon-usecase:before {
  content: '\e74a';
}
.icon-stack:before {
  content: '\e769';
}
.icon-branch:before {
  content: '\e74b';
}
.icon-chat:before {
  content: '\e74c';
}
.icon-chat-line:before {
  content: '\e74f';
}
.icon-comment-line:before {
  content: '\e74f';
}
.icon-chat-dot:before {
  content: '\e750';
}
.icon-cube:before {
  content: '\e751';
}
.icon-database:before {
  content: '\f1c0';
}
.icon-align-left:before {
  content: '\e633';
}
/*关闭按钮*/
/*滚动条*/
/*表格*/
/*列表组*/
/*面板*/
/*消息框*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #f1f1f1;
  color: #282828;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.alert hr {
  border-top-color: #f1f1f1;
}
.alert .alert-link {
  color: #161616;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert hr {
  margin: 10px 0;
}
.alert p,
.alert ul {
  margin-bottom: 0;
}
.alert p + p {
  margin-top: 5px;
}
.alert-link {
  font-weight: bold;
}
.alert > [class*="icon-"] {
  float: left;
  font-size: 42px;
  opacity: 0.6;
  margin-top: -5px;
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.alert > [class*="icon-"] + .content {
  margin-left: 64px;
  min-height: 30px;
}
.alert.with-icon {
  width: 100%;
  display: table;
}
.alert.with-icon > [class*="icon-"],
.alert.with-icon > [class*="icon-"] + .content {
  float: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  min-height: 0;
}
.alert.with-icon > [class*="icon-"] {
  width: 48px;
  text-align: center;
}
.alert.with-icon > [class*="icon-"] + .content {
  padding-left: 1em;
}
.alert-block {
  margin: 0;
  border-radius: 0;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -6px;
  right: -21px;
  color: inherit;
}
.alert-primary {
  background-color: #eceff1;
  color: #282828;
}
.alert-primary hr {
  border-top-color: #eceff1;
}
.alert-primary .alert-link {
  color: #161616;
}
.alert-success {
  background-color: #ddf4df;
  color: #449d48;
}
.alert-success hr {
  border-top-color: #ddf4df;
}
.alert-success .alert-link {
  color: #39843c;
}
.alert-info {
  background-color: #ddf3f5;
  color: #038acc;
}
.alert-info hr {
  border-top-color: #ddf3f5;
}
.alert-info .alert-link {
  color: #0272a9;
}
.alert-warning {
  background-color: #fff0d5;
  color: #eea236;
}
.alert-warning hr {
  border-top-color: #fff0d5;
}
.alert-warning .alert-link {
  color: #eb9316;
}
.alert-danger {
  background-color: #ffe5e0;
  color: #d43f3a;
}
.alert-danger hr {
  border-top-color: #ffe5e0;
}
.alert-danger .alert-link {
  color: #c12e2a;
}
.alert-inverse {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.alert-inverse hr {
  border-top-color: #dddddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}
.alert-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}
.alert-primary-inverse {
  background-color: #4c74f7;
  border-color: #4c74f7;
  color: #ffffff;
}
.alert-primary-inverse hr {
  border-top-color: #dddddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}
.alert-primary-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}
.alert-success-inverse {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.alert-success-inverse hr {
  border-top-color: #dddddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}
.alert-success-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}
.alert-info-inverse {
  background-color: #039be5;
  border-color: #039be5;
  color: #ffffff;
}
.alert-info-inverse hr {
  border-top-color: #dddddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}
.alert-info-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}
.alert-warning-inverse {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.alert-warning-inverse hr {
  border-top-color: #dddddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}
.alert-warning-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}
.alert-danger-inverse {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #ffffff;
}
.alert-danger-inverse hr {
  border-top-color: #dddddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}
.alert-danger-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}
/*输入框组*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #222222;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon.fix-border {
  border-left: 0;
  border-right: 0;
}
.input-group-addon:empty {
  padding: 0;
  width: 1px;
}
.input-group-addon.fix-padding {
  padding: 0;
  width: 1px;
}
.input-group-btn.fix-border > .btn {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:first-child > .btn-group-vertical > .btn,
.input-group-btn:last-child > .btn-group-vertical:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > .btn-group-vertical > .btn,
.input-group-btn:first-child > .btn-group-vertical:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .btn-group-vertical {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .btn-group-vertical {
  margin-left: -1px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 1px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon.input-sm {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 1px;
}
.input-control-icon-left,
.input-control-icon-right,
.input-control-label-left,
.input-control-label-right {
  position: absolute;
  top: 1px;
  height: 30px;
  line-height: 30px;
  opacity: 0.5;
  z-index: 5;
}
.input-control-icon-left,
.input-control-icon-right {
  width: 30px;
  text-align: center;
}
.input-control-label-left,
.input-control-icon-left {
  left: 1px;
}
.input-control-label-right,
.input-control-icon-right {
  right: 1px;
}
.input-control-label-left,
.input-control-label-right {
  width: 70px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-label-left-sm > .input-control-label-left,
.has-label-left-sm > .input-control-label-right {
  width: 55px;
}
.has-label-left-lg > .input-control-label-left,
.has-label-left-lg > .input-control-label-right {
  width: 95px;
}
.input-control {
  position: relative;
}
.input-control.has-icon-left > .form-control {
  padding-left: 30px;
}
.input-control.has-icon-right > .form-control {
  padding-right: 30px;
}
.input-control.has-label-left > .form-control {
  padding-left: 70px;
}
.input-control.has-label-right > .form-control {
  padding-right: 70px;
}
.input-control.has-label-left-sm > .form-control {
  padding-left: 55px;
}
.input-control.has-label-right-sm > .form-control {
  padding-right: 55px;
}
.input-control.has-label-left-lg > .form-control {
  padding-left: 95px;
}
.input-control.has-label-right-lg > .form-control {
  padding-right: 95px;
}
.input-control > a:hover {
  background-color: #f1f1f1;
  opacity: 1;
}
.form-control:focus + [class^="input-control-"],
.form-control:focus + [class^="input-control-"] + [class^="input-control-"] {
  opacity: 1;
}
.form-control:focus + .input-control-label-left {
  color: #3949ab;
}
.empty + .search-clear-btn,
.empty + .search-icon + .search-clear-btn {
  opacity: 0 !important;
}
input:placeholder-shown + .search-clear-btn,
input:placeholder-shown + .search-icon + .search-clear-btn {
  opacity: 0 !important;
}
.search-box-circle .input-control-icon-left,
.search-box-circle .input-control-icon-right,
.search-box-circle > .form-control {
  border-radius: 16px;
}
.search-box-circle + .input-group-btn > .btn {
  border-radius: 0 16px 16px 0;
}
/*表单*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 0 \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control::placeholder {
  color: #808080;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #222222;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.form-control.focus {
  border-color: #3949ab;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 73, 171, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e5e5e5;
}
.form-control[readonly] {
  cursor: default;
}
textarea.form-control {
  height: auto;
  min-height: 32px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
  margin-top: 4px \9;
}
.os-android .radio input[type="radio"],
.os-android .radio-inline input[type="radio"],
.os-android .checkbox input[type="checkbox"],
.os-android .checkbox-inline input[type="checkbox"] {
  margin-top: 0;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-sm {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 43px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 1px;
}
select.input-lg {
  height: 43px;
  line-height: 43px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning > label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff0d5;
}
.has-error .help-block,
.has-error > label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #ffe5e0;
}
.has-success .help-block,
.has-success > label {
  color: #4caf50;
}
.has-success .form-control {
  border-color: #4caf50;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}
.has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #ddf4df;
}
.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 33px;
}
.help-block {
  display: block;
  margin: 5px 0;
  color: #757575;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .form-group > label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group > label {
    text-align: right;
  }
}
.required {
  position: relative;
}
.required:after {
  content: '*';
  color: #d9534f;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 17px;
}
.form-horizontal .required:after {
  top: 5px;
  right: -1px;
}
.form-condensed .form-group {
  margin-bottom: 10px;
}
.form-condensed .form-control {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-condensed .form-control {
  height: 24px;
  line-height: 24px;
}
textarea.form-condensed .form-control {
  height: auto;
}
.form-condensed textarea.form-control {
  height: auto;
}
.form-condensed .btn {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-condensed .input-group > .form-control,
.form-condensed .input-group > .input-group-addon,
.form-condensed .input-group > .input-group-btn > .btn {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0;
}
.form-condensed .input-group .form-control:first-child,
.form-condensed .input-group-addon:first-child,
.form-condensed .input-group-btn:first-child > .btn,
.form-condensed .input-group-btn:first-child > .btn-group > .btn,
.form-condensed .input-group-btn:first-child > .dropdown-toggle,
.form-condensed .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.form-condensed .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.form-condensed .input-group-btn:first-child > .btn-group-vertical > .btn,
.form-condensed .input-group-btn:last-child > .btn-group-vertical:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-condensed .input-group .form-control:last-child,
.form-condensed .input-group-addon:last-child,
.form-condensed .input-group-btn:last-child > .btn,
.form-condensed .input-group-btn:last-child > .btn-group > .btn,
.form-condensed .input-group-btn:last-child > .dropdown-toggle,
.form-condensed .input-group-btn:first-child > .btn:not(:first-child),
.form-condensed .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.form-condensed .input-group-btn:last-child > .btn-group-vertical > .btn,
.form-condensed .input-group-btn:first-child > .btn-group-vertical:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-condensed .input-group-addon:first-child {
  border-right: 0;
}
.form-condensed .input-group-addon:last-child {
  border-left: 0;
}
.form-condensed .input-group-addon.fix-border,
.form-condensed .input-group-btn.fix-border > .btn {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.form-condensed.form-horizontal .form-group > label,
.form-condensed.form-horizontal .radio,
.form-condensed.form-horizontal .checkbox,
.form-condensed.form-horizontal .radio-inline,
.form-condensed.form-horizontal .checkbox-inline {
  padding-top: 1px;
}
/*开关*/
/*代码*/
/*代码*/
.pager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
}
.pager > li {
  display: inline;
}
.pager > li > a,
.pager > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.53846154;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pager > li:first-child > a,
.pager > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pager > li:last-child > a,
.pager > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
  z-index: 2;
  background-color: #e5e5e5;
}
.pager > li.active > a,
.pager > li.active > span,
.pager > li.active > a:hover,
.pager > li.active > span:hover {
  z-index: 3;
  color: #ffffff;
  background-color: #4c74f7;
  border-color: #4c74f7;
  cursor: default;
}
.pager > li.disabled > span,
.pager > li.disabled > span:hover,
.pager > li.disabled > span:focus,
.pager > li.disabled > a,
.pager > li.disabled > a:hover,
.pager > li.disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  pointer-events: none;
}
.pager-justify {
  display: block;
}
.pager-justify .next > a,
.pager-justify .next > span {
  float: right;
  border-radius: 0;
}
.pager-justify .previous > a,
.pager-justify .previous > span {
  float: left;
  border-radius: 0;
}
.pager-goto {
  width: 100px;
  text-align: center;
}
.pager > li > div {
  float: left;
}
.pager > li .pager-goto,
.pager > li .pager-size-menu,
.pager > li.space {
  margin: 0 5px;
}
.pager-label {
  position: relative;
  float: left;
  padding: 5px 4px;
  line-height: 1.53846154;
  text-decoration: none;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pager-item-left > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pager-item-right > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/*导航*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > .nav-heading {
  padding: 8px 15px;
  color: #808080;
  font-weight: bold;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: #353535;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #263172;
}
.nav > li.disabled > a {
  color: #dddddd;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dddddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f1f1f1;
  border-color: #3949ab;
}
.nav > li > a > img {
  max-width: none;
}
.nav-default > li {
  float: left;
}
.nav-default > li > a {
  border-radius: 0;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 20px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #4c74f7;
}
.nav-primary > li {
  float: left;
  margin-left: -1px;
}
.nav-primary > li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.nav-primary > li:last-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nav-primary > li > a {
  border: 1px solid #dddddd;
}
.nav-primary > li.active > a,
.nav-primary > li.active > a:hover,
.nav-primary > li.active > a:focus {
  background-color: #4c74f7;
  border-color: #4c74f7;
  color: #ffffff;
}
.nav-secondary > li {
  float: left;
}
.nav-secondary > li > a {
  border-bottom: 2px solid #e5e5e5;
}
.nav-secondary > li.active > a,
.nav-secondary > li.active > a:hover,
.nav-secondary > li.active > a:focus {
  color: #4c74f7;
  border-bottom-color: #4c74f7;
}
.nav-secondary > li.nav-heading {
  border-bottom: 2px solid #e5e5e5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-stacked.nav-primary > li,
.nav-stacked.nav-primary > li > a {
  margin-left: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-stacked.nav-primary > li + li {
  margin-top: -1px;
}
.nav-stacked.nav-primary > li:first-child {
  margin-top: 0;
}
.nav-stacked.nav-primary > li:first-child > a,
.nav-stacked.nav-primary > li:first-child.nav-heading {
  margin-left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-stacked.nav-primary > li:last-child > a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-stacked.nav-primary > li.nav-heading {
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
}
.nav-stacked.nav-secondary > li > a {
  border: none;
  box-shadow: inset 2px 0 0 #f5f5f5;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nav-stacked.nav-secondary > li > a:hover {
  box-shadow: inset 2px 0 0 #e5e5e5;
}
.nav-stacked.nav-secondary > li + li {
  margin-top: -1px;
}
.nav-stacked.nav-secondary > li:first-child {
  margin-top: 0;
}
.nav-stacked.nav-secondary > li.active > a,
.nav-stacked.nav-secondary > li.active > a:hover,
.nav-stacked.nav-secondary > li.active > a:focus {
  background-color: #f5f5f5;
  box-shadow: inset 2px 0 0 #4c74f7;
}
.nav-stacked.nav-secondary > li.nav-heading {
  border-bottom: 1px solid #dddddd;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-justified.nav-primary > li + li > a {
    border-left: 0;
  }
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e5e5e5 #e5e5e5 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs.nav-justified.nav-primary > li + li > a {
    border-left: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
@-moz-document url-prefix() {
  .nav-tabs > li.active > a:focus .nav-tabs > li > a:focus {
    outline: 0;
  }
}
.nav-tabs.nav-stacked {
  border-right: 1px solid #dddddd;
  border-bottom: none;
}
.nav-tabs.nav-stacked > li {
  float: none;
  margin-bottom: 0;
  margin-right: -1px;
}
.nav-tabs.nav-stacked > li > a {
  margin-right: 0;
  border-radius: 0 0 0 0;
}
.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:hover,
.nav-tabs.nav-stacked > li.active > a:focus {
  border: 1px solid #dddddd;
  border-right-color: transparent;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 3px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav.nav-justified > li {
    float: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f7f7f7;
  border-color: #dedede;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #222222;
  background-color: #e5e5e5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #dedede;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #222222;
    background-color: #e5e5e5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #222222;
}
.navbar-default .btn-link {
  color: #333333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #222222;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #3949ab;
  border-color: #2c3985;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #4254c0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #5262c5;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #334198;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #303e90;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #5262c5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #2c3985;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #2c3985;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #4254c0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #5262c5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #dddddd;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
/*过渡动画*/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.scale {
  transform: scale(0.8);
  transition: all 0.15s ease;
}
.scale.in {
  transform: scale(1);
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/*对话框*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal > .loader {
  display: none;
}
.modal.modal-loading .modal-dialog {
  opacity: 0;
}
.modal.modal-loading .loader {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 56px;
  color: #fff;
  top: 35%;
  width: 80px;
  left: 50%;
  margin-left: -40px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-iframe .modal-body {
  overflow: hidden!important;
}
.modal-iframe .modal-body > iframe {
  border-radius: 0 0 1px 1px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  pointer-events: initial;
  background-clip: padding-box;
  outline: 0;
}
.modal-dialog.modal-moveable {
  position: absolute;
  margin: 0;
}
.modal-dialog.modal-moveable .modal-header {
  cursor: move;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.53846154px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group-vertical .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* full screen modal */
.modal-fullscreen {
  width: 100%!important;
  height: 100%!important;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.modal-fullscreen .modal-body {
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.body-modal-scroll-inside {
  overflow: auto;
}
/*工具提示*/
/*弹出面板*/
/*下拉菜单*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-bottom: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #353535;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #4c74f7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4c74f7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-hover .dropdown-menu {
  margin: -1px 0;
}
.dropdown-hover:hover > .dropdown-menu,
.open > .dropdown-menu {
  display: block;
}
.dropdown-hover:hover > a,
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.53846154;
  font-weight: bold;
  color: #808080;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0;
}
.dropdown-submenu.open > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu > a {
  min-width: 160px;
}
.dropdown-submenu > .dropdown-menu.pull-left {
  right: 100%;
  left: auto;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #4c74f7;
}
/*轮播*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  outline: none;
}
.carousel-control > .icon {
  font-size: 20px;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .icon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    top: 40%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 80px;
  }
  .carousel-control .icon-prev {
    left: 30%;
  }
  .carousel-control .icon-next {
    right: 25%;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
/*灯箱预览*/
/*消息*/
/*垂直菜单*/
/*图片裁剪工具-独立组件*/
/*日期时间选择-独立组件*/
/*Kindeditor-独立组件*/
/*UEditor-独立组件*/
/*选择器-独立组件*/
/*模态对话框-独立组件*/
/*图标选择器-独立组件*/
/*文章视图*/
/*评论视图*/
/*列表视图*/
/*卡片视图*/
/*仪表盘-独立组件*/
/*看板-独立组件*/
/*数据表格-独立组件*/
/*日历-独立组件*/
/*思维导图-独立组件*/
/*树形图-独立组件*/
/*主题示例-独立组件*/
/*主题选项-独立组件*/
/*树形菜单-独立组件*/
/*JS配色表-独立组件*/
/*颜色选择器-独立组件*/
/*文件上传-独立组件*/
html,
body {
  overflow-x: hidden;
}
.container {
  width: 95%;
  max-width: 95%;
  width: 1200px;
}
@media (min-width: 768px) {
  .container {
    width: 1200px;
  }
}
input:focus,
button:focus,
a:focus {
  outline: none;
}
.title-size1 {
  font-size: 36px;
  color: #222;
  text-align: center;
  letter-spacing: 1px;
}
.title-size2 {
  font-size: 32px;
  color: #30314b;
  text-align: center;
  letter-spacing: 1px;
}
button {
  width: 186px;
  height: 46px;
  border-radius: 50px;
  font-size: 20px;
}
.first-btn {
  background: #3085ff;
  color: #fff;
  margin-right: 120px;
  border: 0;
  box-shadow: 0px 0px 10px rgba(20,113,245,0.2);
}
.last-btn {
  background: transparent;
  color: #3085ff;
  border: 1px solid #3085ff;
  box-shadow: 0px 0px 10px rgba(20,113,245,0.2);
}
.first-btn:hover,.last-btn:hover{
  box-shadow: 0px 0px 8px rgba(20,113,245,0.6);
}
.last-btn-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
}
.last-btn-white:hover{
  box-shadow: 0px 0px 5px rgba(255,255,255,0.7);
}
#goSolution:hover a,
#goSolution:active a,
#goSolution:focus a {
  border-bottom: 2px solid #4c74f7;
  display: inline-block;
  height: 82px;
  color: #4c74f7 !important;
}



.index-banner {
  background: #333;
  background-position: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.index-banner .color-bg {
  background-color: #061e51;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.index-banner .container {
  z-index: 1;
  position: relative;
}
.new-banner-info {
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-top: 24%;
}

.new-banner-info .slogan p {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2px;
}
.new-banner-info .slogan .slogan-smName{
  font-size: 24px;
}
.new-banner-info .slogan .title {
  font-size: 54px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: inline-block;
  padding: 30px 0;
  border-bottom: 1px solid #2775d7;
  border-top: 1px solid #2775d7
}
.new-banner-info .content {
  padding-top: 15%;
}
.new-banner-info .content > div {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.new-banner-info .content > div:last-child {
  border-right: 0;
}
.new-banner-info .content p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
.new-banner-info .content .title {
  font-size: 24px;
  margin-bottom: 30px;
}
.index-banner .content .col-xs-6 {
  width: 40%;
}
.new-banner-info .content .col-xs-3 {
  width: 29%;
}
.new-banner-info .content .first {
  padding-right: 40px;
}
.new-banner-info .content .last {
  padding-left: 40px;
}
.new-banner-vide-box{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
.index-content .part1 {
  text-align: center;
  margin: 70px 0;
  position: relative;
}
.index-content .part1 .icon-content {
  font-size: 0;
  margin-top: 65px;
}
.index-content .part1 .icon-content > div {
  width: 20%;
  display: inline-block;
  font-size: 22px;
  padding: 0 30px;
}
.index-content .part1 .icon-content > div .no-click {
  display: none;
}
.index-content .part1 .icon-content > div > div {
  padding-bottom: 26px;
}
.index-content .part1 .icon-content > div > div > div {
  margin-bottom: 12px;
  width: 52px;
  height: 52px;
  display: inline-block;
}
.index-content .part1 .icon-content > div > div a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #36475a;
}
.index-content .part1 .icon-content .active .no-click {
  display: block;
}
.index-content .part1 .icon-content .active .click {
  display: none;
}
.index-content .part1 .icon-content .active a {
  color: #0069ff;
}
.index-content .part1 .icon-content .active > div {
  border-bottom: 2px solid #0d88fb;
}
.index-content .part1 .icon-list > div {
  padding: 0 30px 70px 30px;
  min-height: 126px;
}
.index-content .part1 .icon-list > div > div {
  padding-bottom: 0;
}
.index-content .part1 .nav-icon {
  font-size: 0;
  margin-top: 65px;
  margin-bottom: 0;
}
.index-content .part1 .nav-icon li {
  width: 20%;
  display: inline-block;
  font-size: 22px;
}
.index-content .part1 .nav-icon li .no-click {
  display: none;
}
.index-content .part1 .nav-icon li:hover .no-click,
.index-content .part1 .nav-icon li:active .no-click,
.index-content .part1 .nav-icon li:focus .no-click {
  display: inline-block;
}
.index-content .part1 .nav-icon li:hover .click,
.index-content .part1 .nav-icon li:active .click,
.index-content .part1 .nav-icon li:focus .click {
  display: none;
}
.index-content .part1 .nav-icon li:hover a p,
.index-content .part1 .nav-icon li:active a p,
.index-content .part1 .nav-icon li:focus a p {
  color: #0069ff;
}
.index-content .part1 .nav-icon li a > div {
  padding-bottom: 26px;
  display: inline-block;
}
.index-content .part1 .nav-icon li a img {
  margin-bottom: 12px;
  display: inline-block;
}
.index-content .part1 .nav-icon li a p {
  color: #36475a;
}
.index-content .part1 .nav-icon .active {
  border-bottom: 2px solid #0d88fb;
}
.index-content .part1 .nav-icon .active .no-click {
  display: inline-block;
}
.index-content .part1 .nav-icon .active .click {
  display: none;
}
.index-content .part1 .nav-icon .active p {
  color: #0069ff;
}
.index-content .part1 .btn-con {
  margin-top: 20px;
}
.index-content .part1 .icon-list > div {
  padding: 0 30px 70px 30px;
}
.index-content .part1 .icon-list > div > div {
  padding-bottom: 0;
}
.index-content .part1 .text-content {
  background: #f9faff;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  top: 236px;
}
.index-content .part1 .text-content .row > div {
  padding: 10px;
}
.index-content .part1 .text-content .row > div > div {
  padding: 20px 20px 15px 20px;
}
.index-content .part1 .text-content .row > div > div:hover {
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
}
.index-content .part1 .text-content p {
  font-size: 13.8px;
  line-height: 26px;
  color: #6e798b;
  text-align: justify;
  letter-spacing: -0.5px;
}
.index-content .part1 .text-content .title {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1;
  color: #36475a;
}
.index-content .part1 .text-content ul {
  padding: 0;
  text-align: left;
}
.index-content .part1 .text-content ul li {
  display: inline-block;
  width: 49%;
  font-size: 13.8px;
  text-align: left;
  margin: 5px 0;
}
.index-content .part1 .text-content ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #0069ff;
  margin-bottom: 3px;
  margin-right: 8px;
}
.index-content .part2 {
  background: url(../images/18.png) no-repeat;
  background-size: auto 100%;
  padding: 70px 0;
}
.index-content .part2 p {
  line-height: 1;
}
.index-content .part2 .btn-con {
  text-align: center;
  margin-top: 102px;
}
.index-content .part2 .row > div {
  border-radius: 8px;
  background: #fff;
  height: 100%;
  padding: 60px 15px 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.index-content .part2 .row > div:last-child {
  margin-right: 0;
}
.index-content .part2 .row .placeholder {
  height: 464px;
  width: 100px;
  position: absolute;
}
.index-content .part2 .active .text1 {
  background: url(../images/19.png) no-repeat;
}
.index-content .part2 .active .text2 {
  background: url(../images/340.png) no-repeat;
}
.index-content .part2 .active .text3 {
  background: url(../images/342.png) no-repeat;
}
.index-content .part2 .active .text4 {
  background: url(../images/343.png) no-repeat;
}
.index-content .part2 .active .text5 {
  background: url(../images/344.png) no-repeat;
}
.index-content .part2 .active .text6 {
  background: url(../images/345.png) no-repeat;
}
.index-content .part2 .active .text {
  width: 294px;
  width: 300px;
  height: 600px;
  z-index: 10;
  position: absolute;
  top: -45px;
  right: -50px;
  padding: 60px 44px;
  background-size: 100% 100%;
}
.index-content .part2 .active .text p {
  color: #fff;
}
.index-content .part2 .active .text .line {
  width: 56px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 30px;
}
.index-content .part2 .active .text .title {
  font-size: 26px;
}
.index-content .part2 .active .text .text-content p {
  font-size: 16px;
}
.index-content .part2 .title-size1 {
  color: #fff;
  margin-bottom: 128px;
}
.index-content .part2 .title {
  font-size: 26px;
  margin-bottom: 16px;
  color: #36475a;
}
.index-content .part2 .line {
  width: 56px;
  height: 0;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 0;
}
.index-content .part2 .text-content p {
  font-size: 14px;
  line-height: 26px;
  color: #6e798b;
  margin-bottom: 40px;
  letter-spacing: -1px;
  text-align: justify;
}
@-webkit-keyframes fadeup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.index-content .part3 {
  position: relative;
  padding: 66px 0 100px 0;
  overflow: hidden;
}
.index-content .part3 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-content .part3 .img2 {
  top: 100%;
}
.index-content .part3 .img1 {
  animation: fadeup 10s infinite linear;
}
.index-content .part3 .img2 {
  animation: fadeup 10s infinite linear;
}
.index-content .part3 .container {
  position: relative;
}
.index-content .part3 .container > div {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 49%;
}
.index-content .part3 .title-size1 {
  margin-bottom: 90px;
}
.index-content .part3 .no-click {
  display: none;
}
.index-content .part3 .nav-icon {
  display: inline-block;
  padding-left: 0;
}
.index-content .part3 .nav-icon li {
  list-style-type: none;
  display: inline-block;
  height: 160px;
  width: 28.7%;
  margin: 1.8%;
  background: #fff;
  float: left;
  font-size: 0;
  box-shadow: 0px 4px 14px 0px rgba(181, 193, 229, 0.56);
}
.index-content .part3 .nav-icon li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index-content .part3 .nav-icon li a:after {
  content: '';
  height: 100%;
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
.index-content .part3 .nav-icon li a > div {
  display: inline-block;
  vertical-align: middle;
}
.index-content .part3 .nav-icon li a img {
  margin-bottom: 15px;
}
.index-content .part3 .nav-icon li a p {
  font-size: 16px;
  color: #36475a;
}
.index-content .part3 .nav-icon .active .no-click {
  display: inline-block;
}
.index-content .part3 .nav-icon .active .click {
  display: none;
}
.index-content .part3 .nav-icon .active p {
  color: #fff;
}
.index-content .part3 .nav-icon .tab1.active {
  background: url(../images/22.png) no-repeat;
}
.index-content .part3 .nav-icon .tab2.active {
  background: url(../images/346.png) no-repeat;
}
.index-content .part3 .nav-icon .tab3.active {
  background: url(../images/347.png) no-repeat;
}
.index-content .part3 .nav-icon .tab4.active {
  background: url(../images/348.png) no-repeat;
}
.index-content .part3 .nav-icon .tab5.active {
  background: url(../images/349.png) no-repeat;
}
.index-content .part3 .nav-icon .tab6.active {
  background: url(../images/350.png) no-repeat;
}
.index-content .part3 .nav-icon .tab7.active {
  background: url(../images/351.png) no-repeat;
}
.index-content .part3 .nav-icon .tab8.active {
  background: url(../images/352.png) no-repeat;
}
.index-content .part3 .nav-icon .tab9.active {
  background: url(../images/353.png) no-repeat;
}
.index-content .part3 .btn-con {
  float: right;
  position: absolute;
  top: 600px;
  right: 0;
  text-align: right;
}
.index-content .part3 .btn-con button {
  margin-right: 70px;
  width: 32%;
}
.index-content .part3 .tab-content .two-row .circle {
  vertical-align: 19px !important;
}
.index-content .part3 .tab-content .tab-pane {
  float: right;
  width: 90%;
  padding-bottom: 80px;
}
.index-content .part3 .tab-content .tab-pane > div {
  margin-bottom: 20px;
}
.index-content .part3 .tab-content .tab-pane > div:last-child {
  margin-bottom: 0;
}
.index-content .part3 .tab-content .tab-pane .blue-title {
  font-size: 32px;
  color: #4c74f6;
  padding-bottom: 23px;
  border-bottom: 1px solid #d7dde5;
  margin-bottom: 27px;
  width: 100%;
}
.index-content .part3 .tab-content .tab-pane p {
  font-size: 18px;
  color: #79849a;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  line-height: 38px;
}
.index-content .part3 .tab-content .tab-pane .circle {
  width: 8px;
  height: 8px;
  background: #0069ff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.index-content .part4 {
  background: url(../images/31.png) no-repeat;
  padding: 65px 0;
}
.index-content .part4 .col-xs-2 {
  width: 20%;
  text-align: center;
}
.index-content .part4 .container > div > div {
  display: inline-block;
  vertical-align: top;
}
.index-content .part4 .container > div > div span {
  display: block;
}
.index-content .part4 .container .time > div span {
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
}
.index-content .part4 .container .time > span {
  font-size: 20px;
}
.index-content .part4 > span {
  vertical-align: top;
}
.index-content .part4 p {
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.index-content .part4 span {
  font-size: 26px;
  color: #fff;
}
.index-content .part4 .animateNum {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.index-content .part5 {
  padding: 80px 0 62px 0;
}
.index-content .part5 .title-size1 {
  margin-bottom: 60px;
}
.index-content .part5 .btn-con {
  text-align: center;
  margin-top: 72px;
}
.index-content .part5 .container > div {
  display: inline-block;
  vertical-align: middle;
}
.index-content .part5 .container .left {
  font-size: 18px;
  font-weight: 500;
  color: #79849a;
  line-height: 46px;
  padding-right: 90px;
  width: 35%;
  text-align: justify;
}
.index-content .part5 .container .right {
  width: 758px;
  background: #fff;
  box-shadow: 1px 7px 24px 0px rgba(181, 193, 229, 0.56);
  border-radius: 10px;
  width: 64%;
}
.index-content .part5 .container .right-ie {
  text-align: center;
  line-height: 415px;
}
.index-content .part5 .container .right-ie img {
  max-width: 85%;
}
.index-content .part6 {
  background: #f9faff;
  padding: 62px 0;
}
.index-content .part6 .btn-con {
  text-align: center;
}
.index-content .part6 .btn-con button {
  margin-top: 100px;
}
.index-content .part6 .circle {
  width: 28px;
  height: 28px;
  background: #fbfbfb;
  box-shadow: 0px 0px 9px 0px rgba(214, 215, 220, 0.96);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  margin-top: -18px;
}
.index-content .part6 .circle:after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.index-content .part6 .circle > div {
  width: 14px;
  height: 14px;
  background: #ebecee;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.index-content .part6 .title-size1 {
  margin-bottom: 80px;
}
.index-content .part6 .nav-icon {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-bottom: 70px;
}
.index-content .part6 .nav-icon li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  width: 16.66666667%;
}
.index-content .part6 .nav-icon li:hover a,
.index-content .part6 .nav-icon li:active a,
.index-content .part6 .nav-icon li:focus a {
  color: #4c74f6;
}
.index-content .part6 .nav-icon li a {
  border-bottom: 1px solid #e1e2e4;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-bottom: 35px;
}
.index-content .part6 .nav-icon li a img {
  margin-bottom: 20px;
}
.index-content .part6 .nav-icon .active a {
  color: #4c74f6;
}
.index-content .part6 .nav-icon .active .circle {
  background: #fff;
}
.index-content .part6 .nav-icon .active .circle > div {
  background: #4c74f6;
}
.index-content .part6 .tab-pane .left,
.index-content .part6 .tab-pane .right {
  display: inline-block;
  vertical-align: middle;
}
.index-content .part6 .tab-pane .right {
  width: 53%;
  padding-left: 20%;
  font-size: 18px;
  color: #79849a;
  line-height: 42px;
}
.index-content .part6 .tab-pane .left {
  position: relative;
  width: 45%;
}
.index-content .part6 .tab-pane .switch {
  position: absolute;
  right: -90px;
  top: 60px;
}
.index-content .part7 {
  padding: 61px 0 102px 0;
}
.index-content .part7 .list2 {
  padding: 9% 0 2px;
}
.index-content .part7 .btn-con {
  text-align: center;
}
.index-content .part7 .title-size1 {
  margin-bottom: 70px;
}
.index-content .part7 .item div {
  padding: 20px 15px;
}
.index-content .part7 ol {
  position: relative;
  bottom: 0;
  margin-top: 37px;
}
.index-content .part7 ol li {
  width: 10px;
  height: 10px;
  background: #dce7ff;
  border-radius: 50%;
  margin: 0 5px;
}
.index-content .part7 ol li:hover {
  background: #4c74f6;
}
.index-content .part7 ol .active {
  background: #4c74f6;
}
.index-content .part8 {
  padding: 0 0 90px 0;
  width: 94%;
  margin: auto;
}
.index-content .part8 .title-size1 {
  margin-bottom: 42px;
}
.index-content .part8 .row {
  text-align: center;
  margin-top: -5.6%;
}
.index-content .part8 .row > div {
  display: inline-block;
  width: 12.1%;
  height: 220px;
}
.index-content .part8 .row > div:hover .no-click,
.index-content .part8 .row > div:active .no-click,
.index-content .part8 .row > div:focus .no-click {
  display: block;
}
.index-content .part8 .row > div:hover .click,
.index-content .part8 .row > div:active .click,
.index-content .part8 .row > div:focus .click {
  display: none;
  max-width: 97%;
}
.index-content .part8 .first {
  margin-top: 0;
}
.index-content .part8 .no-click {
  display: none;
}
.index-content .part8 .click {
  display: block;
  max-width: 97%;
}
.index-content .part9 {
  background: rgba(29,177,255,0.9);
  padding: 15px 0 10px;
  position: fixed;
  width: 100%;
  bottom:0;
  left: 0;
  z-index: 999;
  text-align: center;
}
.new-revision{
  position: relative;
}
.new-revision-close{
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top:-13px;
  right: 20px;
}
.new-revision-close img{
  display: block;
  width: 100%;
}
.ew-revision-open{
  position: fixed;
  width: 36px;
  height: 114px;
  display: block;
  z-index: 11111;
  bottom:-100%;
  left: -1px;
}
.ew-revision-open img{
  display: block;
  width: 100%;
}
.index-content .part9 .container > div {
  width: 39%;
  padding-right: 10%;
  display: inline-block;
  vertical-align: middle;
}
.index-content .part9 .container .btn-right {
  padding-right: 0;
  width: 20%;
}
.index-content .part9 input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}
.index-content .part9 label {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.index-content .part9 button {
  width: 190px;
  height: 42px;
  background: #fff;
  color: #1db1ff;
  border-radius: 28px;
  border: 0;
  font-size: 18px;
}
@keyframes firstImg {
  0% {
    transform: translate(150%, 20%);
    opacity: 0;
  }
  65% {
    transform: translate(150%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes secondImg {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes lastImg {
  0% {
    transform: translate(-150%, 0);
    opacity: 0;
  }
  60% {
    transform: translate(-150%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes changeImg {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes firstLens {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, -82%);
  }
}
@keyframes arrow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes textImg {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes textImg2 {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes arrowVanish {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 60px);
  }
}
@keyframes secondLens {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes secondLensCon {
  from {
    opacity: 1;
    transform: scale(1);
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0);
    transform: translate(-50%, 0);
  }
}
@keyframes thirdLens {
  from {
    opacity: 0;
    transform: scale(0);
    transform: translate(50%, 0);
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform: translate(0, 0);
  }
}
@keyframes animationLoops {
  0% {
    display: block;
  }
  50% {
    display: none;
  }
  100% {
    display: block;
  }
}
.animation-con {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 1.5%;
}
.animation-con:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.animation-con .third-lens {
  position: absolute;
  top: 30%;
  left: 0;
  display: inline-block;
  width: 100%;
}
.animation-con .first-lens {
  position: absolute;
  top: 15%;
}
.animation-con .first-lens > div {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
.animation-con .first-lens > div embed {
  display: inline-block;
  vertical-align: middle;
}
.animation-con .first-lens .part1 .img {
  width: 100%;
  display: block;
}
.animation-con .first-lens .arrow {
  width: 40px;
  display: inline-block;
  left: 0;
  position: relative;
  margin: 0 20px;
}
.animation-con .first-lens .img {
  width: 158px;
  vertical-align: middle;
}
.animation-con .first-lens .text-img {
  width: 105px;
  margin-top: 8%;
}
.animation-con .first-lens .text-img:last-child {
  margin-right: 0;
}
.animation-con .second-lens {
  position: absolute;
  top: 11%;
  width: 100%;
}
.animation-con .second-lens img {
  max-width: 97%;
}
.animation-con .second-lens .group1 {
  padding-right: 20%;
}
.animation-con .second-lens .group6 {
  margin-left: -8%;
}
.animation-con .delighter#animationFadein {
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started#animationFadein {
  animation: animationLoops 1s infinite;
  animation-delay: 9s;
  animation-fill-mode: forwards;
}
.animation-con .delighter.third-lens {
  animation-fill-mode: backwards;
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started.third-lens {
  animation-fill-mode: forwards !important;
  animation: thirdLens 0.5s;
  animation-delay: 8s;
  opacity: 0;
}
.animation-con .delighter.second-lens {
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started.second-lens {
  animation: secondLensCon 0.5s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
}
.animation-con .delighter .group0,
.animation-con .delighter .group1,
.animation-con .delighter .group2,
.animation-con .delighter .group3,
.animation-con .delighter .group4,
.animation-con .delighter .group5,
.animation-con .delighter .group6 {
  animation-fill-mode: backwards !important;
  animation-timing-function: ease;
  animation-duration: 0s;
  opacity: 1;
}
.animation-con .delighter.started .group0,
.animation-con .delighter.started .group1,
.animation-con .delighter.started .group2,
.animation-con .delighter.started .group3,
.animation-con .delighter.started .group4,
.animation-con .delighter.started .group5,
.animation-con .delighter.started .group6 {
  animation: secondLens 0.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.animation-con .delighter.started .group0 {
  animation: secondLens 0.5s;
  animation-delay: 3s;
}
.animation-con .delighter.started .group1 {
  animation: secondLens 0.5s;
  animation-delay: 3.5s;
}
.animation-con .delighter.started .group2 {
  animation: secondLens 0.5s;
  animation-delay: 4s;
}
.animation-con .delighter.started .group3 {
  animation: secondLens 0.5s;
  animation-delay: 4.5s;
}
.animation-con .delighter.started .group4 {
  animation: secondLens 0.5s;
  animation-delay: 5s;
}
.animation-con .delighter.started .group5 {
  animation: secondLens 0.5s;
  animation-delay: 5.5s;
}
.animation-con .delighter.started .group6 {
  animation: secondLens 0.5s;
  animation-delay: 6s;
}
.animation-con .delighter .first-arrow,
.animation-con .delighter .last-arrow {
  animation-fill-mode: backwards !important;
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter .arrow-vanish {
  animation-fill-mode: forwards !important;
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started .arrow-vanish {
  animation: arrowVanish 0.5s;
  animation-delay: 2s;
}
.animation-con .delighter.started .first-arrow {
  animation: arrow 0.5s;
  animation-delay: 0.6s;
}
.animation-con .delighter.started .last-arrow {
  animation: arrow 0.5s;
  animation-delay: 1.2s;
}
.animation-con .delighter.started.first-lens {
  animation: firstLens 0.8s;
  animation-delay: 2s;
}
.animation-con .delighter.first-lens {
  animation-fill-mode: forwards !important;
  animation-timing-function: ease;
  animation-duration: 0;
}
.animation-con .delighter .text-img1,
.animation-con .delighter .text-img2,
.animation-con .delighter .text-img3 {
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started .text-img1 {
  animation: textImg 0.8s ease;
}
.animation-con .delighter.started .text-img2 {
  animation: textImg 0.8s;
  animation-delay: 0.5s;
}
.animation-con .delighter.started .text-img3 {
  animation: textImg 0.8s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.animation-con .delighter .first-img,
.animation-con .delighter .second-img,
.animation-con .delighter .last-img {
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started .first-img {
  animation: changeImg 0.4s;
}
.animation-con .delighter.started .second-img {
  animation: changeImg 0.4s;
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
}
.animation-con .delighter.started .last-img {
  animation: changeImg 0.4s;
  animation-delay: 1.2s;
  animation-fill-mode: backwards;
}
.animation-con .delighter.first-lens .img {
  animation-fill-mode: backwards !important;
  animation-timing-function: ease;
  animation-duration: 0s;
}
.animation-con .delighter.started.first-lens .img,
.animation-con .delighter.started.first-lens .img,
.animation-con .delighter.started.first-lens .img {
  animation: textImg2 0.5s;
  animation-delay: 2s;
  opacity: 0;
}
.solution-dropdown {
  background: #f9faff;
  padding: 40px 0 80px 0;
  display: none;
  position: fixed;
  top: 85px;
  z-index: 999;
  width: 100%;
  margin-top: -1px;
  transition: all 0.1s ease;
  box-shadow: 0px 0px 15px rgba(31,76,150,0.1);
}
.solution-dropdown .group {
  margin-bottom: 66px;
}
.solution-dropdown .group:last-child {
  margin-bottom: 0;
}
.solution-dropdown .group a {
  text-decoration: none;
}
.solution-dropdown .group a > div {
  display: inline-block;
  vertical-align: middle;
}
.solution-dropdown .group .row {
  margin-bottom: 18px;
}
.solution-dropdown .group .row:last-child {
  margin-bottom: 0;
}
.solution-dropdown .group .row > div a {
  display: inline-block;
  width: 90%;
  padding: 20px;
}
.solution-dropdown .group .row > div a:hover,
.solution-dropdown .group .row > div a:focus,
.solution-dropdown .group .row > div a:active {
  box-shadow: 0px 3px 9px 0px rgba(66, 144, 255, 0.14);
  background: #fff;
}
.solution-dropdown p {
  font-size: 14px;
  color: #6e798b;
}
.solution-dropdown .sort-title {
  font-size: 20px;
  color: #222222;
  margin-bottom: 40px;
}
.solution-dropdown .title {
  font-size: 18px;
  color: #36475b;
  margin-bottom: 15px;
}
.solution-dropdown img {
  margin-right: 8%;
}
.solution-dropdown .col-xs-5 {
  width: 39.66666667%;
}
.solution-dropdown .col-xs-3 {
  width: 26%;
}
.solution-banner {
  margin-top: 0px;
  text-align: center;
  background: url('../images/solution-banner1.png') no-repeat;
  height: 650px;
  width: 100%;
}
.solution-banner .container {
  position: relative;
}
.solution-banner .text-content {
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 99;
  width: 100%;
  color: #fff;
}
.solution-banner .text-content p {
  font-size: 22px;
  letter-spacing: 2px;
}
.solution-banner .text-content .eng {
  margin-bottom: 20px;
  font-size: 24px;
  color: #a7a7a7;
  font-style: oblique;
}
.solution-banner .text-content .eng p {
  letter-spacing: 1.2px;
  color: #eee;
}
.solution-banner .text-content img {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}
.solution-banner .text-content .btn-con {
  margin-top: 90px;
}
.solution-banner .text-content span {
  font-size: 53px;
  color: #fff;
  font-family: 'PingFang-Bold', 'Microsoft YaHei ';
  letter-spacing: 5px;
}
.solution-banner .text-content .red-text {
  color: #fd5829;
}
.solution-share1 {
  padding: 40px 0 43px 0;
}
.solution-share1 .btn-con {
  text-align: center;
  margin-top: 55px;
}
.solution-share1 .btn-con .first-btn {
  margin-right: 40px;
}
.solution-share1 .introduction {
  font-size: 16px;
  color: #3c4775;
  text-align: center;
  margin-bottom: 35px;
}
.solution-share1 .title-size2 {
  margin-bottom: 30px;
}
.solution-share1 .distance {
  margin-bottom: 60px;
}
.solution-share1 .no-hover {
  display: none;
}
.solution-share1 .hover {
  display: inline-block;
}
.solution-share1 .row > div {
  text-align: center;
  padding: 30px 10px;
  width: 20%;
}
.solution-share1 .row > div > div {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  margin: 5px 0;
}
.solution-share1 .row > div:hover,
.solution-share1 .row > div:active,
.solution-share1 .row > div:focus {
  background: #fff;
  box-shadow: 2px 4px 17px 0px rgba(204, 204, 204, 0.77);
  border-radius: 6px;
  transition: 0.2s;
}
.solution-share1 .row > div:hover p,
.solution-share1 .row > div:active p,
.solution-share1 .row > div:focus p {
  color: #30314b;
}
.solution-share1 .row > div:hover .no-hover,
.solution-share1 .row > div:active .no-hover,
.solution-share1 .row > div:focus .no-hover {
  display: inline-block;
}
.solution-share1 .row > div:hover .hover,
.solution-share1 .row > div:active .hover,
.solution-share1 .row > div:focus .hover {
  display: none;
}
.solution-share1 .row > div p {
  font-size: 20px;
  margin-top: 34px;
  color: #36475a;
}
.solution-share2 {
  padding: 64px 0 70px 0;
  text-align: center;
}
.solution-share2 .distance {
  margin-bottom: 70px;
}
.solution-share2 .line {
  height: 4px;
  width: 48px;
  display: inline-block;
  margin: 48px 0 37px 0;
  background: #4c74f7;
}
.solution-share2 .container .row {
  margin-bottom: 50px;
}
.solution-share2 .container .row:last-child {
  margin-bottom: 0;
}
.solution-share2 .container .row > div {
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.solution-share3 {
  background: url('../images/76.png') no-repeat;
  height: 158px;
  padding: 34px 0 34px 0;
}
.solution-share3:hover,
.solution-share3:active.solution-share3:focus {
  transition: 0.2s;
  background: url('../images/88.png') no-repeat;
}
.solution-share3 .right {
  margin-top: 20px;
}
.solution-share3 p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.solution-share3 p:last-child {
  margin-bottom: 0;
}
.solution-share4 {
  padding: 90px 0 48px 0;
  text-align: center;
  background: url('../images/87.png') no-repeat;
  background-position: center;
}
.solution-share4 .title-size2 {
  margin-bottom: 73px;
}
.solution-share4 input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-left: 15px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  text-align: left;
  font-size: 16px;
  color: #6f708a;
}
.solution-share4 input:hover,
.solution-share4 input:active,
.solution-share4 input:focus {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  border: 0;
  border-color: transparent;
}
.solution-share4 .container > div {
  border-bottom: 1px solid #b4bbd4;
  margin: 0 auto 60px auto;
  width: 40%;
}
.solution-share4 label {
  font-size: 22px;
  font-weight: 400;
}
.solution-share4 label img {
  padding-bottom: 10px;
}
.solution-share4 .first-btn {
  margin-right: 0;
  margin-left: 52px;
  background: #4c74f7;
}
.solution .left,
.solution .right {
  display: inline-block;
  vertical-align: middle;
}
.solution-play .part1 {
  background: #f9faff;
  padding: 87px 0 108px 0;
}
.solution-play .part1 button {
  width: 45%;
}
.solution-play .part1 .first-btn {
  margin-right: 8%;
}
.solution-play .part1 .left {
  width: 37%;
  padding-right: 20px;
}
.solution-play .part1 .left .title-size2 {
  text-align: left;
  margin-bottom: 50px;
}
.solution-play .part1 .left .text {
  margin-bottom: 40px;
}
.solution-play .part1 .left .text-last {
  margin-bottom: 90px;
}
.solution-play .part1 .left span {
  font-size: 16px;
  color: #6e798b;
  vertical-align: middle;
  margin-left: 20px;
}
.solution-play .part1 .right {
  width: 62%;
}
.solution-play .part1 .right .arrow-content {
  text-align: center;
}
.solution-play .part1 .right .arrow-content > div {
  width: 30%;
  height: 220px;
  background: #fff;
  border: 2px solid #ebecee;
  box-shadow: -8px 8px 6px 0px rgba(226, 227, 231, 0.77);
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  position: relative;
}
.solution-play .part1 .right .arrow-content > div:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.solution-play .part1 .right .arrow-content > div > div {
  display: inline-block;
  vertical-align: middle;
}
.solution-play .part1 .right .arrow-content p {
  color: #6f708a;
  font-size: 16px;
}
.solution-play .part1 .right .arrow-content .title {
  color: #031d5b;
  font-size: 20px;
  margin-bottom: 20px;
}
.solution-play .part1 .right .arrow-content .arrow {
  position: absolute;
  top: 10px;
  margin: 0;
  width: 35%;
}
.solution-play .part1 .right .arrow-content .arrow1 {
  right: 0;
}
.solution-play .part1 .right .arrow-content .arrow2 {
  left: 0;
}
.solution-play .part1 .right .arrow-content img {
  margin-bottom: 20px;
}
.solution-play .part2 {
  padding: 108px 0 74px 0;
}
.solution-play .part2 .btn-con {
  text-align: center;
  margin-top: 43px;
}
.solution-play .part2 .title-size2 {
  margin-bottom: 40px;
  text-align: left;
}
.solution-play .part2 .left {
  width: 56%;
}
.solution-play .part2 img {
  max-width: 100%;
}
.solution-play .part2 .right {
  padding-left: 14px;
  width: 43%;
}
.solution-play .part2 .right .text > div {
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: -4px 3px 8px 0px rgba(164, 164, 164, 0.23);
  border-radius: 9px;
  padding: 12px 10px;
}
.solution-play .part2 .right .text > div:last-child {
  margin-bottom: 0;
}
.solution-play .part2 .right .text p {
  font-size: 16px;
  color: #6f708a;
  text-align: justify;
}
.solution-play .part2 .right .text .title {
  color: #031d5b;
  margin-bottom: 10px;
}
.solution-play .part2 .right .text .title span {
  color: #4c74f7;
}
.solution-play .part3 {
  background: url(../images/77.png) no-repeat;
  padding: 59px 0;
  height: 862px;
  position: relative;
}
.solution-play .part3 .btn-con {
  position: absolute;
  bottom: 59px;
  left: 0;
  text-align: center;
  width: 100%;
}
.solution-play .part3 .title-size2 {
  color: #fff;
  margin-bottom: 28px;
}
.solution-play .part3 .introduction {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 53px;
}
.solution-play .part3 .text-content {
  text-align: center;
}
.solution-play .part3 .text-content .title {
  font-size: 26px;
  color: #30314b;
  text-align: center;
  border-top: 0;
  padding: 30px 0;
  margin-bottom: 3px;
  height: auto;
}
.solution-play .part3 .text-content .line {
  height: 1px;
  background: #0069ff;
  margin: 4px 0;
}
.solution-play .part3 .text-content .line2 {
  height: 2px;
  background: #0069ff;
}
.solution-play .part3 .text-content .active {
  background: #4c74f7;
  border: 0;
  height: 522px;
  position: relative;
  top: -30px;
  box-shadow: 0px 0px 17px 0px rgba(89, 94, 99, 0.51);
  padding-top: 70px;
}
.solution-play .part3 .text-content .active p {
  color: #fff !important;
}
.solution-play .part3 .text-content .active .line,
.solution-play .part3 .text-content .active .line2 {
  background: #fff;
}
.solution-play .part3 .text-content .active .no-hover {
  display: inline-block;
}
.solution-play .part3 .text-content .active .hover {
  display: none;
}
.solution-play .part3 .text-content > div {
  background: #fff;
  border: 1px solid #e2e7eb;
  box-shadow: 6px 2px 17px 0px rgba(164, 164, 164, 0.65);
  padding: 40px;
  height: 458px;
}
.solution-play .part3 .text-content > div .no-hover {
  display: none;
}
.solution-play .part3 .text-content > div .text-height {
  height: 145px;
  margin: 25px 0;
}
.solution-play .part3 .text-content > div .text-height:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.solution-play .part3 .text-content > div .text-height p {
  font-size: 16px;
  color: #6f708a;
  line-height: 29px;
  text-align: left;
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}
.solution-play .part3 .text-content .active {
  background: #4c74f7;
  border: 0;
  height: 522px;
  position: relative;
  top: -30px;
  box-shadow: 0px 0px 17px 0px rgba(89, 94, 99, 0.51);
  padding-top: 70px;
}
.solution-play .part3 .text-content .active p {
  color: #fff !important;
}
.solution-play .part3 .text-content .active .line,
.solution-play .part3 .text-content .active .line2 {
  background: #fff;
}
.solution-play .part3 .text-content .active .no-hover {
  display: inline-block;
}
.solution-play .part3 .text-content .active .hover {
  display: none;
}
.solutionExam-banner {
  background: url(../images/solution-banner2.png) no-repeat;
}
.solutionExam-banner .eng p {
  letter-spacing: 5.5px !important;
}
.solutionExam-banner .text-content {
  top: 190px;
}
.solutionExam-share1 {
  padding: 61px 0 77px 0;
}
.solutionExam .part1 {
  padding: 60px 0 60px 0;
  background: url(../images/100.png) no-repeat;
  background-size: auto 100%;
  text-align: center;
}
.solutionExam .part1 .left {
  width: 58%;
}
.solutionExam .part1 p {
  color: #fff;
}
.solutionExam .part1 .introduction {
  margin: 30px 0 60px 0;
  font-size: 16px;
}
.solutionExam .part1 .btn-con {
  margin-top: 20px;
}
.solutionExam .part1 .btn-con button {
  width: 28%;
}
.solutionExam .part1 .btn-con .first-btn {
  margin-right: 18%;
}
.solutionExam .part1 .right {
  width: 40%;
  margin-left: 6px;
  vertical-align: middle;
}
.solutionExam .part1 .right > div {
  text-align: left;
  margin-bottom: 14px;
}
.solutionExam .part1 .right > div img {
  margin-right: 10px;
}
.solutionExam .part1 .right > div .title {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 0;
}
.solutionExam .part1 .right > div p {
  font-size: 16px;
  line-height: 34px;
  padding: 0 0 14px 24px;
  border-bottom: 1px solid #a7a8af;
}
.solutionExam .part2 .btn-con {
  text-align: center;
  margin-top: 60px;
}
.solutionExam .part2 .container {
  padding: 60px 0 73px 0;
}
.solutionExam .part2 .title-size2 {
  color: #30314b;
}
.solutionExam .part2 p {
  color: #6f708a;
}
.solutionExam .part2 .introduction {
  font-size: 16px;
  color: #3c4775;
  text-align: center;
}
.solutionExam .part2 .left {
  width: 59%;
}
.solutionExam .part2 .right {
  width: 40%;
}
.solutionExam .part2 .right > div {
  text-align: left;
  margin-top: 80px;
}
.solutionExam .part2 .right > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 76%;
}
.solutionExam .part2 .right > div img {
  margin-right: 10px;
  width: 20%;
}
.solutionExam .part2 .right > div .title {
  font-size: 22px;
  margin-bottom: 18px;
  color: #031d5b;
}
.solutionExam .part2 .right > div p {
  font-size: 18px;
  line-height: 30px;
}
.solutionExam .part3 {
  background: #f9faff;
}
.solutionExam .part3 .title-size2 {
  color: #30314b;
}
.solutionExam .part3 .btn-con {
  text-align: center;
  margin-top: 100px;
}
.solutionExam .part3 .container {
  padding: 50px 0 70px 0;
  background-size: 63%;
}
.solutionExam .part3 .left {
  width: 59%;
}
.solutionExam .part3 .right {
  width: 40%;
}
.solutionExam .part3 .right > div {
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(44, 56, 89, 0.2);
}
.solutionExam .part3 .right > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.solutionExam .part3 .right > div > div {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.solutionExam .part3 .right > div img {
  margin-right: 20px;
  width: 12.5%;
}
.solutionExam .part3 .right > div .title {
  font-size: 20px;
  margin-bottom: 17px;
  color: #222222;
}
.solutionExam .part3 .right > div p {
  font-size: 16px;
  color: #222222;
}
.solutionFacetoface-banner {
  background: url(../images/solution-banner3.png) no-repeat;
}
.solutionFacetoface-banner .eng p {
  letter-spacing: 1px !important;
}
.solutionFacetoface-banner .text-content {
  top: 190px;
}
.solutionFacetoface-share1 {
  padding: 61px 0 72px 0;
}
.solutionFacetoface-share1 .row > div {
  width: 25%;
}
.solutionFacetoface .part1 {
  background: url(../images/124.png) no-repeat;
  color: #fff;
  padding: 67px 0 0 0;
  text-align: center;
}
.solutionFacetoface .part1 .introduction {
  font-size: 16px;
  margin-bottom: 130px;
}
.solutionFacetoface .part1 .container {
  background: url(../images/119.png) no-repeat;
  background-position: center bottom;
  height: 800px;
}
.solutionFacetoface .part1 .title-size2 {
  color: #fff;
  margin-bottom: 50px;
}
.solutionFacetoface .part1 .icon-content {
  text-align: right;
  margin-bottom: 132px;
}
.solutionFacetoface .part1 .icon-content:last-child {
  margin-bottom: 0;
}
.solutionFacetoface .part1 .icon-content > div {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
}
.solutionFacetoface .part1 .icon-content img {
  margin-left: 30px;
  width: 21.5%;
}
.solutionFacetoface .part1 .icon-content .title {
  margin-bottom: 24px;
  font-size: 20px;
  color: #fff;
}
.solutionFacetoface .part1 .icon-content p {
  line-height: 29px;
  color: #e2e1e1;
}
.solutionFacetoface .part1 .icon-left {
  text-align: left;
}
.solutionFacetoface .part1 .icon-left img {
  margin-right: 30px;
  margin-left: 0;
}
.solutionFacetoface .part2 .container {
  padding: 15px 0 55px 0;
}
.solutionFacetoface .part2 .title-size2 {
  color: #30314b;
  margin-bottom: 27px;
}
.solutionFacetoface .part2 p {
  color: #6f708a;
}
.solutionFacetoface .part2 .introduction {
  font-size: 16px;
  color: #3c4775;
  text-align: center;
  margin-bottom: 50px;
}
.solutionFacetoface .part2 .left {
  width: 48%;
}
.solutionFacetoface .part2 .right {
  width: 51%;
}
.solutionFacetoface .part2 .right > div {
  text-align: left;
  margin-bottom: 20px;
}
.solutionFacetoface .part2 .right > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}
.solutionFacetoface .part2 .right > div img {
  margin-right: 10px;
  width: 17%;
}
.solutionFacetoface .part2 .right > div .title {
  font-size: 22px;
  margin-bottom: 18px;
  color: #031d5b;
}
.solutionFacetoface .part2 .right > div p {
  font-size: 18px;
  line-height: 30px;
}
.solutionFacetoface .part2 .right .btn-con {
  text-align: center;
  margin-top: 46px;
}
.solutionFacetoface .part2 .right .btn-con button {
  width: 33%;
}
.solutionFacetoface .part2 .right .btn-con .first-btn {
  margin-right: 20%;
}
.solutionFacetoface .part2 .right .first-btn {
  margin-right: 5%;
  margin-left: 15%;
}
.solutionCommunity-banner {
  background: url(../images/solution-banner4.png) no-repeat;
}
.solutionCommunity-banner .first-btn {
  background: #4c74f7;
}
.solutionCommunity-banner .eng p {
  letter-spacing: 2.5px !important;
}
.solutionCommunity-share1 {
  padding: 89px 0 80px 0;
}
.solutionCommunity-share1 .introduction {
  margin-bottom: 58px;
}
.solutionCommunity-share1 .btn-con {
  margin-top: 80px;
}
.solutionCommunity-share1 .row > div {
  width: 25%;
}
.solutionCommunity .part1 {
  padding: 60px 0 63px 0;
  background: #f9faff;
  text-align: center;
}
.solutionCommunity .part1 .line {
  width: 40px;
  height: 4px;
  background: #4c74f7;
  border-radius: 2px;
  margin: 20px 0 53px 0;
  display: inline-block;
}
.solutionCommunity .part1 .left {
  width: 56%;
}
.solutionCommunity .part1 .right {
  width: 43%;
  padding-left: 65px;
  text-align: left;
}
.solutionCommunity .part1 .right p {
  font-size: 16px;
  color: #6e798b;
  line-height: 36px;
}
.solutionCommunity .part1 .right .title {
  font-size: 22px;
  color: #36475a;
  margin-bottom: 8px;
}
.solutionCommunity .part1 .right > div {
  margin-bottom: 45px;
}
.solutionCommunity .part1 .right > div:last-child {
  margin-bottom: 0;
}
.solutionCommunity .part1 .right > div > div {
  width: 82%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 36px;
}
.solutionCommunity .part1 .right img {
  width: 15.4%;
}
.solutionCommunity .part1 .btn-con {
  margin-top: 75px;
}
.solutionCommunity .part2 {
  padding: 60px 0 50px 0;
  text-align: center;
}
.solutionCommunity .part2 .left {
  text-align: left;
}
.solutionCommunity .part2 .container .row {
  position: relative;
}
.solutionCommunity .part2 .container .text-content {
  position: absolute;
  top: 100px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}
.solutionCommunity .part2 .container .text-content p {
  font-size: 18px;
  color: #6e798b;
}
.solutionCommunity .part2 .container .text-content .line {
  width: 60px;
  height: 6px;
  background: #4c74f7;
  border-radius: 3px;
  margin: 35px 0;
  display: inline-block;
}
.solutionCommunity .part2 .container .text-content .title {
  color: #36475a;
  font-size: 22px;
}
.solutionCommunity .part2 .container .btn-con {
  text-align: center;
  margin-top: 60px;
}
.solutionCommunity .part2 .container .introduction {
  font-size: 16px;
  color: #3a4679;
  text-align: center;
  margin-bottom: 57px;
  margin-top: 21px;
}
.solutionCommunity .part2 .container .right {
  text-align: right;
  top: 280px;
}
.solutionLive-banner {
  background: url(../images/solution-banner5.png) no-repeat;
}
.solutionLive-share1 .row > div {
  width: 20%;
}
.solutionLive-share1 .introduction {
  margin-bottom: 52px;
}
.solutionLive-share1 .btn-con {
  margin-top: 92px;
}
.solutionLive .part1 {
  padding: 60px 0 60px 0;
  background: #f9faff;
  text-align: center;
}
.solutionLive .part1 .line {
  width: 40px;
  height: 4px;
  background: #4c74f7;
  border-radius: 2px;
  margin: 20px 0 73px 0;
  display: inline-block;
}
.solutionLive .part1 .right {
  width: 54%;
}
.solutionLive .part1 .left {
  width: 44%;
  text-align: left;
}
.solutionLive .part1 .left p {
  font-size: 16px;
  color: #6e798b;
  text-align: justify;
  letter-spacing: -0.5px;
}
.solutionLive .part1 .left .title {
  font-size: 20px;
  color: #031d5b;
  margin-bottom: 8px;
}
.solutionLive .part1 .left > div {
  margin-bottom: 40px;
}
.solutionLive .part1 .left > div:last-child {
  margin-bottom: 0;
}
.solutionLive .part1 .left > div > div {
  width: 82%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.solutionLive .part1 .left img {
  width: 10.8%;
}
.solutionLive .part1 .btn-con {
  margin-top: 94px;
}
.solutionLive .part2 {
  padding: 60px 0 60px 0;
  text-align: center;
}
.solutionLive .part2 .line {
  width: 40px;
  height: 4px;
  background: #4c74f7;
  border-radius: 2px;
  margin: 20px 0 77px 0;
  display: inline-block;
}
.solutionLive .part2 .left {
  width: 51.6%;
}
.solutionLive .part2 .right {
  width: 48%;
  text-align: left;
  padding-left: 50px;
}
.solutionLive .part2 .right p {
  font-size: 16px;
  color: #6e798b;
  text-align: justify;
  letter-spacing: -0.5px;
}
.solutionLive .part2 .right .title {
  font-size: 20px;
  color: #031d5b;
  margin-bottom: 8px;
}
.solutionLive .part2 .right > div {
  margin-bottom: 40px;
}
.solutionLive .part2 .right > div:last-child {
  margin-bottom: 0;
}
.solutionLive .part2 .right > div > div {
  width: 82%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.solutionLive .part2 .right img {
  width: 10.9%;
}
.solutionLive .part2 .btn-con {
  margin-top: 97px;
}
.solutionLive .part3 {
  padding: 60px 0 60px 0;
  background: url(../images/205.png) no-repeat;
  text-align: center;
}
.solutionLive .part3 p {
  color: #fff;
}
.solutionLive .part3 .btn-con {
  margin-top: 50px;
}
.solutionLive .part3 .line {
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 18px 0 47px 0;
  display: inline-block;
}
.solutionLive .part3 .row .active {
  border: 1px solid #4c74f7;
}
.solutionLive .part3 .row .active > div {
  background: #4c74f7;
  margin: 5% auto;
}
.solutionLive .part3 .row .active p {
  color: #fff;
}
.solutionLive .part3 .row .active .no-hover {
  display: block;
}
.solutionLive .part3 .row .active .hover {
  display: none;
}
.solutionLive .part3 .row > div {
  height: 460px;
  width: 23%;
  margin: 0 1%;
}
.solutionLive .part3 .row > div > div {
  background: #fff;
  text-align: center;
  margin: 5% auto;
  height: 95%;
  padding-top: 65px;
}
.solutionLive .part3 .row > div .img {
  width: 70px;
  height: 70px;
  margin: 0 auto 30px auto;
  line-height: 70px;
  text-align: center;
}
.solutionLive .part3 .row > div .eng {
  margin: 0 auto 38px auto;
  text-align: center;
}
.solutionLive .part3 .row p {
  font-size: 16px;
  color: #6f708a;
  width: 79%;
  margin: auto;
  text-align: justify;
}
.solutionLive .part3 .row .title {
  font-size: 22px;
  color: #001b5f;
  text-align: center;
}
.solutionLive .part3 .row .no-hover {
  display: none;
}
.header-phone {
  display: none;
  position: fixed;
  height: auto;
}
.header-phone .logo-con {
  display: inline-block;
  width: 100%;
  height: 90px;
}
.header-phone .logo-con > div {
  height: 100%;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  float: none;
  width: 49%;
}
.header-phone .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header-phone .logo a img {
  width: 140px;
}
.header-phone span {
  font-size: 30px !important;
  vertical-align: middle;
  color: #fff;
}
.header-phone .right img {
  width: 6%;
  margin-right: 2%;
}
.header-phone .nav {
  display: inline-block;
  width: 100%;
}
.header-phone .nav ul {
  margin-bottom: 0;
}
.header-phone .nav ul li {
  padding: 0 2.4% !important;
}
.header-phone .nav ul li:hover a,
.header-phone .nav ul li:active a,
.header-phone .nav ul li:focus a {
  border-bottom: 2px solid #4c74f7;
  display: inline-block;
  height: 83px;
  color: #4c74f7 !important;
  font-weight: 600;
}
.header-phone .nav ul li a {
  font-size: 30px !important;
  height: 90px !important;
}
.header-phone .nav ul .active a {
  border-bottom: 2px solid #4c74f7;
  display: inline-block;
  height: 83px;
  color: #4c74f7 !important;
  font-weight: 600;
}
.header-phone-active {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.header-phone-active img.active {
  display: none !important;
}
.header-phone-active img.no-active {
  display: inline-block !important;
}
.header-phone-active p,
.header-phone-active a,
.header-phone-active span {
  color: #000 !important;
}
.header-phone-active .active a {
  border-bottom: 2px solid #4c74f7;
  display: inline-block;
  height: 83px;
  color: #4c74f7 !important;
  font-weight: 600;
}
video {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 1920px;
  height: 950px;
}
.video-js {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.video-js .vjs-big-play-button {
  z-index: 999;
  opacity: 0;
}
.solutionEducation-banner {
  background: url(../images/solution-banner6.png) no-repeat;
  height: 650px;
  margin-top: 84px;
  background-position: center;
}
.solutionEducation-banner .text-content {
  width: 42%;
}
.solutionEducation-banner .top-con {
  position: relative;
  top: 187px;
}
.solutionEducation-banner p {
  font-size: 20px;
  color: #fff;
  width: 93%;
  line-height: 40px;
  text-align: justify;
}
.solutionEducation-banner button {
  background: #0069ff;
  border-radius: 4px;
  width: 43%;
  color: #fff;
  border: 0;
  height: 64px;
  font-size: 20px;
  margin-top: 44px;
}
.solutionEducation-banner .title {
  font-size: 54px;
  margin-bottom: 70px;
  width: 100%;
}
.solutionEducation .part1 {
  padding: 70px 0 62px 0;
  text-align: center;
}
.solutionEducation .part1 .title-size1 {
  margin-bottom: 56px;
}

.solutionEducation .part1 .row > div:hover img,
.solutionEducation .part1 .row > div:active img,
.solutionEducation .part1 .row > div:focus img {
  transform: scale(1.02);
  transition: all 0.3s linear;
}
.solutionEducation .part1 .row p {
  font-size: 14px;
  color: #6e798b;
  line-height: 28px;
  text-align: center;
}
.solutionEducation .part1 .row .title {
  font-size: 22px;
  color: #36475a;
  margin: 18px 0 10px 0;
  text-align: center;
}
.solutionEducation .part2 {
  background: #f9faff;
  padding: 54px 0 113px 0;
}
.solutionEducation .part2 .title-size1 {
  margin-bottom: 48px;
}
.solutionEducation .part2 .row {
  margin-bottom: 30px;
}
.solutionEducation .part2 .row:last-child {
  margin-bottom: 0;
}
.solutionEducation .part2 .row .col-xs-4 {
  padding-right: 30px;
}
.solutionEducation .part2 .row .col-xs-4 > div {
  background: #fff;
  border-radius: 4px;
  padding: 30px 33px;
  min-height: 280px;
}
.solutionEducation .part2 .row .col-xs-4 > div:hover,
.solutionEducation .part2 .row .col-xs-4 > div:active,
.solutionEducation .part2 .row .col-xs-4 > div:focus {
  box-shadow: 0px 0px 30px 0px rgba(203, 205, 214, 0.76);
}
.solutionEducation .part2 .row .col-xs-4:last-child {
  padding-right: 0;
}
.solutionEducation .part2 .row img {
  margin-bottom: 20px;
}
.solutionEducation .part2 .row p {
  font-size: 14px;
  color: #6e798b;
  text-align: justify;
  line-height: 26px;
}
.solutionEducation .part2 .row .title {
  font-size: 22px;
  color: #36475a;
  margin-bottom: 20px;
}
.solutionEducation .triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #f9faff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -3%;
  top: 40%;
  z-index: 9;
}
.solutionEducation .triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #f9faff;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -3%;
  top: 40%;
  z-index: 9;
}
.solutionEducation .part3 {
  height: 692px;
  background: #f5f5f7;
  position: relative;
}
.solutionEducation .part3 .blue-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #0069ff;
}
.solutionEducation .part3 .container {
  position: relative;
}
.solutionEducation .part3 .swiper-container {
  background: url(../images/240.png) no-repeat;
  width: 59.5%;
  z-index: 1;
  height: 535px;
  left: 0;
  display: inline-block;
  top: 80px;
  vertical-align: middle;
}
.solutionEducation .part3 .swiper-container .swiper-wrapper {
  padding-top: 28%;
}
.solutionEducation .part3 .swiper-container .swiper-wrapper .swiper-slide-active {
  width: 300px !important;
}
.solutionEducation .part3 .right {
  display: inline-block;
  vertical-align: bottom;
  width: 39%;
  position: relative;
  right: 0;
  z-index: 1;
  padding-left: 6%;
}
.solutionEducation .part3 .right p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.solutionEducation .part3 .right .title {
  font-size: 32px;
  margin-bottom: 64px;
}
.solutionEducation .part3 .right .swiper-button-next,
.solutionEducation .part3 .right .swiper-button-prev {
  top: auto;
  position: relative;
  background: none;
  float: left;
  width: 10%;
  margin-right: 10%;
  margin-top: 12%;
}
.solutionEducation .part3 .text-slide {
  display: none;
}
.solutionEducation .part4 {
  padding: 60px 0 76px 0;
}
.solutionEducation .part4 .gray {
  background: #f9faff;
  padding: 0 20px !important;
}
.solutionEducation .part4 .gray:hover,
.solutionEducation .part4 .gray:active,
.solutionEducation .part4 .gray:focus {
  transform: scale(1);
  transition: all 0.3s ease;
}
.solutionEducation .part4 .gray:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.solutionEducation .part4 .gray > div {
  display: inline-block;
  vertical-align: middle;
}
.solutionEducation .part4 .gray .title {
  font-weight: 400;
}
.solutionEducation .part4 .row > div {
  text-align: left;
  padding: 0;
  height: 248px;
  font-size: 0;
  overflow: hidden;
}
.solutionEducation .part4 .row > div:hover img,
.solutionEducation .part4 .row > div:active img,
.solutionEducation .part4 .row > div:focus img {
  transform: scale(1.05);
  transition: all 0.3s linear;
}
.solutionEducation .part4 .row > div .col-xs-3 {
  height: 100%;
}
.solutionEducation .part4 .row > div p {
  font-size: 14px;
}
.solutionEducation .part4 .row > div .title {
  font-size: 24px;
  color: #36475a;
  margin-bottom: 20px;
}
.solutionEducation .part4 .title-size1 {
  margin-bottom: 44px;
}
.solutionEducation .part5 {
  background: url(../images/239.png) no-repeat;
  height: 240px;
  padding: 80px 0;
}
.solutionEducation .part5 p {
  font-size: 28px;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.solutionOperation-banner {
  background: url(../images/solution-banner7.png) no-repeat;
  height: 650px;
}
.solutionOperation-banner .text-top {
  margin-bottom: 35px;
}
.solutionOperation-banner .text-bottom {
  margin-top: 53px;
}
.solutionOperation .part1 {
  padding: 60px 0 91px 0;
  background: #f9faff;
  font-size: 0;
}
.solutionOperation .part1 .container {
  position: relative;
}
.solutionOperation .part1 .container .row {
  margin-bottom: 40px;
}
.solutionOperation .part1 .container .col-xs-6 p {
  font-size: 26px;
  color: #36475a;
  text-align: center;
}
.solutionOperation .part1 .left,
.solutionOperation .part1 .right {
  width: 55%;
  position: relative;
  height: 430px;
  display: inline-block;
  padding-right: 2%;
}
.solutionOperation .part1 .left p,
.solutionOperation .part1 .right p {
  font-size: 16px;
  padding: 4.6% 0;
}
.solutionOperation .part1 .left {
  position: absolute;
  left: 0;
  padding-top: 4%;
  padding-left: 2%;
}
.solutionOperation .part1 .left p {
  color: #6e798b;
  text-align: right;
  width: 78%;
  display: inline-block;
}
.solutionOperation .part1 .left .text3 {
  width: 82%;
}
.solutionOperation .part1 .left .text2 {
  width: 86%;
  padding: 5% 0 6.5% 0;
}
.solutionOperation .part1 .left .text1 {
  width: 89.5%;
}
.solutionOperation .part1 .right {
  margin-left: 45%;
  padding-top: 4%;
}
.solutionOperation .part1 .right p {
  color: #fff;
  text-align: left;
  padding-left: 10%;
  width: 100%;
  display: inline-block;
}
.solutionOperation .part1 .right .text3 {
  padding-left: 14%;
  padding-bottom: 5%;
}
.solutionOperation .part1 .right .text2 {
  padding: 5% 0 6% 18%;
}
.solutionOperation .part1 .right .text1 {
  padding-left: 22%;
}
.solutionOperation .part1 .title-size1 {
  margin-bottom: 82px;
}
.solutionOperation .part1 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.solutionOperation .part2 {
  padding: 60px 0 60px 0;
}
.solutionOperation .part2 .title-size1 {
  margin-bottom: 52px;
}
.solutionOperation .part2 .img-con,
.solutionOperation .part2 .text-con {
  display: inline-block;
  vertical-align: middle;
}
.solutionOperation .part2 .img-con {
  width: 49%;
}
.solutionOperation .part2 .text-con {
  width: 50%;
  padding-left: 2%;
  text-align: left;
}
.solutionOperation .part2 .text-con p {
  font-size: 24px;
  color: #36475a;
}
.solutionOperation .part2 .text-con span {
  font-size: 16px;
  color: #7c848e;
  padding: 10px 15px 10px 2px;
  display: inline-block;
}
.solutionOperation .part2 .line {
  width: 18px;
  height: 2px;
  background: #4c74f7;
  margin-left: 4px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.solutionOperation .part2 .line-con {
  display: inline-block;
}
.solutionOperation .part2 .right-text {
  text-align: right;
  padding-right: 2%;
  padding-left: 0;
}
.solutionOperation .part2 .btn-bg {
  text-align: center;
  margin-bottom: 60px;
}
.solutionOperation .part2 .btn-bg > div {
  width: 28.5%;
  display: inline-block;
  text-decoration: none;
  background: #f6f6f8;
  color: #36475a;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin-right: 2%;
  height: 84px;
}
.solutionOperation .part2 .btn-bg > div:last-child {
  margin-right: 0;
}
.solutionOperation .part2 .btn-bg > div a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #36475a;
  display: inline-block;
  line-height: 64px;
  border: 1px solid #f6f6f8;
}
.ljzx-btn{
  background: #0069ff;
  border-radius: 4px;
  width: 17%;
  color: #fff;
  border: 0;
  height: 64px;
  font-size: 20px;
}
.solutionOperation .part2 .btn-bg .btn1:hover a,
.solutionOperation .part2 .btn-bg .btn2:hover a,
.solutionOperation .part2 .btn-bg .btn3:hover a,
.solutionOperation .part2 .btn-bg .btn1:active a,
.solutionOperation .part2 .btn-bg .btn2:active a,
.solutionOperation .part2 .btn-bg .btn3:active a,
.solutionOperation .part2 .btn-bg .btn1:focus a,
.solutionOperation .part2 .btn-bg .btn2:focus a,
.solutionOperation .part2 .btn-bg .btn3:focus a {
  color: #fff;
  border: 1px solid #fff;
}
.solutionOperation .part2 .btn-bg .btn1:hover,
.solutionOperation .part2 .btn-bg .btn1:active,
.solutionOperation .part2 .btn-bg .btn1:focus {
  background: url(../images/252.png) no-repeat;
  color: #fff;
}
.solutionOperation .part2 .btn-bg .btn2:hover,
.solutionOperation .part2 .btn-bg .btn2:active,
.solutionOperation .part2 .btn-bg .btn2:focus {
  background: url(../images/253.png) no-repeat;
}
.solutionOperation .part2 .btn-bg .btn3:hover,
.solutionOperation .part2 .btn-bg .btn3:active,
.solutionOperation .part2 .btn-bg .btn3:focus {
  background: url(../images/254.png) no-repeat;
}
.solutionOperation .part3 {
  background: #f9faff;
  padding: 60px 0 80px 0;
}
.solutionOperation .part3 .title-size1 {
  margin-bottom: 60px;
}
.solutionOperation .part3 .row {
  margin-bottom: 13px;
}
.solutionOperation .part3 .row > div {
  font-size: 0;
  text-align: center;
  display: inline-block;
}
.solutionOperation .part3 .row > div > div {
  display: inline-block;
  vertical-align: middle;
  height: 290px;
  text-align: center;
}
.solutionOperation .part3 .row > div > div > div {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
}
.solutionOperation .part3 .row > div > div:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.solutionOperation .part3 .row > div > div img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.solutionOperation .part3 .row .col-xs-4 {
  text-align: center;
}
.solutionOperation .part3 .row .col-xs-4:hover .hover,
.solutionOperation .part3 .row .col-xs-4:active .hover,
.solutionOperation .part3 .row .col-xs-4:focus .hover {
  display: none;
}
.solutionOperation .part3 .row .col-xs-4:hover .no-hover,
.solutionOperation .part3 .row .col-xs-4:active .no-hover,
.solutionOperation .part3 .row .col-xs-4:focus .no-hover {
  display: inline-block;
}
.solutionOperation .part3 .row .hover {
  display: inline-block;
  width: 98%;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.solutionOperation .part3 .row .no-hover {
  display: none;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-position: center;
  position: relative;
}
.solutionOperation .part3 .row .no-hover p {
  line-height: 46px;
}
.solutionOperation .part3 .row p {
  font-size: 18px;
  color: #fff;
  width: 100%;
}
.solutionOperation .part3 .row .title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 50px;
}
.solutionOperation .part4 {
  background: url(../images/321.png) no-repeat;
  padding-top: 80px;
  height: 600px;
}
.solutionOperation .part4 p {
  color: #fff;
}
.solutionOperation .part4 .title-size1 {
  margin-bottom: 100px;
}
.solutionOperation .part4 .text-con {
  font-size: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 223px;
}
.solutionOperation .part4 .text-con > div {
  font-size: 14px;
  width: 20%;
  padding: 0 2%;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1% 1.5%;
  text-align: center;
  height: 100%;
}
.solutionOperation .part4 .text-con > div:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.solutionOperation .part4 .text-con > div:last-child {
  border-right: 0;
}
.solutionOperation .part4 .text-con > div:hover,
.solutionOperation .part4 .text-con > div:active,
.solutionOperation .part4 .text-con > div:focus {
  background: rgba(255, 255, 255, 0.2);
}
.solutionOperation .part4 .text-con > div:hover .hover,
.solutionOperation .part4 .text-con > div:active .hover,
.solutionOperation .part4 .text-con > div:focus .hover {
  display: none;
}
.solutionOperation .part4 .text-con > div:hover .no-hover,
.solutionOperation .part4 .text-con > div:active .no-hover,
.solutionOperation .part4 .text-con > div:focus .no-hover {
  display: inline-block;
}
.solutionOperation .part4 .text-con p {
  text-align: left;
}
.solutionOperation .part4 .text-con .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.solutionOperation .part4 .text-con img {
  margin-bottom: 20px;
}
.solutionOperation .part4 .text-con .hover,
.solutionOperation .part4 .text-con .no-hover {
  vertical-align: middle;
  width: 97%;
}
.solutionOperation .part4 .text-con .hover {
  display: inline-block;
}
.solutionOperation .part4 .text-con .hover p {
  text-align: center;
}
.solutionOperation .part4 .text-con .no-hover {
  display: none;
}
.solutionOperation .part4 .text-con .no-hover .title {
  font-size: 18px;
  color: #ec6941;
}
.solutionOperation .part5 {
  padding: 60px 0 80px 0;
}
.solutionOperation .part5 .title-size1 {
  margin-bottom: 60px;
}
.solutionOperation .part5 .jt-con {
  text-align: center;
  padding: 15px 0;
}
.solutionOperation .part5 .col-xs-4 {
  text-align: center;
  position: relative;
}
.solutionOperation .part5 .col-xs-4 > div {
  display: inline-block;
  padding: 30px;
  width: 80%;
}
.solutionOperation .part5 .col-xs-4 .jt {
  position: absolute;
  right: 0;
  top: 40%;
}
.solutionOperation .part5 .col-xs-4 .icon-con {
  height: 160px;
  margin-bottom: 30px;
}
.solutionOperation .part5 .col-xs-4:hover > div,
.solutionOperation .part5 .col-xs-4:active > div,
.solutionOperation .part5 .col-xs-4:focus > div {
  box-shadow: 0px 10px 18px 0px rgba(182, 182, 182, 0.54);
}
.solutionOperation .part5 .col-xs-4:hover .no-hover,
.solutionOperation .part5 .col-xs-4:active .no-hover,
.solutionOperation .part5 .col-xs-4:focus .no-hover {
  display: inline-block;
}
.solutionOperation .part5 .col-xs-4:hover .hover,
.solutionOperation .part5 .col-xs-4:active .hover,
.solutionOperation .part5 .col-xs-4:focus .hover {
  display: none;
}
.solutionOperation .part5 .col-xs-4 p {
  font-size: 15px;
  color: #6e798b;
}
.solutionOperation .part5 .col-xs-4 .title {
  font-size: 22px;
  color: #36475a;
  margin-bottom: 27px;
}
.solutionOperation .part5 .col-xs-4 .no-hover {
  display: none;
}
.networkSchool {
  padding: 65px 0;
  margin-top: 84px;
  background: #eef2f5;
  height: 100%;
  position: relative;
}
.networkSchool .blue-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #0069ff;
  z-index: 0;
}
.networkSchool .networkSchool-big {
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 20px;
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 0;
  font-size: 0;
  width: 98%;
  margin: 0 auto;
}
.networkSchool .networkSchool-big > div {
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.networkSchool .form-con {
  width: 50%;
  padding: 25px 80px !important;
  text-align: center;
}
.networkSchool .img-con {
  width: 50%;
  height: 100%;
  position: relative;
}
.networkSchool .img-con img {
  height: 100%;
}
.networkSchool .img-con .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(2, 32, 116, 0.5);
  z-index: 10;
  text-align: center;
  padding: 50px 0;
}
.networkSchool .img-con .text p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  width: 84%;
  margin: auto;
  text-align: justify;
}
.networkSchool .img-con .text .more {
  font-size: 20px;
  margin-top: 20px;
}
.networkSchool input {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #36475a;
  border: 1px solid #f1f3f4;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075) !important;
  border-left: 0;
}
.networkSchool input:hover,
.networkSchool input:active,
.networkSchool input:focus {
  border-color: #f1f3f4;
}
.networkSchool textarea {
  border: 1px solid #f1f3f4;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075) !important;
  border-left: 0;
}
.networkSchool textarea:hover,
.networkSchool textarea:active,
.networkSchool textarea:focus {
  border-color: #f1f3f4;
}
.networkSchool label {
  font-size: 14px;
  color: #36475a;
  text-align: left;
}
.networkSchool .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.networkSchool .form-group:last-child {
  margin-bottom: 0;
}
.networkSchool .title-size1 {
  text-align: left;
  margin-bottom: 38px;
}
.networkSchool .input-group-addon {
  background: #fff;
  border: 1px solid #f1f3f4;
  border-right: 0;
  position: relative;
}
.networkSchool .input-group-addon img {
  position: absolute;
  left: 30%;
  top: 35%;
}
.networkSchool .textarea-con .input-group-addon img {
  position: absolute;
  top: 10%;
}
.networkSchool .input-width {
  vertical-align: middle;
  width: 60%;
  float: left;
  padding-right: 10px;
}
.networkSchool .code {
  width: 40%;
  background: #efefff;
  border: 1px solid #d9d9d9;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.networkSchool .code .col-xs-3 {
  border-left: 1px solid #d9d9d9;
}
.networkSchool .code > div {
  text-align: center;
}
.networkSchool .code a {
  width: 100%;
  height: 100%;
  color: #a6a6bd;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.networkSchool .first-btn {
  width: 64%;
  margin:30px auto 0;
  height: 50px;
  line-height: 50px;
  background: #4c74f7;
}
.networkSchool-modal .modal-sm {
  width: 390px;
}
.networkSchool-modal .modal-dialog {
  border-radius: 10px;
  background: url(../images/282.png) no-repeat #ffffff;
  background-size: auto auto;
  text-align: center;
  background-position: center -2px;
}
.networkSchool-modal .modal-dialog .text {
  margin: 154px auto 40px auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 10px;
  width: 80%;
  padding: 30px 8% 30px 8%;
  text-align: left;
}
.networkSchool-modal .modal-dialog .text p {
  font-size: 16px;
  color: #666;
}
.networkSchool-modal .modal-dialog .text a {
  font-size: 17px;
  color: #4c74f7;
  text-decoration: underline;
  margin-bottom: 8px;
  display: inline-block;
}
.networkSchool-modal .modal-dialog .first-btn {
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.networkSchool-modal .modal-dialog .number {
  padding: 11px 0 20px 0;
}
.networkSchool-modal .modal-dialog .number .circle-last {
  margin-bottom: 0;
}
.networkSchool-modal .modal-dialog .circle {
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
.networkSchool-modal .modal-dialog .close {
  position: absolute;
  right: -19%;
  top: -10%;
  background: transparent;
  width: auto;
  display: inline-block;
  border: 0;
  padding: 0 5px;
  opacity: 1;
}
.modal-open {
  padding-right: 0 !important;
}
.download {
  margin-top: 84px;
}
.download .part1 {
  background: url(../images/download-banner.png) no-repeat;
  text-align: center;
  padding-top: 140px;
  height: 500px;
}
.download .part1 p {
  color: #fff;
}
.download .part1 .title {
  font-size: 54px;
  margin-bottom: 40px;
  color: #fff;
}
.download .part1 .text {
  width: 70%;
  margin: auto;
}
.download .part1 .text p {
  font-size: 24px;
  color: #fff;
  border-top: 1px solid #8595c2;
  border-bottom: 1px solid #8595c2;
  padding: 14px 0;
}
.download .part2 {
  margin-top: -4%;
  padding-bottom: 63px;
}
.download .part2 .container > div {
  width: 49.5%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.download .part2 .container .left {
  background: #fff;
  width: 49.5%;
  box-shadow: 0px 0px 40px 0px rgba(4, 0, 0, 0.13);
  border-radius: 10px;
  padding: 60px 5%;
}
.download .part2 .container .left .title {
  color: #222222;
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
}
.download .part2 .container .left .title img {
  margin-right: 15px;
  margin-top: -5px;
}
.download .part2 .container .left .btn-con {
  text-align: center;
}
.download .part2 .container .left .btn-con .first-btn {
  width: 70%;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  background: rgba(76, 116, 247, 0.8);
  margin: auto;
}
.download .part2 .container .left label {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.download .part2 .container .left label img {
  margin-right: 12px;
  margin-top: -4px;
}
.download .part2 .container .left .row {
  margin-bottom: 40px;
}
.download .part2 .container .left .row:last-child {
  margin-bottom: 0;
}
.download .part2 .container .left .form-group {
  margin-bottom: 0;
}
.download .part2 .container .left .form-control {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  margin-top: 28px;
  font-size: 16px;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
.download .part2 .container .left .form-control:hover,
.download .part2 .container .left .form-control:active,
.download .part2 .container .left .form-control:focus {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid #d7d7d7;
}
.download .part2 .container .left .code-left {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
.download .part2 .container .left .code {
  text-align: right;
  height: 44px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  width: 40%;
}
.download .part2 .container .left .code > div {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.download .dowon-pic-box{
  background: #efefff;
}
.download .part2 .container .left .code a {
  background: #efefff;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 10px;
}
.download .part2 .container .left .code .last-btn {
  border-radius: 5px;
  font-size: 16px;
  line-height: 42px;
  width: 100%;
}
.download .part2 .container .left .checkbox-con {
  padding-left: 10px;
}
.download .part2 .container .left .checkbox-con .checkbox label {
  width: 100%;
}
.download .part2 .container .left .checkbox-con .checkbox span {
  color: #999;
  font-size: 14px;
}
.download .part2 .container .left .checkbox-con .checkbox span > a {
  color: #0069ff;
}
.download .part2 .container .left .checkbox-con .checkbox span > a:hover{
  text-decoration: none;
}
.download .part2 .container .right {
  padding: 0 10%;
  text-align: left;
}
.download .part2 .container .right .title {
  font-size: 22px;
  color: #000;
}
.download .part2 .container .right ul {
  font-size: 20px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 54px;
}
.download .part2 .container .right ul li {
  color: #ccc;
  margin-bottom: 30px;
}
.download .part2 .container .right ul li:last-child {
  margin-bottom: 0;
}
.download .part2 .container .right ul li .hover {
  display: none;
}
.download .part2 .container .right ul li .no-hover {
  display: inline-block;
}
.download .part2 .container .right ul li img {
  padding-right: 20px;
}
.download .part2 .container .right ul .active {
  color: #000;
}
.download .part2 .container .right ul .active .hover {
  display: inline-block;
}
.download .part2 .container .right ul .active .no-hover {
  display: none;
}

.booking-modal .modal-dialog .download-modal-text-warp {
  max-height: 350px;
  overflow-y: scroll;
  width: 90% !important;
  padding: 15px;
  margin: 20px auto 40px !important;

}
.download-modal-text-warp .nr{
  line-height: 32px;

}
.aboutUs {
  margin-top: 84px;
}
.aboutUs .part1 {
  text-align: center;
  padding-top: 199px;
  height: 500px;
  background: url(../images/aboutUs-banner.png) no-repeat;
}
.aboutUs .part1 .title {
  margin-bottom: 35px;
  font-size: 44px;
  color: #f7f8fa;
}
.aboutUs .part1 .text p {
  font-size: 22px;
  color: #f7f8fa;
}
.aboutUs .part1 .line {
  width: 60px;
  height: 4px;
  background: #4c74f7;
  border-radius: 2px;
  display: inline-block;
  margin: auto;
  margin-top: 25px;
}
.aboutUs .part2 {
  padding: 60px 0 120px 0;
}
.aboutUs .part2 .container {
  position: relative;
}
.aboutUs .part2 p {
  text-indent: 2em;
}
.aboutUs .part2 .title {
  border-bottom: 3px solid #7d79a0;
  text-indent: 0;
}
.aboutUs .part2 .left {
  width: 50%;
  display: inline-block;
  position: absolute;
  bottom: -55px;
  background: #fff;
  box-shadow: 0px 2px 11px 0px rgba(21, 28, 42, 0.22);
  padding: 50px 30px;
}
.aboutUs .part2 .left p {
  font-size: 16px;
  color: #6f708a;
  margin-top: 35px;
  line-height: 34px;
  text-align: justify;
}
.aboutUs .part2 .left .title {
  font-size: 26px;
  color: #30314b;
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 0;
}
.aboutUs .part2 .right {
  width: 77.5%;
  display: inline-block;
  margin-left: 22.5%;
}
.aboutUs .part3 {
  background: url(../images/295.png) no-repeat;
  padding: 49px 0 50px 0;
  text-align: center;
}
.aboutUs .part3 p {
  font-size: 20px;
  color: #3a5265;
  line-height: 38px;
  margin-bottom: 30px;
}
.aboutUs .part4 {
  padding: 54px 0 93px 0;
}
.aboutUs .part4 .left-btn,
.aboutUs .part4 .right-btn {
  position: absolute;
  top: 30%;
}
.aboutUs .part4 .title-size2 {
  margin-bottom: 80px;
}
.aboutUs .part4 .right-btn {
  right: 0;
}
.aboutUs .part4 .left-btn {
  left: 0;
}
.aboutUs .part4 .carousel-inner {
  width: 85%;
  margin: auto;
}
.aboutUs .part4 .carousel-inner .item .row {
  margin-bottom: 70px;
}
.aboutUs .part4 .carousel-inner .item .row:last-child:last-child {
  margin-bottom: 0;
}
.aboutUs .part4 .carousel-inner .item .row > div {
  text-align: center;
}
.aboutUs .part5 {
  background: #f7f7f7;
  padding: 90px 0;
}
.aboutUs .part5 .title-size2 {
  margin-bottom: 70px;
}
.aboutUs .part5 span {
  font-size: 20px;
  color: #333333;
  vertical-align: middle;
  padding-left: 2.5%;
}
.aboutUs .part5 img {
  width: 6.25%;
}
.aboutUs .part5 .row {
  margin-bottom: 40px;
}
.aboutUs .part5 .row:last-child {
  margin-bottom: 0;
}
.contact-people-dropdown {
  background: #f9faff;
  display: none;
  position: fixed;
  top: 85px;
  left: 49.5%;
  z-index: 999;
  width: 234px;
  height: 153px;
  margin-top: -1px;
  transition: all 0.1s ease;
}
.contact-phone {
  left: 58.5%;
}
.contact-people-dropdown .contact-people-title {
  background: #4c74f7;
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.contact-people-content .contact-people-content-up {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 3px;
  font-size: 16px;
  margin-top: 15px;
}
.contact-people-content .contact-people-content-down{
  font-size: 18px;
  text-align: center;
}
.contact-people-content .contact-people-cpr activit-nr-info-mainontent-down,.bookingModal .contact-people-content-down {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 18px;
}
.swiper-container {
  width: 360px;
  height: 200px;
  background-color: green;
}
.swiper-slide {
  /*width: 500px;*/
  margin-top: 20px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: 100px;
  text-align: center;
  font-size: 18px;
  height: 160px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#imgMask {
  z-index: 888;
  height: auto;
  width: 100%;
  display: block;
}
#playBtn {
  display: none;
}
#contactPeople:hover a,
#contactPeople:focus a,
#contactPeople:active a {
  border-bottom: 0;
}
#contactPeople a {
  color: #ff4c19 !important;
  font-weight: bold;
}
.booking-modal .modal-sm {
  width: 390px;
}
.booking-modal .modal-dialog {
  border-radius: 10px;
  text-align: center;
}
.booking-modal .modal-dialog .text {
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  width: 80%;
  text-align: left;
}
.booking-modal .modal-dialog .text p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.booking-modal .modal-dialog .text .title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
.booking-modal .modal-dialog .text a {
  font-size: 16px;
  color: #4c74f7;
  text-decoration: underline;
  margin-bottom: 8px;
  display: inline-block;
}
.booking-modal .modal-dialog .btn-img-con {
  text-align: right;
}
.booking-modal .modal-dialog .first-btn {
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
  box-shadow: rgba(48, 133, 255, 0.5) 0 5px 10px;
}
.booking-modal .modal-dialog .number {
  padding: 11px 0 20px 0;
}
.booking-modal .modal-dialog .number .circle-last {
  margin-bottom: 0;
}
.booking-modal .modal-dialog .circle {
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
.booking-modal .modal-dialog .close {
  background: transparent;
  width: auto;
  display: inline-block;
  border: 0;
  opacity: 1;
  float: inherit;
  padding: 0 5px;
}
@media only screen and (min-width: 1660px) and (max-width: 1800px){
  .new-banner-info {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    margin-top: 18%;
  }
  .solution-dropdown{
    padding: 25px 0 50px 0;
  }
  .solution-dropdown .group {
    margin-bottom: 25px;
  }
  .solution-dropdown .sort-title{
    margin-bottom: 15px;
    font-size: 18px;
  }
  .solution-dropdown .title{
    margin-bottom: 5px;
  }
  .solution-dropdown .group .row{
    margin-bottom: 5px;
  }
  .solution-dropdown img{
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1659px){
  .new-banner-info {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    margin-top: 12%;
  }
  .solution-dropdown{
    padding: 25px 0 50px 0;
  }
  .solution-dropdown .group {
    margin-bottom: 25px;
  }
  .solution-dropdown .sort-title{
    margin-bottom: 15px;
    font-size: 18px;
  }
  .solution-dropdown .title{
    margin-bottom: 5px;
  }
  .solution-dropdown .group .row{
    margin-bottom: 5px;
  }
  .solution-dropdown img{
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1365px) and (max-width: 1439px) {
  .new-banner-info {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    margin-top: 13%;
  }
  .new-banner-info .content {
    padding-top: 13%;
  }
  .new-banner-info .content p{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .title-size1{
    font-size: 32px;
  }
  .solution-dropdown{
    padding: 25px 0 50px 0;
  }
  .solution-dropdown .group {
    margin-bottom: 20px;
  }
  .index-content .part1 .text-content .row > div > div {
    padding: 10px 15px 10px 10px;
  }
  .solution-dropdown .sort-title{
    margin-bottom: 15px;
    font-size: 18px;
  }
  .solution-dropdown .title{
    margin-bottom: 5px;
  }
  .solution-dropdown .group .row{
    margin-bottom: 5px;
  }
  .solution-dropdown img{
    margin-right: 4%;
  }
  .index-content .part1 .nav-icon li{
    font-size: 18px;
  }
  .index-content .part2 .title-size1{
    margin-bottom: 95px;
  }
  /*点播*/
  .networkSchool{
    padding: 35px 0;
  }
 /*点播*/
  .solution-play .part2 {
    padding: 80px 0 55px 0;
  }
  /**/
  .solutionEducation .part5{
    padding: 72px 0;
  }
  .solutionEducation .part5 p{
    font-size: 26px;
  }
  .index-content .part9 .container > div {
    width: 30%;
    padding-right: 1%;
  }
  .index-content .part9 .container .btn-right {
    padding-right: 0;
    width: 20%;
  }
  .index-content .part9 button {
    width: 180px;
    height: 42px;
  }
  /**/
  .solutionEducation-banner .top-con{
    top:165px;
  }
  .solutionEducation-banner p{
    font-size: 18px;
  }
  .solution-play .part2 .left{
    width: 50%;
  }
  .solution-play .part2 .right{
    width: 48%;
  }
  .solution-play .part2 .right .text .title{
    font-size: 14px;
  }
  .solution-play .part2 .right .text .title{
    font-size: 16px;
  }
  .solution-share3 p{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .solution-share4 .container > div{
    width: 38%;
  }
  .solution-share4 input{
    height: 42px;
    text-align: left;
  }
  .networkSchool .first-btn{
    width: 62%;
    margin-top: 6%;
  }
  .networkSchool .code {
    width: 40%;
    height: 36px;
    line-height: 36px;
  }
  #randomCodeImg{
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
  }
  #recoverPhoneClick{
    display: block;
    font-size: 12px;
  }

  /**/
  .networkSchool .container .networkSchool-big{
    margin: 0 auto;
    width: 85%;
  }
  .networkSchool .blue-bg{
    width: 35%;
  }
  .networkSchool .img-con{
    width: 50%;
  }
  .networkSchool .form-con{
    width: 48%;
    padding: 15px 45px !important;
  }
  .networkSchool .img-con .text p{
    font-size: 14px;
    line-height: 32px;
  }
  .networkSchool .img-con .text .more{
    font-size: 18px;
  }
  .networkSchool .title-size1{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .solution-share1 .row > div p {
    font-size: 18px;
    margin-top: 25px;
  }
  .solution-share4 {
    padding: 50px 0 ;
  }
  .networkSchool input{
    height: 38px;
  }
  .networkSchool .form-group{
    margin-bottom: 15px;
  }
  /**/
  .solution-banner .text-content {
    top: 165px;
  }
  /**/
  .solution-share2 {
    padding: 55px 0 60px 0;
  }
  /**/
  .input-control-icon-left, .input-control-icon-right, .input-control-label-left, .input-control-label-right{
    top:8px;
  }
  /**/
  .footer .logo{
    margin-bottom: 15px;
  }
  .footer .text{
    letter-spacing:1px;
    height: 22px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1364px) {
  .new-banner-info {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    margin-top: 13.5%;
  }
  .new-banner-info .content {
    padding-top: 9%;
  }
  .new-banner-info .content p{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .new-banner-info .slogan .title {
    font-size: 52px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .title-size1{
    font-size: 32px;
  }
  .solution-dropdown{
    padding: 25px 0 50px 0;
  }
  .solution-dropdown .group {
    margin-bottom: 20px;
  }
  .index-content .part1 .text-content .row > div > div {
    padding: 10px 15px 10px 10px;
  }
  .solution-dropdown .sort-title{
    margin-bottom: 15px;
    font-size: 18px;
  }
  .solution-dropdown .title{
    margin-bottom: 5px;
  }
  .solution-dropdown .group .row{
    margin-bottom: 5px;
  }
  .solution-dropdown img{
    margin-right: 4%;
  }
  .index-content .part1 .nav-icon li{
    font-size: 18px;
  }
  .index-content .part2 .title-size1{
    margin-bottom: 95px;
  }
  /*点播*/
  .networkSchool{
    padding: 30px 0;
  }
  /*点播*/
  .solution-play .part2 {
    padding: 80px 0 55px 0;
  }
  /**/
  .solutionEducation .part5{
    padding: 72px 0;
  }
  .solutionEducation .part5 p{
    font-size: 26px;
  }
  .index-content .part9 .container > div {
    width: 30%;
    padding-right: 1%;
  }
  .index-content .part9 .container .btn-right {
    padding-right: 0;
    width: 20%;
  }
  .index-content .part9 button {
    width: 170px;
    height: 40px;
  }
  /**/
  .solutionEducation-banner .top-con{
    top:165px;
  }
  .solutionEducation-banner p{
    font-size: 18px;
  }
  .solution-play .part2 .left{
    width: 50%;
  }
  .solution-play .part2 .right{
    width: 48%;
  }
  .solution-play .part2 .right .text .title{
    font-size: 14px;
  }
  .solution-play .part2 .right .text .title{
    font-size: 16px;
  }
  .solution-share3 p{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .solution-share4 .container > div{
    width: 38%;
  }
  .solution-share4 input{
    height: 42px;
    text-align: left;
  }
  .networkSchool .first-btn{
    width: 60%;
    margin-top: 6%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .networkSchool .code {
    width: 40%;
    height: 36px;
    line-height: 36px;
  }
  #randomCodeImg{
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
  }
  #recoverPhoneClick{
    display: block;
    font-size: 12px;
  }

  /**/
  .networkSchool .container .networkSchool-big{
    margin: 0 auto;
    width: 85%;
  }
  .networkSchool .blue-bg{
    width: 35%;
  }
  .networkSchool .img-con{
    width: 50%;
  }
  .networkSchool .form-con{
    width: 48%;
    padding: 15px 45px !important;
  }
  .networkSchool .img-con .text p{
    font-size: 14px;
    line-height: 32px;
  }
  .networkSchool .img-con .text .more{
    font-size: 18px;
  }
  .networkSchool .title-size1{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .networkSchool label{
    margin-bottom: 2px;
  }
  .solution-share1 .row > div p {
    font-size: 18px;
    margin-top: 25px;
  }
  .solution-share4 {
    padding: 50px 0 ;
  }
  .networkSchool input{
    height: 38px;
  }
  .networkSchool .form-group{
    margin-bottom: 22px;
  }
  /**/
  .solution-banner .text-content {
    top: 165px;
  }
  /**/
  .solution-share2 {
    padding: 55px 0 60px 0;
  }
  /**/
  .input-control-icon-left, .input-control-icon-right, .input-control-label-left, .input-control-label-right{
    top:8px;
  }
  /**/
  .footer .logo{
    margin-bottom: 15px;
  }
  .footer .text{
    letter-spacing:1px;
    height: 22px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .header .nav ul li{padding:0 20px;}
  .new-banner-info {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    margin-top: 13.5%;
  }
  .new-banner-info .content {
    padding-top: 9%;
  }
  .new-banner-info .content p{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .new-banner-info .slogan .title {
    font-size: 52px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .title-size1{
    font-size: 32px;
  }
  .solution-dropdown{
    padding: 25px 0 50px 0;
  }
  .solution-dropdown .group {
    margin-bottom: 20px;
  }
  .index-content .part1 .text-content .row > div > div {
    padding: 10px 15px 10px 10px;
  }
  .solution-dropdown .sort-title{
    margin-bottom: 15px;
    font-size: 18px;
  }
  .solution-dropdown .title{
    margin-bottom: 5px;
  }
  .solution-dropdown .group .row{
    margin-bottom: 5px;
  }
  .solution-dropdown img{
    margin-right: 4%;
  }
  .index-content .part1 .nav-icon li{
    font-size: 18px;
  }
  .index-content .part2 .title-size1{
    margin-bottom: 95px;
  }
  /*点播*/
  .networkSchool{
    padding: 50px 0;
  }
  /*点播*/
  .solution-play .part2 {
    padding: 80px 0 55px 0;
  }
  /**/
  .solutionEducation .part5{
    padding: 72px 0;
  }
  .solutionEducation .part5 p{
    font-size: 26px;
  }
  .index-content .part9 .container > div {
    width: 30%;
    padding-right: 1%;
  }
  .index-content .part9 .container .btn-right {
    padding-right: 0;
    width: 20%;
  }
  .index-content .part9 button {
    width: 170px;
    height: 40px;
  }
  /**/
  .solutionEducation-banner .top-con{
    top:165px;
  }
  .solutionEducation-banner p{
    font-size: 18px;
  }
  .solution-play .part2 .left{
    width: 50%;
  }
  .solution-play .part2 .right{
    width: 48%;
  }
  .solution-play .part2 .right .text .title{
    font-size: 14px;
  }
  .solution-play .part2 .right .text .title{
    font-size: 16px;
  }
  .solution-share3 p{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .solution-share4 .container > div{
    width: 38%;
  }
  .solution-share4 input{
    height: 42px;
    text-align: left;
  }
  .networkSchool .first-btn{
    width: 62%;
    margin-top: 6%;
  }
  .networkSchool .code {
    width: 40%;
    height: 36px;
    line-height: 36px;
  }
  #randomCodeImg{
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
  }
  #recoverPhoneClick{
    display: block;
    font-size: 12px;
  }

  /**/
  .networkSchool .container .networkSchool-big{
    margin: 0 auto;
    width: 85%;
  }
  .networkSchool .blue-bg{
    width: 35%;
  }
  .networkSchool .img-con{
    width: 50%;
  }
  .networkSchool .form-con{
    width: 48%;
    padding: 15px 45px !important;
  }
  .networkSchool .img-con .text p{
    font-size: 14px;
    line-height: 32px;
  }
  .networkSchool .img-con .text .more{
    font-size: 18px;
  }
  .networkSchool .title-size1{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .solution-share1 .row > div p {
    font-size: 18px;
    margin-top: 25px;
  }
  .solution-share4 {
    padding: 50px 0 ;
  }
  .networkSchool input{
    height: 38px;
  }
  .networkSchool .form-group{
    margin-bottom: 15px;
  }
  .networkSchool label{
    margin-bottom: 0;
  }
  /**/
  .solution-banner .text-content {
    top: 165px;
  }
  /**/
  .solution-share2 {
    padding: 55px 0 60px 0;
  }
  /**/
  .input-control-icon-left, .input-control-icon-right, .input-control-label-left, .input-control-label-right{
    top:8px;
  }
  /**/
  .footer .logo{
    margin-bottom: 15px;
  }
  .footer .text{
    letter-spacing:1px;
    height: 22px;
    font-size: 12px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
.mobile-header,.moFoot,.new-mo-foot-lj{display: none;}

#heade{background: #fff;height: 72px;color: #666;z-index: 9999;position: relative;font-size: 12px;box-shadow: 0 0 5px 2px rgba(10,52,72,0.3);width: 100%;position: fixed;top:0;left:0}
.main{width: 1200px;margin:0 auto; min-width: 1200px;position: relative;}
.startImg{width: 178px;height: 49px;float: left;background: url("../images/logo.png") center no-repeat; background-size:100% auto;margin-right: 40px;margin-top: 12px;}
.TopMenu li{display: block;width: 100px;height:30px;float: left;margin-top: 22px;position: relative;text-align: center;color: #666;font-size: 16px;cursor: pointer;}
.TopMenu .pul a{color: #666;display: block;width: 100px;height: 30px;overflow: hidden;}
.TopMenu .pul a span{width: 100%;height: 30px;margin: 0px;display: block;line-height: 30px;text-align: center; transition:all 0.5s;-moz-transition:all 0.5s; /* Firefox 4 */-webkit-transition:all 0.5s; /* Safari and Chrome */-o-transition:all 0.5s; /* Opera */}
.TopMenu .pul .topA .red{color:#ff6f69;}
.TopMenu .on .topA span:first-child{margin-top: -30px;}
.TopMenu .pul:hover .topA span:first-child{margin-top: -30px;}
.TopMenu .last:hover{height: 120px;background-color: #fff;}
.TopMenu{position: relative;width: auto;height: 72px;float: left;}
.absltPo{position: absolute;right: 0px;top: 50px;z-index: 9999;background-color: #ffffff;width: 100px;height: 72px;display: none;}
.absltPo a:hover span:first-child{margin-top: -30px;}
.TopMenu .last:hover .absltPo{display: block;}
.hotImg{width: 23px;height: 26px;background: url("../images/hots.png") center no-repeat;background-size: 100%;position: absolute;top: -15px;right: 0px;}
.newImg{width: 23px;height: 26px;background: url("../images/new.png") center no-repeat;background-size: 100%;position: absolute;top: -15px;right: 0px;}
.startup{width: auto;height: 30px;float: right;margin-top: 24px;font-size: 16px;color: #ff5e44;line-height: 30px;}
.startup a{color: #ff5e44;cursor: pointer;}
.startup a:hover{color: #00a0e9;}
.startup .userInfo{color: #00a0e9;}
.nameImgs{display: inline-block;width: 30px;height: 30px;border-radius: 100%;line-height: 28px;overflow: hidden;float: right;margin-left: 10px;}
.nameImgs img{width: 100%;vertical-align: middle;}
/*头部创建按钮*/
.startup a.btn-ctrl{    background: #ffffff;
    border: 1px solid #a0a2a5;
    color: #676b6f; border-radius: 5px;  padding: 8px 15px; margin-left: 15px;}
.startup a.btn-reg{background: #00a0e9; border: 1px solid #00a0e9; border-radius: 5px; color: #fff; padding: 8px 15px; margin-left: 15px;}
.startup a:hover{opacity: 0.8;}
.startup .userInfo{display: inline-block; position: relative; padding-left: 28px; padding-right: 20px;}
.startup .userInfo:before,.startup .userInfo:after{content: ''; display: inline-block; width: 20px; height: 20px; position: absolute; top: 50%; margin-top: -10px;}
.startup .userInfo:before{background: url(../images/user-center-icon.jpg) no-repeat; left: 0;}
.startup .userInfo:after{background: url(../images/user-center-arrow.jpg) no-repeat; right: 0;}

/*右边栏*/
.sidebar{position: fixed;top: 50%;margin-top: -127px;right: 0px;z-index: 999; width: 85px; height: 250px;}
.sidebar li{height: 73px; display: block; text-align: center; font-size: 12px; position: relative;}
.sidebar li a{display: block; height: 73px; color: #fff;background-color: rgba(0,0,0,.6);}
.sidebar li a:before{content: ''; display: block; width: 60px; height: 48px;}
.sidebar .sidebar-car a{border-radius: 5px 5px 0 0;}
.sidebar .sidebar-car:hover{background: #3bb4eb;}
.sidebar .sidebar-car a:before{background: url(../images/right-help.png) no-repeat;}
.sidebar .sidebar-qq:hover{background: #3bb4eb;}
.sidebar .sidebar-qq a:before{background: url(../images/right-qq.png) no-repeat;}
.sidebar .sidebar-qq iframe{height: 73px;}
.sidebar .sidebar-phone:hover{background: #3bb4eb;}
.sidebar .sidebar-phone a:before{background: url(../images/right-wechat.png) no-repeat; position: relative; top: 3px;}
.sidebar .sidebar-phone a:hover div{-webkit-animation:showphone .4s forwards ease-in-out;animation:showphone .4s forwards ease-in-out;}
@-webkit-keyframes showphone{from{opacity:0; left: 0;} to{opacity: 1; left: -150px;}}
@keyframes showphone{from{opacity:0; left: 0;} to{opacity: 1; left: -150px;}}
.sidebar .sidebar-phone div{position: absolute; top: 0; left:0; opacity: 0; padding-right: 100px; box-sizing: border-box; text-align: left;}
.sidebar .sidebar-phone div h2{font-weight: normal; margin: 0; padding: 0; margin-top: 5px; font-size: 16px;}
.sidebar .sidebar-phone div:before{content: ''; display: block; position: absolute;}
.sidebar .back-top{width: 65px;float:right;margin-right:0px; height: 32px; background: url(../images/to-top.png) no-repeat; background-color: rgba(0,0,0,.5); display: block; border-radius: 0 0 5px 5px;}
.sidebar .back-top:hover{background-color: rgba(0,0,0,.7);}

.footer{width: 100%;position: relative;min-width: 1200px;background-color: #2c3140;text-align: center;padding: 50px 0;}
.footer h1{font-size: 30px;color: #fff;font-weight: normal;margin: 20px auto;width: 100%;text-align: center;display: inline-block;}
.footBox{width: 100%;height: 280px;background-color: #363b4e;/*background: url(../images/footbanner.jpg) no-repeat;*/background-size: cover;}
.footBox p{width: 100%;margin: 0;padding-top:80px;font-size: 36px;color: #fff;text-align: center;}
.footBox .btn{width: 360px;height: 48px;margin: 0 auto;padding: 30px 0;display:block;border:none}
.footBox .btn a{margin-right:20px;}
.foot-btn{width: 158px;height: 48px;background-color: #5589fe;font-size: 18px;color: #fff;text-align: center;line-height: 48px;float: left;border-radius: 5px;cursor: pointer;}
.footBox input:-moz-placeholder{color: #fff;}
.footBox input:-ms-input-placeholder{color: #fff;}
.footBox input::-webkit-input-placeholder{color: #fff;}

.footBottom{line-height: 22px;width: 1200px;margin: 0 auto;display: block;color: #6d7489;font-size: 12px;text-align: left;}
.footBottom a{margin-left: 15px;color: #6d7489;}
.footBottom a img{vertical-align: text-bottom;}
.footBottom span{float: left;}
.footBottom span a{color: #6d7489;margin-left: 5px;}
.foot-link{padding-bottom: 8px;margin-bottom: 10px;font-size: 16px;border-bottom: 1px solid rgba(255,255,255,.17);width:650px;}
.foot-logo{width: 400px;float: right;margin-right:80px;margin-top:10px;}
.mytelinfo{height:82px;padding:12px;background:#fff;border-radius:5px;color:#333;width:136px;}

@-webkit-keyframes showtel{from{opacity:0; left: 0;} to{opacity: 1; left: -135px;}}
@keyframes showtel{from{opacity:0; left: 0;} to{opacity: 1; left: -135px;}}
.sidebar .sidebar-tel div{position: absolute; top: 0; left:0; opacity: 0; padding-right: 170px; box-sizing: border-box; text-align: left;}
.sidebar .sidebar-tel div h2{font-weight: normal; margin: 0; padding: 0; margin-top: 5px; font-size: 16px;}
.sidebar .sidebar-tel div:before{content: ''; display: block; position: absolute;}

.sidebar .sidebar-tel:hover{background: #3bb4eb;}
.sidebar .sidebar-tel a:before{background: url(../images/right-tel.png) no-repeat; position: relative; top: 3px;}
.sidebar .sidebar-tel a:hover div{-webkit-animation:showtel .4s forwards ease-in-out;animation:showtel .4s forwards ease-in-out;}
.sidebar .sidebar-tel strong{display:block;font-size:16px;width:136px}
.sidebar .sidebar-tel b{color:#ff0000;display:block;font-size:15px;width:136px}
.sidebar .sidebar-tel em{display:block;font-size:12px;width:136px;color:#a3a3a3;font-size:12px;font-style:normal}

/*右侧悬浮*/
/*.sjd-rmenu{ position: fixed;right: 0; margin-left: 532px;top: 30%;padding-bottom:73px;z-index:999;  background:url(../../images/r_b.png) 0px bottom no-repeat;  }*/
/*.sjd-rmenu .btn{width:80px; height:80px; margin-bottom:10px; cursor:pointer; position:relative;}*/
/*.sjd-rmenu .btn-qq{background:url(../../images/r_qq.png) 5px 0px no-repeat; background-color:#ff811b;}*/
/*.sjd-rmenu .btn-qq:hover{background-color:#ff811b;}*/
/*.sjd-rmenu a.btn-qq,.sjd-rmenu a.btn-qq:visited{background:url(../../images/r_qq.png) no-repeat; background-color:#ff811b; text-decoration:none; display:block;}*/
/*.sjd-rmenu .btn-wx{background:url(../../images/r_wx.png) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-wx:hover{background-color:#666666;}*/
/*.sjd-rmenu .btn-wx .pic{position:absolute; left:-100px; top:-8px;width:100px;height:100px;display: none;}*/
/*.sjd-rmenu .btn-phone{background:url(../../images/r_phone.png?2) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-phone:hover{background-color:#666666;}*/
/*.sjd-rmenu .btn-phone .p_num{position:absolute; width:160px; height:75px;left:-160px; top:8px; display:none;}*/
/*.sjd-rmenu .btn-phone{background:url(../../images/r_phone.png?2) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-top{background:url(../../images/r_top.png) 5px 0px no-repeat; background-color:#666666; display:none;}
.sjd-rmenu .btn-top:hover{background-color:#444;}*/
.sjd-rmenu{ position: fixed;right:15px; margin-left: 532px;top: 20%;padding-bottom:73px;z-index:999;  /*background:url(../../images/r_b.png) 0px bottom no-repeat; */ }
.sjd-rmenu{width:70px;}
.sjd-rmenu .btn{width: 70px;height: 75px;margin-bottom: 10px;cursor: pointer;position: relative;}
.sjd-rmenu .btn-wx{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-wx:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-wx .btn-wx-img{background:url(../images/r_wx.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-wx:hover >.btn-wx-img{background:url(../images/s_wx.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-wx .btn-wx-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-wx:hover >.btn-wx-text{color: #3366ff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-wx .pic{position:absolute; left: -170px;top: -26px;width: 120px;height: 120px;display: none;transform: scale(1.5)}
.sjd-rmenu .btn-phone{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-phone:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-phone .btn-phone-img{background:url(../images/r_phone.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-phone:hover >.btn-phone-img{background:url(../images/s_phone.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-phone .btn-phone-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-phone:hover >.btn-phone-text{color: #3366ff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-phone .p_num{background:url(../images/i_phone.png) no-repeat;text-align: center;padding: 16px 0;position:absolute; width:160px; height:75px;left: -163px;top: -10px; display:none;}
.sjd-rmenu .btn-phone .p_num .p_ck{height: 20px;text-align: center;}
.sjd-rmenu .btn-phone .p_num .p_ah{line-height: 30px;font-size: 16px;}
.sjd-rmenu .btn-line{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-line:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-line .btn-line-img{background:url(../images/h_line.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-line:hover >.btn-line-img{background:url(../images/p_line.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-line .btn-line-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-line:hover >.btn-line-text{color: #3366ff;text-align: center;font-size: 12px;}
.bullet-warp{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,.7);
    z-index: 10001;
    display: none;
}
.bullet{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 465px;
    /* padding: 20px 3%; */
    background: #fff;
    border-radius: 4px;
    z-index: 999;
}
.bullet .bullet-closs{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: all .6s;
}
.bullet .bullet-closs:hover{
    transform: rotate(180deg)
}
.bullet .bullet-title{
    font-size: 26px;
    color: #333333;
    letter-spacing: 2.67px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    padding-top: 20px;
}
.bullet .bullet-content{
    width: 100%;
    /* margin-bottom: 35px; */
    cursor: pointer;
    height: 358px;
    margin-top: -40px;
    text-align: center;

}
.bullet .bullet-content img{
    width: 350px;
    height: 278px;
    margin-top: 45px;
}
.bullet .bullet-foot{
    width: 100%;
}
.bullet .bullet-foot .bullet-btn{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    background: #3366FF;
    border-radius: 8px;
    color: #fff;
    line-height: 43px;
    cursor: pointer;
    font-size: 20px;
}