@charset "UTF-8";

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: "Noto Sans SC";
  font-weight: 500;
  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
}

.box_skitter {
  width: 100% !important;
  max-width: 100% !important;
  height: 500px;
  overflow: hidden
}

.box_skitter {
  height: 680px !important
}

.box_skitter li a {
  display: block
}

.container_skitter {
  height: 680px !important
}

.container_skitter .image {
  width: 100%;
  height: 680px
}

.container_skitter .image a {
  display: block
}

.info_slide {
  display: none !important
}
.p-index__service .p-index__service--item .p-index__service--item-thumbnail-num img{

    width: auto!important;
    height: 65px;
}
.common-title-v2 {
  color: #333;
  font-size: 36px;
  padding: 60px 0;
  text-align: center;
  line-height: 1
}

.common-title-v2 .line {
  display: inline-block;
  width: 80px;
  height: 6px;
  background-color: #205bb0
}

.common-title-v2 .title-desc {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 40px;
  line-height: 35px
}

.introduce-wrapper .descption {
  font-size: 14px;
  line-height: 1.5
}

.introduce-wrapper .intro-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.introduce-wrapper .intro-column .circle-video {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 60px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.introduce-wrapper .intro-column .item {
  -ms-flex-preferred-size: 570px;
  flex-basis: 570px;
  width: 570px;
  height: 290px;
  margin-bottom: 60px;
  position: relative
}

.introduce-wrapper .intro-column .item:nth-child(2n) .hidden-text {
  margin-left: 19%;
}

.introduce-wrapper .intro-column .item .hidden-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 83%;
  height: 80%;
  font-size: 16px;
  padding: 30px;
  color: #fff;
  text-align: justify;
}

.introduce-wrapper .intro-column .item:hover .text {
  display: none;
}

.introduce-wrapper .intro-column .item:hover .hidden-text {
  display: block;
}

.introduce-wrapper .intro-column .item.left-intro .text {
  left: 20%
}

.introduce-wrapper .intro-column .item.right-intro .text {
  right: 20%
}

.introduce-wrapper .intro-column .item .bg {
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%
}

.introduce-wrapper .intro-column .item .bg .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff
}

.sub-banner {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.icon-wrapper-v2 {
  background: #f5f5f5;
  width: 100%;
  padding: 30px 0 15px
}

.icon-wrapper-v2 .about_qywh {
  width: 19%;
  display: inline-block;
  text-align: center;
  vertical-align: top
}

.icon-wrapper-v2 .about_qywh img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto
}

.icon-wrapper-v2 .about_qywh .about_qywh_title {
  font-size: 18px;
  margin: 15px 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.icon-wrapper-v2 .about_qywh .about_qywh_text {
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #999
}

.m-culture {
  margin-top: 40px;
  border-top: 1px solid #e8edf2
}

.m-culture li {
  height: 185px;
  margin-bottom: 30px
}

.m-culture li.odd img {
  float: left
}

.m-culture li.odd dl {
  float: right
}

.m-culture li.even img {
  float: right
}

.m-culture li.even dl {
  float: left
}

.m-culture li dt {
  line-height: 28px;
  font-size: 20px;
  color: #2a3457;
  position: relative
}

.m-culture li dt .zimu {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  color: rgba(230, 33, 41, .4);
  font-family: Arial;
  z-index: 8
}

.m-culture li dt .yinwen {
  position: relative;
  z-index: 9
}

.m-culture li dt .yinwen span {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 0 0 25px;
  color: #f12639
}

.m-culture li dt .yinwen span i {
  font-size: 18px
}

.m-culture li dd {
  width: 604px;
  margin-top: 37px;
  line-height: 21px;
  font-size: 16px;
  color: #333
}

.m-culture li dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 840px;
  height: 100%;
  padding: 40px 0 0 40px;
  background-color: #f7f9fa
}

.m-culture li img {
  display: block;
  width: 360px;
  height: 100%
}

.development-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.development-wrapper .dev-item {
  -ms-flex-preferred-size: 33.2%;
  flex-basis: 33.2%;
  height: 344px;
  color: #fff;
  padding: 25px;
  position: relative;
  margin-bottom: .2%
}

.development-wrapper .dev-item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.development-wrapper .dev-item .dev-text {
  font-size: 18px;
  color: #9d0000;
  text-shadow: 6px 6px 5px rgba(142, 0, 0, .25)
}

.development-wrapper .dev-item .year-grid {
  width: 100%;
  height: 100%;
  font-size: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.development-wrapper .dev-item .year-grid .year {
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 10px solid #fff
}

.development-wrapper .dev-item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  line-height: 1.5;
  color: #fff;
  padding: 25px
}

.development-wrapper .dev-item .mask .title {
  font-size: 24px;
  margin-bottom: 15px
}

.development-wrapper .dev-item .mask .desc {
  font-size: 16px;
  line-height: 1.5
}

.development-wrapper .dev-item:hover .mask {
  visibility: visible
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.news-wrapper .news-item {
  -ms-flex-preferred-size: 590px;
  flex-basis: 590px
}

.news-wrapper .news-item a {
  display: block
}

.news-wrapper .news-item a img {
  width: 100%;
  height: 394px
}

.news-wrapper .news-item .caption {
  height: 80px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.news-wrapper .news-item .caption a {
  display: block;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.hornor-wrapper .nav-tabs {
  display: block;
  border-bottom: none;
  text-align: center;
  padding: 0 0 30px 0
}

.hornor-wrapper .nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 20px
}

.hornor-wrapper .nav-tabs li a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 6px
}

.hornor-wrapper .nav-tabs li.active a,
.hornor-wrapper .nav-tabs li:active a,
.hornor-wrapper .nav-tabs li:hover a {
  border: none;
  border-bottom: 3px solid #ff3370
}

.hornor-wrapper .nav-tabs li.active a.active,
.hornor-wrapper .nav-tabs li.active a:active,
.hornor-wrapper .nav-tabs li.active a:hover,
.hornor-wrapper .nav-tabs li:active a.active,
.hornor-wrapper .nav-tabs li:active a:active,
.hornor-wrapper .nav-tabs li:active a:hover,
.hornor-wrapper .nav-tabs li:hover a.active,
.hornor-wrapper .nav-tabs li:hover a:active,
.hornor-wrapper .nav-tabs li:hover a:hover {
  background-color: transparent
}

.certify {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

.certify .swiper-container {
  padding-bottom: 60px
}

.certify .swiper-slide {
  width: 360px;
  height: auto;
  background: #fff;
  display: flex;
  align-items: center;
}

.certify .swiper-slide img {
  display: block;
  width: 100%;
}

.certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0
}

.certify .swiper-pagination {
  width: 100%;
  bottom: 20px
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff
}

.certify .swiper-button-prev {
  left: 90px;
  width: 45px;
  height: 45px;
  background: url(/public/images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%
}

.certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

.certify .swiper-button-next {
  right: 90px;
  width: 45px;
  height: 45px;
  background: url(/public/images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%
}

.certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}

.leader-banner {
  background-color: #f5f5f5;
  color: #333;
  padding: 20px 0
}

.leader-banner .left-text {
  width: 800px;
  padding-top: 50px;
  padding-right: 30px;
  float: left;
  line-height: 1.5;
  font-size: 16px
}

.leader-banner .right-pic {
  width: 220px;
  height: auto;
  float: right
}

.full-row {
  width: 100%;
  -webkit-transition: .2s width ease;
  -o-transition: .2s width ease;
  transition: .2s width ease
}

.full-row .span-3 {
  width: 25%;
  float: left;
  text-align: center
}

.full-row .span-3 .num_title {
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 400
}

.full-row .span-3 .number {
  font-size: 90px;
  color: #dd081e;
  font-weight: bolder;
  line-height: 90px;
  display: block;
  margin-bottom: 10px;
  font-family: Impact;
  text-transform: uppercase
}

.full-row .span-3 .num_title {
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 400
}

.zeren-column {
  margin-top: 40px
}

.zeren-column .column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.zeren-column .column-flex .item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  height: 367px;
  background-color: #f5f5f5
}

.zeren-column .column-flex .item img {
  width: 100%;
  height: 367px
}

.zeren-column .column-flex .item.text-item {
  padding: 30px
}

.zeren-column .column-flex .item .title {
  font-size: 36px;
  color: #b3b3b3;
  margin-bottom: 12px
}

.zeren-column .column-flex .item p {
  color: #333;
  line-height: 1.5
}

.news-list-v3 .thumbnail img {
  width: 100%;
  height: 215px
}

.news-list-v3 .thumbnail .caption {
  padding: 15px
}

.news-list-v3 .thumbnail .caption a {
  display: block;
  color: #333;
  font-size: 16px
}

.news-list-v3 .thumbnail .caption .title {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  overflow: hidden
}

.news-wrapper .common-thumbnail {
  border: none;
}

.news-list-v3 .thumbnail .caption .bottom-nav {
  padding: 10px 0 0;
  overflow: hidden;
  margin-top: 10px;
}

.news-list-v3 .thumbnail .caption .desc {
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #999
}

.news-list-v3 .thumbnail .caption .line {
  border-bottom: 1px solid #eee;
  height: 10px;
  margin: 0 -15px;
}

.more-link {
  display: block;
  padding: 20px 0;
  text-align: center
}

.more-link a.btn-more {
  border-radius: 40px;
  padding: 10px 20px;
  max-width: 200px
}

.contact-way {
  height: auto;
  overflow: hidden;

}

.contact-way li {
  height: auto;
  overflow: hidden;
  width: 25%;
  float: left;
  text-align: center;
  position: relative
}

.contact-way li:nth-child(-n+3) {
  border-right: 1px solid #e7e7e7;
}


.contact-way li .img-box {
  height: 60px;
  overflow: hidden
}

.contact-way li .img-box img {
  display: block;
  margin: 0 auto;
  vertical-align: middle
}

.contact-way li p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin-bottom: 6px
}

.contact-way li h3 {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  min-height: 30px;
  line-height: 30px;
}

.form-post-wrapper {
  text-align: left
}

.form-post-wrapper .form-item {
  background: #f0f0f0;
  padding: 0 20px;
  margin-bottom: 20px
}

.form-post-wrapper .form-item span {
  font-size: 18px;
  line-height: 50px
}

.form-post-wrapper .field-bespeak-content .form-item span {
  vertical-align: top;
}

.form-post-wrapper .form-item input {
  line-height: 38px;
  background: 0 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  -webkit-tap-highlight-color: transparent
}

.form-post-wrapper .form-item textarea {
  line-height: 38px;
  background: 0 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  margin-top: 5px;
}


.form-post-wrapper .form-item input.textarea {
  height: 120px
}

.btn-post-center {
  padding: 20px
}

.btn-post-center .btn-post-form {
  padding: 10px 20px;
  min-width: 200px;
  margin-top: 20px
}

.map-wrapper {
  margin-top: 40px;
  position: relative;
}

.map-wrapper .mapcard {
  padding: 50px 30px;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  position: absolute;
  right: 50px;
  top: 18%;
  background-color: #fff;
}

.map-wrapper h3 {
  font-size: 24px;
  color: #000;
  padding: 15px 0;
}

.map-wrapper .fontbg {
  font-size: 70px;
  text-transform: uppercase;
  color: #eee;
  margin-bottom: 15px;
}

.news-list-tabs {
  overflow: hidden
}

.news-list-tabs .nav-tabs {
  margin: 40px 0;
  display: block;
  border-bottom: none;
  text-align: center
}

.news-list-tabs .nav-tabs li a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  min-width: 120px
}

.news-list-tabs .nav-tabs li.active a,
.news-list-tabs .nav-tabs li:active a,
.news-list-tabs .nav-tabs li:hover a {
  border: none;
  background-color: #0061ad;
  color: #fff
}

.re_2 ul li {
  border-bottom: 1px #ddd solid;
  height: 11em;
  position: relative;
  float: left;
  width: 25%;
  text-align: center
}

.re_2 ul li:hover {
  -webkit-box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1);
  -o-box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1)
}

.re_2 ul li:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  width: 1px;
  bottom: 0;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.re_2 ul li:nth-child(4n):before {
  display: none
}

.re_2_mid {
  padding: 0 1em
}

.re_2_mid_1 {
  font-family: Impact;
  font-size: 3.75em;
  height: 1.45em;
  color: #18abbc
}

.re_2_mid_2 {
  font-size: 1.25em
}

.re_3_1 {
  text-align: center;
  margin-bottom: 5em
}

.re_3_2_1 {
  font-size: 1.875em;
  color: #464646;
  font-weight: 700
}

.re_3_2_2 {
  color: #464646;
  line-height: 1.6;
  margin-top: .5em
}

