@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')
}
.sep-inner-body .sep-section-normal.section1 .tab{
  justify-content: space-around;
}

.sep-inner-body .sep-section-normal.section1 .tab .list{
  padding-top:20px;
  padding-bottom:20px;
}
.sep-inner-body .sep-section-normal.section1 .tab .list.active{
  color: #02529b;
}
.sep-inner-body .page-list .sidebar{
    align-self: start;
      position: sticky;
      top: 120px;
}
@media screen and (max-width: 1700px){
 
}

/* .sep-breadcrumb .breadcrumb:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f015";
  width: 16px;
  height: 14px;
  width: 23px;
  height: 20px;
  color: #000;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0
} */

.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
}

.color-icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden
}

.round {
  display: inline-block;
  border-radius: 50%
}

.link-color:hover {
  color: #02529b
}

.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-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-bold {
  font-family: 'HelveticaNeueLTPro-Bd'
}

.text-uppercase {
  text-transform: uppercase
}

.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-item {
  flex: 1
}

.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
}

.flex-col {
  flex-direction: column
}

.flex-reverse {
  flex-direction: row-reverse
}

.text-hover:hover {
  color: #02529b !important
}

.overflow {
  overflow: hidden
}

.block {
  display: block
}

.vh-100 {
  height: 100vh;
  min-height: 100vh
}

.width100 {
  width: 100%
}

.height100 {
  height: 100%
}

.text-capitalize {
  text-transform: capitalize
}

.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)
}

.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-wrap:hover .mask {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

.sep-scale-wrap:hover .scale-hover-hide {
  opacity: 0
}

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

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

.slip-effect {
  position: relative;
  display: block
}

.slip-effect:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgba(0,0,0,.5)', endColorStr='rgba(0,0,0,0)', gradientType='1');
  background: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  -ms-transition-duration: .8s;
  transition-duration: .8s
}

.slip-effect:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible
}

.btn-hover {
  height: 44px;
  background: #02529b;
  font-size: 16px;
  color: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.btn-hover i {
  margin-left: 5px;
  font-size: 14px
}

.btn-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #fff
}

.btn-hover:hover {
  color: #02529b
}

.btn-hover:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

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

.color-website {
  color: #02529b !important
}

.opacity:hover {
  opacity: .8
}

.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
}

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

.margin-auto {
  display: table;
  margin: 0 auto
}

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

.offside {
  width: 50px
}

.offside li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #b1b1b1;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  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: #333;
  position: absolute;
  z-index: 11;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer
}

.offside p {
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 10px;
  color: #fff;
  opacity: 0;
  overflow: hidden
}

.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:not(.li_3) div {
  left: 0
}

.offside .li_3 a,.offside .li_3 div {
  width: 50px
}

.offside li.email {
  overflow: visible
}

.offside li:hover .email-box {
  display: block !important
}

.offside li:hover a {
  color: #333
}

.offside li .email-box {
  position: absolute;
  background: #d5d5d5;
  right: 100%;
  top: 0;
  left: auto !important;
  padding: 10px 5px;
  border-right: 2px solid #fff;
  height: 99px;
  display: none
}

.offside li .email-box a {
  display: block;
  font-size: 14px;
  color: #fff !important;
  position: static;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 10px
}

.offside li .email-box a:hover {
  color: #02529b !important
}

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

.offside li:nth-child(odd) .icon {
  color: #02529b
}

.offside li:nth-child(even) {
  background: #02529b
}

.offside li:nth-child(even) .icon {
  color: #fff
}

.offside li:nth-child(4) {
  overflow: visible
}

.offside li:nth-child(4):hover img {
  display: block
}

.offside li:nth-child(7) {
  display: none
}

.offside li:nth-child(10) {
  height: 20px
}

.offside li:nth-child(10) .icon {
  line-height: 20px;
  display: none
}

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

.offside li.tel:hover .icon {
  color: #02529b
}

.offside li:hover a {
  color: #02529b
}

.offside .tel.email:hover a {
  color: #fff
}

.offside .tel.email:hover a .icon {
  color: #fff
}

.offside .tel.email:hover a p {
  color: #fff
}

.offside li.tel:hover p {
  color: #02529b
}

.offside .tel.email:hover p {
  color: #fff
}

.offside li:hover p {
  opacity: 1
}

.offside li:not(.li_3):hover {
  background: #02529b
}

.offside .tel {
  width: 200px;
  transform: translateX(-150px);
  -webkit-transform: translateX(-150px)
}

.offside .tel.email {
  width: 279px;
  transform: translateX(-229px);
  -webkit-transform: translateX(-229px)
}

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

.offside .li {
  transform: translateX(100%);
  -webkit-transform: translateX(100%)
}

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

.multi-language .website-link {
  margin-right: 20px;
  position: relative;
  padding: 5px 0;
  top: 1px;
  font-size: 14px
}

.multi-language .box {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 16px
}

.multi-language .box i {
  font-size: 14px;
  position: relative;
  top: 1px
}

.multi-language .box a {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px
}

.multi-language .box ul {
  position: absolute;
  display: none;
  top: 24px;
  right: 0;
  width: 120px;
  background: #f3f3f3;
  z-index: 10200;
  box-shadow: 0 0 3px #666
}

.multi-language .box ul li {
  padding: 13px 17px;
  background: url(../img/multi-language.png) no-repeat bottom left 10px
}

.multi-language .box ul li a {
  display: block;
  text-transform: uppercase
}

.multi-language .box ul li a img {
  margin-right: 16px
}

.multi-language .box ul li:hover {
  background: #e8e8e8
}

.multi-language .box ul li:hover a {
  color: #02529b
}

.multi-language .box .fa {
  top: 1px;
  transition: All .2s ease-in-out;
  -webkit-transition: All .2s ease-in-out;
  -moz-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out
}

.multi-language .box:hover>i,.multi-language .box:hover>a {
  color: #02529b
}

.multi-language .box:hover .fa-angle-down {
  top: 1px;
  left: 4px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg)
}

.multi-language .box:hover ul {
  display: block
}

.sep-share li {
  float: left
}

.sep-share li:last-child {
  padding-right: 0
}

.sep-share li a {
  font-size: 16px;
  position: relative
}

.sep-share li a .qr {
  position: absolute;
  left: 100%;
  bottom: 100%;
  display: none
}

.sep-share li a:hover .qr {
  display: block
}

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

.sep-share li a i {
  color: #c7c7c7;
  font-size: 12px
}

input[type=text]::-ms-clear {
  display: none
}

input::-webkit-search-cancel-button {
  display: none
}



.mobile {
  display: none
}

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

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


.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999900000;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0,0,0,0.9);
  -webkit-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
  -moz-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
  -o-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
  transition: all 800ms cubic-bezier(.86, 0, .07, 1);
  -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  -moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  -o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../img/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0;
  content: "";
  pointer-events: none
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #02529b;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  border: none;
  border-bottom: 3px solid #fff
}

.search-popup .form-group {
  position: relative;
  margin: 0;
  overflow: hidden
}

.search-popup .form-group input[type="text"],.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  outline: none;
  border: none
}

.search-popup .form-group input[type="submit"],.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: none;
  border: none
}

.search-popup .form-group input[type="submit"]:hover,.search-popup .form-group button:hover {
  color: #000
}

.search-popup .form-group input::placeholder,.search-popup .form-group textarea::placeholder {
  color: #000
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #fff;
  width: auto;
  height: auto;
  top: 25px !important;
  margin: 0;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}

.search-popup .close-search.style-two span {
  font-size: 20px;
  color: #fff
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.sidenav-bar-visible .search-popup {
  width: 80%
}

.search-active .search-popup {
  transform: translateY(0);
  margin-top: 0
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms
}




.more-common {
  height: 44px;
  border: 2px solid #089140;
  border-radius: 22px;
  padding: 0 26px;
  color: #333;
  font-size: 18px
}

.more-common:hover {
  background: #02529b;
  color: #fff
}

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

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

.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;
  box-sizing: border-box
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  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-size: 13px;
  font-weight: normal;
  border-radius: 3px;
  background: #fbfbfb;
  outline: none
}

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

.btn-primary {
  color: #fff !important;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary:hover {
  opacity: .7
}

.hide {
  display: none !important
}

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

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

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

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


.pagination>li {
  display: inline
}

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

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

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

.form-group.has-success:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 22px;
  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
}

.sep-inner-body .sep-contact .form-box .form-group.has-success:after {
  bottom: 20px
}

.sep-resource-list .sep-datalist {
  list-style: none;
  padding: 0;
  margin: 0
}

