@charset "utf-8";
@import "font-awesome.css";

.sep-container-1920 {
  width: 1920px;
  margin: auto;
  max-width: 100%;
}

.sep-transition {
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mp0 {
  margin-top: 0 !important;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.flex-mb {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.flex-center {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  justify-content: center;
}

.flex-v-center {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.overflow {
  overflow: hidden;
}

.block {
  display: block;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sep-scale {
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.sep-scale:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.full-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.sep-scale-wrap:hover .sep-scale-mask {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.sep-scale-mask {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}

.color-white {
  color: #fff !important;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translate-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute !important;
}

.clearfix:before {
  display: table;
  clear: both;
  content: "";
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:before {
  display: table;
  clear: both;
  content: "";
}

.row:after {
  display: table;
  clear: both;
  content: "";
}

ul:before {
  content: "";
  display: table;
  clear: both;
}

ul:after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.sep-md-5 {
  width: 20%;
  padding: 0 10px;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media screen and (max-width: 640) {
  .sep-md-5 {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
}

.form-control {
  vertical-align: middle;
  padding: 6px 8px;
  height: 32;
  font-weight: normal;
  border-radius: 3px;
  background: #fbfbfb;
  outline: none;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.hide {
  display: none !important;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  position: absolute;
  right: 20px;
  top: 15px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li:nth-child(1) > a,
.pagination > li:nth-child(1) > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.8;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-group.has-success:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 8px;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
  text-align: center;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  width: 18px;
  color: green;
}

* {
  font-size: 16px;
  color: #666;
  font-family: "Arial", "Microsoft YaHei UI Light", "Lucida Grande",
    "Microsoft Yahei";
  margin: 0;
  padding: 0;
  letter-spacing: 0.32px;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot") format("embedded-opentype"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype"),
    url("../fonts/iconfont.svg") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
  }

  10% {
    -webkit-transform: scale(0.8, 1.1);
  }

  15% {
    -webkit-transform: scale(1, 1);
  }
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
  }

  15% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes bounce {
  5% {
    transform: scale(1.1, 0.8);
  }

  15% {
    transform: scale(1, 1);
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.ls0 {
  letter-spacing: 0;
}

i {
  color: inherit;
}

.ls5 {
  letter-spacing: 0.08px;
}

.ls20 {
  letter-spacing: 0.32px;
}

.ls40 {
  letter-spacing: 0.64px;
}

.ls25 {
  letter-spacing: 0.4px;
}

.ls30 {
  letter-spacing: 0.48px;
}

.ls50 {
  letter-spacing: 0.8px;
}

.ls280 {
  letter-spacing: 4.75px;
}

.i-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 30;
}

.i-video i {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-width: 0;
  border-left-width: 18px;
  border-left-color: #31a694;
  margin-left: 3px;
}

.i-video:hover {
  background: #31a694;
}

.i-video:hover i {
  border-left-color: #fff;
}

button {
  cursor: pointer;
  font-size: 16px;
}

.pointer {
  cursor: pointer;
}

i {
  display: inline-block;
}

img {
  height: auto;
}

.ls0 {
  letter-spacing: 0;
}

.ls5 {
  letter-spacing: 0.08px;
}

.ls10 {
  letter-spacing: 0.16px;
}

.ls25 {
  letter-spacing: 0.4px;
}

.ls30 {
  letter-spacing: 0.48px;
}

.ls50 {
  letter-spacing: 0.8px;
  letter-spacing: 0.48px;
}

.ls60 {
  letter-spacing: 0.96px;
  letter-spacing: 0.48px;
}

.ls75 {
  letter-spacing: 1.2px;
  letter-spacing: 0.48px;
}

.iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  z-index: 50;
}

.max1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.italic {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.object-fit {
  object-fit: cover;
}

.richtext {
  width: 100%;
  line-height: 30px;
  color: #333;
}

.richtext.cor666 {
  color: #666;
}

.richtext.cor333 {
  color: #333;
}

.richtext.cor000 {
  color: #000;
}

.richtext.corf6 {
  color: rgba(255, 255, 255, 0.6);
}

.richtext.corf8 {
  color: rgba(255, 255, 255, 0.8);
}

.richtext.cor24 {
  color: #242424;
}

.richtext.cor246 {
  color: rgba(36, 36, 36, 0.6);
}

.richtext.cor37 {
  color: #373737;
}

.richtext.cor21 {
  color: #212e3c;
}

.richtext * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-wrap: inherit !important;
  word-break: normal !important;
}

.richtext iframe {
  width: 100%;
  border: none;
}

.richtext img {
  max-width: 100%;
  height: auto !important;
}

.richtext.max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.richtext.max1220 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.richtext.cors {
  color: #fff;
}

.richtext.corsf60 {
  color: rgba(255, 255, 255, 0.6);
}

.richtext.corsf80 {
  color: rgba(255, 255, 255, 0.8);
}

.richtext.cors1 {
  color: #31a694;
}

.richtext.lh20 {
  line-height: 20px;
}

.richtext.lh22 {
  line-height: 22px;
}

.richtext.lh24 {
  line-height: 24px;
}

.richtext.lh26 {
  line-height: 26px;
}

.richtext.lh28 {
  line-height: 28px;
}

.richtext.lh32 {
  line-height: 32px;
}

.richtext.lh34 {
  line-height: 34px;
}

.richtext.lh36 {
  line-height: 36px;
}

.richtext.lh40 {
  line-height: 40px;
}

.richtext.lh1 {
  line-height: 1;
}

.richtext.lh15 {
  line-height: 1.5;
}

.richtext.lh2 {
  line-height: 2;
}

.richtext h1 {
  line-height: normal !important;
}

.richtext h2 {
  display: block;
  width: 100%;
  font-size: 48px;
  color: inherit;
  line-height: 1.2;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 0.8px;
  padding-right: 10px;
}

.richtext h2 * {
  font-size: inherit !important;
}

.richtext h3 {
  color: #31a694;
  font-size: 20px;
}

.richtext.two-cens h2 {
  text-align: center;
}

.richtext a {
  color: #31a694 !important;
  text-decoration: underline;
}

.richtext a:hover {
  color: #013974 !important;
  text-decoration: none;
}

.richtext strong {
  font-weight: bold;
}

.richtext.strong strong {
  display: block;
  width: 100%;
  font-size: 42px;
  color: #2d2d2d;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}

.richtext.strong1 strong {
  display: block;
  width: 100%;
  font-size: 24px;
  color: inherit;
  position: relative;
  margin-bottom: 10px;
}

.richtext.fz20 ul li {
  margin-bottom: 12px;
}

.richtext ul {
  list-style: none !important;
  max-width: 100%;
}

.richtext ul li {
  list-style: none !important;
  position: relative;
  padding-left: 16px;
  color: inherit;
  margin-bottom: 7px;
}

.richtext ul li:last-child {
  margin-bottom: 0;
}

.richtext ul li * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.richtext ul li strong {
  color: #31a694;
}

.richtext ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 13px;
  background: #31a694;
}

.richtext ol {
  list-style: decimal !important;
  padding-left: 20px;
}

.richtext ol li {
  list-style: inherit !important;
}

.richtext table {
  width: 100% !important;
  border: 1px solid #e6e6e6;
}

.richtext table tr {
  background: none;
}

.richtext table tr td {
  padding: 10px;
  font-size: 16px;
  margin-left: -1px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.richtext table tr td * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.richtext .over-tabs {
  overflow-x: auto;
}

.richtext .over-tabs-rights {
  max-height: 500px;
  padding-right: 10px;
  overflow-y: auto;
}

.richtext .over-tabs-rights::-webkit-scrollbar {
  width: 4px;
  height: 100%;
  background-color: #f7f7f7;
  overflow: initial;
}

.richtext .over-tabs-rights::-webkit-scrollbar-thumb {
  background-color: #013974;
}

.richtext table tbody tr td:nth-child(1) {
  font-weight: 500;
}

.richtext.li-medium ul li {
  font-weight: 500;
}

.p-boxs {
  min-width: 100%;
}

.tc-right {
  text-align: right;
}

.mores {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.mores.fz20 {
  font-size: 18px;
}

.mores.ons1 {
  color: #000;
  background: #31a694;
  padding: 8px 35px;
  position: relative;
}

.mores.ons1:hover {
  background: #013974;
  color: #fff;
}

.mores.ons1.active {
  background: #013974;
}

.mores.ons1.active:hover {
  background: #31a694;
}

.mores.ons2 {
  padding: 9px 31px;
  padding-right: 28px;
  border: 1px solid #31a694;
  background: #31a694;
  color: #fff;
  border-radius: 25px;
}

.mores.ons2 i {
  color: inherit;
  margin-left: 18px;
}

.mores.ons2:hover {
  background: #fff;
  color: #31a694;
}

.mores.ons2:hover i {
  color: #31a694;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #31a694;
}

s {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.regular {
  font-family: "Arial";
  font-weight: normal;
}

.semibold {
  font-weight: 600;
}

.bold,
.text-bold {
  font-weight: bold;
}

.medium {
  font-weight: 600;
}

.black {
  font-weight: bold;
}

.inner-body {
  overflow-x: hidden;
}

.filter {
  filter: brightness(0.5);
}

.swiper-container .swiper-slide {
  height: auto;
}

.clearfix:before,
.fix:before {
  content: "";
  display: table;
  clear: both;
}

.clearfix:after,
.fix:after {
  content: "";
  display: table;
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.opacity0 {
  opacity: 0;
}

dt {
  font-weight: normal;
}

.upps {
  text-transform: uppercase;
}

.ellipsis {
  text-overflow: ellipsis;
}

.i-imgs img,
.thumbs img,
.i-boxs img {
  display: inline;
}

@keyframes colorshadow {
  0% {
    text-shadow: -6px -6px 5px rgba(255, 255, 255, 0.51);
  }

  100% {
    text-shadow: 6px 6px 5px rgba(255, 255, 255, 0.51);
  }
}

.z-index20 {
  position: relative;
  z-index: 20;
}

.sep-container {
  width: 100%;
  max-width: 1420px;
  margin: auto;
}

.sep-container.pres {
  z-index: 10;
}

.sep-container.max1360 {
  max-width: 1360px;
}

.relative {
  position: relative;
}

.sep-container50 {
  width: 100%;
  max-width: 710px;
}

.sep-container50.max1360 {
  max-width: 680px;
}

.cens {
  text-align: center;
}

.ris {
  text-align: right;
}

.m-bottoms {
  margin-bottom: 25px;
}

.m-tops {
  margin-top: 25px;
}

.spans {
  line-height: 30px;
  overflow: hidden;
  color: #666;
}

.spans * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.spans.lh28 {
  line-height: 28px;
}

.spans.lh32 {
  line-height: 32px;
}

.spans.lh34 {
  line-height: 34px;
}

.spans.lh36 {
  line-height: 36px;
}

.lr-lists {
  outline: none;
  cursor: pointer;
}

.thumbs {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.thumbs.maxh100 img {
  max-height: 100%;
}

.thumbs img {
  max-width: 100%;
}

.titles-a {
  color: #333;
  line-height: 1.32;
}

.spans,
.titles-a {
  display: block;
  width: 100%;
}

.block {
  display: block;
}

.over-hides {
  overflow: hidden;
  position: relative;
}

.no-over-hides {
  overflow: initial;
}

.pres {
  position: relative;
}

.pres #xx-forms {
  position: absolute;
  top: -80px;
  left: 0;
}

.help-block {
  display: none !important;
}

.img-rot:hover .img-rot-lists {
  -webkit-animation: myfirst 0.5s;
  -moz-animation: myfirst 0.5s;
  -ms-animation: myfirst 0.5s;
  -o-animation: myfirst 0.5s;
  animation: myfirst 0.5s;
}

@keyframes myfirst {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

.t-cens {
  text-align: center;
}

.wids {
  width: 100%;
}

.wids img {
  width: 100%;
}

.gtj-img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

i {
  vertical-align: middle;
}

body {
  max-width: 100%;
  margin: 0 auto;
}

.m-hes img {
  max-height: 100%;
}

.gtj-t-r-deg1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gtj-t-r-deg2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gtj-t-r-deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gtj-t-ty-fives {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.li-imgs:hover .i-imgs-lists.i-imgs1 {
  width: 0;
  height: 0;
}

.li-imgs:hover .i-imgs-lists.i-imgs2 {
  width: 100%;
  height: auto;
}

.li-imgs.active .i-imgs-lists.i-imgs1 {
  width: 0;
  height: 0;
}

.li-imgs.active .i-imgs-lists.i-imgs2 {
  width: 100%;
  height: auto;
}

.i-imgs-lists {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}

.i-imgs-lists.i-imgs1 {
  width: 100%;
  height: auto;
}

.i-imgs-lists.i-imgs2 {
  width: 0;
  height: 0;
}

.imgs-hovers {
  position: relative;
}

.imgs-hovers img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.imgs-hovers:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.li-tops-hovers {
  position: relative;
}

.li-tops-hovers:hover .li-tops {
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.text_center {
  text-align: center;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
}

.swiper-button-disabled {
  display: none !important;
}

.gtj-ons {
  margin-top: 10px;
}

.gtj-ff-arial {
  font-family: "Arial";
}

.gtj-ff-bold {
  font-weight: bold;
}

.trans {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.trans1 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

li {
  list-style: none;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-v-center {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
}

.flex-mb {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.color-white {
  color: #fff !important;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translate-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute !important;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.fix:before,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}

.fix:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animate-hover:hover .h-animate1 {
  -webkit-animation: fadeInLeft 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInLeft 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.animate-hover.active .h-animate1 {
  -webkit-animation: fadeInLeft 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInLeft 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animate-hover:hover .h-animate2 {
  -webkit-animation: fadeInRight 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInRight 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.animate-hover.active .h-animate2 {
  -webkit-animation: fadeInRight 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInRight 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animate-hover:hover .h-animate3 {
  -webkit-animation: fadeInUp 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInUp 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.animate-hover.active .h-animate3 {
  -webkit-animation: fadeInUp 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInUp 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animate-hover:hover .h-animate4 {
  -webkit-animation: fadeInDown 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInDown 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.animate-hover.active .h-animate4 {
  -webkit-animation: fadeInDown 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  animation: fadeInDown 2s 0s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt180 {
  margin-top: 180px;
}

.mt290 {
  margin-top: 290px;
}

.mt330 {
  margin-top: 330px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt36 {
  padding-top: 36px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt180 {
  padding-top: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pt230 {
  padding-top: 230px;
}

.pb310 {
  padding-bottom: 310px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb200 {
  padding-bottom: 200px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 35px;
}

.fz42 {
  font-size: 35px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz52 {
  font-size: 52px;
}

.fz55 {
  font-size: 55px;
}

.fz56 {
  font-size: 56px;
}

.fz60 {
  font-size: 60px;
}

.fz62 {
  font-size: 62px;
}

.fz64 {
  font-size: 64px;
}

.fz66 {
  font-size: 66px;
}

.fz67 {
  font-size: 67px;
}

.fz70 {
  font-size: 70px;
}

.fz72 {
  font-size: 72px;
}

.fz76 {
  font-size: 76px;
}

.fz80 {
  font-size: 80px;
}

.fz88 {
  font-size: 88px;
}

.fz90 {
  font-size: 90px;
}

.fz100 {
  font-size: 100px;
}

.fz106 {
  font-size: 106px;
}

.fz120 {
  font-size: 120px;
}

.fz160 {
  font-size: 160px;
}

.fz200 {
  font-size: 200px;
}

#onlineService {
  position: fixed;
  right: 0;
  bottom: 32%;
  z-index: 100998;
}

#onlineService.li-right {
  transform: translateX(50px);
}

.offside {
  width: 50px;
}

.offside li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #b1b1b1;
  text-align: center;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  margin-bottom: 1px;
}

.offside li:last-child {
  margin-bottom: 0;
}

.offside .code {
  position: absolute;
  top: 0;
  right: 50px;
  display: none;
  margin: 0;
}

.offside a,
.offside div {
  color: #000;
  position: absolute;
  z-index: 11;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.offside .p {
  float: left;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 10px;
  color: #fff !important;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  display: block;
  width: 100% !important;
  text-align: left;
}

.offside .icon {
  font-size: 28px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #fff;
}

.offside li:not(.li_3) a,
.offside .li_3 a,
.offside .li_3 div {
  width: 50px;
}

.offside .back_top {
  display: none;
}

.offside li {
  background: #31a694;
  border-radius: 8px;
}

.offside li:nth-child(even) {
  background: #d5d5d5;
}

.offside li:nth-child(even) .icon {
  color: #31a694;
}

.offside .erweima {
  width: 150px;
  height: 150px;
  position: absolute;
  left: -150px;
  top: 0;
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.offside .erweima img {
  width: 100%;
}

.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
  color: #fff;
}

.offside li:hover .p {
  opacity: 1;
}

.offside li:hover {
  background: #013974;
}

.offside li:hover .icon {
  color: #fff;
}

.offside li:not(.li_erweima):hover .erweima {
  display: block;
  opacity: 1;
  z-index: initial;
  visibility: initial;
}

.offside .tel {
  width: 230px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
}

.offside .back_none {
  height: 0;
  border: 0 !important;
}

.offside .unfold {
  width: 30px;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}

@media screen and (max-width: 768px) {
  #onlineService {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .sep-footer {
    margin-bottom: 60px;
  }

  .offside {
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }

  .offside li {
    width: 100%;
    text-align: center;
    background: #31a694;
    height: 60px;
  }

  .offside li .p {
    display: none !important;
  }

  .offside li.onss {
    display: none;
  }

  .offside li + li {
    border-left: 1px solid #fff;
  }

  .offside li.fold {
    display: none !important;
  }

  .offside li:hover {
    background: #013974 !important;
  }

  .offside li:hover i {
    color: #fff !important;
  }

  .offside .icon {
    line-height: 60px;
  }

  .offside .tel {
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .offside .tel.onss {
    display: none;
  }

  .offside .tel p {
    display: none;
  }

  .offside a,
  .offside div {
    width: 100% !important;
  }

  .offside .erweima {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }
}

.tops-hes {
  display: block;
  width: 100%;
  height: 112px;
}

.sep-header {
  transition: all 0.6s;
  padding-top: 30px;
  width: 100%;
  height: 112px;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}

.sep-header i {
  font: normal normal normal 14px/1 FontAwesome;
}

.sep-header .logo {
  width: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 66px;
}

.sep-header .logo img {
  max-width: 100%;
}

.sep-header .logo img.ons2 {
  display: none;
}

.sep-header .h-tops {
  width: 100%;
  height: 46px;
  background: #f5f6f8;
}

.sep-header .h-tops .sep-container {
  align-items: center;
  justify-content: space-between;
  z-index: 101;
  position: relative;
}

.sep-header > .sep-container {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.sep-header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sep-header.onss {
  padding: 0;
  height: 66px;
}

.sep-header.onss .h-tops {
  display: none;
}

.sep-header .texts-rights {
  z-index: 102;
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.sep-header .globals {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 40px;
}

.sep-header .globals img {
  max-width: 100%;
}

.sep-header .globals i {
  color: #013974;
  font-size: 16px;
  display: inline-block;
  margin-right: 6px;
}

.sep-header .globals i + i {
  margin-left: 6px;
}

.sep-header .globals i:last-child {
  margin-right: 0;
}

.sep-header .globals .i-boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  color: inherit;
  color: #333;
  margin-right: 10px;
}

.sep-header .globals .i-boxs img.ons2 {
  display: none;
}

.sep-header .globals > a,
.sep-header .globals .span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
}

.sep-header .globals > a > i,
.sep-header .globals .span > i {
  margin-left: 6px;
  font-size: 16px;
  color: #013974;
}

.sep-header .globals ul {
  position: absolute;
  display: block;
  height: 0;
  overflow: hidden;
  top: 100%;
  right: 0;
  width: 236px;
  text-align: left;
  background: #f3f3f3;
  z-index: 10200;
  box-shadow: 0 0 3px #666;
}

.sep-header .globals ul li {
  width: 100% !important;
  padding: 13px 17px;
  background: #fff;
  line-height: normal;
}

.sep-header .globals ul li a {
  width: 100% !important;
  color: #6d6d6d;
  margin: 0 5px;
  text-align: left;
}

.sep-header .globals ul li a img {
  margin-right: 30px;
}

.sep-header .globals ul li:hover {
  background: #e8e8e8;
}

.sep-header .globals ul li:hover a {
  color: #013974;
}

.sep-header .globals:hover .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sep-header .globals:hover ul {
  height: auto;
}

.sep-header .forms {
  width: 100%;
  z-index: 103;
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: #31a694;
}

.sep-header .forms.ons {
  height: 80px;
  padding: 25px 0 0;
  border-top: 1px solid #fff;
}

.sep-header .forms .forms-boxs {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sep-header .forms .forms-boxs .sep-container {
  max-width: 1200px;
}

.sep-header .forms form {
  line-height: normal;
  position: relative;
  width: 100%;
  overflow: hidden;
  float: right;
}

.sep-header .forms form input[type="text"] {
  box-shadow: none;
  width: 100%;
  color: #fff;
  line-height: 26px;
  outline: none;
  display: inline-block;
  border: none;
  font-size: 18px;
  padding-left: 14px;
  padding-right: 40px;
  background: none;
  border-radius: 0;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  border-bottom: 1px solid #fff;
}

.sep-header .forms form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.sep-header .forms form button[type="submit"] {
  width: 38px;
  height: 100%;
  display: block;
  border: none;
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}

.sep-header .forms form button[type="submit"] i {
  font-size: 18px;
  color: #fff;
  border-color: #fff;
}

.sep-header .forms form button[type="submit"] i:after {
  background: #fff;
}

.sep-header .top-emalls-titles {
  display: inline-block;
  vertical-align: top;
}

.sep-header .top-emalls-titles.ons1 {
  margin-left: auto;
}

.sep-header .top-emalls-titles .spans {
  width: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  position: relative;
  padding-left: 32px;
  color: #575757;
  overflow: initial;
}

.sep-header .top-emalls-titles .spans a {
  color: inherit;
  line-height: inherit;
  display: inline-block;
}

.sep-header .top-emalls-titles .spans a:last-child {
  margin-right: 0;
}

.sep-header .top-emalls-titles .spans a:hover {
  text-decoration: underline;
  color: #31a694;
}

.sep-header .top-emalls-titles .spans i {
  line-height: inherit;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #013974;
  font-size: 20px;
}

.sep-header .top-emalls-titles .spans span {
  color: inherit;
}

.sep-header .top-emalls-titles .spans + .spans {
  margin-left: 38px;
}

.sep-header .top-emalls-titles a.spans:hover {
  color: #31a694;
}

.sep-header .top-emalls-titles a.spans:hover span {
  color: #31a694;
}

.sep-header .sep-searchs-boxs {
  cursor: pointer;
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #575757;
  border-radius: 20px;
  margin-left: 30px;
}

.sep-header .sep-searchs-boxs.ons i.ons1 {
  display: none;
}

.sep-header .sep-searchs-boxs.ons i.ons2 {
  display: inline-block;
}

.sep-header .sep-searchs-boxs i {
  width: 20px;
  text-align: center;
  color: inherit;
  font-size: 20px;
}

.sep-header .sep-searchs-boxs i.ons2 {
  display: none;
}

.sep-header .sep-searchs-boxs:hover {
  background: none;
}

.sep-header .sep-searchs-boxs:hover i {
  color: #31a694;
}

.sep-header .sep-top-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #31a694;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.sep-header .sep-top-form.active {
  top: 100%;
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
  z-index: 55;
}

.sep-header .sep-top-form .search-form {
  margin: 0 auto;
  height: 100%;
  padding: 30px 0;
  padding-left: 100px;
  display: flex;
  align-items: center;
  position: relative;
}

.sep-header .sep-top-form .search-form input {
  width: 80%;
  padding: 5px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.sep-header .sep-top-form .search-form input::placeholder {
  color: inherit;
}

.sep-header .sep-top-form .search-form button {
  cursor: pointer;
  margin-left: auto;
  width: auto;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #31a694;
  border-radius: 0;
  background: #fff;
  padding: 2px 16px;
  border: 1px solid #fff;
  outline: none;
  margin-top: 20px;
}

.sep-header .sep-top-form .search-form button i {
  color: inherit;
}

.sep-header .sep-top-form .search-form button:hover {
  background: none;
  color: #fff;
}

.sep-header .sep-top-form .search-form .i-boxs {
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 15px;
}

.sep-header .sep-top-form .search-form .i-boxs i {
  color: inherit;
  font-size: inherit;
}

.sep-header .sep-top-form .search-form .i-boxs:hover {
  background: #013974;
}

.sep-mainnav {
  width: 100%;
  position: relative;
  z-index: 100;
}

.sep-mainnav > .sep-container {
  justify-content: space-between;
  z-index: 100;
  align-items: center;
  flex-wrap: nowrap;
}

.sep-mainnav .sep-container > ul {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

.sep-mainnav .sep-container > ul > li {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sep-mainnav .sep-container > ul > li:nth-child(1) {
  margin-left: 0;
}

.sep-mainnav .sep-container > ul > li:last-child {
  margin-right: 0;
}

.sep-mainnav .sep-container > ul > li > a {
  height: 66px;
  position: relative;
  display: flex !important;
  align-items: center;
  line-height: 1.32;
  color: #333;
}

.sep-mainnav .sep-container > ul > li > a > i {
  width: 100%;
  height: 2px;
  background: #31a694;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  opacity: 0;
  display: block;
}

.sep-mainnav .sep-container > ul > li.active > a {
  color: #31a694;
}

.sep-mainnav .sep-container > ul > li.active > a i {
  opacity: 1;
}

.sep-mainnav .sep-container > ul > li:hover > a {
  color: #31a694;
}

.sep-mainnav .sep-container > ul > li:hover > a i {
  opacity: 1;
}

.sep-mainnav .sep-container > ul > li.ons > a {
  color: #333;
}

.sep-mainnav .sep-container > ul > li.ons > a i {
  opacity: 0;
}

.sep-mainnav .sep-container > ul {
  justify-content: space-between;
}

.sep-mainnav .sep-container > ul:before,
.sep-mainnav .sep-container > ul:after {
  display: none;
}

.sep-mainnav .sep-container > ul li {
  float: left;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sep-mainnav .sep-container > ul li > a {
  text-align: center;
}

.sep-mainnav .sep-container > ul li > a:hover {
  text-decoration: none;
}

.sep-mainnav .sep-container > ul li.ios {
  position: relative;
}

.sep-mainnav .sep-container > ul li:hover .pro-boxs,
.sep-mainnav .sep-container > ul li:hover .pro-boxs1 {
  opacity: 1;
  visibility: initial;
  z-index: initial;
}

.sep-mainnav .sep-container > ul li:hover .ul {
  opacity: 1;
  visibility: initial;
  z-index: initial;
}

.sep-mainnav .sep-container > ul li .ul {
  background: rgba(255, 255, 255, 0.97);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 230px;
  float: left;
  display: block;
  border-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.sep-mainnav .sep-container > ul li .ul.ons li {
  width: 50%;
  float: left;
}

.sep-mainnav .sep-container > ul li .ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  position: relative;
}

.sep-mainnav .sep-container > ul li .ul li a {
  font-weight: normal;
  font-size: 16px;
  padding: 10px;
  text-align: left;
  color: #333;
  position: relative;
  line-height: 24px;
}

.sep-mainnav .sep-container > ul li .ul li a:hover {
  background: #31a694;
  color: #fff;
}

.sep-mainnav .sep-container > ul li .ul li:hover .ul-ul {
  opacity: 1;
  visibility: initial;
  z-index: initial;
}

.sep-mainnav .sep-container > ul li .ul li .ul-ul {
  background: rgba(255, 255, 255, 0.97);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  min-width: 230px;
  float: left;
  display: block;
  border-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.sep-mainnav .sep-container > ul li .ul li .ul-ul.ons li {
  width: 50%;
  float: left;
}

.sep-mainnav .sep-container > ul li .ul li .ul-ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  position: relative;
}

.sep-mainnav .sep-container > ul li .ul li .ul-ul li a {
  font-weight: normal;
  font-size: 16px;
  padding: 10px;
  text-align: left;
  color: #333;
  position: relative;
  line-height: 24px;
}

.sep-mainnav .sep-container > ul li .ul li .ul-ul li a:hover {
  background: #31a694;
  color: #fff;
}

.sep-mainnav .sep-container > ul li .pro-boxs {
  max-height: 600px;
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  min-height: 400px;
  background: #fff;
  max-width: 1200px;
  padding: 30px 40px;
  box-shadow: 0 0 10px #ddd;
}

.sep-mainnav .sep-container > ul li .pro-boxs .boxs {
  width: 100%;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-lists {
  width: 33.3333%;
  position: relative;
  border-right: 1px dashed #31a694;
  padding-right: 50px;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-lists .p-lists {
  display: block;
  color: #333;
  line-height: 30px;
  padding: 7px 0;
  position: relative;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-lists .p-lists:hover,
.sep-mainnav .sep-container > ul li .pro-boxs .box-lists .p-lists.active {
  color: #31a694;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-rights {
  width: 66.66666%;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-rights .pp-lists {
  width: 33.3333%;
  padding: 10px;
  margin-bottom: 20px;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-rights .titles-a {
  color: #333;
  text-align: center;
  margin-top: 15px;
}

.sep-mainnav .sep-container > ul li .pro-boxs .box-rights .titles-a:hover {
  color: #31a694;
}

.sep-mainnav .sep-container > ul li .pro-boxs .bb-lists {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.sep-mainnav .sep-container > ul li .pro-boxs .bb-lists.active {
  height: auto;
}

.sep-mainnav .sep-container > ul li .pro-boxs1 {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: #fff;
  min-width: 270px;
}

.sep-mainnav .sep-container > ul li .pro-boxs1 .boxs {
  width: 100%;
}

.sep-mainnav .sep-container > ul li .pro-boxs1 .box-lists {
  width: 100%;
  background: #f7f7f7;
}

.sep-mainnav .sep-container > ul li .pro-boxs1 .box-lists .p-lists {
  display: block;
  color: #333;
  line-height: 30px;
  padding: 10px 20px;
  margin-bottom: 12px;
}

.sep-mainnav .sep-container > ul li .pro-boxs1 .box-lists .p-lists:last-child {
  margin-bottom: 0;
}

.sep-mainnav .sep-container > ul li .pro-boxs1 .box-lists .p-lists:hover,
.sep-mainnav .sep-container > ul li .pro-boxs1 .box-lists .p-lists.active {
  color: #fff;
  background: #31a694;
}

.sep-mainnav .logo-nav-rights {
  width: auto;
  align-items: center;
}

.b-lines {
  width: 100px;
  height: 2px;
  line-height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.sep-mainnav ul li .homes-ul .homes-rights .lists-boxs > ul > li {
  width: 100%;
}

.sep-mainnav ul li .homes-ul .homes-rights .lists-boxs > ul > li > ul > li {
  width: 100%;
}

.sep-iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  border: none;
}

.sep-banner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.sep-banner.banner-one {
  display: block;
}

.sep-banner.banner-two {
  display: none;
}

.sep-banner .list {
  position: relative;
  display: block;
  overflow: hidden;
}

.sep-banner .list img {
  max-width: 100%;
}

.sep-banner .b-covers {
  position: absolute;
  left: 50%;
  top: 39%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.sep-banner .b-covers .boxs {
  width: 100%;
  position: relative;
}

.sep-banner .b-covers .boxs.max54 {
  max-width: 54%;
  margin-left: auto;
}

.sep-banner .b-covers .b-titles {
  width: 100%;
  display: block;
  color: #31a694;
  line-height: 1.2;
  position: relative;
}

.sep-banner .b-covers .b-titles span {
  display: block;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: #000;
}

.sep-banner .b-covers a.b-titles:hover {
  color: #31a694;
}

.sep-banner .b-covers .b-spans {
  color: #000;
  line-height: 1.2;
}

.sep-banner .b-covers .b-spans * {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

.sep-banner .b-covers .b-spans span {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 22px;
}

.sep-banner .b-covers .b-spans span:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.sep-banner .lr-boxs .lr-lists {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.sep-banner .lr-boxs .lr-lists i {
  color: #fff;
  font-size: 48px;
}

.sep-banner .lr-boxs .lr-lists.lr-lefts {
  left: 50px;
}

.sep-banner .lr-boxs .lr-lists.lr-rights {
  right: 50px;
}

.sep-banner .lr-boxs .lr-lists:hover i {
  color: #31a694;
}

.sep-banner .swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sep-banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  line-height: 1;
  margin: 0 5px;
  background: none;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.2;
  background: #013974;
}

.sep-banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 40px;
  background: #013974;
  opacity: 1;
}

.sep-banner .video-container {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.sep-banner .video-container.ons {
  height: 100vh;
}

.sep-banner .video-container video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

video {
  width: 100%;
  object-fit: fill;
}

video.max400 {
  max-width: 400px;
  display: block;
  margin: auto;
}

.titles {
  width: 100%;
  height: auto;
  display: block;
  color: #404040;
  line-height: 1.25;
  position: relative;
}

.titles * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.titles span {
  display: block;
}

.titles.cors {
  color: #fff;
}

.titles.cors1 {
  color: #31a694;
}

.titles.max810 {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.titles.max1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

a.titles:hover {
  color: #31a694;
}

a.titles:hover.cors {
  color: #31a694;
}

a.titles:hover.cors1 {
  color: #013974;
}

.imgs-bgs {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.imgs-bgs .bgs-lists {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.imgs-bgs .bgs-lists.active {
  width: 100%;
  height: 100%;
  overflow: initial;
}

.imgs-bgs.trs {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.imgs-bgs.trs1 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imgs-bgs.bgs:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.imgs-bgs img.ons {
  max-width: 100%;
}

.imgs-bgs.maxs {
  width: 100%;
}

.imgs-bgs.maxs img {
  width: 100%;
}

.imgs-bgs.min {
  width: 100%;
}

.imgs-bgs.min img {
  min-width: 100%;
}

.imgs-bgs.ons {
  top: auto;
  bottom: 0;
}

.imgs-bgs.img-rs {
  left: 50%;
}

.imgs-bgs.lefs1 {
  left: 0;
  top: 0;
}

.imgs-bgs.img-ls {
  z-index: 2;
  left: auto;
  right: 0;
}

.imgs-bgs.hes {
  min-width: 100%;
  height: 100%;
}

.imgs-bgs.hes img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.imgs-bgs.hes1 {
  min-width: 100%;
  height: 100%;
}

.imgs-bgs.hes1 img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.imgs-bgs.hes2 {
  min-width: 100%;
  height: 100%;
}

.imgs-bgs.hes2 img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.imgs-bgs.c-bgs {
  background: #31a694;
}

.imgs-bgs.r-bgs img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-subtitle-a {
  display: block;
  color: #31a694;
  line-height: 1;
  padding-left: 102px;
  position: relative;
}

.home-subtitle-a:before {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  background: #31a694;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.sep-body {
  position: relative;
  z-index: 8;
}

.sep-body .sep-container {
  position: relative;
  z-index: 10;
}

.sep-width {
  width: 100%;
}

.sep-width.bgs {
  background: #f9f9f9;
}

.sep-width.bgs1 {
  background: #31a694;
}

.sep-width.bgs2 {
  background: #f9f9f9;
}

.sep-width.bors {
  border-top: 1px solid #e6e6e6;
}

.sep-home-dsaw-list {
  width: 100%;
  position: relative;
}

.sep-home-dsaw-list .p-lists {
  width: calc(33.333% - 20px);
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  flex-direction: column;
}

.sep-home-dsaw-list .swiper-container {
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding: 10px;
}

.sep-home-dsaw-list .lis-boxs {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-grow: 1;
}

.sep-home-dsaw-list .t-boxs {
  width: 100%;
}

.sep-home-dsaw-list .titles-a {
  color: #31a694;
}

.sep-home-dsaw-list .titles-a:hover {
  text-decoration: underline;
}

.sep-home-dsaw-list .lr-boxs .lr-lists {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.sep-home-dsaw-list .lr-boxs .lr-lists i {
  font-size: 24px;
  color: #666;
}

.sep-home-dsaw-list .lr-boxs .lr-lists:hover {
  background: #31a694;
}

.sep-home-dsaw-list .lr-boxs .lr-lists:hover i {
  color: #fff;
}

.sep-home-dsaw-list .lr-boxs .lr-lists.lr-lefts {
  left: -64px;
}

.sep-home-dsaw-list .lr-boxs .lr-lists.lr-rights {
  right: -64px;
}

.sep-home-hpro-list {
  width: 100%;
  justify-content: space-between;
}

.sep-home-hpro-list .p-lists {
  width: calc(50% - 10px);
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
}

.sep-home-hpro-list .lis-boxs {
  width: 50%;
}

.sep-home-hpro-list .thumbs {
  width: 50%;
}

.sep-home-sol-list {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.sep-home-sol-list .swiper-container {
  width: calc(70% - 4px);
  position: relative;
  z-index: 30;
}

.sep-home-sol-list .sol-bgs {
  width: 150%;
  height: 258px;
  background: #b5b5b5;
  border-left: 40px solid #31a694;
  position: absolute;
  left: calc(30% + 4px);
  bottom: 28px;
  z-index: 3;
  margin-left: -125px;
  margin-left: -90px;
}

.sep-home-sol-list .lr-boxs {
  width: 123px;
  height: 56px;
  position: relative;
  margin-left: auto;
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
  z-index: 20;
}

.sep-home-sol-list .lr-boxs .lr-lists {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.sep-home-sol-list .lr-boxs .lr-lists i {
  width: 24px;
  height: 2px;
  background: #444;
  position: relative;
}

.sep-home-sol-list .lr-boxs .lr-lists i:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.sep-home-sol-list .lr-boxs .lr-lists:hover {
  background: #444;
}

.sep-home-sol-list .lr-boxs .lr-lists:hover i {
  background: #fff;
}

.sep-home-sol-list .lr-boxs .lr-lists.lr-lefts {
  left: 0;
}

.sep-home-sol-list .lr-boxs .lr-lists.lr-lefts i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 0 0;
}

.sep-home-sol-list .lr-boxs .lr-lists.lr-rights {
  right: 0;
}

.sep-home-sol-list .lr-boxs .lr-lists.lr-rights i:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 10px 0;
}

.sep-home-sol-nav-list {
  width: calc(30% + 4px);
  position: relative;
  z-index: 20;
}

.sep-home-sol-nav-list .c-lists {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  line-height: 1.32;
  color: #404040;
  min-height: 55px;
  padding-right: 50px;
}

.sep-home-sol-nav-list .c-lists * {
  color: inherit;
  line-height: inherit;
}

.sep-home-sol-nav-list .c-lists:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #31a694;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  opacity: 0;
}

.sep-home-sol-nav-list .c-lists:hover,
.sep-home-sol-nav-list .c-lists.active {
  color: #31a694;
}

.sep-home-sol-nav-list .c-lists:hover:after,
.sep-home-sol-nav-list .c-lists.active:after {
  opacity: 1;
}

.sep-home-digital {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8;
}

.sep-home-solu-list {
  width: 100%;
}

.sep-home-solu-list .p-lists {
  width: 100%;
  margin-bottom: 100px;
}

.sep-home-solu-list .p-lists:nth-child(even) {
  flex-direction: row-reverse;
}

.sep-home-solu-list .p-lists:nth-child(even) .lis-boxs {
  padding-right: 35px;
}

.sep-home-solu-list .p-lists:nth-child(even) .lis-boxs::before {
  left: auto;
  right: 0;
}

.sep-home-solu-list .p-lists:last-child {
  margin-bottom: 0;
}

.sep-home-solu-list .thumbs {
  width: 50%;
  align-items: initial;
}

.sep-home-solu-list .lis-boxs {
  width: 50%;
  position: relative;
  padding-left: 106px;
  align-items: center;
}

.sep-home-solu-list .lis-boxs::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  z-index: 6;
  left: 0;
}

.sep-home-solu-list .t-boxs {
  width: 100%;
  position: relative;
  z-index: 10;
}

.sep-home-solu-list .titles-a {
  color: #31a694;
  position: relative;
}

.sep-home-solu-list .titles-a::before {
  content: "";
  width: 74px;
  height: 3px;
  background: #013974;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -106px;
}

.sep-home-solu-list .titles-a:hover {
  color: #013974;
}

.sep-home-solu-list .ul-boxs {
  width: 100%;
}

.sep-home-solu-list .ul-boxs .ul-lists {
  width: 50%;
  display: block;
  line-height: 30px;
  color: #777;
  line-height: 26px;
  position: relative;
  padding-left: 16px;
}

.sep-home-solu-list .ul-boxs .ul-lists i {
  color: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.sep-home-solu-list .ul-boxs .ul-lists:hover {
  color: #31a694;
}

.sep-home-hot-list {
  width: 100%;
  position: relative;
}

.sep-home-hot-list .swiper-container {
  width: calc(100% + 20px);
  padding: 10px;
  margin: 0 -10px;
}

.sep-home-hot-list .p-lists {
  width: calc(33.333% - 42px);
  margin-right: 42px;
}

.sep-home-hot-list .thumbs {
  box-shadow: 0.72px 0.72px 4px rgba(0, 0, 0, 0.65);
  background: #fff;
}

.sep-home-hot-list .thumbs.ons {
  height: 330px;
}

.sep-home-hot-list .lr-boxs .lr-lists {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 44%;
  margin-top: -45px;
  background: #fff;
  z-index: 30;
}

.sep-home-hot-list .lr-boxs .lr-lists i {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.sep-home-hot-list .lr-boxs .lr-lists i:before {
  content: "";
  width: 20px;
  height: 10px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 0 0;
  right: 18px;
  top: 3px;
}

.sep-home-hot-list .lr-boxs .lr-lists i:after {
  content: "";
  width: 20px;
  height: 10px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 0 0;
  right: -8px;
  bottom: -22px;
}

.sep-home-hot-list .lr-boxs .lr-lists.lr-lefts {
  left: -150px;
}

.sep-home-hot-list .lr-boxs .lr-lists.lr-lefts i {
  border-left: 10px solid #898989;
  border-bottom: 10px solid #898989;
  margin-left: 6px;
}

.sep-home-hot-list .lr-boxs .lr-lists.lr-rights {
  right: -150px;
}

.sep-home-hot-list .lr-boxs .lr-lists.lr-rights i {
  border-top: 10px solid #898989;
  border-right: 10px solid #898989;
  margin-left: -6px;
}

.sep-home-hot-list .lr-boxs .lr-lists.lr-rights i:before {
  right: 8px;
  top: -8px;
}

.sep-home-hot-list .lr-boxs .lr-lists.lr-rights i:after {
  right: -18px;
  bottom: -14px;
}

.sep-home-hot-list .lr-boxs .lr-lists:hover i {
  border-color: #31a694;
}

.sep-home-com-list {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 12;
}

.sep-home-com-list .com-lefts {
  width: calc(50% + 18px);
  padding-right: 40px;
}

.sep-home-com-list .com-rights {
  width: calc(50% - 18px);
}

.sep-home-com-list .com-rights .thumbs {
  border-radius: 100%;
}

.sep-home-com-list .com-rights .thumbs.ons1 {
  border: 65px solid #fff;
}

.com-bgs {
  width: 100%;
  height: 200%;
  position: absolute;
  left: calc(100% - 130px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #f9f9f9;
}

.sep-home-num-list {
  justify-content: flex-start;
  position: relative;
  z-index: 10;
}

.sep-home-num-list .p-lists {
  display: table;
  padding-left: 48px;
  padding-right: 45px;
  position: relative;
}

.sep-home-num-list .p-lists::before {
  content: "";
  display: block;
  width: 1px;
  height: 86px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 15%;
}

.sep-home-num-list .p-lists:nth-child(1) {
  padding-left: 0;
}

.sep-home-num-list .p-lists:nth-child(1):before {
  display: none;
}

.sep-home-num-list .nums {
  color: #31a694;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.sep-home-num-list .nums span {
  color: inherit;
  margin-right: 10px;
  line-height: inherit;
}

.sep-home-num-list .titles-a {
  max-width: 208px;
  margin-left: auto;
  margin-right: auto;
  color: #404040;
  line-height: 28px;
}

.sep-home-num-list .titles-a.max240 {
  max-width: 240px;
}

.sep-home-contact-list {
  width: 100%;
  justify-content: space-between;
}

.sep-home-contact-list .con-lefts {
  width: 43%;
}

.sep-home-contact-list .con-lefts .titles {
  line-height: 1.5;
}

.sep-home-contact-list .con-rights {
  width: 41.5%;
}

.sep-home-form {
  background: none;
  width: 100%;
  margin: auto;
}

.sep-home-form.ons {
  max-width: 100%;
}

.sep-home-form.cons .sep-form .form-group {
  margin-bottom: 20px;
}

.sep-home-form.cons .sep-form .form-group.ons {
  width: calc(25% - 13px);
}

.sep-home-form.cons .sep-form .form-group .form-control {
  padding: 10px 20px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #333;
}

.sep-home-form.cons .sep-form .form-group .form-control:focus {
  background: #fff;
  box-shadow: 0 0 16px rgba(235, 97, 30, 0.2) !important;
}

.sep-home-form.cons .sep-form .form-group textarea.form-control {
  height: 215px;
}

.sep-home-form.cons .sep-form .form-group:last-child .btn.btn-primary {
  background: -webkit-linear-gradient(left, #013974 0, #31a694 100%);
  background: linear-gradient(to right, #013974 0, #31a694 100%);
  border-color: transparent;
  color: #fff;
  margin-top: 30px;
  border-radius: 4px;
  padding: 10px 116px;
}

.sep-home-form.cons .sep-form .form-group:last-child .btn.btn-primary:hover {
  opacity: 0.8;
}

.sep-home-form.bors .sep-form .form-group .form-control {
  border-color: #e6e6e6;
}

.sep-home-form .sep-form {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sep-home-form .sep-form.has-error input::-webkit-input-placeholder {
  display: none;
}

.sep-home-form .sep-form .form-group {
  width: 100%;
  background: none;
  position: relative;
  margin-bottom: 16px;
}

.sep-home-form .sep-form .form-group.ons {
  width: calc(50% - 8px);
}

.sep-home-form .sep-form .form-group .form-control {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 7px 10px;
  line-height: 30px;
  padding-left: 14px;
  color: #6d6d6d;
  background: #fff;
  height: auto;
  font-size: 15px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sep-home-form .sep-form .form-group .form-control:focus {
  box-shadow: none;
}

.sep-home-form .sep-form .form-group .form-control::-moz-input-placeholder {
  color: inherit;
}

.sep-home-form .sep-form .form-group .form-control::-ms-input-placeholder {
  color: inherit;
}

.sep-home-form .sep-form .form-group .form-control::placeholder {
  color: inherit;
}

.sep-home-form .sep-form .form-group textarea.form-control {
  height: 135px;
}

.sep-home-form .sep-form .form-group:last-child {
  padding: 0;
  margin-bottom: 0;
}

.sep-home-form .sep-form .form-group:last-child .btn.btn-primary {
  width: auto;
  text-align: center;
  display: flex;
  border: none;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-top: 35px;
  border-radius: 0;
  outline: none;
  padding: 6px 29px;
  line-height: 30px;
  background: #31a694;
  margin-left: 0;
  margin-right: auto;
}

.sep-home-form .sep-form .form-group:last-child .btn.btn-primary i {
  width: 15px;
  height: 2px;
  background: #fff;
  position: relative;
  margin-left: 18px;
}

.sep-home-form .sep-form .form-group:last-child .btn.btn-primary i:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1px;
}

.sep-home-form .sep-form .form-group:last-child .btn.btn-primary:hover {
  background: #013974;
}

.sep-home-news-list {
  width: 100%;
  justify-content: space-between;
}

.sep-home-news-list .pp-lists {
  width: 50%;
}

.sep-home-news-list .pp-lists:nth-child(1) {
  width: calc(50% - 30px);
}

.sep-home-news-list .p-lists {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 38px;
}

.sep-home-news-list .p-lists:last-child {
  margin-bottom: 0;
}

.sep-home-news-list .p-lists.ons1 .thumbs {
  align-items: initial;
}

.sep-home-news-list .p-lists.ons1 .thumbs img {
  object-fit: cover;
}

.sep-home-news-list .lis-boxs {
  width: 100%;
  padding: 25px 55px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.sep-home-news-list .thumbs.ons {
  height: 330px;
}

.sep-home-news-list .titles-a {
  color: #fff;
  line-height: 28px;
}

.sep-home-news-list .titles-a:hover {
  color: #31a694;
}

.sep-home-news-list .mores-boxs .mores {
  color: #fff;
  background: #31a694;
  padding: 2px 13px;
  line-height: 30px;
}

.sep-home-news-list .mores-boxs .mores i {
  color: inherit;
  line-height: inherit;
  margin-left: 5px;
}

.sep-home-news-list .mores-boxs .mores:hover {
  background: #013974;
}

.sep-home-news-news-list {
  width: 100%;
}

.sep-home-news-news-list .p-boxs {
  margin: 0 -15px;
}

.sep-home-news-news-list .p-lists {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
  flex-direction: column;
}

.sep-home-news-news-list .p-lists:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sep-home-news-news-list .lis-boxs {
  padding: 25px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-grow: 1;
}

.sep-home-news-news-list .lis-boxs:before {
  content: "";
  display: block;
  width: 4px;
  height: 36px;
  background: #31a694;
  position: absolute;
  left: 0;
  top: 20px;
}

.sep-home-news-news-list .t-boxs {
  width: 100%;
}

.sep-home-news-news-list .titles-a {
  color: #333;
}

.sep-home-news-news-list .titles-a:hover {
  color: #31a694;
}

.sep-home-news-news-list .t-boxs {
  width: 100%;
}

.sep-home-news-news-list .mores-boxs {
  width: 100%;
}

.sep-home-news-news-list .mores-boxs .mores {
  line-height: 30px;
  color: #013974;
}

.sep-home-news-news-list .mores-boxs .mores i {
  color: inherit;
  margin-left: 10px;
  line-height: inherit;
}

.sep-home-news-news-list .mores-boxs .mores:hover {
  color: #31a694;
}

.sep-home-news-news-list .times {
  line-height: 1;
  color: #666;
  padding: 12px 10px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 20;
  text-align: center;
}

.sep-home-news-news-list .times .d {
  line-height: inherit;
  padding: 5px 0;
  position: relative;
  display: block;
  color: #31a694;
  margin: 5px 0;
}

.sep-home-news-news-list .times .d:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #31a694;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.sep-home-news-news-list .times .d:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #31a694;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.sep-home-fixed-boxs {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 20px;
  display: none;
}

.sep-home-fixed-boxs .fixed-boxs {
  width: 100%;
  max-width: 800px;
  padding-top: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sep-home-fixed-boxs .i-boxs {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.sep-home-footer {
  width: 100%;
  background: #013974;
  padding-top: 25px;
  padding-bottom: 30px;
}

.sep-home-footer .home-boxs {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.sep-home-footer .p-lists {
  width: calc(30% - 0px);
}

.sep-home-footer .titles-a {
  color: #8897a6;
}

.sep-home-footer .spans {
  color: #8897a6;
  line-height: 26px;
}

.sep-home-footer .spans * {
  color: inherit;
  line-height: inherit;
}

.sep-home-footer .spans a {
  color: #fff;
  display: block;
}

.sep-home-footer .spans a:hover {
  color: #31a694;
}

.sep-footer {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.sep-footer .sep-container {
  position: relative;
  z-index: 10;
}

.sep-footer .footer-lists-boxs {
  display: block;
  position: relative;
  z-index: 6;
}

.sep-footer .footer-lists-boxs .footer-logo-rights {
  width: 100%;
  position: relative;
  margin: auto;
  justify-content: space-between;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
  position: relative;
  z-index: 20;
  display: block;
  width: auto;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i {
  display: none;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs a.ul-titles:hover {
  color: #31a694;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 li {
  width: 50%;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li {
  position: relative;
  color: #333;
  line-height: 34px;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li > a {
  width: 100%;
  color: #333;
  line-height: 34px;
  display: block;
  position: relative;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li > a i {
  display: none;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li:hover > a {
  color: #31a694;
}

.sep-footer .link {
  width: auto;
  z-index: 40;
}

.sep-footer .link .sep-share li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  border-radius: 100%;
}

.sep-footer .link .sep-share li + li {
  margin-left: 10px;
}

.sep-footer .link .sep-share li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: inherit;
  color: #333;
}

.sep-footer .link .sep-share li i {
  color: inherit;
  font-size: 18px;
  vertical-align: middle;
}

.sep-footer .link .sep-share li:hover i {
  color: #31a694;
}

.link {
  width: auto;
}

.link .sep-share {
  position: relative;
}

.link .sep-share li {
  width: 44px;
  height: 44px;
  float: left;
  line-height: 42px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.link .sep-share li + li {
  margin-left: 16px;
}

.link .sep-share li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: inherit;
  color: #fff;
}

.link .sep-share li i {
  color: inherit;
  font-size: 20px;
  vertical-align: middle;
}

.link .sep-share li.lasts i {
  font-size: 24px;
}

.link .sep-share li.lasts .img {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 5%;
  top: -170px;
  z-index: -1;
  opacity: 0;
  padding: 10px;
  background: #fff;
}

.link .sep-share li.lasts .img img {
  width: 100%;
}

.link .sep-share li.lasts:hover .img {
  z-index: 88;
  opacity: 1;
}

.footer-footer {
  width: 100%;
  position: relative;
  z-index: 6;
}

.footer-footer .sep-container {
  position: relative;
  justify-content: space-between;
  z-index: 10;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #adbfd3;
}

.footer-footer a {
  color: #333;
  line-height: 30px;
}

.footer-footer a:hover {
  text-decoration: underline;
  color: #31a694;
}

.footer-footer div,
.footer-footer span {
  color: #333;
  line-height: 30px;
}

.footer-footer .lefts {
  width: auto;
  justify-content: flex-end;
  text-align: right;
}

.footer-footer .lefts a {
  padding-right: 5px;
}

.footer-footer .lefts a:last-child {
  padding-left: 5px;
  padding-right: 0;
}

.footer-footer .lefts a:nth-child(1) {
  padding-left: 0;
}

.footer-footer .rights {
  width: auto;
  justify-content: flex-end;
}

.footer-footer .rights a {
  padding-right: 10px;
}

.footer-footer .rights a:last-child {
  padding-right: 0;
}

.footer-footer .rights a + a {
  padding-left: 10px;
}

.sep-home-fixed {
  width: 75px;
  text-align: center;
  position: fixed;
  top: 20%;
  right: 50px;
  z-index: 1000000000;
}

.sep-home-fixed .p-lists {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}

.sep-home-fixed .p-lists:last-child {
  margin-bottom: 0;
}

.sep-home-fixed .i-imgs {
  width: 100%;
}

.sep-home-fixed .titles-a {
  color: #fff;
  line-height: 1;
  margin-top: 22px;
}

.sep-in-news-list {
  width: 100%;
  justify-content: space-between;
}

.sep-in-news-list .news-lefts {
  width: calc(65% + 12px);
  justify-content: space-between;
}

.sep-in-news-list .news-lefts.ons1 {
  width: 100%;
}

.sep-in-news-list .news-lefts.ons1 .p-lists {
  width: calc(33.33333% - 21px);
}

.sep-in-news-list .news-lefts .p-lists {
  width: calc(50% - 21px);
  position: relative;
  padding-bottom: 52px;
}

.sep-in-news-list .news-lefts .thumbs.ons {
  height: 280px;
  align-items: initial;
}

.sep-in-news-list .news-lefts .thumbs.ons img {
  object-fit: cover;
}

.sep-in-news-list .news-lefts .times-boxs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sep-in-news-list .news-lefts .times {
  display: flex;
  align-items: center;
  color: #31a694;
  line-height: 1;
}

.sep-in-news-list .news-lefts .times .i-imgs {
  margin-right: 10px;
}

.sep-in-news-list .news-lefts .titles-a {
  line-height: 20px;
}

.sep-in-news-list .news-lefts .mores {
  color: #0f243e;
  line-height: 30px;
}

.sep-in-news-list .news-lefts .mores i {
  margin-left: 5px;
  color: inherit;
}

.sep-in-news-list .news-lefts .mores:hover {
  color: #013974;
}

.sep-in-news-list .news-rights {
  width: calc(35% - 52px);
}

.sep-in-down-list {
  width: 100%;
}

.sep-in-down-list .p-lists {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: space-between;
}

.sep-in-down-list .titles-a {
  width: auto;
  display: flex;
  align-items: center;
  color: #0f243e;
}

.sep-in-down-list .titles-a .i-imgs {
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
}

.sep-in-down-list .titles-a:hover {
  color: #013974;
}

.sep-in-down-list .i-d {
  display: block;
  min-width: 28px;
}

.sep-in-down-list .i-d:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1720px) {
  .sep-container {
    max-width: 1360px;
  }

  .fz66 {
    font-size: 48px;
  }

  .fz36 {
    font-size: 28px;
  }

  .fz48 {
    font-size: 44px;
  }

  .fz45 {
    font-size: 40px;
  }

  .fz26 {
    font-size: 22px;
  }

  .sep-home-sol-nav-list {
    padding-top: 20px;
  }

  .sep-home-sol-nav-list .c-lists {
    min-height: 40px;
  }

  .pt180 {
    padding-top: 120px;
  }

  .pb140 {
    padding-bottom: 120px;
  }

  .pb160 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1690px) {
  .fz36 {
    font-size: 24px;
  }

  .fz66 {
    font-size: 44px;
  }

  .fz48 {
    font-size: 40px;
  }

  .sep-home-sol-list .sol-bgs {
    height: 180px;
  }

  .sep-home-sol-list .thumbs {
    max-height: 500px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-lefts {
    left: -100px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-rights {
    right: -100px;
  }
}

@media screen and (max-width: 1460px) {
  .sep-container {
    max-width: 1200px;
  }

  .sep-container.max1360 {
    max-width: 1200px;
  }

  .sep-container50 {
    max-width: 600px;
  }

  .sep-header .sep-nav-form .search-form input {
    width: 200px;
  }

  .sep-mainnav .sep-container > ul > li {
    margin: 0 16px;
  }

  .fz56 {
    font-size: 48px;
  }

  .fz48 {
    font-size: 40px;
  }

  .fz72 {
    font-size: 54px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs:nth-child(2) {
    width: auto;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 {
    display: block;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 li {
    width: auto;
  }

  .sep-home-pro-nav-list .c-lists {
    font-size: 22px;
  }

  .sep-home-num-list .p-lists {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sep-home-num-list .nums {
    font-size: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .sep-container {
    max-width: 1100px;
  }

  .sep-container.max1200 {
    max-width: 1100px;
  }

  .sep-container.max1360 {
    max-width: 1100px;
  }

  .sep-container50 {
    max-width: 550px;
  }

  .sep-header .sep-container {
    max-width: 1200px;
  }

  .fz18 {
    font-size: 16px;
  }

  .sep-home-sol-list .sol-bgs {
    height: 200px;
    left: 35%;
  }

  .sep-home-solu-list .lis-boxs {
    padding-left: 50px;
  }

  .sep-home-solu-list .ul-boxs .ul-lists {
    font-size: 14px;
  }

  .sep-home-solu-list .mt30 {
    margin-top: 15px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-lefts {
    left: -70px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-rights {
    right: -70px;
  }
}

@media screen and (max-width: 1280px) {
  .fz50 {
    font-size: 40px;
  }

  .fz36 {
    font-size: 28px;
  }

  .fz40 {
    font-size: 30px;
  }

  .fz28 {
    font-size: 22px;
  }

  .fz30 {
    font-size: 24px;
  }

  .fz42 {
    font-size: 32px;
  }

  .sep-home-sol-list .sol-bgs {
    height: 140px;
  }

  .sep-banner .lr-boxs .lr-lists i {
    font-size: 36px;
  }

  .sep-banner .lr-boxs .lr-lists.lr-lefts {
    left: 10px;
  }

  .sep-banner .lr-boxs .lr-lists.lr-rights {
    right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .sep-home-dsaw-list .lr-boxs .lr-lists {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .sep-home-dsaw-list .lr-boxs .lr-lists.lr-lefts {
    left: -20px;
  }

  .sep-home-dsaw-list .lr-boxs .lr-lists.lr-rights {
    right: -20px;
  }

  body {
    overflow: hidden;
  }

  .sep-container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .sep-container50 {
    max-width: 100%;
  }

  .sep-header .sep-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sep-banner .b-covers {
    top: 50%;
  }

  .footer-footer .lefts {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .footer-footer .rights {
    width: 100%;
    justify-content: center;
  }

  .footer-footer .link {
    width: auto;
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .sep-home-pro-nav-list .c-lists .span {
    padding-left: 20px;
  }

  .sep-home-pro-nav-list .c-lists {
    font-size: 20px;
  }

  .fz72 {
    font-size: 48px;
  }

  .sep-home-world-list .richtext {
    display: none;
  }

  .sep-mainnav .sep-container > ul > li {
    margin: 0 9px;
  }

  .sep-header .sep-nav-form .search-form input {
    width: 140px;
  }

  .sep-footer .con-boxs .pp-boxs {
    width: 100%;
  }

  .sep-footer .link {
    margin-top: 25px;
  }

  .sep-home-news-list .richtext {
    display: none;
  }

  .sep-home-news-list .times {
    width: 100px;
  }

  .sep-home-news-list .p-rights .lis-boxs {
    width: calc(100% - 120px);
  }

  .sep-home-sol-list .lr-boxs {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .pt140 {
    padding-top: 100px;
  }

  .pb150 {
    padding-bottom: 100px;
  }

  .pb140 {
    padding-bottom: 100px;
  }

  .sep-home-num-list .p-lists {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sep-home-num-list .nums {
    font-size: 16px;
  }

  .sep-home-num-list .nums span {
    font-size: 32px;
  }

  .sep-home-num-list .titles-a {
    max-width: 190px;
  }

  .sep-home-contact-list .con-rights {
    width: 48%;
  }

  .fz66 {
    font-size: 40px;
  }

  .sep-banner .b-covers .boxs.max54 {
    max-width: 50%;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-lefts {
    left: -60px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-rights {
    right: -60px;
  }
}

@media screen and (max-width: 821px) {
  .sep-home-solu-list .ul-boxs .ul-lists {
    font-size: 16px;
  }

  .ls5 {
    letter-spacing: 0;
  }

  .ls25 {
    letter-spacing: 0;
  }

  .ls30 {
    letter-spacing: 0;
  }

  .ls50 {
    letter-spacing: 0;
  }

  .ls60 {
    letter-spacing: 0;
  }

  .ls75 {
    letter-spacing: 0;
  }

  .fz35 {
    font-size: 24px;
  }

  * {
    letter-spacing: 0;
  }

  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-boxs
    .ul-lists
    + .ul-lists {
    margin-top: 0;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
    width: 100% !important;
    margin-top: 0;
    padding-right: 0;
    overflow: initial;
    margin-bottom: 0;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.m-hide {
    display: none;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.pc-hide {
    display: block;
    margin-top: 40px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul {
    margin-top: 16px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
    padding-left: 20px;
    position: relative;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
    font-size: 20px;
    line-height: 30px;
    padding: 16px 0;
    position: relative;
    margin-bottom: 0;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    color: #31a694;
    position: absolute;
    right: -8px;
    top: 16px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles:after {
    display: none;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs {
    border-left: none;
    padding-left: 0;
  }

  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-divs.onss
    .ul-titles
    i:after {
    opacity: 1;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul {
    display: none;
    padding: 16px 0;
    margin: 0;
    position: relative;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul:before {
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -50px;
    bottom: 0;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li {
    line-height: 36px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a {
    position: relative;
    line-height: 36px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a.fz18 {
    font-size: 18px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a.lh28 {
    line-height: 20px;
  }

  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-divs
    .ul
    li
    a.lh28:before {
    top: 10px;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a i {
    display: block;
    line-height: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-divs
    .ul-titles:before {
    display: none;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul-titles:after {
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -50px;
    bottom: 0;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul-titles i {
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 10px;
  }

  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-divs
    .ul-titles
    i:before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #000;
  }

  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-divs
    .ul-titles
    i:after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -6px;
    opacity: 0;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 {
    display: none;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.last {
    max-width: 100%;
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sep-footer .footer-lists-boxs {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .footer-footer .sep-container {
    border-top: none;
  }

  .sep-footer .con-boxs .pp-boxs .pp-lists {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .sep-footer .con-boxs .pp-boxs .pp-lists:last-child {
    margin-bottom: 0;
  }

  .sep-footer .con-boxs {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .fz48 {
    font-size: 24px;
  }

  .fz56 {
    font-size: 24px;
  }

  .mores.ons1 {
    padding: 9px 18px;
  }

  .sep-mainnav .sep-container > ul > li {
    margin: 0 4px;
  }

  .sep-header .sep-nav-form .search-form input {
    padding-right: 30px;
  }

  .sep-header .sep-nav-form .search-form button {
    width: 40px;
  }

  .sep-mainnav .sep-container > ul > li > a {
    text-transform: initial;
  }

  .sep-home-pro-list .swiper-container {
    width: 100%;
  }

  .sep-home-pro-nav-list {
    width: auto;
    background: none;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
  }

  .sep-home-pro-nav-list:after {
    display: none;
  }

  .sep-home-pro-list .titles-a {
    display: table;
    width: auto;
    padding-top: 30px;
    font-size: 20px;
  }

  .sep-home-pro-list .titles-a:after {
    font-size: 72px;
    right: 0;
  }

  .sep-home-pro-nav-list .c-lists {
    font-size: 20px;
  }

  .sep-home-pro-nav-list .c-lists .span {
    min-height: 48px;
    font-size: 16px;
    padding-left: 0;
  }

  .sep-home-pro-nav-list .c-lists.active .span {
    font-size: inherit;
  }

  .sep-home-app-nav-list .c-lists {
    font-size: 18px;
  }

  .sep-home-app-list .titles-a {
    font-size: 20px;
  }

  .sep-home-app-list .titles-a:before {
    font-size: 36px;
  }

  .sep-home-adv-nums-list .p-lists {
    width: 50%;
    padding-left: 25px !important;
  }

  .sep-home-street-nums-list .p-boxs {
    margin: 0 -8px;
  }

  .sep-home-street-nums-list .p-lists {
    width: calc(50% - 16px);
    margin: 0 8px 10px;
  }

  .footer-footer {
    background: none;
    position: relative;
  }

  .fz66 {
    font-size: 26px;
  }

  .sep-banner .b-covers .b-spans {
    font-size: 16px;
  }

  .sep-home-sol-list .sol-bgs {
    left: 40%;
    border-left-width: 20px;
  }

  .sep-home-solu-list .thumbs {
    width: 100%;
  }

  .sep-home-solu-list .lis-boxs {
    width: 100%;
    padding: 25px 0 0 !important;
  }

  .sep-home-num-list .p-lists {
    width: 50%;
    padding: 0 15px 20px !important;
  }

  .fz45 {
    font-size: 24px;
  }

  .mt70 {
    margin-top: 30px;
  }

  .sep-home-footer .p-lists {
    width: 100%;
    margin-bottom: 15px;
  }

  .sep-home-footer .p-lists:last-child {
    margin-bottom: 0;
  }

  .sep-home-news-list .pp-lists {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .sep-home-news-list .pp-lists:last-child {
    margin-bottom: 0;
  }

  .sep-home-news-news-list .p-lists {
    width: calc(50% - 30px);
  }

  .sep-home-news-news-list .lis-boxs {
    padding: 20px;
  }

  .sep-home-dsaw-list .p-lists {
    width: calc(50% - 20px);
  }

  .sep-home-hpro-list .p-lists {
    width: 100%;
    margin-bottom: 20px;
  }

  .sep-home-hpro-list .p-lists:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .offside li {
    border-radius: 0;
  }

  .tops-hes {
    display: none;
  }

  .sep-header {
    display: none;
  }

  .sep-banner.banner-one {
    display: none;
  }

  .sep-banner.banner-two {
    display: block;
  }

  .sep-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sep-home-app-list .swiper-container {
    width: 100%;
  }

  .sep-home-app-list .lis-boxs {
    max-width: 100%;
    width: 100%;
  }

  .sep-home-app-nav-list {
    display: none;
  }

  .mt160 {
    margin-top: 100px;
  }

  .sep-home-sol-nav-list {
    width: 100%;
  }

  .sep-home-sol-list .swiper-container {
    width: 100%;
  }

  .sep-home-sol-nav-list .c-lists {
    min-height: 30px;
  }

  .sep-home-sol-nav-list {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .sep-home-contact-list .con-lefts {
    width: 100%;
  }

  .sep-home-contact-list .con-rights {
    width: 100%;
    margin-top: 25px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: none;
  }

  .sep-home-hot-list .lr-boxs .lr-lists i:before,
  .sep-home-hot-list .lr-boxs .lr-lists i:after {
    display: none !important;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-lefts {
    left: -20px;
  }

  .sep-home-hot-list .lr-boxs .lr-lists.lr-rights {
    right: -20px;
  }
}

@media screen and (max-width: 667px) {
  .sep-home-dsaw-list .p-lists {
    width: 100%;
  }

  .sep-home-news-news-list .p-lists {
    width: calc(100% - 30px);
  }

  .sep-home-news-news-list .p-lists:last-child {
    margin-bottom: 0;
  }

  .mt60 {
    margin-top: 30px;
  }

  .mt35 {
    margin-top: 25px;
  }

  .pt110 {
    padding-top: 50px;
  }

  .pt120 {
    padding-top: 50px;
  }

  .pb110 {
    padding-bottom: 50px;
  }

  .pt90 {
    padding-top: 50px;
  }

  .pb100 {
    padding-bottom: 50px;
  }

  .pb90 {
    padding-bottom: 50px;
  }

  .pb70 {
    padding-bottom: 50px;
  }

  .sep-home-solu-list .ul-boxs .ul-lists {
    width: 100%;
  }

  .pt140 {
    padding-top: 50px;
  }

  .pb150 {
    padding-bottom: 50px;
  }

  .mt55 {
    margin-top: 25px;
  }

  .pt180 {
    padding-top: 50px;
  }

  .pb140 {
    padding-bottom: 50px;
  }

  .mt80 {
    margin-top: 30px;
  }

  .sep-home-solu-list .p-lists {
    margin-bottom: 30px;
  }

  .pb160 {
    padding-bottom: 50px;
  }

  .sep-home-com-list .com-lefts {
    width: 100%;
    padding: 0;
  }

  .sep-home-com-list .com-rights {
    width: 100%;
  }

  .sep-home-num-list .p-lists {
    width: 100%;
  }

  .sep-home-num-list.mt40 {
    margin-top: 0;
  }

  .sep-home-num-list .p-lists::before {
    display: none;
  }

  .sep-home-num-list .p-lists + .p-lists {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px !important;
  }

  .pb130 {
    padding-bottom: 50px;
  }

  .sep-home-form .sep-form .form-group {
    margin-bottom: 10px;
  }

  .sep-home-form .sep-form .form-group.ons {
    width: 100%;
  }

  .sep-home-form .sep-form .form-group:last-child .btn.btn-primary {
    margin-top: 5px;
  }

  .sep-home-form .sep-form .form-group textarea.form-control {
    height: 100px;
  }

  .sep-home-news-list .lis-boxs {
    padding: 15px;
  }

  .pt100 {
    padding-top: 50px;
  }

  .sep-home-digital-boxs img {
    min-height: 200px;
    object-fit: cover;
  }
}

.social-contact:before {
  content: "";
  display: table;
  clear: both;
}

.social-contact:after {
  content: "";
  display: table;
  clear: both;
}

.social-contact li {
  float: left;
  margin: 0 2px;
}

.social-contact li a {
  border: 1px solid #aaa;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #5b5b5b;
}

.social-contact li a:hover {
  color: #31a694;
}

.sep-news-list li {
  padding-left: 277px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  min-height: 152px;
  margin-bottom: 20px;
  background: #f0f0f0;
}

.sep-news-list li .thumb {
  display: block;
  width: 259px;
  height: 142px;
  position: absolute;
  left: 8px;
  top: 6px;
}

.sep-news-list li .thumb img {
  width: 100%;
}

.sep-news-list li .title {
  color: #323232;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.sep-news-list li .title:hover {
  color: #31a694;
}

.sep-news-list li .date {
  color: #969696;
  font-size: 14px;
  display: block;
  margin-top: 0;
  margin-bottom: 4px;
}

.sep-news-list li a.summary {
  color: #646464;
  line-height: 18px;
  font-size: 14px;
}

.sep-resource-queue > ul:before {
  content: "";
  display: table;
  clear: both;
}

.sep-resource-queue > ul:after {
  content: "";
  display: table;
  clear: both;
}

.sep-resource-queue > ul > li {
  float: left;
  background: #fff;
  padding: 15px 20px;
  width: 49%;
  margin-bottom: 2%;
  transition: 0.6s;
  height: 313px;
}

.sep-resource-queue > ul > li:hover {
  box-shadow: 0 0 6px #666;
}

.sep-resource-queue > ul > li:nth-child(even) {
  float: right;
}

.sep-resource-queue > ul > li .title {
  font-size: 20px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.sep-resource-queue > ul > li .btn-more {
  background: #31a694;
  color: #fff;
  padding: 5px 15px;
  transition: 0.5s;
  font-size: 16px;
}

.sep-resource-queue > ul > li .btn-more:hover {
  background: transparent;
  color: #31a694;
}

.sep-resource-queue > ul > li .box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.sep-resource-queue > ul > li .box:before {
  content: "";
  display: table;
  clear: both;
}

.sep-resource-queue > ul > li .box:after {
  content: "";
  display: table;
  clear: both;
}

.sep-resource-queue > ul > li .box .thumb {
  display: inline-block;
  overflow: hidden;
  width: 282px;
  height: 189px;
  float: left;
}

.sep-resource-queue > ul > li .box .thumb img {
  width: 282px;
  height: 189px;
}

.sep-resource-queue > ul > li .box .summary {
  float: right;
  display: inline-block;
  height: 189px;
  width: 240px;
  font-size: 14px;
  position: relative;
}

.sep-resource-queue > ul > li .box .btn-read {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #31a694;
}

.sep-resource-queue > ul > li .box .btn-read:hover {
  text-decoration: underline;
}

.sep-resource-queue > ul > li .box-x {
  margin-top: 10px;
}

.sep-resource-queue > ul > li .box-x:before {
  content: "";
  display: table;
  clear: both;
}

.sep-resource-queue > ul > li .box-x:after {
  content: "";
  display: table;
  clear: both;
}

.sep-resource-queue > ul > li .box-x .box-m {
  float: left;
  width: 49%;
}

.sep-resource-queue > ul > li .box-x .box-m .thumb {
  width: 265px;
  height: 175px;
}

.sep-resource-queue > ul > li .box-x .box-m .thumb img {
  width: 265px;
  height: 175px;
  border: 1px solid #ddd;
}

.sep-resource-queue > ul > li .box-x .box-m .summary {
  margin-top: 10px;
  display: inline-block;
  height: 3em;
  overflow: hidden;
}

.sep-resource-queue > ul > li .box-x .box-m:nth-child(2) {
  float: right;
}

.sep-resource-queue > ul > li .contact-link {
  padding-top: 15px;
}

.sep-resource-queue > ul > li .contact-link > a {
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  padding: 0 5px;
  float: right;
  margin-left: 5px;
}

.sep-resource-queue > ul > li .contact-link > a i {
  padding-right: 5px;
  font-size: 16px;
}

.sep-resource-queue > ul > li .contact-link > a span {
  position: relative;
  top: -2px;
}

.sep-resource-list .sep-datalist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sep-resource-list .sep-datalist > li {
  border-bottom: dotted 1px #ddd;
  position: relative;
  min-height: 140px;
  padding: 15px 10px 50px 180px;
  line-height: 1em;
}

.sep-resource-list .sep-datalist > li.nothumb {
  padding-left: 10px;
}

.sep-resource-list .sep-datalist > li.nothumb .thumb {
  display: none;
}

.sep-resource-list .sep-datalist > li .thumb {
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  width: 150px;
  height: 120px;
  overflow: hidden;
  text-align: center;
}

.sep-resource-list .sep-datalist > li .thumb img {
  width: 100%;
  border: 1px solid #ddd;
}

.sep-resource-list .sep-datalist > li .title {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.sep-resource-list .sep-datalist > li .title:hover {
  color: #31a694;
}

.sep-resource-list .sep-datalist > li .summary {
  display: block;
  color: #666;
  line-height: 1.5em;
  word-break: break-all;
}

.sep-resource-list .sep-datalist > li .published {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}

.sep-resource-list .sep-datalist > li .published:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f073";
  margin-right: 5px;
}

.sep-resource-list .sep-datalist > li .btn-read {
  position: absolute;
  bottom: 10px;
  right: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 2px 8px;
  color: #333;
  font-size: 12px;
}

.sep-resource-list-nothumb .sep-datalist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sep-resource-list-nothumb .sep-datalist li {
  border-bottom: dotted 1px #ddd;
  position: relative;
  min-height: 120px;
  padding: 15px 10px 50px 10px;
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  display: none;
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
  max-width: 100%;
  height: 90px;
  display: none;
  border: 1px solid #ddd;
}

.sep-resource-list-nothumb .sep-datalist li .title {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  height: auto;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
  color: #31a694;
}

.sep-resource-list-nothumb .sep-datalist li .summary {
  display: block;
  color: #666;
  line-height: 1.5em;
  word-break: break-all;
  width: 100%;
}

.sep-resource-list-nothumb .sep-datalist li .published {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f073";
  margin-right: 5px;
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 2px 8px;
  color: #333;
  font-size: 12px;
  display: none;
}

.sep-resource-grid .sep-datalist {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
}

.sep-resource-grid .sep-datalist li {
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 0 15px;
}

.sep-resource-grid .sep-datalist li .thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
}

.sep-resource-grid .sep-datalist li .thumb img {
  max-width: 100%;
  border: 1px solid #ddd;
}

.sep-resource-grid .sep-datalist li .title {
  line-height: 1.5em;
  height: 3em;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.sep-resource-grid .sep-datalist li .title:hover {
  color: #31a694;
}

.sep-resource-grid .sep-datalist li .summary {
  display: none;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
  color: #777;
}

.sep-resource-grid .sep-datalist li .published {
  display: none;
}

.sep-resource-grid .sep-datalist li .btn-read {
  display: none;
}

.sep-resource-list-case .sep-datalist li {
  position: relative;
  height: 280px;
}

.sep-resource-list-case .sep-datalist li .thumb {
  display: table;
  position: absolute;
  width: 300px;
  top: 30px;
}

.sep-resource-list-case .sep-datalist li .thumb img {
  max-width: 300px;
}

.sep-resource-list-case .sep-datalist li .title {
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.sep-resource-list-case .sep-datalist li .title:hover {
  text-decoration: underline;
}

.sep-resource-list-case .sep-datalist li .summary {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  margin: 10px 0;
}

.sep-resource-list-case .sep-datalist li .published {
  display: none;
}

.sep-resource-list-case .sep-datalist li .btn-read {
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background: #31a694;
  display: table;
  margin: 0 auto;
}

.sep-resource-list-case .sep-datalist li .btn-read:hover {
  text-decoration: underline;
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) {
  padding: 30px 30px 30px 350px;
  background: rgba(195, 189, 189, 0.16);
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) .thumb {
  left: 30px;
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) .title {
  color: #000;
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) .summary {
  color: #000;
}

.sep-resource-list-case .sep-datalist li:nth-child(even) {
  padding: 30px 350px 30px 30px;
  background: #e8e8e8;
}

.sep-resource-list-case .sep-datalist li:nth-child(even) .thumb {
  right: 30px;
}

.sep-resource-list-case .sep-datalist li:nth-child(even) .title {
  color: #333;
}

.sep-resource-list-case .sep-datalist li:nth-child(even) .summary {
  color: #333;
}

.sep-resource-idx dl {
  overflow: hidden;
  margin-bottom: 30px;
}

.sep-resource-idx dl dt {
  font-weight: bold;
  font-size: 16px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 5px 10px;
}

.sep-resource-idx dl dt .btn-more {
  float: right;
  font-weight: normal;
  font-size: 12px;
  padding: 2px;
  color: #666;
}

.sep-resource-idx dl dt .btn-more:after {
  content: " >";
}

.sep-resource-idx dl dd {
  margin: 10px -10px;
}

.sep-resource-idx dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sep-resource-idx dl dd ul li {
  float: left;
  width: 25%;
}

.sep-resource-idx dl dd ul li a {
  display: block;
  margin: 10px;
}

.sep-resource-idx dl dd ul li a .thumb {
  display: block;
  width: 100%;
  height: 190px;
  line-height: 186px;
  background: #fafafa;
  overflow: hidden;
  text-align: center;
}

.sep-resource-idx dl dd ul li a .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.sep-resource-idx dl dd ul li a .title {
  margin: 5px 0;
  display: block;
  line-height: 1em;
  height: 1em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #333;
}

.sep-his-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 36px;
  position: relative;
}

.sep-his-list:before {
  content: "";
  display: block;
  background: url("../images/history-bg.png") repeat-y top center;
  position: absolute;
  top: 0;
  left: 47.1%;
  width: 8px;
  height: 100%;
}

.sep-his-list:after {
  content: "";
  display: block;
  background: url("../images/history-bg.png") repeat-y top center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 47.1%;
  width: 8px;
  height: 100%;
}

.sep-his-list li {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}

.sep-his-list li:nth-child(even) {
  float: right;
}

.sep-his-list li:nth-child(even) .his-content {
  text-align: left;
  margin-left: 10px;
}

.sep-his-list li:nth-child(odd) {
  float: left;
}

.sep-his-list li:nth-child(odd) .his-content {
  text-align: right;
}

.sep-his-list li span {
  display: inline-block;
}

.sep-his-list li .his-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

.sep-his-list li .his-content {
  line-height: 16px;
  font-size: 12px;
  width: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sep-his-list li .his-content * {
  font-size: 12px;
}

.sep-his-list li:nth-child(4n + 1) .his-title {
  float: right;
  width: 78px;
  height: 56px;
  background: url("../images/history-blue-left.png") left center no-repeat;
}

.sep-his-list li:nth-child(4n + 1) .his-content {
  float: left;
}

.sep-his-list li:nth-child(4n + 2) .his-title {
  float: left;
  width: 78px;
  height: 56px;
  background: url("../images/history-blue-right.png") left center no-repeat;
}

.sep-his-list li:nth-child(4n + 2) .his-content {
  float: right;
}

.sep-his-list li:nth-child(4n + 3) .his-title {
  float: right;
  width: 78px;
  height: 56px;
  background: url("../images/history-left-red.png") left center no-repeat;
}

.sep-his-list li:nth-child(4n + 3) .his-content {
  float: left;
}

.sep-his-list li:nth-child(4n + 4) .his-title {
  float: left;
  width: 78px;
  height: 56px;
  background: url("../images/history-right-red.png") left center no-repeat;
}

.sep-his-list li:nth-child(4n + 4) .his-content {
  float: right;
}

.sep-pagination {
  text-align: center;
}

.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
  padding: 3px 10px;
  color: #333;
}

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
  border-color: #dc5514;
  background: #31a694;
  color: #fff;
}

.focus-img div.img {
  display: table;
  margin: 0 auto;
}

.focus-img div.img img {
  max-width: 100%;
}

.focus-img .datalist {
  margin-top: 10px;
}

.focus-img .datalist li {
  width: 14.28%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

.focus-img .datalist li.active img {
  -webkit-filter: brightness(1);
}

.focus-img .datalist li img {
  max-width: 100%;
  cursor: pointer;
  -webkit-filter: brightness(0.5);
}

.sep-inner-banner {
  text-align: center;
}

.sep-inner-banner img {
  max-width: 100%;
}

.sep-mainbody {
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  padding-bottom: 100px;
}

.sep-mainbody .sep-container {
  position: relative;
}

.sep-mainbody .sep-container:before {
  display: table;
  content: " ";
  clear: both;
}

.sep-mainbody .sep-container:after {
  display: table;
  content: " ";
  clear: both;
}

.sep-mainbody .faq-list .faq-item {
  overflow: hidden;
}

.sep-mainbody .faq-list .faq-item .faq-question {
  clear: both;
  font-size: 16px;
  font-weight: bold;
}

.sep-mainbody .faq-list .faq-item .faq-question:before {
  font-family: FontAwesome;
  content: "\f29c";
  font-size: 34px;
  color: #31a694;
  margin-right: 12px;
  margin-left: 2px;
  vertical-align: middle;
  font-weight: normal;
}

.sep-mainbody .faq-list .faq-item .faq-answer {
  box-shadow: 0 1px 4px #ccc;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
  float: left;
  margin: 5px;
  margin-left: 40px;
  padding-right: 10px;
  background: #ddd url(../images/logo.png) no-repeat right 10px top 5px;
  background-size: auto 30px;
  min-height: 40px;
  font-size: 14px;
  padding-right: 70px;
}

.sep-mainbody .faq-list .faq-item .faq-answer p {
  font-size: 14px;
}

.sep-mainbody .sep-sidebar {
  width: 280px;
  float: right;
  margin-top: 30px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box {
  margin-bottom: 17px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .sep-headline a {
  font-family: "Open Sans";
  color: #fff;
  font-size: 24px;
  display: block;
  background: #9e1e1e;
  padding: 12px 20px;
  text-transform: uppercase;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a {
  color: #3b3b3b;
  display: block;
  background: #e4e4e4;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
  position: relative;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a:hover {
  color: #31a694;
  font-weight: bold;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a.active {
  color: #31a694;
  font-weight: bold;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a span {
  font-weight: bold;
  padding-right: 5px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.5s;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li.active a i {
  transform: translateY(-50%) rotate(90deg);
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li ul {
  display: none;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li ul li a {
  background: #f1f1f1;
  padding-left: 33px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic {
  padding: 20px 12px;
  padding-bottom: 10px;
  background: #f2f2f2;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-bottom: 15px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .thumb {
  display: block;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .thumb img {
  width: 100%;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .title {
  color: #242424;
  height: 1.4em;
  overflow: hidden;
  display: block;
  text-align: center;
  margin-top: 2px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .title:hover {
  color: #31a694;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news {
  background: #f2f2f2;
  padding: 20px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li {
  padding-bottom: 20px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li:last-child,
.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li:nth-child(2) {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 20px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li:nth-child(2) {
  padding-bottom: 20px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li .title {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  display: block;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li .title:hover {
  color: #31a694;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li .summary {
  color: #323232;
  font-size: 12px;
  line-height: 1.4em;
  display: block;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact {
  background: #f2f2f2;
  padding-top: 28px;
  padding-left: 14px;
  padding-right: 5px;
  padding-bottom: 48px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li {
  position: relative;
  padding-left: 22px;
  color: #4e4e4e;
  font-size: 14px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li:last-child {
  padding-right: 14px;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-box
  .datalist-contact
  li:last-child
  > img:first-child {
  margin-top: 30px;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-box
  .datalist-contact
  li:nth-child(2)
  i {
  left: 0;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li i {
  position: absolute;
  color: #adadad;
  left: 2px;
  top: 5px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li a {
  color: #4e4e4e;
  font-size: 14px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li a:hover {
  color: #31a694;
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd {
  margin-bottom: 24px;
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd.sep-sidebar-jd-pro .sep-headline a {
  font-size: 24px;
  padding-top: 62px;
  padding-bottom: 12px;
  background: url(../images/siderbar_bg.jpg) no-repeat;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li {
  border-bottom: 1px solid #fff;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li:last-child {
  border-bottom: none;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  > a {
  color: #000;
  font-size: 16px;
  font-family: "proximanova";
  background: #ebf1f2;
  display: block;
  padding: 10px 10px;
  padding-right: 35px;
  position: relative;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  > a:hover {
  color: #d10631;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  > a:hover
  i {
  color: #d10631;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  > a
  i {
  color: #000;
  position: absolute;
  top: 4px;
  right: 10px;
  padding: 10px;
  transition: 0.3s all;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li.active
  > a {
  color: #d10631;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li.active
  > a
  > i {
  transform: rotate(90deg);
  top: 4px;
  color: #d10631;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  ul {
  padding: 8px 0;
  padding-left: 40px;
  display: none;
  background: #fefefe;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  ul
  li {
  list-style: disc;
  padding: 0 0;
  font-size: 12px;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  ul
  li
  a {
  color: #565656;
  font-size: 14px;
  display: block;
  font-weight: 400;
  font-family: "proximanova";
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-list
  .datalist
  > li
  ul
  li
  a:hover {
  color: #d10631;
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-headline a {
  font-family: "proximanova";
  color: #fff;
  font-size: 20px;
  display: block;
  background: #110801;
  padding: 9px 14px;
  text-transform: uppercase;
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal {
  padding: 15px;
  text-align: center;
  border: 1px solid #cfcfcf;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-normal.sep-sidebar-box-normal-adv {
  padding: 26px 26px;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-normal.sep-sidebar-box-normal-adv
  .bx-wrapper
  .bx-controls-direction {
  opacity: 1;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-normal.sep-sidebar-box-normal-adv
  .bx-wrapper
  .bx-controls-direction
  a {
  width: 7px;
  height: 12px;
  top: 55%;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-normal.sep-sidebar-box-normal-adv
  .bx-wrapper
  .bx-controls-direction
  a.bx-prev {
  background: url(../images/prev4.png) no-repeat;
  opacity: 1;
  left: -18px;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-normal.sep-sidebar-box-normal-adv
  .bx-wrapper
  .bx-controls-direction
  a.bx-next {
  background: url(../images/next4.png) no-repeat;
  opacity: 1;
  right: -18px;
}

.sep-mainbody
  .sep-sidebar
  .sep-sidebar-jd
  .sep-sidebar-box-normal
  .datalist
  li
  img {
  width: 100%;
}

.sep-mainbody .history li {
  position: relative;
  padding-left: 110px;
  height: 90px;
  margin-bottom: 20px;
}

.sep-mainbody .history li:nth-child(3) span {
  font-size: 14px;
}

.sep-mainbody .history li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: #31a694;
  color: #fff;
  font-size: 18px;
}

.sep-mainbody .history li div {
  line-height: 90px;
}

.sep-mainbody .sep-primary {
  width: 880px;
  float: left;
  margin-top: 30px;
}

.sep-mainbody .sep-primary .sep-content-jd {
  margin-bottom: 30px;
}

.sep-mainbody .sep-primary .sep-content-jd .thumb {
  max-width: 50%;
  float: left;
  padding-right: 25px;
  padding-bottom: 5px;
  overflow: hidden;
  background: #fff;
}

.sep-mainbody .sep-primary .sep-content-jd h1 {
  color: #212121;
  font-size: 26px;
  font-family: "proximanova";
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-weight: normal;
}

.sep-mainbody .sep-primary .sep-content-jd .richtext {
  color: #767676;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "proximanova";
}

.sep-mainbody .sep-primary .sep-title {
  color: #212121;
  font-size: 26px;
  font-family: "proximanova";
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.sep-mainbody .sep-primary .sep-pro-detail {
  margin-bottom: 40px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf {
  width: 53.6%;
  float: left;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb a {
  display: block;
  position: relative;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb a:before {
  content: "";
  width: 57px;
  height: 37px;
  background: url(../images/fdj_bg.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb a:hover:before {
  opacity: 0;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb .zoomPad {
  float: none;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb img.preview {
  max-width: 100%;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul {
  margin-top: 0;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li {
  width: 25%;
  padding: 0 5px;
  float: left;
  margin: 5px 0;
  margin-top: 15px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a.zoomThumbActive {
  display: block;
  position: relative;
}

.sep-mainbody
  .sep-primary
  .sep-pro-detail
  .box-lf
  ul
  li
  a.zoomThumbActive:before {
  content: "";
  border: 6px solid transparent;
  border-bottom: 6px solid #c70f0f;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a.zoomThumbActive img {
  border: 3px solid #c70f0f;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a {
  display: block;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li img {
  width: 100%;
  border: 3px solid transparent;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt {
  width: 43%;
  float: right;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt h1 {
  color: #212121;
  font-size: 26px;
  font-family: "proximanova";
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .text {
  color: #767676;
  font-size: 14px;
  line-height: 1.6em;
  height: 16em;
  overflow-y: scroll;
  padding-left: 10px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box {
  margin-top: 50px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a {
  background: #8d8d8d;
  display: inline-block;
  padding: 0 10px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a:nth-child(1) {
  margin-right: 12px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a i {
  padding-right: 5px;
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a:hover {
  background: #c2282e;
}

.sep-mainbody .sep-primary .sep-pro-detail-hd {
  color: #454545;
  font-size: 24px;
  background: #ebf1f2;
  padding: 8px 24px;
  margin-bottom: 25px;
  margin-top: 24px;
}

.sep-mainbody .sep-primary .richtext {
  font-family: "proximanova";
}

.sep-mainbody .sep-primary .sep-mj-title {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #cacaca;
  padding: 22px 0;
  margin-bottom: 21px;
}

.sep-mainbody .sep-primary .sep-mj-title2 {
  color: #31a694;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 11px;
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf {
  float: left;
  width: 37%;
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf img {
  border: 1px solid #dbdbdb;
  max-width: 100%;
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info {
  margin-top: 15px;
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info .email {
  display: inline-block;
  background: #31a694;
  color: #fff;
  font-family: "Open Sans";
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #31a694;
  transition: all 0.3s ease-in-out;
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info .email:hover {
  background: #fff;
  color: #31a694;
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info .email i {
  padding-right: 5px;
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt {
  float: right;
  width: 60.8%;
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .title {
  background: #31a694;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text {
  margin-top: 10px;
  height: 356px;
  overflow-y: scroll;
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text ul {
  padding-left: 20px;
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text ul li {
  list-style: disc;
  color: #565656;
  font-size: 14px;
  line-height: 1.6em;
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text ul li * {
  color: #565656;
  font-size: 14px;
  line-height: 1.6em;
}

.sep-mainbody .sep-primary .sep-detail-mj {
  margin-top: 25px;
}

.sep-mainbody .sep-primary .sep-detail-mj .title {
  background: #31a694;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 18px;
  font-size: 16px;
}

.sep-mainbody .sep-primary .sep-advantage {
  margin-top: 25px;
}

.sep-mainbody .sep-primary .sep-advantage .title {
  background: #31a694;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 18px;
  font-size: 16px;
}

.sep-mainbody .sep-primary .sep-advantage .video {
  text-align: center;
  margin-bottom: 31px;
  margin-top: 30px;
}

.sep-mainbody .sep-primary .sep-advantage .sep-pics {
  margin-bottom: 30px;
}

.sep-mainbody .sep-primary .sep-advantage .sep-pics li {
  width: 50%;
  float: left;
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}

.sep-mainbody .sep-primary .sep-advantage .sep-pics li img {
  width: 100%;
  border: 1px solid #ddd;
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list {
  margin-bottom: 30px;
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li {
  width: 50%;
  float: left;
  padding-right: 70px;
  margin-top: 30px;
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .thumb img {
  width: 100%;
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .alias {
  color: #9e1e1e;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  height: 4.2em;
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .summary {
  color: #565656;
  font-size: 14px;
  line-height: 1.6em;
}

.sep-mainbody .sep-primary .richtext {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.sep-mainbody .sep-primary .richtext * {
  font-size: 14px;
}

.sep-mainbody .sep-primary .richtext table {
  width: 100%;
}

.sep-mainbody .sep-primary .richtext table tr:nth-child(even) {
  background: #fff;
}

.sep-mainbody .sep-primary .richtext table td {
  border: 1px solid #000;
  color: #545454;
  font-size: 14px;
}

.sep-mainbody .sep-primary .richtext table td * {
  color: #545454;
  font-size: 14px;
}

.sep-mainbody .sep-primary .richtext table td p {
  margin: 0;
}

.sep-mainbody .sep-primary .richtext ul {
  padding-left: 20px;
}

.sep-mainbody .sep-primary .richtext ul li {
  list-style: disc;
  color: #565656;
  font-size: 14px;
}

.sep-mainbody .sep-primary .sep-category-box {
  position: relative;
  padding-left: 339px;
  height: 312px;
  margin-bottom: 38px;
}

.sep-mainbody .sep-primary .sep-category-box .thumb {
  position: absolute;
  left: 0;
  width: 319px;
  height: 312px;
  line-height: 312px;
  top: 0;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}

.sep-mainbody .sep-primary .sep-category-box .thumb img {
  width: 100%;
}

.sep-mainbody .sep-primary .sep-category-box .title {
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 12px;
}

.sep-mainbody .sep-primary .sep-category-box .title:hover {
  color: #31a694;
}

.sep-mainbody .sep-primary .sep-category-box .summary {
  color: #565656;
  font-size: 14px;
  line-height: 1.5em;
  display: block;
  height: 227px;
  overflow-y: scroll;
}

.sep-mainbody .sep-primary .sep-category-box .summary * {
  color: #565656;
  font-size: 14px;
  line-height: 1.5em;
}

.sep-mainbody .sep-primary .sep-category-box .more {
  color: #bf3333;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.sep-mainbody .sep-primary .sep-category-box .more:hover {
  text-decoration: underline;
}

.sep-mainbody .sep-primary .sep-category-box .more img {
  position: relative;
  top: -1px;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li {
  width: 48%;
  float: left;
  margin-bottom: 35px;
  transition: all 0.3s;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li:hover {
  box-shadow: 3px 3px 9px #bcbcbc;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li:nth-child(even) {
  float: right;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .title {
  background: #ddd;
  font-size: 16px;
  font-weight: bold;
  color: #343434;
  display: block;
  padding: 13px 18px;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .title:hover {
  color: #31a694;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box {
  border: 1px solid #ddd;
  border-top: 1px solid #bbb;
  background: #eee;
  padding: 24px 13px;
  padding-right: 165px;
  position: relative;
  height: 176px;
  box-shadow: 0 3px 3px #dcdcdc inset;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .thumb {
  width: 140px;
  display: block;
  position: absolute;
  right: 13px;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .thumb img {
  width: 100%;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .summary {
  color: #505050;
  font-size: 12px;
  line-height: 1.8em;
  height: 6.4em;
  display: block;
  overflow: hidden;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .more {
  color: #bf3333;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .more:hover {
  text-decoration: underline;
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .more img {
  position: relative;
  top: -1px;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns {
  display: box;
  display: -webkit-box;
  display: -o-box;
  display: -moz-box;
  margin-bottom: 70px;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  text-align: center;
  padding: 13px 0;
  background: #ebf1f2;
  position: relative;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li.active {
  background: #212121;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li.active:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 10px solid transparent;
  border-top: 10px solid #212121;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li.active a {
  color: #fff;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li a {
  color: #31a694;
  font-size: 24px;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-boxs ul {
  display: none;
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-boxs ul:nth-child(1) {
  display: block;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li {
  width: 31%;
  float: left;
  border: 1px solid #e1e1e1;
  border-bottom: 4px solid #e1e1e1;
  padding: 12px;
  margin-bottom: 31px;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li:nth-child(3n + 2) {
  margin: 0 3.5%;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .thumb {
  display: block;
  overflow: hidden;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .thumb img {
  width: 100%;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .title {
  display: block;
  color: #1a2f5b;
  text-align: center;
  height: 2.2em;
  line-height: 1.8em;
  margin-top: 10px;
  overflow: hidden;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cacaca;
  font-family: "proximanova";
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .title:hover {
  color: #d10631;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .summary {
  color: #7e7e7e;
  font-size: 14px;
  display: block;
  line-height: 1.6em;
  font-family: "proximanova";
  height: 4.8em;
  overflow: hidden;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .more {
  color: #fff;
  font-size: 14px;
  background: #959ca3;
  padding: 4px 20px;
  border-radius: 24px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 10px;
  display: table;
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .more:hover {
  background: #212121;
}

.sep-mainbody .sep-primary .sep-relate-wrap {
  padding: 0 30px;
}

.sep-mainbody .sep-primary .sep-relate-wrap .owl-theme .owl-dots .owl-dot {
  display: none !important;
}

.sep-mainbody
  .sep-primary
  .sep-relate-wrap
  .owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"] {
  width: 11px;
  height: 16px;
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
}

.sep-mainbody
  .sep-primary
  .sep-relate-wrap
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev {
  background: url(../images/prev6.png) no-repeat;
  left: -30px;
}

.sep-mainbody
  .sep-primary
  .sep-relate-wrap
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  background: url(../images/next6.png) no-repeat;
  right: -30px;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist > li {
  width: 25%;
  float: left;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li {
  border: 2px solid #ddd;
  border-bottom: 2px solid #ebf1f2;
  padding: 8px;
  padding-bottom: 0;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li .thumb {
  display: block;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li .thumb img {
  width: 100%;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li:hover {
  border-bottom: 2px solid #9ba6a8;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li:hover .title:hover {
  color: #383838;
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li .title {
  display: block;
  text-align: center;
  color: #818181;
  font-size: 14px;
  height: 3em;
  overflow: hidden;
  line-height: 3em;
}

.sep-mainbody .sep-breadcrumb {
  background: #ececec;
  margin: 0;
  list-style: none;
}

.sep-mainbody .sep-breadcrumb .breadcrumb {
  padding-left: 0;
  background: transparent;
  margin-bottom: 0;
}

.sep-mainbody .sep-breadcrumb .breadcrumb:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f015";
  margin-right: 5px;
  color: #969696;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.sep-mainbody .sep-breadcrumb .breadcrumb li {
  display: inline-block;
}

.sep-mainbody .sep-breadcrumb .breadcrumb li a {
  text-decoration: none;
  color: #969696;
  font-size: 14px;
}

.sep-mainbody .sep-breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
  color: #d10631;
}

.sep-mainbody .sep-breadcrumb .breadcrumb li:last-child a {
  color: #d10631;
}

.sep-mainbody .sep-breadcrumb .breadcrumb > li + li:before {
  content: ">";
  color: #969696;
  position: relative;
  top: 1px;
}

.sep-mainbody .sep-breadcrumb .breadcrumb .li-last:after {
  margin-left: 5px;
  content: " ";
}

.richtext a {
  color: #31a694;
  text-decoration: underline;
}

.richtext a:hover {
  text-decoration: none;
}

body {
  margin: 0 auto;
  font-family: "Alibaba-PuHuiTi-Regular";
}

* {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 16px;
}

.large-word {
  text-transform: uppercase;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.richtext,
.richtext * {
  font-family: "Alibaba-PuHuiTi-Regular";
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}

.bread-fat {
  position: relative;
}

.sep-breadcrumb {
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  list-style: none;
  width: 100%;
  bottom: 4px;
  text-align: left;
}

.sep-breadcrumb.bg {
  background: #f5f5f5;
  margin-bottom: 0;
  border-bottom: 1px solid #e2dede;
}

.sep-breadcrumb.bg .breadcrumb {
  padding: 20px 0;
}

.sep-breadcrumb.noline .breadcrumb {
  border: none;
}

.sep-breadcrumb .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  padding: 15px 0;
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
}

.sep-breadcrumb .breadcrumb:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f015";
  width: 16px;
  height: 14px;
  width: 23px;
  height: 20px;
  color: #000;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
}

.sep-breadcrumb .breadcrumb li {
  display: inline-block;
}

.sep-breadcrumb .breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.sep-breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
  color: #31a694;
}

.sep-breadcrumb .breadcrumb li:last-child a {
  color: #31a694;
}

.sep-breadcrumb .breadcrumb > li + li:before {
  content: "-";
  font: normal normal normal 14px/1 FontAwesome;
  color: #393939;
  position: relative;
  top: 2px;
}

.sep-breadcrumb .breadcrumb .li-last:after {
  margin-left: 5px;
  content: " ";
}

header .search-wrap {
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 10px;
  font-size: 30px;
}

header .search-wrap .closed i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: #003886;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}

header .search-wrap .search-all .search-box {
  padding: 50px 0 30px 100px;
  position: relative;
}

header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #003886;
  color: #003886;
  padding: 5px 20px;
  position: absolute;
  top: 60px;
  right: 0;
}

header .search-wrap .search-all .search-box button:hover {
  background: #003886;
  color: #fff;
  border-color: #fff;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}

header .head-top {
  background: #f5f6f8;
}

header .head-top .contact-list {
  float: left;
  padding-top: 4px;
}

header .head-top .contact-list li {
  float: inherit;
  margin-left: 20px;
  padding: 10px 0;
}

header .head-top .contact-list li a,
header .head-top .contact-list li span,
header .head-top .contact-list li i {
  color: #575757;
  font-size: 16px;
}

header .head-top .contact-list li i {
  font-size: 20px;
  margin-right: 5px;
  color: #013974;
}

header .head-top .contact-list li a:hover {
  text-decoration: underline;
}

header .head-top .search-lan {
  float: right;
}

header .head-top .search-lan li {
  float: right;
  margin-left: 20px;
  padding: 11px 0;
}

header .head-top .search-lan li i {
  color: #1f5596;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

header .head-top .search-lan .seach-box {
  position: relative;
}

header .head-top .search-lan .seach-box span {
  display: block;
  height: 44px;
  width: 52px;
  text-align: center;
  line-height: 44px;
  background: #d41412;
  position: absolute;
  top: 0;
  right: 0;
}

header .head-top .search-lan .lan-box {
  padding-right: 0;
}

header .head-top .search-lan .nav-others {
  position: relative;
}

header .head-top .search-lan .nav-others > a {
  display: inline-block;
}

header .head-bottom {
  position: relative;
}

header .head-bottom .logo {
  display: inline-block;
  padding-top: 15px;
}

header .head-bottom .logo img {
  max-width: 220px;
}

header .head-bottom .nav-list {
  float: right;
}

header .head-bottom .nav-list > li {
  float: left;
  padding: 0 20px;
  position: relative;
}

header .head-bottom .nav-list > li > a {
  display: inline-block;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  transition: all 0.5s;
}

header .head-bottom .nav-list > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #003886;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

header .head-bottom .nav-list > li > a:hover {
  color: #013974;
}

header .head-bottom .nav-list > li > a:hover:after {
  width: 100%;
}

header .head-bottom .nav-list > li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}

header .head-bottom .nav-list > li .nav-more-list .gred a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

header .head-bottom .nav-list > li .nav-more-list .gred a:hover {
  background: #31a694;
  color: #fff;
}

header .head-bottom .nav-list .ispro {
  position: static;
}

header .head-bottom .nav-list .ispro .homes-ul {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
}

header .head-bottom .nav-list .ispro .homes-ul .container {
  max-width: 1200px;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 10px #ddd;
}

header .head-bottom .nav-list .ispro .homes-ul .homes-lefts {
  border-right: 1px dashed #31a694;
  padding-right: 50px;
}

header .head-bottom .nav-list .ispro .homes-ul .homes-lefts .titles-a {
  display: block;
  font-size: 18px;
  line-height: 44px;
}

header .head-bottom .nav-list .ispro .homes-ul .homes-lefts .titles-a.active {
  opacity: 0.7;
  text-decoration: underline;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-lefts
  .titles-a
  .titles-a.active {
  color: #31a694;
}

header .head-bottom .nav-list .ispro .homes-ul .homes-lefts .spans {
  display: block;
  font-size: 16px;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

header .head-bottom .nav-list .ispro .homes-ul .homes-rights .lists-boxs {
  display: none;
  float: left;
  padding-right: 10px;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs.active {
  display: block;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li {
  padding: 10px;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .ths {
  display: block;
  overflow: hidden;
  text-align: center;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .ths
  img {
  width: 70%;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .ot-tile {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .col-sm-7
  .ot-tile {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .col-sm-7
  ol {
  padding-left: 10px;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .col-sm-7
  ol
  li {
  padding: 5px 0;
}

header
  .head-bottom
  .nav-list
  .ispro
  .homes-ul
  .homes-rights
  .lists-boxs
  > ul
  > li
  .pts-box
  .col-sm-7
  ol
  li
  a {
  display: block;
  font-size: 14px;
}

header .head-bottom .nav-list .active > a {
  color: #013974;
}

header .head-bottom .nav-list .active > a:after {
  width: 100%;
}

header .head-bottom .nav-list .search-box {
  cursor: pointer;
}

header .head-bottom .nav-list .search-box span {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0;
}

header .head-bottom .nav-list .search-box span i {
  color: #575757;
}

header .head-bottom .nav-list .search-box:hover span {
  color: #31a694;
}

header .head-bottom .nav-list .search-box:hover span i {
  color: #31a694;
}

.change-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 5px #31a694;
}

.change-fixed .head-top {
  display: none;
}

.change-fixed .head-bottom .nav-list > li > a {
  padding: 17px 0;
}

.change-fixed .head-bottom .logo img {
  max-width: 175px;
}

.change-fixed .head-bottom .nav-list .search-box span {
  padding: 17px 0;
}

.dd-banner {
  position: relative;
}

.dd-banner ul li .banner-text1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 0 160px;
}

.dd-banner ul li .banner-text1 .flexbox {
  padding-top: 10%;
  width: 100%;
}

.dd-banner ul li .banner-text1 .flexbox .b-title {
  color: #31a694;
  font-size: 66px;
  font-family: "Alibaba-PuHuiTi-Bold";
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dd-banner ul li .banner-text1 .flexbox .b-title span {
  display: inline-block;
  font-size: 66px;
  font-family: "Alibaba-PuHuiTi-Bold";
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.dd-banner ul li .banner-text1 .flexbox .b-title:hover {
  text-shadow: 0 0 10px #31a694;
}

.dd-banner ul li .banner-text1 .flexbox .b-title:hover span {
  text-shadow: 0 0 10px #31a694;
}

.dd-banner ul li .banner-text1 .flexbox .text {
  font-size: 36px;
  line-height: 1.8em;
  color: #393939;
  width: 55%;
  line-height: 1.2;
}

.dd-banner ul li .banner-text1 .flexbox .banner-btns a,
.dd-banner ul li .banner-text1 .flexbox .banner-btns span {
  font-size: 16px;
  width: 150px;
  padding: 10px 0;
  background: #31a694;
  color: #fff;
  border: 1px solid #31a694;
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #000;
}

.dd-banner ul li .banner-text1 .flexbox .banner-btns a:hover,
.dd-banner ul li .banner-text1 .flexbox .banner-btns span:hover {
  background: #fff;
  color: #31a694;
}

.dd-banner ul li .banner-text2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 0 160px;
}

.dd-banner ul li .banner-text2 .flexbox {
  padding-top: 10%;
  width: 100%;
}

.dd-banner ul li .banner-text2 .flexbox .b-title {
  color: #31a694;
  font-size: 50px;
  font-family: "Alibaba-PuHuiTi-Bold";
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dd-banner ul li .banner-text2 .flexbox .b-title span {
  display: block;
  font-size: 50px;
  font-family: "Alibaba-PuHuiTi-Bold";
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.dd-banner ul li .banner-text2 .flexbox .b-title:hover {
  text-shadow: 0 0 10px #31a694;
}

.dd-banner ul li .banner-text2 .flexbox .b-title:hover span {
  text-shadow: 0 0 10px #31a694;
}

.dd-banner ul li .banner-text2 .flexbox .text {
  font-size: 36px;
  line-height: 1.8em;
  color: #fff;
  width: 55%;
  line-height: 1.2;
}

.dd-banner ul li .banner-text2 .flexbox .banner-btns a,
.dd-banner ul li .banner-text2 .flexbox .banner-btns span {
  font-size: 16px;
  width: 150px;
  padding: 10px 0;
  background: #31a694;
  color: #fff;
  border: 1px solid #31a694;
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #000;
}

.dd-banner ul li .banner-text2 .flexbox .banner-btns a:hover,
.dd-banner ul li .banner-text2 .flexbox .banner-btns span:hover {
  background: #fff;
  color: #31a694;
}

.dd-banner ul li .banner-text4 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 0 160px;
}

.dd-banner ul li .banner-text4 .flexbox {
  padding-top: 10%;
  width: 100%;
}

.dd-banner ul li .banner-text4 .flexbox .b-title {
  color: #31a694;
  font-size: 66px;
  font-family: "Alibaba-PuHuiTi-Bold";
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dd-banner ul li .banner-text4 .flexbox .b-title span {
  display: block;
  font-size: 66px;
  font-family: "Alibaba-PuHuiTi-Bold";
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.dd-banner ul li .banner-text4 .flexbox .b-title:hover {
  text-shadow: 0 0 10px #31a694;
}

.dd-banner ul li .banner-text4 .flexbox .b-title:hover span {
  text-shadow: 0 0 10px #31a694;
}

.dd-banner ul li .banner-text4 .flexbox .text {
  font-size: 36px;
  line-height: 1.8em;
  color: #000;
  width: 55%;
  line-height: 1.2;
}

.dd-banner ul li .banner-text4 .flexbox .banner-btns a,
.dd-banner ul li .banner-text4 .flexbox .banner-btns span {
  font-size: 16px;
  width: 150px;
  padding: 10px 0;
  background: #31a694;
  color: #fff;
  border: 1px solid #31a694;
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #000;
}

.dd-banner ul li .banner-text4 .flexbox .banner-btns a:hover,
.dd-banner ul li .banner-text4 .flexbox .banner-btns span:hover {
  background: #fff;
  color: #31a694;
}

.dd-banner .swiper-button-next,
.dd-banner .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 80px;
  color: #fff;
  outline: none;
  top: 50%;
  pointer-events: inherit !important;
}

.dd-banner .swiper-button-next:hover,
.dd-banner .swiper-button-prev:hover {
  color: #31a694;
}

.dd-banner .swiper-button-next {
  right: 60px;
}

.dd-banner .swiper-button-prev {
  left: 60px;
}

.section1 {
  padding: 100px 0 90px;
}

.section1 .hospital-bed .top-box {
  display: flex;
}

.section1 .hospital-bed .top-box .large-part {
  display: flex;
  position: relative;
}

.section1 .hospital-bed .top-box .large-part > .thumbs {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section1 .hospital-bed .top-box .large-part > .thumbs img {
  width: 100%;
}

.section1 .hospital-bed .top-box .large-part .tit-left {
  padding-right: 20px;
}

.section1 .hospital-bed .top-box .large-part .tit-left .p-title {
  margin-bottom: 10px;
}

.section1 .hospital-bed .top-box .large-part .tit-left .p-title a {
  font-size: 36px;
  color: #404040;
  line-height: 1;
}

.section1 .hospital-bed .top-box .large-part .tit-left .p-title a:hover {
  color: #31a694;
}

.section1 .hospital-bed .top-box .large-part .tit-left .text {
  font-size: 20px;
  line-height: 1.6em;
}

.section1 .hospital-bed .top-box .large-part .tit-left .with-more {
  display: block;
  margin-top: 20px;
}

.section1 .hospital-bed .top-box .large-part .tit-left .with-more img {
  margin-right: 10px;
}

.section1 .hospital-bed .top-box .large-part .txt-right {
  background: #999;
  padding: 50px 30px;
}

.section1 .hospital-bed .top-box .large-part .txt-right .richtext {
  color: #fff;
  line-height: 1.8em;
  text-align: left;
}

.section1 .hospital-bed .top-box .tow-part {
  padding-left: 25px;
}

.section1 .hospital-bed .top-box .tow-part .part {
  position: relative;
  overflow: hidden;
}

.section1 .hospital-bed .top-box .tow-part .part .thumb {
  display: block;
  overflow: hidden;
  text-align: center;
}

.section1 .hospital-bed .top-box .tow-part .part .thumb img {
  width: 100%;
}

.section1 .hospital-bed .top-box .tow-part .part .title {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s;
  font-size: 18px;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  bottom: 100%;
  transition: all 0.6s;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box .tips {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box .tips:hover {
  color: #31a694;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box ul li {
  padding: 3px 0;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box ul li a {
  font-size: 16px;
  display: block;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box ul li a i {
  color: #013974;
  margin-right: 10px;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box ul li a:hover {
  color: #8cba22;
}

.section1 .hospital-bed .top-box .tow-part .part .hover-box ul li a:hover i {
  color: #8cba22;
}

.section1 .hospital-bed .top-box .tow-part .part:hover .title {
  bottom: 100%;
}

.section1 .hospital-bed .top-box .tow-part .part:hover .hover-box {
  bottom: 0;
}

.section1 .hospital-bed .top-box .tow-part .part:first-child {
  margin-bottom: 25px;
}

.section1 .hospital-bed .bottom-box {
  margin: 0 -10px;
  padding-top: 10px;
}

.section1 .hospital-bed .bottom-box .ibox {
  padding: 10px;
}

.section1 .hospital-bed .bottom-box .ibox .part {
  position: relative;
  overflow: hidden;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb img {
  width: 100%;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .title {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s;
  font-size: 18px;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  bottom: 100%;
  transition: all 0.6s;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box .tips {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box .tips:hover {
  color: #31a694;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box ul li {
  padding: 3px 0;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box ul li a {
  font-size: 16px;
  display: block;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box ul li a i {
  color: #013974;
  margin-right: 10px;
}

.section1
  .hospital-bed
  .bottom-box
  .ibox
  .part
  .thumb
  .hover-box
  ul
  li
  a:hover {
  color: #8cba22;
}

.section1
  .hospital-bed
  .bottom-box
  .ibox
  .part
  .thumb
  .hover-box
  ul
  li
  a:hover
  i {
  color: #8cba22;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb:hover .title {
  bottom: 100%;
}

.section1 .hospital-bed .bottom-box .ibox .part .thumb:hover .hover-box {
  bottom: 0;
}

.section1 .hospital-bed .bottom-box .ibox .part .summary {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  padding: 20px 10px;
}

.section2 {
  padding: 60px 0 80px;
  background: url(../images/hs-bgs.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

.section2 .p-title {
  margin-bottom: 40px;
  text-align: center;
}

.section2 .p-title a {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

.section2 .p-title a:hover {
  color: #31a694;
}

.section2 .ject-posir {
  position: relative;
}

.section2 .ject-posir .swiper-button-next,
.section2 .ject-posir .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 65px;
  top: 40%;
  color: #333;
  outline: none;
}

.section2 .ject-posir .swiper-button-next {
  right: -60px;
}

.section2 .ject-posir .swiper-button-prev {
  left: -60px;
}

.section2 ul li .part .thumb {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  background: #f6f6f6;
  position: relative;
}

.section2 ul li .part .thumb img {
  max-width: 100%;
}

.section2 ul li .part .thumb .hover-box {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  transition: all 0.5s;
  background: rgba(235, 97, 30, 0.85);
}

.section2 ul li .part .thumb .hover-box ul li {
  padding: 4px 0;
  text-align: left;
}

.section2 ul li .part .thumb .hover-box ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  display: flex;
}

.section2 ul li .part .thumb .hover-box ul li a i {
  margin-right: 10px;
}

.section2 ul li .part .thumb .hover-box ul li a:hover {
  text-decoration: underline;
}

.section2 ul li .part .thumb:hover .hover-box {
  top: 0;
}

.section2 ul li .part .title {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 18px;
}

.section2 ul li .part .title:hover {
  color: #31a694;
}

.section2 .bottom-box {
  margin: 0 -10px;
  padding-top: 30px;
}

.section2 .bottom-box .ibox {
  padding: 10px;
}

.section2 .bottom-box .ibox .part {
  position: relative;
}

.section2 .bottom-box .ibox .part .thumb {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 20px;
  background: #f5f5f5;
}

.section2 .bottom-box .ibox .part .thumb img {
  max-width: 100%;
}

.section2 .bottom-box .ibox .part .thumb .title {
  display: block;
  background: rgba(174, 171, 174, 0.7);
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.section3 {
  padding: 80px 0 105px;
  background: url(../images/solu-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

.section3 .p-title {
  margin-bottom: 40px;
  text-align: center;
}

.section3 .p-title a {
  font-size: 48px;
  line-height: 1;
}

.section3 .posi-rela {
  position: relative;
  box-shadow: 0 5px 5px #ddd;
  background: #fff;
}

.section3 .posi-rela .solu-swiper ul li .solu-left .thumb {
  display: block;
  overflow: hidden;
}

.section3 .posi-rela .solu-swiper ul li .solu-left .thumb img {
  width: 100%;
}

.section3 .posi-rela .solu-swiper ul li .solu-right {
  padding: 65px 33px;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .title {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-size: 24px;
  color: #013974;
  margin-bottom: 20px;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .title:after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #013974;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .title:hover {
  color: #31a694;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .title:hover:after {
  background: #31a694;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .summary {
  font-size: 16px;
  line-height: 1.6em;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .with-more {
  display: block;
  margin-top: 20px;
  margin-top: 35px;
  color: 626262;
}

.section3 .posi-rela .solu-swiper ul li .solu-right .with-more img {
  margin-right: 10px;
}

.section3 .posi-rela .swiper-button-next,
.section3 .posi-rela .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 65px;
  top: 50%;
  color: #333;
  outline: none;
}

.section3 .posi-rela .swiper-button-next:hover,
.section3 .posi-rela .swiper-button-prev:hover {
  color: #31a694;
}

.section3 .posi-rela .swiper-button-next {
  right: -60px;
}

.section3 .posi-rela .swiper-button-prev {
  left: -60px;
}

.section4 {
  padding-top: 100px;
  background-size: cover;
  position: relative;
}

.section4:after {
  content: "";
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.section4 .row {
  position: relative;
  z-index: 9;
}

.section4 .p-title {
  margin-bottom: 40px;
  text-align: center;
}

.section4 .p-title a {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.section4 .p-title a:hover {
  color: #31a694;
}

.section4 .richtext {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
}

.section4 .richtext p {
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
}

.section4 .mores {
  text-align: center;
  margin-top: 30px;
}

.section4 .mores a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #fff;
  font-style: italic;
  letter-spacing: 2px;
}

.section4 .mores a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7aa1c5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section4 .mores a:hover {
  color: #31a694;
}

.section4 .four-list {
  margin-top: 80px;
}

.section4 .four-list li .part {
  padding-left: 25px;
  padding-right: 30px;
  border-left: 1px solid #747f8b;
  height: 300px;
}

.section4 .four-list li .part .icons {
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section4 .four-list li .part .icons .icon {
  width: 3em;
  fill: #31a694;
  height: 3em;
}

.section4 .four-list li .part .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.section4 .four-list li .part .title:hover {
  color: #31a694;
}

.section4 .four-list li .part .richtext {
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
  text-align: left;
}

.section4 .four-list li .part .richtext p {
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
}

.section4 .four-list li .part:hover .icons .icon {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.section4 .four-list li:last-child {
  border-right: 1px solid #747f8b;
}

.section4 .two-btns {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px #ddd;
}

.section4 .two-btns a {
  display: block;
  text-align: center;
  background: #013974;
  color: #fff;
  padding: 10px 0 20px;
  border-right: 1px solid #fff;
}

.section4 .two-btns a em {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
}

.section4 .two-btns a .icons {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  position: relative;
  top: 10px;
}

.section4 .two-btns a .icons .icon {
  width: 2.5em;
  height: 2.5em;
  fill: #fff;
}

.section4 .two-btns a i {
  font-size: 26px;
  margin-left: 15px;
  position: relative;
  top: 3px;
}

.section4 .two-btns a:hover {
  background: #fff;
}

.section4 .two-btns a:hover .icons .icon {
  fill: #013974;
}

.section4 .two-btns a:hover em {
  color: #013974;
}

.section4 .two-btns a:hover i {
  color: #013974;
}

.section4 .two-btns a:last-child {
  border-right: none;
}

.section5 {
  padding: 100px 0 110px;
}

.section5 .p-title {
  margin-bottom: 40px;
  text-align: center;
}

.section5 .p-title a {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.section5 .clerafix {
  display: flex;
}

.section5 .news-swiper ul li .thumb {
  display: block;
  text-align: center;
  padding-right: 10px;
}

.section5 .news-swiper ul li .thumb img {
  width: 100%;
}

.section5 .news-swiper ul li .ibox {
  padding: 40px 35px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.8)
  );
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}

.section5 .news-swiper ul li .ibox .date {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.section5 .news-swiper ul li .ibox .title {
  font-size: 18px;
  line-height: 1.6em;
  color: #fff;
}

.section5 .news-swiper ul li .ibox .title:hover {
  color: #31a694;
}

.section5 .ns-right {
  padding-left: 20px;
  position: relative;
}

.section5 .ns-right .with-more {
  bottom: 0;
  left: 0;
  left: 30px;
  margin-top: 30px;
}

.section5 .ns-right .tips {
  padding-left: 80px;
  font-size: 18px;
  line-height: 1.6em;
  position: relative;
  width: 80%;
  margin-bottom: 35px;
}

.section5 .ns-right .tips:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #2e2e2e;
  position: absolute;
  top: 10px;
  left: 0;
}

.section5 .ns-right .news-list-rt li {
  padding: 25px;
  position: relative;
  padding-right: 90px;
  box-shadow: 0 0 10px #ddd;
  margin-bottom: 25px;
}

.section5 .ns-right .news-list-rt li > .icons-rt {
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  background: #31a694;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.section5 .ns-right .news-list-rt li > .icons-rt i {
  position: relative;
  top: 1px;
  left: 1px;
}

.section5 .ns-right .news-list-rt li .qst {
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.section5 .ns-right .news-list-rt li .qst em {
  font-size: 20px;
  color: #013974;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
}

.section5 .ns-right .news-list-rt li .ans {
  font-size: 16px;
  color: #2d2d2d;
  position: relative;
  padding-left: 30px;
}

.section5 .ns-right .news-list-rt li .ans em {
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
}

.section5 .ns-right .news-list-rt li:hover {
  background: #013974;
}

.section5 .ns-right .news-list-rt li:hover .qst {
  color: #fff;
}

.section5 .ns-right .news-list-rt li:hover .qst em {
  color: #fff;
}

.section5 .ns-right .news-list-rt li:hover .ans {
  color: #fff;
}

.contact-bar {
  padding: 25px 0;
  background: #013974;
}

.contact-bar ul li .disflex {
  display: flex;
}

.contact-bar ul li .disflex > i {
  font-size: 24px;
  color: #8897a6;
}

.contact-bar ul li .disflex .box {
  padding-left: 20px;
}

.contact-bar ul li .disflex .box p {
  font-size: 18px;
  color: #8897a6;
  margin-bottom: 5px;
}

.contact-bar ul li .disflex .box span,
.contact-bar ul li .disflex .box a {
  display: block;
  color: #fff;
  font-size: 16px;
}

.contact-bar ul li .disflex .box a:hover {
  color: #31a694;
}

.related-news {
  padding: 80px 0;
}

.related-news .n-title {
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.related-news ul {
  margin: 0 -10px;
}

.related-news ul li {
  padding: 10px;
}

.related-news ul li .part .thumb {
  display: block;
  overflow: hidden;
}

.related-news ul li .part .thumb img {
  width: 100%;
}

.related-news ul li .part .ibox {
  padding: 20px;
  background: #f5f5f5;
}

.related-news ul li .part .ibox .date {
  font-size: 13px;
  color: #9acd40;
  margin-bottom: 10px;
}

.related-news ul li .part .ibox .title {
  display: block;
  line-height: 1.6em;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
}

.related-news ul li .part .ibox .title:hover {
  color: #31a694;
}

.others-banner {
  position: relative;
}

.others-banner > ul > li > .thumbs img {
  width: 100%;
}

.others-banner .flexbox {
  width: 815px;
  height: 100%;
  padding: 20px 80px;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.others-banner .flexbox .inbox .tits {
  font-size: 46px;
  font-family: "Alibaba-PuHuiTi-Bold";
  color: #003886;
  margin-bottom: 10px;
}

.others-banner .flexbox .inbox .richtext {
  font-size: 16px;
  line-height: 1.8em;
  color: #525252;
}

.others-banner .flexbox .inbox .richtext p {
  font-size: 16px;
  line-height: 1.8em;
  color: #525252;
}

.others-banner .flexbox .inbox .more {
  padding: 10px 20px;
  display: inline-block;
  background: #31a694;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #31a694;
}

.others-banner .flexbox .inbox .more i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.others-banner .flexbox .inbox .more:hover {
  background: #fff;
  color: #31a694;
}

.others-banner .banner-sds {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.others-banner .banner-sds .h-title {
  font-size: 46px;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.main-box {
  padding: 80px 0 50px 0;
}

.main-box .main-left {
  padding-right: 60px;
}

.main-box .main-left .h-title {
  font-size: 46px;
  color: #003886;
  position: relative;
  padding-left: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 35px;
}

.main-box .main-left .h-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #31a694;
  position: absolute;
  top: 17px;
  left: 0;
}

.main-box .main-left .index-list {
  margin: 0 -16px;
}

.main-box .main-left .index-list li {
  padding: 16px;
}

.main-box .main-left .index-list li .part .thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0 20px;
  text-align: center;
}

.main-box .main-left .index-list li .part .thumb img {
  max-width: 100%;
}

.main-box .main-left .index-list li .part .thumb .hover-box {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(1, 57, 116, 0.8);
  left: 0;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.main-box .main-left .index-list li .part .thumb .hover-box ul li {
  color: #fff;
  padding: 5px 0;
  text-align: left;
}

.main-box .main-left .index-list li .part .thumb .hover-box ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.main-box .main-left .index-list li .part .thumb .hover-box ul li a:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
}

.main-box .main-left .index-list li .part .thumb .hover-box ul li a:hover {
  text-decoration: underline;
}

.main-box .main-left .index-list li .part .thumb:hover .hover-box {
  top: 0;
}

.main-box .main-left .index-list li .part .iboxs {
  text-align: center;
  padding: 30px 0 0 0;
}

.main-box .main-left .index-list li .part .iboxs .title {
  display: block;
  font-size: 22px;
  color: #013974;
  margin-bottom: 15px;
}

.main-box .main-left .index-list li .part .iboxs .title:hover {
  color: #31a694;
}

.main-box .main-left .index-list li .part .iboxs .summary {
  font-size: 16px;
  line-height: 1.8em;
  overflow: hidden;
  height: 120px;
}

.main-box .main-left .index-list li .part .iboxs .more {
  display: inline-block;
  color: #013974;
  margin-top: 20px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.main-box .main-left .index-list li .part .iboxs .more i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #013974;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}

.main-box .main-left .index-list li .part .iboxs .more:hover {
  color: #31a694;
}

.main-box .main-left .index-list li .part .iboxs .more:hover i {
  background: #31a694;
}

.main-box .main-right {
  padding-left: 0;
  position: sticky;
  min-height: 100%;
  top: 80px;
  margin-bottom: 50px;
}

.main-box .main-right .slider-box {
  margin-bottom: 15px;
}

.main-box .main-right .slider-box .s-title {
  padding: 18px 0 18px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 10px #ddd;
  background: #013974;
}

.main-box .main-right .slider-box .s-title:after {
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
  background: #31a694;
}

.main-box .main-right .slider-box .s-title a {
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-family: "Alibaba-PuHuiTi-Bold";
  color: #fff;
}

.main-box .main-right .slider-box .s-title:hover {
  background: #31a694;
}

.main-box .main-right .slider-box .s-title:hover a {
  color: #fff;
}

.main-box .main-right .slider-box .level-first-box > li {
  position: relative;
}

.main-box .main-right .slider-box .level-first-box > li > a {
  display: block;
  padding: 14px 10px 10px 30px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  transition: all 0.2s;
  position: relative;
  color: #013974;
}

.main-box .main-right .slider-box .level-first-box > li > i {
  position: absolute;
  left: 9px;
  top: 14px;
  font-size: 20px;
  color: #013974;
  cursor: pointer;
}

.main-box .main-right .slider-box .level-first-box > li .level-scond-ul {
  display: none;
  padding-left: 20px;
}

.main-box .main-right .slider-box .level-first-box > li .level-scond-ul > li {
  position: relative;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  > a {
  padding: 8px 20px 8px 20px;
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  > a:after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background: #31a694;
  position: absolute;
  top: 15px;
  left: 7px;
  border-radius: 50%;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  > a:hover {
  color: #31a694;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  > i {
  position: absolute;
  right: 9px;
  top: 14px;
  font-size: 20px;
  color: #013974;
  cursor: pointer;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul {
  display: none;
  padding-left: 20px;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > li {
  position: relative;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > li
  > a {
  padding: 8px 8px 8px 20px;
  display: block;
  font-size: 14px;
  position: relative;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > li
  > a:after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background: #31a694;
  position: absolute;
  top: 15px;
  left: 7px;
  border-radius: 50%;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > li
  > a:hover {
  color: #31a694;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > li
  > i {
  position: absolute;
  right: 9px;
  top: 14px;
  font-size: 20px;
  color: #013974;
  cursor: pointer;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > .active
  > a {
  color: #31a694;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > li
  .level-three-ul
  > .active
  > i {
  color: #31a694;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > .active
  > a {
  color: #31a694;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > .active
  > i {
  color: #31a694;
}

.main-box
  .main-right
  .slider-box
  .level-first-box
  > li
  .level-scond-ul
  > .active
  .level-three-ul {
  display: block;
}

.main-box .main-right .slider-box .level-first-box > li:hover > a {
  color: #31a694;
  padding: 14px 30px 10px 30px;
}

.main-box .main-right .slider-box .level-first-box > li:hover > i {
  color: #31a694;
}

.main-box .main-right .slider-box .level-first-box > .active > a {
  color: #31a694;
}

.main-box .main-right .slider-box .level-first-box > .active > i {
  color: #31a694;
}

.main-box .main-right .slider-box .level-first-box > .active ul {
  display: block;
}

.main-box .main-right .slider-box .level-first-box > li:last-child > a {
  border-bottom: none;
}

.main-box .main-right .news-slider {
  margin-bottom: 0;
}

.main-box .main-right .news-slider .n-list {
  padding-left: 0;
}

.main-box .main-right .news-slider .n-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.main-box .main-right .news-slider .n-list li .thumb {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.main-box .main-right .news-slider .n-list li .thumb img {
  width: 100%;
}

.main-box .main-right .news-slider .n-list li .txt-box {
  font-size: 14px;
  padding-left: 10px;
}

.main-box .main-right .news-slider .n-list li .txt-box .date {
  font-size: 16px;
  color: #31a694;
}

.main-box .main-right .news-slider .n-list li .txt-box .date span {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  color: #31a694;
}

.main-box .main-right .news-slider .n-list li .txt-box .title {
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  margin: 0 0 10px 0;
}

.main-box .main-right .news-slider .n-list li .txt-box .title:hover {
  color: #31a694;
}

.main-box .main-right .news-slider .n-list li:last-chidl {
  margin-bottom: 0;
}

.main-box .main-right .contact-slider {
  margin-top: 50px;
}

.main-box .main-right .contact-slider .linbox {
  padding: 40px 20px;
  background: url(../images/slider-bgs.jpg);
}

.main-box .main-right .contact-slider .linbox .cc-title {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-box .main-right .contact-slider .linbox ul {
  padding-left: 15px;
  border-left: 1px solid #6486a9;
}

.main-box .main-right .contact-slider .linbox ul li {
  padding: 5px 0 5px 30px;
  position: relative;
}

.main-box .main-right .contact-slider .linbox ul li > a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
}

.main-box .main-right .contact-slider .linbox ul li > a:hover {
  color: #31a694;
}

.main-box .main-right .contact-slider .linbox ul li > i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
}

.main-box .main-right .contact-slider .linbox ul li span {
  font-size: 15px;
  display: inline-block;
  color: #fff;
}

.main-box .main-right .contact-slider .get-free-quote {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #31a694;
  border: 1px solid #31a694;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.main-box .main-right .contact-slider .get-free-quote i {
  margin-right: 10px;
}

.main-box .main-right .contact-slider .get-free-quote:hover {
  color: #31a694;
  background: #fff;
}

.hisp-areas {
  padding: 100px 0 170px;
  position: relative;
  background: url(../images/shas-bg.jpg);
}

.hisp-areas .container {
  z-index: 9;
  position: relative;
}

.hisp-areas .ar-title {
  font-size: 38px;
  color: #31a694;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
  display: block;
}

.hisp-areas .areas-list li .part {
  padding-right: 30px;
}

.hisp-areas .areas-list li .part .icons {
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.hisp-areas .areas-list li .part .icons .icon {
  width: 3em;
  fill: #31a694;
  height: 3em;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.hisp-areas .areas-list li .part .icons .icon:hover {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.hisp-areas .areas-list li .part .summary {
  display: block;
  line-height: 1.8em;
  color: #fff;
  font-size: 16px;
}

.hisp-areas .line-bars {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
}

.hisp-areas .line-bars ul li {
  border-left: 1px solid #687682;
  height: 100%;
  height: 551px;
}

.footer-box .footer-part .f-title {
  margin-bottom: 20px;
}

.footer-box .footer-part .f-title a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

.footer-box .footer-part .f-list li {
  padding: 6px 0;
}

.footer-box .footer-part .f-list li a {
  display: inline-block;
  font-size: 16px;
}

.footer-box .part3 {
  padding-left: 70px;
}

.news-inner-box {
  padding: 105px 0 130px;
  background: #f6f7fb;
}

.news-inner-box .ins-title {
  font-size: 30px;
  color: #003886;
  position: relative;
  padding-left: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 45px;
}

.news-inner-box .ins-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #31a694;
  position: absolute;
  top: 20px;
  left: 0;
}

.news-inner-box ul {
  margin: 0 -15px;
}

.news-inner-box ul li {
  padding: 0 15px;
}

.news-inner-box ul li .part {
  box-shadow: 0 0 5px #ddd;
}

.news-inner-box ul li .part .thumb {
  display: block;
  overflow: hidden;
}

.news-inner-box ul li .part .thumb img {
  width: 100%;
}

.news-inner-box ul li .part .thumb img {
  max-width: 100%;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.news-inner-box ul li .part .thumb:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.news-inner-box ul li .part .ibox {
  position: relative;
  padding: 40px 20px;
  background: #fff;
  border-bottom: 3px solid #003886;
}

.news-inner-box ul li .part .ibox .date {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #31a694;
  color: #fff;
  border-radius: 30px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -15px;
}

.news-inner-box ul li .part .ibox .title {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.6em;
  height: 77px;
  font-family: "Alibaba-PuHuiTi-Bold";
  overflow: hidden;
  display: block;
}

.news-inner-box ul li .part .ibox .title:hover {
  color: #003886;
}

.news-inner-box .mores {
  border: 1px solid #31a694;
  font-size: 16px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 50px;
  color: #31a694;
}

.news-inner-box .mores:hover {
  background: #31a694;
  color: #fff;
}

.top-boxs {
  margin-bottom: 50px;
}

.top-boxs > ul {
  margin-bottom: 50px;
}

.top-boxs > ul > li > a {
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: "Alibaba-PuHuiTi-Bold";
  padding: 10px 0;
  text-align: center;
  background: #31a694;
  position: relative;
}

.top-boxs > ul > li > a:after {
  content: "";
  display: block;
  height: 120px;
  width: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -60px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}

.top-boxs > ul > li > a i {
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
}

.top-boxs > ul > li > a:hover {
  color: #003886;
}

.top-boxs > ul > li > a:hover i {
  color: #003886;
}

.top-boxs > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.top-boxs > ul > li ul li {
  padding: 5px 0;
}

.top-boxs > ul > li ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
}

.top-boxs > ul > li:hover ul {
  display: block;
}

.top-boxs > ul li:last-child a:after {
  display: none;
}

.top-boxs .b-title {
  font-size: 38px;
  font-family: "Alibaba-PuHuiTi-Bold";
  color: #003886;
  margin-bottom: 35px;
  text-align: center;
}

.top-boxs .richtext {
  line-height: 1.8em;
  color: #525252;
  text-align: center;
}

.top-boxs .richtext strong {
  color: #31a694;
  text-transform: uppercase;
  font-size: 18px;
}

.h2-title {
  font-size: 30px;
  color: #31a694;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 30px;
  text-align: center;
}

.t-list .plist > li {
  padding: 80px 0;
}

.t-list .plist > li .row {
  display: flex;
  align-items: center;
}

.t-list .plist > li .img-left .thumbs {
  display: block;
  overflow: hidden;
}

.t-list .plist > li .img-left .thumbs img {
  max-width: 100%;
}

.t-list .plist > li .txt-right .title {
  display: block;
  color: #013974;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.t-list .plist > li .txt-right .title:hover {
  color: #31a694;
}

.t-list .plist > li .txt-right .summary {
  font-size: 16px;
  line-height: 1.8em;
  padding-left: 20px;
  border-left: 1px solid #b7bac6;
}

.t-list .plist > li .txt-right .next-list {
  margin-top: 30px;
  max-height: 215px;
  overflow: auto;
}

.t-list .plist > li .txt-right .next-list li {
  padding: 6px 0;
}

.t-list .plist > li .txt-right .next-list li a {
  color: #013974;
  display: inline-block;
  font-size: 16px;
}

.t-list .plist > li .txt-right .next-list li a:hover {
  text-decoration: underline !important;
  color: #31a694;
}

.t-list .plist > li .txt-right .more {
  display: inline-block;
  color: #013974;
  margin-top: 50px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.t-list .plist > li .txt-right .more i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #013974;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}

.t-list .plist > li .txt-right .more:hover {
  color: #31a694;
}

.t-list .plist > li .txt-right .more:hover i {
  background: #31a694;
}

.t-list .plist > li:nth-child(odd) {
  background: #f4f5f9;
}

.t-list .plist > li:nth-child(odd) .img-left {
  padding-right: 50px;
}

.t-list .plist > li:nth-child(even) .row {
  display: flex;
  flex-direction: row-reverse;
}

.t-list .plist > li:nth-child(even) .img-left {
  text-align: right;
  padding-left: 50px;
}

.t2-list .plist > li {
  padding: 80px 0;
}

.t2-list .plist > li .img-left .thumbs {
  display: block;
  overflow: hidden;
}

.t2-list .plist > li .img-left .thumbs img {
  max-width: 100%;
}

.t2-list .plist > li .txt-right .title {
  display: block;
  color: #013974;
  font-size: 30px;
  margin-bottom: 20px;
}

.t2-list .plist > li .txt-right .title:hover {
  color: #31a694;
}

.t2-list .plist > li .txt-right .summary {
  font-size: 16px;
  line-height: 1.8em;
}

.t2-list .plist > li .txt-right .more {
  display: inline-block;
  color: #013974;
  margin-top: 50px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.t2-list .plist > li .txt-right .more i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #013974;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}

.t2-list .plist > li .txt-right .more:hover {
  color: #31a694;
}

.t2-list .plist > li .txt-right .more:hover i {
  background: #31a694;
}

.t2-list .plist > li:nth-child(odd) .img-left {
  padding-right: 50px;
}

.t2-list .plist > li:nth-child(even) .img-left {
  float: right;
  padding-left: 50px;
}

.t2-list .plist > li:nth-child(even) .txt-right {
  float: left;
}

.quolite-box {
  padding: 80px 0;
  background: url(../images/quolite-bgs.png);
  background-size: cover;
}

.quolite-box .ma-title {
  font-size: 38px;
  color: #31a694;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 60px;
}

.quolite-box .richtext {
  color: #fff;
  line-height: 1.8em;
  font-size: 16px;
}

.quolite-box .richtext p {
  color: #fff;
  line-height: 1.8em;
  font-size: 16px;
}

.quolite-box .pls-list {
  margin: 0 -25px;
}

.quolite-box .pls-list li {
  padding: 25px;
}

.quolite-box .pls-list li .part {
  display: flex;
}

.quolite-box .pls-list li .part .icons img {
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.quolite-box .pls-list li .part .icons img:hover {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.quolite-box .pls-list li .part .in-box {
  padding-left: 30px;
}

.quolite-box .pls-list li .part .in-box .q-ti {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.quolite-box .pls-list li .part .in-box .summs {
  color: #fff;
  line-height: 1.8em;
  font-size: 16px;
  height: 200px;
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
  }

  10% {
    -webkit-transform: scale(0.8, 1.1);
  }

  15% {
    -webkit-transform: scale(1, 1);
  }
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
  }

  15% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes bounce {
  5% {
    transform: scale(1.1, 0.8);
  }

  15% {
    transform: scale(1, 1);
  }
}

.list-faqs {
  padding: 90px 0;
  background: #f4f5f9;
}

.list-faqs .faq-title {
  font-size: 38px;
  color: #013974;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 40px;
}

.list-faqs .sep-faq-list3 li {
  margin-bottom: 20px;
}

.list-faqs .sep-faq-list3 li:nth-child(1) .faq-answer {
  display: block;
}

.list-faqs .sep-faq-list3 li .faq-question {
  position: relative;
  padding-left: 77px;
  cursor: pointer;
  box-shadow: 0 0 10px #ddd;
}

.list-faqs .sep-faq-list3 li .faq-question .q {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 52px;
  background: url(../images/faq-bgs.png);
}

.list-faqs .sep-faq-list3 li .faq-question span.title {
  color: #013974;
  font-size: 18px;
  padding: 0 15px;
  display: inline-block;
  line-height: 52px;
  height: 52px;
  padding-right: 45px;
}

.list-faqs .sep-faq-list3 li .faq-question i {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #013974;
  font-size: 24px;
  display: none;
}

.list-faqs .sep-faq-list3 li .faq-answer {
  color: #292929;
  font-size: 14px;
  line-height: 1.8em;
  padding: 30px 0;
  padding-bottom: 10px;
  padding-left: 77px;
  position: relative;
}

.list-faqs .sep-faq-list3 li .faq-answer .as {
  position: absolute;
  top: 50%;
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 24px;
  color: #013974;
  transform: translateY(-50%);
  left: 20px;
}

.list-faqs .sep-faq-list3 li.active .faq-question span.title {
  color: #fff;
}

.list-faqs .sep-faq-list3 li.active .faq-question i {
  color: #fff;
}

.list-faqs .sep-faq-list3 li.active .faq-question {
  background: #013974;
}

.list-faqs .sep-faq-list3 li.active .faq-question span.title {
  color: #fff;
}

.form-box {
  padding: 80px 0;
  background: #f4f5f9 url(../images/form-right.png) no-repeat;
  background-position: right;
}

.form-box .form-left {
  padding-right: 70px;
}

.form-box .form-left .form-title {
  position: relative;
  font-size: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
  color: #143c79;
  padding-top: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form-box .form-left .form-title em {
  width: 53px;
  height: 4px;
  background: #143c79;
  position: absolute;
  left: 0;
  top: 0;
}

.form-box .form-left .form-title em:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #31a694;
  position: absolute;
  left: 0;
  top: 0;
}

.form-box .form-left .sums {
  font-size: 18px;
  line-height: 1.8em;
}

.bl-detail-form .form-title {
  padding-bottom: 20px;
}

.bl-detail-form .form-title i {
  font-size: 24px;
  color: #31a694 !important;
  margin-right: 5px;
}

.bl-detail-form .form-title span {
  font-size: 26px;
  font-weight: bold;
}

.bl-detail-form .sep-form {
  padding: 0;
}

.bl-detail-form .sep-form .f-left {
  padding-right: 10px;
}

.bl-detail-form .sep-form .f-right {
  padding-left: 10px;
}

.bl-detail-form .sep-form .form-group {
  width: 100%;
  padding: 0;
}

.bl-detail-form .sep-form .form-group .form-control {
  height: 45px;
  background: #fff;
  box-shadow: none;
  border: none;
  padding-left: 20px;
}

.bl-detail-form .sep-form .form-group textarea.form-control {
  height: auto;
}

.bl-detail-form .sep-form .form-group .regex-tip {
  top: 5px;
  right: 10px;
  padding-right: 15px;
  border: none !important;
}

.bl-detail-form .sep-form .btn.btn-primary {
  font-size: 16px;
  color: #fff;
  padding: 11px 20px;
  background: #31a694;
  border: 1px solid #31a694;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: bold;
  width: 198px;
}

.bl-detail-form .sep-form .btn.btn-primary:hover {
  background: #fff;
  color: #31a694;
}

.bl-detail-form .input-group-addon,
.bl-detail-form .input-group-btn {
  width: auto;
}

.bl-detail-form .input-group-addon {
  border: none;
}

.form-group.has-error .form-control,
.form-group.has-error .help-block {
  border: 1px solid #c00 !important;
  color: #c00 !important;
}

.sep-form .form-group .control-label {
  width: 13px;
  padding-right: 0;
  top: 8px;
  position: absolute;
  left: 6px;
}

.kown-more {
  padding: 120px 0;
}

.kown-more .k-title {
  margin-bottom: 40px;
  text-align: center;
}

.kown-more .k-title a {
  display: inline-block;
  font-size: 38px;
  color: #013974;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.kown-more .k-title a:hover {
  color: #31a694;
}

.kown-more .posi-relad {
  position: relative;
}

.kown-more .posi-relad ul li .part {
  overflow: hidden;
  position: relative;
}

.kown-more .posi-relad ul li .part .date {
  display: inline-block;
  padding: 4px 20px 6px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  background: #31a694;
  margin-bottom: 10px;
  position: absolute;
  left: 30px;
  top: 40px;
}

.kown-more .posi-relad ul li .part img {
  width: 100%;
}

.kown-more .posi-relad ul li .part .ibox {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.8)
  );
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}

.kown-more .posi-relad ul li .part .ibox .title {
  font-size: 22px;
  line-height: 1.6em;
  display: block;
  color: #fff;
}

.kown-more .posi-relad ul li .part .ibox .title:hover {
  text-decoration: underline;
}

.kown-more .posi-relad .swiper-button-next,
.kown-more .posi-relad .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 65px;
  top: 50%;
  color: #333;
  outline: none;
}

.kown-more .posi-relad .swiper-button-next {
  right: -60px;
}

.kown-more .posi-relad .swiper-button-prev {
  left: -60px;
}

.related-news-box2 {
  padding: 80px 0;
}

.related-news-box2 .n-title {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 40px;
}

.related-news-box2 .box-wrap .large-left {
  padding-right: 50px;
}

.related-news-box2 .box-wrap .large-left .la-news {
  position: relative;
}

.related-news-box2 .box-wrap .large-left .la-news .hover-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 9;
}

.related-news-box2 .box-wrap .large-left .la-news .hover-box .date {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.related-news-box2 .box-wrap .large-left .la-news .hover-box .title {
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  display: block;
}

.related-news-box2 .box-wrap .large-left .la-news .hover-box .title:hover {
  color: #31a694;
}

.related-news-box2 .box-wrap .list-left {
  padding-left: 45px;
  border-left: 1px solid #d9d9d9;
}

.related-news-box2 .box-wrap .list-left ul li {
  margin-bottom: 25px;
}

.related-news-box2 .box-wrap .list-left ul li .box {
  position: relative;
  padding-left: 189px;
  padding-top: 12px;
  height: 110px;
}

.related-news-box2 .box-wrap .list-left ul li .box:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  position: absolute;
  left: -50px;
  top: 50px;
}

.related-news-box2 .box-wrap .list-left ul li .box:hover {
  box-shadow: 0 0 6px rgba(224, 0, 0, 0.4);
}

.related-news-box2 .box-wrap .list-left ul li .box:hover:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(224, 0, 0, 0.4);
  position: absolute;
  left: -52px;
  top: 48px;
}

.related-news-box2 .box-wrap .list-left ul li .box:hover .title {
  color: #31a694;
}

.related-news-box2 .box-wrap .list-left ul li .box .thumb {
  display: block;
  width: 164px;
  height: 110px;
  overflow: hidden;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}

.related-news-box2 .box-wrap .list-left ul li .box .thumb img {
  width: 100%;
}

.related-news-box2 .box-wrap .list-left ul li .box .title {
  display: block;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1.6em;
  height: 4.8em;
  overflow: hidden;
}

.related-news-box2 .box-wrap .list-left ul li .box .title:hover {
  color: #31a694;
}

.related-news-box2 .box-wrap .list-left ul li:last-child {
  margin-bottom: 0;
}

.detail-box {
  padding: 80px 0 60px;
}

.detail-box .dleft {
  padding-top: 70px;
  position: relative;
  z-index: 9;
}

.detail-box .dleft .h-title {
  font-size: 38px;
  font-family: "Alibaba-PuHuiTi-Bold";
  color: #003886;
  margin-bottom: 30px;
}

.detail-box .dleft .richtext {
  font-size: 16px;
  line-height: 1.8em;
}

.detail-box .dleft .btns {
  margin-top: 40px;
}

.detail-box .dleft .btns a {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #31a694;
  color: #fff;
  border: 1px solid #31a694;
}

.detail-box .dleft .btns a i {
  font-size: 18px;
  margin-right: 10px;
}

.detail-box .dleft .btns a:nth-child(2) {
  background: #003886;
  border: 1px solid #003886;
}

.detail-box .dleft .btns a:nth-child(2):hover {
  color: #003886;
  background: #fff;
  border: 1px solid #003886;
}

.detail-box .dleft .btns a:nth-child(1):hover {
  color: #31a694;
  background: #fff;
  border: 1px solid #31a694;
}

.detail-box .dright {
  padding: 50px;
  background: #f4f5f9;
}

.detail-box .dright:after {
  width: 180px;
  content: "";
  height: 100%;
  background: #f4f5f9;
  position: absolute;
  left: -180px;
  top: 0;
  z-index: 0;
}

.detail-box .dright .detail-img-show .big-img ul li {
  text-align: center;
}

.detail-box .dright .detail-img-show .big-img ul li .thumb {
  display: inline-block;
}

.detail-box .dright .detail-img-show .big-img ul li .thumb img {
  max-width: 100%;
}

.detail-box .dright .detail-img-show .small-img {
  margin-top: 30px;
}

.detail-box .dright .detail-img-show .small-img ul {
  padding-top: 20px;
}

.detail-box .dright .detail-img-show .small-img ul li .thumb {
  display: block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.detail-box .dright .detail-img-show .small-img ul li .thumb em {
  overflow: hidden;
  display: block;
}

.detail-box .dright .detail-img-show .small-img ul li .thumb:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.detail-box .dright .detail-img-show .small-img ul li .thumb img {
  max-width: 100%;
}

.detail-box
  .dright
  .detail-img-show
  .small-img
  ul
  .swiper-slide-thumb-active
  .thumb {
  border: 2px solid #31a694;
}

.detail-box
  .dright
  .detail-img-show
  .small-img
  ul
  .swiper-slide-thumb-active
  .thumb:after {
  border-bottom: 12px solid #31a694;
}

.detail-box .dright .detail-img-show .swiper-button-next,
.detail-box .dright .detail-img-show .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 50px;
  color: #fff;
  outline: none;
  top: 54%;
  color: #333;
}

.detail-box .dright .detail-img-show .swiper-button-next:hover,
.detail-box .dright .detail-img-show .swiper-button-prev:hover {
  color: #31a694;
}

.detail-box .dright .detail-img-show .swiper-button-next {
  right: 10px;
}

.detail-box .dright .detail-img-show .swiper-button-prev {
  left: 10px;
}

.detail-box .dright .detail-img-show .swiper-button-next.swiper-button-disabled,
.detail-box
  .dright
  .detail-img-show
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.detail-box .dright .detail-img-show .pc-hidden {
  display: none;
}

.detail-box .richtext-part1 h2 {
  margin-bottom: 30px;
}

.detail-box .richtext-part1 .richtext p {
  margin-bottom: 0;
}

.detail-box .richtext-part1 .richtext table {
  width: 100%;
}

.detail-box .richtext-part1 .richtext table tr td {
  padding: 10px;
  font-size: 16px;
  margin-left: -1px;
  border-spacing: 0;
  border-collapse: collapse;
}

.detail-box .richtext-part1 .richtext table tr:first-child td {
  background: #e1e3eb;
  font-weight: bold;
  color: #003886;
}

.detail-box .richtext-part1 .richtext table tr:first-child td p {
  font-weight: bold;
  color: #003886;
}

.detail-box .richtext h2 {
  font-size: 30px;
  color: #003886;
  position: relative;
  padding-left: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.detail-box .richtext h2:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #31a694;
  position: absolute;
  top: 15px;
  left: 0;
}

.richtext p {
  margin-bottom: 0;
}

.richtext table {
  border-spacing: inherit;
  border-collapse: collapse;
  width: 100%;
}

.richtext table tr td {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
}

.richtext table tr:first-child td {
  background: #e1e3eb;
  font-weight: bold;
  color: #003886;
}

.richtext table tr:first-child td p {
  font-weight: bold;
  color: #003886;
}

.detail-content .ds-left {
  padding-right: 60px;
}

.detail-content .ds-left .next-basi .r-title {
  font-size: 38px;
  color: #003886;
  position: relative;
  padding-left: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 30px;
}

.detail-content .ds-left .next-basi .r-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #31a694;
  position: absolute;
  top: 25px;
  left: 0;
}

.detail-content .ds-left .next-basi > ul > li {
  padding: 25px;
  background: #f4f5f9;
  margin-bottom: 15px;
  position: relative;
}

.detail-content .ds-left .next-basi > ul > li .stitle {
  font-size: 24px;
  color: #31a694;
  margin-bottom: 10px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.detail-content .ds-left .next-basi > ul > li .richtext {
  line-height: 1.8em;
  font-size: 16px;
}

.detail-content .ds-left .next-basi > ul > li .richtext ul li {
  list-style-type: disc;
  color: #31a694;
}

.detail-content .ds-left .next-basi > ul > li:nth-child(even) {
  padding-left: 40px;
  padding-right: 220px;
}

.detail-content .ds-left .next-basi > ul > li:nth-child(even) img {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.detail-foot .r-title {
  font-size: 38px;
  color: #003886;
  position: relative;
  padding-left: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 20px;
}

.detail-foot .r-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #31a694;
  position: absolute;
  top: 25px;
  left: 0;
}

.detail-foot ul {
  margin: 0 -20px;
}

.detail-foot ul > li {
  padding: 20px;
}

.detail-foot ul > li .img-left .thumbs {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 20px;
}

.detail-foot ul > li .img-left .thumbs img {
  max-width: 100%;
}

.detail-foot ul > li .img-left .title {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 0 0;
}

.news-left-ul {
  position: relative;
  overflow: hidden;
}

.news-left-ul:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #dedede;
  z-index: 1;
  top: 6px;
  left: 242px;
}

.news-left-ul .news-list {
  margin-bottom: 30px;
}

.news-left-ul .news-list .news-list-pro {
  float: left;
  width: 25%;
  padding-right: 30px;
}

.news-left-ul .news-list .news-list-pro .news-list-pro-date {
  color: #999;
  font-size: 16px;
  text-align: right;
  line-height: 24px;
  padding-bottom: 14px;
}

.news-left-ul .news-list .news-list-pro .news-list-pro-img img {
  width: 100%;
  height: auto;
}

.news-left-ul .news-list .news-list-text {
  float: left;
  width: 75%;
  padding-left: 30px;
}

.news-left-ul .news-list .news-list-text .news-list-text-tag {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-bottom: 8px;
  position: relative;
}

.news-left-ul .news-list .news-list-text .news-list-text-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -33px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #565656;
  border: 2px solid #fff;
  z-index: 2;
}

.news-left-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-title {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}

.news-left-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-title
  span,
.news-left-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-title
  a {
  font-size: 20px;
  font-weight: 400;
}

.news-left-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-para {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
}

.Webinar-ul {
  position: relative;
  overflow: hidden;
}

.Webinar-ul:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #dedede;
  z-index: 1;
  top: 6px;
  left: 25%;
}

.Webinar-ul .news-list {
  margin-bottom: 30px;
}

.Webinar-ul .news-list .news-list-pro {
  float: left;
  width: 25%;
  padding-right: 30px;
}

.Webinar-ul .news-list .news-list-pro .news-list-pro-date {
  color: #999;
  font-size: 20px;
  text-align: right;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.Webinar-ul .news-list .news-list-pro .news-list-pro-date:after {
  content: "";
  display: table;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: #31a694;
  right: -38px;
  top: 0;
  z-index: 999;
}

.Webinar-ul .news-list .news-list-pro .tags {
  font-size: 18px;
  text-align: right;
  color: #999;
}

.Webinar-ul .news-list .news-list-text {
  float: left;
  width: 75%;
  padding-left: 30px;
}

.Webinar-ul .news-list .news-list-text .news-list-text-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -33px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #565656;
  border: 2px solid #fff;
  z-index: 2;
}

.Webinar-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  color: #31a694;
  overflow: hidden;
}

.Webinar-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-title
  span,
.Webinar-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-title
  a {
  font-size: 20px;
  font-weight: 400;
}

.Webinar-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-para {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
}

.Webinar-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .news-list-text-para
  img {
  max-width: 338px;
  max-height: 338px;
}

.Webinar-ul .news-list .news-list-text .news-list-text-content .watch-back {
  max-height: 98px;
  border-radius: 3px;
  margin-top: 30px;
  padding: 14px;
  background: rgba(255, 145, 8, 0.1);
}

.Webinar-ul .news-list .news-list-text .news-list-text-content .watch-back a {
  cursor: pointer;
  font-weight: 500;
  color: #ff6800;
  text-decoration: underline;
}

.Webinar-ul
  .news-list
  .news-list-text
  .news-list-text-content
  .watch-back:hover
  a {
  text-decoration: none;
}

.sep-faq-list1 li {
  margin-bottom: 38px;
}

.sep-faq-list1 li .faq-answer {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 20px 35px;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.8em;
  position: relative;
}

.sep-faq-list1 li .faq-question {
  margin-bottom: 34px;
  background: url(../images/q.png) no-repeat center left;
  min-height: 33px;
  padding-left: 47px;
  padding-top: 7px;
  color: #000;
  font-size: 16px;
  position: relative;
}

.sep-faq-list1 li .faq-question a {
  color: #31a694;
  text-decoration: underline;
  font-size: 16px;
}

.sep-faq-list1 li .faq-question a:hover {
  text-decoration: none;
}

.sep-faq-list1 li .faq-question:hover {
  color: #31a694;
}

.sep-datalist-history1 {
  padding: 0 9px;
}

.sep-datalist-history1 li {
  width: 550px;
  float: left;
  position: relative;
  padding-right: 90px;
}

.sep-datalist-history1 li:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 40px;
  right: 118px;
  background: url(../images/line_dot.png) top center;
}

.sep-datalist-history1 li .date {
  position: absolute;
  right: -166px;
  top: 15px;
}

.sep-datalist-history1 li .date .m {
  color: #343436;
  font-weight: bold;
  display: table;
  margin-bottom: 5px;
}

.sep-datalist-history1 li .date .y {
  color: #343436;
  font-weight: bold;
  font-size: 30px;
  display: table;
}

.sep-datalist-history1 li .clock {
  position: absolute;
  right: -76px;
  top: 14px;
  z-index: 100;
}

.sep-datalist-history1 li .text {
  background: #f7f7f7;
  padding: 30px 20px;
  border-radius: 18px;
  color: #343436;
  line-height: 1.6em;
  width: 380px;
  float: left;
  left: 0;
  position: relative;
}

.sep-datalist-history1 li .text:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-left: 10px solid #f7f7f7;
  position: absolute;
  left: 100%;
  top: 30px;
}

.sep-datalist-history1 li:last-child:after {
  display: none;
}

.sep-datalist-history1 li:nth-child(even) {
  float: right;
  padding-left: 145px;
  padding-right: 0;
  padding-bottom: 50px;
}

.sep-datalist-history1 li:nth-child(even):after {
  left: 95px;
  right: auto;
  top: 26px;
}

.sep-datalist-history1 li:nth-child(even) .date {
  left: -166px;
  top: auto;
  bottom: 15px;
}

.sep-datalist-history1 li:nth-child(even) .clock {
  bottom: 12px;
  top: auto;
  left: -76px;
  right: auto;
}

.sep-datalist-history1 li:nth-child(even) .text:before {
  border-left: 10px solid transparent;
  border-right: 10px solid #f7f7f7;
  left: auto;
  right: 100%;
  top: auto;
  bottom: 30px;
}

.add-list li .add-title {
  color: #325b77;
  font-size: 24px;
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #d1dae0;
  margin-bottom: 10px;
  font-weight: bold;
}

.add-list li .add-title:after {
  content: "\f0c8";
  font: normal normal normal 14px/1 FontAwesome;
  width: 4px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  padding-right: 10px;
}

.add-list li .richtext p {
  margin-bottom: 10px;
  line-height: 1.8em;
}

.app-detail-list > li {
  padding: 20px 0;
  border-bottom: 2px dotted #ddd;
}

.app-detail-list > li .lefts .thumb {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
}

.app-detail-list > li .lefts .thumb img {
  width: 100%;
}

.app-detail-list > li .rights {
  padding-left: 20px;
}

.app-detail-list > li .rights .title {
  font-size: 22px;
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
}

.app-detail-list > li .rights .title:after {
  display: table;
  content: "";
  width: 60px;
  height: 2px;
  background: #003963;
  position: absolute;
  left: 0;
  bottom: 0;
}

.app-detail-list > li .rights .summary {
  line-height: 1.8em;
  font-size: 16px;
  color: #5c5c5c;
}

.app-detail-list > li .rights .summary ul {
  padding-left: 20px;
}

.app-detail-list > li .rights .more {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 15px;
  border: 1px solid #003963;
  background: #fff;
  color: #003963;
}

.app-detail-list > li .rights .more:hover {
  background: #003963;
  color: #fff;
}

.cc-second-list li {
  padding: 20px 0;
}

.cc-second-list li .lefts .thumb {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
}

.cc-second-list li .lefts .thumb img {
  width: 100%;
}

.cc-second-list li .rights {
  padding-left: 20px;
}

.cc-second-list li .rights .title {
  font-size: 22px;
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
}

.cc-second-list li .rights .title:after {
  display: table;
  content: "";
  width: 60px;
  height: 2px;
  background: #003963;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cc-second-list li .rights .summary {
  line-height: 1.8em;
  font-size: 16px;
  color: #5c5c5c;
}

.cc-second-list li .rights .summary ul {
  padding-left: 20px;
}

.cc-second-list li .rights .summary ul li {
  padding: 5px 0;
  list-style-type: disc;
  border-bottom: none;
}

.cc-second-list li .rights .more {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 15px;
  border: 1px solid #003963;
  background: #fff;
  color: #003963;
}

.cc-second-list li .rights .more:hover {
  background: #003963;
  color: #fff;
}

.mb-footer-list {
  display: none;
  padding: 20px 10px 10px 10px;
  background: #31a694;
  margin-bottom: -1px;
}

.mb-footer-list .foot-boxs {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.mb-footer-list .foot-boxs > i {
  position: absolute;
  right: 10px;
  color: #fff;
  top: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
}

.mb-footer-list .foot-boxs .change-du {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mb-footer-list .foot-boxs .f-title {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px;
  color: #fff;
}

.mb-footer-list .foot-boxs .foot-links {
  padding-left: 40px;
  display: none;
}

.mb-footer-list .foot-boxs .foot-links li {
  padding: 4px 0;
  list-style-type: disc;
  color: #fff;
}

.mb-footer-list .foot-boxs .foot-links li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}

.mb-footer-list .foot-boxs .foot-links li a i {
  display: none;
  transition: all 0.5s;
}

.mb-footer-list .foot-boxs .foot-links li a:hover {
  color: #31a694;
}

.mb-footer-list .foot-boxs .foot-links li a:hover i {
  color: #fff;
  display: inline-block;
}

.footer-bottom {
  background: #f5f5f5;
}

.footer-bottom .row {
  padding: 30px 0 20px;
  border-top: 1px solid #adbfd3;
}

.footer-bottom span,
.footer-bottom a {
  color: #333;
  font-size: 16px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom .link .sep-share li {
  padding: 0 5px;
}

.footer-bottom .link .sep-share li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  border-radius: 50%;
}

.footer-bottom .link .sep-share li a i {
  font-size: 20px;
  color: #333;
}

.footer-bottom .link .sep-share li a:hover i {
  color: #31a694;
}

.mb-footer-list {
  display: none;
  padding: 20px 10px 10px 10px;
  background: #31a694;
  margin-bottom: -1px;
}

.mb-footer-list .foot-boxs {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.mb-footer-list .foot-boxs > i {
  position: absolute;
  right: 10px;
  color: #fff;
  top: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
}

.mb-footer-list .foot-boxs .change-du {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mb-footer-list .foot-boxs .f-title {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px;
  color: #fff;
}

.mb-footer-list .foot-boxs .foot-links {
  padding-left: 40px;
  display: none;
}

.mb-footer-list .foot-boxs .foot-links li {
  padding: 4px 0;
  list-style-type: disc;
  color: #fff;
}

.mb-footer-list .foot-boxs .foot-links li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}

.mb-footer-list .foot-boxs .foot-links li a i {
  display: none;
  transition: all 0.5s;
}

.mb-footer-list .foot-boxs .foot-links li a:hover {
  color: #31a694;
}

.mb-footer-list .foot-boxs .foot-links li a:hover i {
  color: #fff;
  display: inline-block;
}

.contact-box .box-lf {
  float: left;
  width: 100%;
}

.contact-box .box-lf ul li {
  width: 33%;
  float: left;
  min-height: 75px;
  color: #646464;
  font-size: 18px;
  margin-bottom: 35px;
  padding-left: 85px;
  position: relative;
}

.contact-box .box-lf ul li div {
  color: #646464;
  font-size: 16px;
  padding-top: 24px;
}

.contact-box .box-lf ul li div a {
  color: #646464;
  font-size: 16px;
}

.contact-box .box-lf ul li div a:hover {
  color: #31a694;
}

.contact-box .box-lf ul li:last-child {
  width: 100%;
}

.contact-box .box-lf ul li:last-child div {
  padding-top: 28px;
}

.contact-box .box-lf ul li span {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #31a694;
  text-align: center;
  line-height: 75px;
  position: absolute;
  left: 0;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.contact-box .box-lf ul li:hover span {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.contact-richtext {
  line-height: 1.8em;
}

.contact-richtext p {
  line-height: 1.8em;
  margin: 10px 0;
}

.richtext,
.richtext * {
  font-family: "Alibaba-PuHuiTi-Regular";
}

.tab-father {
  overflow-x: auto;
}

.cp-box .inbox {
  margin-top: 30px;
}

.cp-box .inbox .titles {
  font-size: 24px;
  color: #003886;
  position: relative;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 35px;
  text-align: center;
}

.cp-box .inbox ul {
  margin: 0 -10px;
}

.cp-box .inbox ul li {
  padding: 10px;
}

.cp-box .inbox ul li .thumb {
  display: block;
  text-align: center;
}

.cp-box .inbox ul li .thumb img {
  max-width: 100%;
}

.cp-box .inbox ul li .title {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
}

.offside li {
  border-radius: 10px;
  overflow: hidden;
}

.pdf-change-list {
  text-align: center;
}

.pdf-change-list ul {
  display: inline-block;
}

.pdf-change-list ul li {
  float: left;
}

.pdf-change-list ul li span {
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background: #efefef;
  margin: 0 4px 10px;
  cursor: pointer;
}

.pdf-change-list ul .active span {
  background: #31a694;
  color: #fff;
}

.pdf-content .items {
  display: none;
}

.pdf-content .items .pdf-list {
  margin: 0 -10px;
}

.pdf-content .items .pdf-list .pdf-item {
  margin: 10px 0;
  padding: 0 10px;
}

.pdf-content .items .pdf-list .pdf-item div {
  border: 1px solid #ddd;
  padding: 5px;
  transition: all 0.5s;
}

.pdf-content .items .pdf-list .pdf-item div a:nth-child(1) {
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-content .items .pdf-list .pdf-item div a:nth-child(1) i {
  color: #31a694;
  font-size: 18px;
  padding-right: 10px;
}

.pdf-content .items .pdf-list .pdf-item div a:nth-child(2),
.pdf-content .items .pdf-list .pdf-item div a:nth-child(3) {
  float: right;
  padding-top: 6px;
  color: #31a694;
}

.pdf-content .items .pdf-list .pdf-item div a:nth-child(2) {
  padding-left: 10px;
}

.pdf-content .items .pdf-list .pdf-item div:hover {
  border: 1px solid #31a694;
}

.pdf-content .items:first-child {
  display: block;
}

.pdf-box {
  margin-top: 30px;
}

.pdf-box .pdf-title {
  font-size: 30px;
  color: #003886;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  font-family: "Alibaba-PuHuiTi-Bold";
}

.pdf-box .pdf-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #31a694;
  position: absolute;
  top: 18px;
  left: 0;
}

.pdf-box .pdf-list li {
  margin-bottom: 30px;
}

.pdf-box .pdf-list li .parts {
  padding: 10px 50px;
  position: relative;
  height: 80px;
  display: flex;
  padding-left: 100px;
  align-items: center;
  background: #f5f5f5;
  padding-right: 150px;
  border: 1px solid #ddd;
}

.pdf-box .pdf-list li .parts .icons {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.pdf-box .pdf-list li .parts .icons i {
  font-size: 40px;
  color: #31a694;
}

.pdf-box .pdf-list li .parts .title {
  display: block;
  font-size: 20px;
}

.pdf-box .pdf-list li .parts .just-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.pdf-box .pdf-list li .parts .just-box a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  margin: 0 10px;
  color: #6c6c6c;
  font-size: 18px;
}

.pdf-box .pdf-list li .parts .just-box a:hover {
  background: #31a694;
  color: #fff;
}

.richtext table tr td {
  word-break: normal !important;
}

.mb-show {
  display: none;
}

.ytgd-inner-news-boxs {
  display: block;
  width: 100%;
}

.ytgd-inner-news-boxs.ons {
  margin-top: 30px;
}

.ytgd-inner-news-boxs ul li {
  background-color: #f3f5f5;
  margin-bottom: 30px;
  position: relative;
}

.ytgd-inner-news-boxs ul li .lis-boxs {
  padding: 40px;
}

.ytgd-inner-news-boxs ul li .titles-a {
  width: 100%;
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  color: #31a694;
  padding: 0 80px 0 0;
}

.ytgd-inner-news-boxs ul li .times {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #959595;
  padding: 5px 0;
}

.ytgd-inner-news-boxs ul li .spans {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #363636;
  padding: 8px 0;
}

.ytgd-inner-news-boxs ul li .mores {
  font-weight: 700;
  color: #31a694;
  font-size: 16px;
  width: 100%;
  text-align: right;
  display: block;
}

.ytgd-inner-news-boxs ul li .mores:after {
  content: ">";
  margin-left: 4px;
}

.ytgd-inner-news-boxs ul li .times-boxs {
  width: 70px;
  height: 70px;
  background-color: #31a694;
  position: absolute;
  top: -8px;
  right: 40px;
  font-size: 30px;
  font-weight: 900;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 18px;
}

.ytgd-inner-news-boxs ul li .times-boxs:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #31a694;
  display: block;
}

.ytgd-inner-news-boxs ul li .times-boxs .span {
  display: block;
  font-size: 16px;
  color: #fff;
}

.ytgd-inner-news-boxs ul li a:hover {
  text-decoration: underline;
}

.company-section1 {
  padding: 0 0 80px 0;
}

.company-section1 .clearbox {
  display: flex;
}

.company-section1 .clearbox .thumb {
  display: block;
}

.company-section1 .clearbox .thumb img {
  max-width: 100%;
}

.company-section1 .clearbox .info {
  padding: 0 0 0 80px;
}

.company-section1 .clearbox .info .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.company-section1 .clearbox .info .richtext {
  font-size: 16px;
  line-height: 2em;
  color: #666;
}

.company-section1 .clearbox .info .richtext p {
  font-size: 16px;
  line-height: 2em;
  color: #666;
}

.company-section2 {
  padding: 80px 0 80px;
  background: url(../images/company2-history-bg.jpg) no-repeat;
  background-size: cover;
}

.company-section2 .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.company-section2 .swiper-button-next,
.company-section2 .swiper-button-prev {
  background-image: none;
}

.company-section2 .box-slide2 {
  width: 804px;
  margin: 0 auto;
  margin-top: 20px;
}

.company-section2 .box-slide2 .box .thumb {
  width: 340px;
  height: 220px;
  flex-shrink: 0;
  border: 10px solid rgba(255, 255, 255, 0.1);
  margin-right: 50px;
}

.company-section2 .box-slide2 .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-section2 .box-slide2 .box .info {
  padding-top: 30px;
}

.company-section2 .box-slide2 .box .info .richtext {
  font-size: 16px;
  line-height: 2em;
  color: #fff;
}

.company-section2 .box-slide2 .box .info .richtext p {
  font-size: 16px;
  line-height: 2em;
  color: #fff;
}

.company-section2 .box-slide {
  position: relative;
}

.company-section2 .box-slide .box-wrap {
  padding: 0 113px 0 0;
  position: relative;
}

.company-section2 .box-slide .box-wrap .control {
  position: absolute;
  right: 0;
  top: 159px;
  z-index: 100;
}

.company-section2 .box-slide .box-wrap .control::before {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  background: #31a694;
  position: absolute;
  right: 0;
}

.company-section2 .box-slide .box-wrap .control .swiper-button-next,
.company-section2 .box-slide .box-wrap .control .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}

.company-section2 .box-slide .box-wrap .control .swiper-button-next i,
.company-section2 .box-slide .box-wrap .control .swiper-button-prev i {
  color: #fff;
  font-size: 30px;
}

.company-section2 .box-slide .box-wrap .control .swiper-button-next:hover,
.company-section2 .box-slide .box-wrap .control .swiper-button-prev:hover {
  color: #31a694;
}

.company-section2 .box-slide .box-wrap .control .swiper-button-next:hover i,
.company-section2 .box-slide .box-wrap .control .swiper-button-prev:hover i {
  color: #31a694;
}

.company-section2 .box-slide .box-wrap .control .swiper-button-prev {
  left: -44px;
  top: -39px;
}

.company-section2 .box-slide .box-wrap .control .swiper-button-next {
  left: -44px;
  top: 18px;
}

.company-section2 .box-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 160px;
}

.company-section2 .box-slide .box {
  text-align: center;
  padding-bottom: 50px;
}

.company-section2 .box-slide .box .year {
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  margin-bottom: 47px;
  opacity: 0;
}

.company-section2 .box-slide .box .dot .y {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.company-section2 .box-slide .box .dot .r {
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: table;
  margin: 0 auto;
  position: relative;
}

.company-section2 .box-slide .box .dot .r::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #e53132;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.company-section2 .box-slide .box .dot .r::after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: #e53132;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
}

.company-section2 .box-slide .swiper-slide.swiper-slide-active .box .year {
  opacity: 1;
}

.company-section2
  .box-slide
  .swiper-slide.swiper-slide-active
  .box
  .dot
  .r::after {
  opacity: 0.2;
}

.sus-boxs {
  padding: 80px 0;
  background-size: cover;
}

.sus-boxs .tags {
  color: #e53132;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1em;
  position: relative;
  padding-left: 60px;
}

.sus-boxs .tags:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e53132;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}

.sus-boxs .hs-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}

.sus-boxs .clearboxs ul li {
  padding: 0 30px;
}

.sus-boxs .clearboxs ul li .items {
  text-align: center;
}

.sus-boxs .clearboxs ul li .items .icon-box {
  width: 88px;
  height: 88px;
  border: 44px solid #e53132;
  border-right: 44px solid red;
  transform: rotate(45deg);
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sus-boxs .clearboxs ul li .items .icon-box i {
  transform: rotate(-45deg);
  color: #fff;
  font-size: 50px;
}

.sus-boxs .clearboxs ul li .items .numbers {
  font-size: 24px;
  margin-bottom: 30px;
}

.sus-boxs .clearboxs ul li .items .richtext {
  font-size: 16px;
  line-height: 1.8em;
}

.sus-boxs .clearboxs ul li .items .richtext p {
  font-size: 16px;
  line-height: 1.8em;
}

.abt-applications-boxs {
  padding: 80px 0;
  background: #17325c;
}

.abt-applications-boxs .tags {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1em;
  position: relative;
  color: #e53132;
  padding-left: 60px;
}

.abt-applications-boxs .tags:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e53132;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}

.abt-applications-boxs .hs-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
}

.abt-applications-boxs .change-contents {
  position: relative;
}

.abt-applications-boxs .change-contents .prev-next-btn {
  display: block;
  width: 140px;
  position: absolute;
  overflow: hidden;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  z-index: 10;
}

.abt-applications-boxs .change-contents .prev-next-btn .swiper-button-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  right: 0;
  float: right;
  margin-top: 0;
  text-align: center;
  line-height: 60px;
  background-image: none;
  background: #fff;
  font-size: 28px;
  box-shadow: 0 0 6px #f5f5f5;
}

.abt-applications-boxs
  .change-contents
  .prev-next-btn
  .swiper-button-next:hover {
  background: #e53132;
  color: #fff;
}

.abt-applications-boxs .change-contents .prev-next-btn .swiper-button-prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  float: left;
  font-size: 28px;
  margin-top: 0;
  text-align: center;
  line-height: 60px;
  background-image: none;
  background: #fff;
  box-shadow: 0 0 6px #f5f5f5;
}

.abt-applications-boxs
  .change-contents
  .prev-next-btn
  .swiper-button-prev:hover {
  background: #e53132;
  color: #fff;
}

.abt-applications-boxs .change-contents .posi-rela {
  position: relative;
}

.abt-applications-boxs .change-contents .posi-rela ul li .clearbox {
  display: flex;
  align-items: center;
  background: #fff;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .left-img
  .thumb {
  display: block;
  overflow: hidden;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .left-img
  .thumb
  img {
  width: 100%;
}

.abt-applications-boxs .change-contents .posi-rela ul li .clearbox .text-boxs {
  background: #fff;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .text-boxs
  .part {
  padding: 40px 80px;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .text-boxs
  .part
  .title {
  display: block;
  font-family: "Roboto-Bold";
  font-size: 30px;
  color: #e53132;
  margin-bottom: 10px;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .text-boxs
  .part
  .title:hover {
  text-decoration: underline;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .text-boxs
  .part
  .richtext {
  font-size: 18px;
  line-height: 1.8em;
  color: #666;
}

.abt-applications-boxs
  .change-contents
  .posi-rela
  ul
  li
  .clearbox
  .text-boxs
  .part
  .richtext
  p {
  font-size: 18px;
  color: #666;
  line-height: 1.8em;
}

.honor-boxs {
  padding: 80px 0;
  background: #e9f2fc;
}

.honor-boxs .tags {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1em;
  position: relative;
  color: #e53132;
  padding-left: 60px;
}

.honor-boxs .tags:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e53132;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}

.honor-boxs .hs-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.honor-boxs .small-posi-rela {
  position: relative;
  margin-top: 20px;
  padding: 0 50px;
}

.honor-boxs .small-posi-rela .small-img ul li .thumb {
  display: block;
  overflow: hidden;
}

.honor-boxs .small-posi-rela .small-img ul li .thumb img {
  max-width: 100%;
}

.honor-boxs .small-posi-rela .swiper-button-next,
.honor-boxs .small-posi-rela .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 50px;
  font-size: 20px;
  outline: none;
  top: 0;
  background: #e53132;
  transition: all 0.5s;
  color: #fff;
  top: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.honor-boxs .small-posi-rela .swiper-button-next {
  right: 0;
}

.honor-boxs .small-posi-rela .swiper-button-next:hover {
  right: 0;
}

.honor-boxs .small-posi-rela .swiper-button-prev {
  left: 0;
}

.honor-boxs .small-posi-rela .swiper-button-prev:hover {
  left: 0;
}

.honor-boxs .small-posi-rela .swiper-button-next.swiper-button-disabled,
.honor-boxs .small-posi-rela .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.fac-show-boxs {
  padding: 80px 0 0 0;
}

.fac-show-boxs .tags {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1em;
  position: relative;
  color: #e53132;
  padding-left: 60px;
}

.fac-show-boxs .tags:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e53132;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}

.fac-show-boxs .hs-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.fac-show-boxs .box-slide {
  position: relative;
}

.fac-show-boxs .box-slide .swiper-wrapper {
  justify-content: center;
}

.fac-show-boxs .box-slide .swiper-wrapper img {
  max-width: 100%;
}

.fac-show-boxs .box-slide .swiper-scrollbar {
  margin-top: 50px;
  background: rgba(23, 50, 92, 0.1);
}

.fac-show-boxs .box-slide .swiper-scrollbar .swiper-scrollbar-drag {
  height: 10px;
  background: #e53132;
}

.hf-pro-index-faqs-boxs .cc-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.hf-pro-index-faqs-boxs .text {
  font-size: 18px;
  line-height: 1.8em;
}

.hf-wqa-ul-boxs {
  width: 100%;
  margin-top: 10px;
}

.hf-wqa-ul-boxs.ons {
  margin-top: 26px;
}

.hf-wqa-ul-boxs ul li {
  width: 100%;
  position: relative;
}

.hf-wqa-ul-boxs ul li + li {
  margin-top: 32px;
}

.hf-wqa-ul-boxs .lis-boxs {
  display: block;
  position: relative;
  width: 100%;
  min-height: 70px;
  padding-left: 88px;
  padding-top: 3px;
}

.hf-wqa-ul-boxs a.lis-boxs:hover .titles-a {
  color: #31a694;
  text-decoration: underline;
}

.hf-wqa-ul-boxs a.lis-boxs:hover .span {
  color: #31a694;
  text-decoration: underline;
}

.hf-wqa-ul-boxs .i-boxs {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px dashed #31a694;
  position: absolute;
  left: 0;
  top: 0;
}

.hf-wqa-ul-boxs .i-boxs .i-imgs {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  background: #31a694;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.hf-wqa-ul-boxs .i-boxs i {
  font-size: 22px;
  color: #fff;
}

.hf-wqa-ul-boxs .titles-a {
  font-size: 18px;
  line-height: 30px;
  color: #343434;
  font-weight: bold;
}

.hf-wqa-ul-boxs .span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #343434;
  margin-top: 4px;
}

.pro-index-page {
  padding: 80px 0 0 0;
}

.sep-form .form-group .regex-tip {
  display: none;
}

header .head-top .lang-list {
  position: relative;
}

header .head-top .language-box {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
  display: none;
}

header .head-top .language-box ul {
  box-shadow: 0 0 10px #333;
}

header .head-top .language-box li {
  list-style: none;
  float: left;
  width: 100%;
  line-height: 40px;
  height: 40px;
  width: 180px;
  padding: 0;
  margin-left: 0;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
}

header .head-top .language-box li a {
  font-size: 14px;
  color: #1f80cb !important;
  display: block;
  padding-left: 11px;
}

header .head-top .language-box li:hover {
  background: #fff;
}

.richtext ul {
  padding-left: 20px;
}

.richtext1 h2 {
  margin-bottom: 20px;
}

.hisp-areas .areas-list li .part {
  padding-left: 30px;
}

.pdf-change-list ul li a {
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background: #efefef;
  margin: 0 4px 10px;
  cursor: pointer;
}

.pdf-change-list ul .active a {
  background: #31a694;
  color: #fff;
}

.richtext h2 {
  font-size: 20px;
  color: #003886;
  font-weight: bold;
}

b,
strong {
  font-weight: 700;
  font-size: 18px;
}

.whatsapp-li a i {
  font-size: 32px;
  color: #31a694;
  padding-top: 8px;
}

.sep-resource-list .sep-datalist > li {
  min-height: 80px;
}

.whatsapp-li a:hover i {
  color: #fff;
}

.main-box .main-right .slider-box .s-title.active {
  background: #013974;
}

.main-box .main-right .slider-box .s-title.active a {
  color: #fff;
}

.main-box .main-right .contact-slider .linbox ul li > a:hover span {
  text-decoration: underline;
}

.ccnew-list > li .txt-right > ol > li .ls-title,
.ccnew-list > li .txt-right > ol > li .richtext ul li p {
  font-size: 20px;
}

.ccnew-list > li .txt-right > ol > li:after {
  top: 12px;
}

.richtext a {
  font-size: 16px;
}

@media screen and (max-width: 1700px) {
  .dd-banner {
    position: relative;
  }

  .dd-banner ul li .banner-text1 {
    padding: 0 100px;
  }

  .dd-banner ul li .banner-text1 .flexbox {
    padding-top: 10%;
    width: 100%;
  }

  .dd-banner ul li .banner-text1 .flexbox .b-title {
    font-size: 50px;
  }

  .dd-banner ul li .banner-text1 .flexbox .b-title span {
    font-size: 50px;
  }

  .dd-banner ul li .banner-text1 .flexbox .text {
    font-size: 24px;
  }

  .dd-banner ul li .banner-text1 .flexbox .banner-btns a,
  .dd-banner ul li .banner-text1 .flexbox .banner-btns span {
    font-size: 16px;
  }

  .dd-banner ul li .banner-text2 {
    padding: 0 100px;
  }

  .dd-banner ul li .banner-text2 .flexbox {
    padding-top: 10%;
    width: 100%;
  }

  .dd-banner ul li .banner-text2 .flexbox .b-title {
    font-size: 50px;
  }

  .dd-banner ul li .banner-text2 .flexbox .b-title span {
    font-size: 50px;
  }

  .dd-banner ul li .banner-text2 .flexbox .text {
    font-size: 24px;
  }

  .dd-banner ul li .banner-text2 .flexbox .banner-btns a,
  .dd-banner ul li .banner-text2 .flexbox .banner-btns span {
    font-size: 16px;
  }

  .dd-banner ul li .banner-text4 {
    padding: 0 100px;
  }

  .dd-banner ul li .banner-text4 .flexbox {
    padding-top: 10%;
    width: 100%;
  }

  .dd-banner ul li .banner-text4 .flexbox .b-title {
    font-size: 50px;
  }

  .dd-banner ul li .banner-text4 .flexbox .b-title span {
    font-size: 50px;
  }

  .dd-banner ul li .banner-text4 .flexbox .text {
    font-size: 24px;
  }

  .dd-banner ul li .banner-text4 .flexbox .banner-btns a,
  .dd-banner ul li .banner-text4 .flexbox .banner-btns span {
    font-size: 16px;
  }

  .dd-banner .swiper-button-next {
    right: 30px;
    color: #31a694;
  }

  .dd-banner .swiper-button-prev {
    left: 30px;
    color: #31a694;
  }
}

@media screen and (max-width: 1500px) {
  .section4 .four-list li .part {
    height: 400px;
  }

  .section1 .hospital-bed .top-box .large-part .tit-left .p-title a {
    font-size: 24px;
  }

  .section1 .hospital-bed .top-box .large-part .txt-right {
    padding: 20px;
  }

  .dd-banner {
    position: relative;
  }

  .dd-banner ul li .banner-text1 {
    padding: 0 100px;
  }

  .dd-banner ul li .banner-text1 .flexbox {
    padding-top: 5%;
    width: 100%;
  }

  .dd-banner ul li .banner-text1 .flexbox .b-title {
    font-size: 40px;
  }

  .dd-banner ul li .banner-text1 .flexbox .b-title span {
    font-size: 40px;
  }

  .dd-banner ul li .banner-text1 .flexbox .text {
    font-size: 24px;
  }

  .dd-banner ul li .banner-text1 .flexbox .banner-btns a,
  .dd-banner ul li .banner-text1 .flexbox .banner-btns span {
    font-size: 16px;
  }

  .dd-banner ul li .banner-text2 {
    padding: 0 100px;
  }

  .dd-banner ul li .banner-text2 .flexbox {
    padding-top: 5%;
    width: 100%;
  }

  .dd-banner ul li .banner-text2 .flexbox .b-title {
    font-size: 40px;
  }

  .dd-banner ul li .banner-text2 .flexbox .b-title span {
    font-size: 40px;
  }

  .dd-banner ul li .banner-text2 .flexbox .text {
    font-size: 24px;
  }

  .dd-banner ul li .banner-text2 .flexbox .banner-btns a,
  .dd-banner ul li .banner-text2 .flexbox .banner-btns span {
    font-size: 16px;
  }

  .dd-banner ul li .banner-text4 {
    padding: 0 100px;
  }

  .dd-banner ul li .banner-text4 .flexbox {
    padding-top: 5%;
    width: 100%;
  }

  .dd-banner ul li .banner-text4 .flexbox .b-title {
    font-size: 40px;
  }

  .dd-banner ul li .banner-text4 .flexbox .b-title span {
    font-size: 40px;
  }

  .dd-banner ul li .banner-text4 .flexbox .text {
    font-size: 24px;
  }

  .dd-banner ul li .banner-text4 .flexbox .banner-btns a,
  .dd-banner ul li .banner-text4 .flexbox .banner-btns span {
    font-size: 16px;
  }

  .dd-banner .swiper-button-next {
    right: 30px;
    color: #31a694;
  }

  .dd-banner .swiper-button-prev {
    left: 30px;
    color: #31a694;
  }
}

.h-title {
  font-size: 46px;
  color: #003886;
  position: relative;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 35px;
}

.top-richtext {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.8em;
}

.top-richtext p {
  font-size: 16px;
  line-height: 1.8em;
}

.change-result1 {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

.change-result1 li {
  display: inline-block;
}

.change-result1 button {
  font-size: 20px;
  display: inline-block;
  width: 220px;
  margin: 0 10px;
  background: #f0f0f0;
  color: #323232;
  padding: 14px 0 10px;
  font-weight: bold;
  text-align: center;
  border: none;
}

.change-result1 button:hover {
  background: #31a694;
  color: #fff;
}

.change-result1 .active button {
  background: #31a694;
  color: #fff;
}

.sep-resource-list .sep-datalist > li .title {
  height: auto;
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
  line-height: 1.6em;
  font-size: 20px;
}

.sep-datalist .pdf-item div {
  border: 1px solid #ddd;
  padding: 12px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sep-datalist .pdf-item div a:nth-child(1) {
  font-size: 16px;
  padding: 10px 0;
  padding-left: 40px;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sep-datalist .pdf-item div a:nth-child(1) i {
  color: #333;
  font-size: 24px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.sep-datalist .pdf-item div a:nth-child(2),
.sep-datalist .pdf-item div a:nth-child(3) {
  float: right;
  color: #333;
  font-size: 24px;
}

.sep-datalist .pdf-item div a:nth-child(2) {
  padding-left: 10px;
}

.sep-datalist .pdf-item div:hover {
  border: 1px solid #395cc1;
}

.sep-datalist .pdf-item div:hover a {
  color: #395cc1;
}

.sep-datalist .pdf-item div:hover a i {
  color: #395cc1;
}

.sep-resource-list .sep-datalist > li .published {
  font-size: 18px !important;
}

.sep-resource-list .sep-datalist > li .thumb {
  border: 1px solid #ddd;
  overflow: hidden;
}

.sep-resource-list .sep-datalist > li .thumb img {
  border: none !important;
}

.new-datalist {
  margin: 0 10px;
}

.new-datalist li {
  padding: 10px;
}

.new-datalist li .part .thumb {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ddd;
  overflow: hidden;
  padding: 30px 0;
  height: 200px;
}

.new-datalist li .part .thumb img {
  max-width: 100%;
}

.new-datalist li .part .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  height: 56px;
  overflow: hidden;
}

.new-datalist li .part:hover .thumb {
  border: 2px solid #31a694;
}

.new-datalist li .part:hover .title {
  color: #31a694;
}

.related-detail-pro-boxs {
  padding: 60px 0 20px;
}

.related-detail-pro-boxs .h2-title {
  font-size: 30px;
  color: #31a694;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 30px;
  text-align: center;
}

.related-detail-pro-boxs ul {
  margin: 0 -10px;
}

.related-detail-pro-boxs ul li {
  padding: 0 10px;
}

.related-detail-pro-boxs ul li .part .thumb {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}

.related-detail-pro-boxs ul li .part .thumb img {
  width: 100%;
}

.related-detail-pro-boxs ul li .part .st-box {
  position: relative;
}

.related-detail-pro-boxs ul li .part .title {
  display: block;
  font-size: 16px;
  position: relative;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}

.related-detail-pro-boxs ul li .part .title:hover {
  color: #31a694;
  border-bottom: 3px solid #31a694;
}

.related-detail-pro-boxs ul li .part:hover .thumb {
  box-shadow: 0 5px 15px rgba(25, 39, 78, 0.5);
}

.related-detail-pro-boxs ul li .part:hover .title {
  color: #31a694;
}

.sep-resource-list .sep-datalist > li .summary {
  font-size: 16px;
  word-break: normal;
}

.related-box {
  margin-top: 50px;
}

.related-box .h2-title {
  font-size: 32px;
  color: #31a694;
  font-family: "Alibaba-PuHuiTi-Bold";
  margin-bottom: 30px;
  text-align: left;
}

.re-news-list li {
  padding: 10px 0 10px 15px;
  position: relative;
}

.re-news-list li:before {
  content: "";
  display: table;
  width: 6px;
  height: 6px;
  background: #b4151f;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 18px;
}

.re-news-list li a {
  display: block;
  width: 90%;
  font-size: 18px;
}

.re-news-list li a:hover {
  color: #b4151f;
}

.richtext {
  line-height: 1.8em;
  font-size: 16px;
}

.richtext p {
  line-height: 1.8em;
  font-size: 16px;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}

.detail-box .richtext-part1 .richtext table tr:first-child td.selectTdClass {
  background: #fff;
}

.detail-box .richtext-part1 .richtext table tr:first-child td.selectTdClass p {
  font-weight: normal !important;
  color: #333 !important;
}

.regs-box {
  margin-bottom: 60px;
}

.regs-box .h2-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.regs-box ul {
  display: flex;
  justify-content: center;
}

.regs-box ul li .imgs {
  display: block;
  text-align: center;
}

.company-pages {
  margin-bottom: 60px;
}

.company-pages .h2-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.company-pages .ul-num-z1 li {
  padding: 0 10px;
  text-align: center;
}

.company-pages .ul-num-z1 li .flexs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}

.company-pages .ul-num-z1 li .numbers {
  font-size: 36px;
  font-weight: bold;
  color: #b4151f;
}

.company-pages .ul-num-z1 li .dw {
  font-size: 18px;
  margin-left: 10px;
}

.mb-banner {
  position: relative;
}

.mb-banner .banner-btns {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.mb-banner .banner-btns a,
.mb-banner .banner-btns span {
  font-size: 10px;
  width: 80px;
  padding: 5px;
  background: #31a694;
  border: 1px solid #31a694;
  display: block;
  text-align: center;
  color: #fff;
}

.mb-banner .banner-btns a:hover,
.mb-banner .banner-btns span:hover {
  background: #fff;
  color: #31a694;
}

.videos-list li .thumb {
  display: block;
  position: relative;
}

.videos-list li .thumb i {
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  color: #31a694;
  font-size: 50px;
}

.videos-list li .thumb:hover i {
  color: #fff;
}

@media screen and (max-width: 1260px) {
  .section3 .posi-rela .swiper-button-next {
    right: -30px;
  }

  .section3 .posi-rela .swiper-button-prev {
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 !important;
  }

  footer .footer-box .footer-part {
    display: none;
  }

  footer .footer-box .form-parts {
    padding-left: 0;
    display: block;
  }

  footer .footer-box .form-parts .f-title,
  footer .footer-box .form-parts .f-list {
    display: none;
  }

  .main-box .main-left .index-list li .part .iboxs .summary {
    height: auto;
    text-align: left;
  }

  .main-box .main-left .index-list li .part .iboxs .more {
    display: block;
  }

  .news-left-ul .news-list .news-list-pro {
    float: inherit;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .news-left-ul .news-list .news-list-text {
    float: inherit;
    width: 100%;
    padding-left: 0;
  }

  .news-left-ul .news-list .news-list-text .news-list-text-tag {
    display: none;
  }

  .news-left-ul .news-list .news-list-text .news-list-text-title a {
    padding-left: 0;
    font-weight: bold;
  }

  .offside .tel {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .t-list .plist > li .row,
  .t-list .plist > li:nth-child(even) .row {
    display: block;
  }

  .t-list .plist > li:nth-child(odd) .img-left,
  .t-list .plist > li:nth-child(even) .row {
    padding-right: 0;
    padding-left: 0;
  }

  .section1 .hospital-bed .bottom-box .ibox .part .thumb .hover-box {
    display: none;
  }

  .app-detail-list > li .rights {
    padding-left: 0;
  }

  .section1 .hospital-bed .top-box .tow-part .part .hover-box {
    display: none;
  }

  .pdf-view {
    display: none;
  }

  .pdf-box .pdf-list li .parts {
    padding-left: 50px;
    padding-right: 70px;
  }

  .pdf-box .pdf-list li .parts .icons {
    left: 5px;
  }

  .pdf-box .pdf-list li .parts .title {
    font-size: 14px;
  }

  .pdf-box .pdf-list li .parts .just-box {
    right: 10px;
  }

  .pdf-box .pdf-list li .parts .just-box a {
    padding-left: 0;
    margin: 0;
  }

  .pdf-box .pdf-list li .parts .just-box .pdf-view {
    display: none;
  }

  .richtext img,
  .richtext * img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
  }

  .p-title a,
  .p-title span {
    font-size: 30px !important;
  }

  .footer-bottom .row {
    padding-bottom: 80px;
    text-align: center;
  }

  .footer-bottom .row .col-md-3.text-center {
    padding: 10px 0;
  }

  .footer-bottom .row .sep-share {
    float: inherit;
    text-align: center;
  }

  .footer-bottom .row .sep-share li {
    display: inline-block;
    float: inherit;
  }

  .pc-hidden {
    display: block !important;
  }

  .news-list-text-title a {
    display: block;
  }

  .news-list-pro {
    padding-right: 0;
  }

  .news-list-text-para {
    height: auto;
  }

  .news-list-text-tag:before {
    display: none;
  }

  .news-left-ul:after {
    display: none;
  }

  .others-banner .banner-sds .h-title {
    font-size: 20px;
  }

  .also-like-box ul li .part .thumb .hover-box {
    display: none;
  }

  .mb-show {
    display: block;
  }

  .dd-banner {
    display: none;
  }

  .contact-box .box-lf ul li {
    width: 100%;
  }

  .related-news-box2 .box-wrap .large-left {
    padding-right: 10px;
  }

  .detail-foot ul > li:nth-child(even) .img-left .thumbs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .detail-foot ul > li:nth-child(odd) .img-left .thumbs {
    padding-right: 10px;
    padding-left: 10px;
  }

  .h-title {
    font-size: 30px;
  }

  .section1 .hospital-bed .top-box .tow-part .part .title,
  .section1 .hospital-bed .bottom-box .ibox .part .thumb .title {
    position: static;
  }

  .detail-content .ds-left {
    padding-right: 0;
  }

  .detail-content .ds-left .next-basi ul li {
    padding: 10px !important;
    height: auto !important;
  }

  .detail-content .ds-left .next-basi ul li img {
    position: static !important;
    transform: translateY(0) !important;
  }

  .detail-box {
    padding: 0;
  }

  .detail-box .richtext h2 {
    font-size: 24px;
  }

  .detail-box .richtext-part1 {
    padding: 0;
  }

  .detail-box .dright {
    padding: 20px;
  }

  .detail-box .img-top .dleft {
    padding-top: 30px;
  }

  .detail-box .img-top .dleft .h-title {
    font-size: 34px;
  }

  .detail-box .img-top .dleft .btns {
    margin-top: 20px;
  }

  .detail-box .img-top .dleft .btns a {
    margin: 10px auto;
    width: 100%;
  }

  .main-box .main-left {
    padding-right: 10px;
  }

  .main-box .main-left .h-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .others-banner img {
    max-width: 100%;
    height: auto !important;
  }

  .others-banner .flexbox {
    position: static;
    width: 100%;
    padding: 5%;
  }

  .others-banner .flexbox .inbox .tits {
    font-size: 30px;
  }

  .main-box .main-right {
    padding-left: 10px;
    display: none;
  }

  header {
    display: none;
  }

  .mb-footer-list {
    display: block !important;
  }

  .sep-lx-header-mb {
    display: block !important;
  }

  .sep-lx-header-mb .logo img {
    width: 64px;
  }

  .sep-lx-header-mb .box-wrap > ul {
    top: 0 !important;
  }

  .dd-banner ul li .banner-text1 {
    display: none;
  }

  .section1 {
    padding: 30px 0;
  }

  .section1 .hospital-bed .top-box {
    display: block;
  }

  .section1 .hospital-bed .top-box .large-part {
    height: auto;
    display: block;
    margin-bottom: 30px;
  }

  .section1 .hospital-bed .top-box .large-part .tit-left {
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .section1 .hospital-bed .top-box .large-part .tit-left .p-title a {
    font-size: 40px;
  }

  .section1 .hospital-bed .top-box .large-part .txt-right {
    padding: 20px;
  }

  .section1 .hospital-bed .top-box .large-part > .thumbs {
    position: static;
  }

  .section1 .hospital-bed .top-box .tow-part {
    padding-left: 10px;
  }

  .section2 {
    padding: 30px 0;
  }

  .section2 .p-title a {
    font-size: 38px;
  }

  .section3 {
    padding: 30px 0;
  }

  .section4 {
    background-size: cover;
    padding: 40px 0;
  }

  .section4 .four-list {
    margin-top: 20px;
  }

  .section4 .four-list li {
    padding-bottom: 20px;
  }

  .section4 .four-list li .part {
    height: auto;
  }

  .section4 .four-list li:last-child {
    padding-bottom: 0;
    border-right: none;
  }

  .section4 .two-btns {
    position: static;
    margin-top: 30px;
  }

  .section4 .two-btns a {
    margin-bottom: 10px;
  }

  .section5 {
    padding: 30px 0;
  }

  .section5 .p-title a {
    font-size: 34px;
  }

  .section5 .clerafix {
    display: block;
  }

  .section5 .news-swiper ul li .ibox {
    position: static;
    background: #000;
    padding: 20px;
  }

  .section5 .ns-right {
    padding-right: 0;
    padding-left: 0;
  }

  .section5 .ns-right .tips {
    margin-top: 20px;
  }

  .section5 .ns-right .news-list-rt li {
    padding: 15px;
  }

  .section5 .ns-right .with-more {
    position: static;
  }

  .contact-bar ul li {
    padding: 20px 0;
  }

  .hisp-areas {
    padding: 30px 0;
    background-size: cover;
  }

  .hisp-areas .line-bars ul li {
    height: auto;
  }

  .news-inner-box {
    padding: 30px 0;
  }

  .news-inner-box .ins-title {
    font-size: 30px;
  }

  .main-box {
    padding: 30px 0;
  }

  .top-box ul {
    margin-bottom: 20px;
  }

  .top-box ul li span:after {
    display: none;
  }

  .top-box .b-title {
    font-size: 28px;
  }

  .main-box ul li {
    margin: 10px 0;
  }

  .main-box ul li a,
  .main-box ul li span {
    text-align: left;
    padding-left: 40px;
  }

  .t-list .plist > li:nth-child(odd) .img-left .thumbs {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .t-list .plist > li {
    padding: 30px 0;
  }

  .t-list .plist > li .txt-right .more {
    margin-top: 20px;
  }

  .quolite-box {
    padding: 30px 0;
    background-size: cover;
  }

  .quolite-box .ma-title {
    font-size: 24px;
  }

  .quolite-box .pls-list li .part {
    display: block;
  }

  .quolite-box .pls-list li .part .in-box {
    padding-left: 10px;
  }

  .quolite-box .pls-list li .part .in-box .summs {
    height: auto;
  }

  .list-faqs .sep-faq-list3 li .faq-question span.title {
    line-height: normal;
    padding: 10px 0;
    height: auto;
    line-height: 1.8em;
    padding-right: 30px;
  }

  .t2-list .plist > li {
    padding: 10px 0;
  }

  .form-box {
    background: #f4f5f9;
    padding: 20px 0;
  }

  .form-box .form-left {
    padding-right: 10px;
  }

  .form-box .form-right {
    padding-right: 10px;
  }

  .t2-list .plist > li:nth-child(odd) .img-left .thumbs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .t2-list .plist > li .txt-right .title,
  .main-box ul li a,
  .main-box ul li span {
    padding-left: 10px;
  }

  .bl-detail-form .sep-form .f-right,
  .bl-detail-form .sep-form .f-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-box .form-left .form-title {
    font-size: 20px;
  }

  .col-md-4,
  .col-md-6,
  .col-md-3,
  .col-md-12,
  .col-md-2 {
    padding-left: 0;
    padding-right: 0;
  }

  #onlineService {
    bottom: 0;
    width: 100%;
  }

  #onlineService .offside {
    width: 100%;
    display: flex;
  }

  #onlineService .offside li {
    flex: 1;
    border-radius: 0;
    background: #31a694;
  }

  #onlineService .offside li a,
  #onlineService .offside li div {
    position: static;
    width: auto;
  }

  #onlineService .offside li .icon {
    color: #fff;
  }

  #onlineService .whatsapp-li a i {
    color: #fff;
  }

  .Webinar-ul:after {
    display: none;
  }

  .Webinar-ul .news-list .news-list-pro {
    width: 100%;
    float: inherit;
  }

  .Webinar-ul .news-list .news-list-text {
    padding-left: 0;
    width: 100%;
    float: inherit;
  }

  .company-section1 .clearbox {
    display: block;
  }

  .company-section1 .clearbox .info {
    padding-left: 0;
  }

  .company-section1 .clearbox .info .title {
    font-size: 24px;
  }

  .company-section2 .title {
    font-size: 24px;
  }

  .company-section2 .box-slide .box-wrap {
    padding: 0;
  }

  .company-section2 .box-slide2 {
    width: auto;
    padding: 0 20px;
  }

  .sep-resource-list .sep-datalist > li {
    padding: 0;
    margin-bottom: 20px;
  }

  .sep-resource-list .sep-datalist > li .thumb {
    position: static;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: auto !important;
  }

  .sep-resource-list .sep-datalist > li .title {
    margin: 20px 0;
  }

  .sep-resource-list .sep-datalist > li .summary {
    height: 100%;
    display: none;
  }

  .change-result1 button {
    display: block;
    width: 100%;
    margin: 0;
  }

  .change-result1 li {
    display: block;
    margin-bottom: 10px;
  }

  .change-result1 li button {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.operation {
  overflow: hidden;
  margin-top: 40px;
}

.operation ul {
  max-width: 500px;
  margin: auto;
}

.operation ul li {
  width: 50%;
  text-align: center;
  float: left;
}

.operation ul li a {
  color: #fff;
  background-color: #31a694;
  border: 1px solid #31a694;
}

.operation ul li:hover a {
  background: none;
  color: #013974;
}

.sep-pagination {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.sep-pagination .pagination {
  margin: 20px 0 10px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  border-radius: 4px;
  margin: 0;
}

.sep-pagination .pagination .active a {
  background: #31a694;
  color: #fff;
  border: 1px solid #31a694;
}

.sep-pagination .pagination .active a:hover {
  opacity: 0.72;
}

.sep-pagination .pagination li {
  display: inline;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.sep-pagination .pagination li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  margin: 0 10px;
  border-radius: 100%;
  background: none;
  color: #999;
  border: 1px solid #dedede;
}

.sep-pagination .pagination li a:hover {
  background: #31a694;
  color: #fff;
  border: 1px solid #31a694;
}

.lg-search-ul-boxs {
  width: 100%;
}

.lg-search-ul-boxs.ons {
  margin-top: 30px;
}

.lg-search-ul-boxs ul {
  margin: 0 -18px;
  flex-wrap: wrap;
}

.lg-search-ul-boxs ul li {
  width: calc(33.333% - 36px);
  float: left;
  margin: 0 18px 30px;
}

.lg-search-ul-boxs ul li:last-child {
  margin-bottom: 0;
}

.lg-search-ul-boxs ul li:hover .thumbs {
  border-color: #013974;
}

.lg-search-ul-boxs ul li:hover .titles-a {
  color: #013974;
}

.lg-search-ul-boxs .thumbs img {
  max-width: 100%;
}

.lg-search-ul-boxs .thumbs.ons {
  height: 224px;
}

.lg-search-ul-boxs .thumbs.bors {
  border: 1px solid #ddd;
}

.lg-search-ul-boxs .lis-boxs {
  width: 100%;
  padding: 16px 0 0;
}

.lg-search-ul-boxs .titles-a {
  text-align: center;
  font-size: 20px;
  line-height: 1.32;
  color: #333;
}

.change-result {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.change-result li {
  display: inline-block;
  vertical-align: top;
}

.change-result li.active button {
  background: #31a694;
  color: #fff;
}

.change-result li.active button:hover {
  background: #013974;
}

.change-result li:hover button {
  background: #31a694;
  color: #fff;
}

.change-result button {
  font-size: 20px;
  display: inline-block;
  width: 220px;
  margin: 0 10px;
  background: #f0f0f0;
  color: #323232;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
}

.fy-relates-ul-boxs {
  display: block;
  width: 100%;
}

.fy-relates-ul-boxs.ons {
  margin-top: 24px;
}

.fy-relates-ul-boxs .titles-a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding-left: 12px;
  margin-bottom: 6px;
  color: #646464;
}

.fy-relates-ul-boxs .titles-a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #646464;
  position: absolute;
  left: 0;
  top: 12px;
}

.fy-relates-ul-boxs .titles-a.ons {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fy-relates-ul-boxs .titles-a:hover {
  color: #013974;
  text-decoration: underline;
}

.fy-relates-ul-boxs .titles-a:hover:before {
  background: #013974;
}

.sep-resource-list2 li {
  padding-left: 160px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #afafaf;
  padding-top: 5px;
  min-height: 152px;
  margin-bottom: 30px;
}

.sep-resource-list2 li.nothumb {
  padding-left: 0;
}

.sep-resource-list2 li.nothumb .thumb {
  display: none;
}

.sep-resource-list2 li .thumb {
  display: block;
  position: absolute;
  width: 140px;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: center;
  max-height: 96%;
}

.sep-resource-list2 li .thumb img {
  width: 100%;
}

.sep-resource-list2 li .thumb i {
  font-size: 32px;
}

.sep-resource-list2 li .times {
  display: block;
  color: #545454;
  margin-bottom: 6px;
}

.sep-resource-list2 li .title {
  display: block;
  color: #545454;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sep-resource-list2 li .title:hover {
  color: #013974;
}

.sep-resource-list2 li .summary {
  display: block;
  color: #545454;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.sep-resource-list2 li .more {
  color: #31a694;
}

.sep-resource-list2 li .more:hover {
  text-decoration: underline;
}

.pdfs-boxs {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pdfs-boxs.ons {
  margin-top: 30px;
}

.pdfs-boxs .pdfs-lists {
  width: 49%;
  line-height: 59px;
  border: 1px solid #e0e0e0;
  padding: 0 14px;
  margin-bottom: 20px;
}

.pdfs-boxs .pdfs-lists.ons {
  width: 100%;
}

.pdfs-boxs .pdfs-lists:nth-child(odd) {
  float: left;
}

.pdfs-boxs .pdfs-lists:nth-child(even) {
  float: right;
}

.pdfs-boxs .pdfs-lists:hover {
  border-color: #31a694;
}

.pdfs-boxs .pdfs-lists a {
  color: #323232;
  line-height: 59px;
}

.pdfs-boxs .pdfs-lists a:hover {
  color: #013974;
}

.pdfs-boxs .pdfs-lists .titles-a {
  width: calc(100% - 44px);
  display: flex;
  align-items: center;
  min-height: 59px;
  line-height: 1.32;
  float: left;
}

.pdfs-boxs .pdfs-lists .titles-a i {
  font-size: 20px;
  margin-right: 10px;
}

.pdfs-boxs .pdfs-lists .v-lists:hover i {
  transform: scale(1.2);
}

.pdfs-boxs .pdfs-lists i {
  color: #31a694;
  font: normal normal normal 14px/1 FontAwesome;
}

.pdfs-boxs .pdfs-lists img {
  margin-right: 10px;
}

.pdf-download {
  margin-right: 10px;
}

@media screen and (max-width: 821px) {
  .lg-search-ul-boxs ul {
    margin: 0 -18px;
  }

  .lg-search-ul-boxs ul li {
    width: calc(50% - 36px);
  }
}

@media screen and (max-width: 667px) {
  .sep-pagination .pagination li a {
    padding: 3px 8px;
    margin: 0 3px;
  }

  .pdf-view {
    display: none !important;
  }

  .sep-resource-list2 li {
    padding-left: 0;
  }

  .sep-resource-list2 li .thumb {
    width: 100%;
    max-height: initial;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 15px;
  }

  .lg-search-ul-boxs ul li {
    width: calc(100% - 36px);
  }

  .operation ul li {
    width: 100%;
    margin-bottom: 12px;
  }

  .operation ul li a {
    min-width: 180px;
  }

  .operation ul li:last-child {
    margin-bottom: 0;
  }
}

.sep-breadcrumb {
  margin: 0;
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 15px 0;
}

.sep-breadcrumb.onss {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
  background: rgba(255, 255, 255, 0.3);
}

.sep-breadcrumb.onss .breadcrumb li a {
  color: #fff;
}

.sep-breadcrumb.onss .breadcrumb li:last-child a {
  color: #fff;
  font-weight: bold;
}

.sep-breadcrumb.onss .breadcrumb li + li:before {
  color: #fff;
}

.sep-breadcrumb .breadcrumb-boxs {
  width: 100%;
  padding-left: 28px;
  position: relative;
}

.sep-breadcrumb .breadcrumb-boxs i {
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.sep-breadcrumb.bgs {
  background: #f7f7f7;
}

.sep-breadcrumb .breadcrumb li {
  display: inline-block;
  line-height: 30px;
}

.sep-breadcrumb .breadcrumb li a {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 30px;
}

.sep-breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
  color: #31a694;
}

.sep-breadcrumb .breadcrumb li:last-child a {
  color: #31a694;
}

.sep-breadcrumb .breadcrumb > li + li:before {
  content: "->";
  color: #2d2d2d;
  position: relative;
  top: 0;
  font-size: 16px;
  padding: 0 5px;
}

.sep-breadcrumb .breadcrumb .li-last:after {
  margin-left: 5px;
  content: " ";
}

.sep-inner-banner {
  width: 100%;
  position: relative;
}

.sep-inner-banner .banner img {
  width: 100%;
  object-fit: cover;
}

.sep-inner-banner .banner.bgs:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.sep-inner-banner .banner.bgs1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(235, 97, 30, 0.4);
  z-index: 5;
}

.sep-inner-banner .b-covers {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.sep-inner-banner .b-covers.ons1 {
  top: 36%;
}

.sep-inner-banner .b-covers .boxs {
  width: 100%;
  position: relative;
}

.sep-inner-banner .b-covers .boxs.max510 {
  max-width: 510px;
}

.sep-inner-banner .b-covers .boxs.max680 {
  max-width: 680px;
}

.sep-inner-banner .b-covers .boxs.max790 {
  max-width: 790px;
}

.sep-inner-banner .b-covers .richtext.max680 {
  max-width: 680px;
}

.sep-inner-banner .b-covers .b-titles {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 1.2;
  position: relative;
}

.sep-inner-banner .b-covers .b-titles.cors {
  color: #31a694;
}

.sep-page {
  width: 100%;
}

.sep-page.bgs {
  background: #f7f7f7;
}

.sep-page.bgs1 {
  background: #31a694;
}

.sep-page.bgs1 .richtext a {
  color: #fff !important;
}

.sep-page.bgs1 .richtext a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.sep-page.bors {
  border-top: 1px solid #e6e6e6;
}

.sep-page .sep-lefts {
  width: calc(100% - 360px);
}

.sep-page .sep-rights {
  width: 300px;
  position: sticky;
  top: 100px;
  margin-left: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 1460px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}

@media screen and (max-width: 1366px) {
  .container {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  .main-box .main-left {
    width: 100%;
    padding: 0;
  }

  .main-box .main-right {
    display: none;
  }

  .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sep-in-article-list {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.sep-in-article-list .p-lists {
  width: 100%;
  display: flex;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}

.sep-in-article-list .p-lists a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  margin-left: 5px;
}

.sep-in-article-list .p-lists a:hover {
  text-decoration: underline;
  color: #013974;
}

.sep-in-article-list .p-lists:last-child:last-child {
  margin-bottom: 0;
}

.sep-in-pro-ne-list {
  width: 100%;
  justify-content: space-between;
}

.sep-in-pro-ne-list .p-lists {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  flex-direction: column;
}

.sep-in-pro-ne-list .thumbs {
  border: 1px solid #e6e6e6;
}

.sep-in-pro-ne-list .titles-a {
  color: #31a694;
}

.sep-in-pro-ne-list .titles-a:hover {
  color: #013974;
}

.sep-in-pro-ne-list .lis-boxs {
  width: 100%;
  padding: 25px 0 0;
  flex-grow: 1;
  align-content: space-between;
}

.sep-in-pro-ne-list .t-boxs {
  width: 100%;
}

.sep-in-pro-ne-list .more {
  display: inline-block;
  color: #013974;
}

.sep-in-pro-ne-list .more i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #013974;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}

.sep-in-pro-ne-list .more:hover {
  color: #31a694;
}

.sep-in-pro-ne-list .more:hover i {
  background: #31a694;
}

@media screen and (max-width: 821px) {
  .others-banner .flexbox .inbox .tits {
    font-size: 26px;
  }

  .hisp-areas .ar-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .main-box .main-left .h-title {
    font-size: 24px;
  }

  .news-inner-box .ins-title {
    font-size: 24px;
  }

  .sep-in-pro-ne-list .p-lists {
    width: 100%;
    margin-bottom: 30px;
  }

  .sep-in-pro-ne-list .p-lists:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 667px) {
  .main-box .main-left .index-list li {
    width: 100%;
  }

  .news-inner-box .mores {
    margin-top: 30px;
  }

  .hisp-areas .areas-list li .part {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sep-lx-header-mb {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100000;
}

.sep-lx-header-mb.fixed {
  position: fixed;
}

.sep-lx-header-mb.active,
.sep-lx-header-mb .fixed {
  background: #fff;
}

.sep-lx-header-mb.active .box-wrap > ul > li,
.sep-lx-header-mb .fixed .box-wrap > ul > li {
  color: #31a694;
}

.sep-lx-header-mb.active .box-wrap > ul > li > a,
.sep-lx-header-mb .fixed .box-wrap > ul > li > a {
  color: #31a694;
}

.sep-lx-header-mb.active .box-wrap > ul > li i,
.sep-lx-header-mb .fixed .box-wrap > ul > li i {
  color: #31a694;
}

.sep-lx-header-mb.active .box-wrap > ul > li#menu i,
.sep-lx-header-mb .fixed .box-wrap > ul > li#menu i {
  background: #31a694;
}

.sep-lx-header-mb.active .box-wrap > ul > li#menu i span,
.sep-lx-header-mb .fixed .box-wrap > ul > li#menu i span {
  background: #31a694;
}

.sep-lx-header-mb.active .box-wrap .logos img.ons1,
.sep-lx-header-mb .fixed .box-wrap .logos img.ons1 {
  display: none;
}

.sep-lx-header-mb.active .box-wrap .logos img.ons2,
.sep-lx-header-mb .fixed .box-wrap .logos img.ons2 {
  display: inline;
}

.sep-lx-header-mb .box-wrap {
  width: 100%;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1000;
}

.sep-lx-header-mb .box-wrap .logo {
  float: none;
  margin: 0 auto;
}

.sep-lx-header-mb .box-wrap .logo img {
  width: 100px;
}

.sep-lx-header-mb .box-wrap .logos {
  line-height: 66px;
}

.sep-lx-header-mb .box-wrap .logos img.ons2 {
  display: none;
}

.sep-lx-header-mb .box-wrap > ul {
  position: relative;
}

.sep-lx-header-mb .box-wrap > ul > li {
  float: left;
  width: 36px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

.sep-lx-header-mb .box-wrap > ul > li > a {
  display: block;
  width: 100%;
  line-height: inherit;
  text-align: center;
}

.sep-lx-header-mb .box-wrap > ul > li:nth-child(1) {
  margin-left: 0;
}

.sep-lx-header-mb .box-wrap > ul > li#global {
  position: relative;
}

.sep-lx-header-mb .box-wrap > ul > li#menu {
  width: 52px;
}

.sep-lx-header-mb .box-wrap > ul > li#menu i {
  display: block;
  width: 18px;
  height: 2px;
  position: relative;
  background: #fff;
  margin: 34px 0 0 12px;
}

.sep-lx-header-mb .box-wrap > ul > li#menu i:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: inherit;
  position: absolute;
  left: -4px;
  top: 0;
}

.sep-lx-header-mb .box-wrap > ul > li#menu i span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -8px;
  background: #fff;
}

.sep-lx-header-mb .box-wrap > ul > li#menu i span:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: inherit;
  position: absolute;
  left: -4px;
  top: 0;
}

.sep-lx-header-mb .box-wrap > ul > li#menu i span.ons1 {
  top: 8px;
}

.sep-lx-header-mb .box-wrap > ul > li#logo {
  border: none;
  float: none;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language {
  position: absolute;
  background: #31a694;
  width: 157px;
  text-align: center;
  padding: 10px 20px;
  z-index: 100000;
  top: 66px;
  left: -67px;
  display: none;
  border: 1px solid #fff;
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 32px;
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language li a {
  color: #fff;
  font-size: 16px;
}

.sep-lx-header-mb .box-wrap > ul > li i {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}

.sep-lx-header-mb .box-wrap > ul > li i.cors {
  color: #31a694;
}

.sep-shadow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: none;
}

i.i-searchs {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #000;
  position: relative;
}

i.i-searchs:after {
  content: "";
  display: block;
  width: 3px;
  height: 8px;
  background: #000;
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

i.i-closes {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

i.i-closes:before {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 11px;
}

i.i-closes:after {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: #000;
  position: absolute;
  left: 11px;
  top: 4px;
}

i.i-closes.ons {
  position: absolute;
  right: 31px;
  top: 24px;
  cursor: pointer;
}

i.i-globals {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #000;
  position: relative;
}

i.i-globals:after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 0;
}

i.i-globals:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #000;
}

i.i-menus {
  display: inline-block;
  width: 18px;
  height: 2px;
  position: relative;
  background: #000;
}

i.i-menus:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: -5px;
}

i.i-menus:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

.sep-search-box {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 70px;
  z-index: 10000000;
  padding: 44px 31px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  display: none;
}

.sep-search-box .fa-times {
  color: #000;
  font-size: 20px;
  position: absolute;
  right: 31px;
  top: 24px;
  cursor: pointer;
}

.sep-search-box .hd {
  color: #282828;
  font-size: 18px;
  font-family: "LATO-BOLD";
}

.sep-search-box form {
  margin-top: 10px;
  margin-bottom: 25px;
}

.sep-search-box form .form-control {
  height: 47px;
  border-radius: 0;
}

.sep-search-box form .btn {
  background: #31a694;
  color: #fff;
  display: table;
  margin: 0 auto;
  margin-top: 17px;
  padding: 10px 40px;
  font-size: 16px;
  width: 100%;
}

.sep-search-box form .btn i {
  margin-right: 5px;
  border-color: #fff;
}

.sep-search-box form .btn i:after {
  background: #fff;
}

.sep-search-box .more {
  background: #31a694;
  color: #fff;
  display: table;
  margin: 0 auto;
  margin-top: 17px;
  padding: 10px 40px;
  font-size: 16px;
  width: 100%;
  border: none;
}

.sep-search-box .more i {
  padding-right: 5px;
}

.sep-search-box ul li {
  margin-top: 8px;
}

.sep-search-box ul li a {
  color: #8c8c8c;
  font-size: 14px;
  display: block;
}

.logos {
  max-width: 150px;
  display: inline-block;
  line-height: 50px;
  padding: 2px 0;
}

.logos img {
  max-width: 100%;
  max-height: 50px;
  display: inline;
}

.sep-menu-box {
  width: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10000000;
  max-width: 400px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%);
}

.sep-menu-box.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sep-menu-box .logos {
  line-height: 1;
  padding: 0;
}

.sep-menu-box .top {
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
  position: relative;
  z-index: 10000;
}

.sep-menu-box .top i {
  color: #000;
  font-size: 22px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.sep-menu-box .bottom {
  visibility: visible;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}

.sep-menu-box .bottom.no {
  visibility: hidden;
}

.sep-menu-box .bottom .menu-item {
  margin-bottom: 20px;
}

.sep-menu-box .bottom .menu-item > li {
  border-bottom: 1px solid #ddd;
}

.sep-menu-box .bottom .menu-item > li:last-child {
  border-bottom: none;
}

.sep-menu-box .bottom .menu-item > li.active {
  background: #31a694;
}

.sep-menu-box .bottom .menu-item > li.active .box {
  border-bottom: 1px solid #fff;
}

.sep-menu-box .bottom .menu-item > li.active .box a {
  color: #fff;
}

.sep-menu-box .bottom .menu-item > li.active .box i {
  color: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  background: #fff;
}

.sep-menu-box .bottom .menu-item > li.active .box i:after {
  border-top-color: #31a694;
  border-right-color: #31a694;
}

.sep-menu-box .bottom .menu-item > li .box {
  position: relative;
  padding: 22px 30px;
  border-bottom: 1px solid transparent;
}

.sep-menu-box .bottom .menu-item > li .box a {
  color: #282828;
  font-size: 20px;
}

.sep-menu-box .bottom .menu-item > li .box i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 100%;
  background: #31a694;
  color: #282828;
  position: absolute;
  right: 30px;
  top: 26px;
  cursor: pointer;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.sep-menu-box .bottom .menu-item > li .box i:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sep-menu-box .bottom .menu-item > li > ul {
  padding: 5px 0;
  display: none;
}

.sep-menu-box .bottom .menu-item > li > ul > li {
  padding: 4px 20px;
}

.sep-menu-box .bottom .menu-item > li > ul > li a {
  color: #fff;
  font-size: 18px;
}

.sep-menu-box .bottom .menu-item > li > ul > li > .ul-boxs {
  padding: 5px 0;
  display: block;
}

.sep-menu-box .bottom .menu-item > li > ul > li > .ul-boxs > .p-lists {
  padding: 4px 0;
}

.sep-menu-box .bottom .menu-item > li > ul > li > .ul-boxs > .p-lists a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-left: 10px;
  line-height: 25px;
}

.sep-menu-box
  .bottom
  .menu-item
  > li
  > ul
  > li
  > .ul-boxs
  > .p-lists
  a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 12px;
}

.sep-menu-box .bottom-toggle {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 64px;
  background: #fff;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.sep-menu-box .bottom-toggle.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sep-menu-box .bottom-toggle .toggle {
  display: none;
}

.sep-menu-box .bottom-toggle .toggle > ul {
  background: #fff;
}

.sep-menu-box .bottom-toggle .toggle > ul > li {
  padding: 0 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 60px;
}

.sep-menu-box .bottom-toggle .toggle > ul > li:nth-child(1) span {
  width: 60;
  min-width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ccc;
}

.sep-menu-box .bottom-toggle .toggle > ul > li:nth-child(1) a {
  font-family: "LATO-BOLD";
}

.sep-menu-box .bottom-toggle .toggle > ul > li > ul {
  display: none;
}

.sep-menu-box .bottom-toggle .toggle > ul > li > ul > li {
  line-height: 40px;
}

.sep-menu-box .bottom-toggle .toggle > ul > li > ul > li a {
  font-size: 14px;
}

.sep-menu-box .bottom-toggle .toggle > ul > li a {
  color: #282828;
  font-size: 16px;
  padding-left: 30px;
}

.sep-menu-box .bottom-toggle .toggle > ul > li a i {
  font-size: 20px;
  color: #282828;
  position: absolute;
  right: 30px;
  top: 21px;
  cursor: pointer;
}

.sep-menu-box .contact {
  background: #31a694;
  color: #fff;
  display: table;
  margin: 0 auto 20px;
  margin-top: 0;
  padding: 6px 20px;
  font-size: 20px;
  border: none;
  border-radius: 0;
}

.sep-menu-box .contact i {
  padding-right: 5px;
  color: inherit;
}

.sep-menu-box .logo img {
  width: 59px;
}

.gdw-mb-c {
  display: none;
}

.sep-banner-mb {
  display: none;
}

.sep-banner-mb img {
  width: 100%;
}

.mb-bottom-wrap {
  padding-bottom: 24px;
  background: #131d26;
}

.mb-bottom-wrap ul.info {
  padding: 28px 37px;
}

.mb-bottom-wrap ul.info li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 36px;
  color: #fff;
  font-size: 14px;
}

.mb-bottom-wrap ul.info li:last-child {
  margin-bottom: 0;
}

.mb-bottom-wrap ul.info li i {
  color: #fff;
}

.mb-bottom-wrap ul.info li a {
  color: #fff;
}

.mb-bottom-wrap ul.info li img {
  position: absolute;
  left: 0;
  top: 10px;
}

.mb-bottom-wrap .bottom-menu > li:last-child {
  border-bottom: 1px solid #343e46;
}

.mb-bottom-wrap .bottom-menu > li > ul {
  padding: 5px 0;
  padding-left: 60px;
  border-top: 1px solid #343e46;
  display: none;
}

.mb-bottom-wrap .bottom-menu > li > ul li {
  padding: 5px 0;
  list-style: disc;
  color: #fff;
}

.mb-bottom-wrap .bottom-menu > li > ul li a {
  font-size: 14px;
  color: #fff;
}

.mb-bottom-wrap .bottom-menu > li .box {
  padding: 13px 37px;
  border-top: 1px solid #343e46;
  position: relative;
}

.mb-bottom-wrap .bottom-menu > li .box a {
  color: #fff;
  font-size: 14px;
}

.mb-bottom-wrap .bottom-menu > li .box i {
  position: absolute;
  right: 37px;
  top: 17px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.mb-bottom-wrap .sep-share {
  display: table;
  margin: 0 auto;
  margin-top: 24px;
}

.mb-bottom-wrap .sep-share li {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 6px;
  background: #1e2c39;
}

.mb-bottom-wrap .sep-share li:hover {
  background: #31a694;
  border: 1px solid #31a694;
}

.mb-bottom-wrap .sep-share li:hover a i {
  color: #fff;
}

.mb-bottom-wrap .sep-share li a i {
  color: #fff;
  font-size: 14px;
}

.mp-hes {
  width: 100%;
  height: 70px;
  display: none;
}

@media screen and (min-width: 769px) {
  .sep-banner-mb {
    display: none;
  }

  .sep-search-box,
  .sep-shadow,
  .sep-lx-header-mb,
  .sep-menu-box {
    display: none !important;
  }

  .mp-hes {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sep-banner-pc {
    display: none;
  }

  .sep-banner-mb {
    display: block;
  }

  .mp-hes {
    display: block;
  }
}

.sep-mainnav {
  /* padding-top: 30px; */
}

.product-title {
  background: #31a694 !important;
  height: 26px !important;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
  color: white !important;
}

.header-title {
  font-weight: bold;
}
