a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body,
html {
  line-height: 1;
  font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
  vertical-align: baseline
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: color .3s ease-out 0s;
  -o-transition: color .3s ease-out 0s;
  transition: color .3s ease-out 0s
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both;
  overflow: hidden
}

.clearfix {
  zoom: 1
}

.clear {
  clear: both;
  display: block;
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

input,
select {
  vertical-align: middle
}

a {
  color: #000;
  text-decoration: none
}

i {
  font-style: normal
}

img {
  display: block;
  border: 0
}

figure {
  margin: 0
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 35px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 49px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed
}

.form-control-static {
  min-height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px
}

select.input-lg {
  height: 49px;
  line-height: 49px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.5
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 43.75px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 #3c763d;
  box-shadow: inset 0 0 0 transparent, 0 0 0 #3c763d
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 #8a6d3b;
  box-shadow: inset 0 0 0 transparent, 0 0 0 #8a6d3b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 0 0 transparent, 0 0 0 #a94442;
  box-shadow: inset 0 0 0 transparent, 0 0 0 #a94442
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 26px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@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 .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 28px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #0867ff;
  border-color: #0867ff
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #005cee;
  border-color: #003488
}

.btn-primary:hover {
  color: #fff;
  background-color: #005cee;
  border-color: #004eca
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005cee;
  border-color: #004eca
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #004eca;
  border-color: #003488
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0867ff;
  border-color: #0867ff
}

.btn-primary .badge {
  color: #0867ff;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #4b0;
  border-color: #3ba200
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #318800;
  border-color: #0c2200
}

.btn-success:hover {
  color: #fff;
  background-color: #318800;
  border-color: #246400
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #318800;
  border-color: #246400
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #246400;
  border-color: #0c2200
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #4b0;
  border-color: #3ba200
}

.btn-success .badge {
  color: #4b0;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #38f;
  border-color: #1979ff
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #006aff;
  border-color: #004099
}

.btn-info:hover {
  color: #fff;
  background-color: #006aff;
  border-color: #005bdb
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #006aff;
  border-color: #005bdb
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #005bdb;
  border-color: #004099
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #38f;
  border-color: #1979ff
}

.btn-info .badge {
  color: #38f;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f60;
  border-color: #e65c00
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #cc5200;
  border-color: #662900
}

.btn-warning:hover {
  color: #fff;
  background-color: #cc5200;
  border-color: #a84300
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc5200;
  border-color: #a84300
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #a84300;
  border-color: #662900
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f60;
  border-color: #e65c00
}

.btn-warning .badge {
  color: #f60;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #e33;
  border-color: #ec1b1b
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #dc1212;
  border-color: #7e0a0a
}

.btn-danger:hover {
  color: #fff;
  background-color: #dc1212;
  border-color: #bb1010
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #dc1212;
  border-color: #bb1010
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #bb1010;
  border-color: #7e0a0a
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #e33;
  border-color: #ec1b1b
}

.btn-danger .badge {
  color: #e33;
  background-color: #fff
}

.btn-link {
  font-weight: 400;
  color: #0867ff;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #0052d4;
  text-decoration: none;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

.container {
  width: 1200px
}

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left;
  font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal
}

[hidefocus],
summary {
  outline: 0
}

li {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%
}

sub,
sup {
  font-size: 83%
}

code,
kbd,
pre,
samp {
  font-family: inherit
}

q:after,
q:before {
  content: none
}

textarea {
  overflow: auto;
  resize: none
}

label,
summary {
  cursor: default
}

a,
button {
  cursor: pointer
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400
}

a,
a:hover,
del,
ins,
s,
u {
  text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
  color: #333;
  outline: 0;
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  background: #fff
}

a {
  color: #333;
  outline: 0
}

.banner-carousel {
  width: 100%
}

.banner-carousel .banner1-text-content {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 682px;
  margin-left: -341px
}

.banner-carousel .banner1-text-center {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 682px;
  margin-left: -341px
}

.banner-carousel .banner1-text-content img {
  height: 204px;
  width: 682px
}

.banner-carousel .product-show-box .banner2-text-content {
  width: 764px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -382px
}

.banner-carousel .product-show-box .banner6-text-content {
  width: 764px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -600px
}

.banner-carousel .product-show-box .banner6-button {
  position: absolute;
  left: 50%;
  bottom: 160px;
  width: auto;
  height: auto;
  margin-left: -50px;
  z-index: 1000
}

.banner-carousel .product-show-box .banner6-rocket {
  position: absolute;
  left: 50%;
  bottom: 82px;
  margin-left: 185px
}

.banner-carousel .product-show-box .banner3-text-content {
  width: 600px;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -300px
}

.banner-carousel .product-show-box .banner3-text-content .app-dev-btn {
  margin-top: 54px
}

.banner-carousel .product-show-box .banner3-text-content .app-dev-title {
  margin-top: 24px
}

.banner-carousel .product-show-box .banner4-text-content {
  width: 536px;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -600px
}

.banner-carousel .product-show-box .banner4-text-content .people-experts-text {
  margin-top: 25px
}

.banner-carousel .product-show-box .banner4-text-content .people-experts-btn {
  margin-top: 40px
}

.banner-carousel .product-show-box .banner5-text-content {
  width: 461px;
  position: absolute;
  top: 32%;
  left: 50%
}

.banner-carousel .product-show-box .banner5-text-content .people-experts-text {
  margin-top: 12px
}

.banner-carousel .product-show-box .banner5-text-content .people-experts-btn {
  margin-top: 40px
}

.banner-carousel .product-show-box .banner5-text-content .video-playback-content {
  width: 60px;
  height: 60px;
  position: relative;
  margin-top: 31px
}

.banner-carousel .product-show-box .banner5-text-content .video-playback-content .triangle01 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/banner_edge_line05.png) no-repeat;
  width: 77px;
  height: 66px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.banner-carousel .product-show-box .banner5-text-content .video-playback-content .triangle02 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/banner_bg_triangle05.png) no-repeat;
  width: 57px;
  height: 49px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.banner-carousel .product-show-box .banner5-text-content .video-playback-content .triangle03 {
  position: absolute;
  width: 12px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -6px
}

.banner_bg07 {
  height: 580px;
  background: url(../images/banner_bg07.png) no-repeat center center
}

.banner_bg01 {
  height: 580px;
  background: url(../images/banner_bg01.jpg) no-repeat center center
}

.banner_bg02 {
  height: 580px;
  background: url(../images/banner_bg02.jpg) no-repeat center center
}

.banner_bg03 {
  height: 580px;
  background: url(../images/banner_bg03.jpg) no-repeat center center
}

.banner_bg04 {
  height: 580px;
  background: url(../images/banner_bg04.jpg) no-repeat center center
}

.banner_bg05 {
  height: 580px;
  background: url(../images/banner_bg05.jpg) no-repeat center center
}

.banner_bgImg {
  height: 580px;
  background: url(../images/banner_bg088.jpg) no-repeat center center
}

.banner-carousel .product-show-box a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%
}

.banner-carousel .product-show-box .shield {
  width: 765px;
  position: absolute;
  margin-top: 229px
}

.banner-carousel .product-show-box .documents {
  width: 764px;
  top: 35%;
  position: absolute;
  z-index: 1000
}

.banner-carousel .product-show-box .banner-item {
  width: 100%;
  height: 580px
}

.banner-carousel .carousel-indicators li span.tip {
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  margin: 0 20px;
  position: absolute;
  left: 0;
  top: 0
}

.banner-carousel .carousel-indicators li .slide {
  background-color: rgba(255, 255, 255, .3);
  width: 100%;
  height: 2px;
  text-indent: -999px;
  display: inline-block;
  position: absolute;
  left: 0
}

.banner-carousel .carousel-indicators li.active span.tip {
  -webkit-animation: mymove 5s linear;
  animation: mymove 5s linear
}

.banner-carousel .carousel-indicators li {
  position: relative;
  display: inline-block;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  width: 50px;
  border: none;
  padding: 10px 0;
  margin: 0 7px
}

.banner-carousel .carousel-indicators .active span.tip {
  margin: 0;
  background-color: #fff
}

.banner-carousel .carousel-indicators .active {
  display: inline-block;
  text-indent: -999px;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: transparent;
  border: none;
  margin: 0 7px
}

.banner-carousel .carousel-indicators {
  bottom: 40px
}

@keyframes mymove {
  from {
    width: 0
  }

  to {
    width: 50px
  }
}

@-webkit-keyframes mymove {
  from {
    width: 0
  }

  to {
    width: 50px
  }
}

.banner8-text-content {
  width: 1165px;
  padding-top: 292px;
  margin: 0 auto
}

.banner8-text-content .left-content {
  float: left;
  display: block !important;
  width: auto !important;
  height: auto !important;
  position: static !important
}

.banner8-text-content .left-img {
  top: 42% !important;
  width: 412px !important;
  height: 139px !important
}

.banner8-text-content .right-wrapper {
  float: left;
  margin-left: 462px;
  font-size: 0
}

.banner8-text-content .right-wrapper .more-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 103px;
  width: 160px !important;
  height: 45px !important;
  background-size: 100% 100%;
  cursor: pointer
}

.banner8-text-content .right-wrapper .more-btn:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px)
}

.banner8-text-content .right-wrapper .more-btn:last-child {
  margin-right: 0
}

.footer {
  background: #f8f8f8;
  padding-bottom: 10px;
  margin-top: 40px
}