.sep-resource-list .sep-datalist li {
  width: 100%
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
  border-bottom: dotted 1px #ddd;
  position: relative;
  min-height: 150px;
  padding: 15px 10px 50px 150px;
  line-height: 1em;
  margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
  padding-left: 10px;
  min-height: auto;
  padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
  display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
  max-width: 100%;
  border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
  color: #02529b
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary {
  display: block;
  color: #666;
  line-height: 1.5em;
  word-break: normal;
  font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published {
  display: block;
  color: #999;
  font-size: 16px;
  margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f073";
  margin-right: 5px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read {
  position: absolute;
  bottom: 10px;
  right: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 8px 15px;
  color: #333;
  font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read:hover {
  border: solid 1px #02529b;
  background: #02529b;
  color: #fff
}

.search-btns {
  margin-bottom: 40px
}

.search-btns a {
  height: 48px;
  min-width: 220px;
  font-size: 18px;
  background: #f0f0f0;
  margin: 0 15px
}

.search-btns a.active {
  background: #02529b;
  color: #fff
}

.pdf-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: none
}

.pdf-item>div {
  width: 100%;
  line-height: 44px;
  border: 1px solid #ddd;
  padding: 0 14px
}

.pdf-item>div:hover {
  border: 1px solid #02529b
}

.pdf-item:nth-child(even) {
  float: none
}

.pdf-item .title:hover {
  color: #02529b
}

.pdf-item .titles-a {
  width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis
}

.pdf-item .titles-a:hover {
  color: #02529b
}

.pdf-item .titles-a i {
  font-size: 20px;
  margin-right: 10px
}

.pdf-item .fa-file-pdf-o {
  margin-right: 10px
}

.pdf-item .down {
  margin-left: auto
}

.pdf-item a {
  color: #323232;
  line-height: 44px
}

.pdf-item .pdf-download {
  margin-right: 10px
}

.pdf-item i {
  color: #02529b;
  font: normal normal normal 14px/1 FontAwesome
}

.sep-pagination {
  text-align: center
}

.sep-pagination .pagination li a,.sep-pagination .pagination li span {
  padding: 3px 10px;
  color: #333
}

.sep-pagination .pagination li a:hover,.sep-pagination .pagination li span:hover {
  color: #02529b
}

.sep-pagination .pagination li.active a,.sep-pagination .pagination li.active span {
  border-color: #024582;
  background: #02529b;
  color: #fff
}

.sep-resource-list-nothumb .sep-datalist {
  list-style: none;
  padding: 0;
  margin: 0
}

.sep-resource-list-nothumb .sep-datalist li {
  border-bottom: dotted 1px #ddd;
  position: relative;
  min-height: 120px;
  padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  display: none;
  border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
  max-width: 100%;
  height: 90px;
  display: none
}

.sep-resource-list-nothumb .sep-datalist li .title {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  height: auto;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
  color: #02529b
}

.sep-resource-list-nothumb .sep-datalist li .summary {
  display: block;
  color: #666;
  line-height: 1.5em;
  word-break: break-all;
  width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f073";
  margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 2px 8px;
  color: #333;
  font-size: 12px;
  display: none
}

.sep-resource-grid .sep-datalist {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  overflow: hidden
}

.sep-resource-grid .sep-datalist li {
  position: relative;
  float: left;
  width: 33.33%;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 18px
}

.sep-resource-grid .sep-datalist li.col-md-6 {
  width: 50%
}

.sep-resource-grid .sep-datalist li .thumb {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
  border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
  max-width: 100%;
  height: auto
}

.sep-resource-grid .sep-datalist li .title {
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 16px;
  color: #323232;
  margin-top: 20px;
  text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
  color: #02529b
}

.sep-resource-grid .sep-datalist li .summary {
  display: none;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
  color: #777
}

.sep-resource-grid .sep-datalist li .published {
  display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
  display: none
}

.sep-breadcrumb {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
  text-align: left
}

.sep-breadcrumb .breadcrumb {
  padding: 20px 0;
  margin: 0;
  border-radius: 0;
  background: transparent
}


.sep-breadcrumb .breadcrumb li {
  display: inline-block
}

.sep-breadcrumb .breadcrumb li a {
  text-decoration: none;
  color: #323232;
  font-size: 16px
}

.sep-breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
  color: #02529b
}

.sep-breadcrumb .breadcrumb li:last-child a {
  color: #02529b
}

.sep-breadcrumb .breadcrumb>li+li:before {
  content: '>';
  color: #323232;
  position: relative;
  top: 0;
  font-size: 16px;
  padding: 0 6px
}

.sep-breadcrumb.bg {
  background: rgba(0,0,0,0.4)
}

.sep-breadcrumb.bg .breadcrumb:before {
  color: #fff
}

.sep-breadcrumb.bg .breadcrumb li a {
  color: #fff
}

.sep-breadcrumb.bg .breadcrumb li+li:before {
  color: #fff
}

.sep-breadcrumb.bg .breadcrumb li:last-child a {
  font-family: 'HelveticaNeueLTPro-Bd'
}

.sep-breadcrumb.relative {
  position: relative
}

.fz24 {
  font-size: 24px
}

.fz26 {
  font-size: 26px
}

.fz30 {
  font-size: 30px
}

.fz32 {
  font-size: 32px
}

.fz36 {
  font-size: 36px
}

.fz40 {
  font-size: 40px
}

.fz44 {
  font-size: 44px
}

.fz50 {
  font-size: 50px
}

.fz60 {
  font-size: 50px
}

.pt0 {
  padding-top: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pt60 {
  padding-top: 60px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.pt80 {
  padding-top: 80px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.mt0 {
  margin-top: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.c666 {
  color: #666
}

.c333 {
  color: #333
}

.cfff {
  color: #fff
}

.color {
  color: #02529b
}

.inner-button {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 25px 25px 0 25px;
  border: 1px solid #02529b;
  background: #fff;
  color: #02529b;
  margin-right: 30px;
  cursor: pointer
}

.inner-button span {
  font-size: 18px
}

.inner-button i {
  font-size: 14px
}

.inner-button:hover {
  background-color: #02529b;
  box-shadow: 0 5px 30px 0 rgba(211,51,44,0.4);
  color: #fff
}

.sep-brightness {
  filter: brightness(.8)
}

.sep-inner-banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sep-inner-banner img {
  width: 100%
}

.sep-inner-banner .title {
  line-height: 1.4em
}

.sep-inner-body .bga {
  background-color: rgba(2,82,155,0.1)
}

.sep-inner-body .bgf5 {
  background-color: #f5f5f5
}

.sep-inner-body .back {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10
}

.sep-inner-body .half-img {
  width: 50%;
  height: 100%;
  position: absolute
}

.sep-inner-body .half-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100
}

.sep-inner-body .half-img .play {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10
}

.sep-inner-body .half-img .play i {
  font-size: 24px;
  color: #02529b;
  z-index: 100
}

.sep-inner-body .half-img .play:hover {
  background-color: #02529b;
  box-shadow: 0 0 50px 0 rgba(228,102,17,0.4)
}

.sep-inner-body .half-img .play:hover i {
  color: #fff
}

.sep-inner-body .half-img.right {
  right: 0;
  padding-left: 50px
}

.sep-inner-body .half-img.left {
  left: 0;
  padding-right: 50px
}

.sep-inner-body .width50 {
  width: 50%
}

.sep-inner-body .width100 {
  width: 100%
}

.sep-inner-body .sep-section-normal {
  padding-top: 20px;
  padding-bottom: 120px
}

.sep-inner-body .sep-section-normal .summary {
  font-size: 16px;
  line-height: 32px
}

.sep-inner-body .sep-section-normal .summary a {
  color: #02529b
}

.sep-inner-body .sep-section-normal .summary a:hover {
  text-decoration: underline
}

.sep-inner-body .sep-section-normal .sep-title {
  display: block;
  font-size: 44px;
  font-family: 'HelveticaNeueLTPro-Bd';
  line-height: 1.1em
}

.sep-inner-body .sep-section-normal a.sep-title:hover {
  color: #02529b !important
}

.sep-inner-body .sep-section-normal .has-item {
  font-family: 'HelveticaNeueLTPro-Bd';
  color: #02529b;
  padding-left: 50px;
  margin-bottom: 20px
}

.sep-inner-body .sep-section-normal .has-item::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #02529b;
  position: absolute;
  top: 8px;
  left: 0
}

.sep-inner-body .sep-section-normal .has-item.cfff {
  color: #fff
}

.sep-inner-body .sep-section-normal .has-item.cfff::before {
  background: #fff
}

.sep-inner-body .sep-section-normal #page2 ul a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 5px;
  padding: 0
}

.sep-inner-body .sep-section-normal #page2 ul a:hover {
  background: #02529b;
  border-color: #02529b;
  color: #fff
}

.sep-inner-body .sep-section-normal #page2 ul li.active a {
  background: #02529b;
  border-color: #02529b;
  color: #fff
}

.sep-inner-body .sep-section-normal #page2 ul li:last-child a {
  margin-right: 0
}








.sep-inner-body .sep-section-normal.section1 .tab {
  height: 70px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

.sep-inner-body .sep-section-normal.section1 .tab .list {
  font-size: 20px;
  color: #666;
  text-align: center;
  cursor: pointer
}

.sep-inner-body .sep-section-normal.section1 .product-content {
  padding-top: 35px
}

.sep-inner-body .sep-section-normal.section1 .product-content .title {
  color: #333
}

.sep-inner-body .sep-section-normal.section1 .product-content .product-list {
  padding: 44px 0 0;
  margin: 0 -8px
}

.sep-inner-body .sep-section-normal.section1 .product-content .product-list .list {
  padding: 0 8px 20px
}

.sep-inner-body .sep-section-normal.section1 .product-content .product-list .info {
  padding: 20px 10px
}

.sep-inner-body .sep-section-normal.section1 .product-content .product-list .info .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #666
}

.sep-inner-body .sep-section-normal.section2::before {
  content: '';
  width: 50%;
  height: 100%;
  background: #02529b;
  position: absolute;
  left: 0;
  top: 0
}