.re_3_2 ul li {
  margin-bottom: 3em
}

.re_3_2 {
  padding-bottom: 2em
}

.re_pat ul li {
  margin-right: 2.71604938271605%;
  float: left;
  width: 22.96296296296296%;
  margin-bottom: 2em
}

.re_pat ul li:nth-child(4n) {
  margin-right: 0
}

.re_pat_mid {
  padding: 7px;
  overflow: hidden;
  background-color: #dae0e7
}

.re_pat_mid_pic {
  width: 100%;
  overflow: hidden
}

.re_pat_mid_pic img {
  width: 100%
}

.re_pat ul li:hover .re_pat_mid {
  -webkit-box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1);
  -o-box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 .9375em 1.875em rgba(0, 0, 0, .1)
}

.re_pat_footer {
  text-align: center;
  font-size: 1.125em;
  margin-top: 1.5em;
  margin-bottom: 1.5em
}

.re_pat {
  margin-top: 6em;
  margin-bottom: 2em
}

.re_1_left_w {
  width: 45%
}

.re_1_right_w {
  width: 50%
}

.re_1_right_w .re_1_right_3 {
  -webkit-line-clamp: 8
}

.re_man_1 ul li {
  min-height: 24.6875em;
  float: left;
  width: 33.33333%;
  position: relative
}

.re_man_1 {
  border: 1px #ddd solid
}

.re_1 ul li {
  padding: 3.75em 0;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  clear: both;
  position: relative
}

.re_1 ul li {
  background-color: #fafafa
}

.re_1_left {
  float: left;
  width: 38.74074074074074%
}

.re_1_right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 58.51851851851852%
}

.re_1_mid {
  position: relative
}

.re_1_left_mid {
  position: relative;
  overflow: hidden;
  padding: 0 .875em .875em 0
}

.re_1_left_mid img {
  position: relative;
  z-index: 10
}

.re_1_left_mid_bg {
  z-index: 0;
  padding-left: 1em;
  position: absolute;
  right: 0;
  bottom: 0
}

.re_1_left_mid_bg img {
  width: 100%
}

.re_1_left_mid_img_1 img {
  width: 100%
}

.re_1_left_mid_img_1 {
  width: 100%;
  overflow: hidden
}

.re_1_right_3 {
  font-size: 16px;
  color: #000;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  height: 106px;
}

.re_1_right_4 a {
  display: inline-flex;
  padding: 8px 15px;
  color: #333;
  border: 1px solid #333;
  align-self: flex-end;
  margin-top: 40px;
}



.re_1_right_1 {
  font-size: 1.875em;
  color: #454545
}

.re_1_right_1 a {
  color: #454545;
}

.re_1_right_1 a:hover {
  color: #454545;
}

.re_1_right_2 {
  font-family: SourceHanSansCN;
  margin-top: .4em;
  color: #9e9e9e;
  font-size: 1.125em;
  margin-bottom: 1.6em
}

.re_1 ul li:nth-child(2n) .re_1_left {
  float: right
}

.re_1 ul li:nth-child(2n) .re_1_right {
  padding-left: 30px;
  right: auto;
  left: 0
}

.re_1 {
  margin-top: 1.5em
}

.small-text {
  font-size: 28px;
  margin-top: 12px
}


.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-container,
.header-static {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 60px 0 60px; //修改处
-webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  min-width: 1180px;
  z-index: 999
}

.header-container a,
.header-static a {
  color: #9b9ca8
}

.header-container .login,
.header-static .login {
  float: right
}

.header-container .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-container .login .nickname img,
.header-static .login .nickname img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px
}

.header-container .login .nickname:hover,
.header-static .login .nickname:hover {
  background: #fafafa
}

.header-container .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-container .login .login-button .logged-in,
.header-static .login .login-button .logged-in {
  display: inline-block;
  padding: 12px 0
}

.header-container .login .login-button .logged-in:hover,
.header-static .login .login-button .logged-in:hover {
  color: #fff
}

.header-container .login .login-button .logged-in:hover i,
.header-static .login .login-button .logged-in:hover i {
  border-top: 5px solid #fff
}

.header-container .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-container .login .login-button:hover,
.header-static .login .login-button:hover {
  color: #fff;
  background: #4491e1;
  border-color: #4491e1
}

.header-container .login .login-button:hover .logged-in-list,
.header-static .login .login-button:hover .logged-in-list {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.header-container .login .workbench,
.header-static .login .workbench {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 12px 0
}

.header-container .login .workbench:hover .workbench-list,
.header-static .login .workbench:hover .workbench-list {
  opacity: 1;
  visibility: visible;
  z-index: 100
}

.header-container .login .workbench:hover a,
.header-static .login .workbench:hover a {
  color: #fff
}

.header-container .login li,
.header-static .login li {
  float: left;
  position: relative
}

.header-container::before,
.header-static::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-container .logo,
.header-static .logo {
  float: left;
  width: 240px;
  padding-top: 8px;
  position: relative
}

.header-container .logo img,
.header-static .logo img {
  display: inline-block;
  vertical-align: middle;
  width: 100%
}

.header-container .logo a,
.header-static .logo a {
  color: #9b9ca8
}

.header-container .header-nav,
.header-static .header-nav {
  float: left;
  font-size: 14px
}

.header-container .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-container .header-nav .helplist p,
.header-static .header-nav .helplist p {
  letter-spacing: 0;
  margin: 10px 0 0 0;
  font-size: 14px
}

.header-container .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-container .header-nav .helplist a:hover,
.header-static .header-nav .helplist a:hover {
  color: #6793ee;
  opacity: 1
}

.header-container .header-nav .helplist a:active,
.header-container .header-nav .helplist a:focus,
.header-static .header-nav .helplist a:active,
.header-static .header-nav .helplist a:focus {
  color: #fff;
  opacity: 1
}

.header-container .header-nav li,
.header-static .header-nav li {
  float: left
}

.header-container .header-nav li .nav-list,
.header-static .header-nav li .nav-list {
  display: inline-block;
  padding: 12px 23px;
  position: relative
}

.header-container .header-nav li .nav-list:hover,
.header-static .header-nav li .nav-list:hover {
  color: #fff
}
.header-container.isStuck .navbar-brand{
    margin-top: 0;
}
.header-container .header-nav li .nav-list.on,
.header-static .header-nav li .nav-list.on {
  color: #000
}

.header-container .header-nav li.active a,
.header-static .header-nav li.active a {
  color: #0867ff
}

.header-container .header-nav li a,
.header-static .header-nav li a {
  color: #9b9ca8
}

.header-container .header-nav li a.active,
.header-static .header-nav li a.active {
  color: #0867ff
}

.header-container .header-nav li.help-con:hover a,
.header-static .header-nav li.help-con:hover a {
  color: #fff
}

.header-container .header-nav li.help-con:hover .helplist,
.header-static .header-nav li.help-con:hover .helplist {
  opacity: 1;
  visibility: inherit !important
}

.top-header {
  width: 100%;
  height: 50px;
  padding: 31px 0 5px 0;
}

.top-header .top-header-logo {
  width: 309px;
  height: 45px
}
.top-header .top-small-logo-wrapper{
    width: 180px;
    overflow: hidden;
    float: left;
    vertical-align: middle;
}
.top-header .top-left-logo span{
    float: left;
    display: inline-block;
    height: 51px;
    line-height: 51px;
    font-size: 17px;
}

.top-header .search-input {
  width: 130px;
  float: left
}

.top-header .search-input .form-control {
  border: none
}

.top-header .search-input .input-group-btn .btn {
  border: none
}

.dropdown-language {
  padding: 6px 0;
  color: #333;
  margin-left: 49px;
}

.dropdown-language a {
  color: #333
}

.navbar-ex1-collapse .nav li a {
  color: #333
}

.header-container .navbar-brand {
  padding-top: 0;
  margin-top: -23px;
  position: relative;
  z-index: 3;
}

.header-container-substyle {
  height: auto
}

.header-container-substyle .header-wrapper {
  width: 180px;
  margin: 0 auto
}

.header-container-substyle .menu-container .navbar-nav {
  float: none;
  text-align: center
}

.header-container-substyle .menu-container .navbar-nav li {
  display: inline-block
}
.header-container.isStuck .navbar-brand img{
    width: 109px!important;
    
    margin-top: 4px;
}
.menu-container .navbar-nav>li a {
  font-size: 18px;
  /*font-weight: bold;*/
}

.menu-container .navbar-nav>li:hover .wbe_nav {
  z-index: 999;
  top: 124px
}

@media (min-width: 768px) {
  .menu-container .navbar-nav>li a {
    padding: 20px 11px 34px 11px;
  }
  
  .menu-container .navbar-nav>li a:hover {
    background: transparent;
  }

  .header-container-substyle .menu-container .navbar-nav>li {
    float: none;
    position: relative;
  }
  .header-container-substyle .menu-container .navbar-nav>li.page-scroll::after{
      content: '';
      width: 80%;
      height: 2px;
      transform: translateX(-50%);
      background: rgb(0,140,215);
      opacity: 0;
      visibility: hidden;
      position: absolute;
      bottom: -6px;
      left: 50%;
  }
  
  .header-container-substyle .menu-container .navbar-nav>li a:hover{
      background: none;
  }
  .header-container-substyle .menu-container .navbar-nav>li:hover::after,
  .header-container-substyle .menu-container .navbar-nav>li.hover::after{
      opacity: 1;
      visibility: visible;
  }

  .header-container-substyle .menu-container .navbar-nav>li a {
    padding: 20px 40px
  }
}

.wbe_nav {
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
  width: 100%;
  text-align: center;
  font-size: 0;
  border-top: solid 1px #e5e5e5;
  background-color: rgba(250, 250, 250, .9)
}

.wbe_nav>ul>li {
  border-right: solid 1px #f2f2f2;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 16.6%;
  line-height: 25px;
  margin: 5px 0;
  padding: 0 10px
}

.wbe_nav>ul>li a {
  padding: 0;
  font-size: 14px !important
}

.wbe_nav>ul>li img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.wbe_nav>ul>li {
  text-align: left
}

.w1440 {
  max-width: 1200px;
  margin: 0 auto
}

.sub_two>a {
  font-size: 18px;
  color: #333;
  display: block
}

.dot {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}

.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: 215px;
  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: 60px;
  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
}

.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%
}

.solution-wrapper .wrap .content-slide:nth-child(1) .solution-item {
  background-color: #f7ffee;
  background-image: url(../images/index_case_1.png)
}

.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)
}

.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)
}

.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)
}

.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 .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
}

.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;
  border-bottom: 1px solid #eee;
  height: 30px;
}

.related.class-news_wrapper {
  margin-top: 25px;
  padding-top: 25px;

}

.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: "Noto Sans SC";
    font-weight: 500;
  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: 80%;
  margin: 10px 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
}

.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: -70px;
  -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: -70px;
  -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 0
}

.aside_container .faq_kinds_aside .product_logo img {
  display: block;
  width: 100%
}

.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: 42px;
  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
}

.common-title {
  padding: 20px 0;
  margin-top: 122px;
  margin-bottom: 100px;
  text-align: left
}

.common-title .title {
  font-size: 42px;
  color: #000
}

.common-title .title .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 35px;
}

.news-wrapper .class-single_page {
  margin-left: -35px;
  margin-right: -35px
}

.news-wrapper .class-single_page .col-lg-4{
  padding-left: 35px;
  padding-right: 35px;
}

.news-wrapper .class-single_page .thumbnail img {
  width: 100%;
  height: 200px
}

.news-wrapper .class-single_page .thumbnail .caption {
  padding: 0
}

.news-wrapper .class-single_page .thumbnail .caption h3 {
  padding: 17px 0 20px 0;
  font-size: 18px;
  color: #1a1a1a
}

.news-wrapper .class-single_page .thumbnail .caption h3 a {
  font-size: inherit;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-wrapper .class-single_page .thumbnail .caption p {
  color: #666;
  font-size: 14px;
  height: 65px;
  overflow: hidden
}

.common-thumbnail {
  border: 1px solid #eee;
  padding: 0;
  line-height: 1.5
}

.scroll-wrapper ul li {
  padding: 33px 0;
  position: relative;
  border-bottom: 1px solid #999;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out, -o-transform .5s ease-out;
}

.scroll-wrapper ul li:hover {
  -webkit-transform: translateX(.5em);
  -o-transform: translateX(.5em);
  transform: translateX(.5em);
}
.navbar-ex1-collapse .nav li a.menu-f::before{
	content: '';
	
}
.scroll-wrapper ul li .arrow,
.arrow.basic {
  width: 40px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}

.scroll-wrapper ul li .arrow.basic {
  top: 0;
  bottom: 0;
}

.scroll-wrapper ul li .arrow {
  width: 100px;
  bottom: 16%;
  right: -50px;
}

.scroll-wrapper ul li .arrow:before,
.scroll-wrapper ul li .arrow:after,
.arrow.basic:before,
.arrow.basic:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  transform: translateX(0);
}
.scroll-wrapper ul li:hover{
  opacity: 1;
  font-weight: 600;
}
.scroll-wrapper ul li:hover .arrow:before,
a:hover .arrow.basic:before {
  transform: translateX(100%);
}