.footer a {
  color: #666
}

.footer .about-list ul {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4
}

.footer .about-list ul:after,
.footer .about-list ul:before {
  display: table;
  content: ""
}

.footer .about-list ul:after {
  clear: both
}

.footer .about-list li {
  width: 20%;
  float: left;
  display: inline
}

.footer .about-list li .about-list-title {
  padding: 0 0 10px 8px;
  float: left;
  display: inline;
  line-height: 40px;
  font-size: 18px;
  width: 100%
}

.footer .about-list li .about-list-title span {
  width: 35px;
  display: inline-block
}

.footer .about-list li .about-list-text {
  float: left;
  display: inline;
  padding-left: 50px
}

.footer .about-list li .about-list-text a {
  display: block;
  line-height: 24px
}

.footer .about-list li .about-list-text .wei .wei-guanzhu,
.footer .about-list li .about-list-text .wei .wei-text {
  float: left;
  display: inline
}

.footer .about-list li .about-list-text .wei:after,
.footer .about-list li .about-list-text .wei:before {
  display: table;
  content: ""
}

.footer .about-list li .about-list-text .wei:after {
  clear: both
}

.footer .about-list li .about-list-text .wei .wei-guanzhu img {
  width: 90px;
  height: 90px;
  border: 1px solid #e4e4e4;
  padding: 5px;
  display: inline-block
}

.footer .about-list li .about-list-text .wei .wei-text {
  padding: 10px 0 0 8px
}

.footer .about-list li .about-list-text .wei .wei-text a {
  display: block;
  margin-bottom: 16px
}

.footer .about-list li .about-list-text .wei-tip {
  font-size: 12px;
  color: #999;
  line-height: 14px
}

.footer .about-list li .about-list-text .telephone {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px
}

.footer .about-list li .about-list-text .telephone p a {
  display: inline-block;
  vertical-align: middle
}

.footer .footer-text-sm {
  padding: 20px 0
}

.footer .footer-text-sm .footer-pic {
  padding-top: 20px
}

.footer .footer-text-sm .footer-pic a,
.footer .footer-text-sm .footer-pic span {
  float: left;
  display: inline
}

.footer .footer-text-sm p {
  line-height: 24px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  font-size: 12px
}

.footer .footer-text-sm p.text img {
  display: inline-block;
  vertical-align: bottom
}

.footer .footer-text-sm p.text-c9 {
  color: #999
}

.footer .footer-text-sm p.footer-pic {
  width: 798px;
  margin-left: auto;
  margin-right: auto
}

.footer .footer-text-sm p.footer-pic:after,
.footer .footer-text-sm p.footer-pic:before {
  display: table;
  content: ""
}

.footer .footer-text-sm p.footer-pic:after {
  clear: both
}

.footer .friendlink {
  color: #999;
  font-size: 12px
}

.footer .friendlink a {
  color: #999
}

.footer .friendlink a:hover {
  color: #ff7200
}

.footer .friendlink dl {
  line-height: 24px;
  padding: 6px 0;
  border-top: 1px solid #e4e4e4
}

.footer .friendlink dl:after,
.footer .friendlink dl:before {
  display: table;
  content: ""
}

.footer .friendlink dl:after {
  clear: both
}

.footer .friendlink dl dt {
  width: 100px;
  float: left;
  display: inline
}

.footer .friendlink dl dd {
  margin-left: 100px
}

.footer-qiehuan {
  background: #f9f9f9;
  line-height: 32px;
  text-align: center;
  color: #999;
  font-size: 12px
}

.footer-qiehuan a {
  margin-right: 16px;
  display: inline-block;
  color: #666
}

.header-static {
  background: rgba(0, 0, 0, .8);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  min-width: 1180px;
  z-index: 9
}

.header-static a {
  color: #9b9ca8
}

.header,
.header-static {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  min-width: 1180px;
  z-index: 9
}

.header a,
.header-static a {
  color: #9b9ca8
}

.header .login,
.header-static .login {
  float: right
}

.header .login .nickname,
.header-static .login .nickname {
  display: block;
  padding: 20px 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5
}

.header .login .nickname img,
.header-static .login .nickname img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px
}

.header .login .nickname:hover,
.header-static .login .nickname:hover {
  background: #fafafa
}

.header .login .login-button,
.header-static .login .login-button {
  display: inline-block;
  width: 80px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  margin-top: 3px
}

.header .login .login-button .logged-in,
.header-static .login .login-button .logged-in {
  display: inline-block;
  padding: 12px 0
}

.header .login .login-button .logged-in:hover,
.header-static .login .login-button .logged-in:hover {
  color: #fff
}

.header .login .login-button .logged-in:hover i,
.header-static .login .login-button .logged-in:hover i {
  border-top: 5px solid #fff
}

.header .login .login-button .logged-in i,
.header-static .login .login-button .logged-in i {
  vertical-align: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #9b9ca8;
  margin-left: 5px;
  display: inline-block
}

.header .login .login-button:hover,
.header-static .login .login-button:hover {
  color: #fff;
  background: #4491e1;
  border-color: #4491e1
}

.header .login .login-button:hover .logged-in-list,
.header-static .login .login-button:hover .logged-in-list {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.header .login .workbench,
.header-static .login .workbench {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 12px 0
}

.header .login .workbench:hover .workbench-list,
.header-static .login .workbench:hover .workbench-list {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.header .login .workbench:hover a,
.header-static .login .workbench:hover a {
  color: #fff
}

.header .login li,
.header-static .login li {
  float: left;
  position: relative
}

.header-static::before,
.header::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  -webkit-transition: height .2s, background-color .2s;
  -o-transition: height .2s, background-color .2s;
  transition: height .2s, background-color .2s
}

.header-static:hover::before,
.header:hover::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #111;
  background: rgba(0, 0, 0, .8);
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  -o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.header .logo,
.header-static .logo {
  float: left;
  width: 240px;
  padding-top: 0;
  position: relative
}

.header .logo img,
.header-static .logo img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: -3px;
}

.header .logo a,
.header-static .logo a {
  color: #9b9ca8
}

.header .header-nav,
.header-static .header-nav {
  float: left;
  font-size: 14px
}

