@import "font-awesome.min.css";
@import "bootstrap.min.css";
@import "richtext.css";
@import "swiper.min.css";
@import "iconfont.css";
* {
  font-weight: 350
}
html, body {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth
}
p {
  line-height: 1.8em
}
a {
  color: inherit;
  text-decoration: none
}
a.active, a:active, a:focus, a:hover {
  color: inherit;
  text-decoration: none
}
.navbar {
  margin: 0;
  border-radius: 0
}
.navbar ul {
  margin: 0
}
.text-primary, .pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #2b5aaa
}
.btn {
  border-radius: 4px
}
.btn.btn-circle {
  border-radius: 100px
}
.btn.btn-outline {
  background: transparent;
  color: #333
}
.btn-primary, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #2b5aaa;
  border-color: #2b5aaa
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #264f96;
  border-color: #264f96
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none
}
.row.row-divider > [class^="col-"] {
  border-right: solid 1px #ddd
}
.row.row-divider > [class^="col-"]:last-child {
  border-right: none
}
.row.row-divider .col-sm-6:nth-child(even), .row.row-divider .col-md-6:nth-child(even), .row.row-divider .col-lg-6:nth-child(even) {
  border-right: none
}
.row.row-compact {
  margin: 0
}
.row.row-compact > [class^="col-"] {
  padding: 0
}
.row .col-xs-24, .row .col-sm-24, .row .col-md-24, .row .col-lg-24 {
  float: left
}
@media (max-width:768px) {
  .row .col-xs-24 {
    width: 20%
  }
}
@media (max-width:992px) {
  .row .col-xs-24, .row .col-sm-24 {
    width: 20%
  }
}
@media (max-width:1200px) {
  .row .col-xs-24, .row .col-sm-24, .row .col-md-24 {
    width: 20%
  }
}
@media (min-width:1200px) {
  .row .col-sm-24, .row .col-md-24, .row .col-lg-24 {
    width: 20%
  }
}
.form.form-horizontal .form-group {
  position: relative;
  padding: 0 12em
}
.form.form-horizontal .form-group .control-label {
  position: absolute;
  left: 0;
  padding: .4em 1em;
  width: 12em
}
.form-control {
  border-radius: 4px;
  height: auto
}
.form-control:focus, .form-control:active {
  box-shadow: none
}
.form-control.input-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  height: auto
}
.form-control.input-lg {
  line-height: 1.5;
  border-radius: 4px;
  height: auto
}
.form-control-select {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28' fill='%23777'%3E%3Cpath d='M16 17q0 .406-.297.703l-7 7Q8.406 25 8 25t-.703-.297l-7-7Q0 17.406 0 17t.297-.703T1 16h14q.406 0 .703.297T16 17zm0-6q0 .406-.297.703T15 12H1q-.406 0-.703-.297T0 11t.297-.703l7-7Q7.594 3 8 3t.703.297l7 7Q16 10.594 16 11z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  -webkit-background-size: 8px 16px;
  -moz-background-size: 8px 16px;
  background-size: 8px 16px;
  padding-right: 2em
}
.form-control-checkbox, .form-control-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: .5em
}
.form-control-checkbox [type="checkbox"], .form-control-radio [type="checkbox"], .form-control-checkbox [type="radio"], .form-control-radio [type="radio"] {
  cursor: pointer;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 4px
}
.form-control-checkbox [type="checkbox"]:before, .form-control-radio [type="checkbox"]:before, .form-control-checkbox [type="radio"]:before, .form-control-radio [type="radio"]:before {
  visibility: visible;
  content: "";
  position: absolute;
  z-index: 0;
  top: -1.5px;
  left: -1.5px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #ddd
}
.form-control-checkbox [type="checkbox"]:checked:after, .form-control-radio [type="checkbox"]:checked:after, .form-control-checkbox [type="radio"]:checked:after, .form-control-radio [type="radio"]:checked:after {
  visibility: visible;
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  z-index: 1;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #2b5aaa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}
.form-control-checkbox [type="radio"]:before, .form-control-radio [type="radio"]:before {
  border-radius: 100%
}
.form-control-checkbox [type="radio"]:checked:after, .form-control-radio [type="radio"]:checked:after {
  background: #fff;
  border: solid 5px #2b5aaa;
  border-radius: 100%
}
.form-control-table {
  margin: -3px 0;
  padding: 2px .5em;
  height: auto
}
.form-control, .btn {
  height: auto;
  padding: 10px
}
.btn {
  padding: 8px 25px
}
.navbar .navbar-toggle {
  padding: 5px 10px;
  font-size: 16px
}
.nav-line > li {
  float: left
}
.nav-line > li > a {
  border-bottom: solid 2px #ddd
}
.nav-line > li.active > a, .nav-line > li.active > a:focus, .nav-line > li.active > a:hover {
  border-color: #2b5aaa
}
.nav-pills li a {
  display: block;
  background: #f5f5f5;
  border-radius: 2px;
  margin: 5px;
  padding: 6px 15px
}
.nav-pills li.active > a, .nav-pills li.active:hover > a, .nav-pills li.active:active > a, .nav-pills li.active:hover > a {
  background: #2b5aaa;
  color: #fff
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus {
  background: #f0f0f0
}
.dropdown-menu {
  border-color: rgba(0, 0, 0, 0)
}
.dropdown-menu .row {
  margin: 0
}
.dropdown-menu .row [class^="col-"] {
  padding: 0
}
.dropdown-menu dl {
  margin: 0
}
.dropdown-menu dl dt, .dropdown-menu dl dd {
  padding: .8rem 1.5rem
}
.dropdown-menu dl dt {
  font-size: 1.05rem;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5)
}
.dropdown-menu dl dd:hover {
  background: #f5f5f5
}
.dropdown-menu dl dd:hover a {
  text-decoration: none
}
.dropdown-menu dl dd a {
  color: #333
}
.dropdown-menu dl dd a small {
  display: block;
  color: rgba(51, 51, 51, 0.5)
}
.dropdown .open {
  background: none
}
.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}
.dropdown-menu:after, .dropdown-menu:before {
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  content: " ";
  height: 0;
  left: 15px;
  pointer-events: none;
  position: absolute;
  width: 0
}
.dropdown-menu:before {
  bottom: 100%;
  border: solid 8px transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.2)
}
.dropdown-menu:after {
  border-bottom-color: #fff;
  bottom: 100%;
  margin-bottom: -1px
}
.dropdown-menu.dropdown-menu-right:after, .dropdown-menu.dropdown-menu-right:before {
  left: auto;
  right: 15px
}
.dropdown-menu .divider {
  margin: 2px 0
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: #2b5aaa;
  color: #fff
}
.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 10px 0
}
.paginator {
  margin: 30px 0
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 2rem
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 25px
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #999;
  opacity: 1;
  font-size: 28px;
  font-weight: normal
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 2rem 0
}
.modal .modal-dialog .modal-content .modal-body .richtext {
  font-size: 14px
}
.notfound {
  font-size: 26px;
  padding: 2em;
  color: #888
}