.scroll-wrapper ul li:hover .arrow:after,
.scroll-wrapper ul li:hover .arrow:after,
a:hover .arrow.basic:after {
  transition-delay: 0.5s;
  width: 100%;
}

.scroll-wrapper ul li .tag {
  display: inline-block;
  padding: 1px 4px 2px 4px;
  margin: 0 15px 0 10px;
  background-color: #999;
  color: #fff;
  font-size: 17px;
  margin-left: 69px
}

.scroll-wrapper ul li .main-text {
  max-width: 80%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}

.scroll-wrapper ul li a {
  color: #4d4d4d
}
.scroll-wrapper ul li .arrow:after, .arrow.basic:after {
    width: 0;
}
.scroll-wrapper {
  width: 100%;
  height: 383px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 100px;
}

.product-result-wrapper {
  width: 100%;
  padding: 30px 0
}

.product-result-wrapper .nav-width-arrow {
  text-align: left;
  margin-top: 127px;
}

.product-result-wrapper .nav-width-arrow .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.product-result-wrapper .nav-width-arrow .nav-tabs li {
  float: none;
  display: inline-block;
  margin-right: 110px;
}

.product-result-wrapper .nav-width-arrow .nav-tabs li a {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #333;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 42px;
  padding-bottom: 15px;
}
.product-result-wrapper .nav-width-arrow .nav-tabs li a small{
  text-transform: uppercase;
  font-size: 22px;
  margin-left: 35px;
  font-weight: normal;
  letter-spacing: 2px;
}
.product-result-wrapper .nav-width-arrow .nav-tabs li.active a {
  background-color: transparent;
  border-bottom: 2px solid #1861AE;
}

.product-result-wrapper {
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 82px
}

.product-result-wrapper .tab-content {
  /*height: 480px;*/
  margin-top: 92px;
  margin-bottom: 172px;
}

.product-result-wrapper .grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.product-result-wrapper .grid-wrapper .mask {
  width: 100%;
  height: 100%;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4)
}

