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

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

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

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

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.mb0 {
  margin-bottom: 0 !important
}

.mp0 {
  margin-top: 0 !important
}

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

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

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

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

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

.overflow {
  overflow: hidden
}

.block {
  display: block
}

.width100 {
  width: 100%
}

.height100 {
  height: 100%
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

.hide {
  display: none !important
}

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

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

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

.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 .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
  width: 18px;
  color: green
}

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

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

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

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

  10% {
    -webkit-transform: scale(.8, 1.1)
  }

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

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

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

@keyframes bounce {
  5% {
    transform: scale(1.1, .8)
  }

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

.ls0 {
  letter-spacing: 0
}

.ls5 {
  letter-spacing: .08px
}

.ls20 {
  letter-spacing: .32px
}

.ls25 {
  letter-spacing: .4px
}

.ls30 {
  letter-spacing: .48px
}

.ls50 {
  letter-spacing: .8px
}

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

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

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

.i-video:hover {
  background: #2e6bbb
}

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

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

.pointer {
  cursor: pointer
}

i {
  display: inline-block
}

img {
  height: auto
}

.ls0 {
  letter-spacing: 0
}

.ls5 {
  letter-spacing: .08px
}

.ls10 {
  letter-spacing: .16px
}

.ls25 {
  letter-spacing: .4px
}

.ls30 {
  letter-spacing: .48px
}

.ls50 {
  letter-spacing: .8px;
  letter-spacing: .48px
}

.ls60 {
  letter-spacing: .96px;
  letter-spacing: .48px
}

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

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

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

.italic {
  font-style: italic
}

.nowrap {
  white-space: nowrap
}

.object-fit {
  object-fit: cover
}

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

.richtext.cor666 {
  color: #666
}

.richtext.cor333 {
  color: #333
}

.richtext.cor000 {
  color: #000
}

.richtext.cor80 {
  color: #808080
}

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

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

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

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

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

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

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

.richtext.cors {
  color: #fff
}

.richtext.cors1 {
  color: #2e6bbb
}

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

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

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

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

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

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

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

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

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

.richtext.lh1 {
  line-height: 1
}

.richtext.lh15 {
  line-height: 1.5
}

.richtext.lh2 {
  line-height: 2
}

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

.richtext h2 {
  display: block;
  width: 100%;
  font-size: 28px;
  color: #333;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px
}

.richtext a {
  color: #2e6bbb !important;
  text-decoration: underline
}

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

.richtext strong {
  font-weight: bold
}

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

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

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

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

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

.richtext ul li strong {
  color: #2e6bbb
}

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

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

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

.richtext table {
  width: 100% !important
}

.richtext table tr {
  background: none
}

.richtext table tr td {
  border: none;
  border-right: 1px solid #dce1e6;
  padding: 17px 20px;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  background: none
}

.richtext table tr td:last-child {
  border-right: none
}

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

.richtext table tr:nth-child(odd) {
  background: #f5faff
}

.richtext table tr:nth-child(even) {
  background: #fff
}

.richtext table tr:nth-child(1) {
  background: #2e6bbb
}

.richtext table tr:nth-child(1) td {
  font-size: 20px;
  color: #fff
}

.richtext table tr.ons1 {
  background: none
}

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

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

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

.richtext .over-tabs-rights::-webkit-scrollbar-thumb {
  background-color: #2e6bbb
}

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

.tc-right {
  text-align: right
}

.lr-boxs1 {
  width: 124px;
  height: 52px;
  position: absolute;
  right: 0;
  top: -112px
}

.lr-boxs1 .lr-lists {
  width: 52px;
  height: 52px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border-radius: 100%
}

.lr-boxs1 .lr-lists i {
  display: block;
  width: 22px;
  height: 2px;
  background: #808080;
  position: relative
}

.lr-boxs1 .lr-lists i:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: inherit;
  position: absolute;
  top: 0
}

.lr-boxs1 .lr-lists.lr-lefts {
  left: 0
}

.lr-boxs1 .lr-lists.lr-lefts i:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 0 0
}

.lr-boxs1 .lr-lists.lr-rights {
  right: 0
}

.lr-boxs1 .lr-lists.lr-rights i:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 8px 0
}

.lr-boxs1 .lr-lists:hover {
  background: #2e6bbb
}

.lr-boxs1 .lr-lists:hover i {
  background: #fff
}

.lr-boxs1.ons1 .lr-lists {
  border: 1px solid #2e6bbb;
  color: #2e6bbb;
  background: none
}

.lr-boxs1.ons1 .lr-lists i {
  background: #2e6bbb
}

.lr-boxs1.ons1 .lr-lists:hover {
  background: #2e6bbb
}

.lr-boxs1.ons1 .lr-lists:hover i {
  background: #fff
}

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

.mores.ons1 {
  padding: 4px 28px;
  border-radius: 20px;
  color: #fff;
  background: #2e6bbb;
  line-height: 30px;
  border: 1px solid #2e6bbb
}

.mores.ons1 i {
  margin-left: 8px;
  color: inherit;
  line-height: inherit;
  vertical-align: top
}

.mores.ons1:hover {
  background: none;
  color: #2e6bbb
}

.mores.ons1.active {
  background: none;
  color: #2e6bbb
}

.mores.ons1.active:hover {
  background: #2e6bbb;
  color: #fff
}

.mores.ons1.ons2 {
  padding: 9px 35px;
  border-radius: 25px
}

.mores.ons1.ons3 {
  padding: 4px 22px
}

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: #2e6bbb
}

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";
  font-weight: normal
}

.semibold {
  font-weight: 600
}

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

.medium {
  font-weight: 600
}

.black {
  font-weight: bold
}

.inner-body {
  overflow-x: hidden
}

.filter {
  filter: brightness(.5)
}

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

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

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

.lf {
  float: left
}

.rt {
  float: right
}

.opacity0 {
  opacity: 0
}

dt {
  font-weight: normal
}

.upps {
  text-transform: uppercase
}

.ellipsis {
  text-overflow: ellipsis
}

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

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

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

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

.sep-container.max1420 {
  max-width: 1420px
}

.sep-container.max1660 {
  max-width: 1660px
}

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