.sep-inner-body .sep-section-normal.section2>.flex {
  z-index: 100
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-right,.sep-inner-body .sep-section-normal.section2>.flex>.flex-left {
  flex: 1
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-left ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: 22px;
  line-height: 1.4em;
  position: relative;
  cursor: pointer
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-left ul li::before {
  content: '';
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 20px;
  transition: All .8s ease;
  -webkit-transition: All .8s ease;
  -moz-transition: All .8s ease;
  -o-transition: All .8s ease
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-left ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: All .8s ease;
  -webkit-transition: All .8s ease;
  -moz-transition: All .8s ease;
  -o-transition: All .8s ease
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-left ul li.active::before {
  background-color: #fff
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-left ul li.active:after {
  background-color: #fff;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-left ul li:hover:after {
  background-color: #fff;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-middle {
  flex: 2
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-middle .thumb {
  width: 600px;
  height: 600px;
  border: 10px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  overflow: hidden;
  display: none
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-middle .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sep-inner-body .sep-section-normal.section2>.flex>.flex-middle .thumb.active {
  display: block
}


.sep-inner-body .sep-section-normal.section3 .sep-container .flex-item:nth-child(1)>div,.sep-inner-body .sep-section-normal.section3 .sep-container .flex-item:nth-child(1)>h2 {
  margin-right: 40px
}

.sep-inner-body .sep-section-normal.section3 .sep-container .flex-item:nth-child(2) {
  flex: 2
}



.sep-inner-body .sep-section-normal .product-item {
  width: 25%;
  margin-bottom: 40px;
  padding-right: 30px;
  cursor: pointer
}

.sep-inner-body .sep-section-normal .product-item .wrap {
  height: 100%
}

.sep-inner-body .sep-section-normal .product-item .thumb {
  background: #fff;
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  height: 0;
}

.sep-inner-body .sep-section-normal .product-item .thumb a{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 90%;
}

.sep-inner-body .sep-section-normal .product-item .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.sep-inner-body .sep-section-normal .product-item .thumb>::-webkit-scrollbar {
  width: 4px;
}

.sep-inner-body .sep-section-normal .product-item .thumb>::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff
}

.sep-inner-body .sep-section-normal .product-item .thumb>::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #333
}

.sep-inner-body .sep-section-normal .product-item .thumb .mask {
  width: 100%;
  height: 100%;
  background: rgba(2,82,155,0.7);
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: scroll
}

.sep-inner-body .sep-section-normal .product-item .thumb .mask li {
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative
}

.sep-inner-body .sep-section-normal .product-item .thumb .mask li a {
  color: #fff;
  line-height: 24px
}

.sep-inner-body .sep-section-normal .product-item .thumb .mask li a:hover {
  color: #fff;
  text-decoration: underline
}

.sep-inner-body .sep-section-normal .product-item .thumb .mask li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px
}

.sep-inner-body .sep-section-normal .product-item .box {
  min-height: 80px;
  padding: 10px;
  background: #fff;
  border-bottom: 3px solid #fff;
  flex: 1
}

.sep-inner-body .sep-section-normal .product-item .box:hover {
  border-bottom: 3px solid #02529b
}

.sep-inner-body .sep-section-normal .product-item .box:hover a {
  color: #02529b
}

.sep-inner-body .sep-section-normal .product-item .box .title {
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 10px
}

.sep-inner-body .sep-section-normal .list1-box.richtext h2 {
  color: #02529b;
  font-size: 44px
}

.sep-inner-body .sep-section-normal .list1-box.richtext em {
  font-style: normal;
  color: #02529b
}

.sep-inner-body .sep-section-normal .list1-box.richtext table tr {
  border-bottom: 1px solid #666
}

.sep-inner-body .sep-section-normal .list1-box.richtext table tr:nth-child(2),.sep-inner-body .sep-section-normal .list1-box.richtext table tr:first-child {
  border-bottom: 2px solid #02529b
}

.sep-inner-body .sep-section-normal .list1-box.richtext table tr td {
  border: none
}

.sep-inner-body .sep-section-normal .list1-box.richtext table tr:nth-child(even) td {
  background: #fff
}

.sep-inner-body .sep-section-normal .pro-history .item {
  justify-content: space-between
}

.sep-inner-body .sep-section-normal .pro-history .item .parent {
  width: 40%;
  padding: 40px 0;
  border-top: 1px solid rgba(0,0,0,0.1)
}

.sep-inner-body .sep-section-normal .pro-history .item .child {
  width: 55%;
  padding: 40px 0;
  border-top: 1px solid #155b9c
}

.sep-inner-body .sep-section-normal .pro-history .item .child .box {
  padding: 20px;
  background: #f3f3f3
}

.sep-inner-body .sep-section-normal .pro-history .item .box1 {
  justify-content: space-between
}

.sep-inner-body .sep-section-normal .pro-history .item .box1 .info {
  font-size: 20px;
  color: #333
}

.sep-inner-body .sep-section-normal .pro-history .item .box .hd {
  color: #333;
  font-size: 20px
}

.sep-inner-body .sep-section-normal .pro-history .item .box a.hd:hover {
  color: #02529b
}

.sep-inner-body .sep-section-normal.detail-section .info {
  padding-right: 80px
}

.sep-inner-body .sep-section-normal.detail-section .info .title {
  font-size: 36px;
  line-height: 50px
}

.sep-inner-body .sep-section-normal.detail-section .info .summary {
  font-size: 30px;
  color: #000;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px
}

.sep-inner-body .sep-section-normal.detail-section .info .content {
  font-size: 16px;
  color: #000;
  line-height: 24px
}


.sep-inner-body .sep-section-normal.detail-wrap .richtext h2,.sep-inner-body .sep-section-normal .detail-title {
  font-size: 32px;
  font-family: 'HelveticaNeueLTPro-Bd';
  color: #02529b;
  line-height: 50px;
  padding-left: 20px;
  position: relative
}

.sep-inner-body .sep-section-normal.detail-wrap .richtext h2::before,.sep-inner-body .sep-section-normal .detail-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 100%;
  margin-top: -25px;
  background: #02529b
}

.sep-inner-body .sep-section-normal.detail-app {
  padding: 100px 0
}

.sep-inner-body .sep-section-normal.detail-app .wrap {
  margin-top: 40px
}

.sep-inner-body .sep-section-normal.detail-app .wrap .thumb {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(2,82,155,0.5);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px
}

.sep-inner-body .sep-section-normal.detail-app .wrap .info {
  font-size: 16px;
  color: #333;
  line-height: 24px
}

.sep-inner-body .sep-section-normal.detail-app .wrap a.info:hover {
  color: #02529b;
  font-weight: bold
}

.sep-inner-body .sep-section-normal.detail-wrap {
  padding: 100px 0;
  background: #f2f2f2
}

.sep-inner-body .sep-section-normal.detail-wrap .richtext ul {
  display: flex;
  flex-wrap: wrap
}

.sep-inner-body .sep-section-normal.detail-wrap .richtext ul li {
  width: 50%;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 20px
}

.sep-inner-body .sep-section-normal.detail-wrap .richtext ul li::before {
  width: 3px;
  height: 3px;
  left: 0
}

.sep-inner-body .sep-section-normal.detail-box .richtext {
  display: none;
  border-bottom: 1px solid #000
}

.sep-inner-body .sep-section-normal.detail-box .richtext table {
  border-top: 1px solid #000;
  table-layout: fixed
}

.sep-inner-body .sep-section-normal.detail-box .richtext table tr {
  background: transparent
}

.sep-inner-body .sep-section-normal.detail-box .richtext table tr td {
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-family: 'HelveticaNeueLTPro-Lt' !important
}

.sep-inner-body .sep-section-normal.detail-box .richtext table tr td * {
  font-family: 'HelveticaNeueLTPro-Lt' !important;
  font-size: 16px;
  line-height: 30px;
  color: #666
}

.sep-inner-body .sep-section-normal.detail-box .richtext table tr td strong {
  color: #02529b;
  font-size: 16px;
  font-weight: normal
}

.sep-inner-body .sep-section-normal.detail-box .richtext table tr td strong * {
  color: #02529b;
  font-size: 16px;
  font-weight: normal
}

.sep-inner-body .sep-section-normal.detail-box .control {
  margin-left: auto;
  width: 40px;
  height: 40px;
  background: rgba(2,82,155,0.1);
  border-radius: 50%;
  cursor: pointer
}

.sep-inner-body .sep-section-normal.detail-box .control::before {
  content: '\e615';
  font-family: 'iconfont';
  color: #02529b;
  font-size: 20px;
  font-weight: 600
}

.sep-inner-body .sep-section-normal.detail-box .control.active::before {
  content: '\e631'
}

.sep-inner-body .sep-section-normal.detail-pdf {
  background: #f2f2f2
}

.sep-inner-body .sep-section-normal.detail-pdf .item {
  width: 50%
}

.sep-inner-body .sep-section-normal.detail-pdf .item:nth-child(odd) {
  padding-right: 20px
}

.sep-inner-body .sep-section-normal.detail-pdf .item:nth-child(even) {
  padding-left: 20px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box {
  background: #fff;
  padding: 30px;
  justify-content: space-between
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .title {
  font-size: 20px;
  color: #02529b;
  line-height: 30px;
  margin-bottom: 10px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .date,.sep-inner-body .sep-section-normal.detail-pdf .item .box .size {
  font-size: 14px;
  color: #666;
  line-height: 30px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .pdf-icon {
  margin-right: 10px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .pdf-icon i {
  font-size: 30px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .date {
  margin-left: 20px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .left-vd {
  margin-bottom: 10px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .vd {
  flex-shrink: 0
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .down,.sep-inner-body .sep-section-normal.detail-pdf .item .box .view {
  width: 120px;
  height: 40px;
  border: 1px solid #999
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .down:hover,.sep-inner-body .sep-section-normal.detail-pdf .item .box .view:hover {
  border: none;
  background: #cc1c35;
  color: #fff
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box .down {
  margin-left: 20px
}

.sep-inner-body .sep-section-normal.detail-pdf .item .box:hover {
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1)
}

.sep-inner-body .sep-section-normal.detail-contact .detail-title {
  color: #fff
}

.sep-inner-body .sep-section-normal.detail-contact .detail-title .subtitle {
  font-size: 20px;
  color: #fff;
  line-height: 50px
}

.sep-inner-body .sep-section-normal.detail-contact .detail-title::before {
  background: #fff;
  margin-top: -50px
}

.sep-inner-body .sep-section-normal.detail-contact .sep-container {
  justify-content: space-between
}

.sep-inner-body .sep-section-normal.detail-contact .content {
  width: 450px;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  padding-left: 20px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box {
  width: 680px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .col-md-6,.sep-inner-body .sep-section-normal.detail-contact .form-box .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .col-md-6:nth-child(1) {
  position: relative
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .col-md-6:nth-child(1)::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  opacity: .2;
  top: 50%;
  margin-top: -15px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .form-group {
  margin-bottom: 0
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .form-control {
  border: none;
  border-radius: 0;
  font-family: 'HelveticaNeueLTPro-Lt';
  color: #ccc;
  font-size: 16px;
  margin-bottom: 0;
  background: rgba(255,255,255,0.15)
}

.sep-inner-body .sep-section-normal.detail-contact .form-box input {
  height: 70px;
  padding: 0 20px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box input::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLTPro-Lt';
  font-size: 16px;
  color: #ccc
}

.sep-inner-body .sep-section-normal.detail-contact .form-box textarea::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLTPro-Lt';
  font-size: 16px;
  color: #ccc
}

.sep-inner-body .sep-section-normal.detail-contact .form-box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgba(255,255,255,0.4) inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff !important;
  font-family: 'HelveticaNeueLTPro-Lt' !important
}

.sep-inner-body .sep-section-normal.detail-contact .form-box textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgba(255,255,255,0.4) inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff !important;
  font-family: 'HelveticaNeueLTPro-Lt' !important
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .check .form-group {
  line-height: 30px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box .check .form-group span {
  font-size: 20px;
  color: #fff;
  line-height: 24px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin-right: 10px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box button {
  width: 220px;
  height: 70px;
  background: #cc1c35;
  display: block;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  margin-top: 30px
}

.sep-inner-body .sep-section-normal.detail-contact .form-box button:hover {
  background: #fff;
  color: #02529b
}

.sep-inner-body .sep-section-normal .signup-form {
  max-width: 680px;
  margin: 0 auto
}

.sep-inner-body .sep-section-normal .signup-form .hd {
  font-size: 20px;
  line-height: 30px
}

.sep-inner-body .sep-section-normal .signup-form .form-control {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 15px;
  border-radius: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  outline: none;
  box-shadow: none
}

.sep-inner-body .sep-section-normal .signup-form .cap {
  height: 60px;
  padding: 10px;
  flex-shrink: 0
}

.sep-inner-body .sep-section-normal .signup-form .cap img {
  height: 100%
}

.sep-inner-body .sep-section-normal .signup-form .agree-box input {
  margin-right: 10px
}

.sep-inner-body .sep-section-normal .signup-form .btn {
  width: 220px;
  height: 60px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background: #02529b;
  color: #fff;
  margin-top: 30px;
  cursor: pointer
}

.sep-inner-body .sep-section-normal .signin-form {
  max-width: 500px;
  margin: 0 auto
}

.sep-inner-body .sep-section-normal .signin-form .form-control {
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 15px;
  border-radius: 10px;
  line-height: 38px;
  font-size: 18px;
  color: #333;
  outline: none;
  box-shadow: none
}

.sep-inner-body .sep-section-normal .signin-form .btn {
  width: 220px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  background: #02529b;
  color: #fff;
  margin-top: 30px;
  cursor: pointer
}

.sep-inner-body .sep-section-normal .signin-form .btn:hover {
  opacity: .8
}

.sep-inner-body .sep-section-normal .signin-form .alert {
  margin-top: auto;
  margin-left: 10px
}





.sep-inner-body .sep-app .flex-item {
  margin-right: 30px
}

.sep-inner-body .sep-app .flex-item:last-child {
  margin-right: 0
}


.sep-inner-body .sep-faq .back {
  max-height: 600px
}

.sep-inner-body .sep-faq .faq-box {
  margin-top: 40px
}

.sep-inner-body .sep-faq .faq-box ul {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(255,255,255,0.9);
  position: relative;
  z-index: 100
}

.sep-inner-body .sep-faq .faq-box ul li {
  cursor: pointer
}

.sep-inner-body .sep-faq .faq-box ul li .q {
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  padding-right: 60px
}

.sep-inner-body .sep-faq .faq-box ul li .q .hd {
  font-size: 22px;
  line-height: 28px
}

.sep-inner-body .sep-faq .faq-box ul li .q i {
  margin-right: 20px
}

.sep-inner-body .sep-faq .faq-box ul li .q i:before {
  content: '\e615';
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 22px;
  color: #02529b;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #02529b;
  border-radius: 50%
}

.sep-inner-body .sep-faq .faq-box ul li .answer {
  padding-left: 110px;
  padding-right: 110px;
  line-height: 1.8em;
  display: none;
  margin-bottom: 30px
}

.sep-inner-body .sep-faq .faq-box ul li:hover .q .hd {
  color: #02529b
}

.sep-inner-body .sep-faq .faq-box ul li.active {
  border-bottom: 1px solid rgba(102,102,102,0.2);
  margin-bottom: 20px
}

.sep-inner-body .sep-faq .faq-box ul li.active .q .hd {
  color: #02529b
}

.sep-inner-body .sep-faq .faq-box ul li.active .q i:before {
  content: '\e631';
  display: inline-block;
  font-family: "iconfont" !important
}

.sep-inner-body .sep-faq .faq-box ul li.active .answer {
  display: block
}

.sep-inner-body .sep-faq .faq-box::before {
  content: '';
  width: calc(50vw + 50%);
  height: 100%;
  background-color: #02529b;
  position: absolute;
  left: calc(50% - 50vw);
  z-index: 10
}

.sep-inner-body .sep-news .box {
  padding: 130px 0
}

.sep-inner-body .sep-news .sep-title {
  height: 2.8em;
  margin-bottom: 10px
}

.sep-inner-body .sep-news .thumb {
  margin-bottom: 40px;
  height: 430px;
  width: 100%;
  overflow: hidden
}

.sep-inner-body .sep-news .thumb a {
  display: none
}

.sep-inner-body .sep-news .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sep-inner-body .sep-news .thumb a.active {
  display: block
}

.sep-inner-body .sep-news .items .item {
  justify-content: center;
  padding-right: 30px;
  margin-left: 40px;
  border-bottom: 1px solid #e7dacc
}

.sep-inner-body .sep-news .items .item .date .day {
  display: inline-block
}

.sep-inner-body .sep-news .items .item .date .month {
  font-size: 16px;
  color: #808080
}

.sep-inner-body .sep-news .items .item .title {
  color: #000;
  margin: 20px 0;
  font-size: 22px
}

.sep-inner-body .sep-news .items .item .title:hover {
  color: #02529b
}

.sep-inner-body .sep-news .items .item .more {
  font-size: 16px;
  color: #808080
}

.sep-inner-body .sep-news .items .item .more:hover {
  color: #02529b
}

.sep-inner-body .sep-news .items .item.active {
  border-right: 6px solid #02529b
}

.sep-inner-body .sep-contact .form-box {
  margin-top: 60px
}

.sep-inner-body .sep-contact .form-box .form-control {
  border: none;
  border-radius: 0;
  font-family: 'HelveticaNeueLTPro-Lt';
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.14)
}

.sep-inner-body .sep-contact .form-box input {
  height: 60px;
  padding: 0 20px
}

.sep-inner-body .sep-contact .form-box textarea {
  height: 220px;
  padding: 20px;
  outline: none
}

.sep-inner-body .sep-contact .form-box input::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLTPro-Lt';
  font-size: 16px;
  color: #fff
}

.sep-inner-body .sep-contact .form-box textarea::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLTPro-Lt';
  font-size: 16px;
  color: #fff
}

.sep-inner-body .sep-contact .form-box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgba(255,255,255,0.4) inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff !important;
  font-family: 'HelveticaNeueLTPro-Lt' !important
}

.sep-inner-body .sep-contact .form-box textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgba(255,255,255,0.4) inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff !important;
  font-family: 'HelveticaNeueLTPro-Lt' !important
}

.sep-inner-body .sep-contact .form-box button {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer
}

.sep-inner-body .sep-contact .form-box button i {
  margin-left: 10px;
  vertical-align: top;
  font-size: 20px
}

.sep-inner-body .sep-contact .form-box button:hover {
  border: 1px solid #02529b;
  background: #02529b
}

.sep-inner-body .gnss1 .tab .time,.sep-inner-body .history .tab .time {
  margin-right: 40px;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 60px;
  cursor: pointer;
  position: relative
}

.sep-inner-body .gnss1 .tab .time::after,.sep-inner-body .history .tab .time::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  border-radius: 1px;
  left: 0;
  bottom: 0;
  background: #02529b;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0)
}

.sep-inner-body .gnss1 .tab .time.active,.sep-inner-body .history .tab .time.active {
  color: #02529b
}

.sep-inner-body .gnss1 .tab .time.active:after,.sep-inner-body .history .tab .time.active:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}



.sep-inner-body .gnss1 .border-botom,.sep-inner-body .history .border-botom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
  z-index: 10
}


.sep-inner-body .gnss1 .control,.sep-inner-body .history .control {
  position: relative;
  width: 150px;
  height: 30px;
  margin: 0 auto;
  margin-top: 50px
}

.sep-inner-body .gnss1 .control>div,.sep-inner-body .history .control>div {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px;
  color: #666
}

.sep-inner-body .gnss1 .control>div:hover,.sep-inner-body .history .control>div:hover {
  color: #02529b
}

.sep-inner-body .overview1 .thumb,.sep-inner-body .overview1 .info {
  width: 50%
}

.sep-inner-body .overview1 .thumb img,.sep-inner-body .overview1 .info img {
  width: 100%
}

.sep-inner-body .overview1 .info {
  padding: 0 110px 0 60px
}

.sep-inner-body .overview1 .info .hd {
  font-size: 24px;
  line-height: 30px;
  color: #666;
  font-weight: 600
}

.sep-inner-body .overview1 .info .richtext {
  line-height: 30px;
  color: #666
}

.sep-inner-body .overview1 .info .richtext * {
  line-height: 30px;
  color: #666
}

.sep-inner-body .overview2 .thumb,.sep-inner-body .overview2 .info {
  width: 50%
}

.sep-inner-body .overview2 .thumb img,.sep-inner-body .overview2 .info img {
  width: 100%
}

.sep-inner-body .overview2 .thumb {
  padding: 0 110px 0 60px
}

.sep-inner-body .overview2 .info .hd {
  font-size: 16px;
  line-height: 30px;
  color: #02529b
}

.sep-inner-body .overview2 .info .box {
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top: 3px solid #02529b;
  border-bottom: 3px solid #02529b
}

.sep-inner-body .overview2 .info .subtitle {
  font-size: 24px;
  line-height: 30px;
  color: #02529b
}

.sep-inner-body .overview2 .info .summary {
  font-size: 46px;
  line-height: 46px;
  color: #02529b;
  font-weight: 600
}

.sep-inner-body .overview2 .info .richtext {
  line-height: 30px;
  color: #666
}

.sep-inner-body .overview2 .info .richtext * {
  line-height: 30px;
  color: #666
}



.sep-inner-body .gnss1 .title {
  margin-bottom: 25px;
  font-size: 46px;
  line-height: 46px;
  padding-bottom: 15px;
  color: #02529b;
  position: relative
}

.sep-inner-body .gnss1 .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #02529b
}

.sep-inner-body .gnss1 .hd {
  font-size: 20px;
  line-height: 24px;
  color: #333
}

.sep-inner-body .gnss1 .richtext {
  font-size: 14px;
  line-height: 24px;
  color: #666
}

.sep-inner-body .gnss1 .richtext * {
  font-size: 14px;
  line-height: 24px;
  color: #666
}

.sep-inner-body .gnss1 .thumbs.thumb3 .thumb:nth-child(1) {
  top: 10%;
  left: 45%;
  width: 125px;
  height: 118px;
  right: auto
}

.sep-inner-body .gnss1 .thumbs.thumb3 .thumb:nth-child(2) {
  left: 60%;
  top: 34%;
  width: 125px;
  height: 118px;
  right: auto
}

.sep-inner-body .gnss1 .thumbs.thumb3 .thumb:nth-child(3) {
  width: 180px;
  height: 170px;
  right: 5%;
  top: 60%;
  left: auto
}

.sep-inner-body .gnss1 .thumbs .thumb {
  position: absolute;
  top: 40%;
  right: 10%;
  z-index: 1;
  width: 210px;
  height: 190px;
  background: url(../img/img-bg.png) no-repeat 50% 50%;
  background-size: 100%
}

.sep-inner-body .gnss2 .sep-container-1920 {
  padding: 145px 0 122px;
  background: #e6e6e6
}

.sep-inner-body .gnss2 .sep-container-1920 .back {
  object-fit: contain;
  z-index: 1
}

.sep-inner-body .gnss2 .lists {
  position: relative;
  z-index: 10
}

.sep-inner-body .gnss2 .lists .item {
  position: relative;
  top: -50px
}

.sep-inner-body .gnss2 .lists .item img {
  width: 100px;
  height: 100px;
  object-fit: contain
}

.sep-inner-body .gnss2 .lists .item .info {
  width: 320px;
  margin: 0 20px
}

.sep-inner-body .gnss2 .lists .item:nth-child(odd) {
  flex-direction: row-reverse
}

.sep-inner-body .gnss2 .lists .item:nth-child(1) {
  left: -20%
}

.sep-inner-body .gnss2 .lists .item:nth-child(2) {
  left: 20%
}

.sep-inner-body .gnss2 .lists .item:nth-child(3) {
  left: -11%
}

.sep-inner-body .gnss2 .lists .item:nth-child(4) {
  left: 12%
}

.sep-inner-body .gnss2 .lists .item:nth-child(5) {
  left: -19%;
  top: 0
}

.sep-inner-body .gnss2 .lists .item:nth-child(6) {
  left: 14%;
  top: 0
}

.sep-inner-body .tech {
  margin-bottom: 50px
}

.sep-inner-body .tech .thumb {
  width: 38%;
  flex-shrink: 0
}

.sep-inner-body .tech .info {
  padding: 0 4.5%
}

.sep-inner-body .tech .info .hd {
  font-size: 24px;
  line-height: 24px
}

.sep-inner-body .tech:nth-child(odd) .info {
  text-align: right
}

.sep-inner-body .page-list .lists {
  display: none;
  border-right: 1px solid #f2f2f2
}

.sep-inner-body .page-list .lists.active {
  display: block
}

.sep-inner-body .page-list .lists .latest {
  padding: 85px 0 110px;
  border-bottom: 1px solid #f2f2f2
}

.sep-inner-body .page-list .lists .latest .info {
  width: 50%;
  padding-right: 20px
}

.sep-inner-body .page-list .lists .latest .info .date {
  width: 150px;
  height: 60px;
  background: url(../img/border.png) no-repeat;
  background-size: contain
}

.sep-inner-body .page-list .lists .latest .info .date span {
  display: inline-block;
  padding: 5px 0;
  color: #02529b;
  background: #fff;
  line-height: 26px;
  margin: 17px 25px
}

.sep-inner-body .page-list .lists .latest .info .hd {
  font-size: 24px;
  color: #333;
  padding: 10px 0 15px;
  color: #02529b
}

.sep-inner-body .page-list .lists .latest .info .hd:hover {
  text-decoration: underline
}

.sep-inner-body .page-list .lists .latest .info .more {
  margin-top: 45px;
  font-size: 16px;
  color: #02529b
}

.sep-inner-body .page-list .lists .latest .info .more i {
  padding-right: 5px;
  font-size: 12px;
  font-weight: 600
}

.sep-inner-body .page-list .lists .latest .info .more:hover span {
  text-decoration: underline
}

.sep-inner-body .page-list .lists .latest .thumb {
  width: 50%;
  padding-right: 20px
}

.sep-inner-body .page-list .lists .latest .thumb img {
  width: 100%
}

.sep-inner-body .page-list .lists .item {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 20px;
  border-bottom: 1px solid #f2f2f2;
  position: relative
}

.sep-inner-body .page-list .lists .item .date {
  padding: 5px 0;
  font-size: 16px;
  color: #666
}

.sep-inner-body .page-list .lists .item .hd {
  font-size: 24px;
  color: #333;
  padding: 10px 0 15px;
  font-weight: 600
}

.sep-inner-body .page-list .lists .item::after {
  content: '';
  height: 2px;
  width: 0;
  background: #02529b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all .4s
}

.sep-inner-body .page-list .lists .item:hover::after {
  width: 100%
}

.sep-inner-body .page-list .sidebar {
  width: 200px;
  flex-shrink: 0
}

.sep-inner-body .page-list .sidebar .item {
  width: 150px;
  height: 120px;
  margin: 0 auto;
  background: url(../img/circle.png) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 16px;
  color: #333
}

.sep-inner-body .page-list .sidebar .item.active {
  background: url(../img/circle-fill.png) no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff
}

.sep-inner-body .article .sep-primary {
  padding-right: 8%
}

.sep-inner-body .article .box h1 {
  font-size: 36px;
  color: #333;
  font-weight: 600
}

.sep-inner-body .article .box .date {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 20px 0 33px;
  border-bottom: 1px solid #f2f2f2
}

.sep-inner-body .article .richtext {
  margin-top: 45px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-top: 0
}

.sep-inner-body .article .richtext * {
  font-size: 16px;
  line-height: 30px;
  color: #666
}

.sep-inner-body .article .box2 {
  padding-top: 25px;
  border-top: 2px solid #f2f2f2
}


.richtext {
  word-spacing: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'HelveticaNeueLTPro-Lt';
  margin-bottom: 20px
}

.richtext * {
  word-spacing: normal;
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'HelveticaNeueLTPro-Lt';
  max-width: 100%
}

.richtext.fz18 {
  font-size: 18px
}

.richtext.fz18 * {
  font-size: 18px
}

.richtext.fz20 {
  font-size: 20px
}

.richtext.fz20 * {
  font-size: 20px
}

.richtext.fz22 {
  font-size: 22px
}

.richtext.fz22 * {
  font-size: 22px
}

.richtext.pl40 {
  padding-left: 40px
}

.richtext.pl60 {
  padding-left: 60px
}

.richtext.pr40 {
  padding-right: 40px
}

.richtext.pr60 {
  padding-right: 60px
}

.richtext.color-white {
  color: #fff
}

.richtext.color-white * {
  color: #fff
}

.richtext.color-white ul li:before {
  background: #fff
}

.richtext strong {
  color: #000;
  font-size: 18px
}

.richtext strong * {
  color: #000;
  font-size: 18px
}

.richtext .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.richtext ul {
  list-style: none
}

.richtext ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px
}

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

.richtext ul li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #02529b;
  position: absolute;
  left: 7px;
  top: 10px;
  z-index: 3
}

.richtext ol {
  padding-left: 20px
}

.richtext ol li {
  list-style: decimal
}

.richtext p {
  margin-bottom: 0
}

.richtext a {
  font-style: italic;
  text-decoration: underline
}

.richtext a:hover {
  text-decoration: none;
  font-style: normal
}

.richtext h2 {
  margin: 10px 0;
  font-family: 'HelveticaNeueLTPro-Bd';
  line-height: 1.4em;
  color: #333;
  position: relative;
  font-size: 18px
}

.richtext h2 * {
  line-height: 1.4em;
  color: #333;
  font-size: 18px
}

.richtext h3 {
  font-size: 18px;
  color: #181819
}

.richtext table {
  width: 100%;
  margin-top: 10px
}

.richtext table * {
  word-break: normal !important
}

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

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

.richtext table tr td {
  border: 1px solid #e6e6e6;
  font-size: 16px;
  word-break: normal;
  padding: 10px 15px;
  color: #333
}

.richtext table tr td:nth-child(1) {
  font-family: 'HelveticaNeueLTPro-Bd'
}

.has-sidebar {
  align-items: flex-start
}

.sep-pro-sidebar {
  width: 318px;
  margin-right: 40px;
  margin-bottom: 60px;
  position: sticky;
  align-self: flex-start;
  top: 100px;
  flex-shrink: 0
}

.sep-pro-sidebar .list .item .box {
  padding: 10px 20px 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.2)
}

.sep-pro-sidebar .list .item .box span {
  font-size: 18px;
  color: #000;
  line-height: 30px
}

.sep-pro-sidebar .list .item .box i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  cursor: pointer
}

.sep-pro-sidebar .list .item .box i:after {
  content: '\e615'
}

.sep-pro-sidebar .list .item .box i::before {
  display: none !important
}

.sep-pro-sidebar .list .item .list2 {
  display: none;
  padding: 10px 0
}

.sep-pro-sidebar .list .item .list2 .item2 {
  margin-bottom: 5px;
  cursor: pointer;
}

.sep-pro-sidebar .list .item .list2 .item2 span {
  font-size: 16px;
  color: #000;
  line-height: 20px
}

.sep-pro-sidebar .list .item .list2 .item2 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ddd;
  margin-right: 5px;
  position: relative
}

.sep-pro-sidebar .list .item .list2 .item2 i::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f7f7f7;
  position: absolute;
  left: 4px;
  top: 4px
}

.sep-pro-sidebar .list .item .list2 .item2.active i {
  background: #333
}

.sep-pro-sidebar .list .item.active .box i:after {
  content: "\e631"
}

.sep-sidebar {
  width: 340px;
  flex-shrink: 0;
  margin-left: 60px;
  align-self: start;
  position: sticky;
  top: 120px
}

.sep-sidebar .sep-sidebar-list {
  margin-bottom: 40px;
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.13)
}