.product-result-wrapper .grid-wrapper .text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.product-result-wrapper .grid-wrapper.grid-style2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-bottom {
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-bottom .grid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  padding: 0 5px
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-bottom .grid-item .pic {
  width: 100%;
  height: 220px;
  position: relative
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-bottom .grid-item .pic img {
  width: 100%;
  height: 220px
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-bottom .grid-item .pic .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, .4);
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-bottom .grid-item .pic .caption a {
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-top {
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-top .grid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding: 0 5px
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-top .grid-item .pic {
  width: 100%;
  height: 220px;
  position: relative
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-top .grid-item .pic img {
  width: 100%;
  height: 220px
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-top .grid-item .pic .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, .4);
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

.product-result-wrapper .grid-wrapper.grid-style2 .grid-top .grid-item .pic .caption a {
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center
}

.product-result-wrapper .grid-wrapper.grid-style1 {
  margin: 0 -5px
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-left .left-top {
  width: 100%;
  height: 305px;
  position: relative
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-left .left-bottom {
  height: 150px;
  position: relative;
  margin-top: 10px
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  padding: 5px
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-right .grid-chid-top,
.product-result-wrapper .grid-wrapper.grid-style1 .grid-right .grid-child-middle {
  width: 100%;
  height: 147.5px;
  position: relative
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-right .grid-child-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 0
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-right .grid-child-middle .grid-middle-item {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  height: 100%;
  position: relative
}

.product-result-wrapper .grid-wrapper.grid-style1 .grid-right .grid-child-bottom {
  height: 150px;
  position: relative;
  margin-top: 10px
}

.calture-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px
}

.calture-bg .center-title {
  color: #fff
}

.calture-bg .center-title h2 {
  font-size: 30px
}

.calture-bg .culture-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.calture-bg .culture-wrapper .culture-item {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  padding: 10px;
  border: 1px solid #fff;
  background-color: rgba(229, 229, 229, .1);
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  margin-top: 50px
}

.calture-bg .culture-wrapper .culture-item .title {
  font-size: 16px
}

.calture-bg .culture-wrapper .culture-item .slogn {
  padding-top: 10px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.technological .content-block {
  padding: 25px 0;
  text-align: left;
  margin-bottom: 141px;
}

.technological .content-block .index-block-title {
  font-size: 42px;
  text-transform: uppercase;
}
.technological{
    padding-top: 240px;
    padding-bottom: 185px;
}
.technological .content-block .index-block-title .small-title {
  font-size: 14px;
  font-weight: 400
}

.youshi-wrapper .item .common-thumbnail {
  position: relative
}

.youshi-wrapper .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  padding: 10px;
  text-align: center
}

.youshi-wrapper .item .caption a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.youshi-wrapper .item{
    height: 600px;
}
.youshi-wrapper .item img {
  height: 600px;
  width: 100%
}

.owl-next,
.owl-prev {
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}

.owl-next i,
.owl-prev i {
  line-height: 50px
}

.nav-footer {
  width: 100%;
  margin-top: 40px;
  background: #f5f5f5;
  color: #999;
  clear: both;
  padding: 50px 0;
  padding-bottom: 40px
}

.nav-footer .column {
  float: left;
  margin-right: 48px
}

.nav-footer .column .column-label {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.right-column .column-label {
  margin-bottom: 30px
}

.nav-footer .column .column-label img {
  width: 150px
}

.nav-footer .column .column-content .icon,
.nav-footer .column .column-content a {
  display: block;
  margin-bottom: 10px;
  background-size: 20px 20px;
  color: #333;
  opacity: .8
}

.nav-footer .column .column-content a:hover {
  color: #333;
  opacity: 1
}

.nav-footer .column .column-content .time-work {
  color: #333;
  font-size: 12px
}

.nav-footer .column-last {
  float: right
}

.nav-footer .column-last .column-label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px
}

.nav-footer .column-last .icon.popup {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.nav-footer .contact-info .column-content .icon,
.nav-footer .contact-info .column-content i {
  height: 32px;
  width: 25px;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 20px;
  vertical-align: middle
}

.nav-footer .copyright {
  background: #e3e3e3;
  color: #999;
  height: 80px;
  line-height: 80px;
  text-align: right
}

.copyright img {
  width: 14px;
  display: inline-block;
  vertical-align: middle
}

.nav-rights img,
.nav-rights span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

.nav-rights span a {
  color: #7b7b7b
}

.copyright {
  background: #E6E6E6;
  color: #333333;
  height: 80px;
  line-height: 80px;
  text-align: right
}

.copyright .container {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.bottom-logo {
  width: 210px;
  display: inline-block;
  margin-top: 30px
}

.bottom-logo-content {
  height: 100px
}

.qcode-group {
  text-align: center
}

.qcode-group .qcode-line {
  display: inline-block;
  margin: 0 10px
}

.qcode-group .qcode-line img {
  display: inline-block;
  font-size: 0;
  width: 72px;
  height: 72px;
  margin: 5px 0
}

.qcode-group .qcode-line i.weixin {
  color: #24db5a
}

.qcode-group .qcode-line i.weibo {
  color: #dc5554
}

.qcode-group .qcode-text {
  font-size: 14px;
  line-height: 1.5
}

.footer-title img {
  width: 130px
}

.third-link {
  padding: 10px 0
}

.third-link li a i {
  font-size: 20px;
  color: #666;
}

.qrcode-content img {
  width: 130px
}

.right-column .column {
  width: 180px
}

.prod-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.prod-flex-wrapper .prod-item {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
  height: 330px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.prod-flex-wrapper .prod-item .mask {
  background-color: rgba(0, 0, 0, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.prod-flex-wrapper .prod-item .mask .wrap {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.prod-flex-wrapper .prod-item .mask .wrap p {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  line-height: 35px
}

.prod-flex-wrapper .prod-item .mask .wrap img {
  width: 72px;
  height: 72px
}

.prod-flex-wrapper .prod-item:nth-child(4n) {
  margin-right: 0
}

.product-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product-item-list .item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.product-item-list .item img {
  width: 100%;
  height: 400px
}

.product-item-list .item.text-item {
  padding: 40px
}

.product-item-list .item.text-item p.desc {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  height: 100px
}

.product-item-list .item.text-item a.more {
  display: block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #ff9d26;
  color: #fff
}

.product-item-list .item.text-item .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

.product-item-list .item.text-item .title::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALVJREFUeNqczKEKAlEQRuExqCAYtPkOJovJZLfbjGYfwGoz2sUH8CUsFovFpMViWHFBRDCM54IXFmF3750fTpv5Kqp6FpEWqYTP3daoTmsBeahtH9pQxyF3A/CmFbVJLMiLltR0gAV50oIaHohFUppTNQvEIAnN/p9jkBtN84AQ5EqTIqAMudC4DChCTjQKAfKQIw1DAY8kGeBAgxjAI+kP2FM/FvCI2456FsAjW+paAddXgAEAMHV7rV41WdEAAAAASUVORK5CYII=)
}

.product-item-list .item.text-item .title::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNqc1K0SAVEchvE9kiAIinuQJEFU6ZqmugNBEEU3ILsJRVE0TREEKyAI6/WcMYOd/Tp7nplf/L9jZ3YZSYFnTcwCO+ChgRUin+M6lvp0K3tcw0K/LmWOq5jbn/03ELoeG0zxVDzngQnuSuY0MLbPqvQKB0Y4K7vcgSFOyi9zYICjiksd6OEgtxIDXezlXmygg53K9R1oY4uXz0ALG49j29W+omu+6z4eiGAc/w8qCN8CDAB+N1MAI3UQqgAAAABJRU5ErkJggg==)
}

.breadcrumb {
  background-color: #fff;
  padding-left: 0
}

.prod-detail-wrapper .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  margin-top: 30px;
}

.prod-detail-wrapper .prod-detail-thumbnail {
  width: 40%;
  float: left
}

.prod-detail-wrapper .prod-detail-thumbnail img {
  width: 100%;
  height: 375px
}

.prod-detail-wrapper .prod-detail-colorpicker {
  padding: 0 15px;
  width: 60%;
  float: left;
}

.prod-detail-wrapper .prod-detail-colorpicker .sub-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px
}

.prod-detail-wrapper .prod-detail-colorpicker .list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 342px;
  overflow-y: scroll;
  border: 1px solid #eee;
  padding: 10px;
}

.prod-detail-wrapper .prod-detail-colorpicker .list-flex li {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  margin-right: 2%;
  margin-bottom: 1%
}

.prod-detail-wrapper .prod-detail-colorpicker .list-flex li:nth-child(4n) {
  margin-right: 0
}

.prod-detail-wrapper .prod-detail-colorpicker .list-flex li .color-span {
  display: block;
  height: 44px;
  background-color: #f5f5f5;
  border-radius: 5px
}

.prod-detail-wrapper .prod-detail-colorpicker .list-flex li p {
  font-size: 14px;
  line-height: 35px
}

.editor-textarea {
  padding-top: 20px
}

.editor-textarea p {
  line-height: 1.5;
  color: #333;
  font-size: 16px
}

.freelabled-flex li {
  float: left;
  width: 48%;
  margin: 40px 1% 0 1%
}

.freelabled-flex li .title {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin-top: 20px
}

.freelabled-flex li .title a {
  font-size: 18px;
  color: #000;
  display: block
}

.freelabled-flex li .title a span {
  font-size: 14px;
  margin-left: 30px
}

.freelabled-flex li .title a span em {
  font-style: normal
}

.freelabled-flex li .pic {
  position: relative;
  overflow: hidden;
  height: 380px;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  background-repeat: no-repeat;
}

.freelabled-flex li .pic:hover .cons {
  opacity: 1
}

.freelabled-flex li .pic .cons {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  background: rgba(0, 0, 0, .8);
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 3px;
  opacity: 0
}

.freelabled-flex li .pic .cons .table {
  display: table;
  height: 100%;
  width: 100%
}

.freelabled-flex li .pic .cons .table .td {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center
}

.freelabled-flex li .pic .cons .table .td h3 {
  font-size: 20px
}

.freelabled-flex li .pic .cons .table .td p {
  font-size: 14px;
  padding: 20px 0
}

.freelabled-flex li .pic .cons .table .td span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border: 1px solid #fff
}

.freelabled-detail {
  margin-top: 30px
}

.freelabled-detail .title {
  font-size: 30px;
  margin-bottom: 15px
}

.freelabled-detail .cons {
  background: #e6504e;
  padding: 30px 75px
}

.freelabled-detail .cons .t {
  color: #fff;
  font-size: 16px;
  line-height: 60px
}

.freelabled-detail .cons .content {
  color: #000
}

.freelabled-detail .summry img {
  width: 100%
}

.hidden-text {
  display: none
}

#myModal .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0
}

#myModal .modal-content {
  background: rgba(0, 0, 0, .6);
  padding: 40px 20px 20px;
  min-height: 300px;
  color: #fff
}

#myModal .modal-header {
  position: relative;
  text-align: center;
  z-index: 2;
  border-bottom: none
}

#myModal .modal-header .close {
  display: block;
  width: 60px;
  height: 45px;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 38px;
  color: #fff
}

.video-dialog {
  overflow: hidden
}

.video-dialog .video-left {
  padding-left: 0
}

.video-dialog .video-right {
  background: #0081ff;
  color: #fff;
  padding: 20px
}

.video-dialog .dialog-video-dimensions.vjs-fluid {
  padding-top: 67.3%
}

.visible-hidden {
  display: none
}

.video-dialog .video-right p {
  text-indent: 2em
}

.circle-video .layer {
  width: 100%;
  height: 100%
}

.circle-video .layer::before {
  content: ' ';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.circle-video .layer::after {
  content: ' ';
  width: 50px;
  height: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAARBSURBVGhDzZo/SFVRHMd9D4cGhzc0ODQ4OBgoCCY8ocFAoaAlKGgocmjIqYaggiKjwZZwdHAwaDCwqK1AwUBBxCKhQCGhoSBBIUEhQdE+33t+Pr0+zfv3vfuB3zvnnnvP78+759zz595cTULs7OwUkCLZM0gbchI5hexnCVlB5nK53GfSKVIdVxccr9/e3r6JjCGbHIeGepPIHeRg0OmDfQUwgPx17sQHXZvIMNJoZtIDe7UY6k8ygINYQENk68xssqD8FDLtzKUPtuaRZjOfDOjtQumyM1E5sLmGXDM34oG+PpRF6shJgf1BklpzKTwoGHWqqg++TJKcMNeCQ6U+T0OGIJhhcy8Y1FGfqGpz+g895qaPspGdADQwfWHE1cicOQhkA986kDkr8shb6sFF6lCjWQ1C4NsJ/FTfLViRx8FAnnKh5kuhoN4K8gqZsqJUwcdGbA3aoR9OaNoRdcRuMjXScxY9X11x6rSa2T0wPmAnQ2MqSlCkqcwt5I+7Ih3Q/9ZMOiiLczfKAtmFUwX0DiJpPgG9u+L1EQ4uqhMpnyToXM3n872k7dhIpf+g94ZlvWY1ptCiYmqOBTtXkZ9WLRGkT7pz5LWyW+ZfizyXoW7glSa26pB7ZO9SLZFWgL6OPD/FOEGEBVvrNLdHZFuw/c6VxqaoPqI1dsUhmEXkEsFcQBasOCptCkQbBVWDYD5wl1rIPiCgVVcamlYFUvXpCIFsIc+Q0wTzworDUNCT5AeVY2HKEgOVnfi15rQHwzfXygrcmY/IczsMhAKp2BMrJBuWBkKBbLlsdqClNCG37TAQCkTbmJkA57XW0BJbC7t6Kz4Wrl9SINXfewVNX3Bonuxjggg74q8qEN+SsdIQQDMyhvMjSIMVh+VbnsraFa84/Pua4g+QVTPqcqWRmdGkUQPisjuOBo6EmTTWItoJ6adaUoPxOe+Xf0abX5HxlAQAO0Vk1qolAvq0lVurPiLeWJoKGNIK9CV3YBpJepL6Dp1uCMFQA4YiL0c9JYfAKTWj++gONd0IyVkz58DYsJ0Ijanwgb7zyHe7JBXQP2Hm9qCwEYl6V0qDl+l5b+Vp02lm/VumODBEe7tph4FB4SLJa0TbrZfRkfhGxkGwOc5aptsO/YFwUuvpWRwpbbhlEXzUtKqdQH65EjfXKkEA6yRXuFBpJsE3LcKu7w9C+AIRXPCNpNcdZZInBDJu+eOhv+h1V6bQQ8TcK+PIqQX1NAZMEL3/OV0l8GUBX/Re5NANirKmtQsV1Ba7URBlMyBR8EE7LUcGERgU9XBbU/tI4CiwqY8HHpobyYDeVpSmOlLvB1u/SeJO7w8HxVpDjHiWUgQb+kgn/Y9ssKW789aZTQ50TpCUph0VA8NnEH0lFPlVAXWXEX1EE+vpGHhldxw4o5eoEu0l6y1SgaeMr3ngrKYWevJo0J3h/CdSfXwWc0uqpuYfpvCIMJpgon0AAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.calture-slider {
  width: 100%;
  height: 717px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.calture-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 716px;
}

.calture-slider .item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.calture-slider .item .title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 6;
}

.calture-slider .item .title .lone {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.calture-slider .item .title .line {
  width: 280px;
  height: 1px;
  background-color: #fff;
}

.breadcrumb {
  height: 67px;
  line-height: 66px;
  border-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  background: #fff;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li+li:before {
  content: '>';
}

.breadcrumb a {
  color: #333;
}

.breadcrumb a:hover {
  color: #1273E1;
}

.breadcrumb .active {
  color: #aaa;
  max-width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-container {
  height: auto;
  /* position: relative; */
  position: fixed;
  top: 82px;
  background-color: #FFFFFF;
}

.header-container .header-wrapper {
  width: 180px;
  height: 50px;
  margin: 0 auto;
}

.header-container .menu-container .navbar-nav {
  float: none;
  text-align: center;
}

.header-container .menu-container .navbar-nav li {
  float: none;
  display: inline-block;
  position: relative;
  /*padding: 20px 35px;*/
  padding: 0;
  margin-right: 50px;
}
.header-container .menu-container .navbar-nav li.page-scroll a.menu-f::after{
  content: '';
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background: rgb(0,140,215);
  opacity: 0;
  visibility: hidden;
}
.header-container .menu-container .navbar-nav li.page-scroll a.menu-f:hover::after,
.header-container .menu-container .navbar-nav li.page-scroll.hover a.menu-f::after
{
    visibility: visible;
    opacity: 1;
}
.header-container.isStuck {
  z-index: 666;
}

.header-container.isStuck .header-wrapper {
  float: left;
  width: 180px;
  height: 50px;
}

.header-container.isStuck .header-wrapper {
  float: left;
  width: 180px;
  height: 50px;
  padding-top: 10px;
}

.header-container.isStuck .menu-container .navbar-nav {
  float: left;
}

.header-container.isStuck .menu-container .navbar-nav li {
  float: left;
}

.header-container.isStuck .menu-container .navbar-nav li a {
  /* color: #fff; */
}

.header-container.isStuck .menu-container .navbar-nav li .wbe_nav li a {
  color: #333;
}

.header-container.isStuck .menu-container .navbar-nav>li:hover .wbe_nav {
  top: 73px;
}

.header-container.isStuck .nav>li>a:hover,
.header-container.isStuck .nav>li>a:focus {
  background-color: transparent;
}

#myModal.video-class .modal-content {
  padding: 0;
  background-color: transparent;
}

#myModal.video-class .modal-content .modal-header .close {
  bottom: -60px;
}

.box_skitter .info_slide_dots {
  bottom: 50px !important;
  left: 85% !important;
}

.box_skitter .image img {
  width: 100% !important;
  height: 100% !important;
}

.header-section {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background-color: #fff;
}

body {
  /*padding-top: 180px!important;*/
}

.header-container.isStuck {
  display: block !important;
}

.modal-open .modal {
  z-index: 99999 !important;
}

.index-banner .index-side-filter .side-filter-content {
  position: relative
}

.index-banner {
  height: 680px;
  position: relative
}

.index-banner .index-side-filter {
  position: absolute;
  top: 91px;
  left: 100px;
  left: calc((100% - 1200px) / 2);
  z-index: 3
}

.index-banner .index-side-filter .side-filter-content-list {
  position: absolute;
  height: 100%;
  left: 260px;
  top: 0;
  z-index: 10
}

.index-banner .index-side-filter .side-filter-content {
  display: none;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  height: 100%;
  border-radius: 6px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country {
  white-space: nowrap
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .country-hot-area {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-right: 35px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .country-house-price {
  display: inline-block;
  vertical-align: top;
  width: 135px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .country-content-title {
  font-size: 16px;
  color: #f9f9f9;
  font-weight: 700;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
  margin-bottom: 27px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .hot-area-list {
  white-space: normal;
  font-size: 0;
  width: 360px;
  width: calc(100% + 20px)
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .hot-area-list .hot-area-item {
  display: inline-block;
  width: 100px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 17px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 20px;
  vertical-align: top
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .hot-area-list .hot-area-item:hover {
  -ms-transform: translatex(10px);
  -webkit-transform: translatex(10px);
  transform: translatex(10px)
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .hot-area-list .hot-area-item:hover .hot-area-title {
  background-color: transparent
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .hot-area-list .hot-area-img {
  width: 100%;
  height: 100%
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .hot-area-list .hot-area-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, .3)
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_country .more-area-link {
  color: #f9f9f9;
  font-size: 16px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global {
  padding: 25px 25px 0
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs {
  font-size: 0;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
  margin-bottom: 27px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs .global-filter-tab {
  display: inline-block;
  padding: 0 33px 15px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #f9f9f9;
  opacity: .5
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs .global-filter-tab.active,
.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs .global-filter-tab:hover {
  opacity: 1
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs .global-filter-tab.active:after,
.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs .global-filter-tab:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: -1px;
  left: 0
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-filter-tabs .global-filter-tab+.global-filter-tab {
  margin-left: 20px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-country-list {
  font-size: 0;
  text-align: left;
  width: calc(100% + 20px);
  display: none
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-country-list .global-country-item {
  display: inline-block;
  width: 100px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 17px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 20px
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-country-list .global-country-item.global-country-item_more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .5)
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-country-list .global-country-item:hover .global-country-title {
  background-color: transparent
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-country-list .global-country-item .global-country-img {
  width: 100%;
  height: 100%
}

.index-banner .index-side-filter .side-filter-content.side-filter-content_global .global-country-list .global-country-item .global-country-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, .3)
}

.index-banner .index-side-filter .side-filter-content .house-price-list .house-price-item {
  line-height: 1;
  margin-bottom: 20px
}

.index-banner .banner_swiper .swiper_item .link-block {
  display: block;
  width: 100%;
  height: 100%
}

.index-banner .index-side-filter .side-filter-content .house-price-list .link-block {
  font-size: 14px;
  color: #f9f9f9;
  opacity: .5
}

.index-banner .index-side-filter .side-filter-content .house-price-list .link-block:hover {
  opacity: 1
}

.index-banner .index-side-filter .side-country-list {
  height: 100%;
  width: 260px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px
}

.index-banner .index-side-filter .side-country-item {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  padding: 0 16px 0 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.index-banner .index-side-filter .side-country-item:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAQAAADIvofAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCAIRDjZB/OIzAAAAiElEQVQY012QOQ7CUAwFX8INAgQIYg9LREHHHYJz/4qOnh5RDEWK8L5dWBrJ9tgZjb56yiLXW2fVDoUoCY5oyL5MeXBKYY8vKRSTAf9NYkxLk0JR0HJFGS5T6K5XnhiOlOvj7SVB7TNnBAdfNCfYu9KCYOfyFcHWz6zo2PhDlnSszUHixsoR+gFTvpntLM370QAAAABJRU5ErkJggg==);
  background-size: cover;
  top: 50%;
  right: 26px;
  margin-top: -9px
}

.index-banner .index-side-filter .side-country-item .side-country-flag {
  height: 100%;
  width: 63px;
  display: inline-block
}

.index-banner .index-side-filter .side-country-item .side-country-flag img {
  vertical-align: middle
}

.index-banner .index-side-filter .side-country-item.active {
  background-color: rgba(255, 255, 255, .1);
  padding-left: 43px
}

.index-banner .banner_swiper {
  width: 100%;
  height: 100%;
  position: absolute
}

.index-banner .banner_swiper .banner-button_next,
.index-banner .banner_swiper .banner-button_prev {
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: -27px;
  cursor: pointer;
  z-index: 10
}

.index-banner .banner_swiper .banner-button_next .caijing,
.index-banner .banner_swiper .banner-button_prev .caijing {
  display: inline-block;
  color: #fff;
  font-size: 36px
}

.index-banner .banner_swiper .banner-button_next:hover,
.index-banner .banner_swiper .banner-button_prev:hover {
  background-color: rgba(0, 0, 0, .5)
}

.index-banner .banner_swiper .banner-button_next.swiper-button-disabled .caijing,
.index-banner .banner_swiper .banner-button_prev.swiper-button-disabled .caijing {
  opacity: .2
}

.index-banner .banner_swiper .banner-button_prev {
  left: 20px
}

.index-banner .banner_swiper .banner-button_next {
  right: 20px
}

.index-banner .banner_swiper .swiper-navigation-wrapper {
  position: absolute;
  width: 100%;
  bottom: 36px;
  z-index: 3
}

.index-banner .banner_swiper .swiper-navigation {
  font-size: 0;
  text-align: right
}

.index-banner .banner_swiper .swiper-navigation .navigation-item {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background-color: #000;
  border-radius: 3px;
  opacity: .4;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  margin-left: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.index-banner .banner_swiper .swiper-navigation .navigation-item.active {
  opacity: .7
}

.index-banner .banner_swiper .swiper_item {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat
}

.scroll-notice {
  background: #ebf0f5;
  padding: 20px 0
}

.scroll-notice .hot-news {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAC2klEQVRYR92YT1IaQRTG39dDdJmBXaoSB08QPEHwBPEGkhMEIVkH1gnIDcQbeIPgCQIncDCpyg6GdZj+Um9gUpRBHIfWspzVwPSfX78/X79uiIj4zfGxoVQJlvW36wfEwNqd86j3KrxrbJQa45ZAvtzVcNvvJCNa7ke9/WjTWCg2wikAf9sJs/S3lJOoG/Q2ApWaY2oDkiMar55l4Hu1sbZiIKdJH0p70g1aWYEup91y9V6TZWjsf/pZNbTfnxeQ//lXBXZ+SnhtASJ9n3bKh6XmuEfhW10tBKPlqiN1Q7ERDugV6hKri1iZdILE/U4slA5C4UCh1OSTTqAJMFjCDKwgNMIyhVUar5W4hdJOICHlSSeoOQWCjc8EUgTRU1n4BwRhqivi/amA9oyCNsC6EEMR+hAM0uB1aiFdMcEaBMF/FrI7fXkR+8bGP0Tk3FKGEB4lyWS8VvTtTWJNp0A2tkV4CCF4mQJBcGVp+lLALPr6eqiykYqe8cx08b57kKqyGyAN6njeUxnwG9c1iK3pexLUZCUJE2Cogbv4T8rTbnCUfl+VjxtA/WQx6x4WxroIrAjjw+vQBt1KLAvz4ckALYScw0cFInmpGXjTUGniJKGwzmV+/coXz2hJkmvTtcAo6uxdZM0y1TcA724FKjXHGnjHGbaqW5vYeGdfgzRLlmUB0hLhY14gCmeMdyvOgFJT5wWSeSG8jw7daaHcIGs6OnHZkwNKy4+8YCCGk25w4izLVn2aF8rCHOoG68RlfvP6CGL7uqnmAVIBTPczJ0B5IG7r83yB/PrvsmAe5LIW56P0QOjEQtueZldPqU6Aio3xBSDvc1ln2cka70ArSidAutsbz2h1mOvygWL6UXcvqQydAG1jmZt9nxGQcEj7AJcNxlaMyOLGg7K2yIeJexAsDg/FZhjlVWSXrl3W1LNHu7DKBE9pI8mExnXNgNW8WZVpsg2NAISWGGhm/gXxtFPy7fV9FwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: 100% 100%;
  vertical-align: middle
}

.swiper-container {
  width: 100%;
  z-index: 1
}

.index-banner .swiper-container .swiper-slide {
  width: 100%
}

.index-banner .swiper-container .swiper-slide a {
  width: 100%;
  display: block
}

.index-banner .swiper-pagination {
  width: 1200px !important;
  left: 50% !important;
  text-align: center;
  /*margin-left: -600px;*/
  margin-bottom: 20px
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px 0 4px !important;
  opacity: 1;
  background: #e6e6e6;
  border-radius: 13px;
  font-size: 0
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  /*width: 40px;*/
  background: #ffb300
}

.index-banner .swiper-pagination-bullet-active {
  background: #fff
}

.zeren-column .text-item a {
  display: inline-flex;
  padding: 8px 15px;
  color: #333;
  border: 1px solid #333;
  align-self: flex-end;
  margin-top: 40px;
}

.calture-slider {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calture-slider .item {
  background-image: none !important;
}

.header-style-v2 {
  border-bottom: 1px solid #E5E5E5;
  box-shadow: 3px 8px 6px -4px rgb(219 220 225 / 42%);
}

@media (min-width: 1024px) {
  .header-style-v2 li.has-child .child-nav {
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    display: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 45px
  }

  .header-style-v2 li.has-child .child-nav {
    top: 180px
  }

  .header-style-v2 li.has-child .child-nav .child-nav-outer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 53px 0
  }

  .header-style-v2 li.has-child .child-nav .child-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 920px;
    margin: 0 auto;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    visibility: hidden;
    opacity: 0
  }

  .header-style-v2 li.has-child .child-nav .content-top {
    display: block;
    width: 268px;
    height: 239px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-right: 93px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: flex;
    transition: .5s;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header-style-v2 li.has-child .child-nav ul {
    max-width: 579px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .header-style-v2 li.has-child .child-nav ul li {
    width: 255px;
    /* border-bottom: 1px solid #171717; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 0;
  }

  .header-style-v2 li.has-child .child-nav ul li:nth-child(2n-1) {
    margin-right: 30px
  }

  .header-style-v2 li.has-child .child-nav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 18px 0;
    color: #171717;
    text-decoration: none;
    text-align: left;
  }

  .header-style-v2 li.has-child .child-nav ul li a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: -o-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s, -o-transform .6s;
    z-index: 3;
    height: 1px;
    background-color: #b2b2b2
  }

  .header-style-v2 li.has-child .child-nav ul li a:after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 21px);
    right: 5px;
    width: 25px;
    height: 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS41MSAxNC4zNiI+PGRlZnM+PHN0eWxlPi5hNzNjYzhmYy1iYjM4LTQ5YzYtOWZlZS01ODQwMzdjODY3NWN7ZmlsbDojMGMwYzBjO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iZWQ1YmY0ZTAtOTA5Yi00ZDBkLWEyZWUtZmM5ODQxNzU3OTIwIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iZjNiMGM1ZjctY2I2MS00MDQ5LTg2NDAtZTkyODkyMmMwODJjIiBkYXRhLW5hbWU9IueApyAyIj48cGF0aCBjbGFzcz0iYTczY2M4ZmMtYmIzOC00OWM2LTlmZWUtNTg0MDM3Yzg2NzVjIiBkPSJNMTcuMzEsMGwtLjc4LjkzLDYuODEsNS42NUgwdjEuMkgyMy4zNGwtNi44MSw1LjY1Ljc4LjkzLDcuOTEtNi41N2EuNzkuNzksMCwwLDAsLjI5LS42MWgwYS43OS43OSwwLDAsMC0uMjktLjYxWiIvPjwvZz48L2c+PC9zdmc+) no-repeat 50%
  }

  .header-style-v2 li.has-child .child-nav ul li a:hover:before {
    -webkit-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
  }

  .header-style-v2 li.has-child .child-nav ul li a:hover:after {
    right: 0
  }

  .header-style-v2 li.has-child .child-nav ul li a:hover+.result {
    background: #e72458
  }

  /*.header-style-v2 li.has-child:hover .child-nav {*/
  /*  visibility: visible;*/
  /*  opacity: 1;*/
  /*  -webkit-transform: translateY(0);*/
  /*  -o-transform: translateY(0);*/
  /*  transform: translateY(0);*/
  /*  -webkit-transition: .1s;*/
  /*  -o-transition: .1s;*/
  /*  transition: .1s*/
  /*}*/

  .header-style-v2 li.has-child:hover .child-nav ul:hover>li {
    opacity: .5
  }

  .header-style-v2 li.has-child:hover .child-nav ul:hover>li:hover {
    opacity: 1
  }

  .header-style-v2 li.has-child:hover .child-nav .child-nav-inner {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
  }
}
.header-style-v2 li.has-child .child-nav ul li:nth-of-type(n+3){
    padding-top: 52px;
}

.header-style-v2.isStuck li.has-child .child-nav {
  top: 48px
}
.header-container.isStuck .menu-container .navbar-nav li.page-scroll::after{
    bottom: -15px!important;
}
.top-header-v2 {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 998;
}

.top-header-v2.isStack {
  display: none;
}

body.isStack .header-style-v2 {
  display: none;
}

@media (min-width:1024px) {
  #stalker {
    pointer-events: none;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: rgb(0, 140, 215);
    border-radius: 50%;
    -webkit-transition: visibility .4s, top, .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .2s;
    transition: visibility .4s, top, .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .2s;
    -o-transition: visibility .4s, top, .2s, left .2s, width .2s, height .2s, background-color .3s, -o-transform .2s;
    transition: visibility .4s, transform .2s, top, .2s, left .2s, width .2s, height .2s, background-color .3s;
    transition: visibility .4s, transform .2s, top, .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .2s, -o-transform .2s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 9999
  }

  #stalker:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 135, 30, .35);
    opacity: 0;
    border-radius: 50%
  }

  #stalker.hov_ {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    background: rgba(0, 170, 255, 0.1)
  }

  #stalker.hov_:after {
    -webkit-animation: pulsate .8s ease-in;
    -o-animation: pulsate .8s ease-in;
    animation: pulsate .8s ease-in;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
  }
}

#hero .play-btn {
  position: absolute;
  z-index: 9998;
  cursor: pointer;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -webkit-transition: opacity .6s ease 1.8s;
  -o-transition: opacity .6s ease 1.8s;
  transition: opacity .6s ease 1.8s;
  opacity: 0
}

@-webkit-keyframes pulsate {
  to {
    width: 105%;
    height: 105%;
    opacity: 0
  }
}

@-o-keyframes pulsate {
  to {
    width: 105%;
    height: 105%;
    opacity: 0
  }
}

@keyframes pulsate {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%
  }

  50% {
    opacity: 1
  }

  to {
    width: 105%;
    height: 105%;
    opacity: 0
  }
}


@media (min-width:1024px) {
  #hero .play-btn {
    pointer-events: none;
    bottom: 150px;
    right: 100px;
    width: 145px;
    height: 145px;
    opacity: 0;
    -webkit-transform: translate(70vw, 40vh);
    -o-transform: translate(70vw, 40vh);
    transform: translate(70vw, 40vh);
    -webkit-transition: opacity 1s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .4s;
    transition: opacity 1s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .4s;
    -o-transition: opacity 1s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -o-transform .4s;
    transition: opacity 1s, transform .4s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s;
    transition: opacity 1s, transform .4s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .4s, -o-transform .4s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
  }

  #hero .play-btn.hov_ {
    top: -22px;
    left: -18px;
    bottom: inherit;
    right: auto;
    opacity: 1
  }

  #hero .play-btn.hidden,
  #hero .play-btn.hov_ {
    -webkit-transition: opacity 1.2s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .3s;
    transition: opacity 1.2s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .3s;
    -o-transition: opacity 1.2s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -o-transform .3s;
    transition: opacity 1.2s, transform .3s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s;
    transition: opacity 1.2s, transform .3s, top .2s, right .2s, bottom .2s, left .2s, width .2s, height .2s, background-color .3s, -webkit-transform .3s, -o-transform .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
  }

  #hero .play-btn.hidden {
    bottom: 150px;
    right: 100px;
    opacity: 0;
    -webkit-transform: translate(70vw, 40vh);
    -o-transform: translate(70vw, 40vh);
    transform: translate(70vw, 40vh)
  }
}

#hero .play-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

#hero .play-btn #play-btn-text {
  display: block;
  position: absolute;
  left: calc(50% - 67px);
  top: calc(50% - 67px);
  width: 134px;
  height: 134px;
  animation: animate3 6s linear infinite reverse
}

#hero .play-btn img#play-btn-circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px
}

@media (max-width: 1024px) {
  .SP #hero .play-btn img#play-btn-circle {
    width: 14.66667vw;
    height: 14.66667vw
  }
}

#hero .play-btn #play-btn-line {
  -webkit-animation: animate 1.5s linear infinite;
  -o-animation: animate 1.5s linear infinite;
  animation: animate 1.5s linear infinite;
  clip: rect(0, 100px, 100px, 50px);
  height: 100px;
  width: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}

@-webkit-keyframes animate {
  to {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg)
  }
}

@-o-keyframes animate {
  to {
    -o-transform: rotate(220deg);
    transform: rotate(220deg)
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg)
  }
}

#hero .play-btn #play-btn-line:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-animation: animate2 1.5s ease-in-out infinite;
  -o-animation: animate2 1.5s ease-in-out infinite;
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 100px, 100px, 50px);
  height: 100px;
  width: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}

@media (max-width: 1024px) {
  .SP #hero .play-btn #play-btn-line:after {
    clip: rect(0, 18.66667vw, 18.66667vw, 9.33333vw);
    height: 18.66667vw;
    width: 18.66667vw
  }
}

@-webkit-keyframes animate2 {
  to {
    border: 4px solid #fff;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg)
  }
}

@-o-keyframes animate2 {
  to {
    border: 4px solid #fff;
    -o-transform: rotate(140deg);
    transform: rotate(140deg)
  }
}

@keyframes animate2 {
  0% {
    border: 4px solid #fff;
    -webkit-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }

  50% {
    border: 1px solid #fff
  }

  to {
    border: 4px solid #fff;
    -webkit-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg)
  }
}

