html {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
  background: #f3f5f7
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
footer, header {
  display: block
}
p {
  margin: 0
}
a {
  color: #202935;
  text-decoration: none;
  transition: color .3s
}
a:hover {
  color: #007bff
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
img {
  border: 0
}
img {
  vertical-align: middle
}
.tbfa {
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
:root {
  --primary-color: #007bff
}
.tb-container {
  position: relative;
  margin: 0 auto;
  max-width: 1360px
}
.tb-container:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both
}
.tb-card {
  background: #fff
}
.swiper-pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 4px;
  width: 20px;
  height: 4px;
  background: rgba(0, 0, 0, .2);
  border-radius: 2px;
  cursor: pointer;
  transition: all .3s
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-nav {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translate(0, -50%);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 42px;
  cursor: pointer;
  opacity: 0;
  transition: all .3s
}
.swiper-nav.swiper-next {
  left: auto;
  right: 200px
}
@media (max-width: 640px) {
  .swiper-nav {
    display: none
  }
}
.tb-header {
  position: relative;
  background: #fff;
  line-height: 1;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, .06)
}
.tb-header .logo {
  display: inline-block;
  margin: 0 48px 8px 0;
  vertical-align: top
}
.tb-header .logo img {
  display: block;
  height: 32px;
  vertical-align: sub
}
.tb-header .logo a {
  font-size: 28px
}
.tb-header .menu-i {
  display: none;
  float: right;
  padding: 6px 4px;
  font-size: 20px;
  color: #202935;
  cursor: pointer
}
.tb-header .menu-i:hover {
  color: #007bff
}
.tb-header .menu-i {
  display: none
}
.tb-header.layout-1 {
  padding: 24px 0 16px
}
.tb-header.layout-1 .top-nav {
  display: inline-block
}
.top-nav {
  list-style: none;
  padding: 0;
  margin: 0
}
.top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.top-nav .m-a-0 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #202935;
  line-height: 1;
  top: -1px;
  transition: transform .3s
}
.top-nav .m-i-front {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: bottom
}
.top-nav .menu-item > a {
  position: relative;
  display: block;
  color: #202935
}
.top-nav .menu-item:hover > a {
  color: #007bff
}
.top-nav .menu-item:hover > a .m-a-0 {
  color: #007bff
}
.top-nav .depth-0 {
  display: inline-block
}
.top-nav .depth-0 > a {
  padding-right: 18px;
  height: 32px;
  line-height: 32px;
  font-size: 16px
}
.top-nav .depth-0 > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  height: 24px;
  width: 100%
}
.top-nav .depth-0:hover .m-a-0 {
  transform: rotate(180deg) translateY(1px)
}
.top-nav .depth-0:hover .s-m-0 {
  visibility: visible;
  opacity: 1
}
.top-nav .s-m-0 {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  opacity: 0;
  visibility: hidden;
  z-index: 1
}
.top-nav .sub-menu {
  transition: opacity .3s, transform .3s, left .3s
}
.top-nav .current-menu-item > a {
  color: #007bff
}
.top-nav .current-menu-item > a .tbfa {
  color: #007bff
}
.tb-nav-1 {
  position: relative
}
.tb-nav-1 .sub-menu {
  position: absolute;
  width: 200px;
  padding: 16px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
.tb-nav-1 .s-m-0 {
  left: calc(50% - 16px);
  transform: translateX(-50%)
}
.tb-nav-1 .s-m-0 .menu-item {
  transition: background .3s
}
.tb-nav-1 .s-m-0 .menu-item:hover {
  background: rgba(243, 245, 247, .8)
}
.tb-nav-1 .menu-item {
  position: relative
}
.tb-nav-1 .menu-item > a {
  display: flex;
  padding: 10px 24px;
  align-items: center
}
.tb-nav-1 .m-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px
}
.tb-nav-1:hover .s-m-0 {
  transform: translate(-50%, 16px)
}
.header-fix .tb-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}
@media (max-width: 890px) {
  .tb-header:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #e7ebf3;
    transform-origin: 50% 0;
    transform: scaleY(.5) translateY(50%);
    bottom: 0
  }
  .tb-header:after {
    bottom: -1px
  }
  .tb-header .menu-i {
    position: relative;
    float: right;
    display: block;
    padding: 4px 22px 4px 8px;
    margin-right: -24px
  }
  .tb-header .contacts-header {
    display: none
  }
  .tb-header .logo {
    margin: 0
  }
  .tb-header .logo img {
    max-height: 28px
  }
  .tb-header.layout-1 {
    padding: 12px 0
  }
  .tb-header.layout-1 .top-nav {
    position: fixed;
    padding: 16px 24px;
    top: 52px;
    bottom: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .3s
  }
  .top-nav {
    padding: 24px
  }
  .top-nav .depth-0 {
    display: block
  }
  .top-nav .depth-0 > a {
    line-height: 1;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700
  }
  .top-nav .depth-0:hover .sub-menu {
    transform: translate(0, 0)
  }
  .top-nav .depth-1 {
    margin-bottom: 0
  }
  .top-nav .depth-1:not(:nth-child(4n+4)) {
    margin: 0
  }
  .top-nav .menu-item > a {
    padding: 8px 0
  }
  .top-nav .m-info {
    margin-top: 0;
    font-size: 14px
  }
  .top-nav .title-blod {
    font-weight: 400
  }
  .top-nav .title-big {
    font-size: 14px
  }
  .top-nav .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    max-height: none;
    padding: 0 0 0 24px;
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: none;
    overflow: visible
  }
  .top-nav .s-m-0:before {
    display: none
  }
  .top-nav .s-m-0 .menu-item {
    width: 100%
  }
  .top-nav .s-m-0 .menu-item:hover {
    background: 0 0
  }
  .top-nav .m-a-0 {
    display: none
  }
  .top-nav .m-i-front {
    vertical-align: text-bottom;
    font-weight: 400
  }
}
@media (max-width: 640px) {
  .tb-header.layout-1 .top-nav {
    padding: 8px 15px 15px
  }
  .tb-header .menu-i {
    padding-right: 13px;
    margin-right: -15px
  }
}
.post-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.post-list .post-item {
  margin-bottom: 24px
}
.post-list .post-item .tb-thumb {
  position: relative
}
.post-list .post-item .tb-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s
}
.post-list .post-item .post-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.post-list .post-item:hover .tb-thumb img {
  transform: translate(-50%, -50%) scale(1.1)
}
@media (max-width: 890px) {
  .post-list .post-item .post-title {
    max-height: 42px;
    font-size: 16px;
    line-height: 20px
  }
}
@media (max-width: 640px) {
  .post-list .post-item .post-title {
    max-height: 36px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500
  }
}
.tb-contacts .contact-tooltip {
  visibility: hidden;
  width: 240px;
  position: absolute;
  top: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  text-align: center;
  line-height: 1.5;
  z-index: 1
}
.tb-contacts .contact-tooltip:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0)
}
.tb-contacts .contact-tooltip:after {
  position: absolute;
  content: "";
  border: 6px solid rgba(0, 0, 0, 0)
}
.tb-contacts .contact-tooltip .ct-desc {
  text-align: center;
  color: #8a8a8a
}
.tb-contacts .contact-tooltip .ct-desc + img {
  margin-top: 8px
}
.tb-contacts .contact-tooltip .ct-info {
  display: block;
  text-align: center;
  font-weight: 700
}
.tb-contacts .contact-tooltip > img {
  max-width: 140px;
  padding: 4px
}
.contacts-header {
  float: right;
  display: flex;
  padding-left: 8px;
  align-items: center;
  line-height: 32px
}
.contacts-header .contact-item {
  position: relative;
  margin-left: 12px
}
.contacts-header .contact-item .tbfa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 20px
}
.contacts-big .contact-item {
  position: relative;
  padding: 0 46px 0 0;
  line-height: 1;
  text-align: right
}
.contacts-big .contact-item .tbfa {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  border: none;
  color: #007bff;
  font-size: 40px;
  font-weight: 400
}
.contacts-big .contact-item .tbfa:hover {
  color: #007bff;
  background: 0 0
}
.contacts-big .contact-item .ct-desc {
  margin-bottom: 2px;
  font-size: 12px;
  word-break: keep-all;
  line-height: 1;
  font-weight: 400;
  color: #007bff
}
.contacts-big .contact-item .ct-info {
  font-size: 18px;
  word-break: keep-all;
  font-weight: 800;
  line-height: 1
}
.contacts-right_b {
  position: fixed;
  right: 24px;
  bottom: 94px;
  z-index: 9998
}
.contacts-right_b .contact-item {
  position: relative;
  width: 68px;
  height: 68px;
  font-size: 12px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #007bff
}
.contacts-right_b .contact-item.scroll-top {
  display: none;
  padding-top: 22px;
  margin: 8px auto 0 auto;
  cursor: pointer
}
.contacts-right_b .contact-item .ct-info {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  font-size: 12px;
  text-align: center;
  color: #007bff;
  transition: color .3s
}
.contacts-right_b .contact-item .tbfa {
  width: 100%;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #007bff;
  border: none
}
.contacts-right_b .contact-item .tbfa:hover {
  background: 0 0
}
.contacts-right_b .contact-item .contact-tooltip {
  margin-right: 6px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: margin .3s
}
.contacts-right_b .contact-item .contact-tooltip:before {
  width: 12px;
  top: 0;
  bottom: 0;
  right: -12px
}
.contacts-right_b .contact-item .contact-tooltip:after {
  top: 50%;
  right: -12px;
  border-left: 6px solid #fff;
  transform: translateY(-50%)
}
.contacts-right_b .contact-item:hover {
  background: #007bff
}
.contacts-right_b .contact-item:hover .tbfa, .contacts-right_b .contact-item:hover > .ct-info {
  color: #fff
}
.contacts-right_b .contact-item:hover .contact-tooltip {
  visibility: visible;
  margin-right: 12px
}
@media (max-width: 890px) {
  body {
    padding-bottom: 68px
  }
  .contacts-right_b {
    display: flex;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff
  }
  .contacts-right_b:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #e7ebf3;
    transform-origin: 50% 0;
    transform: scaleY(.5) translateY(50%);
    top: 0
  }
  .contacts-right_b .contact-item {
    flex: 1;
    margin-top: 0;
    text-align: center;
    border: none !important
  }
  .contacts-right_b .contact-item > .ct-info {
    display: block;
    padding: 12px 0;
    color: #202935 !important
  }
  .contacts-right_b .contact-item .tbfa {
    border: none !important;
    color: #202935 !important
  }
  .contacts-right_b .contact-item .tbfa:hover {
    background: 0 0 !important;
    color: #202935;
    opacity: .85
  }
  .contacts-right_b .contact-item .contact-tooltip {
    position: fixed;
    bottom: 68px;
    width: 100%;
    top: auto;
    left: 0;
    transform: translateY(0);
    box-shadow: none
  }
  .contacts-right_b .contact-item .contact-tooltip:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #e7ebf3;
    transform-origin: 50% 0;
    transform: scaleY(.5) translateY(50%);
    top: 0
  }
  .contacts-right_b .contact-item .contact-tooltip:after {
    border: none
  }
  .contacts-right_b .contact-item.scroll-top {
    margin-top: 0
  }
  .contacts-right_b .contact-item:hover {
    background: #fff !important
  }
  .contacts-big .contact-item {
    padding-right: 38px
  }
  .contacts-big .contact-item .ct-info {
    font-size: 14px;
    color: #007bff
  }
  .contacts-big .contact-item .tbfa {
    width: 30px;
    top: -2px;
    font-size: 32px
  }
}
@media (max-width: 640px) {
  .contacts-big .contact-item .ct-desc {
    transform: scale(.8);
    transform-origin: 100% 55%
  }
}
.tb-custome-wraper {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden
}
.tb-custome-wraper.tb-white {
  background-color: #fff
}
.tb-custome-wraper.tb-grey {
  background-color: #f3f5f7
}
.tb-custome-wraper .m-title {
  position: relative;
  margin: 0;
  font-size: 26px;
  text-align: center;
  color: #202935;
  letter-spacing: 2px;
  transition: all .3s
}
.tb-custome-wraper .m-title span {
  color: #007bff
}
.tb-custome-wraper .m-title-decorate {
  padding-bottom: 10px
}
.tb-custome-wraper .m-title-decorate:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 30px;
  left: 50%;
  bottom: 0;
  background: #007bff;
  border-radius: 4px;
  transform: translateX(-50%)
}
.tb-custome-wraper .m-desc {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  transition: all .3s
}
.tb-custome-wraper .tb-c-w.with-title {
  margin-top: 60px
}
.tb-custome-wraper .post-list {
  margin-bottom: -24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.tb-custome-wraper .post-list .post-item:not(.without-metas) {
  box-shadow: 0 0 12px rgba(0, 0, 0, .08)
}
.tb-m-align-left .m-title, .tb-m-align-left .m-desc, .tb-m-align-left .tb-m-more {
  text-align: left
}
.tb-m-align-right .m-title, .tb-m-align-right .m-desc, .tb-m-align-right .tb-m-more {
  text-align: right
}
.tb-m-more {
  width: 100%;
  margin-top: 40px;
  text-align: center
}
.tb-m-more a {
  position: relative;
  display: inline-block;
  color: #007bff
}
.tb-m-more a:hover {
  opacity: .85
}
.tb-m-more.tb-m-more-main a {
  padding: 0 40px;
  line-height: 42px;
  border-radius: 4px;
  font-size: 14px
}
.tb-m-more.tb-m-more-main a:after {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  background: rgba(0, 0, 0, 0);
  transition: all .3s
}
.tb-m-more.tb-m-more-main a:hover {
  opacity: 1;
  -webkit-animation: tb-wobble 1s ease-in-out;
  animation: tb-wobble 1s ease-in-out
}
.tb-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-clamp.clamp-2 {
  -webkit-line-clamp: 2
}
.tb-m-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.tb-m-swiper .m-title {
  color: #fff;
  font-size: 42px;
  letter-spacing: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-m-swiper .m-desc {
  margin-top: 12px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-m-swiper .tb-m-more a {
  background: #007bff;
  color: #fff
}
.tb-m-swiper {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.tb-m-swiper .swiper-inner {
  display: flex;
  flex-wrap: nowrap
}
.tb-m-swiper .tb-m-item {
  position: relative;
  flex: 0 0 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1
}
.tb-m-swiper .m-h {
  height: 450px;
}
.tb-m-swiper .m-h img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.tb-m-swiper .swiper-item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%)
}
.tb-m-swiper .tb-slide-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .8s
}
.tb-m-swiper .tb-slide-active .tb-slide-up {
  opacity: 1;
  transform: translate(0, 0)
}
.tb-m-swiper:hover .swiper-nav {
  opacity: 1
}
.tb-m-advantage .tb-c-w, .tb-m-step .tb-c-w {
  display: flex;
  justify-content: center
}
.tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
  position: relative;
  flex: 1;
  padding: 0;
  margin-right: 48px;
  text-align: center
}
.tb-m-advantage .tb-m-item:last-child, .tb-m-step .tb-m-item:last-child {
  margin-right: 0
}
.tb-m-advantage .tbfa, .tb-m-step .tbfa {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 50px;
  line-height: 80px;
  color: #007bff
}
.tb-m-advantage .tbfa + .tb-m-i-title, .tb-m-step .tbfa + .tb-m-i-title {
  margin-top: 32px
}
.tb-m-advantage .tbfa:after, .tb-m-step .tbfa:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #007bff;
  opacity: .08;
  z-index: -1;
  transition: transform .5s
}
.tb-m-advantage .tb-m-i-title, .tb-m-step .tb-m-i-title {
  font-size: 18px;
  font-weight: 700;
  color: #202935
}
.tb-m-advantage .tb-m-i-title + .tb-m-i-desc, .tb-m-step .tb-m-i-title + .tb-m-i-desc {
  margin-top: 8px
}
.tb-m-advantage .tb-m-i-desc, .tb-m-step .tb-m-i-desc {
  font-size: 15px
}
.tb-m-advantage .tbfa {
  border-radius: 50%;
  transition: all .3s
}
.tb-m-advantage .tbfa:after {
  border-radius: 50%;
  transition: transform .3s
}
.tb-m-advantage .tb-m-icon:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 80px;
  background: #007bff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .3s
}
.tb-m-advantage .tb-m-icon:hover:before {
  transform: scale(1)
}
.tb-m-advantage .tb-m-icon:hover .tbfa {
  color: #fff
}
.tb-m-step .tb-m-item {
  transition: top .3s
}
.tb-m-step .tb-m-item .tbfa:after {
  border-radius: 50% 50% 25%
}
.tb-m-step .tb-m-item .tb-m-i-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-m-step .tb-m-item:not(:last-child):after {
  position: absolute;
  content: "ÓòÖ";
  color: #8a8a8a;
  font-family: "tbfa";
  left: calc(100% + 16px);
  top: 30px;
  font-weight: 800
}
.tb-m-step .tb-m-item:hover .tbfa:after {
  transform: rotate(-45deg)
}
.tb-m-step .tb-m-item:hover:after {
  color: #007bff;
  -webkit-animation: tb-step-arrow .7s linear infinite;
  animation: tb-step-arrow .7s linear infinite
}
.tb-m-digitalize .tb-c-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.tb-m-digitalize .tb-m-item {
  flex: 1;
  padding: 0 24px;
  text-align: center
}
.tb-m-digitalize .tb-m-i-count {
  margin-right: 4px;
  font-size: 40px;
  font-weight: 800
}
.tb-m-digitalize .tb-m-i-info {
  font-size: 14px;
  color: #007bff
}
.tb-m-digitalize .tb-m-i-name {
  font-size: 15px
}
.tb-m-about .tb-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center
}
.tb-m-about .ab-img-wraper {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 32px);
  overflow: hidden;
  background: 0 0
}
.tb-m-about .ab-img-wraper img {
  width: 100%
}
.tb-m-about .ab-detail {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% + 32px)
}
.tb-m-about .ab-detail.ab-1 {
  padding-left: 64px
}
.tb-m-about .m-title {
  margin-bottom: 24px;
  text-align: left
}
.tb-m-about .m-title + .m-describe {
  margin-top: 0
}
.tb-m-about .m-title-decorate:after {
  left: 0;
  transform: translateX(0)
}
.tb-m-about .m-describe {
  margin: 16px 0 0;
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  text-align: justify
}
.tb-m-about .tb-m-more {
  display: inline-block;
  text-align: left
}
@media (max-width: 1024px) {
  .tb-m-swiper .m-title {
    letter-spacing: 1px
  }
  .tb-m-swiper .m-desc {
    margin-top: 8px
  }
  .tb-m-swiper .m-h {
    height: 460px
  }
  .tb-m-swiper .swiper-nav {
    display: none
  }
  .tb-m-advantage .tb-c-w, .tb-m-step .tb-c-w {
    flex-wrap: wrap
  }
  .tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 32px)
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    margin-right: 0
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(5) {
    margin-top: 48px
  }
  .tb-m-advantage .tb-m-item .tbfa + .tb-m-i-title, .tb-m-step .tb-m-item .tbfa + .tb-m-i-title {
    margin-top: 24px
  }
  .tb-m-step .tb-m-item {
    margin-right: 48px
  }
  .tb-m-step .tb-m-item:after {
    display: none
  }
  .tb-m-digitalize .tb-m-item {
    padding: 0 16px
  }
  .tb-m-about .ab-img-wraper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 24px)
  }
  .tb-m-about .ab-detail {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% + 24px)
  }
  .tb-m-about .ab-detail.ab-1 {
    padding-left: 48px
  }
  .tb-custome-wraper .tb-hide-3 .tb-m-item:last-child {
    display: none
  }
}
@media (max-width: 768px) {
  .tb-m-more {
    margin-top: 24px
  }
  .tb-m-more.tb-m-more-main a {
    padding: 0 32px;
    line-height: 38px
  }
  .tb-custome-wraper {
    padding: 70px 0
  }
  .tb-custome-wraper .m-title {
    font-size: 22px
  }
  .tb-custome-wraper .m-title-decorate {
    padding-bottom: 8px
  }
  .tb-custome-wraper .m-desc {
    font-size: 16px
  }
  .tb-custome-wraper .tb-c-w.with-title {
    margin-top: 40px
  }
  .tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
    margin-right: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 16px)
  }
  .tb-m-advantage .tb-m-item .tbfa + .tb-m-i-title, .tb-m-step .tb-m-item .tbfa + .tb-m-i-title {
    margin-top: 16px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title, .tb-m-step .tb-m-item .tb-m-i-title {
    font-size: 17px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title + .tb-m-i-desc, .tb-m-step .tb-m-item .tb-m-i-title + .tb-m-i-desc {
    margin-top: 4px
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    margin-right: 0
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(5) {
    margin-top: 24px
  }
  .tb-m-step .tb-m-item .tbfa + .tb-m-i-title {
    margin-top: 16px
  }
  .tb-m-swiper .m-h {
    height: 290px
  }
  .tb-m-swiper {
    padding: 0
  }
  .tb-m-swiper .m-title {
    font-size: 26px;
    letter-spacing: 1px
  }
  .tb-m-swiper .m-desc {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 1px
  }
  .tb-m-digitalize .tb-m-i-count {
    font-size: 30px
  }
  .tb-m-about .tb-container {
    flex-wrap: wrap
  }
  .tb-m-about .ab-img-wraper, .tb-m-about .ab-detail {
    flex: 0 0 100%;
    margin: 0 auto
  }
  .tb-m-about .ab-detail.ab-1 {
    padding: 48px 0 0
  }
  .tb-m-about .m-describe {
    margin-top: 16px;
    font-size: 15px
  }
}
@media (max-width: 640px) {
  .tb-custome-wraper {
    padding: 32px 0
  }
  .tb-custome-wraper .m-title {
    font-size: 22px
  }
  .tb-custome-wraper .m-title-decorate:after {
    height: 4px;
    width: 20px
  }
  .tb-custome-wraper .m-desc {
    margin-top: 6px;
    font-size: 14px
  }
  .tb-custome-wraper:not(.tb-m-partner) .tb-hide-3 .tb-m-item:last-child {
    display: block
  }
  .tb-custome-wraper .tb-hide-2 .tb-m-item:last-child {
    display: none !important
  }
  .tb-custome-wraper .tb-c-w.post-list {
    margin-bottom: -8px
  }
  .tb-custome-wraper .tb-c-w.with-title {
    margin-top: 24px
  }
  .tb-m-align-left .m-title, .tb-m-align-left .m-desc, .tb-m-align-left .tb-m-more, .tb-m-align-right .m-title, .tb-m-align-right .m-desc, .tb-m-align-right .tb-m-more {
    text-align: center
  }
  .tb-m-swiper .m-h {
    height: 230px
  }
  .tb-m-swiper .swiper-pagination {
    bottom: 8px
  }
  .tb-m-swiper .swiper-pagination-bullet {
    margin: 0 3px
  }
  .tb-m-swiper {
    padding: 0
  }
  .tb-m-swiper .m-title {
    font-size: 22px
  }
  .tb-m-swiper .m-desc {
    font-size: 15px
  }
  .tb-m-more {
    margin-top: 24px
  }
  .tb-m-more.tb-m-more-main a {
    padding: 0 24px
  }
  .tb-m-about {
    padding: 0
  }
  .tb-m-about .tb-container {
    margin: 0 !important
  }
  .tb-m-about .m-title {
    text-align: center
  }
  .tb-m-about .m-title-decorate:after {
    left: 50%;
    transform: translateX(-50%)
  }
  .tb-m-about .ab-detail {
    position: relative
  }
  .tb-m-about .ab-detail.ab-1 {
    padding: 24px 20px
  }
  .tb-m-about .tb-m-more {
    text-align: center
  }
  .tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
    margin-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px)
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(4) {
    margin-top: 24px
  }
  .tb-m-advantage .tb-m-item:nth-child(1), .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(3) {
    margin-right: 20px
  }
  .tb-m-advantage .tb-m-item .tbfa, .tb-m-step .tb-m-item .tbfa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px
  }
  .tb-m-advantage .tb-m-item .tbfa + .tb-m-i-title, .tb-m-step .tb-m-item .tbfa + .tb-m-i-title {
    margin-top: 8px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title, .tb-m-step .tb-m-item .tb-m-i-title {
    font-size: 17px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title + .tb-m-i-desc, .tb-m-step .tb-m-item .tb-m-i-title + .tb-m-i-desc {
    margin-top: 0
  }
  .tb-m-advantage .tb-m-item .tb-m-i-desc, .tb-m-step .tb-m-item .tb-m-i-desc {
    font-size: 14px
  }
  .tb-m-advantage .tb-m-item:before {
    width: 70px;
    height: 70px;
    margin-left: -35px
  }
  .tb-m-digitalize .tb-m-item {
    padding: 15px 0;
    flex: 0 0 50%
  }
  .tb-m-digitalize .tb-m-item:nth-child(3), .tb-m-digitalize .tb-m-item:nth-child(4) {
    margin-top: 16px
  }
  .tb-m-digitalize .tb-m-i-info {
    font-size: 16px
  }
  .tb-m-digitalize .tb-m-i-count {
    margin-right: 2px;
    font-size: 36px
  }
  .tb-m-digitalize .tb-m-i-name {
    font-size: 14px
  }
}
.tb-m-advantage .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}
.tb-m-advantage .tb-m-item:nth-child(2), .tb-m-step .tb-m-item:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.tb-m-step .tb-m-item:nth-child(5) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.tb-animate {
  visibility: hidden
}
.tb-animate-active {
  visibility: visible;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.tb-animate-active.tb-fadeInUp {
  -webkit-animation-name: tb-fadeInUp;
  animation-name: tb-fadeInUp
}
.tb-animate-active.tb-slideInRight {
  -webkit-animation-name: tb-slideInRight;
  animation-name: tb-slideInRight
}
.tb-animate-active.tb-slideInLeft {
  -webkit-animation-name: tb-slideInLeft;
  animation-name: tb-slideInLeft
}
@-webkit-keyframes tb-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 100px)
  }
  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}