.sep-sidebar .sep-sidebar-list:last-child {
  margin-bottom: 0
}

.sep-sidebar .sep-sidebar-list a.hd:hover {
  font-size: 22px
}

.sep-sidebar .sep-sidebar-list .hd {
  padding: 0 20px;
  height: 60px;
  background: #02529b;
  border-radius: 0 20px 0 0;
  color: #fff;
  font-size: 20px
}

.sep-sidebar .sep-sidebar-list>ul>li {
  border-bottom: 1px solid #e9eaec
}

.sep-sidebar .sep-sidebar-list>ul>li:last-child {
  margin-bottom: 0;
  border-bottom: none
}

.sep-sidebar .sep-sidebar-list>ul>li.active>.box {
  background: #e9eaec;
  border-left: 4px solid #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li.active>.box a {
  color: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li.active>.box .control::before {
  content: '\e632'
}

.sep-sidebar .sep-sidebar-list>ul>li>.box {
  background: #fff;
  height: 60px;
  padding: 0 19px;
  border-left: 4px solid transparent
}

.sep-sidebar .sep-sidebar-list>ul>li>.box a {
  color: #333;
  font-size: 18px;
  font-family: 'HelveticaNeueLTPro-Bd';
  padding-right: 10px;
  text-transform: capitalize
}

.sep-sidebar .sep-sidebar-list>ul>li>.box a:hover {
  color: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li>.box .control {
  margin-left: auto;
  cursor: pointer
}

.sep-sidebar .sep-sidebar-list>ul>li>.box .control::before {
  content: '\e615';
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li>.box .control:hover::before {
  color: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li>ul {
  padding: 30px 0;
  display: none;
  background: #fff
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li {
  padding-left: 28px;
  margin-bottom: 20px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li:last-child {
  margin-bottom: 0
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a {
  color: #666;
  font-size: 16px;
  padding-left: 15px;
  position: relative
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a.active,.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a:hover {
  color: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a.active::before,.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a:hover::before {
  background: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box>a {
  color: #02529b
}

.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box>a::before {
  background: #02529b
}

.sep-primary {
  flex: auto;
  width: 0
}

.gallery img {
  max-height: 230px;
  transition: all .4s;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  max-width: 100%
}

.gallery a {
  width: 31.33%;
  display: inline-block;
  overflow: hidden;
  margin: .5%;
  box-shadow: 0 0 4px -1px #000;
  text-align: center
}

.sep-single-page .sep-section-normal {
  padding: 120px 0
}

.sep-single-page .sep-section-normal .fz40 {
  font-size: 40px;
  line-height: 1.2em
}

.sep-single-page .sep-section-normal .fz30 {
  font-size: 30px;
  line-height: 1.2em
}

.sep-single-page .sep-section-normal.bg {
  background: #f7f7f7
}

.sep-single-page .sep-video-grid .item {
  margin-bottom: 60px
}

.sep-single-page .sep-video-grid .item .box {
  box-shadow: 0 3px 20px 0 rgba(0,0,0,0.06)
}

.sep-single-page .sep-video-grid .item .box .thumb .play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
  bottom: -35px
}

.sep-single-page .sep-video-grid .item .box .thumb .play:hover i {
  opacity: .8
}

.sep-single-page .sep-video-grid .item .box .thumb .play i {
  width: 60px;
  height: 60px;
  background: #02529b;
  color: #fff;
  border-radius: 50%;
  font-size: 20px
}

.sep-single-page .sep-video-grid .item .box .info {
  background: #fff;
  padding: 54px 20px 30px 20px
}

.sep-single-page .sep-video-grid .item .box .info .title {
  font-size: 20px;
  margin-bottom: 20px
}

.sep-single-page .sep-video-grid .item .box .info .more {
  font-size: 16px;
  color: #02529b
}

.sep-single-page .sep-video-grid .item .box .info .more:hover {
  font-size: 17px
}

.sep-single-page .sep-faq-items .item {
  margin-bottom: 30px
}

.sep-single-page .sep-faq-items .item:last-child {
  margin-bottom: 0
}

.sep-single-page .sep-faq-items .item.active .box {
  background: #02529b
}

.sep-single-page .sep-faq-items .item.active .box .control {
  transform: rotate(90deg);
  color: #fff
}

.sep-single-page .sep-faq-items .item.active .box .title {
  color: #fff
}

.sep-single-page .sep-faq-items .item.active .box .q {
  color: #fff
}

.sep-single-page .sep-faq-items .item .box {
  position: relative;
  padding: 20px 30px;
  min-height: 80px;
  background: #fff;
  box-shadow: 0 0 24px rgba(0,0,0,0.1);
  cursor: pointer
}

.sep-single-page .sep-faq-items .item .box .q {
  color: #02529b;
  font-size: 28px;
  margin-right: 20px
}

.sep-single-page .sep-faq-items .item .box .title {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  color: #000
}

.sep-single-page .sep-faq-items .item .box .control {
  font-size: 16px;
  font-size: 20px;
  color: #02529b;
  transform: rotate(0deg);
  margin-left: auto;
  padding-left: 20px
}

.sep-single-page .sep-faq-items .item .content {
  line-height: 1.6em;
  font-size: 18px;
  display: none;
  padding: 30px;
  position: relative;
  background: #fff
}

.sep-single-page .sep-faq-items .item .content ul {
  padding-left: 20px
}

.sep-single-page .sep-faq-items .item .content a {
  text-decoration: underline;
  display: none
}

.sep-single-page .sep-faq-items .item .content a:hover {
  color: #02529b
}

.sep-single-page .sep-faq-items .item .content i {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 24px;
  font-style: normal;
  display: none
}

.sep-contact-wrap {
  position: relative;
  z-index: 1
}

.sep-contact-wrap .info-box {
  flex: auto;
  background: #f9f9f9;
  background-size: cover;
  padding: 0 50px
}

.sep-contact-wrap .info-box .items .item {
  padding: 25px 0;
  border-bottom: 1px solid #d6d6d6
}

.sep-contact-wrap .info-box .items .item:hover .icon {
  background: #fff;
  color: #02529b
}

.sep-contact-wrap .info-box .items .item .icon {
  width: 60px;
  height: 60px;
  background: #02529b;
  border: 1px solid #02529b;
  color: #fff;
  font-size: 24px;
  margin-right: 26px;
  flex-shrink: 0
}

.sep-contact-wrap .info-box .items .item .box .title {
  color: #02529b;
  font-size: 18px;
  margin-bottom: 10px
}

.sep-contact-wrap .info-box .items .item .box .text {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.6rem
}

.sep-contact-wrap .info-box .items .item .box a.text:hover {
  text-decoration: underline
}

.sep-contact-wrap .form-box {
  width: 480px;
  flex-shrink: 0;
  height: 680px;
  background: #02529b;
  padding: 60px 50px
}

.sep-contact-wrap .form-box .hd {
  font-size: 32px;
  margin-bottom: 20px
}

.sep-contact-wrap .form-box .sep-form .form-group .form-control {
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  height: 60px;
  border: 1px solid rgba(255,255,255,0.6);
  padding-left: 15px;
  font-family: 'HelveticaNeueLTPro-Lt','Arial','Lucida Grande','Microsoft Yahei'
}

.sep-contact-wrap .form-box .sep-form .form-group .form-control::-webkit-input-placeholder {
  color: #fff
}

.sep-contact-wrap .form-box .sep-form .form-group .form-control::-moz-placeholder {
  color: #fff
}

.sep-contact-wrap .form-box .sep-form .form-group .form-control:-moz-placeholder {
  color: #fff
}

.sep-contact-wrap .form-box .sep-form .form-group .form-control:-ms-input-placeholder {
  color: #fff
}

.sep-contact-wrap .form-box .sep-form .form-group textarea.form-control {
  height: 130px
}

.sep-contact-wrap .form-box .sep-form .form-group .btn {
  border-radius: 0;
  height: 52px;
  background: #fff;
  color: #02529b;
  width: 100%;
  font-size: 18px;
  margin-top: 10px
}

.sep-contact-wrap .form-box .sep-form .form-group .btn:hover {
  opacity: .8
}

.sep-application-list .title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 34px;
  margin-bottom: 20px
}

.sep-application-list .item .box .hd {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0
}

.sep-application-list .item .box .hd:hover {
  color: #02529b
}

.sep-application-list .item .box .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 30px
}

@media screen and (max-width: 1060px) {
  .sep-application-list .item .thumb {
      width:460px;
      flex-shrink: 0
  }

  .sep-application-list .item .info .summary {
      margin-bottom: 20px
  }

  .sep-application-list .item .info .title {
      font-size: 22px
  }
}

@media screen and (max-width: 768px) {
  a:active{
    color: #333;
  }
  a:hover{
    color: #333;
  }
  .sep-pro-sidebar .list .item .box{
    padding: 4px 6px;
  }
    .sep-pro-sidebar .list .item .box span{
      font-size: 16px;
    }
  .sep-application-list .item .thumb {
      width:100%;
      flex-shrink: 0
  }

  .sep-application-list .item .info {
      margin-left: 0
  }

  .sep-application-list .item {
      display: block
  }
}

.sep-lx-header-mb {
  display: none
}

.sep-lx-header-mb .box-wrap {
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: 1000;
  padding: 0 20px
}

.sep-lx-header-mb .box-wrap .logo {
  display: inline-block
}

.sep-lx-header-mb .box-wrap .logo img {
  height: 40px
}

.sep-lx-header-mb .box-wrap>ul {
  margin-left: auto
}

.sep-lx-header-mb .box-wrap>ul>li {
  width: 40px;
  line-height: 24px;
  text-align: center;
  position: relative
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
  position: absolute;
  background: #02529b;
  width: 157px;
  text-align: center;
  padding: 10px 20px;
  z-index: 100000;
  top: 40px;
  left: -67px;
  display: none;
  border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff
}

.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: 14px
}

.sep-lx-header-mb .box-wrap>ul>li i,.sep-lx-header-mb .box-wrap>ul>li a {
  color: #fff;
  font-size: 20px;
  line-height: normal
}

.sep-shadow {
  background: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: none
}

.sep-search-box {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 66px;
  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: 'HelveticaNeueLTPro-Bd'
}

.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: #02529b;
  color: #fff;
  display: table;
  margin: 0 auto;
  margin-top: 17px;
  padding: 10px 40px;
  font-size: 16px;
  width: 100%
}

.sep-search-box form .btn i {
  padding-right: 5px
}

.sep-search-box .more {
  background: #02529b;
  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
}

.sep-menu-box {
  width: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 10000000;
  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.active .bottom-toggle {
  visibility: visible
}

.sep-menu-box .top {
  padding: 16px 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: 0;
  cursor: pointer
}

.sep-menu-box .bottom {
  visibility: visible
}

.sep-menu-box .bottom.no {
  visibility: hidden
}

.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: #02529b
}

.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)
}

.sep-menu-box .bottom .menu-item>li .box {
  position: relative;
  padding: 22px 30px;
  border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
  color: #282828;
  font-size: 18px
}

.sep-menu-box .bottom .menu-item>li .box i {
  font-size: 20px;
  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>ul {
  padding: 5px 0;
  display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
  padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
  color: #fff;
  font-size: 14px
}

.sep-menu-box .bottom-toggle {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 70px;
  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%);
  visibility: hidden
}

.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) span i {
  font-size: 16px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
  font-family: 'HelveticaNeueLTPro-Bd'
}

.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: #02529b;
  color: #fff;
  display: table;
  margin: 0 auto;
  margin-top: 0;
  padding: 20px 40px;
  font-size: 22px;
  width: 100%;
  border: none;
  border-radius: 0
}

.sep-menu-box .contact i {
  padding-right: 5px
}

.sep-menu-box .logo img {
  width: 40px
}

.gdw-mb-c {
  display: none
}

.sep-banner-mb {
  display: none
}

.sep-banner-mb img {
  width: 100%
}

.mb-bottom-wrap {
  background: #252528
}

.mb-bottom-wrap ul.info {
  padding: 0 20px
}

.mb-bottom-wrap ul.info li {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
  line-height: 24px;
  opacity: .6
}

.mb-bottom-wrap ul.info li:first-child {
  margin-top: 25px
}

.mb-bottom-wrap ul.info li * {
  color: #fff;
  font-size: 14px
}

.mb-bottom-wrap .bottom-menu {
  padding-top: 20px
}

.mb-bottom-wrap .bottom-menu>li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 0 20px
}

