@charset "utf-8";
@import "font-awesome.css";
.clearfix:before {
  display: table;
  clear: both;
  content: "";
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  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;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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;
  font-size: 14px;
  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-size: 13px;
  font-weight: normal;
  border-radius: 3px;
  background: #fbfbfb;
  outline: none;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover {
  opacity: 0.7;
}
.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;
}
button {
  cursor: pointer;
  font-size: 16px;
}
i {
  display: inline-block;
}
.richtext {
  line-height: 30px;
  color: #666;
}
.richtext * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.richtext iframe {
  width: 100%;
  border: none;
}
.richtext img {
  max-width: 100%;
  height: auto !important;
}
.richtext.maxs990 {
  max-width: 990px;
  margin: auto;
}
.richtext.cors {
  color: #fff;
}
.richtext.h-ons {
  margin-top: 20px;
}
.richtext.lh32 {
  line-height: 32px;
}
.richtext.lh34 {
  line-height: 34px;
}
.richtext.lh36 {
  line-height: 36px;
}
.richtext.lh40 {
  line-height: 40px;
}
.richtext h1 {
  line-height: normal !important;
}
.richtext h2 {
  display: block;
  width: 100%;
  font-size: 48px;
  color: #333;
  line-height: 1.32;
  margin-bottom: 20px;
}
.richtext a {
  color: #14498d !important;
  text-decoration: underline;
}
.richtext a:hover {
  color: #001834 !important;
  text-decoration: none;
}
.richtext strong {
  font-size: 22px;
  display: block;
  color: #14498d;
  margin-bottom: 10px;
}
.richtext.strong strong {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 1.32;
  margin-bottom: 10px;
}
.richtext ul {
  list-style: none !important;
}
.richtext ul li {
  list-style: none !important;
  position: relative;
  padding-left: 16px;
  color: inherit;
  margin-bottom: 10px;
}
.richtext ul li:last-child {
  margin-bottom: 0;
}
.richtext ul li * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.richtext ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #14498d;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 100%;
}
.richtext table {
  width: 100%;
}
.richtext table tr {
  background: none;
}
.richtext table tr td {
  border: 1px solid #e8e8e8;
  padding: 9px 20px;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  background: none;
}
.richtext table tr td * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.richtext.pro-table {
  font-size: 16px;
}
.richtext.pro-table h2 {
  text-align: center;
}
.richtext.pro-table table {
  text-align: center;
}
.richtext.pro-table table tr td:nth-child(1) {
  background: #efefef;
}
.richtext.pro-table table tr:nth-child(1) {
  background: #efefef;
}
.richtext.pro-table table tr:nth-child(1) td:last-child {
  background: #fff;
}
.richtext.pro-table table tr:nth-child(1) td:nth-child(1) {
  background: #14498d;
  color: #fff;
}
.richtext.pro-table table tr:nth-child(2) td:nth-child(1) {
  background: none;
}
.richtext.det-table {
  font-size: 16px;
}
.richtext.det-table h2 {
  text-align: center;
}
.richtext.det-table table {
  text-align: center;
}
.richtext.det-table table tr:nth-child(1) {
  background: #14498d;
  font-weight: bold;
}
.richtext.det-table table tr:nth-child(1) td {
  color: #fff;
  font-weight: bold;
}
.richtext.det-table table tr:nth-child(even) {
  background: #efefef;
}
.richtext .over-tabs {
  overflow-x: auto;
}
.mores-boxs .mores {
  display: inline-block;
  vertical-align: top;
}
.mores-boxs .mores i.it {
  width: 36px;
  height: 2px;
  vertical-align: middle;
  position: relative;
  background: #14498d;
}
.mores-boxs .mores i.it:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #14498d;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
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: #14498d;
}
sup {
  vertical-align: text-top;
}
s {
  text-decoration: none;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.regular {
  font-family: "Arial";
}
.bold,
.b-bold,
.semiBold {
  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;
}
dt {
  font-weight: normal;
}
.upps {
  text-transform: uppercase;
}
.ellipsis {
  text-overflow: ellipsis;
}
.i-imgs img,
.thumbs img,
.i-boxs img {
  display: inline;
}
.sep-container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.sep-container50 {
  width: 100%;
  max-width: 800px;
}
.cens {
  text-align: center;
}
.ris {
  text-align: right;
}
.m-bottoms {
  margin-bottom: 25px;
}
.m-tops {
  margin-top: 25px;
}
.spans {
  line-height: 30px;
  overflow: hidden;
}
.spans * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.spans.lh32 {
  line-height: 32px;
}
.spans.lh36 {
  line-height: 36px;
}
.thumbs {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbs img {
  max-width: 100%;
}
.titles-a {
  color: #1a1a1a;
}
.spans,
.titles-a {
  display: block;
  width: 100%;
}
.block {
  display: block;
}
.over-hides {
  overflow: hidden;
  position: relative;
}
.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:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.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;
}
.fix:before,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}
.fix:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.size14 {
  font-size: 14px;
}
.size15 {
  font-size: 15px;
}
.size17 {
  font-size: 17px;
}
.size18 {
  font-size: 18px;
}
.size20 {
  font-size: 20px;
}
.size22 {
  font-size: 22px;
}
.size24 {
  font-size: 24px;
}
.size26 {
  font-size: 26px;
}
.size28 {
  font-size: 28px;
}
.size30 {
  font-size: 30px;
}
.size32 {
  font-size: 32px;
}
.size34 {
  font-size: 34px;
}
.size35 {
  font-size: 35px;
}
.size36 {
  font-size: 36px;
}
.size38 {
  font-size: 38px;
}
.size40 {
  font-size: 40px;
}
.size44 {
  font-size: 44px;
}
.size48 {
  font-size: 48px;
}
.size50 {
  font-size: 50px;
}
.size56 {
  font-size: 56px;
}
.size59 {
  font-size: 59px;
}
.size60 {
  font-size: 60px;
}
.size64 {
  font-size: 64px;
}
.size67 {
  font-size: 67px;
}
.size70 {
  font-size: 70px;
}
.size72 {
  font-size: 72px;
}
#onlineService {
  position: fixed;
  right: 0;
  bottom: 32%;
  z-index: 100998;
}
.offside {
  width: 50px;
}
.offside li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #b1b1b1;
  border-bottom: 1px solid #fff;
  text-align: center;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.offside .code {
  position: absolute;
  top: 0;
  right: 50px;
  display: none;
  margin: 0;
}
.offside a,
.offside div {
  color: #333;
  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;
  opacity: 0;
  position: absolute;
}
.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: #14498d;
}
.offside li:last-child {
  background: #b1b1b1;
}
.offside .erweima {
  width: 150px;
  height: 150px;
  position: absolute;
  left: -150px;
  top: 0;
  display: none;
}
.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
  color: #fff;
}
.offside li:hover p {
  opacity: 1;
}
.offside li:not(.li_3):hover {
  background: #001834;
}
.offside li:not(.li_erweima):hover .erweima {
  display: block;
}
.offside .tel {
  width: 230px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
}
.offside .back_none {
  height: 0;
  border: 0 !important;
}
.offside .li {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.offside .unfold {
  width: 30px;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  #onlineService {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sep-footer {
    margin-bottom: 50px;
  }
  .offside {
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .offside li {
    width: 100%;
    text-align: center;
  }
  .offside li.onss {
    display: none;
  }
  .offside li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .offside li.fold {
    display: none !important;
  }
  .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: 121px;
}
.sep-header {
  width: 100%;
  height: 120px;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.sep-header i {
  font: normal normal normal 14px/1 FontAwesome;
}
.sep-header .h-tops {
  width: 100%;
  height: 41px;
  background: #f7f7f7;
}
.sep-header.ons {
  position: absolute;
  left: 0;
  top: 0;
}
.sep-header.ons .h-tops {
  display: none;
}
.sep-header .logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 60px;
  float: left;
  overflow: hidden;
  margin: 10px 0;
}
.sep-header .logo img {
  max-width: 100%;
  max-height: 96%;
}
.sep-header .logo.homes-ons1 {
  height: auto;
}
.sep-header .logo.homes-ons2 {
  height: 0;
}
.sep-header.onss {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 1px #e6e6e6;
  height: 80px;
}
.sep-header.onss .logo img {
  max-width: 88%;
}
.sep-header.onss .h-tops {
  display: none;
}
.sep-header .texts-rights {
  width: 100%;
  z-index: 102;
  height: 41px;
  position: relative;
}
.sep-header .globals {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 40px;
}
.sep-header .globals img {
  max-width: 100%;
}
.sep-header .globals i {
  color: #1e2229;
  font-size: 16px;
  display: inline-block;
}
.sep-header .globals > a {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 16px;
  padding: 0 4px;
}
.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 {
  padding: 13px 17px;
  background: #fff;
  line-height: normal;
}
.sep-header .globals ul li a {
  font-size: 14px;
  color: #6d6d6d;
  margin: 0 5px;
}
.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: #188ed2;
}
.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: #14498d;
}
.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;
  margin-top: 5px;
}
.sep-header .top-emalls-titles .spans {
  width: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  position: relative;
  padding-left: 27px;
}
.sep-header .top-emalls-titles .spans i {
  color: inherit;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  color: #14498d;
}
.sep-header .top-emalls-titles .spans i img {
  max-width: 100%;
}
.sep-header .top-emalls-titles .spans + .spans {
  margin-left: 80px;
}
.sep-header .top-emalls-titles .spans:hover {
  text-decoration: underline;
}
.sep-header .top-emalls-titles a.spans:hover {
  color: #14498d;
}
.sep-header .sep-searchs-boxs {
  cursor: pointer;
  position: relative;
}
.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 {
  color: #fff;
  margin-right: 2px;
  min-width: 18px;
  margin-left: 28px;
  font-size: inherit;
}
.sep-header .sep-searchs-boxs i.ons2 {
  display: none;
}
.sep-mainnav {
  width: 100%;
  position: relative;
}
.sep-mainnav:before {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background: #14498d;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.sep-mainnav .sep-container {
  justify-content: space-between;
}
.sep-mainnav .sep-container .n-boxs {
  width: 99px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.sep-mainnav .sep-container .n-boxs:before {
  content: "";
  display: block;
  border: 94px solid transparent;
  border-bottom-width: 0;
  border-top-color: #5b80af;
  border-right-width: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  border-left-width: 84px;
}
.sep-mainnav .sep-container .n-boxs:after {
  content: "";
  display: block;
  border: 80px solid transparent;
  border-bottom-width: 0;
  border-top-color: #14498d;
  border-left-width: 70px;
  border-right-width: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}
.sep-mainnav .sep-container .n-boxs i {
  display: block;
  border: 94px solid transparent;
  border-bottom-width: 0;
  border-top-color: #bdccdf;
  border-right-width: 0;
  position: absolute;
  top: 0;
  right: 13px;
  z-index: 99;
  border-left-width: 84px;
}
.sep-mainnav .sep-container .nav-l-boxs > ul {
  width: auto;
  display: block;
  background: #14498d;
  padding-left: 50px;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li {
  margin: 0 21px;
  line-height: 80px;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li:nth-child(1) {
  margin-left: 0;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li:last-child {
  margin-right: 0;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li > a {
  line-height: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li > a > i {
  display: block;
  border: 14px solid transparent;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 0;
  opacity: 0;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li.active > a {
  color: #fff;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li.active > a i {
  opacity: 1;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li:hover > a {
  color: #fff;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li:hover > a i {
  opacity: 1;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li.ons > a {
  color: #fff;
}
.sep-mainnav .sep-container .nav-l-boxs > ul > li.ons > a i {
  opacity: 0;
}
.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;
  color: #fff;
}
.sep-mainnav .sep-container ul li > a {
  color: #fff;
  display: block;
  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 {
  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: 240px;
  float: left;
  display: block;
  border-top: 0;
  padding: 22px 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  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 12px;
  padding-left: 32px;
  text-align: left;
  color: #676767;
  position: relative;
  line-height: 24px;
}
.sep-mainnav .sep-container ul li .ul li a i {
  display: block;
  width: 3px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #14498d;
  opacity: 0;
}
.sep-mainnav .sep-container ul li .ul li a:hover {
  border: none;
  color: #14498d;
}
.sep-mainnav .sep-container ul li .ul li a:hover i {
  opacity: 1;
}
.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: 240px;
  float: left;
  display: none;
  border-top: 0;
  padding: 22px 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.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 12px;
  padding-left: 32px;
  text-align: left;
  color: #676767;
  position: relative;
  line-height: 24px;
}
.sep-mainnav .sep-container ul li .ul li .ul-ul li a i {
  display: block;
  width: 3px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 11px;
  background: #14498d;
  opacity: 0;
}
.sep-mainnav .sep-container ul li .ul li .ul-ul li a:hover {
  background: #14498d;
  color: #fff;
}
.sep-mainnav .sep-container ul li .ul li .ul-ul li a:hover i {
  opacity: 1;
}
.sep-mainnav .sep-container ul li .pro-boxs {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
}
.sep-mainnav .sep-container ul li .pro-boxs.active {
  opacity: 1;
  visibility: initial;
}
.sep-mainnav .sep-container ul li .pro-boxs .boxs {
  width: 100%;
  max-width: 1320px;
  padding-left: 160px;
  margin: auto;
}
.sep-mainnav .sep-container ul li .pro-boxs .boxs-lists {
  width: 32.8%;
}
.sep-mainnav .sep-container ul li .pro-boxs .boxs-lists:nth-child(2) {
  width: 24.2%;
}
.sep-mainnav .sep-container ul li .pro-boxs .boxs-lists:nth-child(3) {
  width: 43%;
}
.sep-mainnav .sep-container ul li .pro-boxs .p-p-lists {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.sep-mainnav .sep-container ul li .pro-boxs .p-p-lists.active {
  height: auto;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists {
  display: block;
  width: 100%;
  color: #333;
  line-height: 30px;
  padding: 5px 0;
  position: relative;
  max-width: 300px;
  padding-right: 20px;
  margin-bottom: 56px;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists:last-child {
  margin-bottom: 0;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists i {
  display: block;
  width: 26px;
  height: 1px;
  background: #14498d;
  top: 50%;
  right: 40px;
  position: absolute;
  opacity: 0;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists i:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #14498d;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists.nowrap {
  white-space: nowrap;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists:hover,
.sep-mainnav .sep-container ul li .pro-boxs .b-lists.active {
  color: #14498d;
  font-family: inherit;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists:hover i,
.sep-mainnav .sep-container ul li .pro-boxs .b-lists.active i {
  opacity: 1;
}
.sep-mainnav .sep-container ul li .pro-boxs .b-lists:last-child i {
  right: 0;
}
.sep-mainnav .sep-container ul li .pro-boxs .thumbs {
  border: 1px solid #eee;
  border-radius: 4px;
}
.sep-mainnav .sep-container ul li .pro-boxs .thumbs.ons {
  height: 258px;
}
.sep-mainnav .sep-container ul li .pro-boxs .p-lists {
  width: 100%;
  display: block;
  color: #333;
  line-height: 30px;
  padding: 5px 0;
  margin-bottom: 6px;
}
.sep-mainnav .sep-container ul li .pro-boxs .p-lists:hover {
  color: #14498d;
  text-decoration: underline;
}
.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-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 .b-img {
  width: 100%;
  position: relative;
  display: block;
}
.sep-banner .b-img img {
  position: relative;
  z-index: 2;
}
.sep-banner .b-img.bgs:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.sep-banner .banner .list {
  position: relative;
  display: block;
}
.sep-banner .banner .list img {
  max-width: 100%;
}
.sep-banner .banner .list .b-covers {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 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%);
  align-items: center;
  z-index: 20;
}
.sep-banner .banner .list .b-covers .boxs {
  width: 100%;
  margin: auto;
}
.sep-banner .banner .list .b-covers .i-imgs {
  margin-bottom: 32px;
}
.sep-banner .banner .list .b-covers .b-titles {
  display: block;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
.sep-banner .banner .list .b-covers .b-titles:hover {
  color: #14498d;
}
.sep-banner .banner .list .b-covers a.b-titles:hover {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -moz-text-stroke: 1px #fff;
  -ms-text-stroke: 1px #fff;
  -o-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.sep-banner .banner .list .b-covers .b-subtitles {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -moz-text-stroke: 1px #fff;
  -ms-text-stroke: 1px #fff;
  -o-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.sep-banner .banner .list .b-covers a.b-subtitles:hover {
  color: #fff;
}
.sep-banner .banner .list .b-covers .b-spans {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.32;
  margin-top: 22px;
}
.sep-banner .banner .list .b-covers .b-spans * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.sep-banner .banner .list .b-covers .mores-boxs {
  display: block;
  width: 100%;
  margin-top: 120px;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores {
  line-height: 30px;
  color: #fff;
  padding: 14px 24px;
  text-align: center;
  position: relative;
  background: #fff;
  color: #14498d;
  margin-top: 10px;
  margin-right: 20px;
  min-width: 238px;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores:last-child {
  margin-right: 0;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores i {
  margin-left: 4px;
  font-size: inherit;
  color: inherit;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores:last-child {
  margin-right: 0;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores:hover {
  background: #14498d;
  color: #fff;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores:hover i.it {
  background: #fff;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores:hover i.it:after {
  border-color: #fff;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores.active {
  background: #14498d;
  color: #fff;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores.active i.it {
  background: #fff;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores.active i.it:after {
  border-color: #fff;
}
.sep-banner .banner .list .b-covers .mores-boxs .mores.active:hover {
  text-decoration: underline;
}
.sep-banner .lr-lists-boxs .lr-lists {
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 88;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  opacity: 1;
  text-align: center;
  cursor: pointer;
}
.sep-banner .lr-lists-boxs .lr-lists i {
  width: 14px;
  height: 2px;
  background: #fff;
  position: relative;
}
.sep-banner .lr-lists-boxs .lr-lists i:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sep-banner .lr-lists-boxs .lr-lists.lr-lefts {
  left: 0;
}
.sep-banner .lr-lists-boxs .lr-lists.lr-lefts i:after {
  border-left: 2px solid #fff;
  left: 1px;
}
.sep-banner .lr-lists-boxs .lr-lists.lr-lefts:after {
  content: "Previous";
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 48px;
  top: 50%;
  margin-top: -15px;
}
.sep-banner .lr-lists-boxs .lr-lists.lr-rights {
  border-left: 1px solid #14498d;
  right: 0;
}
.sep-banner .lr-lists-boxs .lr-lists.lr-rights i:after {
  border-top: 2px solid #fff;
  right: 1px;
}
.sep-banner .lr-lists-boxs .lr-lists.lr-rights:after {
  content: "Next";
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 48px;
  top: 50%;
  margin-top: -15px;
}
.sep-banner .lr-lists-boxs .lr-lists:hover {
  background: #14498d;
}
.sep-banner .lr-lists-boxs .lr-lists:hover i {
  color: #fff;
}
.sep-banner .swiper-pagination-ban.swiper-pagination {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  bottom: 40px;
}
.sep-banner .swiper-pagination-ban.swiper-pagination span {
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: 0.4;
  margin: 0 3px;
  position: relative;
  z-index: 20;
  border-radius: 4px;
}
.sep-banner
  .swiper-pagination-ban.swiper-pagination
  span.swiper-pagination-bullet-active {
  width: 17px;
  opacity: 1;
}
.home-titles {
  color: #14498d;
  line-height: 1;
}
.home-titles span {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  line-height: 1;
  padding: 0 14px;
  position: relative;
  font-family: inherit;
}
.home-titles span:before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #14498d;
  position: absolute;
  right: 100%;
  top: 50%;
}
.home-titles span:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #14498d;
  position: absolute;
  left: 100%;
  top: 50%;
}
.titles {
  width: 100%;
  height: auto;
  display: block;
  color: #4c4c4c;
  line-height: 1.2;
  position: relative;
}
.titles * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.titles .span {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  text-align: center;
  line-height: 86px;
  color: #14498d;
  font-family: inherit;
  border: 5px solid #14498d;
  margin: 0 24px;
}
.titles.cors {
  color: #fff;
}
.titles.cors1 {
  color: #14498d;
}
.titles.maxs1 {
  max-width: 620px;
  margin: auto;
}
.titles.maxs2 {
  max-width: 860px;
  margin: auto;
}
.titles.lh1 {
  line-height: 1.1;
}
.titles.ons {
  margin-bottom: 30px;
}
.titles.ons1 {
  margin-bottom: 60px;
}
.titles.onss {
  margin-top: 30px;
}
a.titles:hover {
  color: #14498d;
}
a.titles:hover.cors {
  color: #14498d;
  text-shadow: 0 1px 1px #fff;
}
.imgs-bgs {
  display: block;
  position: absolute;
  left: 50%;
  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 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-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.ons {
  top: auto;
  bottom: 0;
}
.imgs-bgs.img-rs {
  left: 50%;
}
.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 {
  min-width: 100%;
  min-height: 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: #14498d;
}
.imgs-bgs.r-bgs img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sep-body {
  position: relative;
  z-index: 8;
}
.sep-body .sep-container {
  position: relative;
  z-index: 10;
}
.sep-body .richtext {
  width: 100%;
}
.sep-body .richtext * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.sep-body .richtext.cors {
  color: #fff;
}
.sep-body .richtext.cors * {
  color: #fff;
}
.sep-pro-boxs {
  padding: 120px 0;
}
.sep-pro-ul-boxs {
  width: 100%;
}
.sep-pro-ul-boxs.ons {
  margin-top: 36px;
}
.sep-pro-ul-boxs .p-lists {
  width: 100%;
  position: relative;
  align-items: center;
}
.sep-pro-ul-boxs .p-lists:nth-child(even) {
  flex-direction: row-reverse;
}
.sep-pro-ul-boxs .p-lists:hover .thumbs-boxs {
  opacity: 1;
}
.sep-pro-ul-boxs .thumbs {
  width: 50%;
  position: relative;
  z-index: 11;
}
.sep-pro-ul-boxs .thumbs img {
  max-width: 100%;
}
.sep-pro-ul-boxs .thumbs.ons {
  height: 438px;
}
.sep-pro-ul-boxs .thumbs.bgs {
  background: #f4f4f4;
}
.sep-pro-ul-boxs .ul-boxs {
  width: 100%;
  max-width: 472px;
  margin-top: 18px;
}
.sep-pro-ul-boxs .ul-boxs.ons .ul-lists {
  width: 50%;
}
.sep-pro-ul-boxs .ul-boxs .ul-lists {
  width: 100%;
  color: #666;
  line-height: 36px;
  padding-left: 16px;
  display: block;
  position: relative;
}
.sep-pro-ul-boxs .ul-boxs .ul-lists:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #14498d;
  position: absolute;
  left: 0;
  top: 15px;
}
.sep-pro-ul-boxs .ul-boxs .ul-lists:hover {
  color: #14498d;
  text-decoration: underline;
}
.sep-pro-ul-boxs .lis-boxs {
  width: 50%;
  position: relative;
  z-index: 10;
  padding: 0 116px;
}
.sep-pro-ul-boxs .t-boxs {
  width: 100%;
  padding-left: 80px;
}
.sep-pro-ul-boxs .titles-a {
  line-height: 1.2;
  color: #333;
  position: relative;
}
.sep-pro-ul-boxs .titles-a:after {
  content: "";
  display: block;
  width: 36px;
  height: 6px;
  background: #14498d;
  margin-top: 22px;
}
.sep-pro-ul-boxs .titles-a:hover {
  color: #14498d;
}
.sep-pro-ul-boxs .spans {
  line-height: 1.7;
  margin-top: 16px;
}
.sep-pro-ul-boxs .mores-boxs {
  margin-top: 40px;
}
.sep-pro-ul-boxs .mores-boxs .mores {
  line-height: 30px;
  padding: 6px 24px;
  text-align: center;
  position: relative;
  background: #14498d;
  color: #fff;
  min-width: 176px;
}
.sep-pro-ul-boxs .mores-boxs .mores:last-child {
  margin-right: 0;
}
.sep-pro-ul-boxs .mores-boxs .mores i {
  margin-left: 4px;
  font-size: inherit;
  color: inherit;
}
.sep-pro-ul-boxs .mores-boxs .mores i.it {
  background: #fff;
}
.sep-pro-ul-boxs .mores-boxs .mores i.it:after {
  border-color: #fff;
}
.sep-pro-ul-boxs .mores-boxs .mores:last-child {
  margin-right: 0;
}
.sep-pro-ul-boxs .mores-boxs .mores:hover {
  text-decoration: underline;
}
.subtitles {
  width: 100%;
  line-height: 1.32;
  margin-bottom: 20px;
}
.subtitles.cors {
  color: #fff;
}
.subtitles.cors1 {
  color: #14498d;
}
.sep-special-boxs {
  width: 100%;
  padding: 120px 0 76px;
  background: #f4f4f4;
}
.sep-special-ul-boxs.ons {
  margin-top: 36px;
}
.sep-special-ul-boxs .p-boxs {
  margin: 0 -24px;
}
.sep-special-ul-boxs .p-lists {
  width: calc(33.333% - 48px);
  margin: 0 24px 48px;
  position: relative;
  background: #fff;
}
.sep-special-ul-boxs .p-lists:hover .thumbs-boxs {
  opacity: 1;
}
.sep-special-ul-boxs .thumbs.ons {
  height: 378px;
}
.sep-special-ul-boxs .lis-boxs {
  width: 100%;
  padding: 28px 28px 45px;
  position: relative;
}
.sep-special-ul-boxs .lis-boxs .i-lines {
  width: 1px;
  height: calc(100% - 56px);
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 28px;
}
.sep-special-ul-boxs .lis-boxs .i-lines:after {
  content: "";
  display: block;
  width: 5px;
  height: 39px;
  background: #14498d;
  position: absolute;
  left: 0;
  top: 0;
}
.sep-special-ul-boxs .titles-a {
  color: #333;
  line-height: 30px;
}
.sep-special-ul-boxs .titles-a:hover {
  color: #14498d;
  text-decoration: underline;
}
.sep-special-ul-boxs .spans {
  margin-top: 18px;
}
.sep-special-ul-boxs .spans.ons {
  height: 72px;
}
.sep-special-ul-boxs .mores-boxs {
  margin-top: 15px;
}
.sep-special-ul-boxs .mores-boxs .mores {
  line-height: 30px;
  padding: 5px 22px;
  border: 1px solid #14498d;
  color: #14498d;
}
.sep-special-ul-boxs .mores-boxs .mores i {
  margin-left: 6px;
}
.sep-special-ul-boxs .mores-boxs .mores:hover {
  background: #14498d;
  color: #fff;
}
.sep-special-ul-boxs .mores-boxs .mores:hover i.it {
  background: #fff;
}
.sep-special-ul-boxs .mores-boxs .mores:hover i.it:after {
  border-color: #fff;
}
.sep-special-ul-boxs .thumbs-boxs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #14498d;
  padding: 34px 28px 46px;
  z-index: 20;
  opacity: 0;
}
.sep-special-ul-boxs .thumbs-boxs .titles-a {
  color: #fff;
}
.sep-special-ul-boxs .thumbs-boxs .spans {
  color: rgba(255, 255, 255, 0.5);
}
.sep-special-ul-boxs .thumbs-boxs .mores-boxs .mores {
  border-color: #fff;
  background: #fff;
}
.sep-special-ul-boxs .thumbs-boxs .mores-boxs .mores:hover {
  background: #fff;
  color: #14498d;
  text-decoration: underline;
}
.sep-special-ul-boxs .thumbs-boxs .mores-boxs .mores:hover i.it {
  background: #14498d;
}
.sep-special-ul-boxs .thumbs-boxs .mores-boxs .mores:hover i.it:after {
  border-color: #14498d;
}
.sep-special-ul-boxs .ul-boxs {
  width: 100%;
  margin-top: 16px;
}
.sep-special-ul-boxs .ul-boxs .ul-lists {
  display: block;
  width: 100%;
  position: relative;
  line-height: 36px;
  color: #fff;
  padding-left: 38px;
}
.sep-special-ul-boxs .ul-boxs .ul-lists:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 15px;
}
.sep-special-ul-boxs .ul-boxs .ul-lists:hover {
  text-decoration: underline;
}
.sep-dimensions-boxs {
  width: 100%;
  position: relative;
  padding: 120px 0 64px;
}
.sep-dimensions-ul-boxs {
  width: 100%;
  justify-content: space-between;
  max-width: 1145px;
  margin: auto;
}
.sep-dimensions-ul-boxs.ons {
  margin-top: 75px;
}
.sep-dimensions-ul-boxs .p-lists {
  width: 32%;
  max-width: 340px;
  overflow: hidden;
  border-radius: 20px;
  background: #fbfbfb;
  min-height: 408px;
}
.sep-dimensions-ul-boxs .titles-a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 79px;
  background: #14498d;
  color: #fff;
  padding: 0 10px;
}
.sep-dimensions-ul-boxs .titles-a i {
  display: none;
}
.sep-dimensions-ul-boxs a.titles-a:hover {
  text-decoration: underline;
}
.sep-dimensions-ul-boxs .lis-boxs {
  padding: 44px 20px;
  justify-content: center;
}
.sep-dimensions-ul-boxs .ul-boxs {
  width: 100%;
  max-width: 175px;
  text-align: left;
}
.sep-dimensions-ul-boxs .ul-boxs.maxs1 {
  max-width: 200px;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists {
  display: block;
  width: 100%;
  color: #666;
  line-height: 30px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 34px;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists.ons {
  padding-left: 0;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists.ons:before {
  display: none;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists:last-child {
  margin-bottom: 0;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  color: inherit;
  border-bottom: 1px solid transparent;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #666;
  position: absolute;
  left: 0;
  top: 11px;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists:hover {
  color: #14498d;
  font-family: inherit;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists:hover:before {
  border: 2px solid #14498d;
}
.sep-dimensions-ul-boxs .ul-boxs .ul-lists:hover span {
  border-color: #14498d;
  font-family: inherit;
}
.sep-about-boxs {
  width: 100%;
  padding: 180px 0 0;
  overflow: hidden;
  position: relative;
}
.sep-about-boxs .mores-boxs {
  margin-top: 40px;
}
.sep-about-boxs .mores-boxs .mores {
  line-height: 30px;
  padding: 10px 40px;
  background: #fff;
  color: #001834;
}
.sep-about-boxs .mores-boxs .mores i {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.sep-about-boxs .mores-boxs .mores:hover {
  background: #14498d;
  color: #fff;
}
.sep-about-ul-boxs {
  width: 100%;
  position: relative;
  z-index: 12;
}
.sep-about-ul-boxs.ons {
  margin-top: 64px;
}
.sep-about-ul-boxs .p-lists {
  width: 20%;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  padding: 100px 60px;
  min-height: 450px;
}
.sep-about-ul-boxs .p-lists:nth-child(2) .titles-a {
  max-width: 170px;
  text-align: left;
}
.sep-about-ul-boxs .p-lists:hover {
  box-shadow: 0 0 0 1px #14498d;
}
.sep-about-ul-boxs .p-lists:hover .i-imgs {
  background: #14498d;
}
.sep-about-ul-boxs .i-imgs {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.sep-about-ul-boxs .lis-boxs {
  width: 100%;
  padding: 0 30px;
}
.sep-about-ul-boxs .titles-a {
  line-height: 1.2;
  color: #fff;
  max-width: 240px;
  margin: auto;
}
.sep-location-boxs {
  width: 100%;
  padding: 128px 0;
  background: #f5f5f5;
}
.sep-location-boxs .location-map-boxs {
  max-width: 917px;
  position: relative;
  margin: 30px auto 0;
}
.sep-location-boxs .location-map-boxs .p-lists {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 5%;
  top: 20%;
  background: rgba(20, 73, 141, 0.3);
}
.sep-location-boxs .location-map-boxs .p-lists:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #14498d;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0.5;
}
.sep-location-boxs .location-map-boxs .p-lists .text {
  white-space: nowrap;
  background: #fff;
  line-height: 30px;
  min-width: 175px;
  padding: 0 10px;
  text-align: center;
  color: #14498d;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 16px;
}
.sep-location-boxs .location-map-boxs .p-lists .text:after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-right-color: #fff;
  border-left-width: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(1) {
  background: rgba(255, 255, 255, 0.3);
  right: 18%;
  top: 34.5%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(1):after {
  background: rgba(255, 255, 255, 0.8);
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(2) {
  right: 17%;
  top: 46%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(3) {
  right: 18%;
  top: 52.3%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(3) .text {
  left: auto;
  right: 15px;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(3) .text:after {
  border-right-width: 0;
  border-left-width: 6px;
  border-left-color: #fff;
  right: auto;
  left: 100%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(4) {
  right: 15%;
  top: 57.2%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(5) {
  right: 14%;
  top: 65%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(6) {
  right: 25.4%;
  top: 84%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(6) .text {
  margin-top: -28px;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(7) {
  right: 27.4%;
  top: 85%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(7) .text {
  left: auto;
  right: 15px;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(7) .text:after {
  border-right-width: 0;
  border-left-width: 6px;
  border-left-color: #fff;
  right: auto;
  left: 100%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(8) {
  right: 25.8%;
  top: 86.6%;
}
.sep-location-boxs .location-map-boxs .p-lists:nth-child(8) .text {
  margin-top: -10px;
}
.sep-location-boxs .location-map-boxs .p-lists:hover {
  background: #14498d;
}
.sep-location-boxs .location-map-boxs .p-lists:hover:after {
  display: none;
}
.sep-location-boxs .location-map-boxs .p-lists:hover .text {
  background: #14498d;
  color: #fff;
}
.sep-location-boxs .location-map-boxs .p-lists:hover .text:after {
  border-right-color: #14498d;
  border-left-color: #14498d !important;
}
.sep-news {
  width: 100%;
  padding: 110px 0 88px;
  position: relative;
}
.sep-news .b-boxs {
  width: 100%;
  margin-top: 40px;
  align-items: center;
}
.sep-news .b-boxs .b-lists {
  width: 50%;
}
.sep-news .b-boxs .b-lists:nth-child(1) {
  justify-content: flex-end;
}
.sep-news-thumbs-ul-boxs .p-lists {
  width: 100%;
  overflow: hidden;
  height: 0;
  background: #fafafa;
  position: relative;
}
.sep-news-thumbs-ul-boxs .p-lists.active {
  height: auto;
}
.sep-news-thumbs-ul-boxs .thumbs img {
  position: relative;
  z-index: 12;
}
.sep-news-thumbs-ul-boxs .times {
  position: absolute;
  left: 0;
  top: 0;
  background: #14498d;
  z-index: 20;
  color: #fff;
  padding: 0 14px;
  line-height: 40px;
}
.sep-news-thumbs-ul-boxs .times1 {
  display: none;
}
.sep-news-thumbs-ul-boxs .lis-boxs {
  width: 100%;
  padding: 28px 40px 30px;
  padding-right: 160px;
}
.sep-news-thumbs-ul-boxs .titles-a {
  color: #333;
  line-height: 1.2;
}
.sep-news-thumbs-ul-boxs .titles-a:hover {
  color: #14498d;
  text-decoration: underline;
}
.sep-news-thumbs-ul-boxs .spans {
  margin-top: 16px;
  max-width: 444px;
}
.sep-news-thumbs-ul-boxs .spans.ons {
  height: 64px;
}
.sep-news-thumbs-ul-boxs .mores-boxs {
  position: absolute;
  right: 44px;
  bottom: 30px;
}
.sep-news-thumbs-ul-boxs .mores-boxs .mores {
  line-height: 32px;
  color: #14498d;
}
.sep-news-thumbs-ul-boxs .mores-boxs .mores i.it {
  width: 22px;
}
.sep-news-thumbs-ul-boxs .mores-boxs .mores:hover {
  text-decoration: underline;
}
.sep-news-ul-boxs {
  width: 100%;
  position: relative;
  padding-left: 77px;
}
.sep-news-ul-boxs .p-lists {
  width: 100%;
  padding: 50px 42px 36px;
  position: relative;
  overflow: hidden;
  align-items: center;
  padding-right: 200px;
}
.sep-news-ul-boxs .p-lists:hover .imgs-bgs {
  opacity: 1;
}
.sep-news-ul-boxs .p-lists:hover .titles-a {
  color: #fff;
}
.sep-news-ul-boxs .p-lists:hover .times {
  color: #fff;
}
.sep-news-ul-boxs .p-lists:hover .spans {
  color: #fff;
}
.sep-news-ul-boxs .p-lists.active .imgs-bgs {
  opacity: 1;
}
.sep-news-ul-boxs .p-lists.active .titles-a {
  color: #fff;
}
.sep-news-ul-boxs .p-lists.active .times {
  color: #fff;
}
.sep-news-ul-boxs .p-lists.active .spans {
  color: #fff;
}
.sep-news-ul-boxs .imgs-bgs {
  opacity: 0;
}
.sep-news-ul-boxs .lis-boxs {
  width: 100%;
  position: relative;
  z-index: 12;
  max-width: 530px;
}
.sep-news-ul-boxs .titles-a {
  line-height: 34px;
  color: #333;
}
.sep-news-ul-boxs .titles-a:hover {
  text-decoration: underline;
}
.sep-news-ul-boxs .times {
  color: #5f5f5f;
  line-height: 1.2;
  margin-bottom: 10px;
}
.sep-news-ul-boxs .spans {
  margin-top: 6px;
}
.sep-news-ul-boxs .spans.ons {
  height: 64px;
}
.sep-home-dream-boxs {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}
.sep-home-dream-boxs .sep-container {
  position: relative;
  z-index: 10;
}
.sep-home-dream-boxs .boxs {
  width: 100%;
  align-items: center;
  max-width: 1500px;
}
.sep-home-dream-boxs .boxs .d-lefts {
  width: calc(52% + 25px);
  padding-left: 120px;
}
.sep-home-dream-boxs .boxs .d-lefts .i-lines {
  width: 50px;
  height: 10px;
  background: #fff;
  margin: 28px 0 20px;
}
.sep-home-dream-boxs .boxs .d-rights {
  width: calc(48% - 25px);
}
.sep-home-dream-boxs .sep-home-forms-boxs {
  background: #fff;
  border-radius: 8px;
  padding: 49px 95px 40px 82px;
}
.sep-home-dream-ul-boxs {
  width: 100%;
  margin-top: 70px;
}
.sep-home-dream-ul-boxs .p-lists {
  width: 100%;
  position: relative;
  padding-left: 62px;
  min-height: 44px;
  margin-bottom: 30px;
  line-height: 30px;
  padding-top: 7px;
  color: #fff;
  max-width: 370px;
}
.sep-home-dream-ul-boxs .p-lists:last-child {
  margin-bottom: 0;
}
.sep-home-dream-ul-boxs .p-lists:hover .i-imgs {
  border-color: #14498d;
  background: rgba(255, 255, 255, 0.8);
}
.sep-home-dream-ul-boxs a.p-lists:hover {
  text-decoration: underline;
}
.sep-home-dream-ul-boxs .i-imgs {
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.sep-home-dream-ul-boxs .i-imgs i {
  font-size: 20px;
  color: #14498d;
}
.sep-home-forms-boxs.ons {
  margin-top: 64px;
}
.sep-home-forms-boxs form {
  width: auto;
  min-width: 100%;
  margin: 0 -5px;
}
.sep-home-forms-boxs .form-group {
  width: calc(100% - 10px);
  margin: 0 5px 16px;
  padding: 0;
}
.sep-home-forms-boxs .form-group:last-child {
  margin-bottom: 0;
}
.sep-home-forms-boxs .form-group.red:before {
  content: "*";
  color: #333;
  position: absolute;
  left: 10px;
  top: 10px;
}
.sep-home-forms-boxs .form-group.ons {
  width: calc(50% - 10px);
}
.sep-home-forms-boxs .form-group .form-control {
  border-radius: 0;
  height: 46px;
  border: none;
  border: 1px solid #aaa;
  padding-left: 23px;
  color: #333;
  background: none;
  box-shadow: none !important;
}
.sep-home-forms-boxs .form-group .form-control::-webkit-input-placeholder {
  color: inherit;
}
.sep-home-forms-boxs .form-group .form-control::-moz-input-placeholder {
  color: inherit;
}
.sep-home-forms-boxs .form-group .form-control::-ms-input-placeholder {
  color: inherit;
}
.sep-home-forms-boxs .form-group .form-control::-o-input-placeholder {
  color: inherit;
}
.sep-home-forms-boxs .form-group .form-control::placeholder {
  color: inherit;
}
.sep-home-forms-boxs .form-group textarea.form-control {
  height: 172px;
}
.sep-home-forms-boxs .form-group .btn-primary {
  line-height: 24px;
  padding: 12px 38px;
  background: #14498d;
  border: none;
  color: #fff;
  position: relative;
  border-radius: 0;
  outline: none;
}
.sep-home-forms-boxs .form-group .btn-primary:hover {
  text-decoration: underline;
  opacity: 1;
}
.sep-footer {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #1b1b1b;
}
.sep-footer .footer-lists-boxs {
  display: block;
  position: relative;
  z-index: 6;
}
.sep-footer .footer-lists-boxs .footer-logo-rights {
  width: 100%;
  position: relative;
  padding: 104px 0 54px;
  margin: auto;
  justify-content: space-between;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
  width: 20%;
  float: left;
  position: relative;
  align-content: flex-start;
}
.sep-footer
  .footer-lists-boxs
  .footer-logo-rights
  .ul-boxs:nth-child(1)
  .ul-titles
  .i-lines:before {
  content: "";
  width: 200%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 100%;
  top: 0;
}
.sep-footer
  .footer-lists-boxs
  .footer-logo-rights
  .ul-boxs:last-child
  .ul-titles
  .i-lines:before {
  content: "";
  width: 200%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 100%;
  top: 0;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs:nth-child(2) {
  width: 30%;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs:nth-child(3) {
  width: 30%;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 24px;
  position: relative;
  margin-bottom: 24px;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles:after {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  background: #14498d;
  border-radius: 2px;
  margin-top: 9px;
}
.sep-footer
  .footer-lists-boxs
  .footer-logo-rights
  .ul-boxs
  .ul-titles
  .i-lines {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 1px;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles.ons {
  white-space: nowrap;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs a.ul-titles:hover {
  color: #14498d;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul {
  width: 100%;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 {
  width: 50%;
  max-width: 180px;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons {
  max-width: 490px;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons li {
  width: 50%;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  display: block;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a.ons {
  white-space: nowrap;
}
.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
.sep-footer .footer-lists-boxs .sep-footer-contact-boxs {
  width: 100%;
  margin-top: 16px;
}
.sep-footer .footer-lists-boxs .sep-footer-contact-boxs .p-lists {
  width: 100%;
  position: relative;
  padding-left: 27px;
  margin-bottom: 4px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.sep-footer .footer-lists-boxs .sep-footer-contact-boxs .p-lists:last-child {
  margin-bottom: 0;
}
.sep-footer .footer-lists-boxs .sep-footer-contact-boxs .p-lists .i-imgs {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.sep-footer .footer-lists-boxs .sep-footer-contact-boxs .p-lists .i-imgs i {
  min-width: 16px;
  text-align: center;
  color: #14498d;
}
.sep-footer .footer-lists-boxs .sep-footer-contact-boxs a.p-lists:hover {
  text-decoration: underline;
  color: #fff;
}
.link {
  width: auto;
}
.link .sep-share {
  position: relative;
}
.link .sep-share li {
  width: 32px;
  height: 32px;
  float: left;
  line-height: 32px;
  -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: 20px;
}
.link .sep-share li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 32px;
}
.link .sep-share li i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  vertical-align: middle;
}
.link .sep-share li:hover {
  background: #14498d;
}
.link .sep-share li:hover i {
  color: #fff;
}
.link .sep-share li.lasts {
  border-radius: 0;
}
.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;
  padding: 14px 0;
  background: #000;
}
.footer-footer .sep-container {
  position: relative;
}
.footer-footer a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}
.footer-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-footer div {
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
}
.footer-footer .ds {
  display: inline-block;
}
.footer-footer .link {
  float: right;
}
.footer-footer .lefts {
  width: auto;
  float: left;
}
.footer-footer .lefts a {
  padding-right: 5px;
}
.footer-footer .lefts a:last-child {
  padding-left: 5px;
  padding-right: 0;
}
.footer-footer .rights {
  width: auto;
  float: left;
  margin-left: 48px;
}
.footer-footer .rights a {
  padding-right: 5px;
}
.footer-footer .rights a:last-child {
  padding-left: 8px;
}
.footer-footer .rights a + a {
  padding-left: 8px;
}
.footer-footer .span {
  display: block;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.footer-footer .span:last-child {
  margin-bottom: 0;
}
.footer-footer .span i {
  display: block;
  color: #14498d;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1680px) {
  .sep-header .sep-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1600px;
  }
  .sep-container {
    max-width: 1500px;
  }
  .sep-container50 {
    max-width: 750px;
  }
  .sep-about-ul-boxs .lis-boxs {
    padding: 0;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1460px) {
  .size60 {
    font-size: 48px;
  }
  .size50 {
    font-size: 44px;
  }
  .size30 {
    font-size: 24px;
  }
  .size35 {
    font-size: 24px;
  }
  .sep-container {
    max-width: 1200px;
  }
  .sep-container50 {
    max-width: 600px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li {
    margin: 0 16px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul {
    padding-left: 0;
  }
  .sep-footer .sep-container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .sep-home-dream-boxs .sep-home-forms-boxs {
    padding: 44px;
  }
  .size59 {
    font-size: 50px;
  }
  .size67 {
    font-size: 56px;
  }
  .size72 {
    font-size: 60px;
  }
  .size48 {
    font-size: 44px;
  }
  .sep-pro-ul-boxs .lis-boxs {
    padding: 0 80px;
  }
  .sep-news-ul-boxs .p-lists {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .sep-container {
    max-width: 1100px;
  }
  .sep-container50 {
    max-width: 550px;
  }
  .sep-mainnav > .sep-container > ul > li {
    margin: 0 24px;
  }
  .link .sep-share li + li {
    margin-left: 10px;
  }
  .sep-header .sep-searchs-boxs i {
    margin-left: 0;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li > a {
    font-size: 13px;
  }
  .sep-banner .banner .list .b-covers .mores-boxs {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .sep-location-boxs .location-map-boxs {
    margin-right: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .sep-location-boxs .location-map-boxs {
    margin-right: 180px;
  }
  body {
    overflow: hidden;
  }
  .sep-container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul {
    padding-left: 16px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li {
    margin: 0 10px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li > a {
    text-transform: lowercase;
  }
  .sep-mainnav .sep-container .n-boxs {
    display: none;
  }
  .size59 {
    font-size: 40px;
  }
  .size67 {
    font-size: 44px;
  }
  .size72 {
    font-size: 50px;
  }
  .size48 {
    font-size: 36px;
  }
  .size35 {
    font-size: 20px;
  }
  .sep-pro-ul-boxs .lis-boxs {
    padding: 0 30px;
  }
  .sep-about-ul-boxs .p-lists {
    padding: 60px 30px;
    min-height: 0;
  }
  .sep-news-ul-boxs {
    padding-left: 40px;
  }
  .sep-home-dream-boxs .boxs .d-lefts {
    padding-left: 0;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons li {
    width: 100%;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons1 {
    width: 100%;
    max-width: 100%;
  }
  .footer-footer .rights {
    margin-left: 20px;
  }
  .sep-container50 {
    max-width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .sep-location-boxs .location-map-boxs .p-lists .text {
    font-size: 16px;
  }
  .size15 {
    font-size: 16px;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
    padding-left: 20px;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
    width: 100% !important;
    margin-top: 0;
    padding-right: 0;
    overflow: initial;
  }
  .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-divs.onss
    .ul-titles
    i {
    transform: rotate(180deg);
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.ul-divs .ul {
    display: none;
    padding: 16px 0;
    margin: 0;
    position: relative;
  }
  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-boxs.ul-divs
    .ul:before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
    font-size: 20px;
    line-height: 28px;
    padding: 16px 0;
    position: relative;
    margin-bottom: 0;
    padding-left: 17px;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i {
    display: block !important;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -7px;
    top: 16px;
    text-align: center;
    line-height: 28px;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles:after {
    width: 3px;
    height: 12px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 24px;
  }
  .sep-footer
    .footer-lists-boxs
    .footer-logo-rights
    .ul-boxs
    .ul-titles
    .i-lines {
    width: calc(100% + 40px);
    left: -20px;
  }
  .sep-footer .footer-lists-boxs .link {
    margin-top: 0;
  }
  .size59 {
    font-size: 26px;
  }
  .size67 {
    font-size: 26px;
  }
  .size72 {
    font-size: 32px;
  }
  .size48 {
    font-size: 24px;
  }
  .footer-footer .lefts {
    width: 100%;
    text-align: center;
  }
  .footer-footer .rights {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 12px;
  }
  .footer-footer .link {
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }
  .footer-footer .link ul {
    display: inline-block;
    vertical-align: top;
  }
  .size18 {
    font-size: 16px;
  }
  .sep-header .logo {
    max-width: 100px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li {
    margin: 0 6px;
  }
  .sep-mainnav .sep-container .nav-l-boxs > ul > li:nth-last-child(2) {
    display: none;
  }
  .sep-banner .banner .list .b-covers .mores-boxs {
    margin-top: 20px;
  }
  .sep-banner .banner .list .b-covers .mores-boxs .mores {
    padding: 6px 20px;
  }
  .sep-pro-ul-boxs .thumbs {
    width: 100%;
  }
  .sep-pro-ul-boxs .lis-boxs {
    width: 100%;
    padding: 36px 0 0;
  }
  .sep-special-ul-boxs .p-lists {
    width: calc(50% - 48px);
  }
  .sep-about-ul-boxs .p-boxs {
    justify-content: center;
  }
  .sep-about-ul-boxs .p-lists {
    padding: 0 12px 20px;
    width: 33.333%;
    box-shadow: none;
  }
  .sep-news .b-boxs .b-lists {
    width: 100%;
    padding: 0 60px;
  }
  .home-titles {
    display: none;
  }
  .sep-pro-ul-boxs {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .sep-pro-ul-boxs .p-lists {
    padding: 0 20px;
    margin-bottom: 15px;
    background: #f4f4f4;
    flex-direction: column-reverse !important;
  }
  .sep-pro-ul-boxs .p-lists:last-child {
    margin-bottom: 0;
  }
  .sep-pro-ul-boxs .mores-boxs {
    display: none;
  }
  .sep-pro-ul-boxs .titles-a {
    text-align: center;
  }
  .sep-pro-ul-boxs .titles-a:after {
    margin: 22px auto 0;
  }
  .sep-pro-ul-boxs .ul-boxs {
    max-width: 230px;
    margin: 16px auto 0;
  }
  .sep-pro-ul-boxs .ul-boxs.ons .ul-lists {
    width: 100%;
  }
  .sep-special-boxs {
    background: none;
  }
  .sep-dimensions-about {
    flex-direction: column-reverse;
  }
  .sep-news {
    background: #14498d;
  }
  .sep-news .titles {
    color: #fff;
  }
  .sep-news .titles:after {
    content: "";
    display: block;
    width: 36px;
    height: 6px;
    background: #fff;
    margin: 16px auto 0;
  }
  .sep-news .titles:hover {
    color: #fff;
    text-decoration: underline;
  }
  .sep-news-thumbs-ul-boxs .spans {
    display: none;
  }
  .sep-news-thumbs-ul-boxs .mores-boxs {
    display: none;
  }
  .sep-news-thumbs-ul-boxs .p-lists {
    align-items: center;
    background: none;
    display: none !important;
    height: auto;
  }
  .sep-news-thumbs-ul-boxs .p-lists:nth-child(1) {
    display: flex !important;
  }
  .sep-news-thumbs-ul-boxs .p-lists .thumbs {
    width: calc(50% - 7px);
  }
  .sep-news-thumbs-ul-boxs .p-lists .times {
    display: none;
  }
  .sep-news-thumbs-ul-boxs .p-lists .times1 {
    width: 100%;
    color: #ccc;
    line-height: 1.2;
    display: block;
  }
  .sep-news-thumbs-ul-boxs .p-lists .lis-boxs {
    width: calc(50% + 7px);
    padding: 20px 0 0 20px;
  }
  .sep-news-thumbs-ul-boxs .p-lists .titles-a {
    color: #fff;
  }
  .sep-news-thumbs-ul-boxs .p-lists .titles-a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .sep-news-ul-boxs .imgs-bgs {
    display: none;
  }
  .sep-news-ul-boxs {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 24px;
  }
  .sep-news-ul-boxs .times {
    color: #ccc;
  }
  .sep-news-ul-boxs .titles-a {
    color: #fff;
  }
  .sep-news-ul-boxs .spans {
    display: none;
  }
  .sep-news-ul-boxs .p-lists {
    padding: 22px 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sep-news-ul-boxs .p-lists:nth-child(1) {
    display: none !important;
  }
  .sep-home-dream-boxs .boxs .d-lefts {
    width: 100%;
  }
  .sep-home-dream-boxs .boxs .d-rights {
    width: 100%;
    margin-top: 30px;
  }
  .sep-home-dream-ul-boxs {
    margin-top: 30px;
  }
  .sep-footer {
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .tops-hes {
    display: none;
  }
  .sep-header {
    display: none;
  }
  .sep-banner.banner-one {
    display: none;
  }
  .sep-banner.banner-two {
    display: block;
  }
  .sep-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sep-footer .sep-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sep-news .b-boxs .b-lists {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 667px) {
  .sep-location-boxs .location-map-boxs .p-lists .text {
    min-width: 0;
    padding: 0 6px;
  }
  .sep-location-boxs .location-map-boxs .p-lists:nth-child(1) .text {
    left: auto;
    right: 16px;
  }
  .sep-location-boxs .location-map-boxs {
    margin-right: 30px;
    min-width: 654px;
    float: right;
  }
  .sep-banner .banner .list .b-covers .mores-boxs {
    margin-top: 0;
  }
  .sep-banner .banner .list .b-covers .mores-boxs .mores {
    padding: 0 12px;
    min-width: 0;
    margin-right: 10px;
  }
  .sep-banner .banner .list .b-covers .mores-boxs .mores i {
    display: none !important;
  }
  .sep-banner .banner .list .b-covers .boxs {
    text-align: left;
  }
  .sep-banner .banner .list .b-covers {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 16%;
  }
  .sep-footer .footer-lists-boxs .footer-logo-rights {
    padding: 20px 0 0;
  }
  .sep-home-dream-boxs {
    padding: 40px 0;
  }
  .sep-home-dream-boxs .sep-home-forms-boxs {
    padding: 24px;
  }
  .sep-home-forms-boxs .form-group textarea.form-control {
    height: 90px;
  }
  .sep-pro-boxs {
    padding: 36px 0 0;
  }
  .sep-special-boxs {
    padding: 36px 0;
  }
  .sep-special-ul-boxs .thumbs.ons {
    height: auto;
  }
  .sep-special-ul-boxs .lis-boxs {
    display: none;
  }
  .sep-special-ul-boxs .thumbs-boxs {
    position: relative;
    left: auto;
    bottom: auto;
    opacity: 1;
    padding: 36px 20px 40px 25px;
  }
  .sep-special-ul-boxs .ul-boxs .ul-lists {
    padding-left: 22px;
  }
  .sep-special-ul-boxs .p-lists {
    width: calc(100% - 48px);
    margin-bottom: 15px;
  }
  .sep-special-ul-boxs .p-lists:last-child {
    margin-bottom: 0;
  }
  .sep-about-ul-boxs .i-imgs {
    width: 73px;
    height: 73px;
    margin-bottom: 16px;
  }
  .sep-about-ul-boxs .i-imgs img {
    max-width: 60%;
  }
  .sep-dimensions-ul-boxs .p-lists {
    width: 100%;
  }
  .sep-about-boxs {
    padding: 36px 0 20px;
  }
  .sep-about-boxs .imgs-bgs.hes1 img {
    min-height: 120%;
    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%);
  }
  .sep-about-boxs .titles {
    text-align: center;
  }
  .sep-about-boxs .mores-boxs {
    display: none;
  }
  .sep-about-ul-boxs.ons {
    margin-top: 32px;
  }
  .sep-dimensions-ul-boxs {
    max-width: 340px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .sep-dimensions-ul-boxs.ons {
    margin-top: 54px;
  }
  .sep-dimensions-ul-boxs .titles-a {
    text-align: left;
    padding-left: 60px;
    padding-right: 32px;
    min-height: 75px;
    background: #f5f5f5;
    color: #4c4c4c;
    position: relative;
    justify-content: space-between;
  }
  .sep-dimensions-ul-boxs .titles-a i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 24px;
    top: 18px;
    text-align: center;
    line-height: 40px;
    color: inherit;
    font-size: inherit;
  }
  .sep-dimensions-ul-boxs .titles-a:after {
    content: "";
    display: block;
    width: calc(100% - 92px);
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 60px;
  }
  .sep-dimensions-ul-boxs .lis-boxs {
    display: none;
  }
  .sep-dimensions-ul-boxs .p-lists {
    min-height: 0;
    border-radius: 0;
  }
  .sep-dimensions-ul-boxs .p-lists.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sep-dimensions-ul-boxs .p-lists.active .titles-a {
    background: #14498d;
    color: #fff;
  }
  .sep-dimensions-ul-boxs .p-lists.active .titles-a i {
    transform: rotate(180deg);
  }
  .sep-dimensions-ul-boxs .p-lists.active .titles-a:after {
    display: none;
  }
  .sep-dimensions-ul-boxs .p-lists.activess .lis-boxs {
    display: flex;
  }
  .sep-dimensions-boxs {
    padding: 40px 0;
  }
  .sep-location-boxs {
    padding: 40px 0;
  }
  .sep-location-boxs .location-map-boxs .thumbs {
    justify-content: flex-end;
  }
  .sep-location-boxs .location-map-boxs .thumbs img {
    max-width: 600px;
  }
  .sep-news {
    padding: 40px 0;
  }
}
@media screen and (max-width: 360px) {
  .size59 {
    font-size: 20px;
  }
  .size67 {
    font-size: 20px;
  }
  .sep-banner .banner .list .b-covers .mores-boxs .mores {
    padding: 0 4px;
  }
  .sep-lx-header-mb .box-wrap > ul {
    padding-left: 50px !important;
  }
  .logos {
    max-width: 80px;
  }
}
.sep-lx-header-mb {
  display: block;
}
.sep-lx-header-mb .box-wrap {
  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 > ul {
  position: relative;
  height: 70px;
  background: #14498d;
  padding-right: 20px;
  padding-left: 90px;
  background: url(../img/m-menu.jpg) no-repeat left center #14498d;
}
.sep-lx-header-mb .box-wrap > ul > li {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #14498d;
  background: #fff;
  border-radius: 100%;
  margin-left: 18px;
  margin-top: 15px;
}
.sep-lx-header-mb .box-wrap > ul > li#menu {
  float: left;
}
.sep-lx-header-mb .box-wrap > ul > li#menu i {
  display: block;
  width: 18px;
  height: 2px;
  position: relative;
  background: #14498d;
  margin: 18px auto 0;
}
.sep-lx-header-mb .box-wrap > ul > li#menu i:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 0;
}
.sep-lx-header-mb .box-wrap > ul > li#menu i span {
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -6px;
  background: #14498d;
}
.sep-lx-header-mb .box-wrap > ul > li#menu i span:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 0;
}
.sep-lx-header-mb .box-wrap > ul > li#menu i span.ons1 {
  top: 6px;
}
.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: #14498d;
  width: 157px;
  text-align: center;
  padding: 10px 20px;
  z-index: 100000;
  top: 40px;
  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: #14498d;
  font-size: 16px;
  line-height: normal;
}
.sep-lx-header-mb .box-wrap > ul > li i.cors {
  color: #14498d;
}
.sep-lx-header-mb .box-wrap > ul > li:hover {
  background: #14498d;
}
.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: 64px;
  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: #14498d;
  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: #14498d;
  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: 108px;
  display: inline-block;
  line-height: 60px;
  padding: 5px 0;
}
.logos img {
  max-width: 100%;
  max-height: 54px;
  display: inline;
}
.sep-menu-box {
  width: 100%;
  position: absolute;
  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 .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;
}
.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: #14498d;
}
.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: #14498d;
  border-right-color: #14498d;
}
.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: 18px;
}
.sep-menu-box .bottom .menu-item > li .box i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 100%;
  background: #14498d;
  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: 14px;
}
.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: #14498d;
  color: #fff;
  display: table;
  margin: 0 auto 20px;
  margin-top: 0;
  padding: 4px 40px;
  font-size: 22px;
  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: #14498d;
  border: 1px solid #14498d;
}
.mb-bottom-wrap .sep-share li:hover a i {
  color: #fff;
}
.mb-bottom-wrap .sep-share li a i {
  color: #fff;
  font-size: 14px;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  .sep-banner-pc {
    display: none;
  }
  .sep-banner-mb {
    display: block;
  }
}