.header .header-nav .helplist,
.header-static .header-nav .helplist {
  background: rgba(6, 5, 9, .92);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  height: 508px;
  border-radius: 3px;
  font-size: 0;
  letter-spacing: -5px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.header .header-nav .helplist p,
.header-static .header-nav .helplist p {
  letter-spacing: 0;
  margin: 10px 0 0 0;
  font-size: 14px
}

.header .header-nav .helplist a,
.header-static .header-nav .helplist a {
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: left;
  display: block;
  color: #9b9ca8;
  width: 88px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header .header-nav .helplist a:hover,
.header-static .header-nav .helplist a:hover {
  color: #6793ee;
  opacity: 1
}

.header .header-nav .helplist a:active,
.header .header-nav .helplist a:focus,
.header-static .header-nav .helplist a:active,
.header-static .header-nav .helplist a:focus {
  color: #fff;
  opacity: 1
}

.header .header-nav li,
.header-static .header-nav li {
  float: left
}

.header .header-nav li .nav-list,
.header-static .header-nav li .nav-list {
  display: inline-block;
  padding: 12px 23px;
  position: relative
}

.header .header-nav li .nav-list:hover,
.header-static .header-nav li .nav-list:hover {
  color: #fff
}

.header .header-nav li .nav-list.on,
.header-static .header-nav li .nav-list.on {
  color: #000
}

.header .header-nav li.active a,
.header-static .header-nav li.active a {
  color: #0867ff
}

.header .header-nav li a,
.header-static .header-nav li a {
  color: #9b9ca8
}

.header .header-nav li a.active,
.header-static .header-nav li a.active {
  color: #0867ff
}

.header .header-nav li.help-con:hover a,
.header-static .header-nav li.help-con:hover a {
  color: #fff
}

.header .header-nav li.help-con:hover .helplist,
.header-static .header-nav li.help-con:hover .helplist {
  opacity: 1;
  visibility: inherit !important
}

.service-v1 {
  margin-top: 40px
}

.service-v1 .service-column {
  text-align: center
}

.service-v1 .service-column .box {
  float: left;
  display: inline-block;
  width: 298px;
  height: 265px;
  vertical-align: middle;
  background-color: #fff;
  margin: 0;
  border-left: 1px solid #eee
}

.service-v1 .service-column .box:hover {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .06);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.service-v1 .service-column .box:first-child,
.service-v1 .service-column .box:nth-child(5) {
  border-left: 0
}

.service-v1 .service-column .box:nth-child(5),
.service-v1 .service-column .box:nth-child(6),
.service-v1 .service-column .box:nth-child(7),
.service-v1 .service-column .box:nth-child(8) {
  border-top: 1px solid #eee
}

.service-v1 .service-column .box .box-link {
  color: #333
}

.service-v1 .service-column .box .box-link .func-img {
  display: block;
  margin: 50px auto 20px;
  width: 100px;
  height: 100px;
  background-image: url(../images/icons_2x.png);
  background-size: 800px 600px;
  background-position: -9999px -9999px;
  background-repeat: no-repeat
}

.service-v1 .service-column .box .box-link .func-img.func-img-1 {
  background-position: 0 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-2 {
  background-position: -100px 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-3 {
  background-position: -200px 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-4 {
  background-position: -300px 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-5 {
  background-position: -400px 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-6 {
  background-position: -500px 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-7 {
  background-position: -600px 0
}

.service-v1 .service-column .box .box-link .func-img.func-img-8 {
  background-position: -700px 0
}

.service-v1 .service-column .box .box-link strong {
  position: relative;
  display: block;
  margin: 12px auto 14px;
  font-size: 20px;
  line-height: 20px;
  color: #0e1021
}

.service-v1 .service-column .box .box-link p {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 7px;
}

.service-v2 {
  margin-top: 40px
}

.service-v2 .content {
  border: 1px solid #dedede;
  padding: 30px 36px 0 36px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.service-v2 .content img {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s
}

.service-v2 .content img:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.service-v2 .content a {
  font-size: 18px;
  color: #2db5a3;
  line-height: 68px
}

.service-v2 .content p {
  font-size: 16px;
  color: #949494;
  line-height: 28px
}

.service-v2 .content p.label {
  font-size: 20px;
  color: #333;
  line-height: 46px;
  padding-top: 6px
}

.solution-wrapper {
  margin-top: 40px
}

.solution-wrapper .wrap .content-slide {
  text-align: center;
  background-size: 100% 380px;
  height: 380px
}

.solution-wrapper .wrap .content-slide .solution-item {
  height: 100%;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.solution-wrapper .wrap .content-slide:nth-child(1) .solution-item {
  background-color: #f7ffee;
  background-image: url(../images/index_case_1.png)!important
}

.solution-wrapper .wrap .content-slide:nth-child(1) .show-details-link {
  border: 1px solid #4b0
}

.solution-wrapper .wrap .content-slide:nth-child(1) .show-details-link .show-details {
  color: #4b0
}

.solution-wrapper .wrap .content-slide:nth-child(2) .solution-item {
  background-color: #f1fffc;
  background-image: url(../images/index_case_2.png)!important

}

.solution-wrapper .wrap .content-slide:nth-child(2) .show-details-link {
  border: 1px solid #45babc
}

.solution-wrapper .wrap .content-slide:nth-child(2) .show-details-link .show-details {
  color: #45babc
}

.solution-wrapper .wrap .content-slide:nth-child(3) .solution-item {
  background-color: #fff6f6;
  background-image: url(../images/index_case_3.png)!important

}

.solution-wrapper .wrap .content-slide:nth-child(3) .show-details-link {
  border: 1px solid #ff6262
}

.solution-wrapper .wrap .content-slide:nth-child(3) .show-details-link .show-details {
  color: #ff6262
}

.solution-wrapper .wrap .content-slide:nth-child(4) .solution-item {
  background-color: #f3f9ff;
  background-image: url(../images/index_case_4.png)!important

}

.solution-wrapper .wrap .content-slide:nth-child(4) .show-details-link {
  border: 1px solid #3672bc
}

.solution-wrapper .wrap .content-slide:nth-child(4) .show-details-link .show-details {
  color: #3672bc
}

.solution-wrapper .wrap .content-slide .slide-title {
  font-size: 20px;
  color: #333;
  padding-top: 65px;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px
}

.solution-wrapper .wrap .content-slide .slide-description {
  padding: 10px 16px 27px;
  margin: 0;
  opacity: .9;
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  line-height: 22px;
}

.solution-wrapper .wrap .content-slide .slide-description p {
  display: -webkit-box;
  height: 88px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
}

.solution-wrapper .wrap .content-slide .show-details-link {
  margin: auto;
  height: 30px;
  width: 80px;
  border-radius: 2px
}

.solution-wrapper .wrap .content-slide .show-details-link .show-details {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  font-size: 14px
}

.market-wrapper {
  margin-top: 40px
}

.market-wrapper .market {
  text-align: center;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  height: 540px;
  position: relative
}

.market-wrapper .market .hot-tag {
  position: absolute;
  right: -15px;
  top: -10px;
  z-index: 3
}

.market-wrapper .market .hot-tag img {
  width: 100px;
  height: 100px
}

.market-wrapper .market:nth-child(1) .market-item {
  background: #e60212;
  color: #fff
}

.market-wrapper .market:nth-child(2) .market-item {
  background: #fff;
  color: #333
}

.market-wrapper .market:nth-child(2) .market-item .tip {
  color: #222
}

.market-wrapper .market:nth-child(3) .market-item {
  background: #0580cb;
  color: #fff
}

.market-wrapper .market-item {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  border: 1px solid #f5f5f5;
  position: relative
}

.market-wrapper .market-item h2 {
  font-size: 24px;
  margin: 20px 0
}

.market-wrapper .market-item .title {
  font-size: 18px;
  height: 45px
}

.market-wrapper .market-item .sub-title {
  font-size: 16px;
  letter-spacing: 3.5px;
  height: 50px
}

.market-wrapper .market-item img {
  margin: 18px 0 26px;
  width: 100%;
}

.market-wrapper .market-item .tip {
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #cacaca;
  padding: 5px 20px;
  display: inline-block
}

.news-container .nav-bottom {
  background-color: #fcfcfc;
  font-size: 12px;
  padding-top: 30px;
  margin-top: 20px
}

.news-container .nav-bottom>p {
  margin: 6px 0 0
}

.news-container .nav-bottom .phone {
  background-color: #f4f4f4;
  margin: 20px 0 0;
  padding: 25px 0
}

.news-container .nav-bottom .phone>p {
  margin: 0 auto;
  width: 150px;
  font-weight: 700;
  text-align: left
}

.news-container .nav-bottom .phone em {
  color: #22377f;
  font-size: 25px;
  font-style: normal;
  font-family: Arial;
  white-space: nowrap
}

.news-container .page-content {
  margin-bottom: 20px
}

.news-container .news-left {
  float: left;
  width: 220px;
  margin-top: -50px;
  padding: 26px 15px;
  margin-bottom: 6px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.news-container .news-left .page-nav li.current-cat a {
  background-color: #0867ff;
  color: #fff;
  text-decoration: none
}

.news-container .news-left .page-nav li a {
  display: block;
  height: 45px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 45px
}

.news-container .news-left .page-nav li a:hover {
  background-color: #0867ff;
  color: #fff;
  text-decoration: none
}

.news-container .news-right {
  width: 980px;
  padding-left: 20px;
  float: left
}

.news-container .news-right .breadcrumb {
  background: 0 0;
  margin-top: -40px;
  padding-left: 0;
  color: #fff
}

.news-container .news-right .breadcrumb * {
  color: #fff
}

.news-container .news-right .list-box {
  padding: 0;
  list-style: none;
  margin: 0 auto
}

.news-container .news-right .list-box li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #ccc;
  padding: 0 10px
}

.news-container .news-right .list-box li:hover a {
  color: #0867ff
}

.news-container .news-right .list-box li .date-time {
  float: right
}

.news-container .news-right .list-box li .icon-list {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin-right: 10px;
  color: #0867ff
}

.news-container .news-right .list-box li a {
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.article_container .news-title {
  font-size: 30px;
  line-height: 1.33333;
  margin: 0 0 10px;
  text-align: center;
  padding-top: 25px;
  display: block;
  clear: both
}

.article_container .news-props {
  margin-bottom: 30px;
  color: #8a8a8a;
  text-align: center;
  height: 35px;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6
}

.article_container .news-props .news-tag {
  display: inline-block;
  margin-right: 15px;
  padding: 0 10px
}

.article_container .news-props .news-pubdate {
  color: inherit
}

.article_container .news-content {
  margin-top: 20px;
  color: #3d3d3d;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: justify
}

.article_container .news-content p {
  font-size: 16px;
  line-height: 1.5
}

.article_container img {
  max-width: 100%
}

.labelList {
  margin-right: 12px
}

.class-news_wrapper {
  margin-top: 50px
}

.class-news_wrapper .class-news_item .news-title {
  padding-bottom: 20px;
  overflow: hidden
}

.class-news_wrapper .class-news_item .news-title .title .big-title {
  font-weight: 400;
  font-size: 14px
}

.class-news_wrapper .class-news_item .news-title .title .big-title a {
  font-size: 28px;
  margin-right: 8px;
  font-weight: 700;
  color: #171920;
  height: 40px;
  line-height: 40px
}

.class-news_wrapper .class-news_item .news-title .title .big-title a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 23px;
  margin-right: 10px;
  background: url(../images/title-bgr.png) no-repeat center center/cover
}

.class-news_wrapper .class-news_item .news-title .title .big-title a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 23px;
  margin-left: 10px;
  background: url(../images/title-bgl.png) no-repeat center center/cover
}

.class-news_wrapper .class-news_item .news-title .title .more {
  font-size: 16px
}

.class-news_wrapper .class-news_item .news-title .title .more a {
  vertical-align: bottom;
  line-height: 30px
}

.class-news_wrapper .class-news_item .class-news_content {
  border: 1px solid #e6e6e6;
  width: 100%;
  clear: both;
  overflow: hidden;
  background: #fff
}

.class-news_wrapper .class-news_item .class-news_content li {
  float: left;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #e6f2ff
}

.class-news_wrapper .class-news_item .class-news_content li a {
  width: 70%;
  float: left;
  color: #333;
  font-size: 16px;
  display: block;
  padding: 15px 0;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.class-news_wrapper .class-news_item .class-news_content li a:hover {
  color: #0867ff
}

.class-news_wrapper .class-news_item .class-news_content li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 6px;
  background: #333;
  vertical-align: middle
}

.class-news_wrapper .class-news_item .class-news_content li span.date {
  padding: 15px 0;
  width: 30%;
  float: right;
  text-align: right;
  color: #333
}

.related .related-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px
}

.related.class-news_wrapper {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee
}

.related.class-news_wrapper .class-news_item .class-news_content {
  margin: 0 -15px;
  border: none
}

.related.class-news_wrapper .class-news_item .class-news_content li {
  padding: 0 15px;
  width: 50%;
  border-bottom: none
}

.related.class-news_wrapper .class-news_item .class-news_content li a {
  padding: 8px 0;
  width: 85%
}

.related.class-news_wrapper .class-news_item .class-news_content li a:before {
  background: #0867ff
}

.related.class-news_wrapper .class-news_item .class-news_content li .date {
  display: none
}

.news-sub_banner {
  height: 250px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.news-sub_banner .main-wrapper {
  width: 1200px;
  margin: 0 auto
}

.news-sub_banner .main-wrapper h3 {
  color: #fff;
  line-height: 250px;
  font-size: 34px
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

img {
  display: inline-block
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0
}

a {
  color: #171920
}

a:active,
a:focus {
  outline: 0 !important
}

i {
  vertical-align: middle
}

.navbar-brand {
  padding: 5px 15px;
  margin-left: -15px
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  background: #fff
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

div:focus {
  outline: 0
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "PingFang SC", -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  color: #333
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #27f;
  text-decoration: none
}

a:focus,
a:hover {
  color: #0052d4;
  text-decoration: none
}

a:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0
}

.common-title {
  text-align: center
}

.model-title h2 {
  font-size: 34px;
  line-height: 34px
}

.model-title p {
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 30px;
  color: #999
}

.common-wrapper {
  padding-top: 60px;
  background: #fff;
  color: #333
}

.common-wrapper .title {
  text-align: center
}

.common-wrapper .model-title h2 {
  font-size: 34px;
  line-height: 34px
}

.common-wrapper .model-title p {
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 30px;
  color: #999
}

.flow-wrapper {
  margin-top: 40px
}

.flow-wrapper .website_process {
  width: 100%
}

.flow-wrapper .website_process_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flow-wrapper .website_process_ul li {
  display: inline-block;
  color: #666;
  width: 25%;
  vertical-align: top;
  margin-bottom: 80px;
  position: relative
}

.flow-wrapper .website_process_ul li::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute
}

.flow-wrapper .website_process_ul li:nth-child(1)::after,
.flow-wrapper .website_process_ul li:nth-child(2)::after,
.flow-wrapper .website_process_ul li:nth-child(3)::after {
  right: 0;
  top: 20px;
  background-image: url(../images/r-ar.png)
}

.flow-wrapper .website_process_ul li:nth-child(4)::after {
  right: 50%;
  bottom: -50px;
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  background-image: url(../images/d-ar.png)
}

.flow-wrapper .website_process_ul li:nth-child(5)::after,
.flow-wrapper .website_process_ul li:nth-child(6)::after,
.flow-wrapper .website_process_ul li:nth-child(7)::after {
  right: 0;
  top: 20px;
  background-image: url(../images/l-ar.png)
}

.flow-wrapper .website_process_ul li:nth-last-child(1),
.flow-wrapper .website_process_ul li:nth-last-child(2),
.flow-wrapper .website_process_ul li:nth-last-child(3),
.flow-wrapper .website_process_ul li:nth-last-child(4) {
  margin-bottom: 0
}

.flow-wrapper .website_process_ul li .flow_icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  border: 2px solid #f9f9fa;
  -webkit-box-shadow: 0 0 6px #eee;
  box-shadow: 0 0 6px #eee;
  border-radius: 50%
}

.flow-wrapper .website_process_ul li .flow_icon img {
  display: block;
  width: 60%;
  margin: 15px auto
}

.flow-wrapper .website_process_ul li .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px
}

.flow-wrapper .website_process_ul li .website_process_ul_title {
  color: #666;
  height: 42px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.flow-wrapper .website_process_ul li .website_process_ul_text {
  color: #999;
  font-size: 14px;
  margin-left: 4px;
  margin-top: 50px
}

.case-wrapper {
  margin-top: 40px
}

.case-wrapper .table-row {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: -1px
}

.case-wrapper .case-content {
  display: table-row
}

.case-wrapper .case-content li {
  display: table-cell;
  border: 1px solid #f3f3f3;
  height: 110px;
  width: 200px;
  text-align: center;
  vertical-align: middle
}

.more-case {
  padding: 40px 0 0 0
}

.more-case a {
  margin: auto;
  display: block;
  width: 200px;
  height: 44px;
  border: 1px solid #2b90ed;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  font-size: 14px
}

.demand-wrapper {
  background: #2c4ddf;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  margin-top: 40px
}

.demand-wrapper .title {
  font-size: 24px;
  display: block;
  margin-bottom: 50px
}

.demand-wrapper a {
  color: #fff;
  display: inline-block;
  padding: 6px 40px;
  border: 1px solid #fff;
  border-radius: 2px
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.body_right_title {
  margin-bottom: 40px;
  text-align: left
}

.right_form .bitianred {
  color: red
}

.right_form .right_form_item {
  margin-bottom: 20px;
  text-align: left
}

.right_form .checkbox label {
  margin-right: 15px
}

.right_form label {
  vertical-align: top
}

.right_form .form-control,
.right_form .form_select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e6e6e6;
  outline: 0;
  background: #fff
}

.right_form .form_textarea {
  resize: none;
  height: auto !important;
  border: 1px solid #e6e6e6
}

textarea.form-control {
  height: auto !important
}

.right_form .form_valign {
  vertical-align: middle
}

.right_form .span_mar {
  margin-right: 8%
}

.right_form .form_btn {
  width: 200px;
  height: 40px;
  background: #2591fe;
  color: #fff;
  border: none;
  outline: 0;
  border-radius: 5px;
  margin-left: 97px
}

.right_form .form-checkbox {
  height: 50px;
  line-height: 50px;
  outline: 0;
  display: inline-block
}

.form-checkbox label {
  padding-right: 35px
}

.modal-dialog .modal-header {
  font-size: 20px
}

.modal-dialog .modal-footer {
  border-top: 0;
  text-align: center
}

.modal-dialog .modal-footer button {
  display: inline-block
}

.kmd-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 20px 0
}

.kmd-pagination .pagination_total {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  font-weight: 400;
  color: #606266
}

.kmd-pagination .btn {
  padding: 4px 20px
}

.kmd-pagination .btn-prev {
  padding-right: 12px
}

.kmd-pagination .btn-next {
  padding-left: 12px
}

.kmd-pagination .btn-next,
.kmd-pagination .btn-prev {
  border: none;
  cursor: pointer;
  margin: 0;
  color: #303133
}

.kmd-pagination .pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0
}

.kmd-pagination .pager .more {
  color: #000
}

.kmd-pagination .pager .number {
  margin: 0 6px
}

.kmd-pagination .pager .number a {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 25px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  border: none;
  color: #333
}

.kmd-pagination .pager .number:hover a {
  background: #0867ff;
  color: #fff;
  border-radius: 0
}

.kmd-pagination .pager .active a {
  background: #0867ff;
  color: #fff;
  border-radius: 0
}

.kmd-pagination .pagination_jump {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
  font-weight: 400;
  color: #606266;
  white-space: nowrap
}

.kmd-pagination .pagination_jump .pagination_editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  vertical-align: middle
}

.kmd-pagination .pagination_jump .pagination_editor .btn,
.kmd-pagination .pagination_jump .pagination_editor input {
  width: 50px;
  height: 27px;
  line-height: 27px;
  margin-top: -1px;
  padding: 3px 12px
}

.kmd-pagination .pagination_jump .v3_theme {
  width: 50px;
  padding: 2px 12px;
  margin-top: -3px;
  background: #0867ff;
  color: #fff;
  border-radius: 0
}

.case-container .select-box .select {
  border: #e7e7e7 1px solid;
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%
}

.case-container .select-box .select .filter {
  padding: 5px 10px 0 10px;
  display: table-cell
}

.case-container .select-box .select .filter a {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
  color: #666;
  margin: 0 5px 5px
}

.case-container .select-box .select .filter a.active {
  background-color: #0867ff;
  color: #fff
}

.case-container .select-box .select .gost-center {
  width: 90px;
  display: table-cell;
  background-color: #f5f5f5;
  border-right: #e7e7e7 1px solid;
  text-align: center
}

.case-container .select-box .select .gost-center p {
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle
}

.case-container .select-box .select .gost-center:before {
  content: '';
  display: inline-block;
  width: 0%;
  height: 100%;
  vertical-align: middle
}

.case-container .filter-bar .filter-first {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center
}

.case-container .filter-bar .filter-first li {
  display: inline-block;
  width: 195px;
  margin: 0 -3px
}

.case-container .filter-bar .filter-first li:last-child a {
  border-right: #e7e7e7 1px solid
}

.case-container .filter-bar .filter-first li a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #656565;
  border-left: #e7e7e7 1px solid;
  border-top: #e7e7e7 1px solid;
  border-bottom: #e7e7e7 1px solid;
  position: relative
}

.case-container .filter-bar .filter-first li a.active:after,
.case-container .filter-bar .filter-first li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #0867ff;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s
}

.case-list_container {
  margin-top: 40px
}

.case-list_container li .case-item {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.case-list_container li .case-item:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 0%;
  height: 1px;
  background: #dd2223;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

.case-list_container li .case-item:hover .case_arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTEyLTA2VDEwOjIxOjA2KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMi0wNlQxNDoyNDoxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0xMi0wNlQxNDoyNDoxNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEQ2RDM3M0JGOTFGMTFFODhDNjZBN0RENjdCODdGMjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEQ2RDM3M0NGOTFGMTFFODhDNjZBN0RENjdCODdGMjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RDZEMzczOUY5MUYxMUU4OEM2NkE3REQ2N0I4N0YyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RDZEMzczQUY5MUYxMUU4OEM2NkE3REQ2N0I4N0YyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsrTZsIAAAIZSURBVHjarJZNSFRRFMefYrTTFmopMma20owgUUxQirCCDFxIGrgQWmYRLWrhTjBcRATjTkEKpCDoa1Gh+LUQNAPxA12ofSBR6UZylQv9Hfg/meS919zRA7/FzLnzP/fec885k7Z8otiLsBjcgPNQAjmwBavwDUbgBXwJE0iPEO6Hz1AAcaiGTMiHBuiW75PWxpINcA2mYAGK4Ba8g+/wF/7Aor4z33Gttc007xXL2PP5DtyGizDjJWeb0AGv4Q0cg8dBAa7DPTinO3a1WaiBcfih3OxeUUz33JiiuG+r0oj7OfEDPIQemPD2b6bRC13+FRXCJSj2Ds5sw8umbSdo0ovYcBB4Chci/BvKQVO6iuit4w579fYrI9Z8MG0LcErv3sVGoVXPsixkzbRpW4Bs+JXCPb9XoX2EkwF+08zx6+CwqjTRth2CPYOqsFaxDnkBvrQksDf/E1oCfn8U1izAvPLgalfU8OpgKcB/BuYswBDUO4rXQp8a42zImsswnKH3ai03y6EWbqpzhlV+lnpbuZ3gKwzCA4cTtOjkYWZaA6btv6L76uevYHKfbaJCJzyb2OxsmLTBS02pVK1AGm3S/GeiPYdHqtLTKYhbRY/BE2kFjkxz3lVOrCMeSULY1nQqJ+3aZORMtsZXrlm7pOFxVQPkkIjpu7jWFOnO+/83k72EnDQn/G2xOy2FXPl/q0CHldSVsOPtCDAAd+FwJxDomPoAAAAASUVORK5CYII=) no-repeat;
  right: 12px
}

.case-list_container li .case-item:hover:after {
  width: 100%
}

.case-list_container li img {
  width: 100%;
  height: 253px
}

.case-list_container li dl {
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0 15px 0;
  position: relative
}

.case-list_container li dl dt {
  font-size: 18px;
  margin-bottom: 15px;
  color: #474747;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.case-list_container li dl dd {
  color: #888;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.case-list_container li dl .case_arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTEyLTA2VDEwOjIxOjA2KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMi0wNlQxNDoyMjoxNyswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0xMi0wNlQxNDoyMjoxNyswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDc5MEJGMDZGOTFGMTFFODkzNDdEREZCODJGOENGNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDc5MEJGMDdGOTFGMTFFODkzNDdEREZCODJGOENGNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NzkwQkYwNEY5MUYxMUU4OTM0N0RERkI4MkY4Q0Y1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NzkwQkYwNUY5MUYxMUU4OTM0N0RERkI4MkY4Q0Y1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsXTQggAAAI3SURBVHjarJbPS1RRFMffPAbaBLlIJQoVyo2WBAOKbSShLFAhEByDFoHtKmnRD/8CExEJcWcQCtNMuEkFK0GdFkHQQPljp/0QoZ+LxFa1mD7fPBOi783MG+fCh8Obe+733HfePedOKJ1OO34jlUpVYC7DWaiBUvgDG/AJFiARiUQ++GmEvAKY8H04JwF4Du/gCxyAo1ANLRCFF3CPQOs5AyDejhmFYRhi0S8ny8D/IOYW3BT4P/YNgHOPOV7CcdEJMFh7CvNUG2Pt0J4AOHRiBuAMDhtOAQONY5hXcBuNxP8AlvMUtDLx2tnHQKsBMw0RfRPXfu9T3vcr7myrSuMh9Os5TMRKOw3HneINbXhN2q4dsykibwZIwxg0Z3mLTTveUdeKaDLgDpWCmOXbbzyTtgKchDcB85zEXNWxtOPpNd5KWwEOw9cCPuYM5rqqnCAnPFykWRq2B5X/7115TgeINw6NXhMK8AOOwNauHYby+Ngd1lKueEyXw3elaMW+Q9CCuogZgfNsZtXD5TQsK8ActAUUb8I8gnbEl3zcLsC8a+e1lUWHAsTohi6/yjct9bZEphepxX5kQW8xyhg9VXIVel2ZXnRXu2Kivgji9faG0nRcOzG6iW7AhLXcQsW1dkJamdvN3XEs45hBSOJYV4C4KvolPDCtnFfmv5aL888cwiWYO3ANevCP5Xvp99ulH7fGpSv0s7moMOvsKKobzyrneV36Wf621EKZTX2zAp2HJwi/99P4K8AA1STphz3NaRkAAAAASUVORK5CYII=) no-repeat;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

@-webkit-keyframes bam1 {
  0% {
    background-position: -368px bottom
  }

  50% {
    background-position: 0 bottom
  }

  100% {
    background-position: 368px bottom
  }
}

@keyframes bam1 {
  0% {
    background-position: -368px bottom
  }

  50% {
    background-position: 0 bottom
  }

  100% {
    background-position: 368px bottom
  }
}

.case-detail_wrapper {
  margin-top: -120px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .2);
  box-shadow: 0 0 24px rgba(0, 0, 0, .2);
  padding-bottom: 20px;
  position: relative
}

.case-detail_wrapper .case-artical {
  padding: 50px 60px;
  clear: both;
  overflow: hidden;
  zoom: 1
}

.case-detail_wrapper .case-detail_left {
  width: 590px;
  float: left
}

.case-detail_wrapper .case-detail_left span {
  display: block;
  font-size: 21px;
  line-height: 48px;
  font-family: "Times New Roman";
  color: #999;
  margin-bottom: 25px
}

.case-detail_wrapper .case-detail_left strong {
  display: block;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 42px;
  color: #000
}

.case-detail_wrapper .case-detail_left p {
  font-size: 14px;
  line-height: 30px;
  color: #333
}

.case-detail_wrapper .case-detail_right {
  width: 350px;
  float: right
}

.case-detail_wrapper .case-detail_right span {
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-family: "Times New Roman";
  color: #999;
  margin-bottom: 25px
}

.case-detail_wrapper .case-detail_right p {
  font-size: 14px;
  line-height: 30px;
  color: #333
}

.case-detail_wrapper .case-detail_right .website {
  display: inline-block;
  font-size: 14px;
  line-height: 44px;
  padding: 0 30px;
  margin-top: 15px;
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  background-image: url(../images/contenta.jpg);
  -webkit-animation: bam1 3s linear infinite;
  animation: bam1 3s linear infinite;
  color: #fff
}

.solution-container .list-view {
  margin-top: 40px
}

.solution-container .proposed_item {
  border: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 60px
}

.solution-container .proposed_item:hover {
  background: #ededed;
  border-color: #ededed
}

.solution-container .proposed_item .iconfont {
  color: #2391ff;
  font-size: 60px
}

.solution-container .proposed_item .proposed_item_title {
  color: #000;
  font-size: 20px;
  margin: 20px 0 15px
}

.solution-container .proposed_item_list {
  padding: 0 10px;
  text-align: center;
  height: 64px;
  overflow: hidden
}

.solution-container .proposed_item_list .item_col {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #999;
  height: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 20px;
  vertical-align: -webkit-baseline-middle
}

.solution-container .item_border {
  vertical-align: text-bottom;
  color: #e7e7e7;
  height: 20px
}

.solution-container .proposed_item_imgs {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block
}

.kmd_background {
  background: #f5f5f5;
  width: 100%;
  padding: 30px 0 60px
}

.home_kmd_background {
  padding: 40px 0
}

.about_kmd_background {
  margin-top: 60px
}

.pro_ser_banner {
  background: url(../images/proserbanner.jpg) no-repeat center center;
  height: 400px
}

.pro_ser_jeshao .jieshao_text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 60px
}

.pro_ser_content .img-responsive {
  width: 500px;
  height: 350px
}

.pro_ser_content .contene_text {
  text-align: left
}

.pro_ser_content .contene_text .contene_text_title {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.pro_ser_content .contene_text .contene_text_title a {
  color: inherit
}

.pro_ser_content .contene_text .contene_text_con {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
  line-height: 40px;
  margin: 20px 0 40px;
  height: 200px
}

.pro_ser_content .contene_text_btn .huoqu_btn,
.pro_ser_content .contene_text_btn .liaojie_btn {
  height: 40px;
  width: 200px;
  border-radius: 5px;
  color: #fff;
  line-height: 25px
}

.pro_ser_content .contene_text_btn .liaojie_btn {
  background: #2591fe;
  margin-right: 20px
}

.pro_ser_content .contene_text_btn .huoqu_btn {
  background: #ff4c4d
}

.product-wrapper {
  margin-top: 40px
}

.whywe {
  padding-top: 60px
}

.website .website_tubiao .img-responsive {
  width: 120px;
  height: 120px;
  margin: 0 auto
}

.website .website_tubiao .tubiao_title {
  font-size: 20px;
  color: #000;
  margin: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.website .website_tubiao .tubiao_text {
  font-size: 14px;
  color: #999;
  margin-bottom: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.website .whywe .whywe_con .whywe_con_child {
  width: 100%;
  padding: 50px 15px 50px 20px;
  height: 179px
}

.website .whywe .whywe_con .whywe_con_child:hover {
  -webkit-box-shadow: 0 2px 5px;
  box-shadow: 0 2px 5px
}

.website .whywe .whywe_con .whywe_con_child .whywe_con_title {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.website .whywe .whywe_con .whywe_con_child .whywe_con_text {
  color: #999;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.website .whywe .whywe_con {
  margin-top: 40px
}

.website .website_list {
  margin-bottom: 45px
}

.website .website_list .img-responsive {
  width: 100px;
  height: 100px;
  margin: 0 auto
}

.website .website_list .col-xs-2 {
  padding: 15px
}

.website .website_list .website_list_title {
  color: #000;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 15px auto;
  font-size: 16px
}

.website .website_list .website_list_text {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.flow-container,
.website .cms-wrapper {
  padding-top: 60px
}

.brand-container {
  padding-top: 60px
}

.brand-container .case-carousel {
  margin-top: 40px
}

.brand-container .case-carousel .item {
  position: relative;
  width: 100%;
  display: block
}

.brand-container .case-carousel .item:hover .mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0
}

.brand-container .case-carousel .item:hover .mask .title {
  line-height: 248px;
  height: 100%
}

.brand-container .case-carousel .item img {
  width: 100%;
  height: 248px
}

.brand-container .case-carousel .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: relative;
  margin-top: -30px
}

.brand-container .case-carousel .mask .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.brand-container .case-carousel .mask .mask-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  opacity: 0
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background: #19191e;
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background: #c61718
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  border-radius: 20px;
  background: #313136
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.owl-nav {
  width: 100%
}

.owl-nav i {
  display: block;
  width: 50px;
  height: 50px
}

.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.owl-nav .owl-prev .arrow-left {
  background: url(../images/left.png) no-repeat center center/cover
}

.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.owl-nav .owl-next .arrow-right {
  background: url(../images/right.png) no-repeat center center/cover
}

.related_page {
  margin-top: 60px
}

.related_page .related_page_title {
  font-size: 20px;
  margin-bottom: 20px
}

.related_page .related_page_ul li a {
  color: #333
}

.related_page .related_page_ul li a p {
  display: inline-block
}

.related_page .related_page_ul .related_page_ul_title {
  width: 70%
}

.related_page .related_page_ul .related_page_ul_title:hover {
  color: #2591fe
}

.related_page .related_page_ul {
  line-height: 30px
}

.related_page .related_page_ul .related_page_ul_data {
  width: 20%;
  vertical-align: top;
  text-align: right;
  color: #999
}

.product-server {
  height: 400px;
  margin-top: 40px;
  margin-bottom: 20px
}

.product-server .col-xs-3 {
  padding: 0;
  height: 400px
}

.product-server .product_col {
  width: 100%
}

.product-server .product_bgimga {
  height: 400px
}

.product-server .product_bgimgb {
  height: 200px
}

.product-server .product_bgimgc {
  height: 200px
}

.product-server .product_bgimgd {
  height: 400px
}

.product-server .product_bgimge {
  height: 200px
}

.product-server .product_bgimgf {
  height: 200px
}

.product-server .product_icon {
  width: 30px;
  border: 2px solid #81cfff;
  margin: 20px auto
}

.product-server .product_bgcol {
  background: rgba(0, 0, 0, .5);
  z-index: 1
}

.product-server .product_bga {
  height: 400px;
  padding-top: 140px
}

.product-server .product_bgb {
  height: 200px;
  padding-top: 40px
}

.product_wid {
  overflow: hidden;
  height: 400px
}

.product-server .iconfont {
  font-size: 50px;
  color: #fff
}

.product-server .product_text {
  width: 80%;
  margin: 20px auto;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 27px
}

.product-server .product_top {
  padding-top: 40px;
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 100%
}

.product-server .product_btn {
  width: 140px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  bottom: 30px;
  right: 72px;
  line-height: 25px
}

.product-server .product_btn:hover {
  color: #2591fe;
  border-color: #2591fe
}

.product-server .product_title {
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

#stemsite_tab_content {
  margin-bottom: 40px
}

.stemsite_nav {
  margin-top: 40px
}

.stemsite_nav .stemsite_nav_ul {
  height: 40px;
  line-height: 40px;
  margin-bottom: 50px
}

.stemsite_nav .stemsite_nav_ul li {
  display: inline-block;
  color: #000;
  padding: 0 15px;
  background: #ededed
}

.stemsite_nav .stemsite_nav_ul li.active,
.stemsite_nav .stemsite_nav_ul li:hover {
  background: #2591fe;
  color: #fff
}

.stemsite_features .img-responsive {
  width: 540px;
  height: 300px
}

.stemsite_features_text {
  text-align: justify;
  line-height: 35px;
  height: 300px;
  overflow: hidden
}

.wechat {
  padding-top: 60px
}

.wechat .wechat_ullist {
  margin-top: 40px
}

.wechat .wechat_xcu {
  background: url(../images/wechatxcxbj.jpg) no-repeat center center;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  padding-top: 90px
}

.wechat .wechat_xcu_img,
.wechat .wechat_xcu_item {
  display: inline-block
}

.wechat .wechat_xcu_img {
  width: 108px;
  height: 108px;
  margin-right: 30px;
  vertical-align: middle;
  margin-left: 100px
}

.wechat .wechat_xcu_item {
  width: 50%;
  vertical-align: middle
}

.wechat .wechat_xcu_item p {
  color: #fff
}

.wechat .wechat_xcu_title {
  font-size: 25px;
  margin-bottom: 20px
}

.wechat .wechat_xcu_text {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}

.wechat .wechat_title {
  font-size: 25px;
  color: #000;
  margin: 60px 0
}

.wechat .wechat_ullist li {
  float: left;
  width: 20%;
  padding: 0 25px;
  text-align: center;
  margin-bottom: 43px
}

.wechat .wechat_ullist_img {
  width: 90px;
  height: 90px;
  margin: 0 auto
}

.wechat .wechat_ullist_title {
  color: #000;
  margin: 30px 0 20px;
  font-size: 16px
}

.wechat .wechat_ullist_text {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.appsite_scope {
  margin-top: 40px;
  margin-bottom: 40px
}

.appsite_scope .img-responsive {
  width: 245px;
  height: 510px;
  margin: 0 auto 10px
}

.appsite_bg {
  margin-bottom: 0
}

.kmd_eellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.help-container {
  margin-top: 100px
}

.aside_container {
  float: left;
  height: auto;
  width: 230px;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  z-index: 9997;
  margin-bottom: 25px
}

.aside_container .faq_kinds_aside {
  border-bottom: none;
  background-color: #fff;
  padding-bottom: 30px
}

.aside_container .faq_kinds_aside .faq_kinds li {
  border-bottom: 1px solid #f5f5f5
}

.aside_container .faq_kinds_aside .faq_kinds li dl {
  display: none;
  background-color: #fafafa;
  padding: 10px 0;
  padding-bottom: 10px
}

.aside_container .faq_kinds_aside .faq_kinds li dl dd a {
  text-indent: 48px;
  position: relative;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  height: 38px;
  line-height: 38px
}

.aside_container .faq_kinds_aside .faq_kinds li i {
  font-size: 12px;
  color: #909baa;
  position: absolute;
  left: -18px;
  top: 13px
}

.aside_container .faq_kinds_aside .faq_kinds li a {
  display: block;
  height: 40px;
  color: #000;
  font-size: 15px;
  line-height: 40px;
  text-indent: 48px;
  position: relative;
  cursor: default
}

.aside_container .faq_kinds_aside .faq_kinds li a.current {
  background-color: #00ace9;
  color: #fff
}

.aside_container .faq_kinds_aside .product_logo {
  width: 100%;
  height: 100px;
  position: relative;
  border-bottom: 1px solid #f5f5f5
}

.aside_container .faq_kinds_aside .product_logo .imgBox {
  padding: 40px 15px;
}

.aside_container .faq_kinds_aside .product_logo .imgBox a {
  color: #333;
  font-size: 16px;
}

.aside_container .faq_kinds_aside .product_logo img {
  display: inline-block;
  width: 124px
}

.cont_container {
  float: right;
  margin-right: 4px;
  width: 950px
}

.cont_container .faq_cont_container {
  width: 100%;
  margin: 0 auto 25px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px
}

.cont_container .faq_cont_container .searchBox {
  padding: 30px 44px;
  border-bottom: 1px solid #f5f5f5
}

.cont_container .faq_cont_container .searchBox .kf_mod_searchBox {
  width: 620px
}

.cont_container .faq_cont_container .searchBox .kf_mod_searchBox .search_key_suggest {
  width: 572px
}

.cont_container .faq_cont_container .faq_cont_list {
  padding: 18px 45px;
  overflow: hidden
}

.cont_container .faq_cont_container .faq_cont_list .tip {
  border-left: 4px solid #00ace9;
  padding-left: 7px;
  color: #2d2d2d;
  line-height: 1;
  margin: 12px 0;
  margin-bottom: 20px
}

.cont_container .faq_cont_container .faq_cont_list .hotQuestion {
  margin-top: 10px
}

.cont_container .faq_cont_container .faq_cont_list .hotQuestion dl dd a {
  font-size: 14px
}

.cont_container .faq_cont_container .faq_cont_list .questionList {
  margin-bottom: 34px
}

.cont_container .faq_cont_container .faq_cont_list .questionList dl dd {
  margin-bottom: 5px
}

.cont_container .faq_cont_container .faq_cont_list .questionList dl dd a {
  font-size: 15px;
  line-height: 30px;
  color: #333
}

.cont_container .faq_cont_container .faq_cont_list .questionList dl dd a:hover {
  color: #00ace9
}

.cont_container .faq_cont_container .faq_cont_list .self_tools_tt {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 50px
}

.cont_container .faq_cont_container .searchBox .kf_mod_searchBox {
  width: 660px
}

.cont_container .faq_cont_container .searchBox .kf_mod_searchBox .search_key_suggest {
  width: 612px
}

.cont_container .faq_cont_container .search_result .result_area {
  padding: 55px 80px;
  border: 1px solid #ececec;
  background-color: #f9f9f9;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cont_container .faq_cont_container .search_result .result_area .imgBox {
  float: left;
  margin-top: 8px;
  height: 95px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  line-height: 95px;
  margin-right: 20px
}

.cont_container .faq_cont_container .search_result .result_area .imgBox img {
  display: inline-block
}

.cont_container .faq_cont_container .search_result .result_area .text {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.kf_mod_searchBox {
  position: relative;
  width: auto
}

.kf_mod_searchBox .searchBar {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #fff
}

.kf_mod_searchBox .searchBar input {
  border: 1px solid #dedede;
  background-color: transparent;
  height: 38px;
  line-height: 38px;
  width: 100%;
  padding-left: 2%;
  padding-right: 10%;
  font-size: 14px;
  color: #666;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  position: absolute;
  left: 0;
  top: 0
}

.kf_mod_searchBox .searchBar input:hover {
  border-color: #b2b2b2
}

.kf_mod_searchBox .searchBar input:focus {
  border-color: #00ace9
}

.kf_mod_searchBox .searchBar button {
  width: 45px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  border: none;
  cursor: pointer;
  background-color: #00ace9;
  color: #fff
}

.kf_mod_searchBox .searchBar button:before {
  font-size: 18px
}

.template-container .section-body {
  margin-top: -50px;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 16px 0 rgba(147, 154, 255, .1);
  box-shadow: 0 8px 16px 0 rgba(147, 154, 255, .1);
  border-radius: 2px
}

.template-container .section-body .tpl-media {
  width: 25%;
  float: left;
  padding: 24px 32px;
  position: relative
}

.template-container .section-body .tpl-media i {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 24px;
  left: 32px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.template-container .section-body .tpl-media .adc-desc {
  padding-left: 64px
}

.template-container .section-body .tpl-media .adc-desc h2 {
  margin-top: 5px;
  font-size: 16px;
  color: #252b3a;
  text-align: left;
  line-height: 20px;
  font-weight: 700
}

.template-container .section-body .tpl-media .adc-desc p {
  margin-top: 8px;
  font-size: 12px;
  color: #575d6c;
  text-align: left;
  line-height: 18px
}

.temp-wrapper {
  margin-bottom: 40px;
  padding-top: 60px
}

.e-subtab-inner {
  margin: 0 auto 40px auto;
  text-align: center;
  width: 1200px
}

.e-subtab-list {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  white-space: nowrap;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  border-bottom: none;
  clear: both
}

.e-subtab-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 8.333%;
  float: left
}

.e-subtab-item:last-child {
  border-right: 1px solid #dbdbdb
}

.e-subtab-item.actived {
  background-color: #00a4ff;
  border-color: transparent
}

.e-subtab-item.actived::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid dashed dashed;
  border-color: #00a4ff transparent transparent;
  margin-left: -6px
}

.e-subtab-item+.e-subtab-item {
  float: left
}

.ico-hot {
  position: absolute;
  right: -1px;
  top: -7px;
  width: 26px;
  height: 14px;
  background-image: url(../images/main-201908231315.svg);
  z-index: 10;
  background-position: 2.3800000000000003% 64.81%;
  background-size: 261.53846153846155% 485.71428571428567%;
  background-repeat: no-repeat
}

.e-subtab-item>a {
  display: block;
  position: relative;
  padding: 0 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  color: #000;
  border-bottom: none;
  height: 40px;
  line-height: 40px
}

.e-subtab-item>a:hover {
  color: #000;
  text-decoration: none
}

.e-subtab-item.actived>a {
  color: #fff;
  border-bottom-color: #00a4ff
}

.template-wrapper .template-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 40px
}

.template-wrapper .template-item .title {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #f4f4f4
}

.template-wrapper .template-item .desc {
  color: #999;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 12px;
  overflow: hidden;
  height: 80px;
  clear: both;
  border-bottom: 1px solid #f5f5f5;
}

.template-wrapper .template-item .info {
  padding: 10px 15px
}

.template-wrapper .template-item .info .view {
  width: 100%;
  overflow: hidden
}

.template-wrapper .template-item .info .view .price {
  color: #888;
  font-size: 12px;
  float: left;
  position: relative;
  top: 5px
}

.template-wrapper .template-item .info .view .right-control a {
  padding: 6px 18px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block
}

.template-wrapper .template-item .info .view .right-control a.select {
  margin-right: 10px;
  background-color: #333;
  border: 1px solid #333;
  color: #fff
}

.template-wrapper .template-item .info .view .right-control a.preview {
  border: 1px solid #e5e5e5;
  color: #494949
}

.template-wrapper .template-item .img_inner {
  display: block;
  overflow: hidden;
  height: 250px;
  position: relative
}

.template-wrapper .template-item .img_inner img {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 5.5s linear 0s;
  -o-transition: all 5.5s linear 0s;
  transition: all 5.5s linear 0s
}

.about-wrapper .date-wrapper {
  height: 100px;
  margin: 0 auto;
  color: #333;
  margin-top: 40px;
  margin-bottom: 40px
}

.about-wrapper .date-wrapper .number {
  width: 200px
}

.about-wrapper .date-wrapper .number i {
  font-style: normal;
  font-size: 35px;
  text-align: center
}

.about-wrapper .date-wrapper .number h3 {
  font-size: 35px;
  font-weight: 400;
  text-align: center
}

.about-wrapper .date-wrapper .number p {
  font-size: 15px;
  text-align: center
}

.about-wrapper .who-text {
  overflow: hidden;
  margin-top: 40px
}

.about-wrapper .who-text h3 {
  font-size: 16px;
  color: #999;
  float: left
}

.about-wrapper .who-text dl {
  width: 900px;
  height: 1px;
  background: #dfdfdf;
  float: left;
  margin-left: 5px;
  display: block;
  margin-top: 10px
}

.about-wrapper .who-text p {
  font-size: 15px;
  line-height: 30px;
  color: #999;
  margin-top: 16px;
  float: left
}

.envelopment {
  background: #f6f6f6;
  padding: 60px 0
}

.env_img {
  margin-top: 40px
}

.env_img img {
  width: 100%
}

.env_img .img1 img {
  height: 430px
}

.env_img .img2 .live-item,
.env_img .img3 .live-item {
  display: block;
  margin-bottom: 30px
}

.env_img .img2 .live-item img,
.env_img .img3 .live-item img {
  height: 200px
}

.honor-wrapper {
  padding: 60px 0 40px 0
}

.honor-wrapper .honor-list {
  margin-top: 40px
}

.honor-wrapper .honor-list li .item {
  height: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.honor-wrapper .honor-list li .h_img {
  width: 110px;
  height: 140px
}

.honor-wrapper .honor-list li .media-body,
.honor-wrapper .honor-list li .media-left {
  vertical-align: top
}

.honor-wrapper .honor-list li .h_txt {
  width: 447px;
  height: 100%
}

.honor-wrapper .honor-list li .h_txt .media-heading {
  font-size: 20px;
  padding: 10px 0 12px 0
}

.honor-wrapper .honor-list li .h_txt p {
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.rotation {
  -webkit-transform: rotate(360deg);
  animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -webkit-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

.fuwu-wrapper {
  padding: 60px 0
}

.fuwu-biaozhun {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.fuwu-biaozhun .nr {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: auto;
  background-position: top center
}

.fuwu-biaozhun .nr .txt {
  width: 1200px;
  height: 100px;
  float: left;
  margin-top: 100px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fuwu-biaozhun .nr .txt dt {
  width: 258px;
  height: 100px;
  float: left;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 48px;
  font-weight: 400
}

.fuwu-biaozhun .nr .txt dt p {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.fuwu-biaozhun .nr .txt dt h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 55px
}

.fuwu-biaozhun .nr_s1 {
  width: 21px;
  height: 22px;
  float: left;
  margin-top: 75px;
  margin-left: 285px
}

.fuwu-biaozhun .nr_s2 {
  width: 21px;
  height: 22px;
  float: left;
  margin-top: 75px;
  margin-left: 280px
}

.fuwu-biaozhun .nr_s3 {
  width: 21px;
  height: 22px;
  float: left;
  margin-top: 75px;
  margin-left: 280px
}

.aboutus-wrapper {
  padding-top: 60px
}

.aboutus-wrapper .baidu_map {
  margin-top: 30px
}

.aboutus-wrapper .aboutus {
  margin-top: 40px;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}

.aboutus-wrapper .aboutus .about-row {
  display: table-row
}

.aboutus-wrapper .aboutus .about-row .about-cell {
  display: table-cell;
  text-align: center;
  width: 400px;
  height: 316px;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px
}

.aboutus-wrapper .aboutus .about-row .about-cell img {
  width: 136px;
  height: 136px;
  margin: 35px auto 20px auto
}

.aboutus-wrapper .aboutus .about-row .about-cell p {
  font-size: 16px;
  line-height: 30px;
  color: #464447;
  text-align: center
}

.aboutus-wrapper .aboutus .about-row .about-cell p a {
  display: inline-block;
  vertical-align: middle
}

.aboutus-wrapper .aboutus .about-row .about-cell p a img {
  margin: 0
}

.ssl-bg {
  height: 400px
}

.ssl-wrapper .ssl-desc .whatdiv {
  margin-bottom: 20px
}

.ssl-wrapper .ssl-desc .whatbox {
  width: 50%;
  height: 85px;
  float: left;
  padding-left: 150px;
  padding-right: 20px;
  margin-bottom: 40px;
  background: url(../images/iswhat1.png) no-repeat
}

.ssl-wrapper .ssl-desc .whatbox:nth-of-type(2) {
  background: url(../images/iswhat2.png) no-repeat center left
}

.ssl-wrapper .ssl-desc .whatbox:nth-of-type(3) {
  background: url(../images/iswhat3.png) no-repeat center left
}

.ssl-wrapper .ssl-desc .whatbox:nth-of-type(4) {
  background: url(../images/iswhat2.png) no-repeat center left
}

.ssl-wrapper .ssl-desc .whatbox:nth-of-type(5) {
  background: url(../images/iswhat3.png) no-repeat center left
}

.ssl-wrapper .ssl-desc .whatbox:nth-of-type(6) {
  background: url(../images/iswhat4.png) no-repeat center left
}

.ssl-wrapper .ssl-desc .whatbox h5 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700
}

.ssl-wrapper .ssl-desc .whatbox p {
  line-height: 1.6;
  max-width: 400px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.ssl-wrapper .ssl-desc .iswhat {
  background: url(../images/iswhat-bg.png) no-repeat center right;
  min-height: 171px
}

.ssl-wrapper .ssl-desc .iswhat h4 {
  font-size: 26px;
  color: #333;
  margin: 40px 0 20px 0
}

.ssl-wrapper .ssl-desc .iswhat p {
  max-width: 690px;
  line-height: 2;
  margin-bottom: 0
}

.ssl-wrapper .ssl-desc .iswhat.Nobg {
  background: 0 0 !important
}

.ssl-wrapper .ssl-desc .iswhat.Nobg h4 {
  margin-bottom: 29px
}

.ssl-help_bg {
  width: 100%;
  height: 410px;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.scene-wrapper {
  padding-top: 60px
}

.scene-wrapper .scene-content {
  margin-top: 40px
}

.scene-wrapper .scene-content .scene-item {
  margin-top: 0;
  margin-bottom: 40px
}

.scene-wrapper .scene-content .scene-item .icon {
  width: 55px;
  display: block
}

.scene-wrapper .scene-content .scene-item .icon img {
  width: 100%
}

.scene-wrapper .scene-content .scene-item .media-heading {
  font-size: 18px;
  margin-bottom: 20px
}

.scene-wrapper .scene-content .scene-item .media-body {
  padding-left: 10px
}

.scene-wrapper .scene-content .scene-item p {
  font-size: 14px
}

.ssl-custom {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8
}

.ssl-custom .custom-list {
  margin-top: 40px;
  display: table;
  border-spacing: 0;
  border-collapse: collapse
}

.ssl-custom .custom-list .custom-row {
  background: #fff
}

.ssl-custom .custom-list .custom-row .custom-cell {
  display: table-row;
  background: #f8f8f8
}

.ssl-custom .custom-list .custom-row .custom-cell .custom-item {
  padding: 4px;
  display: table-cell;
  margin: 5px
}

.ssl-custom .custom-list .custom-row .custom-cell .custom-item span {
  display: block;
  height: 85px;
  background: #fff
}

.yingxiao_bg {
  height: 600px;
  background: #dd2e2c;
  color: #fff;
  padding-top: 120px
}

.yingxiao_bg .f_right .yx-title {
  font-size: 56px;
  margin-top: 60px
}

.yingxiao_bg .f_right .yx-sub {
  font-size: 32.5px;
  margin-top: 10px;
  letter-spacing: 2px
}

.seo-school {
  margin-top: 40px
}

.seo-school .title {
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 15px
}

.seo-school .list-box {
  padding: 0;
  list-style: none;
  margin: 0 auto
}

.seo-school .list-box li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #ccc;
  padding: 0 10px
}

.seo-school .list-box li:hover a {
  color: #0867ff
}

.seo-school .list-box li .icon-list {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin-right: 10px;
  color: #0867ff
}

.seo-school .list-box li a {
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.problem-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: top center;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  padding: 120px 0
}

.problem-bg .tg_nttxt {
  width: 730px;
  text-align: left
}

.problem-bg .tg_nttxt .title {
  font-size: 60px
}

.problem-bg .tg_nttxt .qywt_dl {
  padding-left: 60px;
  background: url(../images/jtimg.png) left center no-repeat;
  line-height: 48px;
  font-size: 24px;
  height: 290px;
  margin-top: 50px
}

.problem-bg .tg_nttxt .qywt_dl dt {
  line-height: 42px
}

.why-tuoguan {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 40px
}

.why-tuoguan .gwzl {
  width: 280px;
  margin-left: 38px;
  margin-top: 40px;
  line-height: 26px;
  font-size: 18px
}

.why-tuoguan .gwzl div {
  padding: 20px;
  border-radius: 10px;
  background: #44b088;
  color: #fff;
  min-height: 85px;
  height: 144px
}

.why-tuoguan .gwzl2,
.why-tuoguan .gwzr2 {
  margin-top: 70px
}

.why-tuoguan .gwzl2 div {
  background: #e93257
}

.why-tuoguan .gwzr {
  margin-right: 38px;
  float: right
}

.why-tuoguan .gwzr1 div {
  background: #f76c17
}

.why-tuoguan .gwzr2 div {
  background: #9c55c7
}

.why-tuoguan .gwzrm {
  margin-top: 440px;
  margin-right: 105px
}

.why-tuoguan .gwzrm div {
  background: #4490b0
}

.main_3 .qwtg_ul {
  margin-top: 40px
}

.main_3 .qwtg_ul li .wrapper {
  font-size: 14px;
  margin: 20px 15px 50px;
  text-align: center;
  background: #cb1a1a;
  color: #fff;
  padding: 30px 0;
  border-bottom: 10px solid #a70c0c
}

.main_3 .qwtg_ul li p {
  margin-top: 10px;
  font-size: 20px
}

.main_3 .qwtg_ul li p strong {
  font-size: 32px
}

.main_4 {
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: top center;
  color: #fff
}

.main_4 p.main_4_title {
  color: #fff
}

.main_4 .effect-pic {
  background: url(../images/ban04.png) bottom center no-repeat;
  width: 1138px;
  height: 422px;
  margin: 0 auto;
  margin-top: 90px
}

.main_5 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  position: relative;
  z-index: 98
}

.main_5 .qywz_img {
  background: url(../images/ban07.png) center no-repeat;
  width: 1140px;
  height: 500px;
  margin: auto;
  margin-top: 114px
}

.font60 {
  font-size: 60px
}

.font48 {
  font-size: 48px
}

.font30 {
  font-size: 30px
}

.font22 {
  font-size: 22px
}

.font24 {
  font-size: 24px
}

.font18 {
  font-size: 18px
}

.font56 {
  font-size: 56px
}

.font55 {
  font-size: 55px;
  font-weight: 400
}

.font68 {
  font-size: 68px;
  font-weight: 400
}

.font40 {
  font-size: 40px
}

.font43 {
  font-size: 43px
}

.mart50 {
  margin-top: 50px
}

.mart80 {
  margin-top: 80px
}

.mart30 {
  margin-top: 30px
}

.mart100 {
  margin-top: 100px
}

.main_6 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 100px
}

.main_6 .jktxt {
  width: 480px;
  text-align: left;
  margin-top: 160px;
  float: left
}

.main_6 .tg_banr {
  background: url(../images/tg_banr.jpg) right center no-repeat/cover;
  width: 680px;
  height: 390px;
  margin-top: 100px
}

.red {
  color: red
}

.service-v1 .service-column .box .box-link .func-img img {
  width: 100%;
}

.solution-container.common-wrapper .title {
  margin-bottom: 50px;
}

.case-detail_wrapper .case-detail_left img {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1400px) {

  .header .header-nav li .nav-list,
  .header-static .header-nav li .nav-list {
    padding: 12px;
  }
}

.footer .about-list li .about-list-text .telephone p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  word-break: break-all
}

.footer .about-list li .about-list-text .telephone p a {
  font-size: 14px;
}
.f_left {
    float: left;
    padding: 0;
    margin: 0;
}
.f_right {
    float: right;
    padding: 0;
    margin: 0;
}