.mb-bottom-wrap .bottom-menu>li>.box {
  padding: 15px 0;
  position: relative;
  padding-right: 20px
}

.mb-bottom-wrap .bottom-menu>li>.box a,.mb-bottom-wrap .bottom-menu>li>.box div {
  font-size: 18px;
  font-family: 'HelveticaNeueLTPro-Bd';
  color: #fff;
  line-height: 30px
}

.mb-bottom-wrap .bottom-menu>li>.box i {
  position: absolute;
  right: 5px;
  top: 22px;
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.mb-bottom-wrap .bottom-menu>li>.box i:after {
  content: '\e615';
  font-weight: 600
}

.mb-bottom-wrap .bottom-menu>li>.box i::before {
  display: none !important
}

.mb-bottom-wrap .bottom-menu>li.active .box i:after {
  content: "\e631"
}

.mb-bottom-wrap .bottom-menu>li>ul {
  display: none;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.1)
}

.mb-bottom-wrap .bottom-menu>li>ul>li i {
  color: #fff;
  margin-right: 8px;
  font-size: 14px
}

.mb-bottom-wrap .bottom-menu>li>ul>li a {
  font-size: 15px;
  color: #999;
  line-height: 30px
}

.mb-bottom-wrap .logo {
  margin: 40px 20px
}