@-webkit-keyframes animate3 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-o-keyframes animate3 {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes animate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.home #stalker.hidden {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s
}

.home #philosophy {
  content-visibility: auto
}

.home #philosophy .outer-box {
  padding-top: 14.66667vw;
  padding-bottom: 20vw
}

@media (max-width: 1024px) {
  .PC .home #philosophy .outer-box {
    padding-top: 110px;
    padding-bottom: 150px
  }
}

@media (min-width: 1024px) {
  .home #philosophy .outer-box {
    padding-top: 155px;
    padding-bottom: 125px
  }
}

.home #philosophy .inner-box {
  position: relative
}

@media (min-width: 1024px) {
  .home #philosophy .inner-box {
    height: 640px
  }
}

.home #philosophy .heading-tate {
  width: 1.5em
}

@media (min-width: 1024px) {
  .home #philosophy .heading-tate {
    left: 100px
  }
}

@media (min-width: 1024px) {

  .home #philosophy .heading-01,
  .home #philosophy .sentence {
    margin-left: 285px
  }
}

.home #philosophy .heading-01 {
  padding-top: 5.33333vw
}

@media (max-width: 1024px) {
  .home #philosophy .heading-01 {
    text-align: center
  }
}

@media (min-width: 1024px) {
  .home #philosophy .heading-01 {
    padding-top: 35px
  }
}

