.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2a96cf;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2a96cf;
  border-color: #2a96cf;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #2a96cf;
  border-color: #2687ba;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #2177a5;
  border-color: #103a50;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2177a5;
  border-color: #1b6287;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2177a5;
  border-color: #1b6287;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #1b6287;
  border-color: #103a50;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2a96cf;
  border-color: #2687ba;
}
.btn-primary .badge {
  color: #2a96cf;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a96cf;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #666666;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666666;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f5f5f5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #eee;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 700px;
  margin: 140px auto 35px;
}
.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  position: absolute;
  top: 9.5%;
  right: 5%;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1400px) {
  .modal-dialog {
    width: 50%;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 999px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
body {
  background-color: #f5f5f5;
}
.header-wrapper {
  position: relative;
  background-color: #ffffff;
}
.banner {
  position: relative;
  background-color: #ffffff;
}
.banner ul.gallery li {
  display: none;
}
.banner .lightSlider img {
  width: 100%;
}
.banner .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.banner .lSSlideOuter .lSPager.lSpg > li a {
  background-color: rgba(255, 255, 255, 0.7);
}
.banner .lSSlideOuter .lSPager.lSpg > li.active a,
.banner .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #ffffff;
}
.layout-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 999px) {
  .layout-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .layout-wrapper {
    width: 100%;
  }
}
@media (min-width: 999px) {
  .layout-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .layout-wrapper {
    padding: 20px 10px;
  }
}
.nav-wrapper {
  background-color: #ffffff;
  min-height: 70px;
}
.nav-wrapper > .container {
  position: relative;
}
.nav-wrapper .breadcrumb {
  position: absolute;
}
@media (min-width: 999px) {
  .nav-wrapper .breadcrumb {
    top: 18px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .nav-wrapper > .container {
    padding-top: 35px;
  }
  .nav-wrapper .breadcrumb {
    top: 0;
    left: 0;
    right: 0;
  }
}
.nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3px;
  min-width: 80px;
}
.nav-menu li {
  position: relative;
  padding: 28px 7px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  transition: 0.2s all linear;
  cursor: pointer;
}
@media (min-width: 999px) {
  .nav-menu li + li {
    margin-left: 28px;
  }
}
@media (max-width: 991px) {
  .nav-menu li + li {
    margin-left: 14px;
  }
}
.nav-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 3px solid #2a96cf;
  transition: 0.2s all linear;
}
.nav-menu li:hover::before {
  width: 100%;
  top: 0;
  left: 0;
  transition-delay: 0.1s;
  border-bottom-color: #2a96cf;
  z-index: -1;
}
.nav-menu li:hover ~ .nav-menu li::before {
  left: 0;
}
.nav-menu li.active a {
  color: #2a96cf;
}
.nav-menu li.active::before {
  width: 100%;
  left: 0;
  border-bottom: 3px solid #2a96cf;
}
@media (min-width: 999px) {
  .nav-menu li {
    padding: 28px 7px;
  }
}
@media (max-width: 991px) {
  .nav-menu li {
    padding: 14px 7px;
  }
}
@media (min-width: 999px) {
  .nav-menu.scroll {
    width: calc(100% - 220px);
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 991px) {
  .nav-menu.scroll {
    overflow-x: scroll;
  }
  .nav-menu.scroll > li {
    text-align: center;
  }
  .nav-menu.scroll > li a {
    display: inline-block;
    min-width: 80px;
  }
}
.breadcrumb {
  padding: 7px;
  margin-bottom: 0;
  list-style: none;
  background-color: #ffffff;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb > li + li:before {
  content: "\0399";
  padding: 0 5px;
  color: #666666;
}
.breadcrumb > .active {
  color: #2a96cf;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination > li > a,
.pagination-wrapper .pagination > li > span {
  margin: 0 2px;
}
.media {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  padding: 20px;
}
.media > .media-data {
  -webkit-box-flex: 0 0 100px;
  -moz-box-flex: 0 0 100px;
  -o-box-flex: 0 0 100px;
  box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -o-flex: 0 0 100px;
  flex: 0 0 100px;
  text-align: right;
  padding: 5px 20px 5px 0;
  color: #b1aea8;
}
.media > .media-data > h4 {
  font-size: 60px;
  line-height: 0.8;
}
.media > .media-data > p {
  font-size: 20px;
}
.media > .media-body {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -o-box-flex: 1 0 0;
  box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0;
  padding-left: 20px;
  color: #6e6b64;
  flex-grow: 1;
}
.media > .media-body > h4.media-heading {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
}
.media > .media-body > p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.8;
}
.media-box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #000000;
}
.media-box .box-preview > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: cover;
  min-height: 300px;
  min-width: 300px;
}
.media-box .box-body > h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.media-box .box-body > p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
}
.media-box .box-body.delimiter > p {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.media-box .box-body.delimiter > p::before {
  content: "-";
  margin-right: 5px;
}
@media (min-width: 999px) {
  .media-box .box-preview {
    -webkit-box-flex: 0 0 300px;
    -moz-box-flex: 0 0 300px;
    -o-box-flex: 0 0 300px;
    box-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    -moz-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    -o-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .media-box .box-body {
    -webkit-box-flex: 1 0 0;
    -moz-box-flex: 1 0 0;
    -o-box-flex: 1 0 0;
    box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
    flex-grow: 1;
    padding-left: 60px;
  }
  .media-box.right {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .media-box.right .box-body {
    padding-right: 60px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .media-box {
    padding: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .media-box .box-body {
    padding: 10px 20px;
  }
}
.more-view {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  padding: 20px 0;
  width: 100px;
  margin: 0 auto;
}
.more-view .icon-link {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 26px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #2a96cf;
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
}
.more-view .icon-link > i {
  margin: 0 0 2px 5px;
}
.more-view p {
  color: #2a96cf;
}
.more-view.show-more .icon-link {
  transform: rotate(-90deg);
}
.dropdown {
  position: relative;
  padding: 5px 30px 5px 0;
}
.dropdown::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-left: 10px;
  text-align: center;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown .dropdown-menu > li {
  padding: 5px 20px;
  line-height: 2;
}
.dropdown .dropdown-menu > li > a {
  color: #666666;
}
.dropdown .dropdown-menu > li:hover > a {
  color: #2a96cf;
}
.dropdown:hover > .dropdown-toggle {
  color: #2a96cf;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
@media (min-width: 999px) {
  .dropdown::after {
    top: calc(50% - 10px);
  }
  .dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 991px) {
  .dropdown::after {
    top: 10px;
  }
  .dropdown .dropdown-menu {
    background: #f5f5f5;
    margin: 10px 0;
  }
}
.article-wrapper {
  background-color: #ffffff;
  margin: 30px auto;
}
.article-wrapper > .heading,
.article-wrapper > .content {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.article-wrapper > .heading {
  text-align: center;
  line-height: 1.5;
}
.article-wrapper > .heading > h5 {
  font-weight: bold;
  font-size: 32px;
}
.article-wrapper > .heading p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.article-wrapper > .content {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.article-wrapper > .content > h3 {
  font-size: 18px;
}
.article-wrapper > .content > h5 {
  line-height: 2;
  font-size: 16px;
}
.article-wrapper > .content p img {
  display: block;
  margin: 0 auto;
}
.article-wrapper > .content .spaceing {
  text-indent: 2em;
  letter-spacing: 2px;
}
.article-wrapper > .content .thumbnail {
  margin: 40px auto;
  text-align: center;
}
.article-wrapper > .content .thumbnail > img {
  max-width: 100%;
}
.article-wrapper > .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  padding: 20px 0;
}
.article-wrapper > .footer > a {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -o-box-flex: 1 0 0;
  box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
}
.article-wrapper > .footer > a.prev {
  text-align: left;
}
.article-wrapper > .footer > a.next {
  text-align: right;
}
@media (min-width: 999px) {
  .article-wrapper {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .article-wrapper {
    padding: 20px;
  }
}
.floating-group {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 320px;
  z-index: 99;
}
.floating-group ul.item > li {
  background-color: #00a750;
  color: #ffffff;
  margin: 0 0 5px 8px;
  padding: 4px 0 5px 15px;
  border-radius: 5px 0 0 5px;
  width: 50px;
  height: 45px;
  font-size: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
}
.floating-group ul.item a {
  color: #ffffff;
}
.floating-group > .button {
  background-color: #00a750;
  color: #ffffff;
  width: 50px;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
}
.floating-group .btn-qrcode {
  margin-top: 50px;
  padding-bottom: 0;
  position: relative;
}
.floating-group .btn-qrcode > .info {
  position: absolute;
  right: 50px;
  width: 125px;
  height: 125px;
  top: 0;
  display: none;
}
.floating-group .btn-qrcode > .info > i.fa {
  position: absolute;
  right: -5px;
  top: 18px;
  color: #ffffff;
}
.floating-group .btn-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 200px !important;
  margin-right: -150px !important;
}
.floating-group .btn-phone > span {
  display: none;
  float: right;
  font-size: 1.4rem;
  margin: 0 5px;
  font-family: Georgia, serif;
  color: #fff;
}
.floating-group .btn-phone:hover {
  margin-left: -140px;
  background-color: #333333;
}
.floating-group .btn-phone:hover > span {
  display: block;
}
@media (max-width: 991px) {
  .floating-group {
    display: none;
  }
}
.nav-icon-list {
  display: inline-block;
  margin-left: 15px;
}
.nav-icon-list > li {
  display: inline-block;
  margin: 0px 0px;
}
.nav-icon-list > li a {
  padding: 2px 15px;
  cursor: pointer;
  color: #4b4e52;
  border-left: 1px solid #787878;
}
.nav-icon-list > li a i {
  font-size: 18px;
  padding-left: 10px;
}
.nav-icon-list > li a span {
  font-size: 14px;
  text-transform: uppercase;
}
.nav-icon-list > li:last-child a {
  padding-right: 0px;
}
.nav-icon-list .only {
  display: none;
}
@media (max-width: 991px) {
  .nav-icon-list {
    text-align: right;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    z-index: 111;
    top: 8px;
    right: 57px;
  }
  .nav-icon-list > li a {
    border-width: 0;
  }
  .nav-icon-list .only {
    display: inline-block;
  }
}
.modal-search {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  background: #5692ce;
  z-index: 1;
}
@media (min-width: 999px) {
  .modal-search {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .modal-search {
    width: 100%;
  }
}
.modal-search .modal-close {
  margin-bottom: 20px;
}
.modal-search .modal-content > P {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}
.modal-search .modal-content .product-list > li {
  width: 380px;
}
.modal-search .close-search-modal {
  transition: all 0.2s;
  cursor: pointer;
}
.modal-search .close-search-modal:hover {
  transform: rotate(90deg);
}
.modal-search .search-group {
  position: relative;
}
.modal-search .search-group .search-input {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
}
.modal-search .search-group .search-input::-webkit-input-placeholder {
  color: #ffffff;
}
.modal-search .search-group .btn-search {
  position: absolute;
  top: 0;
  right: 10px;
  border-width: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}
.modal-search .search-group .btn-search:hover {
  color: #fafafa;
}
@media (min-width: 999px) {
  .modal-search {
    padding: 40px 0;
    min-height: 100%;
  }
  .modal-search .modal-close {
    text-align: right;
  }
  .modal-search .search-group {
    width: 950px;
    margin: 40px auto;
  }
  .modal-search .search-group .search-input {
    height: 60px;
    padding: 10px 80px 10px 30px;
  }
  .modal-search .search-group .btn-search {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .modal-search {
    padding: 20px 10px;
    height: 100%;
  }
  .modal-search .modal-close {
    text-align: center;
  }
  .modal-search .search-group {
    width: 100%;
    margin: 20px auto;
  }
  .modal-search .search-group .search-input {
    width: 100%;
    height: 45px;
    padding: 10px 60px 10px 30px;
    font-size: 18px;
  }
  .modal-search .search-group .btn-search {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
  .modal-search .product-list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .modal-search .close-search-modal {
    width: 40px;
    height: 40px;
  }
}
/** ========== 首页 ==========  */
.home-wrapper {
  min-height: 450px;
  background-color: #ffffff;
}
.home-wrapper.spacing {
  background-color: #f5f5f1;
}
.section-box {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 999px) {
  .section-box {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .section-box {
    width: 100%;
  }
}
.section-box > .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 40px 20px 50px;
}
.section-box > .heading > h5 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  color: #2a96cf;
  font-weight: bold;
  font-size: 24px;
  line-height: 2.2;
}
.section-box > .heading > h5::before {
  content: "";
  width: 46px;
  height: 100%;
  border-bottom: 2px solid #2a96cf;
}
.section-box > .heading > p {
  color: #6e6b64;
  font-size: 16px;
  margin-top: 20px;
}
.walkin-box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0;
}
.walkin-box > .box-map {
  position: relative;
  text-align: center;
}
.walkin-box > .box-map .area-map > area {
  cursor: pointer;
}
@media (min-width: 999px) {
  .walkin-box > .box-map {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .walkin-box > .box-map .area-map {
    display: none;
  }
}
@media (min-width: 999px) {
  .walkin-box > .box-info {
    padding: 20px 0;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .walkin-box > .box-info {
    padding: 20px 0 0;
  }
}
.walkin-box .explanation {
  position: relative;
  background-color: #2a96cf;
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}
.walkin-box .explanation::before {
  content: '';
  height: 36px;
  background-image: url(../images/home/walk_in_hua_zhang_block.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -18px;
  top: calc(100% / 2 - 18px);
  display: inline-block;
  width: 36px;
}
.walkin-box .explanation > .logo {
  height: 76px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: -15px;
  background-size: contain;
  margin-bottom: 30px;
}
.walkin-box .explanation p + p {
  margin-top: 20px;
}
@media (min-width: 999px) {
  .walkin-box .explanation {
    padding: 40px 20px 40px 40px;
  }
  .walkin-box .explanation::before {
    left: -18px;
    top: calc(100% / 2 - 18px);
  }
}
@media (max-width: 991px) {
  .walkin-box .explanation {
    padding: 20px;
  }
  .walkin-box .explanation::before {
    top: -18px;
    left: calc(100% / 2 - 18px);
  }
}
@media (min-width: 999px) {
  .walkin-box {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
  .walkin-box > .box-map,
  .walkin-box > .box-info {
    width: calc(100% / 2);
  }
}
@media (max-width: 991px) {
  .walkin-box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 0;
  }
  .walkin-box > .box-map,
  .walkin-box > .box-info {
    width: 100%;
  }
}
.product-center {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.product-center > .item {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  height: 80px;
}
@media (min-width: 999px) {
  .product-center {
    padding-bottom: 80px;
  }
  .product-center > .item {
    width: 215px;
    margin: 10px 12px;
  }
}
@media (max-width: 991px) {
  .product-center {
    padding-bottom: 20px;
  }
  .product-center > .item {
    width: 180px;
    margin: 5px 10px;
  }
}
.advisory-center {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.advisory-center .box-preview > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: cover;
  height: 268px;
}
.advisory-center .box-preview > .caption {
  background-color: #5692ce;
}
.advisory-center .box-preview > .caption .media-data {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.advisory-center .box-preview > .caption .media-data > h4,
.advisory-center .box-preview > .caption .media-data > p,
.advisory-center .box-preview > .caption .media-body > h4,
.advisory-center .box-preview > .caption .media-body > h4 a,
.advisory-center .box-preview > .caption .media-body > p {
  color: #ffffff;
}
.advisory-center .box-new > .media {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.advisory-center .box-new .btn-group {
  text-align: right;
}
.advisory-center .btn-more {
  margin-top: 40px;
  padding: 10px 30px;
  border-radius: 0;
  border: 1px solid #8a8a8a;
  color: #000000;
}
.advisory-center .btn-more:hover {
  border-color: #2a96cf;
  color: #2a96cf;
}
@media (min-width: 999px) {
  .advisory-center {
    padding: 40px 0;
  }
  .advisory-center .box-preview {
    -webkit-box-flex: 0 0 485px;
    -moz-box-flex: 0 0 485px;
    -o-box-flex: 0 0 485px;
    box-flex: 0 0 485px;
    -webkit-flex: 0 0 485px;
    -moz-flex: 0 0 485px;
    -ms-flex: 0 0 485px;
    -o-flex: 0 0 485px;
    flex: 0 0 485px;
  }
  .advisory-center .box-new {
    -webkit-box-flex: 1 0 0;
    -moz-box-flex: 1 0 0;
    -o-box-flex: 1 0 0;
    box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
    flex-grow: 1;
    padding-left: 80px;
    width: 600px;
  }
}
@media (max-width: 991px) {
  .advisory-center {
    padding: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .advisory-center .box-new {
    padding: 30px 20px;
  }
}
.added-services {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.added-services > li {
  cursor: pointer;
  text-align: center;
}
.added-services > li div {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 15px;
  width: 180px;
  border-radius: 4px;
}
.added-services > li div > p {
  font-size: 16px;
  color: #333333;
}
.added-services > li div:hover {
  background-color: #ffffff;
}
.added-services .icon {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 40px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 999px) {
  .added-services {
    padding-bottom: 50px;
  }
  .added-services > li {
    width: calc(100% / 4);
    margin: 40px 0;
  }
}
@media (max-width: 991px) {
  .added-services {
    padding: 0 0 50px;
  }
  .added-services > li {
    width: calc(100% / 2);
    margin: 10px 0;
  }
}
.map-tabs .tab-pane {
  display: none;
}
.map-tabs .tab-pane > h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.map-tabs .tab-pane > P {
  margin: 0 !important;
}
/** ========== 走进华章 ==========  */
.profile-wrapper .media-box {
  background-color: #ffffff;
  padding: 0;
  margin: 40px 0;
}
.profile-wrapper .media-box .box-preview > .thumbnail {
  height: 100%;
}
.profile-wrapper .media-box .box-body {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
.profile-wrapper .media-box .box-body > h5 {
  color: #2a96cf;
}
.profile-wrapper .media-box .box-body > p {
  margin: 0;
}
.profile-wrapper .media-box .box-body .space {
  margin-bottom: 20px;
}
.profile-wrapper .media-box .box-body > .link {
  margin-top: 20px;
  color: #666666;
}
.profile-wrapper .media-box .box-body > .link a {
  text-decoration: revert;
}
@media (min-width: 999px) {
  .profile-wrapper .media-box .box-preview {
    -webkit-box-flex: 0 0 415px;
    -moz-box-flex: 0 0 415px;
    -o-box-flex: 0 0 415px;
    box-flex: 0 0 415px;
    -webkit-flex: 0 0 415px;
    -moz-flex: 0 0 415px;
    -ms-flex: 0 0 415px;
    -o-flex: 0 0 415px;
    flex: 0 0 415px;
  }
  .profile-wrapper .media-box .box-body {
    padding-left: 40px;
  }
  .profile-wrapper .media-box.right .box-body {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .profile-wrapper .media-box {
    margin: 20px 0;
  }
}
.culture-wrapper .media-box {
  margin: 20px 0;
  padding: 0;
}
.culture-wrapper .media-box .box-preview > .thumbnail {
  background-size: 100% 100%;
  min-height: 300px;
  height: 100%;
}
.culture-wrapper .media-box .box-body {
  color: #ffffff;
  background-color: #2a96cf;
  min-height: 300px;
}
.culture-wrapper .media-box .box-body > h5 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.culture-wrapper .media-box .box-body > h5::before {
  content: "";
  width: 15px;
  height: 100%;
  margin-top: 10px;
  border-bottom: 2px solid #ffffff;
}
.culture-wrapper .media-box .box-body > p {
  margin: 0;
}
.culture-wrapper .media-box .box-body.preview {
  padding: 0;
}
.culture-wrapper .media-box .box-body.preview > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: 100% 100%;
  min-height: 300px;
}
@media (min-width: 999px) {
  .culture-wrapper .media-box .box-preview {
    -webkit-box-flex: 0 0 385px;
    -moz-box-flex: 0 0 385px;
    -o-box-flex: 0 0 385px;
    box-flex: 0 0 385px;
    -webkit-flex: 0 0 385px;
    -moz-flex: 0 0 385px;
    -ms-flex: 0 0 385px;
    -o-flex: 0 0 385px;
    flex: 0 0 385px;
  }
  .culture-wrapper .media-box .box-body {
    margin-left: 20px;
  }
  .culture-wrapper .media-box.right .box-body {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .culture-wrapper .media-box .box-body {
    padding: 60px 80px;
  }
}
.culture-list {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.culture-list > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 590px;
  min-height: 165px;
  margin: 10px;
  padding: 30px;
  background-color: #ffffff;
}
.culture-list > .item .icon {
  -webkit-box-flex: 0 0 60px;
  -moz-box-flex: 0 0 60px;
  -o-box-flex: 0 0 60px;
  box-flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  -moz-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  -o-flex: 0 0 60px;
  flex: 0 0 60px;
}
.culture-list > .item .info {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -o-box-flex: 1 0 0;
  box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  padding-left: 20px;
}
.culture-list > .item .info > h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.culture-list > .item .info > p {
  line-height: 2;
  font-size: 16px;
}
.culture-list > .item .icon {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.culture-list > .item .icon.icon-love {
  background-image: url("../images/walk_in/icon_love.png");
}
.culture-list > .item .icon.icon-trophy {
  background-image: url("../images/walk_in/icon_trophy.png");
}
.culture-list > .item .icon.icon-assist {
  background-image: url("../images/walk_in/icon_assist.png");
}
.culture-list > .item .icon.icon-light {
  background-image: url("../images/walk_in/icon_light.png");
}
.culture-list > .item:hover {
  color: #ffffff;
  background-color: #2a96cf;
}
.culture-list > .item:hover .icon-love {
  background-image: url("../images/walk_in/icon_love_hover.png");
}
.culture-list > .item:hover .icon-trophy {
  background-image: url("../images/walk_in/icon_trophy_hover.png");
}
.culture-list > .item:hover .icon-assist {
  background-image: url("../images/walk_in/icon_assist_hover.png");
}
.culture-list > .item:hover .icon-light {
  background-image: url("../images/walk_in/icon_light_hover.png");
}
@media (min-width: 999px) {
  .culture-list {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .culture-list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .culture-list > .item {
    -moz-box-align: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
  }
}
.new-list {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.new-list > .new-item {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 10px 0;
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.new-list .backdrop {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 350px;
  height: 240px;
  background-color: #f5f5f5;
  margin-right: 20px;
}
.new-list .item-info {
  padding: 10px 20px;
  color: #8a8a8a;
  font-weight: lighter;
  font-size: 14px;
}
.new-list .item-info > .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.new-list .item-info > .time {
  margin-bottom: 10px;
  display: block;
}
.new-list .item-info > .description {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  min-height: 90px;
}
.new-list .item-info > .button {
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid #8a8a8a;
}
.new-list .item-info > .button:hover {
  border-color: #2a96cf;
}
@media (min-width: 999px) {
  .new-list .backdrop {
    -webkit-box-flex: 0 0 350px;
    -moz-box-flex: 0 0 350px;
    -o-box-flex: 0 0 350px;
    box-flex: 0 0 350px;
    -webkit-flex: 0 0 350px;
    -moz-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    -o-flex: 0 0 350px;
    flex: 0 0 350px;
  }
  .new-list .item-info {
    -webkit-box-flex: 1 0 0;
    -moz-box-flex: 1 0 0;
    -o-box-flex: 1 0 0;
    box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
    flex-grow: 1;
  }
}
@media (max-width: 991px) {
  .new-list .new-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .new-list .backdrop {
    margin-right: 0;
    width: 100%;
  }
}
.honor-list {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.honor-list > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 380px;
  height: 380px;
  margin: 10px;
  border: 10px solid #ffffff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.honor-list > .item > .thumbnail {
  height: 100%;
}
.honor-list > .item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.honor-list > .item .content > h5 {
  -webkit-box-flex: 0 0 30px;
  -moz-box-flex: 0 0 30px;
  -o-box-flex: 0 0 30px;
  box-flex: 0 0 30px;
  -webkit-flex: 0 0 30px;
  -moz-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  -o-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.honor-list > .item .content > .enlarge {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -o-box-flex: 1 0 0;
  box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-grow: 1;
}
.honor-list > .item .content > .enlarge > p {
  margin-top: 15px;
}
.honor-list > .item .icon-zoom {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-image: url('../images/icon-zoom.png');
  width: 30px;
  height: 30px;
  transform: rotate(360deg);
  transition: all 0.5s ease 0s;
}
.honor-list > .item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #000000;
  transition: all 0.3s ease 0s;
}
.honor-list > .item:hover {
  border-color: #2a96cf;
}
.honor-list > .item:hover::before {
  opacity: 0.6;
}
.honor-list > .item:hover .content {
  opacity: 1;
}
@media (max-width: 991px) {
  .honor-list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
/** ========== 产品中心 ==========  */
.partner-wrapper .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.partner-wrapper .heading > h5 {
  font-size: 28px;
  color: #2a96cf;
  line-height: 2;
}
.partner-wrapper .heading > p {
  font-weight: normal;
  font-size: 24px;
}
@media (min-width: 999px) {
  .partner-wrapper .heading {
    padding: 60px 20px 40px;
  }
}
@media (max-width: 991px) {
  .partner-wrapper .heading {
    padding: 20px;
  }
}
.partner-wrapper .content {
  padding-bottom: 20px;
}
.partner-list {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.6s ease 0.8s;
}
.partner-list > .item {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: cover;
}
@media (min-width: 999px) {
  .partner-list > .item {
    width: 300px;
    height: 157px;
  }
  .partner-list .item:nth-of-type(n+13) {
    opacity: 0;
    transform: translateY(30%);
    transition: all 0.3s ease 0s;
  }
  .partner-list.show-more .item:nth-of-type(n+13) {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .partner-list > .item {
    width: 180px;
    height: 90px;
    margin: 5px 10px;
  }
  .partner-list .item:nth-of-type(n+7) {
    opacity: 0;
    transform: translateY(30%);
    transition: all 0.3s ease 0s;
  }
  .partner-list.show-more .item:nth-of-type(n+7) {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product-wrapper .product-side {
  background-color: #ffffff;
}
.product-wrapper .product-main,
.product-wrapper .product-detail {
  background-color: #ffffff;
}
@media (min-width: 999px) {
  .product-wrapper .product-side {
    -webkit-box-flex: 0 0 230px;
    -moz-box-flex: 0 0 230px;
    -o-box-flex: 0 0 230px;
    box-flex: 0 0 230px;
    -webkit-flex: 0 0 230px;
    -moz-flex: 0 0 230px;
    -ms-flex: 0 0 230px;
    -o-flex: 0 0 230px;
    flex: 0 0 230px;
    margin-right: 25px;
  }
  .product-wrapper .product-main,
  .product-wrapper .product-detail {
    -webkit-box-flex: 1 0 0;
    -moz-box-flex: 1 0 0;
    -o-box-flex: 1 0 0;
    box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
    flex-grow: 1;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.product-side > h5.title {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  border-bottom: 1px solid #ededed;
}
.product-side > .side-memu {
  color: #666666;
  line-height: 1.5;
}
@media (min-width: 999px) {
  .product-side > h5.title {
    padding: 30px 0 30px 50px;
  }
  .product-side > .side-memu {
    padding: 10px 20px 10px 30px;
  }
  .product-side .prod-btn-list {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-side {
    margin-bottom: 20px;
  }
  .product-side > h5.title {
    padding: 20px;
  }
  .product-side > .side-memu {
    padding: 0 20px;
    display: none;
  }
  .product-side .prod-btn-list {
    float: right;
    font-size: 16px;
    padding-top: 6px;
    font-weight: normal;
  }
}
.side-memu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.side-memu > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.side-memu > ul > li > h5.title {
  font-size: 16px;
  font-weight: bold;
}
.side-memu ul.secondary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
}
.side-memu ul.secondary-menu > li {
  font-size: 16px;
  line-height: 2;
  padding: 5px 0;
}
.side-memu ul.secondary-menu > li a {
  color: #666666;
}
.side-memu ul.secondary-menu > li:hover > a {
  color: #2a96cf;
}
@media (max-width: 991px) {
  .side-memu ul.secondary-menu {
    margin: 5px -10px 0;
  }
  .side-memu ul.secondary-menu > li {
    padding: 5px 10px;
  }
}
.product-main {
  padding: 30px;
}
.product-main > h5.title {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #2a96cf;
  margin-bottom: 20px;
}
.product-main > h5.title::before {
  content: "";
  background-color: #2a96cf;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 15px;
}
.product-list {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-list > li {
  width: 430px;
  margin: 10px;
}
.product-item .item-preview {
  height: 340px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.product-item .item-preview > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: auto;
  height: 100%;
}
.product-item .item-preview::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s ease 0s;
}
.product-item .item-preview::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('../images/icon-zoom.png');
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  opacity: 0;
  transform: rotate(360deg);
  transition: all 0.5s ease 0s;
}
.product-item .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background-color: #2a96cf;
  font-size: 16px;
  padding: 20px;
}
.product-item .item-info > h5 {
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.product-item .item-info > h5::before {
  content: "";
  width: 15px;
  height: 100%;
  margin-top: 5px;
  border-bottom: 1px solid #ffffff;
}
.product-item .item-info > p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}
.product-item:hover .item-preview::before {
  opacity: 0.4;
  top: 0;
}
.product-item:hover .item-preview::after {
  opacity: 1;
  transform: rotate(0);
}
.product-item:hover .item-info {
  background-color: #3aa0d6;
}
.product-detail .btn-black {
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding-bottom: 20px;
}
.product-detail .btn-black > i {
  margin-right: 10px;
}
.product-detail > .preview {
  margin-bottom: 20px;
}
.product-detail > .preview > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-color: #f0f0f1;
}
.product-detail > .preview > .preview-info {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background-color: #2a96cf;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px;
}
.product-detail > .preview > .preview-info h5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.product-detail > .preview > .preview-info p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 15px 5px;
}
@media (min-width: 999px) {
  .product-detail > .preview > .thumbnail {
    height: 720px;
    background-size: auto;
  }
}
@media (max-width: 991px) {
  .product-detail > .preview > .thumbnail {
    height: 300px;
    background-size: contain;
  }
}
.product-detail .media-box .box-body {
  padding: 0 !important;
}
.product-detail .media-box .box-body p img {
  display: block;
  margin: 0 auto;
}
.product-detail > .btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -o-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-detail > .btn-group .btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 30px;
  border-radius: 0;
  color: #ffffff;
  background-color: #2a96cf;
  max-width: calc(50% - 10px);
}
.product-detail > .btn-group .btn:hover {
  background-color: #3aa0d6;
}
.product-detail > .btn-group .btn.previous::before,
.product-detail > .btn-group .btn.next::before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7.5px);
}
.product-detail > .btn-group .btn.previous {
  padding-left: 40px;
}
.product-detail > .btn-group .btn.previous::before {
  left: 10px;
  background-image: url('../images/icon-previous.png');
}
.product-detail > .btn-group .btn.next {
  padding-right: 40px;
}
.product-detail > .btn-group .btn.next::before {
  right: 10px;
  background-image: url('../images/icon-next.png');
}
@media (min-width: 999px) {
  .product-detail {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .product-detail {
    padding-bottom: 20px;
  }
}
/** ========== 技术支持 ==========  */
.services-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.services-wrapper > .item {
  position: relative;
  width: 385px;
  height: 210px;
  margin: 10px;
}
.services-wrapper > .item > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: cover;
  height: 100%;
}
.services-wrapper > .item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  color: #ffffff;
}
.services-wrapper > .item .title {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 10px;
}
.services-wrapper > .item .title > h5 {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -o-box-flex: 1 0 0;
  box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  font-weight: bold;
  font-size: 16px;
}
.services-wrapper > .item .title > .icon {
  -webkit-box-flex: 0 0 12px;
  -moz-box-flex: 0 0 12px;
  -o-box-flex: 0 0 12px;
  box-flex: 0 0 12px;
  -webkit-flex: 0 0 12px;
  -moz-flex: 0 0 12px;
  -ms-flex: 0 0 12px;
  -o-flex: 0 0 12px;
  flex: 0 0 12px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-image: url("../images/technology/icon_plus.png");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.services-wrapper > .item .description {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: calc(100% - 56px);
  padding: 10px 15px 0;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0;
}
.services-wrapper > .item .line {
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}
.services-wrapper > .item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #000000;
  transition: all 0.3s ease 0s;
}
.services-wrapper > .item:hover .description {
  opacity: 1;
}
.services-wrapper > .item:hover .line {
  width: 100%;
}
.services-wrapper > .item:hover::before {
  opacity: 0.9;
  background-color: #2a96cf;
}
@media (min-width: 999px) {
  .services-wrapper {
    margin: 10px -10px;
  }
  .services-wrapper > .item {
    width: 385px;
    height: 210px;
    margin: 10px;
  }
}
@media (max-width: 991px) {
  .services-wrapper > .item {
    width: 100%;
    margin: 10px;
  }
}
.tabs-wrapper {
  background-color: #2a96cf;
  color: #ffffff;
  margin-bottom: 10px;
}
.tabs-wrapper .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.tabs-wrapper .nav-tabs > li {
  padding: 20px 0;
}
.tabs-wrapper .nav-tabs > li + li {
  padding-left: 60px;
}
.tabs-wrapper .nav-tabs > li a {
  color: #ffffff;
}
.tabs-wrapper .nav-tabs > li.active a {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .tabs-wrapper .nav-tabs {
    overflow-x: scroll;
  }
  .tabs-wrapper .nav-tabs > li {
    padding: 20px 10px;
    text-align: center;
  }
  .tabs-wrapper .nav-tabs > li + li {
    padding: 20px 10px;
  }
  .tabs-wrapper .nav-tabs > li a {
    display: inline-block;
    min-width: 120px;
  }
}
.download-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.download-heading > h5.title {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  color: #333333;
}
.download-heading > h5.title::before {
  content: "";
  background-color: #2a96cf;
  width: 5px;
  height: 18px;
  border-radius: 10px;
  margin-right: 15px;
}
.download-heading > .search-group {
  position: relative;
  width: 400px;
}
.download-heading > .search-group .search-input {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding: 5px 45px 5px 20px;
}
.download-heading > .search-group .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border-width: 0;
  background: transparent;
  font-size: 18px;
  color: #8a8a8a;
  cursor: pointer;
}
.download-heading > .search-group .btn-search:hover {
  color: #2a96cf;
}
@media (min-width: 999px) {
  .download-heading {
    margin: 30px 0;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .download-heading {
    margin: 10px 0 20px;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .download-heading > h5.title {
    margin-bottom: 20px;
  }
  .download-heading > .search-group {
    width: 100%;
  }
}
.download-table > .table {
  text-align: center;
  background-color: #ffffff;
  color: #515a6e;
}
.download-table > .table th {
  text-align: center;
  font-weight: normal;
}
.download-table > .table a {
  padding-bottom: 5px;
  border-bottom: 1px solid #2a96cf;
}
.download-table > .table a:link {
  color: #2a96cf;
}
.download-table > .table a:visited {
  color: #333333;
  border-color: #333333;
}
.download-table > .table > thead > tr > th,
.download-table > .table > tbody > tr > th,
.download-table > .table > tfoot > tr > th,
.download-table > .table > thead > tr > td,
.download-table > .table > tbody > tr > td,
.download-table > .table > tfoot > tr > td {
  line-height: 2;
}
.download-table > .table > thead > tr > th {
  background-color: #f8f8f9;
}
.download-table > .table > tbody > tr:hover,
.download-table > .table > tbody > tr.active {
  background-color: #ebf7ff;
}
/** ========== 行业解决方案 ==========  */
.solutions-wrapper {
  overflow: hidden;
  transition: all 0.6s ease 0.8s;
}
.solutions-wrapper .media-box {
  background-color: #ffffff;
  padding: 0;
}
.solutions-wrapper .media-box .box-preview {
  overflow: hidden;
}
.solutions-wrapper .media-box .box-preview > .thumbnail {
  height: 100%;
  transform: scale(1) rotate(0);
  transition: all 0.3s ease 0s;
}
.solutions-wrapper .media-box .box-body {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}
.solutions-wrapper .media-box .box-body > h5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 22px;
}
.solutions-wrapper .media-box .box-body > p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666666;
  margin: 10px 0;
  width: 100%;
}
.solutions-wrapper .media-box .space-line {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 20px 0;
  height: 0;
}
.solutions-wrapper .media-box .space-line::before {
  content: "";
  width: 15px;
  height: 100%;
  margin-top: 5px;
  border-bottom: 1px solid #2a96cf;
  transition: all 0.3s ease 0s;
}
.solutions-wrapper .media-box .icon-link {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 26px;
  margin-top: 40px;
  border: 1px solid #2a96cf;
  color: #2a96cf;
  background-color: #ffffff;
  transform: rotate(0);
  transition: all 0.3s ease 0s;
}
.solutions-wrapper .media-box .icon-link > i {
  margin-left: 2px;
}
.solutions-wrapper .media-box:hover .box-preview > .thumbnail {
  transform: scale(1.1) rotate(3deg);
}
.solutions-wrapper .media-box:hover .box-body {
  background-color: #2a96cf;
}
.solutions-wrapper .media-box:hover .box-body > h5,
.solutions-wrapper .media-box:hover .box-body > p {
  color: #ffffff;
}
.solutions-wrapper .media-box:hover .space-line::before {
  border-color: #ffffff;
}
.solutions-wrapper .media-box:hover .icon-link {
  border-color: #ffffff;
  transform: rotate(360deg);
}
.solutions-wrapper .media-box:hover.right .box-preview > .thumbnail {
  transform: scale(1.1) rotate(-3deg);
}
@media (min-width: 999px) {
  .solutions-wrapper .media-box {
    height: 425px;
    margin: 24px 0;
  }
  .solutions-wrapper .media-box .box-preview {
    -webkit-box-flex: 1 0 0;
    -moz-box-flex: 1 0 0;
    -o-box-flex: 1 0 0;
    box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -o-flex: 1 0 0;
    flex: 1 0 0;
    flex-grow: 1;
  }
  .solutions-wrapper .media-box .box-body {
    -webkit-box-flex: 0 0 450px;
    -moz-box-flex: 0 0 450px;
    -o-box-flex: 0 0 450px;
    box-flex: 0 0 450px;
    -webkit-flex: 0 0 450px;
    -moz-flex: 0 0 450px;
    -ms-flex: 0 0 450px;
    -o-flex: 0 0 450px;
    flex: 0 0 450px;
    padding: 45px;
  }
}
@media (max-width: 991px) {
  .solutions-wrapper .media-box {
    height: 650px;
  }
  .solutions-wrapper .media-box + .media-box {
    margin-top: 24px;
  }
  .solutions-wrapper .media-box .box-body {
    padding: 40px 20px;
  }
}
.solutions-wrapper .media-box:nth-of-type(n+4) {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.3s ease 0s;
}
.solutions-wrapper.show-more .media-box:nth-of-type(n+4) {
  opacity: 1;
  transform: translateY(0);
}
/** ========== 加入我们 ==========  */
.recruitment-wrapper {
  margin: 20px auto;
}
.recruitment-wrapper .heading {
  color: #ffffff;
  background-color: #2a96cf;
  font-size: 18px;
  padding-right: 45px !important;
}
.recruitment-wrapper .panel {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
}
.recruitment-wrapper .panel .panel-heading {
  background-color: #f9f9f9;
  cursor: pointer;
}
.recruitment-wrapper .panel .panel-heading > i {
  transform: rotate(0);
  transition: all 0.3s ease 0s;
}
.recruitment-wrapper .panel .panel-body {
  background-color: #ffffff;
  line-height: 2;
  display: none;
}
.recruitment-wrapper .panel .panel-body > h5 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 999px) {
  .recruitment-wrapper .panel .panel-body {
    padding: 20px 80px 20px 55px;
  }
}
@media (max-width: 991px) {
  .recruitment-wrapper .panel .panel-body {
    padding: 20px 20px;
  }
}
.recruitment-wrapper .panel.in .panel-heading > i {
  color: #2a96cf;
  transform: rotate(90deg);
}
.recruitment-wrapper .text-column {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  line-height: 1.5;
}
.recruitment-wrapper .text-column > h5,
.recruitment-wrapper .text-column > p {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -o-box-flex: 1 0 0;
  box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -o-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
}
.recruitment-wrapper .text-column > i {
  -webkit-box-flex: 0 0 25px;
  -moz-box-flex: 0 0 25px;
  -o-box-flex: 0 0 25px;
  box-flex: 0 0 25px;
  -webkit-flex: 0 0 25px;
  -moz-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  -o-flex: 0 0 25px;
  flex: 0 0 25px;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.recruitment-wrapper .text-column > h5 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 999px) {
  .recruitment-wrapper .text-column {
    padding: 20px 20px 20px 55px;
  }
}
@media (max-width: 991px) {
  .recruitment-wrapper .text-column {
    padding: 20px 20px;
  }
}

.group-form {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group-form .form-input {
  width: 50%;
  margin-top: 15px;
}
.group-form .form-input input{
  width: 100%;
  max-width: 320px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 2;
  padding: 6px 12px;
  
}
.recruitment-wrapper .btn-group {
  margin: 15px auto 40px;
  text-align: center;
}
.recruitment-wrapper .btn-group .btn-apply {
  padding: 10px 40px;
  display: inline-block;
  background-color: #2a96cf;
  color: #ffffff;
}
.recruitment-wrapper .btn-group .btn-apply:hover {
  background-color: #3aa0d6;
}
.resume-upload {
  background-color: #ffffff;
  padding: 40px;
}
.resume-upload h3 {
  margin-bottom: 20px;
}
.resume-upload button {
  margin-top: 20px;
}
.resume-upload .close {
  color: #2a96cf;
}
.staff-wrapper .media-box {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.staff-wrapper .media-box .box-preview {
  height: 280px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #ffffff;
  box-shadow: 3px 0 9px rgba(0, 0, 0, 0.15);
}
.staff-wrapper .media-box .box-body {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 40px;
  margin: 0 0 0 50px;
  min-height: 240px;
}
.staff-wrapper .media-box .box-body > h5 {
  color: #2a96cf;
  font-size: 24px;
}
.staff-wrapper .media-box .box-body > p {
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}
.staff-wrapper .media-box .box-body > i {
  width: 25px;
  height: 25px;
  font-size: 24px;
  text-align: center;
  color: #2a96cf;
  cursor: pointer;
  transform: rotate(-90deg);
  transition: all 0.3s ease 0s;
}
.staff-wrapper .media-box .box-body.hide-more > p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.staff-wrapper .media-box .box-body.hide-more > i {
  transform: rotate(90deg);
}
.staff-wrapper .media-box .box-body::before {
  content: '';
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
}
.staff-wrapper .media-box.right .box-preview {
  box-shadow: -3px 0 9px rgba(0, 0, 0, 0.15);
}
.staff-wrapper .media-box.right .box-body {
  margin: 0 50px 0 0;
}
@media (min-width: 999px) {
  .staff-wrapper .media-box .box-body::before {
    left: -12px;
    top: calc(100% / 2 - 12px);
  }
  .staff-wrapper .media-box.right .box-body::before {
    left: inherit;
    right: -12px;
  }
}
@media (max-width: 991px) {
  .staff-wrapper .media-box .box-preview {
    width: 280px;
  }
  .staff-wrapper .media-box .box-body {
    margin: 30px 10px;
  }
  .staff-wrapper .media-box .box-body::before {
    top: -12px;
    left: calc(100% / 2 - 12px);
  }
  .staff-wrapper .media-box.right .box-body {
    margin: 30px 10px;
  }
}
/** ========== 联系我们 ==========  */
.contact-wrapper .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.contact-wrapper .nav-tabs > li {
  background-color: #ffffff;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 2;
  margin: 10px;
  text-align: center;
}
.contact-wrapper .nav-tabs > li.active {
  color: #ffffff;
  background-color: #2a96cf;
}
@media (min-width: 999px) {
  .contact-wrapper .nav-tabs {
    margin: 20px -10px 40px;
  }
  .contact-wrapper .nav-tabs > li {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper .nav-tabs {
    margin: 20px 10px 40px;
  }
  .contact-wrapper .nav-tabs > li {
    width: calc(50% - 20px);
  }
}
.contact-wrapper .tab-content {
  margin: 20px 0;
}
.contact-wrapper .tab-content .tab-pane {
  display: none;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.contact-wrapper .tab-content .tab-pane > h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-wrapper .tab-content .tab-pane > P {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contact-wrapper .tab-content .tab-pane {
    padding: 20px;
  }
}
.contact-wrapper .map-preview {
  background-color: #ffffff;
}
.contact-wrapper .map-preview > .thumbnail {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-size: cover;
  height: 100%;
}
@media (min-width: 999px) {
  .contact-wrapper .map-preview {
    height: 480px;
    margin: 40px 0;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper .map-preview {
    height: 360px;
    margin: 20px 10px;
  }
}
.contact-wrapper .icon-address,
.contact-wrapper .icon-phone,
.contact-wrapper .icon-fax {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-wrapper .icon-address::before,
.contact-wrapper .icon-phone::before,
.contact-wrapper .icon-fax::before {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 20px;
  mix-blend-mode: multiply;
}
.contact-wrapper .icon-address::before {
  background-image: url("../images/contact/icon_address.png");
}
.contact-wrapper .icon-phone::before {
  background-image: url("../images/contact/icon_phone.png");
}
.contact-wrapper .icon-fax::before {
  background-image: url("../images/contact/icon_fax.png");
}
.message-box {
  min-height: 600px;
  background-color: #ffffff;
  padding: 50px 100px;
}
@media (min-width: 999px) {
  .message-box {
    padding: 50px 100px;
  }
}
@media (max-width: 991px) {
  .message-box {
    padding: 20px 10px;
  }
}
.message-box > h5 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.message-box > h5 + h5 {
  margin-bottom: 30px;
}
.message-box .form-box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.message-box .form-box .form-group {
  margin-bottom: 20px;
}
.message-box .form-box .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.message-box .form-box .form-control.input {
  height: 34px;
}
.message-box .form-box .btn {
  margin-top: 20px;
  border-radius: 0;
  padding: 6px 60px;
  font-size: 14px;
}
@media (min-width: 999px) {
  .message-box .form-box .form-group {
    width: calc(100% / 3);
  }
  .message-box .form-box .form-group + .form-group {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .message-box .form-box .form-group {
    width: 100%;
  }
  .message-box .form-box .form-group + .form-group {
    padding-left: 0;
  }
  .message-box .form-box .btn {
    width: 100%;
  }
}