.mb-bottom-wrap .logo img {
  width: 110px
}

.mb-bottom-wrap .info-box {
  padding: 0 20px
}

.mb-bottom-wrap .info-box .hd {
  font-family: 'HelveticaNeueLTPro-Bd';
  font-size: 18px;
  color: #fff;
  line-height: 30px
}

.mb-bottom-wrap .info-box .box {
  margin-bottom: 30px
}

.mb-bottom-wrap .info-box .box .text {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  line-height: 30px
}

.mb-bottom-wrap .info-box .box .text * {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  line-height: 30px
}

.mb-bottom-wrap .sep-share {
  margin: 0 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2)
}

.mb-bottom-wrap .sep-share li {
  padding-right: 20px
}

.mb-bottom-wrap .sep-share li:last-child {
  padding-right: 0
}

.mb-bottom-wrap .sep-share li:hover a {
  background: #02529b;
  border-color: #02529b
}

.mb-bottom-wrap .sep-share li a {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%
}

.mb-bottom-wrap .sep-share li a i {
  color: #fff;
  font-size: 16px
}

.mb-bottom-wrap .form-item {
  margin: 0 20px
}

.mb-bottom-wrap .form-item .hd {
  font-family: 'HelveticaNeueLTPro-Bd';
  font-size: 18px;
  color: #fff;
  line-height: 30px
}