@-moz-keyframes tb-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 100px)
  }
  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}
@-o-keyframes tb-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 100px)
  }
  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}
@keyframes tb-fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 100px)
  }
  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}
@-webkit-keyframes tb-slideInLeft {
  from {
    transform: translate(-100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@-moz-keyframes tb-slideInLeft {
  from {
    transform: translate(-100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@-o-keyframes tb-slideInLeft {
  from {
    transform: translate(-100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@keyframes tb-slideInLeft {
  from {
    transform: translate(-100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@-webkit-keyframes tb-slideInRight {
  from {
    transform: translate(100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@-moz-keyframes tb-slideInRight {
  from {
    transform: translate(100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@-o-keyframes tb-slideInRight {
  from {
    transform: translate(100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@keyframes tb-slideInRight {
  from {
    transform: translate(100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@-webkit-keyframes tb-step-arrow {
  0% {
    opacity: 0;
    transform: translateX(-8px)
  }
  50% {
    opacity: 1;
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    transform: translateX(8px)
  }
}
@-moz-keyframes tb-step-arrow {
  0% {
    opacity: 0;
    transform: translateX(-8px)
  }
  50% {
    opacity: 1;
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    transform: translateX(8px)
  }
}
@-o-keyframes tb-step-arrow {
  0% {
    opacity: 0;
    transform: translateX(-8px)
  }
  50% {
    opacity: 1;
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    transform: translateX(8px)
  }
}
@keyframes tb-step-arrow {
  0% {
    opacity: 0;
    transform: translateX(-8px)
  }
  50% {
    opacity: 1;
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    transform: translateX(8px)
  }
}
@-webkit-keyframes tb-wobble {
  0% {
    transform: translateY(0)
  }
  16% {
    transform: translateY(8px)
  }
  33.3% {
    transform: translateY(-6px)
  }
  50% {
    transform: translateY(4px)
  }
  66.6% {
    transform: translateY(-2px)
  }
  83% {
    transform: translateY(1px)
  }
  100% {
    transform: translateX(0)
  }
}
@-moz-keyframes tb-wobble {
  0% {
    transform: translateY(0)
  }
  16% {
    transform: translateY(8px)
  }
  33.3% {
    transform: translateY(-6px)
  }
  50% {
    transform: translateY(4px)
  }
  66.6% {
    transform: translateY(-2px)
  }
  83% {
    transform: translateY(1px)
  }
  100% {
    transform: translateX(0)
  }
}
@-o-keyframes tb-wobble {
  0% {
    transform: translateY(0)
  }
  16% {
    transform: translateY(8px)
  }
  33.3% {
    transform: translateY(-6px)
  }
  50% {
    transform: translateY(4px)
  }
  66.6% {
    transform: translateY(-2px)
  }
  83% {
    transform: translateY(1px)
  }
  100% {
    transform: translateX(0)
  }
}
@keyframes tb-wobble {
  0% {
    transform: translateY(0)
  }
  16% {
    transform: translateY(8px)
  }
  33.3% {
    transform: translateY(-6px)
  }
  50% {
    transform: translateY(4px)
  }
  66.6% {
    transform: translateY(-2px)
  }
  83% {
    transform: translateY(1px)
  }
  100% {
    transform: translateX(0)
  }
}
@media (max-width: 1024px) {
  .tb-m-advantage .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
  }
  .tb-m-advantage .tb-m-item:nth-child(2), .tb-m-step .tb-m-item:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
  }
  .tb-m-step .tb-m-item:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
  }
}
@media (max-width: 640px) {
  .tb-m-advantage .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
  }
  .tb-m-advantage .tb-m-item:nth-child(2), .tb-m-step .tb-m-item:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
  }
}
.tb-radius .top-nav .sub-menu, .tb-radius .tb-rds {
  border-radius: 4px
}
.tb-radius .tb-contacts.contacts-right_b .tbfa {
  border-radius: 4px
}
@media (max-width: 890px) {
  .tb-radius .contacts-right_b .tb-rds {
    border-radius: 0
  }
}
@media (max-width: 640px) {
  .tb-radius .contacts-right_b .tb-rds {
    border-radius: 0
  }
}
.tb-footer {
  padding: 24px 0;
  background: #202935;
  color: #8a8a8a
}
.tb-footer a {
  color: #8a8a8a
}
.tb-footer a:hover {
  color: #007bff
}
.tb-footer .footer-copyright {
  text-align: center;
  color: #8a8a8a
}
.tb-footer .footer-copyright .tb-f-item {
  margin-left: 16px
}
.tb-footer .footer-copyright .tb-gongan {
  vertical-align: bottom
}
:root {
  --primary-color: #09f
}
body {
  font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif
}
.tb-header .logo img {
  height: 40px
}
.tb-custome-wraper .m-title {
  color: #202935
}
.tb-m-swiper .m-desc {
  color: #333
}
.tb-nav-1 .menu-item > a {
  padding: 8px 15px
}
.tb-header.layout-1 {
  padding: 18px 0 8px
}
::-webkit-scrollbar {
  width: 8px
}
::-webkit-scrollbar-thumb {
  background-color: #09f
}
.tb-container {
  max-width: 1360px
}
@media (max-width: 1408px) {
  .tb-container {
    margin: 0 24px
  }
  .tb-custome-wraper .tb-container {
    margin: 0 48px
  }
}
@media (max-width: 640px) {
  .tb-container {
    margin: 0 15px
  }
  .tb-custome-wraper .tb-container {
    margin: 0 20px
  }
}
.tb-m-swiper img {
  min-height: 200px;
}
.logo {
  display: inline-block;
  margin: 0 48px 8px 0;
  vertical-align: top
}
.logo img {
  display: block;
  height: 32px;
  height: var(--pc-logo-h);
  vertical-align: sub
}
@media (max-width: 890px) {
  .logo {
    margin: 0
  }
  .logo img {
    max-height: 28px
  }
}
@media (max-width: 890px) {
  .tb-header {
    padding: 12px 0
  }
  .tb-header::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #e7ebf3;
    transform-origin: 50% 0;
    transform: scaleY(0.5) translateY(50%);
    bottom: 0
  }
  .tb-header::after {
    bottom: -1px
  }
}
.top-nav {
  list-style: none;
  padding: 0;
  margin: 0
}
.top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.top-nav li > a {
  position: relative;
  display: block;
  color: #202935
}
.top-nav li:hover > a {
  color: #007bff
}
.top-nav li:hover > .sub-menu {
  visibility: visible;
  opacity: 1
}
.top-nav > li {
  display: inline-block
}
.top-nav > li > a {
  padding-right: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px
}
.top-nav > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px
}
.top-nav > li > ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  opacity: 0;
  visibility: hidden;
  z-index: 1
}
.top-nav .sub-menu {
  transition: opacity .3s, transform .3s, left .3s;
  z-index: 2
}
.top-nav .current-menu-item > a {
  color: #007bff
}
.top-nav .current-menu-item > a .tbfa {
  color: #007bff
}
@media (max-width: 890px) {
  .top-nav {
    position: fixed;
    padding: 16px 0 16px 24px;
    top: 52px;
    bottom: 66px;
    left: -100%;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .3s
  }
  .top-nav li > a {
    padding: 8px 0
  }
  .top-nav > li {
    display: block
  }
  .top-nav > li > a {
    line-height: 1;
    padding: 12px 0;
    font-size: 14px;
    height: auto;
    font-weight: bold
  }
  .top-nav .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    max-height: none;
    padding: 0 0 0 24px;
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: none;
    overflow: visible
  }
  .top-nav .sub-menu li > a {
    padding: 10px 0
  }
}
@media (max-width: 640px) {
  .top-nav {
    padding: 8px 0 15px 15px
  }
}
@media (min-width: 891px) {
  .top-nav > li > a::before {
    height: 24px;
    z-index: 1
  }
  .top-nav > li:hover > a::before {
    min-height: 124px !important
  }
  .tb-nav-1 {
    position: relative
  }
  .tb-nav-1 .sub-menu {
    position: absolute;
    width: 200px;
    padding: 16px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
  }
  .tb-nav-1 > ul {
    left: calc(50% - 16px);
    transform: translateX(-50%)
  }
  .tb-nav-1 > ul li {
    transition: background .3s
  }
  .tb-nav-1 > ul li:hover {
    background: rgba(243, 245, 247, .8)
  }
  .tb-nav-1 li {
    position: relative
  }
  .tb-nav-1 li > a {
    display: flex;
    padding: 10px 24px;
    align-items: center
  }
  .tb-nav-1 .m-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
  }
  .tb-nav-1:hover > ul {
    transform: translate(-50%, 16px)
  }
}
.post-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.post-list .post-item {
  margin-bottom: 24px
}
.post-list .tb-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all .3s
}
.post-list .post-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
@media (max-width: 890px) {
  .post-list .post-title {
    font-size: 16px
  }
}
@media (max-width: 640px) {
  .post-list .post-title {
    font-size: 14px;
    font-weight: 500
  }
}
.post-list-product .post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
  overflow: hidden
}
.post-list-product .tb-thumb {
  flex: 0 0 300px;
  height: 200px;
  overflow: hidden
}
.post-list-product .content {
  flex: 1;
  margin-right: 20px;
}
.post-list-product .to-view {
  display: inline-block;
  margin-top: 24px;
  color: #007bff
}
.post-list-product .to-view:hover {
  opacity: .85
}
.post-list-product .post-content {
  margin-top: 16px;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: justify;
}
@media (max-width: 890px) {
  .post-list-product .tb-thumb {
    flex: 0 0 200px;
    height: 132px;
    margin-right: 16px
  }
  .post-list-product .to-view {
    display: none
  }
}
@media (max-width: 640px) {
  .post-list-product .post-item {
    padding: 15px;
    margin: 0 15px 8px 15px
  }
  .post-list-product .tb-thumb {
    flex: 0 0 120px;
    height: 80px;
    margin-right: 12px
  }
  .post-list-product .post-content {
    margin-top: 2px;
    font-size: 13px
  }
}
.post-list-question {
  display: flex;
  margin-right: -24px;
  flex-wrap: wrap
}
.post-list-question .post-item {
  width: calc(50% - 24px);
  margin-right: 24px;
  padding: 24px;
  transition: all .3s
}
.post-list-question .post-title {
  min-height: 24px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px
}
.post-list-question .post-title:before {
  position: absolute;
  content: "W";
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  background: #007bff
}
.post-list-question .post-title::before {
  top: 1px
}
.post-list-question .post-content {
  color: #8a8a8a;
  position: relative;
  padding-left: 36px
}
.post-list-question .post-content:before {
  position: absolute;
  content: "D";
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  color: #8a8a8a;
  background: #eee
}
@media (max-width: 1024px) {
  .post-list-question {
    margin-right: 0
  }
  .post-list-question .post-item {
    width: 100%;
    margin-right: 0
  }
}
@media (max-width: 890px) {
  .post-list-question .post-item {
    padding: 22px 24px 24px 24px
  }
  .post-list-question .post-title {
    padding-top: 2px
  }
  .post-list-question .post-title::before {
    top: 0
  }
}
@media (max-width: 640px) {
  .post-list-question {
    display: block;
    margin: 0 15px
  }
  .post-list-question .post-item {
    width: 100%;
    margin-bottom: 8px;
    padding: 15px
  }
  .post-list-question .post-title {
    padding-top: 3px
  }
}
.contact-tooltip {
  visibility: hidden;
  width: 240px;
  position: absolute;
  top: 100%;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  text-align: center;
  line-height: 1.5;
  z-index: 2
}
.contact-tooltip::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0)
}
.contact-tooltip::after {
  position: absolute;
  content: "";
  border: 6px solid rgba(0, 0, 0, 0)
}
.contact-tooltip .ct-desc {
  text-align: center;
  color: #8a8a8a
}
.contact-tooltip .ct-desc + img {
  margin-top: 8px
}
.contact-tooltip .ct-info {
  display: block;
  text-align: center;
  font-weight: bold
}
.contact-tooltip > img {
  max-width: 140px
}
.contact-copy {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  margin-left: 12px;
  cursor: pointer;
  color: #8a8a8a;
  line-height: 18px;
  border: 1px solid #e7ebf3;
  border-radius: 3px;
  background: #f3f5f7;
  font-weight: normal;
  transition: color .25s;
  font-size: 12px
}
.contact-copy .-copy {
  display: inline-block;
  vertical-align: bottom
}
.contact-copy .-copyed {
  position: relative;
  display: none;
  vertical-align: bottom
}
.contact-copy:hover {
  color: #007bff
}
@media (max-width: 890px) {
  .contacts-header {
    padding-left: 0;
    padding-top: 0 !important
  }
}
.contacts-right_b {
  position: fixed;
  right: 24px;
  bottom: 94px;
  z-index: 10000
}
.contacts-right_b .contact-item {
  position: relative;
  width: 66px;
  height: 66px;
  font-size: 12px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #007bff
}
.contacts-right_b .contact-item:hover {
  background: #007bff
}
.contacts-right_b .contact-item:hover i, .contacts-right_b .contact-item:hover > .ct-info {
  color: #fff
}
.contacts-right_b .contact-item:hover .contact-tooltip {
  visibility: visible;
  margin-right: 12px
}
.contacts-right_b .scroll-top {
  display: none;
  padding-top: 22px;
  margin: 8px auto 0 auto;
  cursor: pointer
}
.contacts-right_b .ct-info {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  font-size: 12px;
  text-align: center;
  color: #007bff;
  transition: color .3s
}
.contacts-right_b i {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #007bff;
  border: none
}
.contacts-right_b i:hover {
  background: none
}
.contacts-right_b .-icon-go-top {
  display: inline-block;
  transition: all .3s
}
.contacts-right_b .-icon-close {
  display: none
}
.contacts-right_b .contact-tooltip {
  margin-right: 6px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: margin .3s
}
.contacts-right_b .contact-tooltip .ct-info {
  padding-top: 0;
  margin-bottom: 4px;
  word-break: break-all
}
.contacts-right_b .contact-tooltip::before {
  width: 12px;
  top: 0;
  bottom: 0;
  right: -12px
}
.contacts-right_b .contact-tooltip::after {
  top: 50%;
  right: -11px;
  border-left: 6px solid #fff;
  transform: translateY(-50%)
}
@media (max-width: 768px) {
  .contacts-right_b .-icon-close {
    display: inline-block;
    position: absolute;
    padding: 15px 8px 15px 16px;
    top: 0;
    right: 0;
    font-size: 18px;
    width: 48px
  }
}
@media (max-width: 890px) {
  .contacts-right_b {
    display: flex;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff
  }
  .contacts-right_b::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #e7ebf3;
    transform-origin: 50% 0;
    transform: scaleY(0.5) translateY(50%);
    top: 0
  }
  .contacts-right_b .contact-item {
    flex: 1;
    margin-top: 0;
    text-align: center;
    border: none !important
  }
  .contacts-right_b .contact-item > .ct-info {
    display: block;
    padding: 12px 0;
    color: #202935 !important
  }
  .contacts-right_b .contact-item:hover {
    background: #fff !important
  }
  .contacts-right_b i {
    border: none !important;
    color: #202935 !important
  }
  .contacts-right_b i:hover {
    background: none !important;
    color: #202935;
    opacity: .85
  }
  .contacts-right_b .-icon-go-top {
    display: block;
    width: 100%;
    color: #202935;
    background: none
  }
  .contacts-right_b .contact-tooltip {
    position: fixed;
    bottom: 66px;
    width: 100%;
    top: auto;
    left: 0;
    transform: translateY(0);
    box-shadow: none;
    z-index: 10000
  }
  .contacts-right_b .contact-tooltip::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #e7ebf3;
    transform-origin: 50% 0;
    transform: scaleY(0.5) translateY(50%);
    top: 0
  }
  .contacts-right_b .contact-tooltip::after {
    border: none
  }
  .contacts-right_b .scroll-top {
    margin-top: 0
  }
}
.tb-custome-wraper {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden
}
.tb-custome-wraper.tb-white {
  background-color: #fff
}
.tb-custome-wraper.tb-grey {
  background-color: #f3f5f7
}
.tb-custome-wraper .m-title {
  position: relative;
  margin: 0;
  font-size: 26px;
  text-align: center;
  color: #202935;
  letter-spacing: 2px;
  transition: all .3s
}
.tb-custome-wraper .m-title span {
  color: #007bff
}
.tb-custome-wraper .decorate {
  position: absolute;
  content: "";
  height: 4px;
  width: 30px;
  left: 50%;
  bottom: 0;
  background: #007bff;
  border-radius: 4px;
  transform: translateX(-50%)
}
.tb-custome-wraper .decorate-on {
  padding-bottom: 10px
}
.tb-custome-wraper .m-desc {
  margin: 8px 0 0 0;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  transition: all .3s
}
.tb-custome-wraper .tb-c-w.with-title {
  margin-top: 60px
}
@media (max-width: 1024px) {
  .tb-custome-wraper .tb-hide-3 .tb-m-item:last-child {
    display: none
  }
}
@media (max-width: 768px) {
  .tb-custome-wraper {
    padding: 70px 0
  }
  .tb-custome-wraper .m-title {
    font-size: 22px
  }
  .tb-custome-wraper .decorate-on {
    padding-bottom: 8px
  }
  .tb-custome-wraper .m-desc {
    font-size: 16px
  }
  .tb-custome-wraper .tb-c-w.with-title {
    margin-top: 40px
  }
}
@media (max-width: 640px) {
  .tb-custome-wraper {
    padding: 32px 0
  }
  .tb-custome-wraper .m-title {
    font-size: 22px
  }
  .tb-custome-wraper .decorate {
    height: 4px;
    width: 20px
  }
  .tb-custome-wraper .m-desc {
    margin-top: 6px;
    font-size: 14px
  }
  .tb-custome-wraper:not(.tb-m-partner) .tb-hide-3 .tb-m-item:last-child {
    display: block
  }
  .tb-custome-wraper .tb-hide-2 .tb-m-item:last-child {
    display: none !important
  }
  .tb-custome-wraper .tb-c-w.post-list {
    margin-bottom: -8px
  }
  .tb-custome-wraper .tb-c-w.with-title {
    margin-top: 24px
  }
}
.tb-m-align-left .m-title, .tb-m-align-left .m-desc, .tb-m-align-left .tb-m-more {
  text-align: left
}
@media (max-width: 640px) {
  .tb-m-align-left .m-title, .tb-m-align-left .m-desc, .tb-m-align-left .tb-m-more {
    text-align: center
  }
}
.tb-m-align-right .m-title, .tb-m-align-right .m-desc, .tb-m-align-right .tb-m-more {
  text-align: right
}
@media (max-width: 640px) {
  .tb-m-align-right .m-title, .tb-m-align-right .m-desc, .tb-m-align-right .tb-m-more {
    text-align: center
  }
}
.tb-m-more {
  width: 100%;
  margin-top: 40px;
  text-align: center
}
.tb-m-more a {
  position: relative;
  display: inline-block;
  color: #007bff
}
.tb-m-more a:hover {
  opacity: .85
}
.tb-m-more.tb-m-more-main a {
  padding: 0 40px;
  line-height: 42px;
  border-radius: 4px;
  font-size: 14px
}
.tb-m-more.tb-m-more-main a::after {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  background: rgba(0, 0, 0, 0);
  transition: all .3s
}
.tb-m-more.tb-m-more-main a:hover {
  opacity: 1;
  animation: tb-wobble 1s ease-in-out
}
@media (max-width: 768px) {
  .tb-m-more {
    margin-top: 24px
  }
  .tb-m-more.tb-m-more-main a {
    padding: 0 32px;
    line-height: 38px
  }
}
@media (max-width: 640px) {
  .tb-m-more {
    margin-top: 24px
  }
  .tb-m-more.tb-m-more-main a {
    padding: 0 24px
  }
}
.tb-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-clamp.clamp-2 {
  -webkit-line-clamp: 2
}
.tb-m-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.tb-m-swiper .m-title {
  color: #000000;
  font-size: 42px;
  letter-spacing: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-m-swiper .m-desc {
  margin-top: 12px;
  color: #020202;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-m-swiper .tb-m-more a {
  background: #007bff;
  color: #fff
}
@media (max-width: 1024px) {
  .tb-m-swiper .m-title {
    letter-spacing: 1px
  }
  .tb-m-swiper .m-desc {
    margin-top: 8px
  }
}
@media (max-width: 768px) {
  .tb-m-swiper {
    padding: 0
  }
  .tb-m-swiper .m-title {
    font-size: 26px;
    letter-spacing: 1px
  }
  .tb-m-swiper .m-desc {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 1px
  }
}
.tb-m-swiper {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden
}
.tb-m-swiper .swiper-inner {
  display: flex;
  flex-wrap: nowrap
}
.tb-m-swiper .tb-m-item {
  position: relative;
  flex: 0 0 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1
}
@media (max-width: 1024px) {
  .tb-m-swiper .m-h {
    height: 460px
  }
  .tb-m-swiper .swiper-nav {
    display: none
  }
}
@media (max-width: 768px) {
  .tb-m-swiper .m-h {
    height: 290px
  }
}
@media (max-width: 640px) {
  .tb-m-swiper {
    padding: 0
  }
  .tb-m-swiper .m-h {
    height: 230px
  }
  .tb-m-swiper .m-title {
    font-size: 22px
  }
  .tb-m-swiper .m-desc {
    font-size: 15px
  }
  .tb-m-swiper .swiper-pagination {
    bottom: 8px
  }
}
.tb-m-advantage .tb-c-w, .tb-m-step .tb-c-w {
  display: flex;
  justify-content: center
}
.tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
  position: relative;
  flex: 1;
  padding: 0;
  margin-right: 48px;
  text-align: center
}
.tb-m-advantage .tb-m-item:last-child, .tb-m-step .tb-m-item:last-child {
  margin-right: 0
}
.tb-m-advantage i, .tb-m-step i {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 50px;
  line-height: 80px;
  color: #007bff
}
.tb-m-advantage i + .tb-m-i-title, .tb-m-step i + .tb-m-i-title {
  margin-top: 32px
}
.tb-m-advantage i:after, .tb-m-step i:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #007bff;
  opacity: .08;
  z-index: -1;
  transition: transform .5s
}
.tb-m-advantage .tb-m-i-title, .tb-m-step .tb-m-i-title {
  font-size: 18px;
  font-weight: bold;
  color: #202935
}
.tb-m-advantage .tb-m-i-title + .tb-m-i-desc, .tb-m-step .tb-m-i-title + .tb-m-i-desc {
  margin-top: 8px
}
.tb-m-advantage .tb-m-i-desc, .tb-m-step .tb-m-i-desc {
  font-size: 15px
}
@media (max-width: 1024px) {
  .tb-m-advantage .tb-c-w, .tb-m-step .tb-c-w {
    flex-wrap: wrap
  }
  .tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 32px)
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    margin-right: 0
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(5) {
    margin-top: 48px
  }
  .tb-m-advantage .tb-m-item i + .tb-m-i-title, .tb-m-step .tb-m-item i + .tb-m-i-title {
    margin-top: 24px
  }
}
@media (max-width: 768px) {
  .tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 16px)
  }
  .tb-m-advantage .tb-m-item i + .tb-m-i-title, .tb-m-step .tb-m-item i + .tb-m-i-title {
    margin-top: 16px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title, .tb-m-step .tb-m-item .tb-m-i-title {
    font-size: 17px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title + .tb-m-i-desc, .tb-m-step .tb-m-item .tb-m-i-title + .tb-m-i-desc {
    margin-top: 4px
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    margin-right: 0
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(5) {
    margin-top: 24px
  }
}
@media (max-width: 640px) {
  .tb-m-advantage .tb-m-item, .tb-m-step .tb-m-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px)
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(4) {
    margin-top: 24px
  }
  .tb-m-advantage .tb-m-item:nth-child(1), .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(3) {
    margin-right: 20px
  }
  .tb-m-advantage .tb-m-item i, .tb-m-step .tb-m-item i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px
  }
  .tb-m-advantage .tb-m-item i + .tb-m-i-title, .tb-m-step .tb-m-item i + .tb-m-i-title {
    margin-top: 8px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title, .tb-m-step .tb-m-item .tb-m-i-title {
    font-size: 17px
  }
  .tb-m-advantage .tb-m-item .tb-m-i-title + .tb-m-i-desc, .tb-m-step .tb-m-item .tb-m-i-title + .tb-m-i-desc {
    margin-top: 0
  }
  .tb-m-advantage .tb-m-item .tb-m-i-desc, .tb-m-step .tb-m-item .tb-m-i-desc {
    font-size: 14px
  }
}
.tb-m-advantage i {
  border-radius: 50%;
  transition: all .3s
}
.tb-m-advantage i:after {
  border-radius: 50%;
  transition: transform .3s
}
.tb-m-advantage .tb-m-icon::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 80px;
  background: #007bff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .3s
}
.tb-m-advantage .tb-m-icon:hover::before {
  transform: scale(1)
}
.tb-m-advantage .tb-m-icon:hover i {
  color: #fff
}
@media (max-width: 768px) {
  .tb-m-advantage .tb-m-item {
    margin-right: 24px
  }
}
@media (max-width: 640px) {
  .tb-m-advantage .tb-m-item {
    margin-right: 0
  }
  .tb-m-advantage .tb-m-item::before {
    width: 70px;
    height: 70px;
    margin-left: -35px
  }
}
.tb-m-step .tb-m-item {
  transition: top .3s
}
.tb-m-step .tb-m-item i:after {
  border-radius: 50% 50% 25% 50%
}
.tb-m-step .tb-m-item .tb-m-i-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-m-step .tb-m-item:not(:last-child)::after {
  position: absolute;
  content: ">";
  color: #8a8a8a;
  font-family: "tbfa";
  left: calc(100% + 16px);
  top: 30px;
  font-weight: 800
}
.tb-m-step .tb-m-item:hover i::after {
  transform: rotate(-45deg)
}
.tb-m-step .tb-m-item:hover:after {
  color: #007bff;
  animation: tb-step-arrow .7s linear infinite
}
@media (max-width: 1024px) {
  .tb-m-step .tb-m-item {
    margin-right: 48px
  }
  .tb-m-step .tb-m-item:after {
    display: none
  }
}
@media (max-width: 768px) {
  .tb-m-step .tb-m-item {
    margin-right: 24px
  }
  .tb-m-step .tb-m-item i + .tb-m-i-title {
    margin-top: 16px
  }
}
@media (max-width: 640px) {
  .tb-m-step .tb-m-item {
    margin-right: 0
  }
}
.tb-m-digitalize .tb-c-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.tb-m-digitalize .tb-m-item {
  flex: 1;
  padding: 0 24px;
  text-align: center
}
.tb-m-digitalize .tb-m-i-count {
  margin-right: 4px;
  font-size: 40px;
  font-weight: 800
}
.tb-m-digitalize .tb-m-i-info {
  font-size: 14px;
  color: #007bff
}
.tb-m-digitalize .tb-m-i-name {
  font-size: 15px
}
@media (max-width: 1024px) {
  .tb-m-digitalize .tb-m-item {
    padding: 0 16px
  }
}
@media (max-width: 768px) {
  .tb-m-digitalize .tb-m-i-count {
    font-size: 30px
  }
}
@media (max-width: 640px) {
  .tb-m-digitalize .tb-m-item {
    padding: 15px 0;
    flex: 0 0 50%
  }
  .tb-m-digitalize .tb-m-item:nth-child(3), .tb-m-digitalize .tb-m-item:nth-child(4) {
    margin-top: 16px
  }
  .tb-m-digitalize .tb-m-i-info {
    font-size: 16px
  }
  .tb-m-digitalize .tb-m-i-count {
    margin-right: 2px;
    font-size: 36px
  }
  .tb-m-digitalize .tb-m-i-name {
    font-size: 14px
  }
}
.tb-m-about .tb-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center
}
.tb-m-about .ab-img-wraper {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 32px);
  overflow: hidden;
  background: none
}
.tb-m-about .ab-img-wraper img {
  width: 100%
}
.tb-m-about .ab-detail {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% + 32px)
}
.tb-m-about .ab-detail.ab-1 {
  padding-left: 64px
}
.tb-m-about .m-title {
  margin-bottom: 24px;
  text-align: left
}
.tb-m-about .m-title + .m-describe {
  margin-top: 0
}
.tb-m-about .m-describe {
  margin: 16px 0 0 0;
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  text-align: justify
}
.tb-m-about .tb-m-more {
  display: inline-block;
  text-align: left
}
@media (max-width: 1024px) {
  .tb-m-about .ab-img-wraper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 24px)
  }
  .tb-m-about .ab-detail {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% + 24px)
  }
  .tb-m-about .ab-detail.ab-1 {
    padding-left: 48px
  }
}
@media (max-width: 768px) {
  .tb-m-about .tb-container {
    flex-wrap: wrap
  }
  .tb-m-about .ab-img-wraper, .tb-m-about .ab-detail {
    flex: 0 0 100%;
    margin: 0 auto
  }
  .tb-m-about .ab-detail.ab-1 {
    padding: 48px 0 0 0
  }
  .tb-m-about .m-describe {
    margin-top: 16px;
    font-size: 15px
  }
}
@media (max-width: 640px) {
  .tb-m-about {
    padding: 0
  }
  .tb-m-about .tb-container {
    margin: 0 !important
  }
  .tb-m-about .m-title {
    text-align: center
  }
  .tb-m-about .ab-detail {
    position: relative
  }
  .tb-m-about .ab-detail.ab-1 {
    padding: 24px 20px
  }
  .tb-m-about .tb-m-more {
    text-align: center
  }
}
.tb-m-post .post-list {
  margin-bottom: -24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.tb-m-post .post-list .with-metas {
  box-shadow: 0 0 12px rgba(0, 0, 0, .08)
}
@media (max-width: 640px) {
  .tb-m-post .post-list-product .post-item, .tb-m-post .post-list-question .post-item {
    margin: 0 0 8px 0
  }
}
.tb-m-post .post-list-product::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both
}
.tb-m-post .post-list-product .post-item {
  float: left;
  width: calc(50% - 12px)
}
.tb-m-post .post-list-product .post-item:nth-child(2n+1) {
  margin-right: 24px
}
.tb-m-post .post-list-product .to-view {
  display: none
}
@media (min-width: 641px) {
  .tb-m-post .post-list-product .tb-thumb {
    flex: 0 0 200px;
    height: 132px
  }
}
@media (max-width: 1024px) {
  .tb-m-post .post-list-product .post-item {
    float: unset;
    width: 100%
  }
}
@media (max-width: 640px) {
  .tb-m-post .post-list-question {
    margin-left: 0;
    margin-right: 0
  }
}
.tb-m-advantage .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(1) {
  animation-delay: 0s
}
.tb-m-advantage .tb-m-item:nth-child(2), .tb-m-step .tb-m-item:nth-child(2) {
  animation-delay: .2s
}
.tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
  animation-delay: .4s
}
.tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4) {
  animation-delay: .6s
}
.tb-m-step .tb-m-item:nth-child(5) {
  animation-delay: .8s
}
.tb-animate {
  visibility: hidden
}
.tb-animate-active {
  visibility: visible;
  animation-duration: .8s;
  animation-fill-mode: both
}
.tb-animate-active.tb-slideInRight {
  animation-name: tb-slideInRight
}
.tb-animate-active.tb-slideInLeft {
  animation-name: tb-slideInLeft
}
@keyframes tb-slideInLeft {
  from {
    transform: translate(-100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@keyframes tb-slideInRight {
  from {
    transform: translate(100%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
@keyframes tb-step-arrow {
  0% {
    opacity: 0;
    transform: translateX(-8px)
  }
  50% {
    opacity: 1;
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    transform: translateX(8px)
  }
}
@keyframes tb-wobble {
  0% {
    transform: translateY(0)
  }
  16% {
    transform: translateY(8px)
  }
  33.3% {
    transform: translateY(-6px)
  }
  50% {
    transform: translateY(4px)
  }
  66.6% {
    transform: translateY(-2px)
  }
  83% {
    transform: translateY(1px)
  }
  100% {
    transform: translateX(0)
  }
}
@media (max-width: 1024px) {
  .tb-m-advantage .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(1) {
    animation-delay: 0s
  }
  .tb-m-advantage .tb-m-item:nth-child(2), .tb-m-step .tb-m-item:nth-child(2) {
    animation-delay: .2s
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    animation-delay: .4s
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4) {
    animation-delay: 0s
  }
  .tb-m-step .tb-m-item:nth-child(5) {
    animation-delay: .2s
  }
}
@media (max-width: 640px) {
  .tb-m-advantage .tb-m-item:nth-child(1), .tb-m-step .tb-m-item:nth-child(1) {
    animation-delay: 0s
  }
  .tb-m-advantage .tb-m-item:nth-child(2), .tb-m-step .tb-m-item:nth-child(2) {
    animation-delay: .2s
  }
  .tb-m-advantage .tb-m-item:nth-child(3), .tb-m-step .tb-m-item:nth-child(3) {
    animation-delay: 0s
  }
  .tb-m-advantage .tb-m-item:nth-child(4), .tb-m-step .tb-m-item:nth-child(4) {
    animation-delay: .2s
  }
}
.tb-radius .top-nav .sub-menu, .tb-radius .tb-rds {
  border-radius: 4px
}
.tb-radius .tb-contacts.contacts-right_b .tbfa {
  border-radius: 4px
}
@media (max-width: 890px) {
  .tb-radius .contacts-right_b .tb-rds {
    border-radius: 0
  }
}
@media (max-width: 640px) {
  .tb-radius .post-list-product .tb-card, .tb-radius .post-list-question .tb-card {
    border-radius: 6px
  }
  .tb-radius .contacts-right_b .tb-rds {
    border-radius: 0
  }
}
.tb-footer {
  padding: 24px 0;
  background: #202935;
  color: #8a8a8a
}
.tb-footer a {
  color: #8a8a8a
}
.tb-footer a:hover {
  color: #007bff
}
.tb-footer .footer-copyright {
  text-align: center;
  color: #8a8a8a
}
.tb-footer .footer-copyright .tb-f-item {
  margin-left: 16px
}
.tb-footer .footer-copyright .tb-gongan {
  vertical-align: bottom
}
@media (max-width: 890px) {
  .tb-header.layout-1 .top-nav.active, .tb-header.layout-2 .top-nav.active {
    left: 0;
  }
}
@media (max-width: 640px) {
  .tb-header.layout-1 .top-nav, .tb-header.layout-2 .top-nav {
    padding: 8px 15px 15px;
  }
}
@media (max-width: 890px) {
  .tb-header.layout-1 .top-nav, .tb-header.layout-2 .top-nav {
    position: fixed;
    padding: 16px 24px;
    top: 52px;
    bottom: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .3s;
  }
}
.tb-header.layout-1 .top-nav {
  display: inline-block;
}
strong {
  font-weight: bold
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
small {
  font-size: 80%
}
img {
  border: 0
}
input, textarea {
  margin: 0;
  outline: none
}
input[type=submit] {
  border: none;
  -webkit-appearance: button;
  cursor: pointer
}
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
textarea {
  overflow: auto
}
input, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
.-icon-qq {
  display: inline-block;
  color: #56b6e7;
  text-align: center;
  border: 1px solid #56b6e7;
  transition: all .3s
}
.-icon-qq:hover {
  color: #fff;
  background: #56b6e7
}
.-icon-wechat {
  display: inline-block;
  color: #7bc549;
  text-align: center;
  border: 1px solid #7bc549;
  transition: all .3s
}
.-icon-wechat:hover {
  color: #fff;
  background: #7bc549
}
.-icon-weibo {
  display: inline-block;
  color: #ff763b;
  text-align: center;
  border: 1px solid #ff763b;
  transition: all .3s
}
.-icon-weibo:hover {
  color: #fff;
  background: #ff763b
}
.-icon-email {
  display: inline-block;
  color: #feda77;
  text-align: center;
  border: 1px solid #feda77;
  transition: all .3s
}
.-icon-email:hover {
  color: #fff;
  background: #feda77
}
.-icon-poster {
  display: inline-block;
  color: #717be7;
  text-align: center;
  border: 1px solid #717be7;
  transition: all .3s
}
.-icon-poster:hover {
  color: #fff;
  background: #717be7
}
:root {
  --primary-color: #007bff;
  --pc-logo-h: 32px
}
.tb-card {
  background: #fff
}
.tb-card-title {
  margin: 0 0 24px 0;
  padding-left: 8px;
  line-height: 1;
  color: #202935;
  font-size: 16px;
  border-left: 3px solid #007bff
}
@media (max-width: 640px) {
  .tb-card-title {
    margin-bottom: 16px
  }
}
.tb-base-form {
  height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  border: 1px solid #e7ebf3;
  border-radius: 4px;
  -webkit-appearance: none;
  transition: border .3s
}
.tb-base-form:focus {
  border: 1px solid #007bff
}
.tb-primary-btn {
  height: 32px;
  padding: 0 16px;
  background: #007bff;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
  cursor: pointer
}
.tb-primary-btn:hover {
  opacity: .85
}
.tb-article {
  margin-bottom: 24px;
  padding: 32px
}
.tb-article::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both
}
@media (max-width: 640px) {
  .tb-article {
    padding: 20px;
    margin-bottom: 15px
  }
}
.tb-article .article-title {
  margin: 0;
  text-align: center;
  color: #202935;
  font-size: 20px
}
@media (max-width: 768px) {
  .tb-article .article-title {
    font-size: 24px
  }
}
@media (max-width: 640px) {
  .tb-article .article-title {
    font-size: 20px;
    text-align: left
  }
}
.tb-article .post-info {
  margin-top: 8px;
  text-align: center
}
@media (max-width: 640px) {
  .tb-article .post-info {
    text-align: left
  }
}
.tb-article .tb-like {
  margin-top: 32px;
  display: block;
  padding: 0 24px;
  height: 36px;
  line-height: 36px;
  background: #007bff;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  cursor: pointer
}
.tb-article .tb-like i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: bottom
}
.tb-article .tb-like .-like-active {
  display: none
}
.tb-article .tb-like:hover {
  opacity: .85
}
@media (max-width: 768px) {
  .tb-article .tb-like {
    max-width: 160px;
    margin: 24px auto 0
  }
}
.tb-article .article-copyright {
  padding: 8px 16px;
  margin-top: 32px;
  background: #f3f5f7;
  color: #8a8a8a
}
.tb-article .article-copyright a {
  color: #8a8a8a
}
.tb-article .article-copyright a:hover {
  color: #007bff
}
@media (max-width: 768px) {
  .tb-article .article-copyright {
    margin-top: 24px
  }
}
.tb-article .tb-share {
  float: left;
  display: flex;
  width: calc(100% - 160px);
  margin-top: 32px;
  margin-bottom: -12px;
  line-height: 1;
  align-items: center
}
.tb-article .tb-share .tb-share-pefix {
  padding: 0 12px 12px 0;
  white-space: nowrap;
  word-break: keep-all
}
.tb-article .tb-share i {
  display: inline-block;
  margin: 0 6px 12px 6px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer
}
.tb-article .tb-share + .tb-like {
  float: right
}
@media (max-width: 768px) {
  .tb-article .tb-share {
    margin-top: 24px;
    float: unset;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap
  }
  .tb-article .tb-share .tb-share-pefix {
    flex: 0 0 100%;
    text-align: center
  }
  .tb-article .tb-share > div {
    text-align: center
  }
  .tb-article .tb-share + .tb-like {
    float: unset
  }
}
.tb-article .post-tag {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}
.tb-article .post-tag a {
  display: inline-block;
  max-width: 100%;
  margin: 12px 6px 0 6px;
  padding: 0 8px;
  line-height: 32px;
  background: #f3f5f7;
  font-size: 12px;
  color: #007bff;
  border-radius: 4px;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.tb-article .post-tag a:hover {
  background: #007bff;
  color: #fff
}
.tb-article .post-tag a::before {
  margin-right: 4px;
  content: "#";
  font-size: 16px;
  vertical-align: bottom
}
@media (max-width: 768px) {
  .tb-article .post-tag {
    margin-top: 24px
  }
}
@media (max-width: 640px) {
  .tb-article .post-tag {
    justify-content: start
  }
  .tb-article .post-tag a {
    margin: 8px 8px 0 0
  }
}
.article-content {
  margin-bottom: -24px;
  padding-bottom: 1px;
  font-size: 16px;
  line-height: 1.8;
  color: #202935
}
.article-content.title-on {
  padding-top: 24px
}
.article-content:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both
}
.article-content img {
  display: block;
  max-width: 100%;
  height: auto
}
.article-content p {
  margin: 0 0 24px
}
.article-content .alignnone {
  margin: 0 auto
}
.article-nav {
  margin-bottom: 24px;
  padding: 32px;
  overflow: hidden
}
.article-nav div {
  width: 50%;
  color: #8a8a8a;
  font-weight: normal
}
.article-nav a {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.article-nav .article-nav-prev {
  float: left;
  padding-right: 32px
}
.article-nav .article-nav-next {
  float: right;
  padding-left: 32px;
  border-left: 1px dashed #e7ebf3;
  text-align: right
}
@media (max-width: 768px) {
  .article-nav {
    padding: 24px
  }
}
@media (max-width: 640px) {
  .article-nav {
    margin-bottom: 15px;
    padding: 20px
  }
}
.article-relevant {
  margin-bottom: 24px;
  padding: 32px
}
@media (max-width: 768px) {
  .article-relevant {
    padding: 24px
  }
}
@media (max-width: 640px) {
  .article-relevant {
    margin-bottom: 15px;
    padding: 20px
  }
}
.relevant-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  margin-right: -24px;
  flex-wrap: wrap
}
.relevant-list a {
  position: relative;
  display: block
}
.relevant-layout-3 li {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 24px);
  padding-left: 18px;
  margin: 16px 24px 0 0;
  width: 0
}
.relevant-layout-3 li:nth-child(1), .relevant-layout-3 li:nth-child(2) {
  margin-top: 0
}
.relevant-layout-3 li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e7ebf3
}
.relevant-layout-3 .post-title {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
@media (max-width: 640px) {
  .relevant-layout-3 {
    margin-right: 0
  }
  .relevant-layout-3 li {
    flex-basis: 100%;
    margin: 0 0 16px 0
  }
  .relevant-layout-3 li:last-child {
    margin-bottom: 0
  }
}
.post-info > span {
  display: inline-block;
  margin-right: 16px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px
}
.post-info i {
  font-size: 17px;
  margin-right: 4px;
  vertical-align: bottom
}
.post-info a {
  color: #8a8a8a;
  font-size: 12px
}
.post-info a:hover {
  color: #007bff
}
.contact-copy {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  margin-left: 12px;
  cursor: pointer;
  color: #8a8a8a;
  line-height: 18px;
  border: 1px solid #e7ebf3;
  border-radius: 3px;
  background: #f3f5f7;
  font-weight: normal;
  transition: color .25s;
  font-size: 12px
}
.contact-copy .-copy {
  display: inline-block;
  vertical-align: bottom
}
.contact-copy .-copyed {
  position: relative;
  display: none;
  vertical-align: bottom
}
.contact-copy:hover {
  color: #007bff
}
.contacts-widget {
  padding: 24px
}
.contacts-widget i {
  margin-right: 12px;
  border: none;
  font-size: 18px;
  line-height: 16px;
  vertical-align: top;
  color: #202935;
  flex: 0 0 18px
}
.contacts-widget .contact-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 16px;
  color: #202935
}
.contacts-widget .contact-item:last-child {
  margin-bottom: 0
}
.contacts-widget .contact-item:hover .tbfa {
  color: #202935
}
.contacts-widget .contact-item:hover .tbfa:hover {
  background: none
}
.contacts-widget .contact-copy {
  top: -2px
}
.contacts-widget .ct-info {
  display: inline-block;
  flex: 1;
  word-break: break-all;
  font-size: 15px;
  line-height: 16px;
  vertical-align: top
}
@media (max-width: 640px) {
  .contacts-widget {
    padding: 15px
  }
}
.tb-comment-wraper {
  margin: 0 0 24px 0;
  padding: 32px
}
.tb-comment-wraper #comment {
  display: block;
  width: 100%;
  min-height: 160px;
  padding: 12px;
  resize: vertical;
  line-height: 1.5
}
.tb-comment-wraper .comment-form-item {
  display: block;
  margin-top: 16px;
  width: 100%
}
.tb-comment-wraper.tb-comment .comment-respond {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 24px
}
.tb-comment-wraper.tb-comment .comment-reply-title {
  position: absolute;
  margin: 0;
  top: 151px;
  right: 100px;
  font-weight: normal;
  text-align: center;
  z-index: 1
}
.tb-comment-wraper.tb-comment .comment-reply-title a {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #8a8a8a
}
.tb-comment-wraper.tb-comment .comment-reply-title a:hover {
  color: #007bff
}
.tb-comment-wraper.tb-comment .tb-card-title {
  margin-bottom: 0
}
.tb-comment-wraper.tb-comment .comments-count {
  font-weight: normal;
  color: #007bff;
  font-size: 14px
}
.tb-comment-wraper.tb-comment .comment-form {
  position: relative
}
.tb-comment-wraper.tb-comment #comment {
  padding-bottom: 41px
}
.tb-comment-wraper.tb-comment .form-submit {
  position: absolute;
  top: 127px;
  left: 1px;
  right: 1px;
  background: #f3f5f7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.tb-comment-wraper.tb-comment .form-submit::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both
}
.tb-comment-wraper.tb-comment .form-submit .submit {
  float: right;
  width: 100px;
  border-radius: 0;
  border-bottom-right-radius: 2px
}
.tb-comments-list {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none
}
.tb-comments-list li {
  padding-top: 24px
}
.tb-comments-list > li:first-child {
  padding-top: 0
}
.tb-comments-list .comment-main::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both
}
.tb-comments-list .comment-main .item-left {
  float: left;
  margin-right: 12px
}
.tb-comments-list .comment-main .item-right {
  float: left;
  width: calc(100% - 52px)
}
.tb-comments-list .comment-main .item-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden
}
.tb-comments-list .comment-main .item-user {
  font-size: 12px;
  color: #8a8a8a
}
.tb-comments-list .comment-main .item-user .item-user-item {
  margin-right: 12px
}
.tb-comments-list .comment-main .item-user .item-user-status {
  padding: 2px 4px;
  background: #007bff;
  color: #fff;
  border-radius: 4px
}
.tb-comments-list .comment-main .item-text {
  margin-top: 12px
}
@media (max-width: 768px) {
  .tb-comment-wraper {
    padding: 24px
  }
}
@media (max-width: 640px) {
  .tb-comment-wraper {
    margin-bottom: 15px;
    padding: 20px
  }
  .tb-comment-wraper.tb-comment .comment-respond {
    max-width: 100%;
    padding-top: 16px
  }
  .tb-comment-wraper.tb-comment .comment-reply-title {
    top: 143px
  }
  .tb-comments-list {
    margin-top: 15px
  }
  .tb-comments-list .comment-main .item-avatar {
    width: 32px;
    height: 32px
  }
  .tb-comments-list .comment-main .item-left {
    margin-right: 8px
  }
  .tb-comments-list .comment-main .item-right {
    width: calc(100% - 40px)
  }
  .tb-comments-list .comment-main .item-text {
    margin-top: 4px
  }
  .tb-comments-list li {
    padding-top: 15px
  }
}
.tb-sidebar {
  width: 320px;
  float: right;
}
@media (max-width: 640px) {
  .tb-sidebar {
    margin-bottom: 0
  }
}
.widget {
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff
}
.widget h3 {
  font-weight: bold;
  color: #202935
}
.widget h3 {
  font-size: 1rem
}
.widget ul {
  padding: 0;
  margin: 0 0 0 16px
}
@media (max-width: 640px) {
  .widget {
    padding: 15px;
    margin-bottom: 15px
  }
}
.tb-widget-tags .tb-tag-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -8px;
  margin-top: -8px
}
.tb-widget-tags .tb-tag-lists::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  clear: both
}
.tb-widget-tags .tag-item {
  float: left;
  width: calc(50% - 8px);
  margin: 8px 8px 0 0
}
.tb-widget-tags .tag-item a {
  display: inline-block;
  max-width: 100%;
  margin: 12px 6px 0 6px;
  padding: 0 8px;
  line-height: 32px;
  background: #f3f5f7;
  font-size: 12px;
  color: #007bff;
  border-radius: 4px;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 0;
  color: #525252
}
.tb-widget-tags .tag-item a:hover {
  background: #007bff;
  color: #fff
}
@media (max-width: 1024px) {
  .tb-widget-tags .tag-item {
    width: calc(25% - 8px)
  }
}
@media (max-width: 640px) {
  .tb-widget-tags .tag-item {
    width: calc(50% - 8px)
  }
}
.tb-widget-integrate ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.tb-integrate-list .post-title {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  transition: all .3s
}
.tb-integrate-list .post-time {
  color: #8a8a8a;
  font-size: 12px
}
.tb-integrate-list .tb-thumb {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden
}
.tb-integrate-list .tb-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s
}
.tb-integrate-list .tb-post-item:hover .post-title {
  color: #007bff
}
.tb-integrate-list .tb-post-item:hover .tb-thumb img {
  transform: translate(-50%, -50%) scale(1.1)
}
.tb-integrate-news .tb-post-item {
  margin-bottom: 16px
}
.tb-integrate-news .tb-post-item:last-child {
  margin-bottom: 0
}
.tb-integrate-news .tb-post-item .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
.tb-integrate-case {
  margin-right: -16px !important;
  margin-top: -16px !important
}
.tb-integrate-case .tb-post-item {
  display: inline-block;
  width: calc(50% - 18px);
  margin: 16px 16px 0 0;
  vertical-align: top
}
.tb-integrate-case .tb-post-item .tb-thumb {
  margin-bottom: 4px
}
.tb-integrate-case .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word
}
@media (max-width: 1024px) {
  .tb-integrate-case .tb-post-item {
    width: calc(25% - 16px)
  }
}
@media (max-width: 640px) {
  .tb-integrate-case {
    margin-right: -15px !important;
    margin-top: -15px !important
  }
  .tb-integrate-case .tb-post-item {
    margin-right: 15px;
    width: calc(50% - 18px)
  }
}
.tb-widget-contact {
  padding: 0
}
.tb-widget-contact .tb-contact-header {
  padding: 32px 24px;
  margin: 0;
  border: none;
  color: #fff;
  text-align: center;
  background: #007bff;
  letter-spacing: 2px
}
.tb-widget-contact .tb-contact-header i {
  display: block;
  margin: 0 auto 8px auto;
  font-size: 46px;
  line-height: 1
}
@media (max-width: 640px) {
  .tb-widget-contact {
    padding: 0
  }
}
@media (max-width: 640px) {
  .widget h3 {
    margin-bottom: 16px
  }
}
body > .tb-container {
  padding-top: 24px;
}
.main-layout-2 .tb-main.with-sidebar {
  float: left;
  width: calc(100% - 320px - 24px);
}
@media (max-width: 1024px) {
  .main-layout-1 .tb-main.with-sidebar, .main-layout-2 .tb-main.with-sidebar {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main-layout-1 .tb-sidebar, .main-layout-2 .tb-sidebar {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.article-content strong, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  display: block;
  color: #0B0B0B;
  padding: 0 20px;
  letter-spacing: .5px;
  border-left: 3px solid #007bff;
  margin: 10px auto;
}
.article-content img, .article-content video {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.article-content p {
  margin: 6px auto;
  line-height: 35px;
}
.article-content a {
  color: #007bff;
}
.post-list-news .post-item {
  position: relative;
  top: 0;
  display: flex;
  padding: 24px;
  align-items: center;
  transition: all .3s;
}
.post-list .post-item {
  margin-bottom: 24px;
}
.post-list-news .post-content {
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.post-list-news .time {
  flex: 0 0 80px;
  height: 80px;
  margin-right: 16px;
  text-align: center;
  color: #8a8a8a;
  font-size: 12px;
  background: #eee;
}
.tb-rds img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}