@media (min-width: 1024px) {
  .home #philosophy .sentence p {
    letter-spacing: .1em
  }
}

#hero .bg-layer,
.bg,
.case-single-sec .outer-box,
.content-header.lower .outer-box,
.content-header.lowest .outer-box,
.home #information .outer-box,
.home #topics .outer-box,
.home #work .outer-box,
.image-header:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAsAQMAAADfHT2dAAAABlBMVEX89+7///8LPfz5AAAAFklEQVQoz2P4jwAHUDlIYJQzysHkAAAUkzbrEwVAKAAAAABJRU5ErkJggg==);
  background-size: 6vw 2.93333vw
}

@media (min-width: 1024px) {

  #hero .bg-layer,
  .bg,
  .case-single-sec .outer-box,
  .content-header.lower .outer-box,
  .content-header.lowest .outer-box,
  .home #information .outer-box,
  .home #topics .outer-box,
  .home #work .outer-box,
  .image-header:after {
    background-size: 45px 22px
  }
}

#hero .bg-layer {
  width: calc(100% - 12vw);
  border-radius: 0 4vw 4vw 0;
  height: 67.5vh;
  -webkit-transition: all 1s ease .3s;
  -o-transition: all 1s ease .3s;
  transition: all 1s ease .3s;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%)
}

@media (max-width: 1024px) {
  .PC #hero .bg-layer {
    width: calc(100% - 45px);
    height: calc(100vh - 200px);
    border-radius: 0 30px 30px 0
  }
}

@media (min-width: 1024px) {
  #hero .bg-layer {
    width: calc(100% - 130px);
    height: 72.5vh;
    border-radius: 0 30px 30px 0
  }
}

body.loaded #hero .bg-layer {
  opacity: 1;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.class-single_page .text-box .name,
.class-single_page .text-box .position {
  display: inline-block;
  font-size: 17px;
}

.class-single_page .text-box .name,
.class-single_page .text-box .position {
  padding: 2px 9px 2px 9px
}

.class-single_page .text-box .name {
  background-color: #999;
  color: #fff
}

.class-single_page .text-box .position {
  background-color: #fff;
  margin-left: 3px
}

.class-single_page .text-box .position,
.class-single_page .text-box h4 {
  font-size: 18px;
  color: #999;
}

.class-single_page .common-thumbnail .caption h3 a {
  position: relative;
  display: block;
}

.class-single_page .common-thumbnail .caption h3 a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: -o-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s, -o-transform .8s;
  z-index: 3;
  height: 50%;
  background-color: #008cd7;
  opacity: .2
}