.mb-bottom-wrap .form-item .text {
  font-size: 15px;
  color: rgba(255,255,255,0.4)
}

.mb-bottom-wrap .form-item .sep-form {
  margin-top: 30px
}

.mb-bottom-wrap .form-item .sep-form .form-group {
  padding-right: 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3)
}

.mb-bottom-wrap .form-item .sep-form .form-control {
  height: 40px !important;
  background: transparent;
  border: none;
  border-radius: 0;
  height: 60px
}

.mb-bottom-wrap .form-item .sep-form button {
  width: 80px;
  height: 40px;
  background: #cc1c35;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0
}

@media screen and (min-width: 769px) {
  .sep-banner-mb {
      display:none
  }

  .sep-search-box,.sep-shadow,.sep-lx-header-mb,.sep-menu-box {
      display: none !important
  }
}

@media screen and (max-width: 768px) {
  .sep-banner-pc {
      display:none
  }

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

@media screen and (max-width: 768px) {
  .inside-inner {
      display: none
  }

  .gdw-mb-c {
      display: block
  }

  .sep-lx-header-mb {
      display: block
  }

  .mb-bottom-wrap {
      padding-bottom: 84px
  }

  .gdw-mb-none {
      display: none
  }

  #onlineService {
      position: fixed;
      bottom: 0;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%)
  }

  .offside {
      display: flex;
      width: 100%
  }

  .offside li {
      flex-grow: 1;
      flex: 1;
      text-align: center;
      width: auto;
      height: 60px;
      background: #02529b !important;
      border-bottom: none !important;
      border-right: 1px solid rgba(255,255,255,0.15)
  }

  .offside li i {
      color: #fff !important;
      font-size: 20px !important;
      line-height: 60px !important;
      padding: 0;
      font-size: 22px !important
  }

  .offside li.tel {
      width: 47px;
      transform: translateX(0);
      -webkit-transform: translateX(0)
  }

  .offside li:last-child {
      display: none
  }

  .offside li p {
      display: none !important
  }

  .offside li a {
      position: static;
      display: inline-block
  }
}

@media screen and (max-width: 768px) {
  .sep-container {
      padding:0 10px
  }
}



@media screen and (max-width: 1400px) {
  .sep-container {
      width:100%;
      padding: 0 20px
  }
}

@media screen and (max-width: 1280px) {
  .sep-sidebar {
      display:none
  }

  .sep-primary {
      width: 100%
  }

}

@media screen and (max-width: 768px) {
  .row {
      margin-left:0 !important;
      margin-right: 0 !important
  }

  .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: 0;
      padding-left: 0
  }

  .mb-bottom-wrap ul.info li {
      margin-bottom: 14px
  }

  .gallery a {
      width: 100%;
      margin-bottom: 10px
  }

  .flex {
      display: block
  }

  .richtext img {
      height: auto !important
  }


  .sep-breadcrumb {
      padding: 0
  }

  body {
      padding-top: 0
  }

  .sep-footer {
      display: none
  }

  .btn-hover {
      height: 34px
  }
}

@media screen and (max-width: 768px) {
  .richtext .table-wrap {
      overflow-x:scroll
  }

  #onlineService {
      overflow: visible
  }

  .pc {
      display: none
  }

  .mobile {
      display: block
  }
}