.d-flex {
  display: flex
}
.d-flex-align-center {
  align-items: center
}
.d-flex-justify-center {
  justify-content: center
}
.divider {
  border-bottom: solid 1px #ddd;
  height: 0;
  padding: 0;
  margin: .2rem 0
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.heading {
  margin-bottom: 20px;
  padding: 1em 0
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1.5em;
  font-weight: 300
}
.heading.heading-bullet h1:before, .heading.heading-bullet h2:before, .heading.heading-bullet h3:before, .heading.heading-bullet h4:before, .heading.heading-bullet h5:before, .heading.heading-bullet h6:before {
  content: "";
  background: #ddd;
  display: inline-block;
  width: 5px;
  height: 1em;
  margin-right: .5em;
  margin-top: -0.15em;
  vertical-align: middle
}
.heading.heading-line {
  position: relative
}
.heading.heading-line h1, .heading.heading-line h2, .heading.heading-line h3, .heading.heading-line h4, .heading.heading-line h5, .heading.heading-line h6 {
  background: #fff;
  z-index: 1;
  display: inline-block;
  padding: 0 1em 0 0
}
.heading.heading-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  border-bottom: solid 1px #ddd;
  z-index: 0
}
.heading.heading-line.text-left h1, .heading.heading-line.text-left h2, .heading.heading-line.text-left h3, .heading.heading-line.text-left h4, .heading.heading-line.text-left h5, .heading.heading-line.text-left h6 {
  padding: 0 1em 0 0
}
.heading.heading-line.text-right h1, .heading.heading-line.text-right h2, .heading.heading-line.text-right h3, .heading.heading-line.text-right h4, .heading.heading-line.text-right h5, .heading.heading-line.text-right h6 {
  padding: 0 0 0 1em
}
.heading.heading-line.text-center h1, .heading.heading-line.text-center h2, .heading.heading-line.text-center h3, .heading.heading-line.text-center h4, .heading.heading-line.text-center h5, .heading.heading-line.text-center h6 {
  padding: 0 1em
}
.heading.heading-divider {
  border-bottom: solid 1px #ddd
}
.blockquote {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
  border: none
}
.blockquote footer {
  margin-top: .2rem;
  font-size: .8em;
  color: rgba(51, 51, 51, 0.6)
}
.blockquote footer:before {
  content: "\2014 \00A0"
}
.thumb {
  position: relative;
  margin: auto;
  text-align: center
}
.thumb img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  object-fit: cover
}
.thumb.cover {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden
}
.thumb.cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  max-width: none;
  max-height: 100%
}
.thumb.cover.p6x4 {
  padding-bottom: 66%
}
.thumb.cover.p5x4 {
  padding-bottom: 80%
}
.thumb.cover.p5x3 {
  padding-bottom: 60%
}
.thumb.cover.p4x3 {
  padding-bottom: 75%
}
.thumb.cover.p16x9 {
  padding-bottom: 56%
}
.thumb.cover.p3x4 {
  padding-bottom: 135%
}
.thumb.cover.p2x3 {
  padding-bottom: 150%
}
.thumb.cover.p1x2 {
  padding-bottom: 200%
}
.advert {
  white-space: nowrap;
  text-align: center
}
.advert .advert-kv {
  display: inline-block;
  text-align: left
}
.advert .advert-kv .kv-image {
  text-align: center
}
.advert .advert-kv .kv-image img {
  max-width: 100%;
  max-height: 100%
}
.advert .advert-kv .kv-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  color: #fff
}
.advert .advert-kv .kv-text big {
  display: block;
  font-weight: bold;
  font-size: 3rem
}
.advert .advert-kv .kv-text small {
  display: block;
  font-size: 1.5rem;
  white-space: normal
}
.scrollbar {
  overflow-y: auto
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
.scrollbar::-webkit-scrollbar-track {
  background: #f0f0f0;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #2b5aaa
}
.swiper {
  position: relative;
  overflow: hidden;
  z-index: 0
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
  opacity: .6
}
.swiper .swiper-container-vertical > .swiper-pagination {
  right: 4%
}
.swiper .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 15px 0
}
.swiper .swiper-slide {
  overflow: hidden
}
.swiper .swiper-slide img, .swiper .swiper-slide video, .swiper .swiper-slide svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%
}
.swiper .swiper-container-horizontal {
  height: 100%
}
.swiper .swiper-container-horizontal > .swiper-wrapper {
  height: 100%
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  top: 50%;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  transition: all .15s ease-in-out;
  outline: none;
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzY0JyBoZWlnaHQ9JzY0Jz48cGF0aCBkPSdNODk1Ljk4OTMzMyA0NjkuMzIyNjY3SDIzMC45OTczMzNsMjI1LjgzNDY2Ny0yMjUuODM0NjY3YTQyLjY3NzMzMyA0Mi42NzczMzMgMCAwIDAtNjAuMzQxMzMzLTYwLjM0MTMzM2wtMjk4LjY2NjY2NyAyOTguNjY2NjY2YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAtMC4wMTA2NjcgNjAuMzMwNjY3bDI5OC42NjY2NjcgMjk4LjY2NjY2N2E0Mi41NiA0Mi41NiAwIDAgMCAzMC4xNzYgMTIuNTAxMzMzIDQyLjY0NTMzMyA0Mi42NDUzMzMgMCAwIDAgMzAuMTc2LTcyLjgzMkwyMzAuOTg2NjY3IDU1NC42NTZoNjY1LjAwMjY2NmE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAwIDAtODUuMzMzMzMzeicgZmlsbD0nI2ZmOGEwMic+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  transform: translateY(-50%);
  transform-origin: center;
  border-radius: 100%;
  border: solid 1.5px #333;
  filter: brightness(10%) grayscale(1)
}
.swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
  pointer-events: auto
}
.swiper .swiper-button-prev.swiper-button-disabled:before, .swiper .swiper-button-next.swiper-button-disabled:before {
  opacity: .2
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  filter: grayscale(0);
  border-color: #2b5aaa
}
.swiper .swiper-button-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) scaleX(-1)
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  opacity: 1;
  margin: 0 8px;
  transition: .3s
}
.swiper .swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: .2s
}
.swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  border-radius: 100%;
  border: solid 1px #333;
  transform: translate(-50%, -50%);
  content: "";
  opacity: 0
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0 26px
}
.swiper .swiper-pagination .swiper-pagination-bullet-active span {
  opacity: 1
}
.swiper .swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1
}
.swiper .swiper-pagination-progressbar {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-radius: 4px;
  overflow: hidden
}
.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2b5aaa
}
.swiper .swiper-controls-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99
}
.swiper .swiper-controls-circle .swiper-button-next, .swiper .swiper-controls-circle .swiper-button-prev {
  background: #2b5aaa;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: -1.4rem;
  border-radius: 100%;
  opacity: .8
}
.swiper .swiper-controls-circle .swiper-button-next:before, .swiper .swiper-controls-circle .swiper-button-prev:before {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(50);
  opacity: 1
}
.swiper .swiper-controls-circle .swiper-button-next:hover, .swiper .swiper-controls-circle .swiper-button-prev:hover {
  opacity: 1
}
.swiper .swiper-controls-circle .swiper-button-next.swiper-button-disabled, .swiper .swiper-controls-circle .swiper-button-prev.swiper-button-disabled {
  opacity: .4
}
.gallery {
  margin-bottom: 20px;
  overflow: hidden
}
.gallery .gallery-top .swiper-container .swiper-wrapper .swiper-slide {
  background: #ddd;
  opacity: .5
}
.gallery .gallery-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1
}
.gallery .gallery-top .swiper-controls .swiper-button-prev, .gallery .gallery-top .swiper-controls .swiper-button-next {
  cursor: pointer;
  font-size: .8rem
}
.gallery .gallery-top .swiper-controls .swiper-button-prev:before, .gallery .gallery-top .swiper-controls .swiper-button-next:before {
  border-color: #fff
}
.gallery .gallery-thumbs {
  margin-top: 10px;
  padding: 0 30px
}
.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide {
  border: solid 2px #ddd;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all .2 ease-in-out
}
.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #fff;
  opacity: .6;
  transition: all .2 ease-in-out
}
.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #2b5aaa
}
.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 0
}
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev, .gallery .gallery-thumbs .swiper-controls .swiper-button-next {
  cursor: pointer;
  background: none;
  top: 0;
  bottom: 0;
  width: 25px;
  height: auto;
  transform: translateY(0);
  background: #eee;
  border-radius: 0;
  font-size: .4rem;
  opacity: .8
}
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:hover, .gallery .gallery-thumbs .swiper-controls .swiper-button-next:hover, .gallery .gallery-thumbs .swiper-controls .swiper-button-prev:focus, .gallery .gallery-thumbs .swiper-controls .swiper-button-next:focus {
  border: none;
  box-shadow: none
}
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:before, .gallery .gallery-thumbs .swiper-controls .swiper-button-next:before {
  border-color: #000
}
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:after, .gallery .gallery-thumbs .swiper-controls .swiper-button-next:after {
  display: none
}
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev {
  left: 0
}
.gallery .gallery-thumbs .swiper-controls .swiper-button-next {
  right: 0
}
.gallery .gallery-thumbs .swiper-scrollbar {
  margin-top: 20px;
  height: 5px;
  background-color: #f5f5f5
}
.gallery .gallery-thumbs .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #2b5aaa
}
.lightbox-open {
  overflow: hidden
}
.lightbox-open .lightbox {
  opacity: 1
}
.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0;
  transition: .3s
}
.lightbox .lightbox-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95)
}
.lightbox .lightbox-container {
  height: 100%
}
.lightbox .lightbox-container .swiper {
  height: 100%
}
.lightbox .lightbox-container .ajax-result {
  max-height: 100vh;
  overflow-y: auto
}
.lightbox .lightbox-container .ajax-result::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
.lightbox .lightbox-container .ajax-result::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.lightbox .lightbox-container .ajax-result::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4)
}
.lightbox .lightbox-container img, .lightbox .lightbox-container svg, .lightbox .lightbox-container video, .lightbox .lightbox-container .ajax-result {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000
}
.lightbox .lightbox-container video {
  min-width: 600px;
  min-height: 400px;
  max-height: 80%;
  max-width: 80%
}
.lightbox .lightbox-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.5em;
  height: 1.5em;
  z-index: 99999;
  display: block;
  font-size: 30px;
  cursor: pointer;
  transition: all .2s linear
}
.lightbox .lightbox-close:before {
  content: " ";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  border-bottom: solid 1.5px #fff;
  transform: rotate(-45deg)
}
.lightbox .lightbox-close:after {
  content: " ";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  border-bottom: solid 1.5px #fff;
  transform: rotate(45deg)
}
.lightbox .lightbox-close:hover {
  transform: rotate(180deg)
}
.lightbox .lightbox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  zoom: 1;
  font-size: 30px
}
.pagination {
  position: relative;
  z-index: 0;
  text-align: center
}
.pagination li a {
  border-radius: 0;
  border: solid 1px #ddd;
  margin: 0 5px;
  font-size: 1.15rem;
  outline: none
}
.pagination li a.next-page:hover, .pagination li a.prev-page:hover {
  background: rgba(43, 90, 170, 0.15);
  border: none
}
.pagination li a, .pagination li span {
  padding: 5px 13px;
  color: #333
}
.pagination li.active a, .pagination li.active span {
  background: #2b5aaa;
  font-weight: bold;
  color: #fff
}
.pagination li:first-child a, .pagination li:last-child a {
  border-radius: 0
}
.card {
  display: block;
  margin-bottom: 15px;
  overflow: hidden
}
.card.card-flex {
  display: flex;
  justify-content: space-between
}
.card.card-flex .card-img, .card.card-flex .card-body {
  padding: 0
}
.card.card-flex .card-body {
  flex: 1
}
.card .card-img {
  position: relative
}
.card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.card .card-img .thumb {
  width: 100%
}
.card .card-img .date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px;
  color: #fff
}
.card .card-img .date big, .card .card-img .date small {
  line-height: 1em;
  display: block
}
.card .card-img .date big {
  font-weight: bold;
  font-size: 2em
}
.card .card-img .date small {
  font-size: .8em
}
.card .card-body {
  position: relative;
  padding: 10px 0
}
.card .card-body .title {
  font-size: 1.15em
}
.card .card-body .summary {
  line-height: 1.8em;
  max-height: 5.4em;
  overflow: hidden;
  opacity: .7
}
.input-number {
  position: relative;
  font-weight: normal
}
.input-number input {
  display: block;
  width: 100%;
  text-align: center
}
.input-number .plus, .input-number .minus {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: 36px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 25px;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  color: #333
}
.input-number .plus.disabled, .input-number .minus.disabled {
  color: rgba(51, 51, 51, 0.2)
}
.input-number .plus:hover, .input-number .minus:hover {
  background: #333;
  color: #fff
}
.input-number .plus:hover.disabled, .input-number .minus:hover.disabled {
  background: #f0f0f0;
  color: rgba(51, 51, 51, 0.2)
}
.input-number .plus {
  left: auto;
  right: 1px
}
.message {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%)
}
.message section {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
  margin-bottom: 20px;
  transition: .3s;
  opacity: 0;
  transform: translateY(-20px);
  border-left: solid 4px transparent
}
.message section.message-info {
  border-color: #2664eb
}
.message section.message-warning {
  border-color: #fec611
}
.message section.message-error {
  border-color: #c43511
}
.message section.message-success {
  border-color: #63ed3d
}
.message section.move-enter {
  opacity: 1;
  transform: translateY(0)
}
.zoom {
  position: relative;
  border: solid 1px #ddd
}
.zoom > img {
  max-width: 100%
}
.zoom:hover .zoom-pop {
  opacity: 1
}
.zoom .zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #ddd;
  pointer-events: none;
  transform: translate(-50%, -50%);
  cursor: move
}
.zoom .zoom-pop {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
  border: solid 1px #ddd;
  overflow: hidden;
  opacity: 0
}
.zoom .zoom-pop img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto
}
.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none
}
.loading:before, .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all 1s;
  opacity: 1
}
.loading.completed:before, .loading.completed:after {
  z-index: -99999;
  opacity: 0
}
.loading.completed .spinner {
  opacity: 0
}
.loading.unload {
  z-index: 99999
}
.loading.unload:before, .loading.unload:after {
  opacity: 1;
  transition: .5s;
  transition-delay: 0s
}
.loading.unload .spinner {
  opacity: 1
}
.loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  z-index: 1;
  margin-left: -15px;
  margin-top: -15px;
  border-top: 1.5px solid #eee;
  border-right: 1.5px solid #eee;
  border-bottom: 1.5px solid #2b5aaa;
  border-left: 1.5px solid #2b5aaa;
  border-radius: 50%;
  transition: .2s;
  transition-delay: .3s;
  animation: spinner 700ms infinite linear;
  zoom: 1
}
.slider {
  display: flex;
  flex-wrap: nowrap
}
.slider .slider-item {
  flex-shrink: 0;
  width: 100%
}
.close {
  position: relative;
  width: 1rem;
  height: 1rem;
  cursor: pointer
}
.close:before, .close:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background: #000;
  content: ""
}
.close:after {
  transform: translateY(-50%) rotate(-45deg)
}
.bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.bgimg-fixed {
  background-attachment: fixed
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-name: def;
  animation-name: def
}
.animate.fast {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}
.animate.play {
  animation-play-state: running;
  -webkit-animation-play-state: running
}
.animate.in {
  animation-direction: normal
}
.animate.out {
  animation-direction: reverse
}
.animate.fade {
  -webkit-animation-name: fade;
  animation-name: fade
}
.animate.fade.up {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp
}
.animate.fade.down {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown
}
.animate.fade.left {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft
}
.animate.fade.right {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight
}
.animate.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}
.animate.bounce.up {
  -webkit-animation-name: bounceUp;
  animation-name: bounceUp
}
.animate.bounce.down {
  -webkit-animation-name: bounceDown;
  animation-name: bounceDown
}
.animate.bounce.left {
  -webkit-animation-name: bounceLeft;
  animation-name: bounceLeft
}
.animate.bounce.right {
  -webkit-animation-name: bounceRight;
  animation-name: bounceRight
}
.animate.spinner {
  -webkit-animation-name: spinner;
  animation-name: spinner
}
.animate.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
.animate.zoom {
  -webkit-animation-name: zoom;
  animation-name: zoom
}
.animate.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
.animate.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@keyframes spinner {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes def {
  0% {
    opacity: 0
  }
}
@keyframes fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes bounceUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes bounceDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
}
@keyframes iJumpUJump {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-12px)
  }
  100% {
    transform: translateY(0)
  }
}
.st-header {
  width: 100%;
  height: 80px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f5f7fa
}
.st-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto
}
.st-header .container > .nav > .nav-item > .submenu > .nav-item > .submenu {
  display: none !important
}
.st-header .container .logo {
  width: 130px;
  height: 60px;
  background: url(../image/logo.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: auto
}
.st-header .container .nav > li {
  list-style-type: none;
  font-size: 18px;
  color: #1d2129;
  height: 80px;
  position: relative;
  padding: 0 40px
}
.st-header .container .nav > li:hover .submenu {
  top: 100% !important;
  opacity: 1;
  pointer-events: auto
}
.st-header .container .nav > li:hover > a {
  color: #f38200
}
.st-header .container .nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: .2s
}
.st-header .container .nav > li .submenu {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 110%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  transition: .3s
}
.st-header .container .nav > li .submenu li {
  box-sizing: border-box;
  list-style-type: none;
  white-space: nowrap;
  padding: 15px 30px;
  overflow: hidden;
  transition: .2s;
  font-size: 16px
}
.st-header .container .nav > li .submenu li:hover {
  background-color: #f38200;
  color: #fff
}
.st-header .container .nav > .active > a {
  color: #f38200
}
.menu-1024 {
  display: none !important
}
.menu-1024 .nav-menu, .menu-1024 .nav-menu-active {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}
.menu-1024 .nav-menu .line, .menu-1024 .nav-menu-active .line {
  width: 30px;
  height: 3px;
  background-color: #c7c7c7;
  position: relative;
  transition: .3s
}
.menu-1024 .nav-menu .line::before, .menu-1024 .nav-menu-active .line::before {
  content: '';
  display: flex;
  width: 30px;
  height: 3px;
  position: absolute;
  top: -11px;
  left: 0;
  background-color: #c7c7c7;
  transition: .3s
}
.menu-1024 .nav-menu .line::after, .menu-1024 .nav-menu-active .line::after {
  content: '';
  display: flex;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -11px;
  left: 0;
  background-color: #c7c7c7;
  transition: .3s
}
.menu-1024 .nav-menu-active .line {
  background-color: transparent
}
.menu-1024 .nav-menu-active .line::before {
  width: 33px;
  transform: rotateZ(45deg);
  transform-origin: left top
}
.menu-1024 .nav-menu-active .line::after {
  width: 33px;
  transform: rotateZ(-45deg);
  transform-origin: left bottom
}
.menu-1024 .nav-1024 {
  height: 100vh;
  overflow: scroll;
  width: 90%;
  background: linear-gradient(to right, rgba(48, 48, 48, 0.95) 98%, rgba(48, 48, 48, 0));
  position: absolute;
  left: -100%;
  top: 60px;
  z-index: 999;
  transition: .3s;
  padding-top: 50px
}
.menu-1024 .nav-1024 li {
  list-style-type: none;
  padding: 10px 40px
}
.menu-1024 .nav-1024 li a {
  color: #fff !important
}
.menu-1024 .nav-1024 li .active {
  color: rgba(37, 157, 226, 0.9) !important;
  font-weight: bold
}
.menu-1024 .nav-1024 li .submenu {
  opacity: 0;
  margin-bottom: 0 !important;
  height: 0;
  z-index: 100;
  pointer-events: none
}
.menu-1024 .nav-1024 > li:hover .submenu {
  opacity: 1;
  height: auto;
  pointer-events: auto
}
.st-mainbody {
  margin: 80px 0;
  min-height: 500px
}
.st-mainbody .doc-header {
  height: 50vh
}
.st-mainbody .doc-header .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%
}
.st-mainbody .doc-header .container .summary {
  max-width: 500px;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: #f38200
}
.st-mainbody .doc-header .container .title {
  max-width: 500px;
  font-size: 45px;
  line-height: 60px;
  color: #000;
  margin-top: 25px
}
.form {
  background-image: url(../image/form-bgimg.png);
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center
}
.form .container {
  max-width: 1200px
}
.form .container .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px
}
.form .container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0
}
.form .container form .form-group {
  margin-bottom: 30px
}
.form .container form .form-group .control-label, .form .container form .form-group .help-block {
  display: none
}
.form .container form .form-group:nth-child(3), .form .container form .form-group:nth-child(4), .form .container form .form-group:nth-child(5) {
  flex: 0 0 31%
}
.form .container form .form-group:nth-child(3) input, .form .container form .form-group:nth-child(4) input, .form .container form .form-group:nth-child(5) input {
  height: 52px
}
.form .container form .form-group:nth-child(6) {
  flex: 0 0 80%
}
.form .container form .form-group:nth-child(6) input {
  height: 52px
}
.form .container form .form-group.form-action {
  flex: 0 0 16.5%
}
.form .container form .form-group.form-action button {
  width: 100%;
  height: 52px;
  background-color: #f38200
}
.st-footer {
  background-image: url(../image/footer-bgimg.png)
}
.st-footer .doc-mainbody {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #eee;
  padding: 70px 0 30px
}
.st-footer .doc-mainbody > .nav > .nav-item > .submenu > .nav-item > .submenu {
  display: none !important
}
.st-footer .doc-mainbody .company-info {
  padding-left: 15px;
  max-width: 30%
}
.st-footer .doc-mainbody .company-info .logo {
  display: flex;
  width: 130px;
  height: 60px;
  background: url('../image/logo.svg') no-repeat;
  background-size: 100%;
  background-position: center center
}
.st-footer .doc-mainbody .company-info .QR-code {
  display: flex;
  align-items: center;
  margin: 30px 0
}
.st-footer .doc-mainbody .company-info .QR-code img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 15px
}
.st-footer .doc-mainbody .company-info .QR-code p {
  margin-bottom: 0 !important
}
.st-footer .doc-mainbody .company-info .info, .st-footer .doc-mainbody .company-info .phone, .st-footer .doc-mainbody .company-info .address {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px
}
.st-footer .doc-mainbody .company-info .info img, .st-footer .doc-mainbody .company-info .phone img, .st-footer .doc-mainbody .company-info .address img {
  height: 25px;
  margin-right: 10px
}
.st-footer .doc-mainbody .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end
}
.st-footer .doc-mainbody .nav > li:first-child {
  display: none
}
.st-footer .doc-mainbody .nav > li {
  white-space: nowrap;
  color: #f38200;
  font-size: 16px;
  margin: 0 4%
}
.st-footer .doc-mainbody .nav > li a {
  margin-bottom: 30px !important
}
.st-footer .doc-mainbody .nav > li .submenu {
  padding: 0 !important
}
.st-footer .doc-mainbody .nav > li .submenu > li {
  list-style-type: none;
  white-space: nowrap;
  color: #1d2129;
  font-size: 14px;
  margin-bottom: 20px;
  transition: .2s
}
.st-footer .doc-mainbody .nav > li .submenu > li:hover {
  color: #f38200
}
.st-footer .copyright {
  padding: 30px 0
}
.st-footer .copyright .support {
  margin-left: auto
}
.bread-crumb {
  display: flex;
  align-items: center;
  color: #5f6a7f !important;
  font-size: 18px;
  font-family: 'PingFang'
}
.bread-crumb .breadcrumb {
  padding: 0 !important;
  margin: 0 !important
}
.bread-crumb .breadcrumb > li > ul {
  display: none !important
}
.page-g {
  display: flex;
  align-items: center;
  justify-content: center
}
.page-g .pagination {
  display: flex;
  align-items: center
}
.page-g .pagination li {
  margin: 0 3px
}
.page-g .pagination li a {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 26px;
  height: 28px;
  border: 1px solid #5f6a7f;
  border-radius: 4px;
  transition: .2s;
  font-size: 12px;
  font-family: ''
}
.page-g .pagination li:first-child a, .page-g .pagination li:last-child a {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-image: url('../image/left-black-icon.svg')
}
.page-g .pagination li:first-child a:hover, .page-g .pagination li:last-child a:hover {
  background-color: #f38200;
  border-color: #f38200;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-image: url('../image/left-white-icon.svg')
}
.page-g .pagination li:last-child a {
  transform: rotateY(180deg)
}
.page-g .pagination li.active a {
  background-color: #f38200;
  border-color: #f38200;
  color: #fff
}
.page-g .pagination li a:hover {
  background-color: #f38200;
  border-color: #f38200;
  color: #fff
}
.header-g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 120px 0 50px
}
.header-g .title div:first-child {
  font-size: 48px;
  font-weight: bold;
  color: #1d2129;
  position: relative;
  margin-bottom: 40px
}
.header-g .title div:first-child::after {
  content: "";
  display: flex;
  width: 100px;
  height: 4px;
  background-color: #f38200;
  margin-bottom: -10px;
  position: absolute;
  top: 110%
}
.header-g .title div:last-child {
  font-size: 18px;
  color: #5f6a7f;
  margin-bottom: 20px
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f38200;
  filter: opacity(.5)
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 0;
  background-color: transparent
}
.page-home .st-mainbody .doc-header {
  height: calc(100vh - 80px)
}
.page-home .st-mainbody .product-center {
  width: 100%;
  overflow: hidden
}
.page-home .st-mainbody .product-center .container {
  display: flex;
  padding-top: 100px;
  position: relative
}
.page-home .st-mainbody .product-center .container .cont {
  flex: 0 0 25%
}
.page-home .st-mainbody .product-center .container .cont .text {
  display: flex;
  flex-direction: column;
  margin-top: 40px
}
.page-home .st-mainbody .product-center .container .cont .text span {
  display: flex;
  font-size: 18px;
  color: #5f6a7f;
  line-height: 30px;
  font-family: "PingFang"
}
.page-home .st-mainbody .product-center .container .cont .text span:first-child {
  font-size: 48px;
  line-height: 70px;
  font-weight: bold;
  color: #1d2129;
  position: relative;
  margin-bottom: 40px
}
.page-home .st-mainbody .product-center .container .cont .text span:first-child::after {
  content: "";
  display: flex;
  width: 100px;
  height: 4px;
  background-color: #f38200;
  margin-bottom: -10px;
  position: absolute;
  top: 110%
}
.page-home .st-mainbody .product-center .container .cont .text .see-more {
  width: 150px;
  font-size: 16px;
  color: #fff;
  background-color: #f38200;
  border-radius: 60px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
  white-space: nowrap
}
.page-home .st-mainbody .product-center .container .cont .text .see-more i {
  font-size: 20px;
  margin-left: 10px
}
.page-home .st-mainbody .product-center .container .banner {
  flex: 0 0 60%;
  position: relative
}
.page-home .st-mainbody .product-center .container .banner .swiper {
  width: 60vw
}
.page-home .st-mainbody .product-center .container .banner .swiper .slider-item {
  width: 32%;
  height: 100%;
  border-radius: 10px;
  background-color: #f8f8f8
}
.page-home .st-mainbody .product-center .container .banner .swiper .slider-item .thumb {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center
}
.page-home .st-mainbody .product-center .container .banner .swiper .slider-item .thumb img {
  width: 80%;
  height: 80%;
  object-fit: contain
}
.page-home .st-mainbody .product-center .container .banner .swiper .slider-item .cont {
  padding: 10px 20px 40px
}
.page-home .st-mainbody .product-center .container .banner .swiper .slider-item .cont .item-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin: 30px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.page-home .st-mainbody .product-center .container .banner .swiper .slider-item .cont .item-model {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "PingFang";
  color: #f38200;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.page-home .st-mainbody .product-center .container .banner .swiper .swiper-container-horizontal > .swiper-wrapper {
  padding: 15px 0
}
.page-home .st-mainbody .product-center .container .banner .btn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #1d2129;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 15px;
  transition: .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.page-home .st-mainbody .product-center .container .banner .btn:hover {
  background-color: #f38200;
  border-color: #f38200;
  color: #fff
}
.page-home .st-mainbody .product-center .container .banner .btn-prev {
  left: -80px
}
.page-home .st-mainbody .product-center .container .banner .btn-next {
  right: -80px
}
.page-home .st-mainbody .product-center .container .see-more-552 {
  width: 150px;
  font-size: 16px;
  color: #fff;
  background-color: #f38200;
  border-radius: 60px;
  padding: 12px 30px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: -60px
}
.page-home .st-mainbody .product-center .container .see-more-552 i {
  font-size: 20px;
  margin-left: 10px
}
.page-home .st-mainbody .solution {
  margin-top: 100px
}
.page-home .st-mainbody .solution .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px
}
.page-home .st-mainbody .solution .list .item {
  width: 32%;
  height: 350px;
  margin-bottom: 2%;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
  transition: .3s
}
.page-home .st-mainbody .solution .list .item .title {
  font-size: 30px;
  color: #fff
}
.page-home .st-mainbody .solution .list .item .subtitle {
  font-size: 18px;
  color: #fff;
  font-family: "PingFang"
}
.page-home .st-mainbody .solution .list .item .summary {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 25px;
  font-family: "PingFang";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: .3s
}
.page-home .st-mainbody .solution .list .item .detail {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -30%;
  left: 60px;
  padding: 0 30px;
  border-radius: 100px;
  display: flex;
  background-color: #fff;
  color: #f38200;
  transition: .3s
}
.page-home .st-mainbody .solution .list .item .detail i {
  font-size: 22px;
  margin-left: 10px;
  line-height: 36px
}
.page-home .st-mainbody .solution .list .item:first-child {
  width: 66%
}
.page-home .st-mainbody .solution .list .item:nth-child(1), .page-home .st-mainbody .solution .list .item:nth-child(3), .page-home .st-mainbody .solution .list .item:nth-child(4) {
  margin-right: 2%
}
.page-home .st-mainbody .solution .list .item:hover {
  background-color: #f38200 !important;
  background-image: unset !important
}
.page-home .st-mainbody .solution .list .item:hover .summary {
  opacity: 1
}
.page-home .st-mainbody .solution .list .item:hover .detail {
  bottom: 10%
}
.page-home .st-mainbody .about-tianze {
  margin: 50px 0;
  padding: 50px 0
}
.page-home .st-mainbody .about-tianze .container {
  display: flex;
  align-items: center
}
.page-home .st-mainbody .about-tianze .container .header {
  z-index: 10
}
.page-home .st-mainbody .about-tianze .container .header .subtitle {
  max-width: 68%
}
.page-home .st-mainbody .about-tianze .container .header .statistic {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 5% 0 10%
}
.page-home .st-mainbody .about-tianze .container .header .statistic .item {
  display: flex;
  flex-direction: column;
  padding: 3% 8.5%;
  z-index: 10;
  background-color: #fff;
  transition: .2s
}
.page-home .st-mainbody .about-tianze .container .header .statistic .item span {
  white-space: nowrap
}
.page-home .st-mainbody .about-tianze .container .header .statistic .item span:first-child {
  font-size: 18px;
  transition: .2s
}
.page-home .st-mainbody .about-tianze .container .header .statistic .item span:last-child {
  font-size: 3em;
  line-height: 45px;
  transition: .2s;
  color: #f38200
}
.page-home .st-mainbody .about-tianze .container .header .statistic .item:not(:first-child) {
  position: relative
}
.page-home .st-mainbody .about-tianze .container .header .statistic .item:not(:first-child)::before {
  content: "";
  display: flex;
  height: 100px;
  width: 1px;
  background-color: #f3f4f5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%)
}
.page-home .st-mainbody .about-tianze .container .header a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #f38200;
  color: #fff
}
.page-home .st-mainbody .about-tianze .container img {
  width: 40%;
  object-fit: contain
}
.page-home .header > .title {
  font-size: 48px;
  font-weight: bold;
  color: #1d2129;
  position: relative;
  margin-bottom: 40px
}
.page-home .header > .title::after {
  content: "";
  display: flex;
  width: 100px;
  height: 4px;
  background-color: #f38200;
  margin-bottom: -10px;
  position: absolute;
  top: 110%
}
.page-home .header > .subtitle {
  font-size: 18px;
  line-height: 36px;
  font-family: "PingFang";
  color: #5f6a7f !important
}
.page-product-item .doc-body .navs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.page-product-item .doc-body .navs .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #1d2129;
  margin-bottom: 15px;
  transition: .2s
}
.page-product-item .doc-body .navs .nav i {
  display: flex;
  margin-left: 5px
}
.page-product-item .doc-body .navs .nav:not(:last-child) {
  margin-right: 5%
}
.page-product-item .doc-body .navs .nav:hover {
  background-color: #f38200;
  border-color: #f38200;
  color: #fff
}
.page-product-item .doc-body .navs .nav-active {
  background-color: #f38200 !important;
  border-color: #f38200 !important;
  color: #fff !important
}
.page-product-item .doc-body .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%
}
.page-product-item .doc-body .product-list .pro-item {
  flex: 0 0 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 8px solid #f5f7fa;
  margin: 0 0 3.5% 0;
  transition: .3s
}
.page-product-item .doc-body .product-list .pro-item .thumb {
  width: 100%;
  height: 400px;
  background-color: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center
}
.page-product-item .doc-body .product-list .pro-item .thumb img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  transition: .3s
}
.page-product-item .doc-body .product-list .pro-item .pro-title {
  font-size: 24px;
  color: #1d2129;
  margin: 30px 0 10px;
  height: 70px;
  overflow: hidden;
  transition: .3s
}
.page-product-item .doc-body .product-list .pro-item .pro-model {
  font-size: 16px;
  color: #1d2129;
  font-family: 'Roboto'
}
.page-product-item .doc-body .product-list .pro-item .show-more {
  display: flex;
  align-items: center;
  padding: 12px 35px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #1d2129;
  font-size: 16px;
  line-height: 16px;
  color: #1d2129;
  margin: 30px auto 40px;
  transition: .3s
}
.page-product-item .doc-body .product-list .pro-item:nth-child(3n+1), .page-product-item .doc-body .product-list .pro-item:nth-child(3n+2) {
  margin: 0 3.5% 3.5% 0
}
.page-product-item .doc-body .product-list .pro-item:hover {
  cursor: pointer;
  border-bottom-color: #f38200
}
.page-product-item .doc-body .product-list .pro-item:hover .thumb img {
  width: 75%;
  height: 75%
}
.page-product-item .doc-body .product-list .pro-item:hover .pro-title {
  color: #f38200
}
.page-product-item .doc-body .product-list .pro-item:hover .show-more {
  background-color: #f38200;
  border-color: #f38200;
  color: #fff
}
.page-product-detail .doc-body .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 130px 0 20px;
  border-bottom: 2px solid #f5f7fa
}
.page-product-detail .doc-body .header .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #5f6a7f
}
.page-product-detail .doc-body .header .title img {
  display: flex;
  align-items: center;
  margin-right: 10px
}
.page-product-detail .doc-body .cont {
     width: 96%;
  max-width: 1500px;
  
  /*padding: 100px 20px*/
   
  
    margin: 0 auto;
}
.page-product-detail .doc-body .cont .pro-detail-title {
  width: 100%;
  font-size: 24px;
  color: #5f6a7f;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #f5f7fa;
  padding: 10px 0;
  margin-bottom: 30px
}
.page-product-detail .doc-body .cont .pro-detail-title span {
  font-size: 18px;
  color: #c4cee0;
  margin-left: 20px
}
.page-product-detail .doc-body .cont .introduce {
  display: flex;
  align-items: center
}
.page-product-detail .doc-body .cont .introduce img {
  flex: 4;
  width: 33%
}
.page-product-detail .doc-body .cont .introduce > div {
  flex: 7;
  padding-left: 5%
}
.page-product-detail .doc-body .cont .introduce > div .profile .summary, .page-product-detail .doc-body .cont .introduce > div .feature .summary {
  color: #1d2129;
  font-size: 18px;
  line-height: 34px;
  font-family: 'PingFang'
}
.page-product-detail .doc-body .cont .introduce > div .feature {
  margin-top: 50px
}
.page-product-detail .doc-body .cont .params {
  margin-top: 80px
}
.page-product-detail .doc-body .cont .params .table {
  width: 100%;
  margin-top: 70px
}
.page-product-detail .doc-body .cont .params .table .table-row {
  display: flex;
  align-items: center;
  font-family: 'PingFang';
  font-size: 18px;
  border: 1px solid #d4d4d4;
  border-top: none;
  height: 34px
}
.page-product-detail .doc-body .cont .params .table .table-row > div:first-child {
  padding-left: 10px;
  display: flex;
  align-items: center;
  flex: 1 0 33%;
  height: 100%
}
.page-product-detail .doc-body .cont .params .table .table-row > div:last-child {
  flex: 2 0 66%;
  padding-left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #d4d4d4
}
.page-product-detail .doc-body .cont .params .table .table-row:first-child {
  background-color: #134580;
  display: flex;
  color: #fff
}
.page-product-detail .doc-body .cont .params .table .table-row-title {
  background-color: #e6e6e6
}
.page-product-detail .doc-body .cont .download-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 45px;
  border-radius: 100px;
  background-color: #f38200;
  font-size: 18px;
  color: #fff;
  margin: 100px auto 0
}
.page-solution-item .doc-body .navs {
  display: flex;
  align-items: flex-end;
  margin-top: -75px
}
.page-solution-item .doc-body .navs .nav {
  flex: 1;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .25s;
  border-top: 4px solid transparent
}
.page-solution-item .doc-body .navs .nav .title {
  font-size: 20px;
  color: #fff;
  margin-top: 10px
}
.page-solution-item .doc-body .navs .nav-active, .page-solution-item .doc-body .navs .nav:hover {
  height: 155px;
  border-top: 4px solid #f38200
}
.page-solution-item .doc-body .solution-list .sol-item {
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #f5f7fa
}
.page-solution-item .doc-body .solution-list .sol-item .thumb {
  flex: 10;
  height: 370px
}
.page-solution-item .doc-body .solution-list .sol-item .time {
  margin: 0 3% 0 7%;
  width: 120px;
  height: 120px;
  border: 2px solid #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #5f6a7f;
  transition: .3s
}
.page-solution-item .doc-body .solution-list .sol-item .time .day {
  font-size: 42px
}
.page-solution-item .doc-body .solution-list .sol-item .time .year {
  font-size: 20px
}
.page-solution-item .doc-body .solution-list .sol-item .cont {
  flex: 10
}
.page-solution-item .doc-body .solution-list .sol-item .cont .sol-title {
  font-size: 30px;
  margin: 30px 0;
  color: #f38200;
  transition: .3s
}
.page-solution-item .doc-body .solution-list .sol-item .cont .browse {
  font-size: 16px;
  color: #5f6a7f;
  display: flex;
  align-items: center;
  font-family: 'PingFang'
}
.page-solution-item .doc-body .solution-list .sol-item .cont .browse img {
  margin-right: 8px
}
.page-solution-item .doc-body .solution-list .sol-item .cont .sol-summary {
  font-size: 20px;
  line-height: 36px;
  color: #5f6a7f;
  font-family: 'PingFang';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 25px 0
}
.page-solution-item .doc-body .solution-list .sol-item .cont .show-more {
  display: flex;
  align-items: center;
  margin-top: 60px
}
.page-solution-item .doc-body .solution-list .sol-item .cont .show-more a {
  font-size: 16px;
  background-color: #f38200;
  color: #fff;
  padding: 15px 40px;
  border-radius: 80px;
  margin-left: auto;
  transition: .3s
}
.page-solution-item .doc-body .solution-list .sol-item .cont .show-more a i {
  font-size: 20px
}
.page-solution-item .doc-body .solution-list .sol-item:hover .time {
  background-color: #f38200;
  border-color: #f38200;
  color: #fff
}
.page-solution-detail .doc-body .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 130px 0 20px;
  border-bottom: 2px solid #f5f7fa
}
.page-solution-detail .doc-body .header .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #5f6a7f
}
.page-solution-detail .doc-body .header .title img {
  display: flex;
  align-items: center;
  margin-right: 10px
}
.page-solution-detail .doc-body .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto
}
.page-solution-detail .doc-body .cont .title {
  font-size: 40px;
  color: #f38200;
  margin: 60px auto
}
.page-solution-detail .doc-body .cont .thumb {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  margin-bottom: 70px
}
.page-solution-detail .doc-body .cont .subtitle {
  width: 100%;
  font-size: 28px;
  color: #1d2129;
  margin-bottom: 30px
}
.page-solution-detail .doc-body .cont .summary {
  font-size: 20px;
  line-height: 36px;
  color: #5f6a7f;
  font-family: 'PingFang'
}
.page-solution-detail .doc-footer {
  margin-top: 120px
}
.page-solution-detail .doc-footer .prev-item, .page-solution-detail .doc-footer .next-item {
  border-top: 1px solid #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
  padding: 40px 80px;
  font-size: 20px;
  display: flex;
  align-items: center
}
.page-solution-detail .doc-footer .prev-item i, .page-solution-detail .doc-footer .next-item i {
  font-size: 22px;
  font-weight: bold;
  margin: 0 50px 0 30px
}
.page-solution-detail .doc-footer .prev-item:hover, .page-solution-detail .doc-footer .next-item:hover {
  color: #f38200
}
.page-solution-detail .doc-footer .next-item {
  border-top: none
}
.page-service-support .st-mainbody {
  margin-bottom: 0 !important
}
.page-service-support .doc-body .download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 50px
}
.page-service-support .doc-body .download-list .download-item {
  flex: 0 0 48%;
  width: 48%;
  display: flex;
  align-items: center;
  border: 1px solid #5f6a7f;
  border-radius: 8px;
  padding: 25px;
  font-size: 18px;
  margin-bottom: 2.5%;
  transition: .2s
}
.page-service-support .doc-body .download-list .download-item .file-icon {
  filter: brightness(.35);
  transition: .2s
}
.page-service-support .doc-body .download-list .download-item .file-name-date {
  flex: 1;
  padding-left: 50px
}
.page-service-support .doc-body .download-list .download-item .file-name-date .file-name {
  transition: .2s;
  color: #1d2129
}
.page-service-support .doc-body .download-list .download-item .file-name-date .file-date {
  font-family: 'PingFang';
  margin-top: 10px;
  color: #5f6a7f;
  transition: .2s
}
.page-service-support .doc-body .download-list .download-item i {
  font-size: 30px;
  transition: .2s
}
.page-service-support .doc-body .download-list .download-item:nth-child(2n+1) {
  margin-right: 4%
}
.page-service-support .doc-body .download-list .download-item:hover {
  background-color: #f38200;
  border-color: #f38200
}
.page-service-support .doc-body .download-list .download-item:hover .file-icon {
  filter: brightness(1)
}
.page-service-support .doc-body .download-list .download-item:hover .file-name-date .file-name, .page-service-support .doc-body .download-list .download-item:hover .file-name-date .file-date {
  color: #fff
}
.page-service-support .doc-body .download-list .download-item:hover i {
  color: #fff
}
.page-service-support .doc-body .pledge {
  margin-top: 80px
}
.page-service-support .doc-body .pledge .container .cont {
  margin-bottom: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.page-service-support .doc-body .pledge .container .cont .thumb {
  width: 48%;
  margin-right: 4%;
  max-height: 450px;
  min-height: 300px
}
.page-service-support .doc-body .pledge .container .cont .summary {
  width: 48%;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  font-family: 'PingFang'
}
.page-service-support .doc-body .pledge .container .cont .summary > div {
  margin-bottom: 10px;
  position: relative
}
.page-service-support .doc-body .pledge .container .cont .summary > div::before {
  content: '';
  display: flex;
  width: 10px;
  height: 10px;
  margin: 7px;
  background-color: #f38200;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 0
}
.page-about-us .st-mainbody {
  margin-bottom: 0 !important
}
.page-about-us .st-mainbody .doc-body .company-culture {
  position: relative;
  min-height: 80vh;
  width: 100%
}
.page-about-us .st-mainbody .doc-body .company-culture .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  position: relative;
  z-index: 10
}
.page-about-us .st-mainbody .doc-body .company-culture .container > .title {
  font-size: 48px;
  font-weight: bold;
  color: #1d2129;
  position: relative;
  margin-bottom: 40px
}
.page-about-us .st-mainbody .doc-body .company-culture .container > .title::after {
  content: "";
  display: flex;
  width: 100px;
  height: 4px;
  background-color: #f38200;
  margin-bottom: -10px;
  position: absolute;
  top: 110%
}
.page-about-us .st-mainbody .doc-body .company-culture .container > .subtitle {
  font-size: 24px;
  color: #f38200
}
.page-about-us .st-mainbody .doc-body .company-culture .container .content {
  width: 55%;
  font-size: 18px;
  line-height: 30px;
  font-family: 'PingFang';
  color: #5f6a7f !important;
  margin-top: 70px
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards {
  width: 100%;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -12%;
  left: 0;
  background-color: #fff
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card {
  flex: 1;
  width: auto;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  margin-bottom: 0;
  position: relative;
  transition: .3s
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .icons {
  position: relative;
  width: 100px;
  height: 100%
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .icons img:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: .3s
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .icons img:last-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: .3s
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .text .title {
  font-size: 24px;
  transition: .3s
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .text .subtitle {
  font-size: 18px;
  color: #5f6a7f;
  font-family: 'PingFang';
  transition: .3s
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card:not(:first-child) {
  position: relative
}
.page-about-us .st-mainbody .doc-body .company-culture .container .cards .card:not(:first-child)::before {
  content: '';
  height: 100px;
  width: 1px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0
}
.page-about-us .st-mainbody .doc-body .company-culture > img {
  width: 55%;
  min-width: 700px;
  position: absolute;
  right: 0;
  bottom: 0
}
.page-about-us .st-mainbody .doc-body .honor {
  min-height: 70vh;
  width: 100%;
  padding-top: 150px;
  display: flex;
  align-items: center
}
.page-about-us .st-mainbody .doc-body .honor .container {
  display: flex;
  align-items: center
}
.page-about-us .st-mainbody .doc-body .honor .container .cont {
  flex: 1
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .title {
  font-size: 48px;
  font-weight: bold;
  color: #1d2129;
  position: relative;
  margin-bottom: 40px
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .title::after {
  content: "";
  display: flex;
  width: 100px;
  height: 4px;
  background-color: #f38200;
  margin-bottom: -10px;
  position: absolute;
  top: 110%
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .summary {
  font-size: 18px;
  line-height: 30px;
  font-family: 'PingFang';
  color: #5f6a7f !important
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .statistic {
  margin: 70px 0;
  display: flex
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .statistic .statitem {
  margin-right: 60px
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .statistic .statitem .key {
  font-size: 18px
}
.page-about-us .st-mainbody .doc-body .honor .container .cont > .statistic .statitem .val {
  font-size: 55px;
  color: #f38200
}
.page-about-us .st-mainbody .doc-body .honor .container img {
  flex: 0 0 50%;
  width: 50%
}
.page-about-us .st-mainbody .doc-body .contact-us .container {
  display: flex;
  align-items: center;
  padding: 100px 20px
}
.page-about-us .st-mainbody .doc-body .contact-us .container .map {
  width: 55%;
  height: 400px;
  margin-right: 5%;
  background-color: #aaa
}
.page-about-us .st-mainbody .doc-body .contact-us .container .contact {
  width: 40%;
  padding-left: 5%
}
.page-about-us .st-mainbody .doc-body .contact-us .container .contact .title {
  font-size: 24px;
  margin-bottom: 15px
}
.page-about-us .st-mainbody .doc-body .contact-us .container .contact .subtitle {
  font-size: 18px;
  color: #5f6a7f
}
.page-about-us .st-mainbody .doc-body .contact-us .container .contact .text {
  font-size: 18px;
  margin: 50px 0 30px
}
.page-about-us .st-mainbody .doc-body .contact-us .container .contact .address, .page-about-us .st-mainbody .doc-body .contact-us .container .contact .email, .page-about-us .st-mainbody .doc-body .contact-us .container .contact .phone {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #5f6a7f;
  font-family: 'PingFang';
  margin-bottom: 15px
}
.page-about-us .st-mainbody .doc-body .contact-us .container .contact .address img, .page-about-us .st-mainbody .doc-body .contact-us .container .contact .email img, .page-about-us .st-mainbody .doc-body .contact-us .container .contact .phone img {
  width: 25px;
  margin-right: 10px
}
.container {
  width: 96%;
  max-width: 1500px;
    margin: 0 auto;
}
@media (max-width:1024px) {
  .st-header {
    height: 60px
  }
  .st-header .logo {
    width: 120px !important;
    height: 40px !important
  }
  .st-header .nav {
    display: none !important
  }
  .st-header .menu-1024 {
    display: block !important
  }
  .st-mainbody {
    margin-top: 60px !important
  }
  .st-mainbody .doc-header {
    height: 50vh !important
  }
  .st-mainbody .header-g {
    flex-direction: column
  }
  .page-home .st-mainbody .solution .list .item .title {
    font-size: 24px
  }
  .page-home .st-mainbody .solution .list .item .subtitle {
    font-size: 16px
  }
  .page-home .st-mainbody .solution .list .item .summary {
    font-size: 14px;
    margin-top: 10px
  }
}
@media (max-width:768px) {
  .bread-crumb {
    font-size: 14px
  }
  .header-g .title div:first-child {
    font-size: 30px
  }
  .header-g .title div:first-child::after {
    width: 50px;
    height: 3px
  }
  .header-g .title div:last-child {
    font-size: 16px
  }
  .form {
    padding: 60px 0
  }
  .form .container form {
    display: flex;
    flex-direction: column
  }
  .form .container form input, .form .container form button {
    display: block;
    padding: 10px 20px
  }
  .form .container .title {
    font-size: 24px
  }
  .st-footer .doc-mainbody {
    display: flex;
    flex-direction: column
  }
  .st-footer .doc-mainbody .nav {
    justify-content: unset !important;
    width: 100%;
    flex-wrap: wrap
  }
  .st-footer .doc-mainbody .nav > li {
    margin-top: 20px;
    flex: 1
  }
  .st-footer .doc-mainbody .company-info .logo {
    width: 120px;
    height: 40px
  }
  .st-mainbody .doc-header .container .title {
    font-size: 30px
  }
  .st-footer .copyright .container {
    display: flex;
    flex-direction: column
  }
  .st-footer .copyright .support {
    margin: 0 !important
  }
  .page-home .st-mainbody .product-center .container .cont .text span:first-child {
    font-size: 30px
  }
  .page-home .st-mainbody .product-center .container .cont .text span:first-child::after {
    width: 50px;
    height: 3px
  }
  .page-home .st-mainbody .product-center .container {
    flex-direction: column
  }
  .page-home .st-mainbody .product-center .container .cont .text .see-more {
    display: none
  }
  .page-home .st-mainbody .product-center .container .see-more-552 {
    display: flex
  }
  .page-home .st-mainbody .product-center .container .banner .swiper {
    width: 90vw;
    margin: 0 auto
  }
  .page-home .st-mainbody .product-center .container .banner .btn-prev {
    left: -10px
  }
  .page-home .st-mainbody .product-center .container .banner .btn-next {
    right: -10px
  }
  .page-home .st-mainbody .solution .list {
    flex-direction: column;
    margin-top: 20px
  }
  .page-home .st-mainbody .solution .list .item {
    margin-right: 0 !important;
    flex: 1 0 100% !important;
    width: 100% !important
  }
  .page-home .st-mainbody .about-tianze .container {
    flex-direction: column
  }
  .page-home .st-mainbody .about-tianze .container .header .subtitle {
    max-width: 100%
  }
  .page-home .st-mainbody .about-tianze .container .header .statistic {
    flex-direction: column
  }
  .page-home .st-mainbody .about-tianze .container .header .statistic .item {
    align-items: center;
    padding: 5% 8.5%
  }
  .page-home .st-mainbody .about-tianze .container img {
    display: none
  }
  .page-home .header > .title, .page-about-us .st-mainbody .doc-body .company-culture .container > .title, .page-about-us .st-mainbody .doc-body .honor .container .cont > .title {
    font-size: 30px
  }
  .page-home .header > .title::after, .page-about-us .st-mainbody .doc-body .company-culture .container > .title::after, .page-about-us .st-mainbody .doc-body .honor .container .cont > .title::after {
    width: 50px;
    height: 3px
  }
  .page-product-item .doc-body .navs .nav {
    font-size: 16px
  }
  .page-product-item .doc-body .product-list .pro-item {
    margin: 0 0 4% 0 !important;
    flex: 0 0 48%
  }
  .page-product-item .doc-body .product-list .pro-item:nth-child(2n + 1) {
    margin: 0 4% 4% 0 !important
  }
  .page-product-item .doc-body .product-list .pro-item .pro-title {
    font-size: 20px;
    line-height: 26px;
    height: 55px
  }
  .page-solution-item .doc-body .navs .nav img {
    width: 35px;
    height: 35px
  }
  .page-solution-item .doc-body .navs .nav .title {
    font-size: 16px;
    font-weight: 500;
    margin: 10px;
    text-align: center
  }
  .page-solution-item .doc-body .solution-list .sol-item {
    flex-direction: column
  }
  .page-solution-item .doc-body .solution-list .sol-item .time {
    margin: 5% 0 0;
    width: 100%;
    height: 100px
  }
  .page-solution-item .doc-body .solution-list .sol-item .time .day {
    font-size: 30px
  }
  .page-solution-item .doc-body .solution-list .sol-item .time .year {
    font-size: 18px
  }
  .page-solution-item .doc-body .solution-list .sol-item .cont .sol-summary {
    font-size: 16px;
    line-height: 30px;
    -webkit-line-clamp: 4
  }
  .page-solution-item .doc-body .solution-list .sol-item .cont .show-more a {
    padding: 10px 25px
  }
  .page-solution-item .doc-body .solution-list .sol-item .cont .sol-title {
    font-size: 24px
  }
  .page-service-support .doc-body .download-list {
    flex-direction: column
  }
  .page-service-support .doc-body .download-list .download-item {
    flex: 0 0 100%;
    width: 100%
  }
  .page-service-support .doc-body .download-list .download-item:nth-child(2n + 1) {
    margin-right: 0
  }
  .page-service-support .doc-body .pledge .container .cont {
    flex-direction: column
  }
  .page-service-support .doc-body .pledge .container .cont .thumb {
    width: 100%
  }
  .page-service-support .doc-body .pledge .container .cont .summary {
    width: 100%;
    margin-top: 30px
  }
  .page-about-us .st-mainbody .doc-body .company-culture > img {
    display: none
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container {
    padding: 30px 20px 400px
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container > .subtitle {
    font-size: 20px
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container .content {
    width: 100%;
    margin-top: 30px;
    font-size: 16px
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container .cards {
    flex-direction: column
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .icons img {
    width: 60px
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .text {
    width: 130px
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .text .title {
    font-size: 20px
  }
  .page-about-us .st-mainbody .doc-body .company-culture .container .cards .card .text .subtitle {
    font-size: 16px
  }
  .page-about-us .st-mainbody .doc-body .honor .container {
    flex-direction: column
  }
  .page-about-us .st-mainbody .doc-body .honor .container img {
    width: 100%;
    padding-bottom: 30px
  }
  .page-about-us .st-mainbody .doc-body .honor .container .cont > .summary {
    font-size: 16px
  }
  .page-about-us .st-mainbody .doc-body .honor .container .cont > .statistic {
    flex-direction: column
  }
  .page-about-us .st-mainbody .doc-body .honor .container .cont > .statistic .statitem .val {
    font-size: 40px
  }
  .page-about-us .st-mainbody .doc-body .contact-us .container {
    flex-direction: column
  }
  .page-about-us .st-mainbody .doc-body .contact-us .container .map {
    width: 100%;
    margin: 0;
    height: 220px
  }
  .page-about-us .st-mainbody .doc-body .contact-us .container .contact {
    width: 100%;
    padding: 30px 0 0
  }
  .page-about-us .st-mainbody .doc-body .contact-us .container .contact .subtitle {
    font-size: 16px
  }
  .page-about-us .st-mainbody .doc-body .contact-us .container .contact .address, .page-about-us .st-mainbody .doc-body .contact-us .container .contact .email, .page-about-us .st-mainbody .doc-body .contact-us .container .contact .phone {
    font-size: 16px
  }
}
@media (max-width:552px) {
  .page-product-item .doc-body .product-list {
    flex-direction: column
  }
  .page-product-item .doc-body .product-list .pro-item {
    margin-right: 0 !important
  }
}