.class-single_page .common-thumbnail:hover .caption h3 a:before {
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.p-index__service .p-index__service--item {
	margin-top: 60px;
}
 .p-index__service .p-index__service--item .p-index__service--item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: relative
}

 .p-index__service .p-index__service--item .p-index__service--item-wrap:active .p-index__service--item-thumbnail-bg, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:focus .p-index__service--item-thumbnail-bg, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-thumbnail-bg {
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05)
}

 .p-index__service .p-index__service--item .p-index__service--item-wrap:active .p-index__service--item-body::before, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:focus .p-index__service--item-body::before, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-body::before {
    background-color: #008cd7
}

 .p-index__service .p-index__service--item .p-index__service--item-wrap:active .p-index__service--item-thumbnail-num, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:active .p-index__service--item-title, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:focus .p-index__service--item-thumbnail-num,
  .p-index__service .p-index__service--item .p-index__service--item-wrap:focus .p-index__service--item-title,
   .p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-thumbnail-num,
	.p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-title {
    color: #008cd7
}
.p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-thumbnail-num .before-hover{
    display: none;
}
.p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-thumbnail-num .after-hover{
    display: block;
}
 .p-index__service .p-index__service--item .p-index__service--item-wrap:active .p-index__service--item-arrow, 
 .p-index__service .p-index__service--item .p-index__service--item-wrap:focus .p-index__service--item-arrow,
  .p-index__service .p-index__service--item .p-index__service--item-wrap:hover .p-index__service--item-arrow {
    -webkit-animation: anime-arrow .8s cubic-bezier(.165,.84,.44,1) 0s;
    animation: anime-arrow .8s cubic-bezier(.165,.84,.44,1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

 .p-index__service .p-index__service--item .p-index__service--item-thumbnail {
    padding-top: 450px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

@media (max-width: 767px) {
     .p-index__service .p-index__service--item .p-index__service--item-thumbnail {
        padding-top:71%
    }
}

 .p-index__service .p-index__service--item .p-index__service--item-thumbnail-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

 .p-index__service .p-index__service--item .p-index__service--item-thumbnail-num {
    line-height: .71;
    font-size: 6rem;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    font-weight: 700;
    color: #fff;
    left: 1px
}

.p-index__service .p-index__service--item .p-index__service--item-body {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 72px 35px 18px;
    letter-spacing: 3px;
    height: 90px;
    width: 100%;
    position: relative
}

.p-index__service .p-index__service--item .p-index__service--item-body::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 90px;
    height: 100%;
    background-color: #888;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

.p-index__service .p-index__service--item .p-index__service--item-title {
    margin-bottom: 0;
    font-size: 20px;
    width: 100%;
    color: #1f1f1f;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

.p-index__service .p-index__service--item .p-index__service--item-arrow {
    position: absolute;
    bottom: 42px;
    right: 24px;
    z-index: 2
}

.p-index__service .p-index__service--item .p-index__service--item-arrow path,.p-index__service .p-index__service--item .p-index__service--item-arrow rect {
    fill: #fff
}

.w-accor {
    overflow: hidden;
    position: relative;
}

.w-accor ul,.w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-accor ul {
    width: 100%;
}

.w-accor li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 35px;
    background: rgba(0,0,0,.4);
}
.w-accor li:last-child{
    margin-right: 0;
}
.w-accor li.cur{
    background: none;
}
/*.w-accor5 li .cont_ar:before{*/
/*    background-image: none!important;*/
/*}*/
.accorClick li {
    cursor: pointer;
}

.w-accor li .item {
    position: relative;
}

.w-accor li > a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.w-accor h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.w-accor .acr_p {
    margin-top: 0.5em;
}

.w-accor0 li img {
    max-width: 100%;
}

.w-accor1 li img {
    max-width: 100%;
}

.w-accor1 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.w-accor1 li .dec_ar {
    padding: 10px 20px;
}

.w-accor1 li .acr_p {
    height: 0;
    overflow: hidden;
    line-height: 1.5;
    margin: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor1 li.cur .acr_p {
    height: 5.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-accor2 li img {
    max-width: 100%;
}

.w-accor2 li .cont_ar {
    color: #fff;
    position: absolute;
    bottom: 25%;
    height: 50%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor2 li .i_img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
}

.w-accor2 li .i_img img {
    max-width: 100%;
    max-height: 100%;
}

.w-accor2 li .dec_ar {
    padding: 30px 20px 10px;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor2 li .acr_p {
    opacity: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.w-accor2 li.cur .i_img {
    display: none;
}

.w-accor2 li.cur .cont_ar {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    height: auto;
    bottom: 0;
}

.w-accor2 li.cur .dec_ar {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-accor2 li.cur .acr_p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.w-accor3 li img {
    max-width: 100%;
}

.w-accor3 li .cont_ar {
    color: #fff;
}

.w-accor3 li .left_ar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor3 li .left_ar h3 {
    width: 1.2em;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    margin-left: -0.6em;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

:root .w-accor3 li .left_ar h3 {
    top: 50%;
}

.w-accor3 li .right_ar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.w-accor3 li .right_ar .dec_ar {
    line-height: 1.7;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-height: 100%;
}

:root .w-accor3 li .right_ar .dec_ar {
    top: 50%;
}

.w-accor3 li .i_img {
    text-align: center;
    margin-bottom: 1em;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.w-accor3 li .i_img img {
    max-width: 100%;
}

.w-accor3 li .acr_p {
    padding: 1em;
    background: rgba(0,0,0,0.5);
}

.w-accor3 li.cur .left_ar {
    width: 5em;
}

.w-accor3 li.cur .right_ar {
    left: 5em;
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-accor3 li.cur .i_img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.w-accor4 li img {
    max-width: 100%;
}

.w-accor4 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-accor4 li .cont_ar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.35;
    *filter: alpha(opacity=35);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor4 li h3 {
    width: 1.2em;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -0.6em;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

:root .w-accor4 li h3 {
    top: 50%;
}

.w-accor4 li .dec_ar {
    line-height: 1.7;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    left: 40px;
    right: 40px;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    padding: 30px;
    background: rgba(255,255,255,0.75);
    color: #222;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

:root .w-accor4 li .dec_ar {
    top: 50%;
}

.w-accor4 li .i_img {
    text-align: center;
    margin-bottom: 1em;
}

.w-accor4 li .i_img img {
    max-width: 80%;
    max-height: 80px;
}

.w-accor4 li.cur .cont_ar:before {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur h3 {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur .dec_ar {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.w-accor5 li img {
    max-width: 100%;
}

.w-accor5 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.w-accor5 li .cont_ar:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0,.5);
    opacity: 0.35;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.w-accor5 li.cur .cont_ar:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    background: none;
    background-image: linear-gradient(to right, rgba(0, 0, 0,1), transparent);
    opacity: 0.35;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor5 li h3 {
    width: 1.2em;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -0.6em;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    word-break: break-word;
}

:root .w-accor5 li h3 {
    top: 50%;
}

.w-accor5 li .acr_p {
    line-height: 75px;
    height: 75px;
    overflow: hidden;
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: 0;
    font-size: 35px;
    font-weight: bold;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor5 li .i_img {
    position: absolute;
    height: 100px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 1em;
    right: 1em;
    text-align: center;
    text-align: center;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor5 li .i_img img {
    max-width: 100%;
    max-height: 100%;
}

.w-accor5 li.cur .cont_ar:before {
    height: 75px;
    opacity: 0.5;
    *filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.w-accor5 li.cur .acr_p {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.w-accor5 li.cur h3 {
    text-align: center;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor5 li.cur .i_img {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.w-accor6 li img {
    max-width: 100%;
}

.w-accor6 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-accor6 li .cont_ar:before,.w-accor6 li .cont_ar:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    background: #000;
    opacity: 0.35;
    *filter: alpha(opacity=35);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
}

.w-accor6 li .cont_ar:before {
    top: 0;
}

.w-accor6 li .cont_ar:after {
    bottom: 0;
}

.w-accor6 li h3 {
    text-align: center;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 0.5em 0.5em;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

:root .w-accor4 li h3 {
    top: 50%;
}

.w-accor6 li .dec_ar {
    line-height: 1.7;
    max-height: 100%;
    max-height: calc(100% - 7em);
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 40px;
    right: 40px;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

:root .w-accor6 li .dec_ar {
    top: 50%;
}

.w-accor6 li .i_img {
    text-align: center;
    margin-bottom: 1em;
}

.w-accor6 li .i_img img {
    max-width: 80%;
    max-height: 80px;
}

.w-accor6 li.cur .cont_ar:before,.w-accor6 li.cur .cont_ar:after {
    height: 3em;
}

.w-accor6 li.cur h3 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.w-accor6 li.cur h3.h_1 {
    top: 0;
}

.w-accor6 li.cur h3.h_2 {
    top: auto;
    bottom: 0;
}

.w-accor6 li.cur .dec_ar {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

@media (max-width: 960px) {
    .w-accor h3 {
        font-size:110%;
    }

    .w-accor .acr_p {
        font-size: 90%;
    }

    .w-accor1 li .acr_p,.w-accor2 li .acr_p {
        display: none;
    }

    .w-accor3 li .img_ar {
        height: 350px !important;
    }

    .w-accor3 li .img_ar img {
        height: 100%;
        max-width: inherit;
    }

    .w-accor4 li .img_ar {
        height: 350px !important;
    }

    .w-accor4 li .img_ar img {
        height: 100%;
        max-width: inherit;
    }

    .w-accor5 li .img_ar {
        height: 350px !important;
    }

    .w-accor5 li .img_ar img {
        height: 100%;
        max-width: inherit;
    }

    .w-accor5 li .i_img {
        height: 80px;
        line-height: 80px;
        margin-top: -40px;
    }

    .w-accor6 li .img_ar {
        height: 350px !important;
    }

    .w-accor6 li .img_ar img {
        height: 100%;
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .w-accor2 li .i_img {
        width:60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }

    .w-accor3 li .i_img img {
        max-height: 60px;
    }

    .w-accor4 li .dec_ar {
        left: 20px;
        right: 20px;
        padding: 15px;
    }

    .w-accor6 li .dec_ar {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 640px) {
    .w-accor {
        height:auto !important;
    }

    .w-accor0 ul,.w-accor1 ul,.w-accor2 ul,.w-accor3 ul {
        width: 100%;
    }

    .w-accor0 li,.w-accor1 li {
        width: 100% !important;
        float: none;
    }

    .w-accor0 li .img_ar,.w-accor1 li .img_ar {
        height: auto !important;
        width: 100% !important;
    }

    .w-accor2 li {
        width: 50% !important;
        float: left;
    }

    .w-accor2 li .img_ar {
        height: auto !important;
        width: 100% !important;
    }

    .w-accor3 li .acr_p {
        max-height: 12em;
        line-height: 1.5;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    body {
        font-size:3.5vw;
    }

    .w-accor2 li .dec_ar {
        padding: 2em 1em 0.6em;
    }

    .w-accor2 li .i_img {
        width: 3em;
        height: 3em;
        margin-left: -1.5em;
        margin-top: -1.5em;
    }

    .w-accor3 li .img_ar,.w-accor3.accorNoClick li .img_ar {
        height: 20em !important;
    }

    .w-accor3 li .i_img img {
        max-height: 3em;
    }

    .w-accor4 li .dec_ar {
        left: 1em;
        right: 1em;
        padding: 1em;
    }

    .w-accor4 li .img_ar {
        height: 20em !important;
    }

    .w-accor4 li .i_img img {
        max-height: 3em;
    }

    .w-accor5 li .img_ar {
        height: 20em !important;
    }

    .w-accor5 li .i_img {
        height: 5em;
        line-height: 5em;
        margin-top: -2.5em;
    }

    .w-accor6 li .dec_ar {
        left: 1em;
        right: 1em;
    }

    .w-accor6 li .img_ar {
        height: 20em !important;
    }

    .w-accor6 li .i_img img {
        max-height: 3em;
    }
}
.page-top .banners {
	padding-top: 50px;
}

.inner {
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	max-width: 1200px;
}

.slider .slick-dots {
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	z-index: 5;
}

.slider .slick-dots li {
	padding: 10px 10px;
	cursor: pointer;
}

.slider .slick-dots li button {
	width: 8px;
	height: 8px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transition: border 0.3s;
}

.slider .slick-dots li:hover button,
.slider .slick-dots li.slick-active button {
	border: 2px solid #FFF;
	background: none;
}

.slider--wide {
	padding-bottom: 160px;
}

.slider--wide .slick-list {
	overflow: visible !important;
	margin-right: -10px;
	margin-left: -10px;
}

.slider--wide .slick-arrow {
	bottom: 118px;
}

.slider--wide__item {
	padding-left: 10px;
	padding-right: 10px;
}

.slider--wide__item a {
	display: block;
	overflow: hidden;
}

.slider--wide__item img {
	width: 45.06667vw;
}

.slider--wide__item a:hover {
	opacity: 1;
}
.slider .slick-arrow span:before {
	height: 2px;
	transition: width 0.2s;
}

.slider .slick-arrow span:hover:before {
	width: calc(100% - 5px);
}

.slider--wide .slick-list {
	margin-right: -33px;
	margin-left: -33px;
}

.slider--wide__item {
	padding-left: 33px;
	padding-right: 33px;
}

.slider--wide__item img {
	transition: transform 0.4s;
	width: 215px;
	height: 219px;
}

.slider--wide__item a:hover img {
	transform: scale(1.04, 1.04);
}
.slider {
	position: relative;
}

.slider .slick-dots {
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	z-index: 5;
}

.slider .slick-dots li {
	padding: 10px 10px;
	cursor: pointer;
}

.slider .slick-dots li button {
	width: 8px;
	height: 8px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transition: border 0.3s;
}

.slider .slick-dots li:hover button,
.slider .slick-dots li.slick-active button {
	border: 2px solid #FFF;
	background: none;
}
.inner {
    margin-right: auto;
    margin-left: auto;
}
.slider {
	position: relative;
}

.slider .slick-arrow {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	position: absolute;
	width: 52px;
	z-index: 20;
	margin-bottom: -10px;
}

.slider .slick-arrow span {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 6px;
	position: relative;
}

.slider .slick-arrow span:after,
.slider .slick-arrow span:before {
	content: '';
	display: block;
}

.slider .slick-arrow span:before {
	width: 100%;
	height: 1px;
	background: #1861AE;
	margin-right: 0;
	margin-left: auto;
}

.slider .slick-arrow span:after {
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #1861AE;
}

.slider .slick-arrow.slick-prev {
	left: 0;
	transform: scaleX(-1);
}

.slider .slick-arrow.slick-next {
	right: 0;
}
.footer__mainmenu__inner.inner{
	padding-right: 20px;
	    padding-left: 20px;
	    width: 100%;
	    max-width: 1200px;
}
.footer {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #FFF;
}
.footer__logo {
    width: 120px;
    margin-bottom: 30px;
}
.footer__logo img {
    width: 100%;
}
.footer__mainmenu {
    /*border-top: 1px solid #e6e6e5;*/
}
.footer__mainmenu__inner {
    position: relative;
}
.footer__nav {
    margin-bottom: 20px;
}
.footer__nav__group a {
    display: block;
    color: #68656e;
}
.footer__nav__sublink {
    font-size: 1.2rem;
    width: 50%;
}
.footer__nav__sublink a {
    padding-top: 6px;
    padding-bottom: 23px;
    transition: color 0.3s;
    display: block;
    font-size: 14px;
    color: #808080;
    position: relative;
}
.footer__nav__sublink a::after {
    position: absolute;
        bottom: 3px;
        left: 0;
        content: "";
        width: 64%;
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        -o-transition: -o-transform .7s;
        transition: transform .7s;
        transition: transform .7s,-webkit-transform .7s,-o-transform .7s;
        z-index: 3;
        height: 1px;
        background-color: #171717;
}
.footer__nav__sublink a:hover:after{
  -webkit-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
}
.footer__nav__sublink a:hover {
    color: rgb(0,140,215);
    opacity: 1;
}
.footer__submenu {
    display: flex;
}
.footer__submenu__item {
    font-size: 1.0rem;
    line-height: 1;
    border-right: 1px solid #a0a2a8;
}
.footer__submenu__item:last-child {
    border-right: none;
}
.footer__submenu__item a {
    color: #0e1618;
    padding: 0 0.6em;
}
.footer__submenu__item:first-child a {
    padding-left: 0;
}
.footer__bottom {
    border-top: 1px solid #e6e6e5;
    padding: 15px 0;
}
.footer__official {
    display: flex;
    justify-content: center;
}
.footer__official__item {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}
.footer__official__item a {
    color: #525252;
    padding: 0 0.6em;
    font-size: 14px;
    color: #808080;
}
.footer__official__item:after {
    content:'/';
}
.footer__official__item:first-child a {
    padding-left: 0;
}
.footer__official__item:last-child a {
    padding-right: 0;
}
.footer__official__item:last-child:after {
    display: none;
}
.footer__copyright {
    font-size: 14px;
    text-align: center;
}
.footer__lang {
    display: flex;
}
.footer__lang__item {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.footer__lang__item a {
    color: #525252;
    padding: 0 0.7em;
}
.footer__lang__item:after {
    content:'/';
}
.footer__lang__item:first-child a {
    padding-left: 0;
}
.footer__lang__item:last-child a {
    padding-right: 0;
}
.footer__lang__item:last-child:after {
    display: none;
}
.footer__linkbtn {
    margin: 30px 10px 28px 10px;
    display: flex;
    justify-content: center;
}
.footer__linkbtn__item {
    width: 50%;
    max-width: 167px;
    margin: 0 5px;
}
.footer__linkbtn__item a {
    width: 100%;
    height: 32px;
    border-radius: 16px;
    border-color: #b6b9b9;
}
.footer__sns__title {
    font-size: 21px;
    color: #808080;
    letter-spacing: 0.15em;
}
.footer__sns__list {
    display: flex;
    align-items: center;
    margin: 0 -14px;
}
.footer__sns__list a i,
.footer__sns__list button i
{
    display: block;
    box-sizing: content-box;
    padding: 10px 14px;
    font-size: 36px;
    color: #808080;
}
.footer__sns__list a i,
.footer__sns__list button i
{
    font-size: 38px;
}
.footer__sns__list__item a i{
    font-size: 38px;
}
.footer__sns__list a img {
    width: auto;
    height: 15px;
}
.footer__search__title {
    font-size: 21px;
    
    letter-spacing: 0.15em;
    color: #808080;
    margin-bottom: 14px;
}
.footer__search__input {
    position: relative;
    border-bottom: 1px solid #e6e6e5;
}
.footer__search__input__parts {
    width: 100%;
    padding-bottom: 8px;
    padding-left: 22px;
}
.footer__search__input__parts::-webkit-input-placeholder {
    font-size: 1.2rem;
    color: #525252;
}
.footer__search__input__parts:-moz-placeholder {
    font-size: 1.2rem;
    
    color: #525252;
}
.footer__search__input__parts::-moz-placeholder {
    font-size: 1.2rem;
    font-weight: 400;
    color: #525252;
}
.footer__search__input__parts:-ms-input-placeholder {
    font-size: 1.2rem;
    
    color: #525252;
}
.footer__search__input__icon {
    width: 14px;
    position: absolute;
    left: 0;
    top: 8px;
}
button,
input,
select,
textarea {
	color: inherit;
	border-style: none;
	background-color: transparent;
}

.footer__mainmenu {
	padding-top: 50px;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.footer__nav__group {
	margin-bottom: 22px;
}

.footer__nav__mainlink .btn-list {
	border-bottom: none;
	padding: 14px 0 38px 0;
  font-size: 21px;
  
  color: #808080;
}

.footer__nav__mainlink .btn-list:before {
	display: none;
}

.footer__nav__mainlink--small {
	font-size: 1.2rem;
}

.footer__nav__mainlink--small .btn-list {
	padding-bottom: 38px;
}

.footer__bottom {
	height: 50px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 12px 0 0 0;
	margin-top: 20px;
}

.footer__lang {
	position: absolute;
	bottom: 68px;
	left: 20px;
}

.footer__lang__item {
	font-size: 14px;
}

.footer__sns__list {
	margin-right: 0;
}
.footer__nav__column {
	width: 25%;
}
.footer__nav__column__grid.footer__nav__column{
  width: 20%;
}
.footer__nav__column__grid__3.footer__nav__column,.footer__nav__column__grid__2.footer__nav__column{
  /*width: 30%;*/
}
.footer__nav__column__grid__3.footer__nav__column .footer__nav__sublink,.footer__nav__column__grid__2.footer__nav__column .footer__nav__sublink{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.footer__nav__column__grid__3.footer__nav__column .footer__nav__sublink__item {
  width: 32%;
  margin-right: 1%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer__nav__column__grid__2.footer__nav__column .footer__nav__sublink__item {
  width: 48%;
  margin-right: 1%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer__nav__column__grid__3.footer__nav__column .footer__nav__sublink__item:nth-child(3n) {
  margin-right: 0;  
}
.footer__nav__tools {
    width: 30%;
	margin-top: 10px;
	padding-left: 86px;
}

.footer__sns {
	margin-bottom: 70px;
}

[type="search"] {
	outline-offset: -2px; /* Correct the outline style in Safari */
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}
 .l-footer__contact {
    position: relative;
    background-color: #f5f5f5;
}

 .l-footer__contact::before {
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}
.technological{
  background-color: #F5F5F5;
}
 .l-footer__contact .l-footer__contact--inner {
    padding: 40px 80px;
    display: block;
    background-color: #fff;
    position: relative;
    text-decoration: none;
    color: #1f1f1f;
    overflow: hidden;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

@media (max-width: 767px) {
     .l-footer__contact .l-footer__contact--inner {
        padding:80px 40px
    }
}

@media (max-width: 575px) {
     .l-footer__contact .l-footer__contact--inner {
        padding:48px 20px
    }
}

 .l-footer__contact .l-footer__contact--inner::before {
    content: '';
    width: 100%;
    height: 0%;
    background-color: rgb(0,140,215);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(.55,.055,.675,.19);
    transition: all .3s cubic-bezier(.55,.055,.675,.19);
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

 .l-footer__contact .l-footer__contact--inner:active, .l-footer__contact .l-footer__contact--inner:focus, .l-footer__contact .l-footer__contact--inner:hover {
    color: #fff
}

 .l-footer__contact .l-footer__contact--inner:active::before, .l-footer__contact .l-footer__contact--inner:focus::before, .l-footer__contact .l-footer__contact--inner:hover::before {
    height: 100%;
    top: auto;
    bottom: 0
}

 .l-footer__contact .l-footer__contact--inner:active .l-footer__contact--title::after, .l-footer__contact .l-footer__contact--inner:focus .l-footer__contact--title::after, .l-footer__contact .l-footer__contact--inner:hover .l-footer__contact--title::after {
    background-color: #fff
}

 .l-footer__contact .l-footer__contact--inner:active .l-aside__contact--arrow-elem, .l-footer__contact .l-footer__contact--inner:focus .l-aside__contact--arrow-elem, .l-footer__contact .l-footer__contact--inner:hover .l-aside__contact--arrow-elem {
    -webkit-animation: anime-arrow .6s cubic-bezier(.165,.84,.44,1) 0s;
    animation: anime-arrow .6s cubic-bezier(.165,.84,.44,1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

 .l-footer__contact .l-footer__contact--inner:active .l-aside__contact--arrow-elem path, .l-footer__contact .l-footer__contact--inner:active .l-aside__contact--arrow-elem rect, .l-footer__contact .l-footer__contact--inner:focus .l-aside__contact--arrow-elem path, .l-footer__contact .l-footer__contact--inner:focus .l-aside__contact--arrow-elem rect, .l-footer__contact .l-footer__contact--inner:hover .l-aside__contact--arrow-elem path, .l-footer__contact .l-footer__contact--inner:hover .l-aside__contact--arrow-elem rect {
    fill: #fff
}
.l-footer__contact .l-footer__contact--inner:hover .l-footer__contact--title .-ja{
    color: #fff;
}
 .l-footer__contact .l-footer__contact--content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

 .l-footer__contact .l-footer__contact--title {
    margin-bottom: 0;
    padding-bottom: 28px;
    max-width: calc(100% - 120px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 767px) {
     .l-footer__contact .l-footer__contact--title {
        padding-bottom:20px
    }
}

 .l-footer__contact .l-footer__contact--title::after {
    content: '';
    width: 72px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

@media (max-width: 767px) {
     .l-footer__contact .l-footer__contact--title::after {
        width:120px
    }
}

@media (max-width: 320px) {
     .l-footer__contact .l-footer__contact--title::after {
        width:80px
    }
}

 .l-footer__contact .l-footer__contact--title .-en {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 1200px) {
     .l-footer__contact .l-footer__contact--title .-en {
        font-size:5rem
    }
}

@media (max-width: 767px) {
     .l-footer__contact .l-footer__contact--title .-en {
        font-size:4rem
    }
}

@media (max-width: 575px) {
     .l-footer__contact .l-footer__contact--title .-en {
        font-size:2.4rem
    }
}

@media (max-width: 320px) {
     .l-footer__contact .l-footer__contact--title .-en {
        font-size:2rem
    }
}

 .l-footer__contact .l-footer__contact--title .-ja {
    font-size: 20px;
    padding-left: 35px;
    color: #000;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
     .l-footer__contact .l-footer__contact--title .-ja {
        font-size: 24px;
        padding-left: 16px
    }
}

@media (max-width: 320px) {
     .l-footer__contact .l-footer__contact--title .-ja {
        padding-left:12px
    }
}

@media (max-width: 767px) {
     .l-footer__contact .l-footer__contact--title {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

 .l-footer__contact .l-aside__contact--arrow {
    max-width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px
}

@media (max-width: 767px) {
     .l-footer__contact .l-aside__contact--arrow {
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 40px;
        text-align: right
    }
}

@media (max-width: 575px) {
     .l-footer__contact .l-aside__contact--arrow {
        padding-top:24px
    }
}

 .l-footer__contact .l-aside__contact--arrow-elem path, .l-footer__contact .l-aside__contact--arrow-elem rect {
    -webkit-transition: all .2s cubic-bezier(.165,.84,.44,1);
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.page-top{
  width: 100%;
  overflow: hidden;
  padding-top: 160px;
}

.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 99999999999;
}
.video-box button {
  display: inline-block;
  padding: 0;
  border: 0 none;
  background: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.video-box .video-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.video-box .video-button i {
  font-size: 56px;
}
.video-box .video-button.video-btn-volume i {
  font-size: 20px;
}
.video-box .video-button.video-tooltip-toggle i {
  font-size: 20px;
}
.video-box .video-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .video-video video {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-box .video-container {
  width: 852px;
  min-height: 550px;
  max-height: 90vh;
  background: #000000;
  overflow: hidden;
  opacity: 0;
}
.video-box .video-container.video-ready {
  opacity: 1;
}
.video-box.quanping .video-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.video-box.video-playing .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box.heibian .video-container {
  padding: 40px 0;
}
.video-box.heibian .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.video-box.heibian.quanping .video-container {
  padding: 0;
}
.video-box.hideui .video-div .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box .i {
  font-family: none;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-box .i:before,
.video-box i:after {
  display: none !important;
}
.video-box .i-voice-on {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-voice-off {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-bofang {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-zhanting {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-quanping {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-suoxiao {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .9;
}
.video-div {
  background: #000;
  font-size: 0;
  letter-spacing: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-ui {
  position: absolute;
  width: 100%;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  z-index: 6;
  letter-spacing: .25px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.video-loading-pulse {
  position: absolute;
  width: 6px;
  height: 24px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.video-loading-pulse:before,
.video-loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}
.video-loading-pulse:before {
  left: -12px;
}
.video-loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@keyframes pulse {
  50% {
    background: white;
  }
}
.video-loading {
  opacity: 1;
  color: #2c97f6;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3600px #000;
  background: #000;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.video-loading i {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: adeg 1s infinite linear;
  -o-animation: adeg 1s infinite linear;
  -ms-animation: adeg 1s infinite linear;
  -moz-animation: adeg 1s infinite linear;
  animation: adeg 1s infinite linear;
}
.video-loading .i-loading:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.video-loading.yihuanchun {
  opacity: 0;
}
@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-close {
  position: absolute;
  top: calc(52px + 2%);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.video-bofang.f-czspjuzhong {
  z-index: 2;
  font-size: 0;
}
.video-bofang.f-czspjuzhong i {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 62px;
  font-size: 66px;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  transition: transform 1s;
}
.video-hide {
  z-index: 0 !important;
}
.video-hide i {
  opacity: 0;
  -webkit-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  will-change: transform, opacity;
  z-index: 0;
}
.video-progress {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 36px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
  opacity: 1;
}
.video-tooltip-time {
  width: 46px;
  position: absolute;
  height: 20px;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-tooltip-time .video-tinytip-content {
  margin-left: -23px;
}
.video-tooltip-time .video-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 2px;
}
.video-tinytip .video-tooltip-content {
  display: inline-block;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.video-progress-padding {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
}
.video-progress-list {
  position: relative;
  top: -1px;
  z-index: 39;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.video-progress-buffer {
  z-index: 33;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-progress-hover {
  z-index: 34;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.video-progress-play {
  z-index: 35;
  background-color: #2c97f6;
}
.video-progress-handle {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -6.5px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #2c97f6;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-padding:hover + .video-progress-list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-controls-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  padding: 0 10px;
  z-index: 3;
}
.video-time-panel {
  font-size: 12px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 5px;
  line-height: 36px;
  letter-spacing: .25px;
}
.video-time-panel-current {
  color: #DEDEDF;
}
.video-fullscreen {
  float: right;
}
.video-definition {
  float: right;
  width: 55px;
  height: 36px;
  position: relative;
}
.video-definition .video-button {
  width: 100%;
}
.video-definition .video-button span {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 2px 5px;
}
.video-definition .video-tooltip-content {
  width: 80px;
  left: 50%;
  margin-left: -40px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.video-definition:hover .video-tooltip-content {
  position: absolute;
  bottom: 35px;
  color: #aaa;
  display: block;
  z-index: 6;
}
.video-menu .video-menu-item {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  height: 38px;
  background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
  background-size: 80% 1px;
}
.video-menu .video-menu-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.video-menu .video-menu-item.video-active {
  color: #FF8F00;
}
.video-volume {
  float: right;
  position: relative;
}
.video-popup .video-popup-content {
  transform: scaleY(0);
  bottom: 41px;
  position: absolute;
}
.video-popup .video-popup-content:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.video-popup:hover .video-popup-content {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}
.video-volume-slider {
  left: 0;
  width: 36px;
  height: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.video-tinytip-tiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-volume-range {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 4px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-volume-range-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #2c97f6;
}
.video-volume-handle {
  position: absolute;
  top: 0;
  left: -4px;
  width: 12px;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 998px) {
  .video-box .video-container {
    width: 80vw;
    max-height: 80vh;
    min-height: 44.9vw;
  }
}
@media (max-width: 468px) {
  .video-box .video-container {
    width: 100vw;
    min-height: 54.9vw;
  }
  .video-loading i {
    font-size: 26px;
  }
  .video-definition {
    display: none;
  }
}
/*
 * 瑙嗛缁撳熬
 * */
.f-czspjuzhong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@-webkit-keyframes anime-arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(16px);
        transform: translateX(16px)
    }

    75% {
        opacity: 0;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes anime-arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(16px);
        transform: translateX(16px)
    }

    75% {
        opacity: 0;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.common-thumbnail a{
    display: block;
    overflow: hidden;
    position: relative;
}
.common-thumbnail a:hover .mask,
.common-thumbnail a:hover .title{
    visibility: visible;
}
.common-thumbnail a .mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
}
.common-thumbnail a .title{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    visibility: hidden;
}
.common-thumbnail a .title p{
    color: #fff;
    text-overflow: -o-ellipsis-lastline;  
overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 4;  
-webkit-box-orient: vertical;  
}
.mask-text-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 666;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask-text-wrapper .mask-text{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.mask-text-wrapper .mask-text p{
    font-size: 32px;
    margin-bottom: 36px;
    font-family: "gotham light";
}
.mask-text-wrapper .mask-text p:first-child{
    font-size: 44px;
    margin-bottom: 55px;
    font-family: "Noto Sans SC";
}
:after,:before{
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.news-wrapper .class-single_page .caption{
    margin-top: 62px;
}
.scroll-wrapper .time{
    font-size: 18px;
    
    color: #0099cc;
}
.p-index__service--body .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.p-index__service .col-lg-3
.p-index__service--item .p-index__service--item-title{
    width: calc(100% - 100px);
    padding-right: 20px;
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 3px;
}
.gutters-5{
    margin-left: -10px;
    margin-right: -10px;
}
.over-layer {
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4)
}

.over-layer.hover {
  visibility: visible;
  opacity: 1
}