@media screen and (max-width: 1680px) {
  .sep-inner-body .gnss2 .lists .item:nth-child(1) {
      left:-15%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(2) {
      left: 15%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(3) {
      left: -4%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(4) {
      left: 6%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(5) {
      left: -13%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(6) {
      left: 6%
  }
}

@media screen and (max-width: 1440px) {
  

 .sep-inner-body .sep-section-normal .product-item .box .title,.sep-inner-body .guide1 .box .list .item .hd2,.sep-inner-body .tech .info .hd,.sep-inner-body .page-list .lists .latest .info .hd,.sep-inner-body .page-list .lists .item .hd,.fz24 {
      font-size: 20px
  }

  .fz26 {
      font-size: 22px
  }

  .sep-application-list .item .info .title,.sep-inner-body .sep-section-normal.detail-section .info .summary,.sep-inner-body .sep-section-normal .section4-item .title,.fz30 {
      font-size: 26px
  }

  .sep-inner-body .sep-section-normal.detail-wrap .richtext h2,.sep-inner-body .sep-section-normal .detail-title,.fz32 {
      font-size: 28px
  }

  .fz36 {
      font-size: 30px
  }

  .sep-inner-body .gnss1 .tab .time,.sep-inner-body .history .tab .time,.fz40 {
      font-size: 34px
  }

  .sep-inner-body .sep-section-normal .sep-title,.sep-inner-body .guide1 .title,.sep-inner-body .gnss1 .title{
      font-size: 36px
  }

  .fz50 {
      font-size: 40px
  }

  .fz60 {
      font-size: 40px
  }

  .pt60 {
      padding-top: 40px !important
  }

  .pb60 {
      padding-bottom: 40px !important
  }

  .pt80 {
      padding-top: 60px !important
  }

  .pb80 {
      padding-bottom: 60px !important
  }

  .mb30 {
      margin-bottom: 20px !important
  }

  .mb50 {
      margin-bottom: 40px !important
  }

  .mb80 {
      margin-bottom: 60px !important
  }

  .richtext.fz22 *,.richtext.fz20 * {
      font-size: 18px !important
  }

  .richtext.fz18 * {
      font-size: 16px !important
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(2) {
      left: 9%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(4) {
      left: 0
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(5) {
      left: -6%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(6) {
      left: 0
  }

  .sep-inner-body .guide1 .title {
      padding-bottom: 30px
  }



  .sep-inner-body .sep-section-normal {
      padding: 80px 0
  }

 
  .sep-inner-body .guide1 .box .list2 .item2 {
      width: 50%;
      padding-right: 10px
  }

  .sep-inner-body .guide1 .box .list2 .item2:nth-child(2) {
      padding-right: 0;
      padding-left: 10px
  }

 
}

@media screen and (max-width: 1280px) {
  .sep-inner-body .overview2 .thumb,.sep-inner-body .overview1 .info {
      padding:0;
      padding-right: 40px
  }

  
  .sep-inner-body .gnss2 .lists .item .info {
      width: 230px
  }



  .sep-inner-body .sep-section-normal.detail-contact .form-box {
      max-width: 480px;
      padding-left: 20px
  }

  .sep-inner-body .sep-section-normal.detail-contact .form-box .row {
      margin-left: 0;
      margin-right: 0
  }
}

@media screen and (max-width: 1024px) {
  .sep-inner-body .gnss2 .lists .item .info {
      width:180px
  }
}

@media screen and (max-width: 768px) {
  .sep-inner-banner {
      margin-top:0
  }

  iframe {
      height: 320px
  }

  .row {
      margin: 0
  }

  .sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
      position: static;
      left: 10px;
      top: 15px;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      text-align: center;
      margin-bottom: 20px
  }

  .sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
      width: 100%
  }

  .sep-resource-list .sep-datalist>li:not(.pdf-item) {
      padding-left: 0
  }

  .relate-list.relate-article-list .sep-datalist li {
      width: 100%;
      float: left;
      margin: 0 0
  }

  .relate-list .sep-datalist li {
      width: 100%;
      float: left;
      margin: 0
  }

  .search-btns a {
      height: 48px;
      min-width: unset;
      font-size: 16px;
      background: #f0f0f0;
      padding: 0 10px;
      margin: 0 6px;
      text-align: center
  }

  .fz26 {
      font-size: 18px
  }

  .sep-application-list .item .info .title,.sep-inner-body .sep-section-normal.detail-section .info .summary,.sep-inner-body .sep-section-normal .section4-item .title,.fz30 {
      font-size: 20px;
      line-height: 30px
  }

  .sep-inner-body .sep-section-normal.detail-wrap .richtext h2,.sep-inner-body .sep-section-normal .detail-title,.fz32,.fz36 {
      font-size: 22px;
      line-height: 32px
  }

  .sep-inner-body .gnss1 .tab .time,.sep-inner-body .history .tab .time,.fz40 {
      font-size: 24px;
      line-height: 34px
  }

  .sep-inner-body .sep-section-normal .sep-title,.sep-inner-body .gnss1 .title,.sep-inner-body .app-related .title,.fz44 {
      font-size: 26px;
      line-height: 36px
  }

  .sep-inner-body .article .box h1,.sep-inner-body .sep-section-normal.detail-section .info .title,.fz50,.fz60 {
      font-size: 30px;
      line-height: 40px
  }

  .pt60 {
      padding-top: 30px !important
  }

  .pb60 {
      padding-bottom: 30px !important
  }

  .pt80 {
      padding-top: 40px !important
  }

  .pb80 {
      padding-bottom: 40px !important
  }

  .mb50 {
      margin-bottom: 30px !important
  }

  .mb80 {
      margin-bottom: 40px !important
  }

  .sep-inner-body .sep-section-normal {
      padding: 40px 0
  }

  .sep-breadcrumb {
      position: static !important
  }

  .sep-breadcrumb.bg {
      background: transparent
  }

  .sep-breadcrumb.bg .breadcrumb:before {
      color: #333
  }

  .sep-breadcrumb.bg .breadcrumb li a {
      color: #333
  }

  .sep-breadcrumb.bg .breadcrumb li+li:before {
      color: #333
  }

  .sep-lx-header-mb .box-wrap {
      position: static;
      background: #000
  }

  .sep-inner-banner .translate-center {
      top: 20px;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0)
  }

  .sep-inner-body .sep-section-normal.section1 .tab {
      height: 50px;
      position: sticky;
      top: 0;
      z-index: 100;
      background: #fff
  }

  .sep-pro-sidebar {
      width: 100%;
      top: 50px;
      margin-bottom: 30px;
      background: #fff;
      z-index: 100
  }

  .sep-inner-body .sep-section-normal .product-item {
      width: 100%;
      padding: 0;
      margin-bottom: 20px
  }

  .sep-inner-body .sep-section-normal.section1 .product-content {
      padding-top: 0
  }

  

  

  

  .sep-inner-body .listbg {
      background: transparent
  }

  .sep-inner-body .bga .sep-pro-sidebar {
      top: 0
  }

  .sep-inner-body .width50 {
      width: 100%
  }

  .sep-inner-body .half-img.right {
      position: static;
      width: 100%;
      padding-left: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }

  .sep-inner-body .sep-faq .faq-box ul li .q {
      height: auto;
      padding: 0 10px
  }

  .sep-inner-body .sep-faq .faq-box ul li .q i {
      margin-right: 10px
  }

  .sep-inner-body .sep-faq .faq-box ul li .q i:before {
      width: 25px;
      height: 26px;
      font-size: 16px;
      line-height: 21px
  }

  .sep-inner-body .sep-faq .faq-box ul li .q .hd {
      font-size: 18px;
      line-height: 26px
  }

  .sep-inner-body .sep-faq .faq-box ul li .answer {
      padding: 20px;
      margin-bottom: 0
  }

  .sep-inner-body .sep-faq .faq-box ul {
      padding: 30px 0
  }

  .sep-inner-body .sep-section-normal.detail-section .info {
      padding: 0
  }

  .sep-inner-body .sep-section-normal.detail-wrap,.sep-inner-body .sep-section-normal.detail-app {
      padding: 40px 0
  }

  .sep-inner-body .sep-section-normal.detail-wrap .richtext ul li {
      width: 100%;
      padding-right: 0
  }

  .sep-inner-body .sep-section-normal.detail-box .richtext table tr td {
      padding: 5px
  }

  .sep-inner-body .sep-section-normal.detail-pdf .item {
      width: 100%;
      padding: 0 !important
  }

  .sep-inner-body .sep-section-normal.detail-pdf .item .box {
      padding: 15px
  }

  .sep-inner-body .sep-section-normal.detail-pdf .item .box .title {
      font-size: 18px
  }

  .sep-inner-body .sep-section-normal.detail-pdf .item .box .down {
      margin-left: 10px
  }

  .sep-inner-body .sep-section-normal.detail-contact .detail-title .subtitle {
      line-height: 28px
  }

  .sep-inner-body .sep-section-normal.detail-contact .content {
      width: 100%;
      font-size: 16px
  }

  .sep-inner-body .sep-section-normal.detail-contact .form-box {
      width: 100%;
      margin-top: 20px
  }

  .sep-inner-body .sep-section-normal.detail-contact .form-box button {
      height: 50px;
      margin-top: 15px
  }

  
  .sep-inner-body .download-select .d-list {
      padding: 0;
      margin-bottom: 10px
  }

  .sep-inner-body .download-select {
      padding-bottom: 15px
  }

  .sep-inner-body .download-menu-box>div {
      padding-top: 15px
  }

  .sep-inner-body .download-menu-box>div .list-box .list {
      padding: 5px 10px;
      margin: 0
  }



 

  .sep-single-page .sep-video-grid .item {
      margin-bottom: 20px
  }

  .sep-single-page .sep-faq-items .item .box {
      padding: 15px
  }

  .sep-single-page .sep-faq-items .item .box .q {
      margin-right: 10px;
      font-size: 20px
  }

  .sep-single-page .sep-faq-items .item .box .control {
      padding-left: 10px;
      font-size: 16px
  }

  .sep-single-page .sep-faq-items .item .content {
      padding: 15px;
      font-size: 16px
  }

  .sep-single-page .sep-faq-items .item .content * {
      font-size: 16px
  }

  .sep-inner-body .overview2 .info,.sep-inner-body .overview2 .thumb,.sep-inner-body .overview1 .thumb,.sep-inner-body .overview1 .info {
      width: 100%;
      padding-right: 0
  }

  .richtext.pr60 {
      padding-right: 0
  }

  
  .sep-inner-body .gnss1 .richtext {
      max-width: 60%
  }

  .sep-inner-body .gnss2 .lists .item {
      margin: 10px
  }

  .sep-inner-body .gnss2 .lists .item img {
      width: 50px;
      height: 50px
  }

  .sep-inner-body .gnss2 .lists .item .info {
      width: auto;
      padding: 0 10px;
      margin: 0
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(5),.sep-inner-body .gnss2 .lists .item:nth-child(3),.sep-inner-body .gnss2 .lists .item:nth-child(2),.sep-inner-body .gnss2 .lists .item:nth-child(1) {
      left: 0
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(6),.sep-inner-body .gnss2 .lists .item:nth-child(4) {
      left: 13%
  }

  .sep-inner-body .gnss2 .lists .item:nth-child(6),.sep-inner-body .gnss2 .lists .item:nth-child(5),.sep-inner-body .gnss2 .lists .item:nth-child(4) {
      top: 50px
  }

  .sep-inner-body .sep-section-normal.gnss2 {
      padding-bottom: 0
  }

  .sep-inner-body .tech:nth-child(odd) .info {
      text-align: justify
  }

  .sep-inner-body .tech .info {
      padding: 0;
      text-align: justify
  }

  .sep-inner-body .tech .thumb {
      width: 100%
  }

  .sep-inner-body .page-list .lists .item {
      padding: 20px 0
  }

  .sep-inner-body .page-list .lists .latest .info {
      width: 100%;
      padding: 0;
      margin-top: 20px
  }

  .sep-inner-body .page-list .lists .latest .info .more {
      margin-top: 20px
  }

  .sep-inner-body .page-list .lists .latest {
      padding: 30px 0
  }

  .sep-inner-body .page-list .sidebar {
      width: 100%;
      display: flex;
      justify-content: space-between
  }

  .sep-inner-body .page-list .sidebar .item {
      width: 100px;
      padding: 10px;
      margin: 0;
      text-align: center
  }

  .sep-contact-wrap .form-box,.sep-contact-wrap .info-box {
      width: 100%;
      height: auto;
      padding: 20px
  }

  .sep-inner-body .article .sep-primary {
      padding: 0
  }

  .sep-inner-body .article .box .date {
      padding: 10px 0
  }

  .sep-404 h1 {
      line-height: 50px
  }

  .pdf-item .pdf-view {
      display: none
  }

  .sep-resource-grid .sep-datalist li {
      width: 100%
  }

  .sep-resource-grid .sep-datalist li .title {
      margin: 15px 0
  }

  .sep-inner-body .sep-section-normal .sep-pagination ul a {
      width: 35px;
      height: 35px;
      line-height: 32px;
      margin: 0 2px
  }

  .sep-inner-body .sep-app .flex-item {
      margin-bottom: 20px
  }

  .sep-inner-body .sep-section-normal.detail-box .richtext {
      overflow-x: scroll
  }

  .sep-inner-body .sep-section-normal.detail-box .richtext table {
      table-layout: auto
  }

  .sep-inner-body .overview2 .info {
      margin-top: 20px
  }

  
}