.bbcenter {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.relative {
  position: relative
}

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

.cens {
  text-align: center
}

.ris {
  text-align: right
}

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

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

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

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

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

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

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

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

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

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

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

.thumbs img {
  max-width: 100%
}

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

a.titles-a:hover {
  color: #2e6bbb
}

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

.block {
  display: block
}

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

.no-over-hides {
  overflow: initial
}

.pres {
  position: relative
}

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

.help-block {
  display: none !important
}

.img-rot:hover .img-rot-lists {
  -webkit-animation: myfirst .5s;
  -moz-animation: myfirst .5s;
  -ms-animation: myfirst .5s;
  -o-animation: myfirst .5s;
  animation: myfirst .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 .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .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.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.li-tops-hovers {
  position: relative
}

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

.text_center {
  text-align: center
}

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

body {
  width: 100%
}

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

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

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

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

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

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

li {
  list-style: none
}

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

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

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

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

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

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

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

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

.wrap {
  flex-wrap: wrap
}

.no-wrap {
  flex-wrap: nowrap
}

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

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

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

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

.animate-hover:hover .h-animate1 {
  -webkit-animation: fadeInLeft 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInLeft 2s 0s cubic-bezier(.4, .01, .165, .99)
}

.animate-hover.active .h-animate1 {
  -webkit-animation: fadeInLeft 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInLeft 2s 0s cubic-bezier(.4, .01, .165, .99)
}

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

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

.animate-hover:hover .h-animate2 {
  -webkit-animation: fadeInRight 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInRight 2s 0s cubic-bezier(.4, .01, .165, .99)
}

.animate-hover.active .h-animate2 {
  -webkit-animation: fadeInRight 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInRight 2s 0s cubic-bezier(.4, .01, .165, .99)
}

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

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

.animate-hover:hover .h-animate3 {
  -webkit-animation: fadeInUp 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInUp 2s 0s cubic-bezier(.4, .01, .165, .99)
}

.animate-hover.active .h-animate3 {
  -webkit-animation: fadeInUp 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInUp 2s 0s cubic-bezier(.4, .01, .165, .99)
}

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

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

.animate-hover:hover .h-animate4 {
  -webkit-animation: fadeInDown 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInDown 2s 0s cubic-bezier(.4, .01, .165, .99)
}

.animate-hover.active .h-animate4 {
  -webkit-animation: fadeInDown 2s 0s cubic-bezier(.4, .01, .165, .99);
  animation: fadeInDown 2s 0s cubic-bezier(.4, .01, .165, .99)
}

.pt0 {
  padding-top: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.mt0 {
  margin-top: 0 !important
}

.ml0 {
  margin-left: 0 !important
}

.ml10 {
  margin-left: 10px
}

.ml20 {
  margin-left: 20px
}

.ml30 {
  margin-left: 30px
}

.ml40 {
  margin-left: 40px
}

.ml50 {
  margin-left: 50px
}

.mt5 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt35 {
  margin-top: 35px
}

.mt40 {
  margin-top: 40px
}

.mt45 {
  margin-top: 45px
}

.mt50 {
  margin-top: 50px
}

.mt55 {
  margin-top: 55px
}

.mt60 {
  margin-top: 60px
}

.mt65 {
  margin-top: 65px
}

.mt70 {
  margin-top: 70px
}

.mt75 {
  margin-top: 75px
}

.mt80 {
  margin-top: 80px
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 100px
}

.mt110 {
  margin-top: 110px
}

.mt120 {
  margin-top: 120px
}

.mt130 {
  margin-top: 130px
}

.mt150 {
  margin-top: 150px
}

.mt160 {
  margin-top: 160px
}

.mt180 {
  margin-top: 180px
}

.mt290 {
  margin-top: 290px
}

.mt330 {
  margin-top: 330px
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.pt0 {
  padding-top: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pt20 {
  padding-top: 20px
}

.pt25 {
  padding-top: 25px
}

.pt30 {
  padding-top: 30px
}

.pt35 {
  padding-top: 35px
}

.pt36 {
  padding-top: 36px
}

.pt40 {
  padding-top: 40px
}

.pt50 {
  padding-top: 50px
}

.pt60 {
  padding-top: 60px
}

.pt65 {
  padding-top: 65px
}

.pt70 {
  padding-top: 70px
}

.pt80 {
  padding-top: 80px
}

.pt90 {
  padding-top: 90px
}

.pt100 {
  padding-top: 100px
}

.pt110 {
  padding-top: 110px
}

.pt120 {
  padding-top: 120px
}

.pt130 {
  padding-top: 130px
}

.pt140 {
  padding-top: 140px
}

.pt150 {
  padding-top: 150px
}

.pt160 {
  padding-top: 160px
}

.pt200 {
  padding-top: 200px
}

.pt230 {
  padding-top: 230px
}

.pb310 {
  padding-bottom: 310px
}

.pb20 {
  padding-bottom: 20px
}

.pb25 {
  padding-bottom: 25px
}

.pb30 {
  padding-bottom: 30px
}

.pb35 {
  padding-bottom: 35px
}

.pb40 {
  padding-bottom: 40px
}

.pb45 {
  padding-bottom: 45px
}

.pb50 {
  padding-bottom: 50px
}

.pb55 {
  padding-bottom: 55px
}

.pb60 {
  padding-bottom: 60px
}

.pb65 {
  padding-bottom: 65px
}

.pb70 {
  padding-bottom: 70px
}

.pb75 {
  padding-bottom: 75px
}

.pb80 {
  padding-bottom: 80px
}

.pb90 {
  padding-bottom: 90px
}

.pb100 {
  padding-bottom: 100px
}

.pb110 {
  padding-bottom: 110px
}

.pb120 {
  padding-bottom: 120px
}

.pb130 {
  padding-bottom: 130px
}

.pb140 {
  padding-bottom: 140px
}

.pb150 {
  padding-bottom: 150px
}

.pb180 {
  padding-bottom: 180px
}

.pb200 {
  padding-bottom: 200px
}

.fz12 {
  font-size: 12px
}

.fz13 {
  font-size: 13px
}

.fz14 {
  font-size: 14px
}

.fz15 {
  font-size: 15px
}

.fz17 {
  font-size: 17px
}

.fz18 {
  font-size: 18px
}

.fz20 {
  font-size: 20px
}

.fz22 {
  font-size: 22px
}

.fz24 {
  font-size: 24px
}

.fz25 {
  font-size: 25px
}

.fz26 {
  font-size: 26px
}

.fz28 {
  font-size: 28px
}

.fz30 {
  font-size: 30px
}

.fz32 {
  font-size: 32px
}

.fz34 {
  font-size: 34px
}

.fz35 {
  font-size: 35px
}

.fz36 {
  font-size: 36px
}

.fz38 {
  font-size: 38px
}

.fz40 {
  font-size: 35px
}

.fz42 {
  font-size: 35px
}

.fz44 {
  font-size: 44px
}

.fz46 {
  font-size: 46px
}

.fz48 {
  font-size: 48px
}

.fz50 {
  font-size: 50px
}

.fz52 {
  font-size: 52px
}

.fz54 {
  font-size: 54px
}

.fz55 {
  font-size: 55px
}

.fz56 {
  font-size: 56px
}

.fz60 {
  font-size: 60px
}

.fz62 {
  font-size: 62px
}

.fz64 {
  font-size: 64px
}

.fz66 {
  font-size: 66px
}

.fz67 {
  font-size: 67px
}

.fz70 {
  font-size: 70px
}

.fz72 {
  font-size: 72px
}

.fz76 {
  font-size: 76px
}

.fz80 {
  font-size: 80px
}

.fz88 {
  font-size: 88px
}

.fz90 {
  font-size: 90px
}

.fz100 {
  font-size: 100px
}

.fz106 {
  font-size: 106px
}

.fz120 {
  font-size: 120px
}

.fz160 {
  font-size: 160px
}

.fz200 {
  font-size: 200px
}

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

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

.offside {
  width: 50px
}

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

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

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

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

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

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

.offside .back_top {
  display: none
}

.offside li {
  background: #2e6bbb
}

.offside li:last-child {
  background: #b1b1b1
}

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

.offside .erweima img {
  width: 100%
}

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

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

.offside li:not(.li_3):hover {
  background: #2e6bbb
}

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

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

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

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

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

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

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

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

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

  .offside li.onss {
    display: none
  }

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

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

  .offside li:hover {
    background: #2e6bbb !important
  }

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

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

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

  .offside .tel.onss {
    display: none
  }

  .offside .tel p {
    display: none
  }

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

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

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

.sep-header {
  width: 100%;
  height: 91px;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

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

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

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

.sep-header .logo-rights {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.sep-header .h-tops {
  width: 100%;
  height: 40px;
  background: #39b6fd
}

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

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

.sep-header.bgs {
  background: rgba(0, 0, 0, 0.6)
}

.sep-header.onss {
  background: rgba(0, 0, 0, 0.6)
}

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

.sep-header.in-bgs {
  background: #fff
}

.sep-header.in-bgs .sep-container>ul>li>a {
  color: #333
}

.sep-header.in-bgs .sep-container>ul>li.active>a,
.sep-header.in-bgs .sep-container>ul>li:hover>a {
  color: #2e6bbb
}

.sep-header.in-bgs .sep-searchs-boxs i {
  color: #333
}

.sep-header.in-bgs .sep-searchs-boxs:hover {
  color: #2e6bbb
}

.sep-header.in-bgs .globals>a,
.sep-header.in-bgs .globals .span {
  color: #333
}

.sep-header.in-bgs .globals>a:hover {
  color: #2e6bbb
}

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

.sep-header .texts-rights .text .p-lists {
  display: block;
  line-height: 1.32;
  position: relative;
  text-align: right
}

.sep-header .texts-rights .text .p-lists.shadow {
  text-shadow: 0 3px 4px rgba(39, 20, 0, 0.35)
}

.sep-header .texts-rights .text .p-lists.active,
.sep-header .texts-rights .text .p-lists span {
  display: block;
  background: -webkit-linear-gradient(left, #2e6bbb, #2e6bbb);
  background: -moz-linear-gradient(left, #2e6bbb, #2e6bbb);
  background: -ms-linear-gradient(left, #2e6bbb, #2e6bbb);
  background: -o-linear-gradient(left, #2e6bbb, #2e6bbb);
  background: linear-gradient(left, #2e6bbb, #2e6bbb);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent
}

.sep-header .texts-rights .text .p-lists.active:before,
.sep-header .texts-rights .text .p-lists span:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  text-shadow: 0 3px 4px rgba(39, 20, 0, 0.35)
}

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

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

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

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

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

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

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

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

.sep-header .globals>a:hover {
  color: #2e6bbb
}

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

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

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

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

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

.sep-header .globals ul li:hover a {
  color: #2e6bbb
}

.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: #2e6bbb
}

.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 .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  border-bottom: 1px solid #fff
}

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

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

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

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

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

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

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

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

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

.sep-header .top-emalls-titles .spans a:hover {
  text-decoration: underline
}

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

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

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

.sep-header .top-emalls-titles a.spans:hover {
  color: #2e6bbb
}

.sep-header .top-emalls-titles a.spans:hover i {
  background: #2e6bbb;
  color: #fff
}

.sep-header .top-emalls-titles a.spans:hover span {
  color: #2e6bbb
}

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

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

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

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

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

.sep-header .sep-searchs-boxs:hover i {
  color: #2e6bbb
}

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

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

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

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

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

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

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

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

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

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

.sep-header .sep-top-form .search-form .i-boxs:hover {
  background: #2e6bbb
}

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

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

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

.sep-mainnav .sep-container>ul.ons1>li {
  margin: 0 13px
}

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

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

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

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

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

.sep-mainnav .sep-container>ul>li.active>a {
  color: rgba(255, 255, 255, 0.8)
}

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

.sep-mainnav .sep-container>ul>li:hover>a {
  color: rgba(255, 255, 255, 0.8)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sep-mainnav .sep-container>ul li .pro-boxs .p-lists {
  display: block;
  width: 100%;
  white-space: nowrap;
  line-height: 30px;
  padding: 8px 20px;
  color: #333;
  border-bottom: 1px solid #ddd
}

.sep-mainnav .sep-container>ul li .pro-boxs .p-lists:last-child {
  border-bottom: none
}

.sep-mainnav .sep-container>ul li .pro-boxs .p-lists:hover {
  background: #2e6bbb;
  color: #fff;
  border-color: #2e6bbb
}

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

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

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

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

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

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

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

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

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

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

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

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

.sep-banner .b-covers .boxs.max850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto
}

.sep-banner .b-covers .boxs.max1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

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

.sep-banner .b-covers .b-titles.cors1 {
  color: #2e6bbb
}

.sep-banner .b-covers a.b-titles:hover {
  color: #2e6bbb
}

.sep-banner .b-covers .b-spans {
  width: 100%;
  color: #333;
  line-height: 30px;
  max-width: 570px
}

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

.sep-banner .lr-boxs {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30
}

.sep-banner .lr-boxs .lr-lists {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  top: auto;
  margin-top: initial;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center
}

.sep-banner .lr-boxs .lr-lists i {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: relative
}

.sep-banner .lr-boxs .lr-lists i:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: inherit;
  position: absolute;
  top: 0
}

.sep-banner .lr-boxs .lr-lists.lr-lefts i:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 0 0
}

.sep-banner .lr-boxs .lr-lists.lr-rights i:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 8px 0
}

.sep-banner .lr-boxs .lr-lists:hover i {
  background: #2e6bbb
}

.sep-banner .swiper-pagination {
  width: auto;
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.sep-banner .swiper-pagination span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  line-height: 1;
  margin: 0 10px;
  background: none;
  position: relative;
  opacity: .3;
  background: #fff
}

.sep-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2e6bbb;
  opacity: 1
}

.sep-banner .swiper-pagination span.swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 1px solid transparent;
  animation: drawBorder 2s forwards
}

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

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

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

@keyframes drawBorder {
  0% {
    border-color: transparent
  }

  25% {
    border-bottom-color: #fff
  }

  50% {
    border-left-color: #fff
  }

  75% {
    border-top-color: #fff
  }

  100% {
    border-right-color: #fff
  }
}

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

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

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

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

.titles span {
  display: block
}

.titles.cors {
  color: #fff
}

.titles.cors1 {
  color: #2e6bbb
}

.titles.cors2 {
  color: #2e6bbb
}

.titles.max690 {
  max-width: 690px
}

.titles.max530 {
  max-width: 530px
}

.titles.max800 {
  max-width: 800px
}

a.titles:hover {
  color: #2e6bbb
}

a.titles:hover.cors {
  color: #fff;
  text-decoration: underline
}

a.titles:hover.cors1 {
  color: #2e6bbb
}

a.titles:hover.cors2 {
  color: #2e6bbb
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.imgs-bgs.c-bgs {
  background: #2e6bbb
}

.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-width {
  width: 100%
}

.sep-width.bgs {
  background: #f7f7f7
}

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

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

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

.sep-home-news-list .swiper-container {
  width: 100%;
  overflow: initial
}

.sep-home-news-list .p-lists {
  width: 33.3333%;
  padding: 0 80px;
  position: relative
}

.sep-home-news-list .p-lists::before {
  content: '';
  display: block;
  width: 1px;
  height: 200%;
  background: #e6e6e6;
  position: absolute;
  top: -70%;
  left: 0
}

.sep-home-news-list .p-lists:last-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 200%;
  background: #e6e6e6;
  position: absolute;
  top: -70%;
  right: 0
}

.sep-home-news-list .t-boxs {
  width: 100%;
  position: relative;
  padding-bottom: 75px
}

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

.sep-home-news-list .lis-boxs {
  width: calc(65% + 8px);
  padding-left: 30px;
  align-content: space-between
}

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

.sep-home-news-list .titles-a:hover {
  color: #2e6bbb
}

.sep-home-news-list .times {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #2e6bbb
}

.sep-home-news-list .mores-boxs {
  position: absolute;
  left: 0;
  bottom: 0
}

.sep-home-news-list .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
  right: auto
}

.sep-home-news-list .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #e6e6e6;
  margin: 0 6px;
  opacity: 1
}

.sep-home-news-list .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2e6bbb
}

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

.sep-home-pro-list .p-lists {
  width: 100%;
  align-items: center;
  background: #f7f7f7
}

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

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

.sep-home-pro-list .lis-boxs {
  width: 50%;
  padding: 40px 90px
}

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

.sep-home-pro-list .titles-a:hover {
  color: #2e6bbb
}

.sep-home-pro-list .p-boxs {
  margin-left: -16px;
  margin-right: -16px
}

.sep-home-pro-list .p-boxs .p-lists {
  width: calc(33.3333% - 32px);
  margin: 0 16px 30px;
  background: none;
  padding-bottom: 75px;
  position: relative
}

.sep-home-pro-list .p-boxs .thumbs {
  width: 100%
}

.sep-home-pro-list .p-boxs .lis-boxs {
  width: 100%;
  padding: 0
}

.sep-home-pro-list .p-boxs .mores-boxs {
  position: absolute;
  left: 0;
  bottom: 0
}

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

.sep-home-app-list .p-lists {
  width: calc(25% - 30px);
  margin-right: 30px
}

.sep-home-app-list .p-lists.ons1 {
  width: calc(33.3333% - 30px)
}

.sep-home-app-list .swiper-scrollbar {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  position: relative;
  left: auto;
  bottom: auto;
  background: #e0e0e0
}

.sep-home-app-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2e6bbb
}

.sep-home-about-boxs {
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.sep-home-about-boxs .thumbs {
  width: calc(42.5% - 1px)
}

.sep-home-about-boxs .lis-boxs {
  width: calc(50% + 30px)
}

.sep-home-about-boxs .i-video1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.sep-home-about-boxs .i-video1 i {
  display: block;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-right-width: 0;
  border-left-width: 34px;
  border-left-color: #2e6bbb;
  margin-left: 4px;
  border-radius: 4px
}

.sep-home-about-boxs .i-video1:hover {
  background: #2e6bbb
}

.sep-home-about-boxs .i-video1:hover i {
  border-left-color: #fff
}

.sep-home-about-boxs .mores-boxs .mores {
  padding: 7px 35px;
  border-radius: 23px
}

.sep-home-company-list {
  width: 100%;
  background: #2e6bbb
}

.sep-home-company-list .p-boxs {
  justify-content: space-between
}

.sep-home-company-list .p-lists {
  width: 25%;
  text-align: center;
  padding: 0 60px;
  position: relative
}

.sep-home-company-list .p-lists:hover .i-imgs {
  background: #2e6bbb
}

.sep-home-company-list .nums {
  width: 100%;
  height: 70px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.sep-home-company-list .nums img {
  max-width: 100%
}

.sep-home-company-list .titles-a {
  color: #fff;
  line-height: 28px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto
}

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

.sep-home-events-list .p-lists {
  width: calc(33.33333% - 30px);
  margin-right: 30px;
  position: relative;
  padding-bottom: 75px
}

.sep-home-events-list .times {
  display: flex;
  align-items: center;
  color: #808080;
  line-height: 1
}

.sep-home-events-list .times .i-imgs {
  margin-right: 8px
}

.sep-home-events-list .mores-boxs {
  position: absolute;
  left: 0;
  bottom: 0
}

.sep-home-events-list .lr-boxs1 {
  top: -108px
}

.sep-home-what-list {
  width: 100%
}

.sep-home-what-list .p-lists {
  width: calc(50% - 15px);
  margin-right: 30px;
  background: #fff;
  border-top: 4px solid transparent;
  padding: 55px 80px 102px 55px;
  position: relative
}

.sep-home-what-list .swiper-slide-active {
  border-color: #2e6bbb
}

.sep-home-what-list .i-imgs {
  position: absolute;
  right: 50px;
  bottom: 33px
}

.sep-home-what-list .i-imgs img {
  max-width: 100%
}

.sep-home-what-list .thumbs {
  width: 140px;
  height: 140px;
  border-radius: 100%
}

.sep-home-what-list .lis-boxs {
  width: calc(100% - 140px);
  padding-left: 35px;
  padding-top: 6px
}

.sep-home-what-list .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  left: auto;
  bottom: auto
}

.sep-home-what-list .swiper-pagination span {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #9b9b9b;
  background: none;
  opacity: 1;
  margin: 0 10px
}

.sep-home-what-list .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2e6bbb;
  border-color: #2e6bbb
}

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

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

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

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

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

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

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

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

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.last {
  max-width: 245px
}

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

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

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs a.ul-titles:hover {
  color: #2e6bbb
}

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

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

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li>a i {
  color: inherit;
  margin-left: 5px;
  line-height: inherit;
  vertical-align: top
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li:hover>a {
  color: #2e6bbb
}

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

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs .p-lists .span {
  display: block;
  line-height: 32px;
  color: #333
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs .p-lists:last-child {
  margin-bottom: 0
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs .p-lists i {
  width: 16px;
  text-align: center;
  line-height: 24px;
  color: #2e6bbb;
  position: absolute;
  left: 0;
  top: 0
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs a.p-lists:hover {
  color: #2e6bbb
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs a.p-lists:hover i {
  color: #2e6bbb
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs .imgs {
  background: #fff;
  width: 70px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .p-boxs .imgs img {
  width: 100%
}

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

.sep-footer .link .sep-share li {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #e6e6e6
}

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

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

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

.sep-footer .link .sep-share li:hover {
  background: #2e6bbb;
  border-color: #2e6bbb
}

.sep-footer .link .sep-share li:hover a {
  color: #fff
}

.link {
  width: auto
}

.link .sep-share {
  position: relative
}

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

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

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

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

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

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

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

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

.footer-footer {
  width: 100%;
  position: relative;
  z-index: 6;
  background: #2e6bbb;
  padding-top: 30px;
  padding-bottom: 30px
}

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

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

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

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

.footer-footer .link {
  width: auto
}

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

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

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

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

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

.footer-footer .rights {
  width: auto;
  justify-content: flex-end;
  margin-left: 30px
}

.footer-footer .rights a {
  padding-right: 10px
}

.footer-footer .rights a:last-child {
  padding-right: 0
}

.footer-footer .rights a+a {
  padding-left: 10px
}

.footer-footer .ml35 {
  margin-left: auto
}

.sep-home-fixed {
  width: 75px;
  text-align: center;
  position: fixed;
  top: 20%;
  right: 50px;
  z-index: 1000000000
}

.sep-home-fixed .p-lists {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 70px
}

.sep-home-fixed .p-lists:last-child {
  margin-bottom: 0
}

.sep-home-fixed .i-imgs {
  width: 100%
}

.sep-home-fixed .titles-a {
  color: #fff;
  line-height: 1;
  margin-top: 22px
}

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

.sep-in-news-list .news-lefts {
  width: calc(65% + 12px);
  justify-content: space-between
}

.sep-in-news-list .news-lefts.ons1 {
  width: 100%
}

.sep-in-news-list .news-lefts.ons1 .p-lists {
  width: calc(33.33333% - 21px)
}

.sep-in-news-list .news-lefts .p-lists {
  width: calc(50% - 21px);
  position: relative;
  padding-bottom: 52px
}

.sep-in-news-list .news-lefts .thumbs.ons {
  height: 280px;
  align-items: initial
}

.sep-in-news-list .news-lefts .thumbs.ons img {
  object-fit: cover
}

.sep-in-news-list .news-lefts .times-boxs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px
}

.sep-in-news-list .news-lefts .times {
  display: flex;
  align-items: center;
  color: #2e6bbb;
  line-height: 1
}

.sep-in-news-list .news-lefts .times .i-imgs {
  margin-right: 10px
}

.sep-in-news-list .news-lefts .titles-a {
  line-height: 20px
}

.sep-in-news-list .news-lefts .mores {
  color: #0f243e;
  line-height: 30px
}

.sep-in-news-list .news-lefts .mores i {
  margin-left: 5px;
  color: inherit
}

.sep-in-news-list .news-lefts .mores:hover {
  color: #2e6bbb
}

.sep-in-news-list .news-rights {
  width: calc(35% - 52px)
}

.sep-in-down-list {
  width: 100%
}

.sep-in-down-list .p-lists {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: space-between
}

.sep-in-down-list .titles-a {
  width: auto;
  display: flex;
  align-items: center;
  color: #0f243e
}

.sep-in-down-list .titles-a .i-imgs {
  width: 30px;
  min-width: 30px;
  margin-right: 20px
}

.sep-in-down-list .titles-a:hover {
  color: #2e6bbb
}

.sep-in-down-list .i-d {
  display: block;
  min-width: 28px
}

.sep-in-down-list .i-d:hover {
  opacity: .8
}

@media screen and (min-width:1921px) {
  .sep-container {
    max-width: 80%
  }

  .sep-container.max1660 {
    max-width: 80%
  }
}

@media screen and (max-width:1680px) {
  .sep-container.max1660 {
    max-width: 1366px
  }

  .sep-container.max1420 {
    max-width: 1366px
  }

  .sep-header .sep-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }

  .sep-home-news-list .p-lists {
    padding: 0 40px
  }
}

@media screen and (max-width:1460px) {
  .fz50 {
    font-size: 44px
  }

  .fz36 {
    font-size: 32px
  }

  .fz40 {
    font-size: 36px
  }

  .fz24 {
    font-size: 20px
  }

  .fz28 {
    font-size: 24px
  }

  .fz30 {
    font-size: 26px
  }

  .sep-container {
    max-width: 1200px
  }

  .sep-container.max1660 {
    max-width: 1200px
  }

  .sep-container.max1420 {
    max-width: 1200px
  }

  .sep-container50 {
    max-width: 600px
  }

  .sep-mainnav .sep-container>ul>li {
    margin: 0 16px
  }

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

  .sep-home-news-list .richtext {
    height: 52px;
    overflow: hidden
  }

  .sep-mainnav .sep-container>ul>li.home {
    display: none !important
  }

  .sep-home-company-list .p-lists {
    padding: 0 20px
  }

  .sep-home-what-list .p-lists {
    padding: 40px 40px 80px
  }

  .sep-home-what-list .lis-boxs {
    padding-left: 20px
  }

  .fz17 {
    font-size: 16px
  }

  .fz54 {
    font-size: 44px
  }

  .fz42 {
    font-size: 36px
  }
}

@media screen and (max-width:1366px) {
  .sep-container {
    max-width: 1100px
  }

  .sep-container.max1200 {
    max-width: 1100px
  }

  .sep-container.max1660 {
    max-width: 1100px
  }

  .sep-container.max1420 {
    max-width: 1100px
  }

  .sep-container50 {
    max-width: 550px
  }

  .sep-header .sep-container {
    max-width: 100%
  }

  .fz18 {
    font-size: 16px
  }
}

@media screen and (max-width:1280px) {
  .fz50 {
    font-size: 40px
  }

  .fz36 {
    font-size: 28px
  }

  .fz40 {
    font-size: 30px
  }

  .fz28 {
    font-size: 22px
  }

  .fz30 {
    font-size: 24px
  }

  .fz54 {
    font-size: 40px
  }

  .fz42 {
    font-size: 32px
  }

  .sep-home-company-list .p-lists {
    padding: 0 25px
  }
}

@media screen and (max-width:1200px) {
  body {
    overflow: hidden
  }

  .sep-container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px
  }

  .sep-header .sep-container {
    padding-left: 20px;
    padding-right: 20px
  }

  .sep-header .globals {
    margin-left: 15px
  }

  .sep-header .sep-searchs-boxs {
    margin-left: 10px
  }

  .sep-header .logo {
    max-width: 120px
  }

  .sep-mainnav .sep-container>ul>li {
    margin: 0 7px
  }

  .sep-mainnav .sep-container>ul>li>a {
    font-size: 16px
  }

  .sep-home-news-list .richtext {
    display: none
  }

  .footer-footer .lefts {
    width: 100%;
    justify-content: center;
    text-align: center
  }

  .footer-footer .rights {
    width: 100%;
    justify-content: center
  }

  .footer-footer .link {
    width: auto;
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
  }

  .sep-home-pro-list .lis-boxs {
    padding: 40px
  }

  .sep-home-company-list .nums {
    font-size: 60px;
    height: 60px
  }

  .sep-home-company-list .nums img {
    max-height: 100%
  }

  .sep-home-events-list .richtext {
    display: none
  }
}

@media screen and (max-width:821px) {
  .ls5 {
    letter-spacing: 0
  }

  .ls25 {
    letter-spacing: 0
  }

  .ls30 {
    letter-spacing: 0
  }

  .ls50 {
    letter-spacing: 0
  }

  .ls60 {
    letter-spacing: 0
  }

  .ls75 {
    letter-spacing: 0
  }

  .fz35 {
    font-size: 24px
  }

  * {
    letter-spacing: 0
  }

  .sep-footer .footer-lists-boxs {
    padding-top: 20px
  }

  .footer-footer .ml35 {
    margin-left: 0
  }

  .footer-footer span {
    display: block;
    width: 100%;
    text-align: center
  }

  .sep-footer .footer-lists-boxs {
    padding-bottom: 40px
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-lists+.ul-lists {
    margin-top: 0
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
    width: 100% !important;
    margin-top: 0;
    padding-right: 0;
    overflow: initial;
    margin-bottom: 0
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.m-hide {
    display: none
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.pc-hide {
    display: block;
    margin-top: 40px
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul {
    margin-top: 16px
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
    padding-left: 20px;
    position: relative
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
    font-size: 20px;
    line-height: 30px;
    padding: 13px 0;
    position: relative;
    margin-bottom: 0
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #4d4d4d;
    position: absolute;
    right: -9px;
    top: 13px
  }

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

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs.onss .ul-titles i {
    transform: rotate(180deg)
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul {
    display: none;
    padding: 16px 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a {
    position: relative
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a.fz18 {
    font-size: 18px
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a.lh28 {
    line-height: 20px
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a.lh28:before {
    top: 10px
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul li a i {
    display: block;
    line-height: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 0
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-divs .ul-titles {
    border-bottom: 1px solid #e0e0e0
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.last {
    max-width: 100%
  }

  .fz54 {
    font-size: 28px
  }

  .fz42 {
    font-size: 26px
  }

  .fz40 {
    font-size: 24px
  }

  .fz30 {
    font-size: 22px
  }

  .fz20 {
    font-size: 18px
  }

  .lr-boxs1 {
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
  }

  .sep-home-news-list .swiper-container {
    overflow: hidden
  }

  .sep-home-news-list .p-lists {
    width: 100%;
    padding: 0
  }

  .sep-home-news-list .p-lists:before {
    display: none !important
  }

  .sep-home-news-list .p-lists:after {
    display: none !important
  }

  .sep-home-about-boxs .thumbs {
    width: 100%
  }

  .sep-home-about-boxs .lis-boxs {
    width: 100%;
    padding: 40px 0 0
  }

  .sep-home-company-list .p-lists {
    width: 50%;
    padding-bottom: 50px
  }

  .sep-home-app-list .p-lists {
    width: calc(50% - 30px)
  }

  .sep-home-events-list .p-lists {
    width: calc(50% - 30px)
  }

  .footer-footer {
    background: none;
    padding-top: 0 !important
  }

  .footer-footer a {
    color: #666
  }

  .footer-footer a:hover {
    color: #2e6bbb
  }

  .footer-footer .lefts {
    justify-content: left;
    text-align: left;
    color: #666
  }

  .footer-footer .rights {
    margin-left: 0;
    justify-content: left;
    text-align: left;
    color: #666
  }

  .footer-footer span {
    text-align: left;
    color: #666
  }
}

@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 {
    padding-left: 20px;
    padding-right: 20px
  }

  .sep-banner .b-covers {
    margin-top: 30px
  }

  .sep-home-what-list .thumbs {
    margin-left: auto;
    margin-right: auto
  }

  .sep-home-what-list .lis-boxs {
    width: 100%;
    padding: 30px 0 0
  }

  .sep-home-what-list .p-lists {
    padding: 40px 30px 90px;
    display: block
  }

  .sep-home-what-list .p-lists .titles-a {
    text-align: center
  }

  .sep-home-what-list .i-imgs {
    right: 30px;
    bottom: 30px
  }
}

@media screen and (max-width:667px) {
  .sep-home-events-list .p-lists {
    width: 100%;
    padding-bottom: 70px
  }

  .pt70 {
    padding-top: 50px
  }

  .pb35 {
    padding-bottom: 50px
  }

  .pt120 {
    padding-top: 50px
  }

  .pt80 {
    padding-top: 50px
  }

  .pb80 {
    padding-bottom: 50px
  }

  .pb110 {
    padding-bottom: 50px
  }

  .pt130 {
    padding-top: 60px
  }

  .pt140 {
    padding-top: 60px
  }

  .pb120 {
    padding-bottom: 50px
  }

  .pt100 {
    padding-top: 50px
  }

  .mt60 {
    margin-top: 30px
  }

  .pt65 {
    padding-top: 40px
  }

  .pb75 {
    padding-bottom: 40px
  }

  .pb65 {
    padding-bottom: 10px
  }

  .pb60 {
    padding-bottom: 40px
  }

  .mt35 {
    margin-top: 25px
  }

  .mt50 {
    margin-top: 30px
  }

  .pb100 {
    padding-bottom: 50px
  }

  .mt55 {
    margin-top: 25px
  }

  .mt45 {
    margin-top: 25px
  }

  .pt110 {
    padding-top: 50px
  }

  .pt70 {
    padding-top: 50px
  }

  .pb70 {
    padding-bottom: 50px
  }

  .pt90 {
    padding-top: 50px
  }

  .pb90 {
    padding-bottom: 50px
  }

  .mt40 {
    margin-top: 30px
  }

  .mt70 {
    margin-top: 30px
  }

  .mt65 {
    margin-top: 35px
  }

  .mt75 {
    margin-top: 50px
  }

  .sep-home-company-list .p-lists {
    width: 100%
  }

  .sep-home-company-list .p-lists:last-child {
    padding-bottom: 0
  }

  .sep-home-news-list .mt30 {
    margin-top: 20px
  }

  .sep-home-news-list .t-boxs {
    padding-bottom: 70px
  }

  .sep-home-pro-list .thumbs {
    width: 100%
  }

  .sep-home-pro-list .lis-boxs {
    width: 100%;
    padding: 40px 20px 50px
  }

  .sep-home-pro-list .p-boxs .p-lists {
    padding-bottom: 70px;
    width: calc(100% - 32px);
    margin-bottom: 50px
  }

  .sep-home-pro-list .p-boxs .p-lists:last-child {
    margin-bottom: 0
  }

  .sep-home-app-list .swiper-scrollbar {
    display: none
  }

  .sep-home-app-list .p-lists {
    width: 100%
  }
}

.sep-home-pro-ru-list {
  width: 100%
}

.sep-home-pro-ru-list .p-lists {
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.sep-home-pro-ru-list .thumbs {
  width: 50%
}

.sep-home-pro-ru-list .lis-boxs {
  width: 50%;
  padding-left: 100px
}

.sep-home-pro-ru-list .titles-a {
  color: #333
}

.sep-home-pro-ru-list .titles-a:hover {
  color: #2e6bbb
}

.sep-home-pro-ru-list .lr-boxs {
  display: none
}

.sep-home-pro-bottom-ru-list {
  width: 100%
}

.sep-home-pro-bottom-ru-list .p-lists {
  width: calc(20% - 40px);
  margin-right: 40px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column
}

.sep-home-pro-bottom-ru-list .p-lists.active .titles-a {
  color: #2e6bbb
}

.sep-home-pro-bottom-ru-list .titles-a {
  color: #333;
  min-height: 51px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  line-height: 1.32;
  padding-right: 40px;
  flex-grow: 1;
  position: relative
}

.sep-home-pro-bottom-ru-list .titles-a:hover {
  color: #2e6bbb
}

.sep-home-pro-bottom-ru-list .mores {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  background: #2e6bbb;
  color: #fff
}

.sep-home-pro-bottom-ru-list .mores i {
  color: inherit
}

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

.sep-home-app-ru-list .p-lists {
  width: 25%;
  height: 700px
}

.sep-home-app-ru-list .p-lists .thumbs {
  align-items: initial
}

.sep-home-app-ru-list .p-lists .thumbs img {
  object-fit: cover
}

.sep-home-app-ru-list .p-lists:nth-child(3n+1) {
  width: 50%
}

.sep-home-app-ru-list .lis-boxs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  padding: 70px 60px 40px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%)
}

.sep-home-app-ru-list .nums {
  width: 100%;
  line-height: .8;
  font-size: 72px;
  color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 65%, transparent 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.sep-home-app-ru-list .titles-a {
  color: #fff;
  margin-top: -36px
}

.sep-home-app-ru-list .titles-a:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  margin-top: 6px
}

.sep-home-app-ru-list .titles-a:hover {
  color: #2e6bbb
}

.sep-home-app-ru-list .titles-a:hover:after {
  background: #2e6bbb
}

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

.sep-home-app-thumbs-list .p-lists {
  width: calc(20% - 40px);
  margin-right: 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

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

.sep-home-app-thumbs-list .lr-scrollbar-boxs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sep-home-app-thumbs-list .lr-boxs {
  position: relative;
  right: auto;
  top: auto;
  min-width: 124px
}

.sep-home-app-thumbs-list .swiper-scrollbar {
  max-width: 100%;
  margin-left: 60px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: relative;
  left: auto;
  bottom: auto;
  background: #e0e0e0
}

.sep-home-app-thumbs-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2e6bbb
}

.sep-home-app-thumbs-list .swiper-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #2e6bbb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px
}

.sep-home-about-ru-boxs {
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.sep-home-about-ru-boxs .thumbs {
  width: 50%
}

.sep-home-about-ru-boxs .lis-boxs {
  width: 50%;
  padding-right: 80px
}

.sep-home-about-ru-boxs .i-video1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.sep-home-about-ru-boxs .i-video1 i {
  display: block;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-right-width: 0;
  border-left-width: 34px;
  border-left-color: #2e6bbb;
  margin-left: 4px;
  border-radius: 4px
}

.sep-home-about-ru-boxs .i-video1:hover {
  background: #2e6bbb
}

.sep-home-about-ru-boxs .i-video1:hover i {
  border-left-color: #fff
}

.sep-home-company-ru-list {
  width: 100%
}

.sep-home-company-ru-list .p-boxs {
  justify-content: space-between
}

.sep-home-company-ru-list .p-lists {
  width: 25%;
  text-align: center;
  padding: 0 60px;
  position: relative
}

.sep-home-company-ru-list .p-lists:after {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background: #e6e6e6;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -40px
}

.sep-home-company-ru-list .p-lists:last-child:after {
  display: none
}

.sep-home-company-ru-list .nums {
  width: 100%;
  height: 70px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e6bbb
}

.sep-home-company-ru-list .nums img {
  max-width: 100%
}

.sep-home-company-ru-list .titles-a {
  color: #333;
  line-height: 28px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto
}

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

.sep-home-events-ru-list .p-boxs {
  margin: 0 -20px
}

.sep-home-events-ru-list .p-lists {
  width: calc(33.33333% - 40px);
  margin: 0 20px 30px;
  position: relative;
  padding-bottom: 65px
}

.sep-home-events-ru-list .times {
  display: table;
  color: #fff;
  line-height: 20px;
  background: #2e6bbb;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 30;
  padding: 10px
}

.sep-home-events-ru-list .times .i-imgs {
  margin-right: 8px;
  vertical-align: top;
  line-height: inherit;
  display: inline-block
}

.sep-home-events-ru-list .mores-boxs {
  position: absolute;
  left: 0;
  bottom: 0
}

@media screen and (max-width:1680px) {
  .sep-header .sep-container {
    max-width: 100%
  }
}

@media screen and (max-width:1366px) {
  .sep-home-company-ru-list .p-lists {
    padding: 0 20px
  }

  .footer-footer .ml35 {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center
  }

  .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
    width: 24%
  }

  .sep-home-pro-ru-list .lis-boxs {
    padding-left: 60px
  }
}

@media screen and (max-width:1200px) {
  .sep-mainnav .sep-container>ul.ons1>li {
    margin: 0 5px
  }

  .sep-home-app-ru-list .p-lists {
    width: 50%
  }

  .sep-home-events-ru-list .richtext {
    display: none
  }
}

@media screen and (max-width:821px) {
  .sep-header .sep-searchs-boxs {
    display: none
  }

  .sep-home-pro-ru-list .thumbs {
    width: 100%
  }

  .sep-home-pro-ru-list .lis-boxs {
    width: 100%;
    padding: 30px 0 0
  }

  .sep-home-app-ru-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 50px
  }

  .fz48 {
    font-size: 24px
  }

  .sep-home-about-ru-boxs .lis-boxs {
    width: 100%;
    padding: 0 0 25px
  }

  .sep-home-about-ru-boxs .thumbs {
    width: 100%
  }

  .sep-home-company-ru-list .p-lists {
    width: 50%
  }

  .fz70 {
    font-size: 40px
  }

  .sep-home-company-ru-list .nums img {
    max-width: 60px
  }

  .sep-home-events-ru-list .p-lists {
    width: calc(50% - 40px)
  }
}

@media screen and (max-width:667px) {
  .sep-home-app-ru-list .p-lists {
    width: 100%;
    height: auto
  }

  .sep-home-app-ru-list .p-lists:nth-child(3n+1) {
    width: 100%
  }

  .sep-home-pro-bottom-ru-list {
    display: none
  }

  .sep-home-pro-ru-list .lr-boxs {
    display: block
  }

  .sep-home-pro-ru-list .p-lists {
    display: block
  }

  .sep-home-app-ru-list .lis-boxs {
    padding: 30px 20px 20px
  }

  .sep-home-app-thumbs-list .swiper-scrollbar {
    display: none
  }

  .sep-home-app-thumbs-list .lr-scrollbar-boxs {
    margin-top: 0
  }

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

  .sep-home-company-ru-list .p-lists:last-child {
    margin-bottom: 0
  }

  .sep-home-company-ru-list .p-lists:after {
    display: none
  }

  .sep-home-company-ru-list .nums {
    height: 50px
  }

  .sep-home-events-ru-list .p-lists {
    width: calc(100% - 40px)
  }

  .sep-home-events-ru-list .p-lists:last-child {
    margin-bottom: 0
  }
}

.sep-lx-header-mb {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.sep-lx-header-mb.bgs {
  background: rgba(0, 0, 0, 0.5)
}

.sep-lx-header-mb.bgs1 {
  background: rgba(0, 0, 0, 0.5)
}

.sep-lx-header-mb .box-wrap {
  width: 100%;
  padding: 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;
  top: 1px
}

.sep-lx-header-mb .box-wrap>ul>li {
  float: left;
  margin-top: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-left: 12px;
  border-radius: 100%;
  border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li.cor1a {
  color: #1a1a1a
}

.sep-lx-header-mb .box-wrap>ul>li>a {
  display: block;
  width: 100%;
  line-height: inherit;
  text-align: center
}

.sep-lx-header-mb .box-wrap>ul>li:nth-child(1) {
  margin-left: 0
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
  border: none
}

.sep-lx-header-mb .box-wrap>ul>li#menu i {
  display: block;
  width: 24px;
  height: 2px;
  position: relative;
  background: #fff;
  margin: 16px auto 0
}

.sep-lx-header-mb .box-wrap>ul>li#menu i:after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 2px;
  top: 0
}

.sep-lx-header-mb .box-wrap>ul>li#menu i span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -8px;
  background: #fff
}

.sep-lx-header-mb .box-wrap>ul>li#menu i span:after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 2px;
  top: 0
}

.sep-lx-header-mb .box-wrap>ul>li#menu i span.ons1 {
  top: 8px
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
  border: none;
  float: none;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
  position: absolute;
  background: #2e6bbb;
  width: 157px;
  text-align: center;
  padding: 10px 20px;
  z-index: 100000;
  top: 66px;
  left: -67px;
  display: none;
  border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 32px
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
  color: #fff;
  font-size: 16px
}

.sep-lx-header-mb .box-wrap>ul>li i {
  color: #fff;
  font-size: 16px;
  line-height: normal
}

.sep-lx-header-mb .box-wrap>ul>li i.cors {
  color: #2e6bbb
}

.sep-shadow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: none
}

i.i-searchs {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #000;
  position: relative
}

i.i-searchs:after {
  content: '';
  display: block;
  width: 3px;
  height: 8px;
  background: #000;
  position: absolute;
  left: 100%;
  top: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

i.i-closes {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

i.i-closes:before {
  content: '';
  display: block;
  width: 17px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 11px
}

i.i-closes:after {
  content: '';
  display: block;
  width: 3px;
  height: 17px;
  background: #000;
  position: absolute;
  left: 11px;
  top: 4px
}

i.i-closes.ons {
  position: absolute;
  right: 31px;
  top: 24px;
  cursor: pointer
}

i.i-globals {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #000;
  position: relative
}

i.i-globals:after {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 0
}

i.i-globals:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #000
}

i.i-menus {
  display: inline-block;
  width: 18px;
  height: 2px;
  position: relative;
  background: #000
}

i.i-menus:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: -5px
}

i.i-menus:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px
}

.sep-search-box {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 70px;
  z-index: 10000000;
  padding: 44px 31px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  display: none
}

.sep-search-box .fa-times {
  color: #000;
  font-size: 20px;
  position: absolute;
  right: 31px;
  top: 24px;
  cursor: pointer
}

.sep-search-box .hd {
  color: #282828;
  font-size: 18px;
  font-family: 'LATO-BOLD'
}

.sep-search-box form {
  margin-top: 10px;
  margin-bottom: 25px
}

.sep-search-box form .form-control {
  height: 47px;
  border-radius: 0
}

.sep-search-box form .btn {
  background: #2e6bbb;
  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: #2e6bbb;
  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: 160px;
  display: inline-block;
  line-height: 60px;
  padding: 5px 0
}

.logos img {
  max-width: 100%;
  max-height: 60px;
  display: inline
}

.sep-menu-box {
  width: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10000000;
  max-width: 400px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%)
}

.sep-menu-box.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.sep-menu-box .logos {
  line-height: 1;
  padding: 0
}

.sep-menu-box .top {
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
  position: relative;
  z-index: 10000
}

.sep-menu-box .top i {
  color: #000;
  font-size: 22px;
  position: relative;
  top: 3px;
  cursor: pointer
}

.sep-menu-box .bottom {
  visibility: visible;
  max-height: calc(100vh - 90px);
  overflow-y: auto
}

.sep-menu-box .bottom.no {
  visibility: hidden
}

.sep-menu-box .bottom .menu-item {
  margin-bottom: 20px
}

.sep-menu-box .bottom .menu-item>li {
  border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item>li:last-child {
  border-bottom: none
}

.sep-menu-box .bottom .menu-item>li.active {
  background: #2e6bbb
}

.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: #2e6bbb;
  border-right-color: #2e6bbb
}

.sep-menu-box .bottom .menu-item>li .box {
  position: relative;
  padding: 22px 30px;
  border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
  color: #282828;
  font-size: 20px
}

.sep-menu-box .bottom .menu-item>li .box i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  border-radius: 100%;
  background: #2e6bbb;
  color: #282828;
  position: absolute;
  right: 30px;
  top: 26px;
  cursor: pointer;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item>li .box i:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sep-menu-box .bottom .menu-item>li>ul {
  padding: 5px 0;
  display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
  padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
  color: #fff;
  font-size: 18px
}

.sep-menu-box .bottom .menu-item>li>ul>li>.ul-boxs {
  padding: 5px 0;
  display: block
}

.sep-menu-box .bottom .menu-item>li>ul>li>.ul-boxs>.p-lists {
  padding: 4px 0
}

.sep-menu-box .bottom .menu-item>li>ul>li>.ul-boxs>.p-lists a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-left: 10px;
  line-height: 25px
}

.sep-menu-box .bottom .menu-item>li>ul>li>.ul-boxs>.p-lists a::before {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 12px
}

.sep-menu-box .bottom-toggle {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 64px;
  background: #fff;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .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: #2e6bbb;
  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: #2e6bbb;
  border: 1px solid #2e6bbb
}

.mb-bottom-wrap .sep-share li:hover a i {
  color: #fff
}

.mb-bottom-wrap .sep-share li a i {
  color: #fff;
  font-size: 14px
}

.mp-hes {
  width: 100%;
  height: 70px;
  display: none;
  background: rgba(0, 0, 0, 0.5)
}

@media screen and (min-width:769px) {
  .sep-banner-mb {
    display: none
  }

  .sep-search-box,
  .sep-shadow,
  .sep-lx-header-mb,
  .sep-menu-box {
    display: none !important
  }

  .mp-hes {
    display: none
  }
}

@media screen and (max-width:768px) {
  .sep-banner-pc {
    display: none
  }

  .sep-banner-mb {
    display: block
  }

  .mp-hes {
    display: block
  }
}